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

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

View File

@ -489,6 +489,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}}