Comment 2 for bug 1639293

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

Reviewed: https://review.openstack.org/393901
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=cbbc21828283e5dbd45016c1bc5fc24c2c20f365
Submitter: Jenkins
Branch: master

commit cbbc21828283e5dbd45016c1bc5fc24c2c20f365
Author: Lee Yarwood <email address hidden>
Date: Fri Nov 4 18:28:47 2016 +0000

    encryptors: Introduce encryption provider constants

    These constants detail the supported encryption formats and their
    associated in tree encryption provider implementations.

    The use of out of tree and direct use of these in tree implementations
    is now deprecated and will be blocked in the 16.0.0 Pike release of
    Nova.

    Change-Id: Ic155bd29d46059832cce970bf60375e7e472eca6
    Partial-bug: #1639293