Comment 13 for bug 1287542

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

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

commit 5eafe1ccb30462d9b78b13323135fb9f90d1fd54
Author: Sean Dague <email address hidden>
Date: Tue Mar 4 08:05:17 2014 -0500

    sync sslutils to not conflict with oslo.messaging

    oslo.messaging changed and shipped nova/openstack/common/sslutils.py
    in their own tree before it was changed in oslo-incubator. This
    created conflicting options with nova, and caused the config
    generator to explode (this also would have exploded if we used
    any of the sslutils code in the gate, which we don't).

    This is a sync of the finally merged oslo-incubator fix (which is
    just periods in comments). This now makes the sslutils declaration
    the same in both nova and olso.messaging.

    Change-Id: I5cf392215825b604f0e3fe9546591a1e754d4478
    Closes-Bug: #1287542