diff options
| author | Rui Chen <chenrui.momo@gmail.com> | 2016-03-14 18:07:23 +0800 |
|---|---|---|
| committer | Rui Chen <chenrui.momo@gmail.com> | 2016-03-14 18:07:23 +0800 |
| commit | 8664a2f8aecd3d91a929e7e2b76772cae20f41e1 (patch) | |
| tree | a367f5b52ab77c7db050a6cffb3d6d174f3f0b49 /doc/source/command-objects/compute-service.rst | |
| parent | 76081239d2f99acb36bdddddf5339e5d3cc8ae4a (diff) | |
| download | python-openstackclient-8664a2f8aecd3d91a929e7e2b76772cae20f41e1.tar.gz | |
Support "--long" option in ListService
Add "--long" option in ListService so that compute service
disabled reason can be showed.
Change-Id: I1ace8f1c4e4efe0a1a8f6710425d73eb5db9e5e1
Closes-Bug: #1556815
Diffstat (limited to 'doc/source/command-objects/compute-service.rst')
| -rw-r--r-- | doc/source/command-objects/compute-service.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/command-objects/compute-service.rst b/doc/source/command-objects/compute-service.rst index 25a133d9..aefe55db 100644 --- a/doc/source/command-objects/compute-service.rst +++ b/doc/source/command-objects/compute-service.rst @@ -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 ------------------- |
