Skip to content

Commit 0106447

Browse files
author
sunyajing
committed
Make set/unset command in volume pass normally when nothing specified
Change-Id: Iac2d1b4ba9fa6358dc9317054af970eae8d49e84
1 parent 21ac923 commit 0106447

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

openstackclient/volume/v2/volume.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,3 @@ def take_action(self, parsed_args):
457457
if parsed_args.image_property:
458458
volume_client.volumes.delete_image_metadata(
459459
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

Comments
 (0)