Making --property as required when openstack flavor unset

When using openstack flavor unset, the --property is needed,
so the --property should be a required parameter.

Close-Bug: #1474237
Change-Id: Id6913e1b263eddeb5dd44c3edb957206b68f816c
This commit is contained in:
jiaxi 2015-07-18 03:33:03 -04:00
parent 8175ce5985
commit 2fc800aace
1 changed files with 1 additions and 0 deletions

View File

@ -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",