Comment 8 for bug 1301027

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (milestone-proposed)

Reviewed: https://review.openstack.org/84569
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=ac2718c4aa7b6eb0c0e82df93cf59d890432d652
Submitter: Jenkins
Branch: milestone-proposed

commit ac2718c4aa7b6eb0c0e82df93cf59d890432d652
Author: Joe Gordon <email address hidden>
Date: Tue Apr 1 15:06:36 2014 -0700

    Use a temp dir for CONF.state_path

    external_pids will defaults to $state_path(/var/lib/neutron)/external/pids
    which isn't accessible when running unit tests so use a tempdir for
    CONF.state_path. This bug arose when oslo.config 1.3.0 came out which
    fixed bug #1282250 (I4324bda6f3de3cdf05f8eb3cf16052c04018dec8) and
    caused this issue.

    Change-Id: I253c5ea85c51eff94399da0b9462d10a9c509a0f
    Closes-Bug: #1301027