Browse code

make compute-admin correct

we lost the admin tenant at some point in the last couple of
days which disabled 500 tempest tests. Bring this back.

Change-Id: I5cab2074777cab99982ae8fc4a83663e9d128284

Sean Dague authored on 2014/03/07 19:58:18
Showing 1 changed files
... ...
@@ -293,9 +293,9 @@ function configure_tempest {
293 293
     iniset $TEMPEST_CONFIG compute ssh_connect_method $ssh_connect_method
294 294
 
295 295
     # Compute admin
296
-    iniset $TEMPEST_CONFIG "compute-admin" username $USERNAME
297
-    iniset $TEMPEST_CONFIG "compute-admin" password "$password" # DEPRECATED
298
-    iniset $TEMPEST_CONFIG "compute-admin" tenant_name $TENANT_NAME
296
+    iniset $TEMPEST_CONFIG "compute-admin" username $ADMIN_USERNAME
297
+    iniset $TEMPEST_CONFIG "compute-admin" password "$password"
298
+    iniset $TEMPEST_CONFIG "compute-admin" tenant_name $ADMIN_TENANT_NAME
299 299
 
300 300
     # Network
301 301
     iniset $TEMPEST_CONFIG network api_version 2.0