From 7951391ce222175569a433357cd02375a8fcad59 Mon Sep 17 00:00:00 2001 From: Or Friedmann Date: Sun, 15 Nov 2020 18:43:47 +0200 Subject: [PATCH] qa/rgw: fix "cannot create secret" on barbican test fix "cannot create secret" on barbican test Signed-off-by: Or Friedmann Fixes: https://tracker.ceph.com/issues/47799 --- qa/tasks/keystone.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/qa/tasks/keystone.py b/qa/tasks/keystone.py index b229ae6a8e97..74fa27abacc7 100644 --- a/qa/tasks/keystone.py +++ b/qa/tasks/keystone.py @@ -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) -- 2.47.3