From aa30c13fc5f8fd6288a6f1c39b0bbb98bd441456 Mon Sep 17 00:00:00 2001 From: Tom Cammann Date: Mon, 18 Aug 2014 17:45:13 +0100 Subject: [PATCH] Update requirements.txt to include keystoneclient Keystone client is required by nova client and needs to be in requirements.txt. It is currently in test-requirements.txt but also needs to be in install requirements. Change Ief6cd7e752fd8c9e9157364f99e270da7faff074 introduced the requirement for keystone client. Change-Id: I91f58810e0511d0d4acc5bba0c0e946edf247896 Closes-Bug: 1358675 --- requirements.txt | 1 + test-requirements.txt | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 55b1a0523..784d52aa5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,3 +6,4 @@ requests>=1.2.1 simplejson>=2.0.9 six>=1.7.0 Babel>=1.3 +python-keystoneclient>=0.10.0 diff --git a/test-requirements.txt b/test-requirements.txt index e97a62c20..8f38a985e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,7 +7,6 @@ keyring>=2.1,!=3.3 mock>=1.0 requests-mock>=0.4.0 # Apache-2.0 sphinx>=1.1.2,!=1.2.0,<1.3 -python-keystoneclient>=0.10.0 oslosphinx>=2.2.0.0a2 testrepository>=0.0.18 testscenarios>=0.4