From 89a61d3a992f2ea7ac57c8ee72fe9d8d52ea0761 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Wed, 30 Sep 2015 13:32:05 +0000 Subject: [PATCH] Be explicit about whether these specializations are on or off. --- roles/autocloud/backend/templates/autocloud.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/autocloud/backend/templates/autocloud.cfg b/roles/autocloud/backend/templates/autocloud.cfg index 7bed1a7c53..ebc9fb0b61 100644 --- a/roles/autocloud/backend/templates/autocloud.cfg +++ b/roles/autocloud/backend/templates/autocloud.cfg @@ -14,9 +14,13 @@ port = 5000 {% if autocloud_specialization == 'libvirt' %} libvirt = true +{% else %} +libvirt = false {% endif %} {% if autocloud_specialization == 'virtualbox' %} virtualbox = true +{% else %} +virtualbox = false {% endif %} [sqlalchemy]