Comment 8 for bug 1651117

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-openstackclient (master)

Reviewed: https://review.openstack.org/414197
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=b2fd8ba869cd4b8e927118f7712d0ed7fb60309f
Submitter: Jenkins
Branch: master

commit b2fd8ba869cd4b8e927118f7712d0ed7fb60309f
Author: Huanxuan Ao <email address hidden>
Date: Thu Dec 22 23:27:26 2016 +0800

    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