From c6ec33e036b9586e5db6e715670f6f06f1f5637a Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Wed, 30 Sep 2015 13:33:44 +0000 Subject: [PATCH] Apparently, autocloud does not have an explicit libvirt option. --- roles/autocloud/backend/templates/autocloud.cfg | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/roles/autocloud/backend/templates/autocloud.cfg b/roles/autocloud/backend/templates/autocloud.cfg index ebc9fb0b61..a53bd6efc7 100644 --- a/roles/autocloud/backend/templates/autocloud.cfg +++ b/roles/autocloud/backend/templates/autocloud.cfg @@ -12,14 +12,10 @@ debug = false host = 0.0.0.0 port = 5000 -{% if autocloud_specialization == 'libvirt' %} -libvirt = true -{% else %} -libvirt = false -{% endif %} {% if autocloud_specialization == 'virtualbox' %} virtualbox = true {% else %} +# Presumably, this host is doing libvirt instead of virtualbox. virtualbox = false {% endif %}