From 0e29f235554b1b8c1061bd20c641ddadf6e4d983 Mon Sep 17 00:00:00 2001 From: Andy McCrae Date: Wed, 20 Jan 2016 17:34:11 +1000 Subject: [PATCH] Adjust glance address in ironic.conf Move from external to internal vip --- 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