Prepare 3.1.0 release (liberty)

Update metadata.json, release-note and README for 3.1.0 release.

Change-Id: I1d451903a075826e2beea9e5d7fe9e5ffaaf9781
This commit is contained in:
Emilien Macchi
2016-05-20 18:56:34 +02:00
parent 222e122c11
commit f810f9cba7
3 changed files with 15 additions and 2 deletions

View File

@@ -1,3 +1,16 @@
##2016-05-20 - 3.1.0
###Summary
This is a bugfix release in the Liberty series.
####Bugfixes
- Add missing dev keyword to ip link command
- Fix vs_port usage in Red Hat distros
- Remove duplicate loading of constants
##2015-11-25 - 3.0.0
###Summary

View File

@@ -1,7 +1,7 @@
VSwitch
=======
3.0.0 - 2015.2 - Liberty
3.1.0 - 2015.2 - Liberty
A Puppet module providing things for vSwitches. At the moment OVS is the only
one I've added but please feel free to contribute new providers through

View File

@@ -1,6 +1,6 @@
{
"name": "openstack-vswitch",
"version": "3.0.0",
"version": "3.1.0",
"author": "Endre Karlson, Dan Bode and OpenStack Contributors",
"license": "Apache-2.0",
"source": "git://github.com/openstack/puppet-vswitch.git",