Comment 3 for bug 1933813

Revision history for this message
Vadim Ponomarev (velizarx) wrote :

We are run OpenStack in Kubernetes and uses loci image [1] as basic images. Inside the image we are using python 3.6.9. Results of checking version:

$ which privsep-helper
/var/lib/openstack/bin/privsep-helper

$ cat /var/lib/openstack/bin/privsep-helper
#!/var/lib/openstack/bin/python3
# -*- coding: utf-8 -*-
import re
import sys
from oslo_privsep.daemon import helper_main
if __name__ == '__main__':
    sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
    sys.exit(helper_main())

$ /var/lib/openstack/bin/python3 --version
Python 3.6.9

I understand that we are using already old release and that is, most likely if the bug was someone would have already found it. But it's really strange.

[1] https://github.com/sapcc/loci