]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Fix the output attribute in single instance wp template
authorAngus Salkeld <asalkeld@redhat.com>
Wed, 18 Apr 2012 04:44:08 +0000 (14:44 +1000)
committerAngus Salkeld <asalkeld@redhat.com>
Wed, 18 Apr 2012 04:44:08 +0000 (14:44 +1000)
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
templates/WordPress_Single_Instance.template

index 8cff5cc4f1795e479ec9c38313f9c8d5f5792379..c3287553e81d4c436555e2ee8c03a57bafe8a623 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"
     }
   }