[openstack-announce] [new][openstackansible] openstack-ansible-os_neutron 13.3.0 release

no-reply at openstack.org no-reply at openstack.org
Mon Aug 1 18:52:05 UTC 2016


We are exuberant to announce the release of:

openstack-ansible-os_neutron 13.3.0: os_neutron role for OpenStack-
Ansible

For more details, please see below.

13.3.0
^^^^^^

Bug Fixes

* When upgrading it is possible for an old "neutron-ns-metadata-
  proxy" process to remain running in memory. If this happens the old
  version of the process can cause unexpected issues in a production
  environment. To fix this a task has been added to the os_neutron
  role that will execute a process lookup and kill any "neutron-ns-
  metadata-proxy" processes that are not running the current release
  tag. Once the old processes are removed the metadata agent running
  will respawn everything needed within 60 seconds.

Changes in openstack-ansible-os_neutron 13.2.0..13.3.0
------------------------------------------------------

ed228ad Change pip install task state to 'latest'
e960114 Update tox configuration
ef5401a Cleanup metadata-proxy when old versions are present
2eccaa8 Set neutron_bin before configs are deployed


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

handlers/main.yml                                  |  16 +++
.../metadata-proxy-cleanup-eed6ff482035dc83.yaml   |  10 ++
tasks/neutron_install.yml                          |   6 +-
tasks/neutron_post_install.yml                     |  32 +++---
tasks/nuage_neutron_config.yml                     |   4 +-
tasks/plumgrid_config.yml                          |   8 +-
test-requirements.txt                              |   2 -
tox.ini                                            | 128 ++++++++++++++-------
9 files changed, 148 insertions(+), 78 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index a45faa5..22c7bbe 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,2 +0,0 @@
-ansible-lint<=2.3.9
-ansible>=1.9.1,<2.0.0,!=1.9.6





More information about the OpenStack-announce mailing list