From 05efb85b4c2703be7145420c06aae5acb6778e2b Mon Sep 17 00:00:00 2001 From: xudan Date: Fri, 11 May 2018 03:45:40 -0400 Subject: Fix the versions of openstack python client in Dovetail container 1. Now the openstack python clients installed are always the latest. 2. Fix them to certain versions according to the openstack requirements. 3. The first version openstack requirements provided is newton. https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/newton JIRA: DOVETAIL-615 Change-Id: I107f8d3a4dbd95af3441c0ba410de37ba8128be3 Signed-off-by: xudan --- requirements.txt | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 58da19e6..82c385bf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,20 @@ ansible==2.2.0 click==6.6 Jinja2==2.8 +keystoneauth1==2.12.3 +openstacksdk==0.9.5 +os-client-config==1.21.1 +osc-lib==1.1.0 paramiko==1.18.0 pbr==2.0.0 +python-cinderclient==1.9.0 +python-glanceclient==2.5.0 +python-hosts==0.4.1 +python-keystoneclient==3.5.1 +python-novaclient==6.0.2 +python-openstackclient==3.2.1 pytz==2016.7 PyYAML==3.11 -python-openstackclient==3.9.0 requests==2.10.0 six==1.10.0 stevedore==1.20.0 -python-hosts==0.4.1 \ No newline at end of file -- cgit 1.2.3-korg