]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
docs: Mention step to setup nodes on OpenStack
authorThomas Bechtold <tbechtold@suse.com>
Wed, 23 Oct 2019 10:19:32 +0000 (12:19 +0200)
committerThomas Bechtold <tbechtold@suse.com>
Fri, 1 Nov 2019 04:46:38 +0000 (05:46 +0100)
The --setup step was missing which lead to cryptic error messages when
running the following step (calling the dummy test suite).

docs/openstack_backend.rst

index b8041f49ef6f95eb3dbbc77f70d6bb65aa6d0fb2..cc0bb3fc4e459ca61c97cf47de02d2d85478ec11 100644 (file)
@@ -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
 -------------------------------------