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
This commit is contained in:
Janki Chhatbar 2018-08-28 13:03:42 +05:30
parent a885599770
commit eec303d56e

View File

@ -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')}"