From 8f8ea9ac91d21d66aa53e2638ea6190f9d7381dc Mon Sep 17 00:00:00 2001 From: Gary Kotton Date: Fri, 20 Jun 2014 00:51:09 -0700 Subject: [PATCH] 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 --- lib/nova | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nova b/lib/nova index 9dd6bb05dc..3d31d68f4f 100644 --- a/lib/nova +++ b/lib/nova @@ -548,7 +548,7 @@ function create_nova_conf { iniset $NOVA_CONF DEFAULT ec2_dmz_host "$EC2_DMZ_HOST" iniset_rpc_backend nova $NOVA_CONF DEFAULT - iniset $NOVA_CONF DEFAULT glance_api_servers "$GLANCE_HOSTPORT" + iniset $NOVA_CONF glance api_servers "$GLANCE_HOSTPORT" } function init_nova_cells {