Change unstable neutron rally job's flavors

To relieve memory pressure, the unstable neutron rally job's
flavors were changed from m1.tiny to m1.nano.

Change-Id: I7e687172d1cdd5d0e0421d936ebffa4965b3082f
Closes-Bug: #1544730
This commit is contained in:
twm2016 2016-02-24 08:12:46 -06:00
parent 7039a585db
commit f523d3f1f3
2 changed files with 3 additions and 2 deletions

View File

@ -41,4 +41,4 @@ resources:
image: {get_param: instance_image}
volume_size: {get_param: instance_volume_size}
flavor: {get_param: instance_flavor}
availability_zone: {get_param: instance_availability_zone}
availability_zone: {get_param: instance_availability_zone}

View File

@ -51,9 +51,10 @@ fi
env
set -o pipefail
rally deployment use --deployment devstack
rally deployment check
source ~/.rally/openrc
nova flavor-create m1.nano 42 64 0 1
python $BASE/new/rally/tests/ci/osresources.py\
--dump-list resources_at_start.txt