CentOS: Re-enable ml2+linux bridge
Change-Id: I0fd491c27708e303fc5f8fd1bb4c3ca13a9a5c99 (cherry picked from commit85b8e3a4bd) (cherry picked from commitc54d97d95d) (cherry picked from commit2d4c99c3dd)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user