We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2182b61 + 72a3a75 commit fd51796Copy full SHA for fd51796
1 file changed
scenarios/uni04delta-ipv6/config_download.yaml
@@ -69,7 +69,8 @@ parameter_defaults:
69
ComputeHostnameFormat: '%stackname%-compute-%index%'
70
EnableVLANTransparency: true
71
NeutronServicePlugins: 'qos,ovn-router,trunk,segments,log'
72
- NeutronEnableIgmpSnooping: true
+ # OSPRH-25988: Disable IGMP snooping to avoid issues with DHCPv6
73
+ NeutronEnableIgmpSnooping: false
74
OVNEmitNeedToFrag: false
75
NeutronNetworkVLANRanges: 'datacentre:1000:2000'
76
NeutronTypeDrivers: 'geneve,vlan,flat,local'
0 commit comments