There was an error while loading. Please reload this page.
2 parents 161d37b + 0106447 commit 30bcaebCopy full SHA for 30bcaeb
1 file changed
openstackclient/volume/v2/volume.py
@@ -457,6 +457,3 @@ def take_action(self, parsed_args):
457
if parsed_args.image_property:
458
volume_client.volumes.delete_image_metadata(
459
volume.id, parsed_args.image_property)
460
-
461
- if (not parsed_args.image_property and not parsed_args.property):
462
- LOG.error(_("No changes requested"))
0 commit comments