Prepare 6.1.0 release

Change-Id: I5af115f2c8dfc5f54b2585dde4df61c6e2a492ed
This commit is contained in:
Sebastien Badia 2015-10-14 18:51:22 +02:00
parent ae7ebe59ef
commit c8f29e9709
3 changed files with 25 additions and 2 deletions

View File

@ -1,3 +1,26 @@
##2015-10-10 - 6.1.0
### Summary
This is a feature and bugfix release in the Kilo series.
The ml2_sriov/supported_pci_vendor_devs parameter (in ml2 mech driver) was
previously never applied, this bug was fixed by Sebastien.
The neutron_agent_linuxbridge ini file configuration is different on Ubuntu.
Colleen has fixed our manifest in order to reflect this packaging change.
####Features
- Allow deployment when DVR is enabled and L2 pop and tunneling are disabled
- N1Kv: Adding nexus1000v puppet class
- N1Kv:Adding params for IPv6 communication with VSM
####Bugfixes
- Fix neutron_agent_linuxbridge file path
- ml2: Fix typo with ml2_srvio/supported_pci_vendor_devs param.
####Maintenance
- acceptance: checkout stable/kilo puppet modules
##2015-07-08 - 6.0.0
###Summary

View File

@ -1,7 +1,7 @@
neutron
===================================
6.0.0 - 2015.1 - Kilo
6.1.0 - 2015.1 - Kilo
#### Table of Contents

View File

@ -1,6 +1,6 @@
{
"name": "openstack-neutron",
"version": "6.0.0",
"version": "6.1.0",
"author": "OpenStack Contributors",
"summary": "Puppet module for OpenStack Neutron",
"license": "Apache-2.0",