Fixes incorrect reference to OpendaylightApiNetwork
authorTim Rozet <trozet@redhat.com>
Mon, 7 Nov 2016 21:34:45 +0000 (16:34 -0500)
committerTim Rozet <trozet@redhat.com>
Mon, 7 Nov 2016 21:34:45 +0000 (16:34 -0500)
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>
puppet/services/opendaylight-api.yaml

index 318c898..253d63e 100644 (file)
@@ -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