]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/keystone: unpin python-openstackclient
authorKefu Chai <kchai@redhat.com>
Sun, 31 May 2020 01:01:39 +0000 (09:01 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 2 Jun 2020 01:48:32 +0000 (09:48 +0800)
this reverts 2dac5c5012cffb5f41d7e7457569c6bfdc53ec26,
as we don't use `--os-url` anymore.

Signed-off-by: Kefu Chai <kchai@redhat.com>
qa/tasks/keystone.py

index 77173cc3b9f1a00823b85731b3346ff97dfe5b8d..bcb10060220e3709c7b585f41fe64e1becd89322 100644 (file)
@@ -140,9 +140,7 @@ def setup_venv(ctx, config):
             ])
 
         run_in_keystone_venv(ctx, client,
-            [   'pip', 'install', 'python-openstackclient<=3.19.0',
-                '-r', 'requirements.txt'
-            ])
+            [   'pip', 'install', 'python-openstackclient'])
     try:
         yield
     finally: