[release-announce] [neutron] neutron 11.0.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Wed Aug 30 11:17:32 UTC 2017


We contentedly announce the release of:

neutron 11.0.0: OpenStack Networking

This release is part of the pike release series.

Download the package from:

    https://tarballs.openstack.org/neutron/

For more details, please see below.

11.0.0
^^^^^^


Prelude
*******

A new agent_mode("dvr_no_external") for DVR routers has been added to
allow the server to configure Floating IPs associated with DVR at the
centralized node.


New Features
************

* Ports have now a "dns_domain" attribute. A port's "dns_domain"
  attribute has precedence over the network's "dns_domain" from the
  point of view of publishing it to the external DNS service.

* A new DVR agent type "dvr_no_external" has been introduced with
  this release. This agent type allows the Floating IPs (DNAT/North-
  South routing) to be centralized while the East/West routing is
  still distributed.


Known Issues
************

* There can be a mixture of "dvr" agents and "dvr_no_external"
  agents. But please avoid any VM with Floating IP migration between a
  "dvr" agent and a "dvr_no_external" agent. All VM ports with
  Floating IPs should be migrated to same agent_mode. This would be
  one of the restrictions.


Upgrade Notes
*************

* A new DVR agent mode of "dvr_no_external" was added. Changing
  between this mode and "dvr" is a disruptive operation to the
  dataplane.

Changes in neutron 11.0.0.0rc2..11.0.0
--------------------------------------

5212c9c DVR: _get_floatingips_bound_to_host throws KeyError


Diffstat (except docs and test files)
-------------------------------------

neutron/agent/l3/dvr_local_router.py                 |  9 ---------
4 files changed, 11 insertions(+), 16 deletions(-)







More information about the Release-announce mailing list