Comment 3 for bug 1093043

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

Reviewed: https://review.openstack.org/18676
Committed: http://github.com/openstack/oslo-incubator/commit/525ac47bb934621057904725376108f56f6c57fe
Submitter: Jenkins
Branch: master

commit 525ac47bb934621057904725376108f56f6c57fe
Author: Davanum Srinivas <email address hidden>
Date: Wed Dec 26 22:50:35 2012 -0500

    Support lookup of value using "group.key"

    Let us check if the opt_name has a '.', if it does then split it
    into a group/key and try lookup using that combination. Since
    LazyPluggable uses "CONF[self.__pivot]" if we just add this
    capability to cfg, we get "LazyPluggable doesn't support
    option groups" for free.

    Fixes LP #1093043

    Change-Id: I9cedcf22014038e9fe4ed5e66ca5427aa99b5091