Updated for UTF8 issue

- This bumps the cookbook for common so the new Berks.lock file can
pull down the UTF8 glance fix.
- Updated CHANGELOG.md to reflect this

Related-Bug: #1356887
Change-Id: I42b109b36edfd1e4fe103f433916f4ad0fe9d9f4
This commit is contained in:
JJ Asghar 2014-09-25 14:04:07 -05:00
parent 3a99613b89
commit 1ce974dc25
3 changed files with 4 additions and 2 deletions

View File

@ -6,7 +6,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,5 +1,7 @@
# CHANGELOG for cookbook-openstack-identity
This file is used to list changes made in each version of cookbook-openstack-identity.
## 9.3.2
* Updated Berksfile.lock for the UTF8 issue in common
## 9.3.1
* Add support for a templated keystone-paste.ini

View File

@ -4,7 +4,7 @@ maintainer_email 'matt@opscode.com'
license 'Apache 2.0'
description 'The OpenStack Identity service Keystone.'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '9.3.1'
version '9.3.2'
recipe 'openstack-identity::client', 'Install packages required for keystone client'
recipe 'openstack-identity::server', 'Installs and Configures Keystone Service'