python-openstackclient/releasenotes/notes/bug-1651117-a1df37e7ea939ba4.yaml
Huanxuan Ao b2fd8ba869 Add "encryption-*" options in volume type commands
Add "--encryption-provider", "--encryption-cipher",
"--encryption-key-size" and "--encryption-control-location"
options to "volume type set" and "volume type create" commands.
Add "--encryption-type" option to "volume type unset",
"volume type list" and "volume type show" commands.

Change-Id: I3572635d5913d971a723a62d7790ffe0f20ec39a
Implements: bp cinder-command-support
Closes-Bug: #1651117
2017-01-14 21:58:33 +08:00

10 lines
406 B
YAML

---
features:
- |
Add ``--encryption-provider``, ``--encryption-cipher``, ``--encryption-key-size``
and ``--encryption-control-location`` options to ``volume type set`` and
``volume type create`` commands.
Add ``--encryption-type`` option to ``volume type unset``, ``volume type list``
and ``volume type show`` commands.
[Bug `1651117 <https://bugs.launchpad.net/bugs/1651117>`_]