Skip to content

Commit

Permalink
Remove glance api_servers from nova config
Browse files Browse the repository at this point in the history
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
  • Loading branch information
sdague authored and Eric Fried committed Aug 4, 2017
1 parent dea3083 commit 49144e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/nova
Expand Up @@ -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"
Expand Down

0 comments on commit 49144e6

Please sign in to comment.