Merge "Explicitly import state_path opt in tests.base"

This commit is contained in:
Jenkins 2014-04-03 01:35:50 +00:00 committed by Gerrit Code Review
commit 433695eb95
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ from neutron.tests import post_mortem_debug
CONF = cfg.CONF
CONF.import_opt('state_path', 'neutron.common.config')
TRUE_STRING = ['True', '1']
LOG_FORMAT = "%(asctime)s %(levelname)8s [%(name)s] %(message)s"