2 Commits

Author SHA1 Message Date
Ruby Loo
27fc3d0bc1 Follow up to Option to send all portgroup data
Clarifies the code in add_ports_to_network() so that it is clear
that the ironic ports that are created in neutron are not necessarily
all pxe-enabled. Adds more comments to describe the behaviour if
non-pxe-enabled ports are created in neutron.

Fixes a typo in the corresponding release note.

This is a follow up to I8d0f4e28efb05af704839f3b92cb3dfd48d57940.

Change-Id: I94ff18bc137401ff4cd316755408c2099bb563cb
Story: 2005494
2019-08-20 13:01:33 -04:00
Julia Kreger
247234171d Option to send all portgroup data
By default our data model only sends port data for only ports
which we are attaching. That being said, depending on the switch
configuraiton, we need to transmit all port data for an ML2
driver to piece the universe together when port groups are
in use.

This patch adds a configuration option to allow deployments
to change the overall behavior so they can successfully
PXE boot machines with port groups.

Change-Id: I8d0f4e28efb05af704839f3b92cb3dfd48d57940
Story: 2005494
Task: 30595
2019-06-18 14:11:02 -07:00