summaryrefslogtreecommitdiffstats
path: root/ci/create_stack.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/create_stack.sh')
-rwxr-xr-xci/create_stack.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/create_stack.sh b/ci/create_stack.sh
index 152f1db..68c4874 100755
--- a/ci/create_stack.sh
+++ b/ci/create_stack.sh
@@ -11,8 +11,8 @@
cat << EOF > body.json
{
"agent_count": $1,
- "agent_image": "Trusty x86_64",
- "public_network": "ext-net",
+ "agent_image": "$3",
+ "public_network": "$4",
"volume_size": $2
}
EOF