Fixes OpenDaylightProviderMappings hiera parsing
The str_replace conversion used previously is no longer needed and breaks the hieradata value. Closes-Bug: 1675426 Change-Id: I7a052d1757efe36daf6ed47e55598ca3c2ee9055 Signed-off-by: Tim Rozet <trozet@redhat.com>
This commit is contained in:
parent
8716d9f769
commit
ae10ae4a5a
@ -60,11 +60,7 @@ outputs:
|
||||
opendaylight_check_url: {get_param: OpenDaylightCheckURL}
|
||||
opendaylight::nb_connection_protocol: {get_param: OpenDaylightConnectionProtocol}
|
||||
neutron::agents::ml2::ovs::local_ip: {get_param: [ServiceNetMap, NeutronTenantNetwork]}
|
||||
neutron::plugins::ovs::opendaylight::provider_mappings:
|
||||
str_replace:
|
||||
template: MAPPINGS
|
||||
params:
|
||||
MAPPINGS: {get_param: OpenDaylightProviderMappings}
|
||||
neutron::plugins::ovs::opendaylight::provider_mappings: {get_param: OpenDaylightProviderMappings}
|
||||
tripleo.opendaylight_ovs.firewall_rules:
|
||||
'118 neutron vxlan networks':
|
||||
proto: 'udp'
|
||||
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
fixes:
|
||||
- Fixes OpenDaylightProviderMappings parsing on a
|
||||
comma delimited list.
|
Loading…
Reference in New Issue
Block a user