From 4b7b4c47e5d74387d6d71fbb0787a402596ed738 Mon Sep 17 00:00:00 2001 From: caoyuan Date: Wed, 14 Sep 2016 07:22:57 +0800 Subject: [PATCH] Add "python-openstackclient" to test-requirements.txt TrivialFix Change-Id: Icca637368427e7ba0f60fc547dedbeba141de269 --- test-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-requirements.txt b/test-requirements.txt index bc8ab5dc3a..4c5fd366a2 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -21,6 +21,7 @@ python-heatclient>=1.4.0 # Apache-2.0 python-keystoneclient!=2.1.0,>=2.0.0 # Apache-2.0 python-neutronclient>=5.1.0 # Apache-2.0 python-novaclient!=2.33.0,>=2.29.0 # Apache-2.0 +python-openstackclient>=2.1.0 # Apache-2.0 python-swiftclient>=2.2.0 # Apache-2.0 pytz>=2013.6 # MIT sphinx!=1.3b1,<1.3,>=1.2.1 # BSD