Apparently, autocloud does not have an explicit libvirt option.

This commit is contained in:
Ralph Bean 2015-09-30 13:33:44 +00:00
parent 89a61d3a99
commit c6ec33e036

View file

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