Prepare for Queens Milestone 2

Prepare the metadata configuration for the second Queens milestone.

Change-Id: I993630850ddf0667c2c9d44906d4fda726f859c8
This commit is contained in:
Alex Schultz 2017-11-28 16:14:20 -07:00
parent d362f4d31c
commit 7f625b962c
1 changed files with 5 additions and 5 deletions

View File

@ -7,11 +7,11 @@
}, },
{ {
"name": "openstack/keystone", "name": "openstack/keystone",
"version_requirement": ">=12.0.0 <13.0.0" "version_requirement": ">=12.1.0 <13.0.0"
}, },
{ {
"name": "openstack/glance", "name": "openstack/glance",
"version_requirement": ">=12.0.0 <13.0.0" "version_requirement": ">=12.1.0 <13.0.0"
}, },
{ {
"name": "puppetlabs/rabbitmq", "name": "puppetlabs/rabbitmq",
@ -23,11 +23,11 @@
}, },
{ {
"name": "openstack/openstacklib", "name": "openstack/openstacklib",
"version_requirement": ">=12.0.0 <13.0.0" "version_requirement": ">=12.1.0 <13.0.0"
}, },
{ {
"name": "openstack/oslo", "name": "openstack/oslo",
"version_requirement": ">=12.0.0 <13.0.0" "version_requirement": ">=12.1.0 <13.0.0"
} }
], ],
"description": "Installs and configures OpenStack Manila (Shared Filesystems).", "description": "Installs and configures OpenStack Manila (Shared Filesystems).",
@ -73,5 +73,5 @@
], ],
"source": "git://github.com/openstack/puppet-manila.git", "source": "git://github.com/openstack/puppet-manila.git",
"summary": "Puppet module for OpenStack Manila", "summary": "Puppet module for OpenStack Manila",
"version": "12.0.0" "version": "12.1.0"
} }