From b4f49427b7766c03fa586e07e0cb2bcd316feefb Mon Sep 17 00:00:00 2001
From: Akihiro Motoki <motoki@da.jp.nec.com>
Date: Sat, 1 Oct 2016 16:12:08 +0000
Subject: [PATCH] Bump cliff requirements to >=2.2.0

cliff 2.2.0 suports the formattable columns concept [1].
The feature is required to make JSON or other machine readable format
more useful in OSC or other cliff-based CLI implementation.

Note that we already specify cliff 2.2.0 in upper-constraints.txt.

[1] https://review.openstack.org/#/c/330223/

Change-Id: I39e6af731a2984f7c9b4f61dcccd8f64ffc000aa
---
 global-requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/global-requirements.txt b/global-requirements.txt
index 83515d83b0..31a3fbc2d0 100644
--- a/global-requirements.txt
+++ b/global-requirements.txt
@@ -17,7 +17,7 @@ castellan>=0.4.0 # Apache-2.0
 ceilometermiddleware>=0.1.0  # Apache-2.0
 cachetools>=1.1.0 # MIT License
 cffi  # MIT
-cliff!=1.16.0,!=1.17.0,>=1.15.0  # Apache-2.0
+cliff>=2.2.0  # Apache-2.0
 cmd2>=0.6.7  # MIT
 PuLP>=1.4.1  # MIT
 contextlib2>=0.4.0 # PSF License