Release 5.1.0 - Juno

Prepare 5.1.0 release.

Change-Id: I22fa60797300a32e1a3ff6547b87c673084f7957
(cherry picked from commit 517b7b800c)
This commit is contained in:
Colleen Murphy 2015-06-17 10:57:47 -07:00 committed by Emilien Macchi
parent c75ad2525c
commit f774a4bb9a
2 changed files with 34 additions and 4 deletions

View File

@ -1,7 +1,7 @@
nova
====
5.0.0 - 2014.2.0 - Juno
5.1.0 - 2014.2 - Juno
#### Table of Contents
@ -90,6 +90,36 @@ Contributors
Release Notes
-------------
**5.1.0**
* move setting of novncproxy_base_url
* Added parameters for availability zones configuration
* crontab: ensure nova-common is installed before
* Correct docs on format for nova::policy data
* Allow libvirt secret key setting from param
* Fix behaviour of 'set-secret-value virsh' exec
* MySQL: change default MySQL collate to utf8_general_ci
* Pin puppetlabs-concat to 1.2.1 in fixtures
* Make group on /var/log/nova OS specific
* IPv6 support for migration check.
* Database: add slave_connection support
* Correct references to ::nova::rabbit_* variables
* Add optional network_api_class parameter to nova::network::neutron class
* Add Nova Aggregate support
* rpc_backend: simplify parameters
* supporting lxc cpu mode Fixing the default cpu_mode from None to none
* virsh returns a list of secret uuids, not keyring names
* Pin fixtures for stables branches
* Add serialproxy configuration
* Switch to TLSv1 as SSLv3 is considered insecure and is disabled by default
* Disable file injection when using RBD as compute ephemeral storage
* Add PCI Passthrough/SR-IOV support
* Add Ironic support into nova puppet modules
* spec: pin rspec-puppet to 1.0.1
* Correct section for cell_type nova.conf parameter
* crontab: ensure the script is run with shell
* Configure database parameters on the right nodes
**5.0.0**
* Stable Juno release

View File

@ -1,10 +1,10 @@
{
"name": "stackforge-nova",
"version": "5.0.0",
"author": "Puppet Labs and StackForge Contributors",
"version": "5.1.0",
"author": "Puppet Labs and OpenStack Contributors",
"summary": "Puppet module for OpenStack Nova",
"license": "Apache-2.0",
"source": "git://github.com/stackforge/puppet-nova.git",
"source": "git://github.com/openstack/puppet-nova.git",
"project_page": "https://launchpad.net/puppet-nova",
"issues_url": "https://bugs.launchpad.net/puppet-nova",
"requirements": [