summaryrefslogtreecommitdiff
path: root/openstackclient
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-07-18 14:32:33 +0000
committerGerrit Code Review <review@openstack.org>2015-07-18 14:32:33 +0000
commitd74023b4e8a79e1b1224e00293e19cde23a3ed5f (patch)
tree74285212b06d96a8ef48f0339f0f26f6fd739010 /openstackclient
parent52bdda9bae3a3721b7a1e4c0366dbab8f72ffaba (diff)
parent2fc800aace36211f576fd447375854218c29cfd1 (diff)
downloadpython-openstackclient-d74023b4e8a79e1b1224e00293e19cde23a3ed5f.tar.gz
Merge "Making --property as required when openstack flavor unset"
Diffstat (limited to 'openstackclient')
-rw-r--r--openstackclient/compute/v2/flavor.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/openstackclient/compute/v2/flavor.py b/openstackclient/compute/v2/flavor.py
index eb18a433..3458cf79 100644
--- a/openstackclient/compute/v2/flavor.py
+++ b/openstackclient/compute/v2/flavor.py
@@ -295,6 +295,7 @@ class UnsetFlavor(show.ShowOne):
action='append',
help='Property to remove from flavor '
'(repeat option to unset multiple properties)',
+ required=True,
)
parser.add_argument(
"flavor",