diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-07-11 10:26:54 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-07-11 10:26:54 +0000 |
commit | 986c983abc6751243183bca252149f8085a4ca84 (patch) | |
tree | 1241189a7936ad2cabcf7de3e69b5d66990036b2 /overcloud.yaml | |
parent | 7212fd767cd1d4604d565da3135ec7b594fb4bc1 (diff) | |
parent | cf4240858241b8031234a0708dbec1e7f3203f8d (diff) |
Merge "Pass MysqlVirtualIP without brackets to EndpointMap"
Diffstat (limited to 'overcloud.yaml')
-rw-r--r-- | overcloud.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/overcloud.yaml b/overcloud.yaml index 11ea1bdb..845b990e 100644 --- a/overcloud.yaml +++ b/overcloud.yaml @@ -770,6 +770,7 @@ resources: KeystoneAdminApiVirtualIP: {get_attr: [VipMap, net_ip_uri_map, {get_param: [ServiceNetMap, KeystoneAdminApiNetwork]}]} KeystonePublicApiVirtualIP: {get_attr: [VipMap, net_ip_uri_map, {get_param: [ServiceNetMap, KeystonePublicApiNetwork]}]} MysqlVirtualIP: {get_attr: [VipMap, net_ip_uri_map, {get_param: [ServiceNetMap, MysqlNetwork]}]} + MysqlNoBracketsVirtualIP: {get_attr: [VipMap, net_ip_map, {get_param: [ServiceNetMap, MysqlNetwork]}]} NeutronApiVirtualIP: {get_attr: [VipMap, net_ip_uri_map, {get_param: [ServiceNetMap, NeutronApiNetwork]}]} NovaApiVirtualIP: {get_attr: [VipMap, net_ip_uri_map, {get_param: [ServiceNetMap, NovaApiNetwork]}]} SaharaApiVirtualIP: {get_attr: [VipMap, net_ip_uri_map, {get_param: [ServiceNetMap, SaharaApiNetwork]}]} |