Comment 3 for bug 1276398

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

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

commit c94b71c2d42a651f3b24d5f0ac1819bfa2a79a12
Author: Matt Riedemann <email address hidden>
Date: Tue Feb 4 19:04:18 2014 -0800

    Move consoleauth_manager option into nova.service and fix imports

    Moves the consoleauth_manager option into nova.service like the other
    manager options in commit 39ce4032.

    The thinking for having it in nova.service is that's where
    CONF.get('%_manager'...) is called. It also makes no sense for the
    option to be declared in nova.consoleauth.manager because if you change
    this config option, then you don't want nova.consoleauth.manager loaded.

    Closes-Bug: #1276398

    Change-Id: I85e089239228920e9e58284cf6ff52e43bf85ab0