summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMarek Aufart <maufart@redhat.com>2015-03-17 15:38:24 +0100
committerSteve Martinelli <stevemar@ca.ibm.com>2015-03-19 13:54:19 -0400
commit621434451f561e7ef7c549a134f3bfadcf10520f (patch)
treec063b57af26961467ecd4f7ce3856e216fb2caf0 /setup.cfg
parenta8c44074f93815ea670d4bc09156795c66505f31 (diff)
downloadpython-openstackclient-621434451f561e7ef7c549a134f3bfadcf10520f.tar.gz
Add the ability to set and unset flavor properties
Added flavor set and unset command which allow manage flavor properties called extra_specs. Command flavor show output was extended with these properties. Closes-Bug: 1434137 Change-Id: Ie469bade802de18aab9d58eda3fff46064008163
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 1575066e..f2c1a057 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -75,6 +75,8 @@ openstack.compute.v2 =
flavor_delete = openstackclient.compute.v2.flavor:DeleteFlavor
flavor_list = openstackclient.compute.v2.flavor:ListFlavor
flavor_show = openstackclient.compute.v2.flavor:ShowFlavor
+ flavor_set = openstackclient.compute.v2.flavor:SetFlavor
+ flavor_unset = openstackclient.compute.v2.flavor:UnsetFlavor
host_list = openstackclient.compute.v2.host:ListHost
host_show = openstackclient.compute.v2.host:ShowHost