novajoin/files
Michele Baldessari e8b18c4bd4 Fix python3 errors in novajoin-ipa-setup
With python3 we are getting the following error:
Traceback (most recent call last):
  File "/usr/bin/novajoin-ipa-setup", line 103, in <module>
    args['tls_ca_cert'] = cafile.decode('UTF-8')
  AttributeError: 'str' object has no attribute 'decode'

Let's just use the normal assignment in case the .decode() call
fails.

Also apply the same fixes to files/cloud-config-novajoin.json

Tested and we correctly get past this error.

Change-Id: Ia77ebde46ff885c9f929d834f981acb97f26a4ec
Co-Authored-By: Luca Miccini <lmiccini@redhat.com>
Closes-Bug: #1820961
2019-03-21 08:58:42 +01:00
..
cloud-config-novajoin.json Fix python3 errors in novajoin-ipa-setup 2019-03-21 08:58:42 +01:00
freeipa.json Initial commit of REST/notification services 2016-07-05 19:53:11 +00:00
join-api-paste.ini Require an authentication token for all requests 2017-03-27 15:05:50 +00:00
novajoin-config-generator.conf Add auth_token configuration options to config generator 2017-04-03 16:37:57 +03:00
novajoin-notify.service Fix user and path to binaries in systemd scripts 2017-08-25 12:02:41 -04:00
novajoin-server.service Fix user and path to binaries in systemd scripts 2017-08-25 12:02:41 -04:00
policy-generator.conf Check policy when handling a HTTP request 2019-01-18 11:27:09 +01:00