diff options
| author | Jenkins <jenkins@review.openstack.org> | 2015-01-16 20:52:07 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2015-01-16 20:52:07 +0000 |
| commit | ee62718dc8585f3260ca89886d7bf8546931053a (patch) | |
| tree | 8485be67a785121e65254dd97c3b35e3a6cd572f /doc/source/command-objects | |
| parent | 655b76f649daba7d33823ce1955f572fc9df36f4 (diff) | |
| parent | c2c3f2e0f23f857aa2c8ce17e310996e90ea9b54 (diff) | |
| download | python-openstackclient-ee62718dc8585f3260ca89886d7bf8546931053a.tar.gz | |
Merge "Update service clist commands for v2 and v3"
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/service.rst | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/source/command-objects/service.rst b/doc/source/command-objects/service.rst index d4f63de8..352f68a0 100644 --- a/doc/source/command-objects/service.rst +++ b/doc/source/command-objects/service.rst @@ -54,7 +54,9 @@ Delete service os service delete <service> -:option:`<service>` +.. _service_delete-type: +.. describe:: <service> + Service to delete (type, name or ID) service list @@ -72,11 +74,8 @@ List services List additional fields in output - *Identity version 2 only* - -Returns service fields ID and Name, `--long` adds Type and Description -to the output. When Identity API version 3 is selected all columns are -always displayed, `--long` is silently accepted for backward-compatibility. +Returns service fields ID, Name and Type. :option:`--long` adds Description +and Enabled (*Identity version 3 only*) to the output. service set ----------- |
