Split Changelog/readme files (forge parsing)

This commit is contained in:
Sebastien Badia 2014-04-04 21:59:02 +02:00
parent b4e4ccb137
commit 6c2987ccda
2 changed files with 27 additions and 15 deletions

26
CHANGELOG.md Normal file
View File

@ -0,0 +1,26 @@
##2014-04-01 - Features release 1.1.0
###Summary
* Updated puppetlabs-rabbitmq to 3.1.0 (RabbitMQ to 3.2.4)
* Add Cinder Muli-backend support
* NetApp support for Cinder as a backend
* Keystone uses now MySQL for tokens storage (due to several issues with Memcache backend)
* Back to upstream puppet-horizon from stackforge
* Servername parameter support in Horizon configuration to allow SSL redirections
* puppet-openstack-cloud module QA is done by Travis
* network: add dhcp\_lease\_duration parameter support
####Bugfixes
* neutron: increase agent polling interval
####Known Bugs
* No known bugs
##2014-03-13 - First stable version 1.0.0
###Summary
* First stable version.
####Bugfixes
* No
####Known Bugs
* No known bugs

View File

@ -122,18 +122,4 @@ Issues should be opened here:
## Release Notes
**1.1.0**
* Updated puppetlabs-rabbitmq to 3.1.0 (RabbitMQ to 3.2.4)
* Add Cinder Muli-backend support
* NetApp support for Cinder as a backend
* Keystone uses now MySQL for tokens storage (due to several issues with Memcache backend)
* Back to upstream puppet-horizon from stackforge
* Servername parameter support in Horizon configuration to allow SSL redirections
* puppet-openstack-cloud module QA is done by Travis
* neutron: increase agent polling interval
* network: add dhcp\_lease\_duration parameter support
**1.0.0**
* First stable version.
See [CHANGELOG](https://github.com/enovance/puppet-openstack-cloud/blob/master/CHANGELOG.md) file.