diff options
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 41ef26c81..f0dba7c7c 100644 --- a/nova/test.py +++ b/nova/test.py @@ -61,6 +61,7 @@ CONF.register_opts(test_opts) CONF.import_opt('sql_connection', 'nova.openstack.common.db.sqlalchemy.session') CONF.import_opt('sqlite_db', 'nova.openstack.common.db.sqlalchemy.session') +CONF.import_opt('enabled', 'nova.api.openstack', group='osapi_v3') CONF.set_override('use_stderr', False) logging.setup('nova') |