diff options
| author | Marek Aufart <maufart@redhat.com> | 2015-03-17 15:38:24 +0100 |
|---|---|---|
| committer | Steve Martinelli <stevemar@ca.ibm.com> | 2015-03-19 13:54:19 -0400 |
| commit | 621434451f561e7ef7c549a134f3bfadcf10520f (patch) | |
| tree | c063b57af26961467ecd4f7ce3856e216fb2caf0 /setup.cfg | |
| parent | a8c44074f93815ea670d4bc09156795c66505f31 (diff) | |
| download | python-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.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
