diff options
| author | Jenkins <jenkins@review.openstack.org> | 2015-07-18 14:32:33 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2015-07-18 14:32:33 +0000 |
| commit | d74023b4e8a79e1b1224e00293e19cde23a3ed5f (patch) | |
| tree | 74285212b06d96a8ef48f0339f0f26f6fd739010 /openstackclient | |
| parent | 52bdda9bae3a3721b7a1e4c0366dbab8f72ffaba (diff) | |
| parent | 2fc800aace36211f576fd447375854218c29cfd1 (diff) | |
| download | python-openstackclient-d74023b4e8a79e1b1224e00293e19cde23a3ed5f.tar.gz | |
Merge "Making --property as required when openstack flavor unset"
Diffstat (limited to 'openstackclient')
| -rw-r--r-- | openstackclient/compute/v2/flavor.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openstackclient/compute/v2/flavor.py b/openstackclient/compute/v2/flavor.py index eb18a433..3458cf79 100644 --- a/openstackclient/compute/v2/flavor.py +++ b/openstackclient/compute/v2/flavor.py @@ -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", |
