summaryrefslogtreecommitdiffstats
path: root/tools/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/deploy.sh')
-rwxr-xr-xtools/deploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/deploy.sh b/tools/deploy.sh
index a65cb6b..3d636fb 100755
--- a/tools/deploy.sh
+++ b/tools/deploy.sh
@@ -149,7 +149,7 @@ site_action() {
create_public_network() {
export OS_AUTH_URL=${OS_AUTH_URL_IDENTITY}
sudo -E treasuremap/tools/openstack stack create --wait \
- -t /target/airship/tools/files/heat-public-net-deployment.yaml \
+ -t /target/airship/tools/files/heat-public-net-deployment-$SITE_NAME.yaml \
public-network
}