Merge "Move all lbaas to v2"
This commit is contained in:
commit
2cdb5e0282
@ -40,7 +40,7 @@ scenario](#All-In-One).
|
||||
| glance | rbd | swift | file | file |
|
||||
| nova | rbd | X | X | X |
|
||||
| neutron | ovs | ovs | linuxbridge | ovs |
|
||||
| lbaas | v2 | v1 | v1 | v1 |
|
||||
| lbaas | v2 | v2 | v2 | v2 |
|
||||
| cinder | rbd | iscsi | | iscsi |
|
||||
| ceilometer | X | | | |
|
||||
| aodh | X | | | |
|
||||
|
@ -51,9 +51,7 @@ include ::openstack_integration::keystone
|
||||
class { '::openstack_integration::glance':
|
||||
backend => 'rbd',
|
||||
}
|
||||
class { '::openstack_integration::neutron':
|
||||
lbaasv2 => true
|
||||
}
|
||||
include ::openstack_integration::neutron
|
||||
class { '::openstack_integration::nova':
|
||||
libvirt_rbd => true,
|
||||
}
|
||||
|
@ -7,11 +7,11 @@
|
||||
#
|
||||
# [*lbaasv2*]
|
||||
# (optional) Configure lbaas v2 instead of v1
|
||||
# Defaults to false
|
||||
# Defaults to true
|
||||
#
|
||||
class openstack_integration::neutron (
|
||||
$driver = 'openvswitch',
|
||||
$lbaasv2 = false,
|
||||
$lbaasv2 = true,
|
||||
) {
|
||||
|
||||
include ::openstack_integration::config
|
||||
|
Loading…
x
Reference in New Issue
Block a user