-
Story
-
Resolution: Done
-
Major
-
None
-
None
-
None
Replace futurist.GreenThreadPoolExecutor usage with futures.ThreadPoolExecutor.
Eventlet GreenThreadPoolExecutor was used initially because of py37 issues : https://bugs.launchpad.net/bugs/1782647
It is impacting network_api/neutron, worker/processing and central functional tests.
This ticket aims to remove all futurist library usage from Designate, including from requirements file.