From e1f61a37ea32b14b3250b85d19ed2e71a6871ecd Mon Sep 17 00:00:00 2001 From: Saad Zaher Date: Tue, 2 May 2017 12:55:35 +0000 Subject: [PATCH] Added python-keystoneclient as dependency Change-Id: I569485e0439e764c7120df85e8a9f8d14fe810bd Closes-Bug: #1687618 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index c3d9ec91..902d4ab2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,7 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 python-swiftclient>=3.2.0 # Apache-2.0 python-cinderclient>=2.0.1 # Apache-2.0 python-glanceclient>=2.5.0 # Apache-2.0 +python-keystoneclient>=3.8.0 # Apache-2.0 python-novaclient>=7.1.0 # Apache-2.0 python-freezerclient>=1.3.0 # Apache-2.0 oslo.utils>=3.20.0 # Apache-2.0