From: Angus Salkeld Date: Tue, 3 Apr 2012 04:13:09 +0000 (+1000) Subject: Add an Outputs section to the template X-Git-Tag: 2014.1~2096 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=59b89dfbe20fab67ef5398a62804ae95c2162640;p=openstack-build%2Fheat-build.git Add an Outputs section to the template Signed-off-by: Angus Salkeld --- diff --git a/templates/WordPress_Single_Instance.template b/templates/WordPress_Single_Instance.template index 0c10c1e1..e1722d9f 100644 --- a/templates/WordPress_Single_Instance.template +++ b/templates/WordPress_Single_Instance.template @@ -137,5 +137,12 @@ ]]}} } } + }, + + "Outputs" : { + "WebsiteURL" : { + "Value" : { "Fn::Join" : ["", ["http://", { "Fn::GetAtt" : [ "WebServer", "PublicIp" ]}, "/wordpress"]] }, + "Description" : "URL for Wordpress wiki" + } } }