Prepare 2.0.0 release

Prepare first Icehouse release.
The git tag will be I.1.0.0 but the release code name for the forge will
be 2.0.0.
This commit is contained in:
Emilien Macchi
2014-06-06 02:48:37 +02:00
parent 846b5cd18b
commit 164a29d29b
2 changed files with 21 additions and 2 deletions

View File

@@ -1,3 +1,20 @@
##2014-06-19 - Features release 2.0.0
###Summary
* Icehouse release support
* OpenStack Object Storage support (Swift)
* Neutron Metadata multi-worker
* RBD flexibility on compute nodes
* Keystone and Nova v3 API support
* SSL termination support
####Bugfixes
* Fix nova-compute service when using RBD backend
* Fix cinder-volume service when creating a volume type
* Enable to have Swift Storage & Ceph OSD on same nodes
####Known Bugs
* No known bugs
##2014-05-06 - Features release 1.3.0
###Summary
* High Availability refactorization
@@ -10,7 +27,9 @@
* Fix HAproxy configuration for Heat API binding
####Known Bugs
* No known bugs
* When using RBD as Nova Backend, nova-compute should be notified
* When creating a volume type, cinder-volume should be notified
* Impossible to attach a volume backend by RBD if not using RBD backend for Nova
##2014-04-22 - Features release 1.2.0
###Summary

View File

@@ -1,5 +1,5 @@
name 'eNovance-cloud'
version '1.3.0'
version '2.0.0'
source 'https://github.com/enovance/puppet-openstack-cloud'
author 'eNovance'
license 'Apache License 2.0'