Skip to content

Commit af406f3

Browse files
committed
cinder: Remove redundant command
There is no 'volume group unset' command nor any need for one right now. This was mistakenly added in I3b2c0cb92b8a53cc1c0cefa3313b80f59c9e5835. Change-Id: I9386d1350099b10659c6b0e632e4d83cae5b2bfd Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
1 parent 19b4ce4 commit af406f3

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

releasenotes/notes/add-volume-group-commands-b121d6ec7da9779a.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ features:
33
- |
44
Add ``volume group create``, ``volume group delete``,
55
``volume group list``, ``volume group failover``,
6-
``volume group set/unset`` and ``volume attachment show``
6+
``volume group set`` and ``volume attachment show``
77
commands to create, delete, list, failover, update and show volume groups,
88
respectively.

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,6 @@ openstack.volume.v3 =
726726
volume_group_list = openstackclient.volume.v3.volume_group:ListVolumeGroup
727727
volume_group_failover = openstackclient.volume.v3.volume_group:FailoverVolumeGroup
728728
volume_group_set = openstackclient.volume.v3.volume_group:SetVolumeGroup
729-
volume_group_unset = openstackclient.volume.v3.volume_group:UnsetVolumeGroup
730729
volume_group_show = openstackclient.volume.v3.volume_group:ShowVolumeGroup
731730

732731
volume_group_snapshot_create = openstackclient.volume.v3.volume_group_snapshot:CreateVolumeGroupSnapshot

0 commit comments

Comments
 (0)