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:
parent
0df7e1c6b5
commit
73febbff38
@ -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'
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user