Reviewed: https://review.openstack.org/333079 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=46b3a3ca1ac3a5ffdc7c5420263223f2d3b9a660 Submitter: Jenkins Branch: master
commit 46b3a3ca1ac3a5ffdc7c5420263223f2d3b9a660 Author: Chen Fan <[email protected]> Date: Wed Jun 22 20:32:18 2016 +0800 xvp: change the default xvp conf path to CONF.xvp group Since option console_xvp_XXX has been move to opt group 'xvp'. so the CONF.XXX should change to CONF.xvp.XXX Closes-Bug: 1597978 Change-Id: I33894ecc5586da9b760c43c765a8a1b2b2dcd667 ** Changed in: nova Status: In Progress => Fix Released -- 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): Fix Released 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 -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

