Neutron: Fix missing configurations of l2gw-agent

Change-Id: Ifaba379d497893c5ff858d0e4151f93f97994510
This commit is contained in:
Takashi Kajinami 2021-11-10 23:45:52 +09:00
parent 255bffb622
commit ff00f5488d

View File

@ -140,6 +140,7 @@ class openstack_integration::neutron (
}
$providers_list = undef
}
class { 'neutron::agents::l2gw': }
} else {
$providers_list = undef
}