yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #53055
[Bug 1597978] [NEW] nova-console start failure
Public bug reported:
When run nova-console to start console service it show error, info show
below:
2016-07-01 10:49:44.121 WARNING oslo_reports.guru_meditation_report [-] Guru mediation now registers SIGUSR1 and SIGUSR2 by default for backward compatibility. SIGUSR1 will no longer be registered in a future release, so please use SIGUSR2 to generate reports.
2016-07-01 10:49:44.134 CRITICAL nova [-] NoSuchOptError: no such option in group DEFAULT: console_xvp_conf_template
2016-07-01 10:49:44.134 TRACE nova Traceback (most recent call last):
2016-07-01 10:49:44.134 TRACE nova File "/usr/local/bin/nova-console", line 10, in <module>
2016-07-01 10:49:44.134 TRACE nova sys.exit(main())
2016-07-01 10:49:44.134 TRACE nova File "/opt/stack/nova/nova/cmd/console.py", line 40, in main
2016-07-01 10:49:44.134 TRACE nova topic=CONF.console_topic)
2016-07-01 10:49:44.134 TRACE nova File "/opt/stack/nova/nova/service.py", line 218, in create
2016-07-01 10:49:44.134 TRACE nova db_allowed=db_allowed)
2016-07-01 10:49:44.134 TRACE nova File "/opt/stack/nova/nova/service.py", line 92, in __init__
2016-07-01 10:49:44.134 TRACE nova self.manager = manager_class(host=self.host, *args, **kwargs)
2016-07-01 10:49:44.134 TRACE nova File "/opt/stack/nova/nova/console/manager.py", line 46, in __init__
2016-07-01 10:49:44.134 TRACE nova self.driver = importutils.import_object(console_driver)
2016-07-01 10:49:44.134 TRACE nova File "/usr/local/lib/python2.7/dist-packages/oslo_utils/importutils.py", line 44, in import_object
2016-07-01 10:49:44.134 TRACE nova return import_class(import_str)(*args, **kwargs)
2016-07-01 10:49:44.134 TRACE nova File "/opt/stack/nova/nova/console/xvp.py", line 41, in __init__
2016-07-01 10:49:44.134 TRACE nova self.xvpconf_template = open(CONF.console_xvp_conf_template).read()
2016-07-01 10:49:44.134 TRACE nova File "/usr/local/lib/python2.7/dist-packages/oslo_config/cfg.py", line 2193, in __getattr__
2016-07-01 10:49:44.134 TRACE nova raise NoSuchOptError(name)
2016-07-01 10:49:44.134 TRACE nova NoSuchOptError: no such option in group DEFAULT: console_xvp_conf_template
Steps to reproduce
==================
nova-console
Expected result
===============
console service started
Actual result
=============
boot failed
** Affects: nova
Importance: Undecided
Assignee: Chen Fan (fan-chen)
Status: New
** Changed in: nova
Assignee: (unassigned) => Chen Fan (fan-chen)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1597978
Title:
nova-console start failure
Status in OpenStack Compute (nova):
New
Bug description:
When run nova-console to start console service it show error, info
show below:
2016-07-01 10:49:44.121 WARNING oslo_reports.guru_meditation_report [-] Guru mediation now registers SIGUSR1 and SIGUSR2 by default for backward compatibility. SIGUSR1 will no longer be registered in a future release, so please use SIGUSR2 to generate reports.
2016-07-01 10:49:44.134 CRITICAL nova [-] NoSuchOptError: no such option in group DEFAULT: console_xvp_conf_template
2016-07-01 10:49:44.134 TRACE nova Traceback (most recent call last):
2016-07-01 10:49:44.134 TRACE nova File "/usr/local/bin/nova-console", line 10, in <module>
2016-07-01 10:49:44.134 TRACE nova sys.exit(main())
2016-07-01 10:49:44.134 TRACE nova File "/opt/stack/nova/nova/cmd/console.py", line 40, in main
2016-07-01 10:49:44.134 TRACE nova topic=CONF.console_topic)
2016-07-01 10:49:44.134 TRACE nova File "/opt/stack/nova/nova/service.py", line 218, in create
2016-07-01 10:49:44.134 TRACE nova db_allowed=db_allowed)
2016-07-01 10:49:44.134 TRACE nova File "/opt/stack/nova/nova/service.py", line 92, in __init__
2016-07-01 10:49:44.134 TRACE nova self.manager = manager_class(host=self.host, *args, **kwargs)
2016-07-01 10:49:44.134 TRACE nova File "/opt/stack/nova/nova/console/manager.py", line 46, in __init__
2016-07-01 10:49:44.134 TRACE nova self.driver = importutils.import_object(console_driver)
2016-07-01 10:49:44.134 TRACE nova File "/usr/local/lib/python2.7/dist-packages/oslo_utils/importutils.py", line 44, in import_object
2016-07-01 10:49:44.134 TRACE nova return import_class(import_str)(*args, **kwargs)
2016-07-01 10:49:44.134 TRACE nova File "/opt/stack/nova/nova/console/xvp.py", line 41, in __init__
2016-07-01 10:49:44.134 TRACE nova self.xvpconf_template = open(CONF.console_xvp_conf_template).read()
2016-07-01 10:49:44.134 TRACE nova File "/usr/local/lib/python2.7/dist-packages/oslo_config/cfg.py", line 2193, in __getattr__
2016-07-01 10:49:44.134 TRACE nova raise NoSuchOptError(name)
2016-07-01 10:49:44.134 TRACE nova NoSuchOptError: no such option in group DEFAULT: console_xvp_conf_template
Steps to reproduce
==================
nova-console
Expected result
===============
console service started
Actual result
=============
boot failed
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1597978/+subscriptions
Follow ups