Merge "Set OVS local ip through OVS ODL class"

This commit is contained in:
Zuul 2018-09-18 17:09:58 +00:00 committed by Gerrit Code Review
commit bc74f380be
1 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@
#
# [*tunnel_ip*]
# (Optional) IP to use for Tenant VXLAN/GRE tunneling source address
# Defaults to hiera('neutron::agents::ml2::ovs::local_ip')
# Defaults to hiera('tripleo::profile::base::neutron::plugins::ovs::opendaylight::tunnel_ip')
#
# [*step*]
# (Optional) The current step in deployment. See tripleo-heat-templates
@ -84,7 +84,7 @@ class tripleo::profile::base::neutron::plugins::ovs::opendaylight (
$conn_proto = 'http',
$certificate_specs = {},
$enable_internal_tls = hiera('enable_internal_tls', false),
$tunnel_ip = hiera('neutron::agents::ml2::ovs::local_ip'),
$tunnel_ip = hiera('tripleo::profile::base::neutron::plugins::ovs::opendaylight::tunnel_ip'),
$step = Integer(hiera('step')),
$vhostuser_socket_group = hiera('tripleo::profile::base::neutron::plugins::ovs::opendaylight::vhostuser_socket_group', 'qemu'),
$vhostuser_socket_user = hiera('tripleo::profile::base::neutron::plugins::ovs::opendaylight::vhostuser_socket_user', 'qemu'),