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:
parent
7039a585db
commit
f523d3f1f3
@ -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}
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user