]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/rgw: fix "cannot create secret" on barbican test 38105/head
authorOr Friedmann <ofriedma@redhat.com>
Sun, 15 Nov 2020 16:43:47 +0000 (18:43 +0200)
committerOr Friedmann <ofriedma@redhat.com>
Mon, 16 Nov 2020 09:53:54 +0000 (11:53 +0200)
fix "cannot create secret" on barbican test

Signed-off-by: Or Friedmann <ofriedma@redhat.com>
Fixes: https://tracker.ceph.com/issues/47799
qa/tasks/keystone.py

index b229ae6a8e9718da1dbdb081262f0311fb152801..74fa27abacc75a795a56fc59506eeca55b2ebeaa 100644 (file)
@@ -329,11 +329,8 @@ def fill_keystone(ctx, config):
         admin_url = 'http://{host}:{port}/v3'.format(host=admin_host,
                                                      port=admin_port)
         opts = {'password': 'ADMIN',
-                'username': 'admin',
-                'project-name': 'admin',
-                'role-name': 'admin',
-                'service-name': 'keystone',
                 'region-id': 'RegionOne',
+                'internal-url': url,
                 'admin-url': admin_url,
                 'public-url': url}
         bootstrap_args = chain.from_iterable(('--bootstrap-{}'.format(k), v)