Comment 1 for bug 1474237

Revision history for this message
Terry Howe (thowe-g) wrote :

diff --git a/openstackclient/compute/v2/flavor.py b/openstackclient/compute/v2/flavor.py
index eb18a43..50a9fdf 100644
--- a/openstackclient/compute/v2/flavor.py
+++ b/openstackclient/compute/v2/flavor.py
@@ -292,6 +292,7 @@ class UnsetFlavor(show.ShowOne):
         parser.add_argument(
             "--property",
             metavar="<key>",
+ required=True,
             action='append',
             help='Property to remove from flavor '
                  '(repeat option to unset multiple properties)',