Browse code

Glance: start to use nova's glance configuration section

Commit 4b6e75b5f8037adbf63ac2f03dca17f0c8c0bc08 added support
of a neutron section. This updates the code to make use of
that section.

Change-Id: Ib9a0f2aeb0d91adeb567f79917804f0a89fdb6e1

Gary Kotton authored on 2014/06/20 16:51:09
Showing 1 changed files
... ...
@@ -548,7 +548,7 @@ function create_nova_conf {
548 548
 
549 549
     iniset $NOVA_CONF DEFAULT ec2_dmz_host "$EC2_DMZ_HOST"
550 550
     iniset_rpc_backend nova $NOVA_CONF DEFAULT
551
-    iniset $NOVA_CONF DEFAULT glance_api_servers "$GLANCE_HOSTPORT"
551
+    iniset $NOVA_CONF glance api_servers "$GLANCE_HOSTPORT"
552 552
 }
553 553
 
554 554
 function init_nova_cells {