Merge "[CI] Check nova is available in deployment"
This commit is contained in:
commit
e93e7002d1
@ -54,7 +54,9 @@ set -o pipefail
|
||||
rally deployment use --deployment devstack
|
||||
rally deployment check
|
||||
source ~/.rally/openrc
|
||||
nova flavor-create m1.nano 42 64 0 1
|
||||
if rally deployment check | grep 'nova' | grep 'Available' > /dev/null; then
|
||||
nova flavor-create m1.nano 42 64 0 1
|
||||
fi
|
||||
|
||||
python $BASE/new/rally/tests/ci/osresources.py\
|
||||
--dump-list resources_at_start.txt
|
||||
|
Loading…
x
Reference in New Issue
Block a user