We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e313afb + 8dd9feb commit e351991Copy full SHA for e351991
1 file changed
openstackclient/volume/v1/type.py
@@ -182,10 +182,7 @@ def take_action(self, parsed_args):
182
)
183
184
if parsed_args.property:
185
- volume_client.volumes.delete_metadata(
186
- volume_type.id,
187
- parsed_args.property,
188
- )
+ volume_type.unset_keys(parsed_args.property)
189
else:
190
self.app.log.error("No changes requested\n")
191
return
0 commit comments