I think it supports --debug.
look at shell commands below.

[root@robinlinux gongys]# keystone  user-list
+----------------------------------+---------+-------------------+-------+
|                id                | enabled |       email       |  name |
+----------------------------------+---------+-------------------+-------+
| 81ced34d11954800906096555539c885 | True    | ad...@example.com | admin |
+----------------------------------+---------+-------------------+-------+
[root@robinlinux gongys]# keystone --debug user-list
connect: (localhost, 35357)
connect fail: ('localhost', 35357)
connect: (localhost, 35357)
send: 'GET /v2.0/users HTTP/1.1\r\nHost: localhost:35357\r\nx-auth-token: ADMIN\r\naccept-encoding: gzip, deflate\r\nuser-agent: python-keystoneclient\r\n\r\n'
reply: 'HTTP/1.1 200 OK\r\n'
header: Content-Type: application/json
header: Vary: X-Auth-Token
header: Content-Length: 137
header: Date: Fri, 06 Apr 2012 00:19:37 GMT
+----------------------------------+---------+-------------------+-------+
|                id                | enabled |       email       |  name |
+----------------------------------+---------+-------------------+-------+
| 81ced34d11954800906096555539c885 | True    | ad...@example.com | admin |
+----------------------------------+---------+-------------------+-------+
[root@robinlinux gongys]#




-----openstack-bounces+gongysh=cn.ibm....@lists.launchpad.net wrote: -----

To: openstack <openstack@lists.launchpad.net>
From: Joshua Harlow <harlo...@yahoo-inc.com>
Sent by: openstack-bounces+gongysh=cn.ibm....@lists.launchpad.net
Date: 04/05/2012 08:12AM
Subject: [Openstack] Client debugs??

Hi all,

I was just using the keystone client program `keystone`

And I was seeing these options.

usage: keystone [--os_username <auth-user-name>]
                [--os_password <auth-password>]
                [--os_tenant_name <auth-tenant-name>]
                [--os_tenant_id <tenant-id>] [--os_auth_url <auth-url>]
                [--os_region_name <region-name>]
                [--os_identity_api_version <identity-api-version>]
                [--token <service-token>] [--endpoint <service-endpoint>]
                [--username <auth-user-name>] [--password <auth-password>]
                [--tenant_name <tenant-name>] [--auth_url <auth-url>]
                [--region_name <region-name>]
                <subcommand> ...

Do these clients have anything like a debug mode/flag (ie --debug, --verbose...)? Is that accessible via a log file right now?

That would seem useful to see the WS calls that are being made (and any other goodies)...

-Josh
_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

Reply via email to