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',
|
||||
help='Property to remove from flavor '
|
||||
'(repeat option to unset multiple properties)',
|
||||
required=True,
|
||||
)
|
||||
parser.add_argument(
|
||||
"flavor",
|
||||
|
Loading…
x
Reference in New Issue
Block a user