Prepare 6.0.0 release
Update CHANGELOG, README and metadata.json to bump the module to the first Kilo release (6.0.0). Change-Id: Ia3fdbd23ceaa16e137c5d701910919e613807c17
This commit is contained in:
49
CHANGELOG.md
49
CHANGELOG.md
@@ -1,3 +1,52 @@
|
||||
##2015-07-08 - 6.0.0
|
||||
###Summary
|
||||
|
||||
This is a backwards-incompatible major release for OpenStack Kilo.
|
||||
|
||||
####Backwards-incompatible changes
|
||||
- Remove deprecated parameters
|
||||
- Disable file injection when using RBD as compute ephemeral storage
|
||||
- Remove Python Package Declaration
|
||||
- move setting of novncproxy_base_url
|
||||
- Move rabbit/kombu settings to oslo_messaging_rabbit section
|
||||
- MySQL: change default MySQL collate to utf8_general_ci
|
||||
- Moved spice configuration options from DEFAULT to spice section
|
||||
|
||||
####Features
|
||||
- Puppet 4.x support
|
||||
- Refactorise Keystone resources management
|
||||
- Configure database parameters on the right nodes
|
||||
- Add parameters for availability zones configuration
|
||||
- Migrate postgresql backend to use openstacklib::db::postgresql
|
||||
- Allow auth_name and auth_name_v3 to be the same
|
||||
- Add an option to not configure RabbitMQ service
|
||||
- Database: add slave_connection support
|
||||
- Support for heal_instance_info_cache_interval
|
||||
- Only tag packages with openstack tag
|
||||
- Add PCI Passthrough/SR-IOV support
|
||||
- Add support for identity_uri
|
||||
- IPv6 support for migration check
|
||||
- Allow libvirt secret key setting from param
|
||||
- Adds OracleLinux support
|
||||
- Ensure /etc/nova exists before creating secret.xml
|
||||
- Run db-sync if nova packages are upgraded
|
||||
- Make package 'bridge-utils' install optional
|
||||
- Introduce public_url, internal_url and admin_url (and v3/ec2)
|
||||
- Better handling of package dependencies in nova generic_service
|
||||
- Add scheduler_driver parameter to nova::scheduler class
|
||||
- Add parameter to control use of rbd for the ephemeral storage
|
||||
- Install only required libvirt packages
|
||||
- keystone/auth: make service description configurable
|
||||
|
||||
####Bugfixes
|
||||
- Fix catalog compilation when not configuring endpoint
|
||||
- Fix behaviour of 'set-secret-value virsh' exec
|
||||
- Fix variable access in RBD secret template
|
||||
|
||||
####Maintenance
|
||||
- Acceptance tests with Beaker
|
||||
- Fix spec tests for RSpec 3.x and Puppet 4.x
|
||||
|
||||
##2015-06-17 - 5.1.0
|
||||
###Summary
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
nova
|
||||
====
|
||||
|
||||
5.1.0 - 2014.2 - Juno
|
||||
6.0.0 - 2015.1 - Kilo
|
||||
|
||||
#### Table of Contents
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "stackforge-nova",
|
||||
"version": "5.1.0",
|
||||
"name": "openstack-nova",
|
||||
"version": "6.0.0",
|
||||
"author": "Puppet Labs and OpenStack Contributors",
|
||||
"summary": "Puppet module for OpenStack Nova",
|
||||
"license": "Apache-2.0",
|
||||
@@ -33,12 +33,12 @@
|
||||
"dependencies": [
|
||||
{ "name": "dprince/qpid", "version_requirement": ">=1.0.0 <2.0.0" },
|
||||
{ "name": "duritong/sysctl", "version_requirement": ">=0.0.1 <1.0.0" },
|
||||
{ "name": "stackforge/cinder", "version_requirement": ">=5.0.0 <6.0.0" },
|
||||
{ "name": "stackforge/glance", "version_requirement": ">=5.0.0 <6.0.0" },
|
||||
{ "name": "openstack/cinder", "version_requirement": ">=6.0.0 <7.0.0" },
|
||||
{ "name": "openstack/glance", "version_requirement": ">=6.0.0 <7.0.0" },
|
||||
{ "name": "puppetlabs/inifile", "version_requirement": ">=1.0.0 <2.0.0" },
|
||||
{ "name": "stackforge/keystone", "version_requirement": ">=5.0.0 <6.0.0" },
|
||||
{ "name": "openstack/keystone", "version_requirement": ">=6.0.0 <7.0.0" },
|
||||
{ "name": "puppetlabs/rabbitmq", "version_requirement": ">=2.0.2 <6.0.0" },
|
||||
{ "name": "puppetlabs/stdlib", "version_requirement": ">=4.0.0 <5.0.0" },
|
||||
{ "name": "stackforge/openstacklib", "version_requirement": ">=5.0.0 <6.0.0" }
|
||||
{ "name": "openstack/openstacklib", "version_requirement": ">=6.0.0 <7.0.0" }
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user