Comment 1 for bug 1020639

Revision history for this message
yong sheng gong (gongysh) wrote :

I prefer to use an extension to make an API for nova on server side, which will need modify the plugin , so that we can make use of the database's transaction.
At the same time we have to augment the client to use this extension's API. And then most of the nova network API methods are just wrappers to the client's methods.