Remove parameters removed from nova::network::neutron

Some neutron parameters have been removed from puppet-nova so we need to
retire them from packstack. Now neutron_url is fetched from keystone
catalog.

[1] https://review.opendev.org/#/c/658400/

Change-Id: Id96c234d94764045a1e24afd1964f9b85cd08142
This commit is contained in:
Alfredo Moralejo 2019-05-21 14:38:17 +02:00
parent 09199d74ae
commit 7683bb60cd
1 changed files with 0 additions and 2 deletions

View File

@ -7,11 +7,9 @@ class packstack::nova::neutron ()
default_floating_pool => 'public',
neutron_password => hiera('CONFIG_NEUTRON_KS_PW'),
neutron_auth_type => 'v3password',
neutron_url => "http://${nova_neutron_cfg_ctrl_host}:9696",
neutron_project_name => 'services',
neutron_auth_url => "${neutron_auth_url}/v3",
neutron_region_name => hiera('CONFIG_KEYSTONE_REGION'),
neutron_url_timeout => '60',
}
class { '::nova::compute::neutron':