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
|
host = 0.0.0.0
|
||||||
port = 5000
|
port = 5000
|
||||||
|
|
||||||
{% if autocloud_specialization == 'libvirt' %}
|
|
||||||
libvirt = true
|
|
||||||
{% else %}
|
|
||||||
libvirt = false
|
|
||||||
{% endif %}
|
|
||||||
{% if autocloud_specialization == 'virtualbox' %}
|
{% if autocloud_specialization == 'virtualbox' %}
|
||||||
virtualbox = true
|
virtualbox = true
|
||||||
{% else %}
|
{% else %}
|
||||||
|
# Presumably, this host is doing libvirt instead of virtualbox.
|
||||||
virtualbox = false
|
virtualbox = false
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue