summaryrefslogtreecommitdiff
path: root/releasenotes/notes/transmit-all-ports-b570009d1a008067.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Follow up to Option to send all portgroup dataRuby Loo2019-08-201-1/+1
| | | | | | | | | | | | | | 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
* Option to send all portgroup dataJulia Kreger2019-06-181-0/+19
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