Prepare for official Queens release

Prepare the metadata for the official Queens release.

Change-Id: I8290c296a13f5480cfb003db9f4b958bd4d08601
This commit is contained in:
Mohammed Naser 2018-02-19 12:37:52 -05:00
parent b18944bb27
commit cde67e96cc
1 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@
}, },
{ {
"name": "openstack/keystone", "name": "openstack/keystone",
"version_requirement": ">=12.2.0 <13.0.0" "version_requirement": ">=12.3.0 <13.0.0"
}, },
{ {
"name": "puppetlabs/stdlib", "name": "puppetlabs/stdlib",
@ -15,11 +15,11 @@
}, },
{ {
"name": "openstack/openstacklib", "name": "openstack/openstacklib",
"version_requirement": ">=12.2.0 <13.0.0" "version_requirement": ">=12.3.0 <13.0.0"
}, },
{ {
"name": "openstack/oslo", "name": "openstack/oslo",
"version_requirement": ">=12.2.0 <13.0.0" "version_requirement": ">=12.3.0 <13.0.0"
} }
], ],
"description": "Installs and configures OpenStack Heat (Orchestration).", "description": "Installs and configures OpenStack Heat (Orchestration).",
@ -65,5 +65,5 @@
], ],
"source": "git://github.com/openstack/puppet-heat.git", "source": "git://github.com/openstack/puppet-heat.git",
"summary": "Puppet module for OpenStack Heat", "summary": "Puppet module for OpenStack Heat",
"version": "12.2.0" "version": "12.3.0"
} }