Merge "Configure nova to auto-calculate compute RPC upgrade levels"

This commit is contained in:
Zuul 2018-05-21 20:00:37 +00:00 committed by Gerrit Code Review
commit 270a8e65e2
1 changed files with 2 additions and 0 deletions

View File

@ -515,6 +515,8 @@ function create_nova_conf {
# Format logging
setup_logging $NOVA_CONF
iniset $NOVA_CONF upgrade_levels compute "auto"
write_uwsgi_config "$NOVA_UWSGI_CONF" "$NOVA_UWSGI" "/compute"
write_uwsgi_config "$NOVA_METADATA_UWSGI_CONF" "$NOVA_METADATA_UWSGI" "" ":${METADATA_SERVICE_PORT}"