From 4733fd0d3cd328a8abbd62cbfabd973b0986c58c Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Thu, 10 Sep 2015 16:06:32 -0500 Subject: Add support for showing account details add the command `openstack account show` that lists details about the object store account that the user authenticated against. Partial-Bug: #1501943 Change-Id: I1246dafee812b63a41d43be4e3598224364a2c11 --- doc/source/command-objects/account.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc/source/command-objects') diff --git a/doc/source/command-objects/account.rst b/doc/source/command-objects/account.rst index 6783fd6b..db4ad9b1 100644 --- a/doc/source/command-objects/account.rst +++ b/doc/source/command-objects/account.rst @@ -19,6 +19,16 @@ Set account properties Set a property on this account (repeat option to set multiple properties) +account show +------------ + +Display account details + +.. program:: account show +.. code:: bash + + os account show + account unset ------------- -- cgit v1.2.1