Merge "Add network vip mapping into service data" into stable/train

This commit is contained in:
Zuul 2020-01-28 19:24:44 +00:00 committed by Gerrit Code Review
commit fa8c5ceffe
1 changed files with 1 additions and 0 deletions

View File

@ -544,6 +544,7 @@ resources:
ServiceNetMap: {get_attr: [ServiceNetMap, service_net_map]} ServiceNetMap: {get_attr: [ServiceNetMap, service_net_map]}
ServiceData: ServiceData:
net_cidr_map: {get_attr: [NetCidrMapValue, value]} net_cidr_map: {get_attr: [NetCidrMapValue, value]}
net_vip_map: {get_attr: [VipMap, net_ip_map]}
EndpointMap: {get_attr: [EndpointMapData, value]} EndpointMap: {get_attr: [EndpointMapData, value]}
DefaultPasswords: {get_attr: [DefaultPasswords, passwords]} DefaultPasswords: {get_attr: [DefaultPasswords, passwords]}
RoleName: {{role.name}} RoleName: {{role.name}}