As a Neutron user, I'd like a10's orchestration and scaling activities to be asynchronous so that I can continue to use the Neutron process while they are happening.
Doing this without a thread per activity will require a new acos_client library with greenlet support using something like grequests and openstack clients with lightweight async support.
As a Neutron user, I'd like a10's orchestration and scaling activities to be asynchronous so that I can continue to use the Neutron process while they are happening.
Doing this without a thread per activity will require a new
acos_client
library with greenlet support using something likegrequests
and openstack clients with lightweight async support.Not needed if Neutron monkey patches eventlet.