diff options
| author | Jenkins <jenkins@review.openstack.org> | 2015-10-05 21:53:29 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2015-10-05 21:53:29 +0000 |
| commit | 1dc9854ac6873da52121cb40feb38c4fbde68bee (patch) | |
| tree | 7420b50e6770bf212d2919201814c5489b75e41a /doc/source/command-objects | |
| parent | ea54a4db1b5e300d8b9a31749036bc573f215231 (diff) | |
| parent | a4483a05137bbd3ed416b6a61687315095ccced7 (diff) | |
| download | python-openstackclient-1dc9854ac6873da52121cb40feb38c4fbde68bee.tar.gz | |
Merge "Add support for updating swift account properties"
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/account.rst | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/doc/source/command-objects/account.rst b/doc/source/command-objects/account.rst new file mode 100644 index 00000000..6783fd6b --- /dev/null +++ b/doc/source/command-objects/account.rst @@ -0,0 +1,35 @@ +======= +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 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) |
