Skip to content
This repository has been archived by the owner on Aug 20, 2019. It is now read-only.

VOSA-478 - fix for python3 as failed to create instance #67

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion usr/bin/vosa
Original file line number Diff line number Diff line change
Expand Up @@ -1096,7 +1096,6 @@ function do_create() {
if $USE_AWS_CLI ; then
json="[{\"DeviceName\":\"/dev/sda1\", \"Ebs\":{\"VolumeSize\":$amazon_config_initial_disk_size} } ]"
opts=( "--image-id" ${amazon_config_image}
"count" "1:1"
${amazon_config_availability_zone/#/--placement availability_zone=} \
${amazon_config_type/#/--instance-type } \
${amazon_config_ssh_keypair/#/--key-name } \
Expand Down