Use short parameter names for nova::network::neutron
Depends-on: https://review.opendev.org/#/c/709371/ Change-Id: Ie0dd305a6003237b09c4178de627548e2904fe54
This commit is contained in:
parent
0787fa53cb
commit
ce3de88013
@ -194,8 +194,8 @@ class openstack_integration::nova (
|
||||
class { 'nova::vncproxy': }
|
||||
|
||||
class { 'nova::network::neutron':
|
||||
neutron_auth_url => "${::openstack_integration::config::keystone_admin_uri}/v3",
|
||||
neutron_password => 'a_big_secret',
|
||||
auth_url => "${::openstack_integration::config::keystone_admin_uri}/v3",
|
||||
password => 'a_big_secret',
|
||||
default_floating_pool => 'public',
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user