Be explicit about whether these specializations are on or off.

This commit is contained in:
Ralph Bean
2015-09-30 13:32:05 +00:00
parent 41fb6fe6d9
commit 89a61d3a99

View File

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