Skip to content

Commit

Permalink
Update glance to c3721cf5102954cd4623c5425344e4572fb23d8a
Browse files Browse the repository at this point in the history
c3721cf5102954cd4623c5425344e4572fb23d8a Release 8.1.0 (mitaka)

Change-Id: I6db8716816d8393674ea3c30c36bf472e51262c8
  • Loading branch information
jguiditta committed May 27, 2016
1 parent 693d53b commit 9a58e97
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Puppetfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ mod 'git',
:git => 'https://github.com/puppetlabs/puppetlabs-git.git'

mod 'glance',
:commit => '7315a7615698167e57f494cd1f2c51e109478a93',
:commit => 'c3721cf5102954cd4623c5425344e4572fb23d8a',
:git => 'https://github.com/openstack/puppet-glance.git'

mod 'gnocchi',
Expand Down
6 changes: 3 additions & 3 deletions glance/metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openstack-glance",
"version": "8.0.1",
"version": "8.1.0",
"author": "Puppet Labs and OpenStack Contributors",
"summary": "Puppet module for OpenStack Glance",
"license": "Apache-2.0",
Expand All @@ -24,8 +24,8 @@
"description": "Installs and configures OpenStack Glance (Image Service).",
"dependencies": [
{ "name": "puppetlabs/inifile", "version_requirement": ">=1.4.0 <2.0.0" },
{ "name": "openstack/keystone", "version_requirement": ">=8.0.0 <9.0.0" },
{ "name": "openstack/keystone", "version_requirement": ">=8.1.0 <9.0.0" },
{ "name": "puppetlabs/stdlib", "version_requirement": ">=4.9.0 <5.0.0" },
{ "name": "openstack/openstacklib", "version_requirement": ">=8.0.0 <9.0.0" }
{ "name": "openstack/openstacklib", "version_requirement": ">=8.1.0 <9.0.0" }
]
}
4 changes: 2 additions & 2 deletions glance/releasenotes/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
# built documents.
#
# The short X.Y version.
version = '8.0.0'
version = '8.1.0'
# The full version, including alpha/beta/rc tags.
release = '8.0.0'
release = '8.1.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 9a58e97

Please sign in to comment.