Simple reproducer: import eventlet eventlet.monkey_patch()
import socket import ssl sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM) wrappedSocket = ssl.wrap_socket(sock) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1834565 Title: Services not running that should be: cinder-scheduler, neutron- lbaasv2-agent, neutron-dhcp-agent, neutron-metering-agent To manage notifications about this bug go to: https://bugs.launchpad.net/charm-cinder/+bug/1834565/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
