Commit 93374140 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

software/kvm: use sticky-compute-node instead of sticky-computer

This follows the new notation of slapos master.
parent 7a438b30
Pipeline #38961 failed with stage
in 0 seconds
......@@ -23,7 +23,7 @@ md5sum = 957f3a3c8e5f9a905026cc01a25b326e
[template-kvm-cluster]
filename = instance-kvm-cluster.cfg.jinja2.in
md5sum = 4cf9362641f6fb61158ff901cf81dffd
md5sum = 09844c32845d8d83718841cdc41dc24a
[template-kvm-resilient]
filename = instance-kvm-resilient.cfg.jinja2
......
......@@ -50,7 +50,7 @@ config-use-ipv6 = {{ dumps(slapparameter_dict.get('use-ipv6', False)) }}
recipe = slapos.cookbook:request.serialised
software-type = kvm
name = {{ instance_name }}
{% if kvm_parameter_dict.get('sticky-computer', '') -%}
{% if kvm_parameter_dict.get('sticky-compute-node', '') -%}
sla-computer_guid = ${slap-connection:computer-id}
{% else -%}
sla-computer_guid = {{ dumps(kvm_parameter_dict.get('computer-guid', '')) }}
......
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 to comment