You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use correct parsed_args attribute in volume group type show
The ShowVolumeGroupType.take_action() was referencing parsed_args.group
instead of parsed_args.group_type, causing an AttributeError on every
invocation.
Closes-Bug: #2150856
Change-Id: I6924040580af2bc2f30e2bc5f03a366cbb9fe6ef
Signed-off-by: hongp <inyong.hong@samsung.com>
(cherry picked from commit 05ffb11)
0 commit comments