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>
This commit is contained in:
parent
eab3b9f72e
commit
d3f75f6329
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user