From 3bb3d817ff319ed307f91b3d4d16ea61dbc06608 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Thu, 12 Sep 2019 14:02:29 -0400 Subject: [PATCH] qa/keystone: add --debug to openstack commands Signed-off-by: Casey Bodley --- qa/tasks/keystone.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 = { -- 2.39.5