horizon/releasenotes/notes/generic-volumes-support-407406de8233c912.yaml
Akihiro Motoki 4c9cf5f00e Hide default_cgsnapshot_type from cinder group types
The generic group type named "default_cgsnapshot_type" is reserved
for the consistency group and we cannot use a generic group using
"default_cgsnapshot_type". "default_cgsnapshot_type" should not be
listed in "Group Type" selection in "Create Group" form.

In addition, "Group" and "Group Snapshot" panels make no sense
when there is no group type other than "default_cgsnapshot_type".
This commit adds a suggestion to hide "Group" and "Group Snapshot"
panels if there is no valid group type to the release notes.

Closes-Bug: #1785178
Change-Id: I2dce39bcbcf6bedc8dc0c94d11f3c0a85ea61490
2018-08-08 21:10:38 +09:00

13 lines
505 B
YAML

---
features:
- |
[:blueprint:`cinder-generic-volume-groups`]
Cinder generic groups is now supported. Consistency groups views will be
disabled if the generic group support is available. User is able to
create generic groups and snapshots now.
Note that operators need to create at least one group type so that
users can use the generic group feature. Otherwise, it might be better
to disable the group and group snapshot panels by the horizon plugin
``enabled`` files.