We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 86db593 + 7d0003e commit 84f72d2Copy full SHA for 84f72d2
1 file changed
lib/nova
@@ -922,6 +922,9 @@ function start_nova_compute {
922
# RPC, we also disable track_instance_changes.
923
iniset $NOVA_CPU_CONF filter_scheduler track_instance_changes False
924
iniset_rpc_backend nova $NOVA_CPU_CONF DEFAULT "nova_cell${NOVA_CPU_CELL}"
925
+ # Make sure we nuke any database config
926
+ inidelete $NOVA_CPU_CONF database connection
927
+ inidelete $NOVA_CPU_CONF api_database connection
928
fi
929
930
# Console proxies were configured earlier in create_nova_conf. Now that the
0 commit comments