Hello,
Thanks for link to blueprint Mathieu but I'm using now still Havana version of
openstack.
I need extension which allow me add to private network something like
"external router" that ovs agent will know that should make vxlan or gre
tunnel to that external device. Maybe there is some sol
Hi,
please tell us about the extension you want to write, it would really help.
In ML2, you now have the ability to easily add extensions thanks to this work :
https://blueprints.launchpad.net/neutron/+spec/extensions-in-ml2
Mathieu
On Wed, Oct 8, 2014 at 7:52 AM, Damon Wang wrote:
> Hi Kapłoń
Hi Kapłoński,
I recommend you to read these materials:
Keynotes:
https://www.openstack.org/assets/presentation-media/insideneutron2.pdf
Video:
https://www.openstack.org/summit/openstack-summit-hong-kong-2013/session-videos/presentation/deep-dive-into-neutron
Post:
http://control-that-vm.blogspot.
Hello,
Can You send me some examples or link to tutorial how to write extension to
neutron. I'm using ML2 plugin in neutron and I want to add some new
functionality and API methods to this neutron. So imho I should do it via
extension but how exactly write it that it will work in existing ML2 p