neutron/neutron
Xu Han Peng 3686d035de Support Stateful and Stateless DHCPv6 by dnsmasq
* This patch adds support for subnets created with 'ipv6_address_mode'
  set to 'dhcpv6-stateful' or 'dhcpv6-stateless' by dnsmasq.
* If no dnsmasq process for subnet's network is launched, Neutron
  will launch new dnsmasq process on subnet's dhcp port in 'qdhcp-'
  namespace. If previous dnsmasq process is already launched,
  restart dnsmasq with new configuration.
* Neutron will update dnsmasq process and restart it when subnet
  gets updated.
* This patch enforces the version check of dnsmasq. dhcp-agent will
  fail to start if version of dnsmasq<2.63.

DocImpact
UpgradeImpact
Blueprint dnsmasq-ipv6-dhcpv6-stateful
Blueprint dnsmasq-ipv6-dhcpv6-stateless

Change-Id: I30e9950bbc5a89f01ccb9c561471f155a9fd1d11
2014-08-20 13:04:48 +08:00
..
agent Support Stateful and Stateless DHCPv6 by dnsmasq 2014-08-20 13:04:48 +08:00
api RPC additions to support DVR 2014-07-17 11:45:45 -07:00
cmd Fix spelling mistake in the log message 2014-07-21 08:03:11 +00:00
common ML2 mechanism driver for SR-IOV capable NIC based switching, Part 1 2014-07-22 18:42:39 +03:00
db This patch changes the name of directory from mech_arista to arista 2014-07-22 09:52:08 -07:00
debug Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
extensions Merge "ML2 mechanism driver for SR-IOV capable NIC based switching, Part 1" 2014-07-22 19:28:20 +00:00
hacking Add missing translation support 2014-05-19 12:16:56 +02:00
locale Imported Translations from Transifex 2014-07-22 06:07:08 +00:00
notifiers Merge "Use list copy for events in nova notifier" 2014-06-12 13:30:08 +00:00
openstack Switch to using of oslo.db 2014-06-30 14:07:59 +03:00
plugins Merge "NSX: remove unnecessary checks on network delete" 2014-07-22 23:09:54 +00:00
scheduler Switch to using of oslo.db 2014-06-30 14:07:59 +03:00
server Configure agents using neutron.common.config.init (formerly .parse) 2014-06-17 21:56:24 +02:00
services Merge "VPNaaS: separate out validation logic for ref impl" 2014-07-17 03:11:48 +00:00
tests Support Stateful and Stateless DHCPv6 by dnsmasq 2014-08-20 13:04:48 +08:00
__init__.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
auth.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
context.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
hooks.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
manager.py Moved rpc_compat.py code back into rpc.py 2014-06-24 10:35:39 +02:00
neutron_plugin_base_v2.py Renamed start_rpc_listener -> start_rpc_listeners 2014-06-19 12:58:01 +02:00
policy.py Allow to import _LC, _LE, _LI and _LW functions directly 2014-07-17 14:56:19 +00:00
quota.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
service.py Moved rpc_compat.py code back into rpc.py 2014-06-24 10:35:39 +02:00
version.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
wsgi.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00