From 0914723b452d652dead0ebf079d633aaac557309 Mon Sep 17 00:00:00 2001
From: Mark Duggan <mark.duggan@oracle.com>
Date: Mon, 29 Jan 2018 14:21:58 +0000
Subject: [PATCH] Adding ironic_dnsmasq_dhcp_range parameter to globals.yml

In order for the ironic_dnsmasq container to successfully
run the "ironic_dnsmasq_dhcp_range" needs to have beginning
and end values. Even though the parameter is present in
ansible/roles/ironic/defaults/main.yml, the appropriate
place to set these values is globals.yml

Change-Id: I2801c84510b6e1d929f4a6a6334142ff16eefea0
Closes-Bug: 1746005
---
 etc/kolla/globals.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/etc/kolla/globals.yml b/etc/kolla/globals.yml
index 46836e7154..94528b8132 100644
--- a/etc/kolla/globals.yml
+++ b/etc/kolla/globals.yml
@@ -356,6 +356,10 @@ kolla_internal_vip_address: "10.10.10.254"
 #############################
 #horizon_backend_database: "{{ enable_murano | bool }}"
 
+#############################
+# Ironic options
+#############################
+#ironic_dnsmasq_dhcp_range:
 
 ######################################
 # Manila - Shared File Systems Options