From 46754323aeac6193dd9b451a6525a478fdb0887b Mon Sep 17 00:00:00 2001 From: xudan Date: Tue, 29 May 2018 02:42:11 -0400 Subject: Replace openstack commands with shade Use openstack shade to get endpoint infomation rather than executing openstack commands directly. The next step can replace openstack commands by shade for some test cases that need to create openstack resources (images, flavors) if we agree to use shade. JIRA: DOVETAIL-659 Change-Id: I72b302fb2d4a61e9249a7e53f81ea9464944dcd3 Signed-off-by: xudan --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 82c385bf..fb94da5d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ click==6.6 Jinja2==2.8 keystoneauth1==2.12.3 openstacksdk==0.9.5 -os-client-config==1.21.1 +os-client-config==1.28.0 osc-lib==1.1.0 paramiko==1.18.0 pbr==2.0.0 @@ -18,3 +18,4 @@ PyYAML==3.11 requests==2.10.0 six==1.10.0 stevedore==1.20.0 +shade==1.22.2 -- cgit 1.2.3-korg