Commit 157109cb authored by Łukasz Nowak's avatar Łukasz Nowak

Revert "Use slapos provided networkcached buildout."

This reverts commit d817f62c.

It is not required, as SlapOS node installation profile is responsible for
providing by default good (:= with networkcache) buildout environment.
parent bcbddea5
......@@ -177,9 +177,7 @@ def run(config):
'template/slapos.cfg.in').read() % dict(
computer_id=config.computer_id, master_url=config.master_url,
key_file=key_file, cert_file=cert_file,
certificate_repository_path=certificate_repository_path,
buildout=os.path.join('/opt', 'slapos', 'bin',
'buildout_networkache')
certificate_repository_path=certificate_repository_path
))
hostname_path = os.path.normpath('/'.join([mount_dir_path,
......
......@@ -6,7 +6,6 @@ computer_id = %(computer_id)s
key_file = %(key_file)s
cert_file = %(cert_file)s
certificate_repository_path = %(certificate_repository_path)s
buildout = %(buildout_path)
[slapformat]
computer_xml = /opt/slapos/slapos.xml
......
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