horizon/releasenotes/notes/bp-cinder-consistency-groups-b0aba555b1ed4a6c.yaml
Akihiro Motoki 497cae2b57 Use doc8 check
doc8 is a linter for documents and used in openstack-manuals.
It is better to enforce document linters for simple checking.

The current rules are really simple like:
- line length check (80 chars)
- new line at the end of file

Change-Id: I3810df521068ffc97e25a5fc56b72397bf9783bc
2017-07-19 10:31:16 +00:00

13 lines
652 B
YAML

---
features:
- >
[`blueprint cinder-consistency-groups <https://blueprints.launchpad.net/horizon/+spec/cinder-consistency-groups>`_]
This feature adds a new Consistency Groups tab to the Project Volumes panel.
Consistency Groups (GG) contain existing volumes, and allow the user to
perform actions on the volumes in one step. Actions include: create a CG,
manage volumes associated with the CG, update a CG, and delete a CGs. Note
that a CG can not be deleted if it contains any volumes.
security:
- Policies associated with Consistency Groups exist in the Cinder policy
file, and by default, all actions are disabled.