From 855869af9b6fbde4896cc66c2df87bdaaa5e256f Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Tue, 11 Dec 2012 07:26:17 +0000 Subject: Move api_paste_config option into nova.wsgi The api_paste_config option is only used in nova.wsgi so we can have it be registered there too. blueprint: scope-config-opts Change-Id: I438102b2524bd96faf8392f3ba600235ce7116a4 --- nova/tests/conf_fixture.py | 1 + 1 file changed, 1 insertion(+) (limited to 'nova/tests') diff --git a/nova/tests/conf_fixture.py b/nova/tests/conf_fixture.py index c0466447d..6a8b3397d 100644 --- a/nova/tests/conf_fixture.py +++ b/nova/tests/conf_fixture.py @@ -29,6 +29,7 @@ CONF.import_opt('network_size', 'nova.network.manager') CONF.import_opt('num_networks', 'nova.network.manager') CONF.import_opt('policy_file', 'nova.policy') CONF.import_opt('compute_driver', 'nova.virt.driver') +CONF.import_opt('api_paste_config', 'nova.wsgi') class ConfFixture(fixtures.Fixture): -- cgit