Fix setting cyborg agent hostname

This removes the devstack plugin line which overrides the CONF.host in
the cyborg agent with the $LOCAL_HOSTNAME. The latter may be different
than what the nova-compute service generates (as the nova devstack
module does not override the host). Since these need to match, just
remove the override here so that both services use the hostname from
the service framework.

Closes Task: #38811

Change-Id: I393ccbf020cc4f80ce78b1ba4564a833abec02bf
This commit is contained in:
Dan Smith 2020-02-25 06:57:03 -08:00 committed by Sean Mooney
parent 76bdd3f8a3
commit f5a47abe5e
1 changed files with 0 additions and 1 deletions

View File

@ -152,7 +152,6 @@ function configure_cyborg_common {
iniset $CYBORG_CONF_FILE database connection `database_connection_url cyborg`
iniset $CYBORG_CONF_FILE DEFAULT state_path $CYBORG_STATE_PATH
iniset $CYBORG_CONF_FILE DEFAULT use_syslog $SYSLOG
iniset $CYBORG_CONF_FILE DEFAULT host $LOCAL_HOSTNAME
iniset_rpc_backend cyborg $CYBORG_CONF_FILE
}