From: Angus Salkeld Date: Wed, 18 Apr 2012 06:16:32 +0000 (+1000) Subject: Fix another template attribute in the output section X-Git-Tag: 2014.1~1961 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=eac075e5e1feb18610e9f049430a900c6f3d6120;p=openstack-build%2Fheat-build.git Fix another template attribute in the output section Signed-off-by: Angus Salkeld --- diff --git a/templates/WordPress_Single_Instance_With_EBS.template b/templates/WordPress_Single_Instance_With_EBS.template index 9401908c..c8d65e94 100644 --- a/templates/WordPress_Single_Instance_With_EBS.template +++ b/templates/WordPress_Single_Instance_With_EBS.template @@ -182,7 +182,7 @@ "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" } }