Update the NOVADB_HOST

The old value is no longer being defined so we're using the
internal_api FQDN.

Change-Id: I2285f866d8385ba02c1b3d0d7dc1034594462b26
This commit is contained in:
Dave Wilde 2023-07-13 11:21:00 -05:00 committed by Dave Wilde
parent 0df7e1c6b5
commit 73febbff38
1 changed files with 1 additions and 1 deletions

View File

@ -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'