From c717a4d1b8812df19cc83bb3cdf12d5142ad0680 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Sat, 9 Apr 2016 10:44:17 -0400 Subject: Add GlanceRegistry to the endpoint map This patch adds GlanceRegistry to the endpoint map. This will make accessing Glance registry setings via the endpoint map possible. Change-Id: I9186e56cd4746a60e65dc5ac12e6595ac56505f0 --- overcloud.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'overcloud.yaml') diff --git a/overcloud.yaml b/overcloud.yaml index 87a5f7b4..20c853cd 100644 --- a/overcloud.yaml +++ b/overcloud.yaml @@ -876,6 +876,7 @@ resources: AodhApiVirtualIP: {get_attr: [VipMap, net_ip_uri_map, {get_param: [ServiceNetMap, AodhApiNetwork]}]} CinderApiVirtualIP: {get_attr: [VipMap, net_ip_uri_map, {get_param: [ServiceNetMap, CinderApiNetwork]}]} GlanceApiVirtualIP: {get_attr: [VipMap, net_ip_uri_map, {get_param: [ServiceNetMap, GlanceApiNetwork]}]} + GlanceRegistryVirtualIP: {get_attr: [VipMap, net_ip_uri_map, {get_param: [ServiceNetMap, GlanceRegistryNetwork]}]} GnocchiApiVirtualIP: {get_attr: [VipMap, net_ip_uri_map, {get_param: [ServiceNetMap, GnocchiApiNetwork]}]} HeatApiVirtualIP: {get_attr: [VipMap, net_ip_uri_map, {get_param: [ServiceNetMap, HeatApiNetwork]}]} KeystoneAdminApiVirtualIP: {get_attr: [VipMap, net_ip_uri_map, {get_param: [ServiceNetMap, KeystoneAdminApiNetwork]}]} -- cgit 1.2.3-korg