From 6bff9dfb79e62d39904f3c093662d97389c063fd Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Wed, 24 Oct 2018 23:28:17 +0200 Subject: [PATCH] Use the unified openstack client We encourage using the unified openstack client rather than individual service CLI tools, since it is very close to feature parity and has a more consistent interface. Recommending the individual CLI tools is also confusing because some services, like keystone, don't have their own CLIs any more. Change-Id: I35656ba6add4e403d79d2cbe2a2122cc0b09ea0d --- doc/upstream-training/source/slides/code-devstack.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/upstream-training/source/slides/code-devstack.rst b/doc/upstream-training/source/slides/code-devstack.rst index d083caae..682d24dd 100644 --- a/doc/upstream-training/source/slides/code-devstack.rst +++ b/doc/upstream-training/source/slides/code-devstack.rst @@ -113,5 +113,5 @@ Exercise - Use ``systemctl status devstack@*`` to ensure devstack is running on your VM. If it is not started, start it with ``systemctl start devstack@*`` - Use the ``journalctl`` command to view output from your favorite service -- Ensure you can use commands like ``cinder`` or ``nova`` to interact with - the services running on your VM +- Ensure you can use the ``openstack`` command to interact with the services + running on your VM