diff options
author | xudan <xudan16@huawei.com> | 2018-05-11 03:45:40 -0400 |
---|---|---|
committer | Georg Kunz <georg.kunz@ericsson.com> | 2018-05-11 09:28:29 +0000 |
commit | 05efb85b4c2703be7145420c06aae5acb6778e2b (patch) | |
tree | 739d93a9394c170b130b8b95ce0e78d9e629b352 /requirements.txt | |
parent | 931c730ff814959c16f07405ba98ca5158c8f326 (diff) |
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 <xudan16@huawei.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 12 |
1 files changed, 10 insertions, 2 deletions
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 |