Commit 77778888 authored by Boxiang Sun's avatar Boxiang Sun

peertube: test fixup

parent 81be1066
......@@ -204,12 +204,10 @@ init =
url = urlparse(options.get('url'))
if url.port:
options['host'] = '[' + url.hostname + ']'
options['port'] = url.port
options['port'] = str(url.port)
else:
options['host'] = url.hostname
options['port'] = 443
options['port'] = str(443)
[publish-connection-parameter]
recipe = slapos.cookbook:publish
......
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