Prepare a new Rocky release

Prepare the metadata configuration for a new Rocky release.

Change-Id: Id87f94d278db0d888498297af91af682b18f1229
This commit is contained in:
Emilien Macchi 2018-06-05 09:43:25 -07:00
parent 7076a89066
commit 6d54f6a047
1 changed files with 3 additions and 3 deletions

View File

@ -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 Keystone (Identity).",
@ -65,5 +65,5 @@
],
"source": "git://github.com/openstack/puppet-keystone.git",
"summary": "Puppet module for OpenStack Keystone",
"version": "13.0.0"
"version": "13.1.0"
}