no such option: consoleauth_topic

Bug #1503974 reported by yong sheng gong
14
This bug affects 3 people
Affects Status Importance Assigned to Milestone
OpenStack Compute (nova)
New
Undecided
Unassigned

Bug Description

[gongysh@fedora22 nova]$ /usr/bin/nova-consoleauth --config-file /etc/nova/nova.conf
No handlers could be found for logger "oslo_config.cfg"
2015-10-08 14:25:50.996 31923 CRITICAL nova [-] NoSuchOptError: no such option: consoleauth_topic
2015-10-08 14:25:50.996 31923 ERROR nova Traceback (most recent call last):
2015-10-08 14:25:50.996 31923 ERROR nova File "/usr/bin/nova-consoleauth", line 10, in <module>
2015-10-08 14:25:50.996 31923 ERROR nova sys.exit(main())
2015-10-08 14:25:50.996 31923 ERROR nova File "/mnt/data3/opt/stack/nova/nova/cmd/consoleauth.py", line 40, in main
2015-10-08 14:25:50.996 31923 ERROR nova topic=CONF.consoleauth_topic)
2015-10-08 14:25:50.996 31923 ERROR nova File "/usr/lib/python2.7/site-packages/oslo_config/cfg.py", line 1902, in __getattr__
2015-10-08 14:25:50.996 31923 ERROR nova raise NoSuchOptError(name)
2015-10-08 14:25:50.996 31923 ERROR nova NoSuchOptError: no such option: consoleauth_topic
2015-10-08 14:25:50.996 31923 ERROR nova

Revision history for this message
Victor Laza (vlaza) wrote :

It does affect us in the same manner.

Here is the log:

ubuntu@nov-dvs-228688-4:~/devstack$ /usr/local/bin/nova-consoleauth --config-fil
e /etc/nova/nova.conf & echo $! >/opt/stack/status/stack/n-cauth.pid; fg || echo
 "n-cauth failed to start" | tee "/opt/stack/status/stack/n-cauth.failure"
[1] 28743
/usr/local/bin/nova-consoleauth --config-file /etc/nova/nova.conf
No handlers could be found for logger "oslo_config.cfg"
2015-10-08 06:05:24.248 28743 CRITICAL nova [-] NoSuchOptError: no such option: consoleauth_topic
2015-10-08 06:05:24.248 28743 ERROR nova Traceback (most recent call last):
2015-10-08 06:05:24.248 28743 ERROR nova File "/usr/local/bin/nova-consoleauth", line 10, in <module>
2015-10-08 06:05:24.248 28743 ERROR nova sys.exit(main())
2015-10-08 06:05:24.248 28743 ERROR nova File "/opt/stack/nova/nova/cmd/consoleauth.py", line 40, in main
2015-10-08 06:05:24.248 28743 ERROR nova topic=CONF.consoleauth_topic)
2015-10-08 06:05:24.248 28743 ERROR nova File "/usr/local/lib/python2.7/dist-packages/oslo_config/cfg.py", line 1902, in __getattr__
2015-10-08 06:05:24.248 28743 ERROR nova raise NoSuchOptError(name)
2015-10-08 06:05:24.248 28743 ERROR nova NoSuchOptError: no such option: consoleauth_topic
2015-10-08 06:05:24.248 28743 ERROR nova
n-cauth failed to start

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.