[openstack-dev] [Neutron]Subnet's dns nameserver doesn't order by input

2015-07-06 Thread Zhi Chang
Hi, all Subnet's nameserver is out of order. That is to say, cmd neutron subnet-update [subnet-id] dns_nameservers list=true 1.2.3.4 5.6.7.8 and neutron subnet-update [subnet-id] dns_nameservers list=true 5.6.7.8 1.2.3.4 is same. I think that we often have two or more dns

Re: [openstack-dev] [Neutron]Subnet's dns nameserver doesn't order by input

2015-07-06 Thread Oleg Bondarev
Hi, Currently there is no dns servers prioritization for subnets in Neutron. There is an opened bug for this: https://bugs.launchpad.net/neutron/+bug/1218629 Thanks, Oleg On Mon, Jul 6, 2015 at 11:21 AM, Zhi Chang chang...@unitedstack.com wrote: Hi, all Subnet's nameserver is out of