diff options
author | zhubingbing <zhu.bingbing@99cloud.net> | 2018-07-16 14:59:25 +0800 |
---|---|---|
committer | zhubingbing <zhu.bingbing@99cloud.net> | 2018-07-16 14:59:25 +0800 |
commit | 2e29f4f9a9de4b8f58d6916aa536fe4dbd466735 (patch) | |
tree | d4a05fb507224b6f4a6b7157d889d3753319ffa5 | |
parent | 0f39d1713537fb7fa30b8d6856a25e95a8fdb8d3 (diff) |
Fix inifile version in metadata
puppetlabs-inifile 1.2.x doesn't work, so let's fix that.
Change-Id: I284bb4b6fc7bbb637694efc49fbbfb76a1ab7f76
Co-Authored-By: zhongshengping <chdzsp@163.com>
Notes
Notes (review):
Code-Review+2: zhongshengping <chdzsp@163.com>
Code-Review+2: Emilien Macchi <emilien@redhat.com>
Workflow+1: Emilien Macchi <emilien@redhat.com>
Verified+2: Zuul
Submitted-by: Zuul
Submitted-at: Mon, 16 Jul 2018 15:49:23 +0000
Reviewed-on: https://review.openstack.org/582857
Project: openstack/puppet-designate
Branch: refs/heads/master
-rw-r--r-- | metadata.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/metadata.json b/metadata.json index 5f06f7e..92656f3 100644 --- a/metadata.json +++ b/metadata.json | |||
@@ -3,7 +3,7 @@ | |||
3 | "dependencies": [ | 3 | "dependencies": [ |
4 | { | 4 | { |
5 | "name": "puppetlabs/inifile", | 5 | "name": "puppetlabs/inifile", |
6 | "version_requirement": ">=1.4.0 <2.0.0" | 6 | "version_requirement": ">=2.0.0 <3.0.0" |
7 | }, | 7 | }, |
8 | { | 8 | { |
9 | "name": "openstack/keystone", | 9 | "name": "openstack/keystone", |