From c2590dd8e9593b0828bdc1590a88b27d5e44fb00 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 20 Jan 2016 07:27:01 +0000 Subject: [PATCH] Adjust glance url Change to internal --- templates/ironic.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/ironic.conf.j2 b/templates/ironic.conf.j2 index b06a8d2b..470711a0 100644 --- a/templates/ironic.conf.j2 +++ b/templates/ironic.conf.j2 @@ -999,7 +999,7 @@ dhcp_provider={{ ironic_dhcp_provider }} # # Default glance hostname or IP address. (string value) -glance_host={{ external_lb_vip_address }} +glance_host={{ internal_lb_vip_address }} # Default glance port. (integer value) #glance_port=9292