Merge "Change volume manager to volume type, unset property for type"

This commit is contained in:
Jenkins 2013-07-23 15:26:29 +00:00 committed by Gerrit Code Review
commit e351991d74

@ -182,10 +182,7 @@ class UnsetVolumeType(command.Command):
)
if parsed_args.property:
volume_client.volumes.delete_metadata(
volume_type.id,
parsed_args.property,
)
volume_type.unset_keys(parsed_args.property)
else:
self.app.log.error("No changes requested\n")
return