Use octavia::neutron class
This will be required in a future release and should be configured. Change-Id: Ie242f92767792f1ff43da13e24227fd0d57ca69b
This commit is contained in:
@@ -99,6 +99,10 @@ class openstack_integration::octavia (
|
|||||||
memcached_servers => $::openstack_integration::config::memcached_servers,
|
memcached_servers => $::openstack_integration::config::memcached_servers,
|
||||||
service_token_roles_required => true,
|
service_token_roles_required => true,
|
||||||
}
|
}
|
||||||
|
class { 'octavia::neutron':
|
||||||
|
password => 'a_big_secret',
|
||||||
|
auth_url => $::openstack_integration::config::keystone_admin_uri,
|
||||||
|
}
|
||||||
|
|
||||||
class { 'octavia::certificates':
|
class { 'octavia::certificates':
|
||||||
ca_private_key_passphrase => 'not-secure-passphrase',
|
ca_private_key_passphrase => 'not-secure-passphrase',
|
||||||
|
|||||||
Reference in New Issue
Block a user