Merge "Neutron: Avoid undefined providers_list"

This commit is contained in:
Zuul 2022-07-12 14:51:49 +00:00 committed by Gerrit Code Review
commit cac73b7f98

View File

@ -127,7 +127,7 @@ class openstack_integration::neutron (
if $driver == 'ovn' {
$plugins_list = ['qos', 'ovn-router', 'trunk']
$providers_list = undef
} else {
$bgpvpn_plugin = $bgpvpn_enabled ? {
true => 'bgpvpn',