
socket.sendall() expects a byte-string as argument but takes its from _sd_notify in a string format causing an exception on python3 Closes-Bug: #1564150 Change-Id: I16de988739b9e37b8b2721fefd3c6be485e5a4c7
oslo.service -- Library for running OpenStack services
oslo.service provides a framework for defining new long-running services using the patterns established by other OpenStack applications. It also includes utilities long-running applications might need for working with SSL or WSGI, performing periodic operations, interacting with systemd, etc.
- Free software: Apache license
- Documentation: http://docs.openstack.org/developer/oslo.service
- Source: http://git.openstack.org/cgit/openstack/oslo.service
- Bugs: http://bugs.launchpad.net/oslo.service
Description
Languages
Python
100%