[Openstack] developing a plugin for openstack

2011-12-05 Thread Jonathan Leibiusky
Hi! I'm new to OpenStack and I wanted to develop a plugin, like Atlas load balancing. Hopefully this is the right mailing list. I couldn't find information on plugin development, so I assume plugins are actually individual applications that integrate with openstack through APIs. Is that right?

Re: [Openstack] developing a plugin for openstack

2011-12-05 Thread Nikolay Sokolov
No, OpenStack API plugins are just python modules loaded in special middleware by nova-api. For example, you can look in nova/api/openstack/contrib/ directory. You must write unit tests for your code. Also, you can not be merged in trunk, if your code does not pass tests. On Sat, Dec 3, 2011 at