From cb2570c237907da2b91d402fec19665c9e422adf Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Fri, 26 Aug 2016 16:39:53 -0400 Subject: Fix Ironic service bind IPs This patch removes the get_input's in the service templates and instead uses our new bind IP string replacement mechanism to correctly set the local bind IPs for the Ironic API. It also avoids using MysqlNetwork to set Ironic my_ip. This patch adds a new IronicNetwork setting which is used to control which network Ironic will use for its PXE network traffic. Change-Id: Ic848ec77b0106279c5d963504798c05110aa1440 --- network/service_net_map.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'network') diff --git a/network/service_net_map.yaml b/network/service_net_map.yaml index 50f5c55a..8d1eebda 100644 --- a/network/service_net_map.yaml +++ b/network/service_net_map.yaml @@ -22,7 +22,8 @@ parameters: CinderIscsiNetwork: storage GlanceApiNetwork: storage GlanceRegistryNetwork: internal_api - IronicApiNetwork: internal_api + IronicApiNetwork: ctlplane + IronicNetwork: ctlplane KeystoneAdminApiNetwork: ctlplane # allows undercloud to config endpoints KeystonePublicApiNetwork: internal_api ManilaApiNetwork: internal_api -- cgit 1.2.3-korg