I belive four options are available at the moment
I have no any doubts any more that by default images are taken from mitaka.yml
Testing "master" requires " --release master" in command line and would perform
downloads via master.yml's URLs which are different from default ones
Boris.
Looking at quickstart.sh I see :-
: ${OPT_BOOTSTRAP:=0}
: ${OPT_CLEAN:=0} |
: ${OPT_PLAYBOOK:=quickstart.yml} |
: ${OPT_RELEASE:=mitaka} |
: ${OPT_RETAIN_INVENTORY_FILE:=0} |
: ${OPT_SYSTEM_PACKAGES:=0} |
: ${OPT_TAGS:=$DEFAULT_OPT_TAGS} |
: ${OPT_TEARDOWN:=nodes} |
It clearly shows that default release is Mitaka
Would you like to test Newton then command line should look like :-
$ bash quickstart.sh --config ./ha.yml --release newton $VIRTHOST
Boris.