Merge "Ensure BASE_SQL_CONN is set properly in tools/configure_tempest.sh"
This commit is contained in:
commit
0fd684f9f7
@ -58,6 +58,9 @@ TEMPEST_DIR=$DEST/tempest
|
|||||||
CONFIG_DIR=$TEMPEST_DIR/etc
|
CONFIG_DIR=$TEMPEST_DIR/etc
|
||||||
TEMPEST_CONF=$CONFIG_DIR/tempest.conf
|
TEMPEST_CONF=$CONFIG_DIR/tempest.conf
|
||||||
|
|
||||||
|
DATABASE_TYPE=${DATABASE_TYPE:-mysql}
|
||||||
|
initialize_database_backends
|
||||||
|
|
||||||
# Use the GUEST_IP unless an explicit IP is set by ``HOST_IP``
|
# Use the GUEST_IP unless an explicit IP is set by ``HOST_IP``
|
||||||
HOST_IP=${HOST_IP:-$GUEST_IP}
|
HOST_IP=${HOST_IP:-$GUEST_IP}
|
||||||
# Use the first IP if HOST_IP still is not set
|
# Use the first IP if HOST_IP still is not set
|
||||||
|
Loading…
Reference in New Issue
Block a user