openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #09593
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
Follow ups