From: Casey Bodley Date: Thu, 12 Sep 2019 18:02:29 +0000 (-0400) Subject: qa/keystone: add --debug to openstack commands X-Git-Tag: v15.1.0~1525^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3bb3d817ff319ed307f91b3d4d16ea61dbc06608;p=ceph.git qa/keystone: add --debug to openstack commands Signed-off-by: Casey Bodley --- diff --git a/qa/tasks/keystone.py b/qa/tasks/keystone.py index a86137e9704..2d998b91754 100644 --- a/qa/tasks/keystone.py +++ b/qa/tasks/keystone.py @@ -299,7 +299,8 @@ def run_section_cmds(ctx, cclient, section_cmd, special, for section_item in section_config_list: run_in_keystone_venv(ctx, cclient, [ 'openstack' ] + section_cmd.split() + - dict_to_args(special, auth_section + section_item.items())) + dict_to_args(special, auth_section + section_item.items()) + + [ '--debug' ]) def create_endpoint(ctx, cclient, service, url, adminurl=None): endpoint_section = {