Fix default_floating_pool option
nova::api::default_floating_pool has been deprecated, Please use nova::network::neutron::default_floating_pool instead. Change-Id: Ic8a5296d4d4a754bad28a091493c7627a770e6f1 Depends-On: Ife09171b84e0536b22784875ca4d0d69d16fb7fb
This commit is contained in:
parent
003c8fd6fa
commit
c667a63b8d
@ -116,7 +116,6 @@ class openstack_integration::nova (
|
||||
api_bind_address => $::openstack_integration::config::host,
|
||||
neutron_metadata_proxy_shared_secret => 'a_big_secret',
|
||||
metadata_workers => 2,
|
||||
default_floating_pool => 'public',
|
||||
sync_db_api => true,
|
||||
service_name => 'httpd',
|
||||
}
|
||||
@ -189,9 +188,10 @@ class openstack_integration::nova (
|
||||
class { '::nova::vncproxy': }
|
||||
|
||||
class { '::nova::network::neutron':
|
||||
neutron_auth_url => "${::openstack_integration::config::keystone_admin_uri}/v3",
|
||||
neutron_url => "${::openstack_integration::config::base_url}:9696",
|
||||
neutron_password => 'a_big_secret',
|
||||
neutron_auth_url => "${::openstack_integration::config::keystone_admin_uri}/v3",
|
||||
neutron_url => "${::openstack_integration::config::base_url}:9696",
|
||||
neutron_password => 'a_big_secret',
|
||||
default_floating_pool => 'public',
|
||||
}
|
||||
|
||||
Keystone_endpoint <||> -> Service['nova-compute']
|
||||
|
Loading…
x
Reference in New Issue
Block a user