Implement the OpenStack API on top of Nova
Registered by
Todd Willey
Right now Nova implements the EC2 API, but should be moved to OpenStack API. It should remain easy to swap API endpoints as well.
Blueprint information
- Status:
- Complete
- Approver:
- Rick Clark
- Priority:
- Essential
- Drafter:
- Michael Gundlach
- Direction:
- Approved
- Assignee:
- Todd Willey
- Definition:
- Approved
- Series goal:
- Accepted for austin
- Implementation:
-
Implemented
- Milestone target:
-
austin-feature-freeze
- Started by
- Rick Clark
- Completed by
- Michael Gundlach
Related branches
Related bugs
Whiteboard
I think as a requirement, multiple API endpoints should be able to run simultaneously - Rick Clark
Yep, I'm converting the EC2 API to a WSGI controller like the RS API is. The eventlet web server will be able to route arbitrary URLs to arbitrary WSGI controllers. - Michael Gundlach
(?)