CentOS: Re-enable ml2+linux bridge
Change-Id: I0fd491c27708e303fc5f8fd1bb4c3ca13a9a5c99
This commit is contained in:
parent
032f66e4d4
commit
85b8e3a4bd
@ -74,15 +74,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
|
||||
|
Loading…
x
Reference in New Issue
Block a user