Reviewed: https://review.openstack.org/475702 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=012de2ea0875609c60445a731ead0b522e8cdb22 Submitter: Jenkins Branch: master
commit 012de2ea0875609c60445a731ead0b522e8cdb22 Author: ZhaoBo <[email protected]> Date: Tue Jun 20 16:31:09 2017 +0800 Correct the config group in check_trunk_dependencies The 'securitygroup' is registered as cfg.CONF.SECURITYGROUP. Currently, this check always raise error as no 'cfg.CONF.securitygroup', then neutron will abort the trunk_create. So nova will error when create VM with trunk parent port for waiting timeout about the network-vif-plugged event. Closes-Bug: #1699516 Related-Bug: #1669074 Change-Id: I0b0bdb5a39f1978e12ddaeddd4e0d825894ea241 ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1699516 Title: Trunk create fails due to case typo Status in neutron: Fix Released Bug description: When you boot a vm with a trunk using the ovs trunk driver the boot fails in allocating the network. While you get this ovs-agent error log: neutron-openvswitch-agent[12170]: CallbackFailure: Callback neutron.services.trunk.drivers.openvswitch.agent.driver .OVSTrunkSkeleton.check_trunk_dependencies-1030432 failed with "no such option securitygroup in group [DEFAULT]" The cause looks like to be a case typo in the fix of bug #1669074. neutron/services/trunk/drivers/openvswitch/agent/driver.py: wrong: cfg.CONF.securitygroup.firewall_driver right: cfg.CONF.SECURITYGROUP.firewall_driver To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1699516/+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

