Here are the current apis available in OpenStack:

os_current_apis.png

Here are the proposed apis that could be available in OpenStack:

os_proposed_apis.png

The customer could talk to each individual endpoint, but some operators would want to present a comprehensive api to the customer. This could be done by having a proxy layer above the service apis that would route the request to the appropriate api.

In our example below, if the customer was requesting /images, then proxy would receive the request then route it to the glance api.

os_proposed_apis_with_proxy.png

Wiki: api_transition (last edited 2011-02-18 14:27:22 by pvo)