From 69c7057ec6e10c9466f851d8b9abd2bc24391ba9 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Wed, 23 Oct 2019 12:19:32 +0200 Subject: [PATCH] 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). --- docs/openstack_backend.rst | 4 ++++ 1 file changed, 4 insertions(+) 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 ------------------------------------- -- 2.39.5