Fix l2gw_provider unknown variable

Puppet (warning): Unknown variable: 'l2gw_provider'

Change-Id: I45a0b64e1a0b4baaf321c4bcbe85cbc683277c86
This commit is contained in:
Tobias Urdin 2019-06-17 17:54:03 +02:00
parent 6e564f96f7
commit bca0bd0bab
1 changed files with 2 additions and 0 deletions

View File

@ -124,6 +124,8 @@ class openstack_integration::neutron (
}
$l2gw_provider = undef
}
} else {
$l2gw_provider = undef
}
$l2gw_plugin = $l2gw_enabled ? {
true => 'networking_l2gw.services.l2gateway.plugin.L2GatewayPlugin',