Merge "Making --property as required when openstack flavor unset"

This commit is contained in:
Jenkins 2015-07-18 14:32:33 +00:00 committed by Gerrit Code Review
commit d74023b4e8

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