Merge "Updated for UTF8 issue" into stable/icehouse

This commit is contained in:
Jenkins 2014-09-29 16:05:06 +00:00 committed by Gerrit Code Review
commit 8a93e80f7c
3 changed files with 4 additions and 2 deletions

View File

@ -11,7 +11,7 @@
"openstack-common": {
"locked_version": "9.7.0",
"git": "git://github.com/stackforge/cookbook-openstack-common.git",
"ref": "b8633843349809e2675744f211c89bf06d249b7e"
"ref": "9de44a87fc61ede65ea386b87c3a186058779f37"
},
"apt": {
"locked_version": "2.3.8"

View File

@ -1,6 +1,8 @@
# CHANGELOG for cookbook-openstack-image
This file is used to list changes made in each version of cookbook-openstack-image.
## 9.2.1
* Updated Berksfile.lock for the UTF8 issue in common
## 9.2.0
* python_packages database client attributes have been migrated to the -common cookbook

View File

@ -3,7 +3,7 @@ maintainer 'Opscode, Inc.'
license 'Apache 2.0'
description 'Installs and configures the Glance Image Registry and Delivery Service'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '9.2.0'
version '9.2.1'
recipe 'openstack-image::api', 'Installs packages required for a glance api server'
recipe 'openstack-image::client', 'Install packages required for glance client'
recipe 'openstack-image::registry', 'Installs packages required for a glance registry server'