Changed DreamHost image flavor

Using the 2GB RAM flavor supersonic in order to speed up the
execution of the demo. With 2GB the playbook is completed in
about 8 minutes (1GB takes 12 minutes).

Change-Id: I10764bdb684df565328bfa3680e7ce1db28c975a
This commit is contained in:
Stefano Maffulli 2016-10-11 10:03:26 -07:00
parent 9d00f2e666
commit 9dec1d18a3
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ app_env: {
private_net_name: "",
validate_certs: False,
availability_zone: "iad-2",
flavor_name: "gp1.subsonic",
flavor_name: "gp1.supersonic",
public_key_file: "/home/reed/.ssh/id_rsa.pub",
stack_size: 4,
volume_size: 10,