diff options
author | Jenkins <jenkins@review.openstack.org> | 2013-06-01 02:28:01 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2013-06-01 02:28:01 +0000 |
commit | 5ec5dbbf3034c7e092f7513272ed7faf835de550 (patch) | |
tree | 76e23acc8725267cbe291e239e64065329a94542 /nova/test.py | |
parent | 8390ecb35e8771862b78146e5ec5ad700f9c22df (diff) | |
parent | a25c256ef5b57b13126a1264843aa954c3ccefff (diff) | |
download | nova-5ec5dbbf3034c7e092f7513272ed7faf835de550.tar.gz nova-5ec5dbbf3034c7e092f7513272ed7faf835de550.tar.xz nova-5ec5dbbf3034c7e092f7513272ed7faf835de550.zip |
Merge "Adds v3 API disable config option"
Diffstat (limited to 'nova/test.py')
-rw-r--r-- | nova/test.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/test.py b/nova/test.py index 6dad0784a..ac056ad1c 100644 --- a/nova/test.py +++ b/nova/test.py @@ -227,6 +227,7 @@ class TestCase(testtools.TestCase): self.useFixture(fixtures.EnvironmentVariable('http_proxy')) self.policy = self.useFixture(policy_fixture.PolicyFixture()) CONF.set_override('fatal_exception_format_errors', True) + CONF.set_override('osapi_v3_enabled', True) def _clear_attrs(self): # Delete attributes that don't start with _ so they don't pin |