]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Provide full URL address in AutoScalingMultiAZSample.template
authorSteven Dake <sdake@redhat.com>
Tue, 18 Sep 2012 16:49:46 +0000 (09:49 -0700)
committerSteven Dake <sdake@redhat.com>
Tue, 18 Sep 2012 16:50:29 +0000 (09:50 -0700)
Fixes issue #242

Change-Id: Iafcf32f22f7a59ce08473981c7ff332bb1eb47f8
Signed-off-by: Steven Dake <sdake@redhat.com>
templates/AutoScalingMultiAZSample.template

index 1ad5fd80214d7ca385c3e4c849a8138f3e844812..3cef664b737ed9e7d3f863276b8f6889895f4ea2 100644 (file)
   "Outputs" : {
     "URL" : {
       "Description" : "The URL of the website",
-      "Value" :  { "Fn::Join" : [ "", [ "http://", { "Fn::GetAtt" : [ "ElasticLoadBalancer", "DNSName" ]}]]}
+      "Value" :  { "Fn::Join" : [ "", [ "http://", { "Fn::GetAtt" : [ "ElasticLoadBalancer", "DNSName" ]}, "/wordpress"]] }
     }
   }
 }