From eec303d56e6dce512c3a6e0977b69813203fbf95 Mon Sep 17 00:00:00 2001 From: Janki Chhatbar Date: Tue, 28 Aug 2018 13:03:42 +0530 Subject: [PATCH] Set OVS local ip through OVS ODL class OVS local IP is currently set through puppet-tripleo's neutron ovs agent class. Instead set it through ovs odl class. Change-Id: I5f6e8b76eeac75298f11d69441b9ad08a5c51005 Partial-Bug: #1789371 --- puppet/services/opendaylight-ovs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet/services/opendaylight-ovs.yaml b/puppet/services/opendaylight-ovs.yaml index 47dac5e097..78272748a6 100644 --- a/puppet/services/opendaylight-ovs.yaml +++ b/puppet/services/opendaylight-ovs.yaml @@ -182,7 +182,7 @@ outputs: neutron::plugins::ovs::opendaylight::odl_username: {get_param: OpenDaylightUsername} neutron::plugins::ovs::opendaylight::odl_password: {get_param: OpenDaylightPassword} opendaylight_check_url: {get_param: OpenDaylightCheckURL} - neutron::agents::ml2::ovs::local_ip: + tripleo::profile::base::neutron::plugins::ovs::opendaylight::tunnel_ip: str_replace: template: "%{hiera('$NETWORK')}"