]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/keystone: add --debug to openstack commands 30218/head
authorCasey Bodley <cbodley@redhat.com>
Thu, 12 Sep 2019 18:02:29 +0000 (14:02 -0400)
committerCasey Bodley <cbodley@redhat.com>
Fri, 13 Sep 2019 19:04:43 +0000 (15:04 -0400)
Signed-off-by: Casey Bodley <cbodley@redhat.com>
qa/tasks/keystone.py

index a86137e9704032ff3dc2b970aecac47f7be52329..2d998b917540514a154b9dde53967b3e710f1301 100644 (file)
@@ -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 = {