From bdce77876429fc3fa53764990ab00f0534157a82 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Tue, 18 Dec 2018 23:24:41 +0100 Subject: [PATCH] TT#47856 ec2-create-ce: register --installer-url as supported command line option Fixes: | unrecognized option '--installer-url' Change-Id: Ib11ff1a3a2e6df7f57f160e8851f8caa5e03e500 --- ec2-create-ce | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ec2-create-ce b/ec2-create-ce index 751244e..f792233 100755 --- a/ec2-create-ce +++ b/ec2-create-ce @@ -181,7 +181,7 @@ remove_ami() { fi } -CMDLINE_OPTS=allocation-id:,ami-name:,base-ami:,copy-to-all-regions,elastic-ip:,help,instance-type:,keep-ami-snapshot,ngcp-release:,public,region:,remove-existing-ami,subnet:,skip-reboot +CMDLINE_OPTS=allocation-id:,ami-name:,base-ami:,copy-to-all-regions,elastic-ip:,help,installer-url:,instance-type:,keep-ami-snapshot,ngcp-release:,public,region:,remove-existing-ami,subnet:,skip-reboot _opt_temp=$(getopt --name "$0" -o +bch --long $CMDLINE_OPTS -- "$@") if [ $? -ne 0 ]; then