Commit 9f148593 authored by Jérome Perrin's avatar Jérome Perrin

software/helloworld: use new slap-connection name

slap_connection is a deprecated alias, we use kebab case in buildout
profiles.

/reviewed-on !688
parent 96565808
Pipeline #7690 failed with stage
in 0 seconds
......@@ -14,4 +14,4 @@
# not need these here).
[instance-profile]
filename = instance.cfg.in
md5sum = cc8902e44c1d50804b570775633b8c2a
md5sum = dcb9d2f540e0e397c9346c8b0c05f233
......@@ -26,11 +26,11 @@ extends = {{ template_monitor }}
# Always the same. Just copy/paste.
# See docstring of slapos.cookbook:slapconfiguration for more information.
recipe = slapos.cookbook:slapconfiguration
computer = ${slap_connection:computer_id}
partition = ${slap_connection:partition_id}
url = ${slap_connection:server_url}
key = ${slap_connection:key_file}
cert = ${slap_connection:cert_file}
computer = ${slap-connection:computer-id}
partition = ${slap-connection:partition-id}
url = ${slap-connection:server-url}
key = ${slap-connection:key-file}
cert = ${slap-connection:cert-file}
# Define default parameter(s) that will be used later, in case user didn't
# specify it.
......
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