Skip to content

Commit e7ce27c

Browse files
Jenkinsopenstack-gerrit
Jenkins
authored andcommitted
Merge "load consoleauth_topic option before using it"
2 parents 0538fc3 + 8d9b144 commit e7ce27c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nova/cmd/consoleauth.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828

2929
CONF = cfg.CONF
3030

31+
CONF.import_opt('consoleauth_topic', 'nova.consoleauth')
32+
3133

3234
def main():
3335
config.parse_args(sys.argv)

0 commit comments

Comments
 (0)