Prepare a new Rocky release

Prepare the metadata configuration for a new Rocky release.

Change-Id: Ic723a78b5114f7af6de6b486c201d4339257dc79
This commit is contained in:
Emilien Macchi 2018-06-05 09:43:25 -07:00
parent f0036b7f74
commit 8c7b63dfa7
1 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@
},
{
"name": "openstack/keystone",
"version_requirement": ">=13.0.0 <14.0.0"
"version_requirement": ">=13.1.0 <14.0.0"
},
{
"name": "puppetlabs/stdlib",
@ -15,11 +15,11 @@
},
{
"name": "openstack/openstacklib",
"version_requirement": ">=13.0.0 <14.0.0"
"version_requirement": ">=13.1.0 <14.0.0"
},
{
"name": "openstack/oslo",
"version_requirement": ">=13.0.0 <14.0.0"
"version_requirement": ">=13.1.0 <14.0.0"
}
],
"description": "Installs and configures OpenStack Gnocchi (Metric & index storage API).",
@ -65,5 +65,5 @@
],
"source": "git://github.com/openstack/puppet-gnocchi.git",
"summary": "Puppet module for OpenStack Gnocchi",
"version": "13.0.0"
"version": "13.1.0"
}