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
This commit is contained in:
Colleen Murphy 2018-10-24 23:28:17 +02:00
parent b7b5da48af
commit 6bff9dfb79

View File

@ -113,5 +113,5 @@ Exercise
- Use ``systemctl status devstack@*`` to ensure devstack is running on your VM. - Use ``systemctl status devstack@*`` to ensure devstack is running on your VM.
If it is not started, start it with ``systemctl start devstack@*`` If it is not started, start it with ``systemctl start devstack@*``
- Use the ``journalctl`` command to view output from your favorite service - Use the ``journalctl`` command to view output from your favorite service
- Ensure you can use commands like ``cinder`` or ``nova`` to interact with - Ensure you can use the ``openstack`` command to interact with the services
the services running on your VM running on your VM