Skip to content

Commit

Permalink
create-image-from-http: use VC1S by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Perez committed Mar 31, 2016
1 parent 7173e80 commit d8ac58f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/create-image-from-http.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ NAME=$(basename "${URL}")
SNAPSHOT_NAME=${NAME%.*}-$(date +%Y-%m-%d_%H:%M)
IMAGE_NAME=${IMAGE_NAME:-$SNAPSHOT_NAME}
IMAGE_BOOTSCRIPT=${IMAGE_BOOTSCRIPT:stable}
SCW_COMMERCIAL_TYPE=${SCW_COMMERCIAL_TYPE:-VC1}
SCW_COMMERCIAL_TYPE=${SCW_COMMERCIAL_TYPE:-VC1S}
VOLUME_SIZE=${VOLUME_SIZE:-50GB}
SCW_TARGET_ARCH=x86_64
if [ "$SCW_COMMERCIAL_TYPE" = "C1" ]; then
Expand Down

0 comments on commit d8ac58f

Please sign in to comment.