Change 'openstack service list' to 'openstack server list'

OpenStack CLI documentation should avoid admin-only commands

Closes-Bug: #1551313
Change-Id: I70e759f672aafb475aec5b19435101b2eb3bbf5b
This commit is contained in:
zhang.lei 2016-03-01 16:47:57 +08:00
parent e43bd959e8
commit 501d8e5301

View File

@ -109,7 +109,7 @@ example, you can override the ``OS_PASSWORD`` setting in the
.. code-block:: console
$ openstack --os-password PASSWORD service list
$ openstack --os-password PASSWORD server list
Where ``PASSWORD`` is your password.