Skip to content

Commit 72a3a75

Browse files
committed
Disable IGMP snooping to avoid issues with DHCPv6
In OSP 17.1 we cannot combine Ironic provisioning and IGMP snooping. See the Jira ticket for details. This change sets `NeutronEnableIgmpSnooping: false` Jira: OSPRH-25988 Signed-off-by: Harald Jensås <hjensas@redhat.com>
1 parent 9809b7e commit 72a3a75

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scenarios/uni04delta-ipv6/config_download.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ parameter_defaults:
6666
ComputeHostnameFormat: '%stackname%-compute-%index%'
6767
EnableVLANTransparency: true
6868
NeutronServicePlugins: 'qos,ovn-router,trunk,segments,log'
69-
NeutronEnableIgmpSnooping: true
69+
# OSPRH-25988: Disable IGMP snooping to avoid issues with DHCPv6
70+
NeutronEnableIgmpSnooping: false
7071
OVNEmitNeedToFrag: false
7172
NeutronNetworkVLANRanges: 'datacentre:1000:2000'
7273
NeutronTypeDrivers: 'geneve,vlan,flat,local'

0 commit comments

Comments
 (0)