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
This commit is contained in:
committed by
Steve Martinelli
parent
8b1241b1d8
commit
beed8ce46a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user