diff options
author | Jan Fajerski <jfajerski@suse.com> | 2017-01-23 15:52:52 +0100 |
---|---|---|
committer | Jan Fajerski <jfajerski@suse.com> | 2017-02-06 16:48:54 +0100 |
commit | cc97e9d0904cfd1f40c95b1b8ee363b7421b0ed1 (patch) | |
tree | e1340c8639c7422e36d82a9617e77d5d944d8ac8 /doc/dev/index.rst | |
parent | Merge pull request #13256 from dongbula/correct-cached_crc-comment (diff) | |
download | ceph-cc97e9d0904cfd1f40c95b1b8ee363b7421b0ed1.tar.xz ceph-cc97e9d0904cfd1f40c95b1b8ee363b7421b0ed1.zip |
doc: minor change to a cloud testing paragraph
Use terminate for the instances to match the terminology used by the
horizon interface.
Signed-off-by: Jan Fajerski <jfajerski@suse.com>
Diffstat (limited to 'doc/dev/index.rst')
-rw-r--r-- | doc/dev/index.rst | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/dev/index.rst b/doc/dev/index.rst index 0a3fbf0232d..27a28b24546 100644 --- a/doc/dev/index.rst +++ b/doc/dev/index.rst @@ -1149,12 +1149,11 @@ Prepare tenant If you have not tried to use ``ceph-workbench`` with this tenant before, proceed to the next step. -To start with a clean slate, login to your tenant via the Horizon dashboard and -delete all of the following: +To start with a clean slate, login to your tenant via the Horizon dashboard and: -* ``teuthology`` and ``packages-repository`` instances, if any -* ``teuthology`` security group -* ``teuthology`` and ``teuthology-myself`` key pairs +* terminate the ``teuthology`` and ``packages-repository`` instances, if any +* delete the ``teuthology`` security group +* delete the ``teuthology`` and ``teuthology-myself`` key pairs Also do the above if you ever get key-related errors ("invalid key", etc.) when trying to schedule suites. |