Fix the versions of openstack python client in Dovetail container 09/57309/2
authorxudan <xudan16@huawei.com>
Fri, 11 May 2018 07:45:40 +0000 (03:45 -0400)
committerGeorg Kunz <georg.kunz@ericsson.com>
Fri, 11 May 2018 09:28:29 +0000 (09:28 +0000)
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 <xudan16@huawei.com>
requirements.txt

index 58da19e..82c385b 100644 (file)
@@ -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