diff options
author | Tim Rozet <trozet@redhat.com> | 2016-11-07 16:34:45 -0500 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-11-07 16:34:45 -0500 |
commit | d3f75f63293950586f71b781cb8ff2d9c6aece4a (patch) | |
tree | 20605e566f3cb6b3313111a897bf797e0c65b40b /puppet/services | |
parent | eab3b9f72e4d27cdb20572b9907b3f22e8062e48 (diff) |
Fixes incorrect reference to OpendaylightApiNetwork
The renaming of the network to conform to correct case parsing was done
and converted OpenDaylightApiNetwork -> OpendaylightApiNetwork. There
was still a reference to the old network name which would result in an
empty value being pass to odl_bind_ip.
Closes-Bug: 1639944
Change-Id: I17fe348c4651420112b9b37711654a454e30b291
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'puppet/services')
-rw-r--r-- | puppet/services/opendaylight-api.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/services/opendaylight-api.yaml b/puppet/services/opendaylight-api.yaml index 318c898e..253d63ef 100644 --- a/puppet/services/opendaylight-api.yaml +++ b/puppet/services/opendaylight-api.yaml @@ -59,6 +59,6 @@ outputs: opendaylight::enable_l3: {get_param: OpenDaylightEnableL3} opendaylight::extra_features: {get_param: OpenDaylightFeatures} opendaylight::enable_dhcp: {get_param: OpenDaylightEnableDHCP} - opendaylight::odl_bind_ip: {get_param: [ServiceNetMap, OpenDaylightApiNetwork]} + opendaylight::odl_bind_ip: {get_param: [ServiceNetMap, OpendaylightApiNetwork]} step_config: | include tripleo::profile::base::neutron::opendaylight |