Use short parameter names for nova::network::neutron

Depends-on: https://review.opendev.org/#/c/709371/
Change-Id: Ie0dd305a6003237b09c4178de627548e2904fe54
This commit is contained in:
Takashi Kajinami 2020-02-24 03:08:55 +09:00
parent 0787fa53cb
commit ce3de88013

View File

@ -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',
}