Commit 1b57b472 by Nótai István

manager: fix hypervisor_type condition

parent b1b9c1ed
...@@ -7,7 +7,7 @@ source /home/{{ pillar['user'] }}/.virtualenvs/circle/bin/postactivate ...@@ -7,7 +7,7 @@ source /home/{{ pillar['user'] }}/.virtualenvs/circle/bin/postactivate
HOSTNAME=$(hostname -s) HOSTNAME=$(hostname -s)
EXTRAPARAMS="" EXTRAPARAMS=""
if [ "{{ pillar['vmdriver']['hypervisor_type'] }}" = "kvm"]; then if [ "{{ pillar['vmdriver']['hypervisor_type'] }}" = "kvm" ]; then
EXTRAPARAMS="--kvm-present" EXTRAPARAMS="--kvm-present"
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment