Skip to content

Commit 0fc946d

Browse files
mtreinishsdague
authored andcommitted
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
1 parent 7ced150 commit 0fc946d

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

lib/tempest

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -358,11 +358,6 @@ function configure_tempest {
358358
# TODO(mriedem): Remove the preserve_ports flag when Juno is end of life.
359359
iniset $TEMPEST_CONFIG compute-feature-enabled preserve_ports True
360360

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-
366361
# Network
367362
iniset $TEMPEST_CONFIG network api_version 2.0
368363
iniset $TEMPEST_CONFIG network tenant_networks_reachable "$tenant_networks_reachable"

0 commit comments

Comments
 (0)