Comment 21 for bug 1143998

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

Reviewed: https://review.openstack.org/24701
Committed: http://github.com/openstack/keystone/commit/7db01cd64be2ab3ed5ffc00636d187ef432294b2
Submitter: Jenkins
Branch: master

commit 7db01cd64be2ab3ed5ffc00636d187ef432294b2
Author: Dolph Mathews <email address hidden>
Date: Tue Mar 19 17:15:25 2013 -0500

    Wrap config module and require manual setup (bug 1143998)

    This moves keystone.config to keystone.common.config, which requires
    .configure() to be called manually in order for options to be
    registered.

    keystone.config preserves the existing behavior of automatically
    registering options when imported.

    keystone.middleware.auth_token and it's dependencies within keystone no
    longer cause config options to be automatically registered.

    This is an alternative to https://review.openstack.org/#/c/24251/

    Change-Id: If9eb5799bf77595ecb71f2000f8b6d1610ea9700