Reviewed: https://review.openstack.org/310173 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=2647f91ae97844a73176fc1c8663d9b186bdec1a Submitter: Jenkins Branch: master
commit 2647f91ae97844a73176fc1c8663d9b186bdec1a Author: Wenzhi Yu <[email protected]> Date: Tue Apr 26 18:55:16 2016 +0800 Fix NoSuchOptError when referring to conf.neutron.auth_plugin We already replaced 'auth_plugin' with 'auth_type'[1], now an oslo_config.cfg.NoSuchOptError will be threw up when referring to conf.neutron.auth_plugin. This commit replace the usage of conf.neutron.auth_plugin by conf.neutron.auth_type. [1]https://github.com/openstack/keystoneauth/commit/a56ed4218aef5a2e528aa682cea967e767dca923 Change-Id: I0b72f278ba8e28508274079ff284042fb9ea3d64 Closes-Bug: #1574988 ** 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/1574988 Title: <class 'oslo_config.cfg.NoSuchOptError'> Status in OpenStack Compute (nova): Fix Released Bug description: #nova boot --flavor m1.tiny --image CirrOS031 --nic net-id=1476eeee-c17c-4215-af06-f46e2af3f6eb \ --security-group default --key-name demo-key private-instance ERROR (ClientException): Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible. <class 'oslo_config.cfg.NoSuchOptError'> (HTTP 500) (Request-ID: req-496974bf-95e5-41b0-9359-f4f07ccc9594) To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1574988/+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

