mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
Merge "Make set/unset command in volume pass normally when nothing specified"
This commit is contained in:
commit
30bcaebd00
1 changed files with 0 additions and 3 deletions
|
|
@ -457,6 +457,3 @@ class UnsetVolume(command.Command):
|
|||
if parsed_args.image_property:
|
||||
volume_client.volumes.delete_image_metadata(
|
||||
volume.id, parsed_args.image_property)
|
||||
|
||||
if (not parsed_args.image_property and not parsed_args.property):
|
||||
LOG.error(_("No changes requested"))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue