Re: [openstack-dev] [Neutron] IPv6 DHCP options for dnsmasq

2013-10-22 Thread Luke Gorrie
On 21 October 2013 19:51, Sean M. Collins s...@coreitpro.com wrote: The motivation is to help Neutron work with IPv6 - which is a must-have for Comcast. Deutsche Telekom too. We are working on making Neutron interoperate well with a service provider network that's based on IPv6. I look

Re: [openstack-dev] [Neutron] IPv6 DHCP options for dnsmasq

2013-10-22 Thread Sean M. Collins
On Tue, Oct 22, 2013 at 08:58:52AM +0200, Luke Gorrie wrote: Deutsche Telekom too. We are working on making Neutron interoperate well with a service provider network that's based on IPv6. I look forward to talking about this with people in Hong Kong :) I may be mistaken, but I don't see a

Re: [openstack-dev] [Neutron] IPv6 DHCP options for dnsmasq

2013-10-22 Thread Matt Riedemann
] IPv6 DHCP options for dnsmasq On Tue, Oct 22, 2013 at 08:58:52AM +0200, Luke Gorrie wrote: Deutsche Telekom too. We are working on making Neutron interoperate well with a service provider network that's based on IPv6. I look forward to talking about this with people in Hong Kong :) I may

Re: [openstack-dev] [Neutron] IPv6 DHCP options for dnsmasq

2013-10-22 Thread Jay Pipes
On 10/22/2013 12:48 PM, Matt Riedemann wrote: FWIW, we've wanted IPv6 support too but there are limitations in sqlalchemy and python 2.6 and since openstack is still supporting both of those, we are gated on that. What limitations re: IPv6 does SQLAlchemy present? -jay

Re: [openstack-dev] [Neutron] IPv6 DHCP options for dnsmasq

2013-10-22 Thread Davanum Srinivas
I am guessing Matt is talking about running openstack in a pure ipv6 environment. So it would be this bug https://bugs.launchpad.net/nova/+bug/1190454 On Tue, Oct 22, 2013 at 1:10 PM, Jay Pipes jaypi...@gmail.com wrote: On 10/22/2013 12:48 PM, Matt Riedemann wrote: FWIW, we've wanted IPv6

Re: [openstack-dev] [Neutron] IPv6 DHCP options for dnsmasq

2013-10-22 Thread Jay Pipes
Interesting, thx! :) On 10/22/2013 01:18 PM, Davanum Srinivas wrote: I am guessing Matt is talking about running openstack in a pure ipv6 environment. So it would be this bug https://bugs.launchpad.net/nova/+bug/1190454 On Tue, Oct 22, 2013 at 1:10 PM, Jay Pipes jaypi...@gmail.com

[openstack-dev] [Neutron] IPv6 DHCP options for dnsmasq

2013-10-21 Thread Sean M. Collins
Hi, Looking at the code for the linux DHCP agent, there's a comment about trying to figure out how to indicate other options (ra-only, slaac, ra-nameservers, and ra-stateless). https://github.com/openstack/neutron/blob/master/neutron/agent/linux/dhcp.py#L330 I decided to take a crack at