Merge "load consoleauth_topic option before using it"

This commit is contained in:
Jenkins 2015-10-09 13:11:45 +00:00 committed by Gerrit Code Review
commit e7ce27c483
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ from nova import version
CONF = cfg.CONF
CONF.import_opt('consoleauth_topic', 'nova.consoleauth')
def main():
config.parse_args(sys.argv)