]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Fix another template attribute in the output section
authorAngus Salkeld <asalkeld@redhat.com>
Wed, 18 Apr 2012 06:16:32 +0000 (16:16 +1000)
committerAngus Salkeld <asalkeld@redhat.com>
Wed, 18 Apr 2012 06:18:16 +0000 (16:18 +1000)
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
templates/WordPress_Single_Instance_With_EBS.template

index 9401908c0cc4cb1e5a9ac367190d9becfce1f4ce..c8d65e944c20c037623f427ec052af00ed7dd2f7 100644 (file)
 
   "Outputs" : {
     "WebsiteURL" : {
-      "Value" : { "Fn::Join" : ["", ["http://", { "Fn::GetAtt" : [ "WebServer", "PublicIp" ]}, "/wordpress"]] },
+      "Value" : { "Fn::Join" : ["", ["http://", { "Fn::GetAtt" : [ "WikiDatabase", "PublicIp" ]}, "/wordpress"]] },
       "Description" : "URL for Wordpress wiki"
     }
   }