commit | 13d255d90d9d88f2cb50d63cc58b337e550170f3 | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Wed Jan 27 18:51:59 2016 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Wed Jan 27 18:51:59 2016 +0000 |
tree | 80f035faa58d7728cbadf70996a30d2f0a89cc59 | |
parent | 4baa4ce2b3ad5450b9eb3f59b61da80ffc990113 [diff] | |
parent | c2bd0d5b7d07a73c84273003041f00bf6a780e2a [diff] |
Merge "Remove call to deprecated method in tempest"
diff --git a/lib/tempest b/lib/tempest index 3c34aad..5c771f9 100644 --- a/lib/tempest +++ b/lib/tempest
@@ -321,7 +321,7 @@ local tmp_cfg_file tmp_cfg_file=$(mktemp) cd $TEMPEST_DIR - tox -revenv -- verify-tempest-config -uro $tmp_cfg_file + tox -revenv -- tempest verify-config -uro $tmp_cfg_file local compute_api_extensions=${COMPUTE_API_EXTENSIONS:-"all"} if [[ ! -z "$DISABLE_COMPUTE_API_EXTENSIONS" ]]; then