mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
try and add some consistency with the show and delete commands. replace 'show x' with 'display x' change 'delete a y' with just 'delete y' Change-Id: I47dfa8ee23ac5c41b355796415eb515155832f65
24 lines
254 B
ReStructuredText
24 lines
254 B
ReStructuredText
=======
|
|
catalog
|
|
=======
|
|
|
|
Identity v2
|
|
|
|
catalog list
|
|
------------
|
|
|
|
List services in the service catalog
|
|
|
|
.. code:: bash
|
|
|
|
os catalog list
|
|
|
|
catalog show
|
|
------------
|
|
|
|
Display service catalog details
|
|
|
|
.. code:: bash
|
|
|
|
os catalog show
|
|
<service>
|