Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement async OpenStack bindings using aiohttp #35

Open
denismakogon opened this issue Jun 26, 2016 · 0 comments
Open

Implement async OpenStack bindings using aiohttp #35

denismakogon opened this issue Jun 26, 2016 · 0 comments

Comments

@denismakogon
Copy link
Member

In order to feel the full power of async executions it is necessary to have async networking-bound operations standing behind each node type implementation, but for now, it is not. Nova, Neutron, Glance, etc. python client are built above synchronous libraries. So, each time OpenStack API being called through python clients main thread gets blocked, i.e. event loop also gets blocked.

For the certain timeframe it is necessary to implement async clients for OpenStack service like:

  • novaclient
  • neutron
  • glance
  • keystone
  • cinder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant