Browse code

Remove call to deprecated method in tempest

Fix below warning:
"Use of: 'verify-tempest-config' is deprecated, please use: 'tempest verify-config'"

Change-Id: If66096cde31fedda407e1e6ac6899b196569a454

Gang Wei authored on 2016/01/25 09:39:51
Showing 1 changed files
... ...
@@ -325,7 +325,7 @@ function configure_tempest {
325 325
     local tmp_cfg_file
326 326
     tmp_cfg_file=$(mktemp)
327 327
     cd $TEMPEST_DIR
328
-    tox -revenv -- verify-tempest-config -uro $tmp_cfg_file
328
+    tox -revenv -- tempest verify-config -uro $tmp_cfg_file
329 329
 
330 330
     local compute_api_extensions=${COMPUTE_API_EXTENSIONS:-"all"}
331 331
     if [[ ! -z "$DISABLE_COMPUTE_API_EXTENSIONS" ]]; then