From 49144e627120f9ec1cf72dfc84e02b9b81e669b6 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Wed, 2 Aug 2017 09:49:27 -0400 Subject: [PATCH] Remove glance api_servers from nova config This should now be able to be discovered from the service catalog, there is no reason to set it. Change-Id: I7383b589fbcef9423beeab735db42c594f7b56fd get auth from context for glance endpoints: Depends-On: I4e755b9c66ec8bc3af0393e81cffd91c56064717 --- lib/nova | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/nova b/lib/nova index 8311a54930..26f65637c5 100644 --- a/lib/nova +++ b/lib/nova @@ -538,7 +538,6 @@ function create_nova_conf { iniset $NOVA_CONF oslo_messaging_notifications driver "messagingv2" iniset $NOVA_CONF oslo_messaging_notifications transport_url $(get_transport_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"