Apparently, autocloud does not have an explicit libvirt option.
This commit is contained in:
parent
89a61d3a99
commit
c6ec33e036
1 changed files with 1 additions and 5 deletions
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue