Browse code

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

Sean Dague authored on 2017/08/02 22:49:27
Showing 1 changed files
... ...
@@ -538,7 +538,6 @@ function create_nova_conf {
538 538
     iniset $NOVA_CONF oslo_messaging_notifications driver "messagingv2"
539 539
     iniset $NOVA_CONF oslo_messaging_notifications transport_url $(get_transport_url)
540 540
     iniset_rpc_backend nova $NOVA_CONF
541
-    iniset $NOVA_CONF glance api_servers "$GLANCE_URL"
542 541
 
543 542
     iniset $NOVA_CONF DEFAULT osapi_compute_workers "$API_WORKERS"
544 543
     iniset $NOVA_CONF DEFAULT metadata_workers "$API_WORKERS"