[py3] novajoin-ipa-setup fails trying to decode('UTF-8') a string
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
novajoin |
New
|
Undecided
|
Unassigned |
Bug Description
while testing on a py3 host I got the following error:
Traceback (most recent call last):
File "/usr/bin/
args[
AttributeError: 'str' object has no attribute 'decode'
in:
if precreate_
# IPA v4.5.0 switched client from NSS to OpenSSL
if version.NUM_VERSION >= 40500:
cafile = novajoin.
# Workaround for https:/
else:
nss_db = novajoin.
args['nss_dir'] = nss_db.
if I remove the decode() it seems to work fine.
testing https:/ /review. openstack. org/#/c/ 644785/