diff options
| author | Mark McLoughlin <markmc@redhat.com> | 2012-12-11 07:26:17 +0000 |
|---|---|---|
| committer | Mark McLoughlin <markmc@redhat.com> | 2012-12-11 07:27:11 +0000 |
| commit | 855869af9b6fbde4896cc66c2df87bdaaa5e256f (patch) | |
| tree | 7187cdbf273a923e9816af60cd23edc627bbea23 /nova/tests | |
| parent | fcedc02a6f320681ae20bc1641c8bf6cd519885e (diff) | |
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
Diffstat (limited to 'nova/tests')
| -rw-r--r-- | nova/tests/conf_fixture.py | 1 |
1 files changed, 1 insertions, 0 deletions
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): |
