Closed mimmus closed 6 years ago
Recently, we started to have this error on every host:
Traceback (most recent call last): File "./bootstrap.py", line 1156, in <module> install_foreman_ssh_key() File "./bootstrap.py", line 503, in install_foreman_ssh_key foreman_ssh_key = urllib2.urlopen(("https://%s:9090/ssh/pubkey" % options.foreman_fqdn).read(), timeout=options.timeout) AttributeError: 'str' object has no attribute 'read'
Recently, we started to have this error on every host: