Merge "Remove glance api_servers from nova config"

This commit is contained in:
Zuul 2018-01-31 12:44:43 +00:00 committed by Gerrit Code Review
commit 7916735cff

View File

@ -544,7 +544,6 @@ function create_nova_conf {
iniset $NOVA_CONF oslo_messaging_notifications driver "messagingv2"
iniset $NOVA_CONF oslo_messaging_notifications transport_url $(get_notification_url)
iniset_rpc_backend nova $NOVA_CONF
iniset $NOVA_CONF glance api_servers "$GLANCE_URL"
iniset $NOVA_CONF DEFAULT osapi_compute_workers "$API_WORKERS"
iniset $NOVA_CONF DEFAULT metadata_workers "$API_WORKERS"