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