Fix mlnx sdn template config_settings map_merge

The config_data map_merge for this template doesn't define the template
specific data as a map.

Change-Id: I9586ecbe66fe2569db81d577fcbbec92af75b2d7
(cherry picked from commit 81225fe290)
This commit is contained in:
Brent Eagles 2022-08-22 14:24:35 -02:30 committed by waleed mousa
parent ac28adc95a
commit 78f2c5fb2f
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ outputs:
config_settings:
map_merge:
- get_attr: [NeutronMl2Base, role_data, config_settings]
neutron::plugins::ml2::mellanox::mlnx_sdn_assist::sdn_token: {get_param: MlnxSDNToken}
- neutron::plugins::ml2::mellanox::mlnx_sdn_assist::sdn_token: {get_param: MlnxSDNToken}
neutron::plugins::ml2::mellanox::mlnx_sdn_assist::sdn_url: {get_param: MlnxSDNUrl}
neutron::plugins::ml2::mellanox::mlnx_sdn_assist::sdn_domain: {get_param: MlnxSDNDomain}
neutron::plugins::ml2::mellanox::mlnx_sdn_assist::sync_enabled: {get_param: MlnxSDNSyncEnabled}