Set upper bound on puppet-openstacklib dependency

If we release puppet-openstacklib 6.0 we do not guarantee it is
compatible with the puppet-glance 5.x series. Therefore we need to set
an upper bound on the dependency in metadata.json.

Change-Id: Iae0a8d3b54bf500f62bfc6fe1022c80e1ccb26f0
This commit is contained in:
Colleen Murphy 2015-06-17 12:19:49 -07:00
parent 206a8260d4
commit 38d9f845aa
1 changed files with 1 additions and 1 deletions

View File

@ -34,6 +34,6 @@
{ "name": "puppetlabs/inifile", "version_requirement": ">=1.0.0 <2.0.0" },
{ "name": "stackforge/keystone", "version_requirement": ">=5.0.0 <6.0.0" },
{ "name": "puppetlabs/stdlib", "version_requirement": ">=4.0.0 <5.0.0" },
{ "name": "stackforge/openstacklib", "version_requirement": ">=5.0.0" }
{ "name": "stackforge/openstacklib", "version_requirement": ">=5.0.0 <6.0.0" }
]
}