Import host option in base test module

Import of this option fix problems with local unit tests in
Ironic Staging Drivers project.

Change-Id: I4a155ae734939b3917d35575591acecebdd78a6b
This commit is contained in:
Yuriy Zveryanskyy 2016-02-22 19:34:44 +02:00
parent 2bce970aee
commit 56d494564e
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ from ironic.tests.unit import policy_fixture
CONF = cfg.CONF
CONF.import_opt('host', 'ironic.common.service')
logging.register_options(CONF)
logging.setup(CONF, 'ironic')