aboutsummaryrefslogtreecommitdiffstats
path: root/overcloud-without-mergepy.yaml
diff options
context:
space:
mode:
authorMark Chappell <mchappel@redhat.com>2015-10-28 15:30:41 +0100
committerMark Chappell <mchappel@redhat.com>2015-11-11 09:24:10 +0100
commit992c214c06f0398cf0117d69b61d36795c6653fc (patch)
treeaea134f62a6f5fb61b0d6fb2ee7e3f03e1014f90 /overcloud-without-mergepy.yaml
parentce309763c6da3c50d613ee243d98c215b3a13465 (diff)
Make CloudName available for Endpoints
CloudName is the DNS name for the public VIP this means we will likely want it available for use in the endpoint hostnames, rather than people needing to copy and paste the same hostname Change-Id: Ic6d708b083244442195eee890de91bbc7e133ec2
Diffstat (limited to 'overcloud-without-mergepy.yaml')
-rw-r--r--overcloud-without-mergepy.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/overcloud-without-mergepy.yaml b/overcloud-without-mergepy.yaml
index 55c14dc3..78886c61 100644
--- a/overcloud-without-mergepy.yaml
+++ b/overcloud-without-mergepy.yaml
@@ -754,6 +754,7 @@ resources:
EndpointMap:
type: OS::TripleO::EndpointMap
properties:
+ CloudName: {get_param: CloudName}
CeilometerApiVirtualIP: {get_attr: [VipMap, net_ip_map, {get_param: [ServiceNetMap, CeilometerApiNetwork]}]}
CinderApiVirtualIP: {get_attr: [VipMap, net_ip_map, {get_param: [ServiceNetMap, CinderApiNetwork]}]}
GlanceApiVirtualIP: {get_attr: [VipMap, net_ip_map, {get_param: [ServiceNetMap, GlanceApiNetwork]}]}