Merge "Support "--long" option in ListService"

This commit is contained in:
Jenkins
2016-03-14 20:17:04 +00:00
committed by Gerrit Code Review
4 changed files with 59 additions and 10 deletions
doc/source/command-objects
openstackclient
compute
tests

@ -31,6 +31,7 @@ List service command
os compute service list
[--host <host>]
[--service <service>]
[--long]
.. _compute-service-list:
.. describe:: --host <host>
@ -41,6 +42,10 @@ List service command
Name of service
.. describe:: --long
List additional fields in output
compute service set
-------------------