RDO tickets are now tracked in Jira https://issues.redhat.com/projects/RDO/issues/
Bug 1271335 - [RFE] Support explicit configuration of L2 population
Summary: [RFE] Support explicit configuration of L2 population
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: RDO
Classification: Community
Component: rdo-manager
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: Liberty
Assignee: Brent Eagles
QA Contact: Shai Revivo
URL:
Whiteboard:
Depends On:
Blocks: 1279615
TreeView+ depends on / blocked
 
Reported: 2015-10-13 16:43 UTC by Brent Eagles
Modified: 2017-06-18 07:30 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Feature: Allow enabling Neutron L2 population feature. Reason: E.g. to reduce the amount of broadcast traffic in tenant networks. Result: Neutron L2 population can be optionally enabled using the NeutronEnableL2Pop parameter.
Clone Of:
: 1279615 (view as bug list)
Environment:
Last Closed: 2017-06-18 07:30:48 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
OpenStack gerrit 244723 0 None None None 2015-12-30 09:41:03 UTC

Description Brent Eagles 2015-10-13 16:43:35 UTC
Support explicit configuration of L2 population in the overcloud:

The relevant configuration options are made to ml2_conf.ini on the controller.

# Insert l2population into the list of ML2 mechanism drivers
[ml2]
mechanism_drivers=...,l2population, ...


# enable l2 population in the agent configuration on all nodes running the agents
# (computes and network controllers)
# for openvswitch
[agent]
l2_population = [True|False]

# for linuxbridge
[vxlan]
l2_population = [True|False]

Comment 2 Mike McCune 2016-03-28 22:19:01 UTC
This bug was accidentally moved from POST to MODIFIED via an error in automation, please see mmccune with any questions

Comment 4 Christopher Brown 2017-06-18 07:30:48 UTC
Change was merged so closing...


Note You need to log in before you can comment on or make changes to this bug.