Hi Paul, Thanks for reporting this bug. This looks to be a valid bug and I'll work on a fix for this. Adding some triage below for now.
Looking at an install of the neutron-linuxbridge-agent package, /etc/neutron/plugins/ml2/linuxbridge_agent.ini includes the following section: [linux_bridge] # # From neutron.ml2.linuxbridge.agent # # Comma-separated list of <physical_network>:<physical_interface> tuples # mapping physical network names to the agent's node-specific physical network # interfaces to be used for flat and VLAN networks. All physical networks # listed in network_vlan_ranges on the server should have mappings to # appropriate interfaces on each agent. (list value) #physical_interface_mappings = # List of <physical_network>:<physical_bridge> (list value) #bridge_mappings = And the linuxbridge cleanup code does indeed access options such as physical_interface_mappings and bridge_mappings: https://github.com/openstack/neutron/blob/master/neutron/cmd/linuxbridge_cleanup.py#L31 https://github.com/openstack/neutron/blob/master/neutron/cmd/linuxbridge_cleanup.py#L39 ** Changed in: neutron (Ubuntu) Status: New => Triaged ** Changed in: neutron (Ubuntu) Importance: Undecided => High ** Also affects: neutron (Ubuntu Xenial) Importance: Undecided Status: New ** Also affects: cloud-archive Importance: Undecided Status: New ** Also affects: cloud-archive/mitaka Importance: Undecided Status: New ** Changed in: cloud-archive Status: New => Triaged ** Changed in: cloud-archive/mitaka Status: New => Triaged ** Changed in: neutron (Ubuntu Xenial) Status: New => Triaged ** Changed in: cloud-archive/mitaka Importance: Undecided => High ** Changed in: cloud-archive Importance: Undecided => High ** Changed in: neutron (Ubuntu Xenial) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1606657 Title: neutron-linuxbridge-cleanup.service uses wrong config file To manage notifications about this bug go to: https://bugs.launchpad.net/cloud-archive/+bug/1606657/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
