Comment 7 for bug 1182037

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

Reviewed: https://review.openstack.org/31500
Committed: http://github.com/openstack/cinder/commit/a771e45a76161e639d18030ad3cb41fe3f30ba64
Submitter: Jenkins
Branch: master

commit a771e45a76161e639d18030ad3cb41fe3f30ba64
Author: Sergey Vilgelm <email address hidden>
Date: Mon Jun 3 17:36:42 2013 +0400

    Replace FLAGS with cfg.CONF in scheduler

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

    Change-Id: If293d36a9e1552f7af497edf947e82458488bf9c
    Fixes: bug #1182037