Config options: centralize section "scheduler"

That's a follow-up patch for commit 5dbdd6ed2b

Blueprint centralize-config-options

Change-Id: Idfc6af2ca6ed70f7191efd4111eae5f3c16566d1
This commit is contained in:
Markus Zoeller
2015-12-04 11:53:26 +01:00
parent 5dbdd6ed2b
commit 02fab17553

View File

@@ -14,15 +14,15 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
from oslo_config import cfg
from oslo_config import fixture as config_fixture from oslo_config import fixture as config_fixture
import nova.conf
from nova import config from nova import config
from nova import ipv6 from nova import ipv6
from nova import paths from nova import paths
from nova.tests.unit import utils from nova.tests.unit import utils
CONF = cfg.CONF CONF = nova.conf.CONF
CONF.import_opt('use_ipv6', 'nova.netconf') CONF.import_opt('use_ipv6', 'nova.netconf')
CONF.import_opt('host', 'nova.netconf') CONF.import_opt('host', 'nova.netconf')
CONF.import_opt('fake_network', 'nova.network.linux_net') CONF.import_opt('fake_network', 'nova.network.linux_net')