Comment 9 for bug 1592043

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

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

commit 4a8f2b0d44ee10dfac2d3d828cd9dc574d5ddbb2
Author: Angus Lees <email address hidden>
Date: Wed Jun 15 15:46:38 2016 +1000

    Initialise oslo.privsep early in main

    Any process using oslo.privsep should now initialise the library before
    first use with things like the rootwrap command to use.

    This should be done near the top of main() in any command that expects
    to make privileged calls via oslo.privsep (eg: nova-compute, and not
    nova-api).

    See I3ea73e16b07a870629e7d69e897f2524d7068ae8 for the corresponding
    change in oslo.privsep.

    Change-Id: I3a52f762deb176fe9201b2a0f0da363057f8aaec
    Depends-On: I52259e2023e277e8fd62be5df4fd7f799e9b36d7
    Closes-Bug: #1592043