From 73febbff38d4249cd9a104c73eb6cb5573addaec Mon Sep 17 00:00:00 2001 From: Dave Wilde Date: Thu, 13 Jul 2023 11:21:00 -0500 Subject: [PATCH] Update the NOVADB_HOST The old value is no longer being defined so we're using the internal_api FQDN. Change-Id: I2285f866d8385ba02c1b3d0d7dc1034594462b26 --- novajoin_tempest_plugin/tests/scenario/test_tripleo_tls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/novajoin_tempest_plugin/tests/scenario/test_tripleo_tls.py b/novajoin_tempest_plugin/tests/scenario/test_tripleo_tls.py index 24180e3..c6ee3f7 100644 --- a/novajoin_tempest_plugin/tests/scenario/test_tripleo_tls.py +++ b/novajoin_tempest_plugin/tests/scenario/test_tripleo_tls.py @@ -23,7 +23,7 @@ LOG = logging.getLogger(__name__) TLS_EXCEPTIONS = [] NOVADB_USER = 'nova::db::mysql::user' -NOVADB_HOST = 'nova::db::mysql::host' +NOVADB_HOST = 'fqdn_internal_api' NOVADB_PASSWORD = 'nova::db::mysql::password'