Comment 4 for bug 1681946

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

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

commit d015b9804213f7a2dbde0f54256f665098007c6f
Author: dane-fichter <email address hidden>
Date: Tue Mar 28 02:43:39 2017 -0700

    Remove backend dependency for key types

    This change moves the ImageMetaProp's SignatureKeyType
    tuple from a dynamically loaded object to a static tuple,
    removing the dependency on the OpenSSL backend, which
    can vary from OS to OS.

    Depends-On: Idbda49587f3b62a0870d10817291205bde0e821e
    Change-Id: Id5191e575191d3beaa24435e98a3852dddcfe3bf
    Closes-Bug: #1681946