From: xudan Date: Fri, 11 May 2018 07:45:40 +0000 (-0400) Subject: Fix the versions of openstack python client in Dovetail container X-Git-Tag: ovp-2.0.0-rc1~83 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F09%2F57309%2F2;p=dovetail.git 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 --- 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