Merge "Making --property as required when openstack flavor unset"
This commit is contained in:
commit
d74023b4e8
@ -295,6 +295,7 @@ class UnsetFlavor(show.ShowOne):
|
|||||||
action='append',
|
action='append',
|
||||||
help='Property to remove from flavor '
|
help='Property to remove from flavor '
|
||||||
'(repeat option to unset multiple properties)',
|
'(repeat option to unset multiple properties)',
|
||||||
|
required=True,
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"flavor",
|
"flavor",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user