Browse code

Remove the compute-admin section from tempest config

This commit removes the compute-admin section from the tempest config
file that devstack generates. These options have been removed from
the tempest config and aren't being used, so there is no reason to
keep them around.

Change-Id: I7500fe3b329b913c60fa505a5230db4a5d35d7f1

Matthew Treinish authored on 2015/03/24 05:38:30
Showing 1 changed files
... ...
@@ -358,11 +358,6 @@ function configure_tempest {
358 358
     # TODO(mriedem): Remove the preserve_ports flag when Juno is end of life.
359 359
     iniset $TEMPEST_CONFIG compute-feature-enabled preserve_ports True
360 360
 
361
-    # Compute admin
362
-    iniset $TEMPEST_CONFIG "compute-admin" username $ADMIN_USERNAME
363
-    iniset $TEMPEST_CONFIG "compute-admin" password "$password"
364
-    iniset $TEMPEST_CONFIG "compute-admin" tenant_name $ADMIN_TENANT_NAME
365
-
366 361
     # Network
367 362
     iniset $TEMPEST_CONFIG network api_version 2.0
368 363
     iniset $TEMPEST_CONFIG network tenant_networks_reachable "$tenant_networks_reachable"