From c2c3f2e0f23f857aa2c8ce17e310996e90ea9b54 Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Fri, 16 Jan 2015 10:54:00 -0600 Subject: Update service clist commands for v2 and v3 Changes to the 'service list' commands for Identity v2 and v3: * Document support for --long * Add Description to v3 output with --long * v3 output is now (ID, Name, Type), with (Description, Enabled) added with --long * Change v2 output to match v3 output, with the absense of Enabled. * Update doc to match Closes-Bug: #1411337 Change-Id: I999e3df22f61350cdeba63bbb7d01145c2ffeeaf --- doc/source/command-objects/service.rst | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'doc/source/command-objects') 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 -:option:`` +.. _service_delete-type: +.. describe:: + 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 ----------- -- cgit v1.2.1