Merge "[CI] Check nova is available in deployment"

This commit is contained in:
Jenkins 2016-03-18 09:13:00 +00:00 committed by Gerrit Code Review
commit e93e7002d1

View File

@ -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