Comment 8 for bug 1263908

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

Reviewed: https://review.openstack.org/68693
Committed: https://git.openstack.org/cgit/openstack/oslo-incubator/commit/?id=630d3959b9d001ca18bd2ed1cf757f2eb44a336f
Submitter: Jenkins
Branch: master

commit 630d3959b9d001ca18bd2ed1cf757f2eb44a336f
Author: Roman Podoliaka <email address hidden>
Date: Thu Jan 23 18:42:56 2014 +0200

    Don't use cfg.CONF in oslo.db

    Using of a global config object is something we want to avoid when
    making libraries. Parameters must be passed as function/class methods
    arguments instead.

    In order not to duplicate options declaration in each project, they
    have been put into separate options module (which should not be a
    part of oslo.db when it's released; we'll probably want to find a
    place for it within oslo-incubator).

    Partial-Bug: #1263908

    Co-authored-by: Victor Sergeyev <email address hidden>

    Change-Id: Ib5a4e31b4e78e2b4cb807a8c88b8072f4207eb22