Fix rabbitmq version in metadata

rabbitmq is now using the 10.0.1 version, so we should fix the
rabbitmq version in metadata.

Change-Id: Iea4b105690ae7404afadd232983237e39eb3cdd4
This commit is contained in:
ZhongShengping 2020-04-30 14:04:44 +08:00
parent 613f946207
commit 560f3394fc
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
}, },
{ {
"name": "puppet/rabbitmq", "name": "puppet/rabbitmq",
"version_requirement": ">=8.4.0 <9.0.0" "version_requirement": ">=8.4.0 <11.0.0"
}, },
{ {
"name": "openstack/openstacklib", "name": "openstack/openstacklib",