CentOS: Re-enable ml2+linux bridge

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

View File

@@ -83,15 +83,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