Public bug reported:

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

** Affects: neutron
     Importance: Undecided
         Status: New


** Tags: trunk

-- 
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:
  New

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     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to