From 5df47b8a001582d8a148094e9b50a8d03f1d0ddc Mon Sep 17 00:00:00 2001 From: Yolanda Robla Mota Date: Tue, 4 Oct 2016 13:07:29 +0200 Subject: [PATCH] Add option to disable default routes Our dhcp is just used for pxe boots, and shall not be adding a default route. Send the right option for bifrost to disable it. Change-Id: Id5d1cd02544c8c4c5ce869114299e6681db81b19 --- templates/bifrost/bifrost_global_vars.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/bifrost/bifrost_global_vars.erb b/templates/bifrost/bifrost_global_vars.erb index fd11a3a..2822ca6 100644 --- a/templates/bifrost/bifrost_global_vars.erb +++ b/templates/bifrost/bifrost_global_vars.erb @@ -27,3 +27,4 @@ dib_env_vars: ELEMENTS_PATH: "/opt/stack/elements:/opt/project-config/nodepool/elements" extra_kernel_options: intel_iommu=off create_ipa_image: true +dnsmasq_router: false