From: Thomas Bechtold Date: Wed, 23 Oct 2019 10:19:32 +0000 (+0200) Subject: docs: Mention step to setup nodes on OpenStack X-Git-Tag: 1.1.0~206^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=69c7057ec6e10c9466f851d8b9abd2bc24391ba9;p=teuthology.git docs: Mention step to setup nodes on OpenStack The --setup step was missing which lead to cryptic error messages when running the following step (calling the dummy test suite). --- diff --git a/docs/openstack_backend.rst b/docs/openstack_backend.rst index b8041f49ef..cc0bb3fc4e 100644 --- a/docs/openstack_backend.rst +++ b/docs/openstack_backend.rst @@ -31,6 +31,10 @@ Setup $ cd teuthology ; ./bootstrap install $ source virtualenv/bin/activate +* Setup the teuthology node:: + + $ teuthology-openstack --key-filename myself.pem --key-name myself --setup + Get OpenStack credentials and test it -------------------------------------