Puppet Forge release 2.1.0
Updated README.md for Puppet Forge release. Updated Modulefile for Puppet Forge release. Change-Id: I35bef63352419a4596b0f877f86b911cb4a4bd4b
This commit is contained in:
parent
3fb580a4f3
commit
9a09177d88
@ -1,5 +1,5 @@
|
|||||||
name 'puppetlabs-glance'
|
name 'puppetlabs-glance'
|
||||||
version '2.0.0'
|
version '2.1.0'
|
||||||
source 'https://github.com/stackforge/puppet-glance'
|
source 'https://github.com/stackforge/puppet-glance'
|
||||||
author 'Puppet Labs'
|
author 'Puppet Labs'
|
||||||
license 'Apache License 2.0'
|
license 'Apache License 2.0'
|
||||||
@ -7,7 +7,7 @@ summary 'Puppet Labs Glance Module'
|
|||||||
description 'Puppet module to install and configure the Openstack Glance image service'
|
description 'Puppet module to install and configure the Openstack Glance image service'
|
||||||
project_page 'https://launchpad.net/puppet-openstack'
|
project_page 'https://launchpad.net/puppet-openstack'
|
||||||
|
|
||||||
dependency 'puppetlabs/inifile', '>= 1.0.0'
|
dependency 'puppetlabs/inifile', '>=1.0.0 <2.0.0'
|
||||||
dependency 'puppetlabs/keystone', '>= 2.0.0'
|
dependency 'puppetlabs/keystone', '>=2.1.0 <3.0.0'
|
||||||
dependency 'puppetlabs/mysql', '>= 0.6.1'
|
dependency 'puppetlabs/mysql', '>=0.6.1 <1.0.0'
|
||||||
dependency 'puppetlabs/stdlib', '>= 2.5.0'
|
dependency 'puppetlabs/stdlib', '>= 2.5.0'
|
||||||
|
14
README.md
14
README.md
@ -117,6 +117,20 @@ Contributors
|
|||||||
Release Notes
|
Release Notes
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
**2.1.0**
|
||||||
|
|
||||||
|
* Added glance-cache-cleaner and glance-cache-pruner.
|
||||||
|
* Added ceph/rdb support.
|
||||||
|
* Added retry for glance provider to account for service startup time.
|
||||||
|
* Added support for both file and swift backends.
|
||||||
|
* Fixed allowed_hosts/database access bug.
|
||||||
|
* Fixed glance_image type example.
|
||||||
|
* Removed unnecessary mysql::server dependency.
|
||||||
|
* Removed --silent-upload option.
|
||||||
|
* Removed glance-manage version_control.
|
||||||
|
* Pinned rabbit and mysql module versions.
|
||||||
|
* Various lint and bug fixes.
|
||||||
|
|
||||||
**2.0.0**
|
**2.0.0**
|
||||||
|
|
||||||
* Upstream is now part of stackfoge.
|
* Upstream is now part of stackfoge.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user