Fix l2gw_provider unknown variable
Puppet (warning): Unknown variable: 'l2gw_provider' Change-Id: I45a0b64e1a0b4baaf321c4bcbe85cbc683277c86
This commit is contained in:
parent
6e564f96f7
commit
bca0bd0bab
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user