diff options
| author | Steve Martinelli <stevemar@ca.ibm.com> | 2015-10-01 18:43:04 -0400 |
|---|---|---|
| committer | lin-hua-cheng <os.lcheng@gmail.com> | 2015-10-01 21:20:05 -0700 |
| commit | ecb69a47711a0023edaa608cda41b8e908f80985 (patch) | |
| tree | b68d45603dd6d61dc624ceb036b51819874f9eae /doc/source/command-objects/account.rst | |
| parent | 4733fd0d3cd328a8abbd62cbfabd973b0986c58c (diff) | |
| download | python-openstackclient-ecb69a47711a0023edaa608cda41b8e908f80985.tar.gz | |
Rename swift account commands
rename `os account` to `os object store account`
Co-Authored-By: Lin Hua Cheng <os.lcheng@gmail.com>
Closes-Bug: #1501943
Change-Id: I54fdcea7a48df16f20e17605110f8d33a20f713c
Diffstat (limited to 'doc/source/command-objects/account.rst')
| -rw-r--r-- | doc/source/command-objects/account.rst | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/doc/source/command-objects/account.rst b/doc/source/command-objects/account.rst deleted file mode 100644 index db4ad9b1..00000000 --- a/doc/source/command-objects/account.rst +++ /dev/null @@ -1,45 +0,0 @@ -======= -account -======= - -Object Store v1 - -account set ------------ - -Set account properties - -.. program:: account set -.. code:: bash - - os account set - [--property <key=value> [...] ] - -.. option:: --property <key=value> - - 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 -------------- - -Unset account properties - -.. program:: account unset -.. code:: bash - - os account unset - [--property <key>] - -.. option:: --property <key> - - Property to remove from account (repeat option to remove multiple properties) |
