Skip to content
Snippets Groups Projects
Commit 7d91e053 authored by Florent Thiery's avatar Florent Thiery
Browse files

fix netcapture.json generation (regression)

parent 2f7c3d1b
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,7 @@ def write_netcapture_conf():
conf.set('docker_registry_login', utils.get_conf('NETCAPTURE_DOCKER_LOGIN', ''))
conf.set('docker_registry_password', utils.get_conf('NETCAPTURE_DOCKER_PWD', ''))
conf.set('campusmanager_url', 'https://%s' % utils.get_conf('CM_SERVER_NAME', ''))
conf.path = '/etc/miris/netcapture.json'
conf.write()
return conf.get()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment