Skip to content

Commit 7428363

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Fix exception when doing volume set operation"
2 parents 9bcf17b + 197d86d commit 7428363

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openstackclient/volume/v2/volume.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ def _format_attach(attachments):
326326
) for s in data))
327327

328328

329-
class SetVolume(show.ShowOne):
329+
class SetVolume(command.Command):
330330
"""Set volume properties"""
331331

332332
log = logging.getLogger(__name__ + '.SetVolume')

0 commit comments

Comments
 (0)