Comment 9 for bug 1182037

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

Reviewed: https://review.openstack.org/31475
Committed: http://github.com/openstack/cinder/commit/4b05a10331927498ac6e26f70f145d45b58cc0ae
Submitter: Jenkins
Branch: master

commit 4b05a10331927498ac6e26f70f145d45b58cc0ae
Author: Sergey Vilgelm <email address hidden>
Date: Mon Jun 3 13:12:32 2013 +0400

    Replace FLAGS with cfg.CONF in db

    Replace all the FLAGS with cfg.CONF in cinder/db
    Large commit "https://review.openstack.org/31172" was split into several parts
    Use the common pattern: CONF = cfg.CONF

    Change-Id: Ibac0a4b233ba82e13e3a9bfb6bd3fd418cdab29f
    Fixes: bug #1182037