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
This commit is contained in:
Yolanda Robla Mota 2016-10-04 13:07:29 +02:00
parent 7e4bee3724
commit 5df47b8a00
1 changed files with 1 additions and 0 deletions

View File

@ -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