summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorSteve Martinelli <stevemar@ca.ibm.com>2015-09-10 01:45:33 -0500
committerlin-hua-cheng <os.lcheng@gmail.com>2015-10-01 18:18:36 -0700
commita4483a05137bbd3ed416b6a61687315095ccced7 (patch)
treeab7fb0cc99feb811972d726088f53cb1122e72c8 /setup.cfg
parent0daa0969392dce50266d8dcac31a68d2ba02602f (diff)
downloadpython-openstackclient-a4483a05137bbd3ed416b6a61687315095ccced7.tar.gz
Add support for updating swift account properties
this patch adds support for creating/updating and removing properties (nee: metadata) for object store accounts. Partial-Bug: #1501943 Change-Id: I3ed70a5d8bd8920fedb79adc60cdc602261d5eef
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index f2f4833b..f33e7c6d 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -331,6 +331,8 @@ openstack.network.v2 =
network_show = openstackclient.network.v2.network:ShowNetwork
openstack.object_store.v1 =
+ account_set = openstackclient.object.v1.account:SetAccount
+ account_unset = openstackclient.object.v1.account:UnsetAccount
container_create = openstackclient.object.v1.container:CreateContainer
container_delete = openstackclient.object.v1.container:DeleteContainer
container_list = openstackclient.object.v1.container:ListContainer