Migrate slap_connection to slap-connection, and use variables names separated with '-'.

parent dd5db9ae
......@@ -6,7 +6,16 @@ bin-directory = ${buildout:directory}/sbin
# protect software and run parts offline
offline = true
[slap-connection]
computer-id = %(computer_id)s
partition-id = %(partition_id)s
server-url = %(server_url)s
software-release-url = %(software_release_url)s
key-file = %(key_file)s
cert-file = %(cert_file)s
[slap_connection]
# Kept for backward compatiblity
computer_id = %(computer_id)s
partition_id = %(partition_id)s
server_url = %(server_url)s
......
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