Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/nova/+spec/expose-apis-on-thrift. Description: Currently there is no way to work with openstack in an other language than Python. The actual implementation runs on REST it is good but that need a huge effort to export the service on an other language. I think it could be a good way to expose the API on Thrift. By this way we can build services that work efficiently and seamlessly between C++, Java, PHP, Ruby, Erlang... http://thrift.apache.org/ Specification URL (additional information): None