summaryrefslogtreecommitdiffstats
path: root/nova/tests
diff options
context:
space:
mode:
Diffstat (limited to 'nova/tests')
-rw-r--r--nova/tests/conf_fixture.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/conf_fixture.py b/nova/tests/conf_fixture.py
index 4ec1bf8fb..1a6f80331 100644
--- a/nova/tests/conf_fixture.py
+++ b/nova/tests/conf_fixture.py
@@ -24,7 +24,7 @@ from nova.openstack.common import cfg
from nova.tests.utils import cleanup_dns_managers
CONF = cfg.CONF
-CONF.import_opt('state_path', 'nova.config')
+CONF.import_opt('state_path', 'nova.paths')
CONF.import_opt('scheduler_driver', 'nova.scheduler.manager')
CONF.import_opt('fake_network', 'nova.network.manager')
CONF.import_opt('network_size', 'nova.network.manager')