CentOS: Re-enable ml2+linux bridge

Change-Id: I0fd491c27708e303fc5f8fd1bb4c3ca13a9a5c99
(cherry picked from commit 85b8e3a4bd)
(cherry picked from commit c54d97d95d)
(cherry picked from commit 2d4c99c3dd)
This commit is contained in:
Takashi Kajinami
2022-06-03 14:34:00 +09:00
parent bc8fa8ac99
commit 5171c319ae

View File

@@ -81,15 +81,9 @@ include openstack_integration::rabbitmq
include openstack_integration::mysql
include openstack_integration::keystone
include openstack_integration::glance
# RHEL8 has an issue with linuxbridge driver https://bugzilla.redhat.com/show_bug.cgi?id=1720637
if ($::os['family'] == 'RedHat' and Integer.new($::os['release']['major']) > 7) {
$neutron_driver = undef
} else {
$neutron_driver = 'linuxbridge'
}
class { 'openstack_integration::neutron':
driver => $neutron_driver,
driver => 'linuxbridge',
}
include openstack_integration::placement
include openstack_integration::nova