Browse code

Merge "make compute-admin correct"

Jenkins authored on 2014/03/08 10:46:55
Showing 1 changed files
... ...
@@ -294,9 +294,9 @@ function configure_tempest {
294 294
     iniset $TEMPEST_CONFIG compute ssh_connect_method $ssh_connect_method
295 295
 
296 296
     # Compute admin
297
-    iniset $TEMPEST_CONFIG "compute-admin" username $USERNAME
298
-    iniset $TEMPEST_CONFIG "compute-admin" password "$password" # DEPRECATED
299
-    iniset $TEMPEST_CONFIG "compute-admin" tenant_name $TENANT_NAME
297
+    iniset $TEMPEST_CONFIG "compute-admin" username $ADMIN_USERNAME
298
+    iniset $TEMPEST_CONFIG "compute-admin" password "$password"
299
+    iniset $TEMPEST_CONFIG "compute-admin" tenant_name $ADMIN_TENANT_NAME
300 300
 
301 301
     # Network
302 302
     iniset $TEMPEST_CONFIG network api_version 2.0