python-openstackclient/openstackclient/identity/v2_0
Steve Martinelli 24c8b94baf format token expires time to prevent json loading datetime data
When output to shell, the token issue time is fine; however when
selecting the json formatter (via the --format json) option, an
exception is raised when formatting the dataetime data.

Rather than pass in the datetime data, we should format the data
with the ISO 8601 formatting.

Closes-Bug: 1619937
Change-Id: Iffebb2d5413fabfd283dfa94fc560fc37270f9dd
2016-09-05 17:23:42 +00:00
..
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00
catalog.py Standardize logger usage of catalog in identity 2016-06-23 08:22:51 +00:00
ec2creds.py Modify some help and error messages in ec2creds identityv2 2016-07-12 15:55:33 +08:00
endpoint.py Support multi-delete for commands in identity V2 2016-06-23 23:57:49 -04:00
project.py Remove execute permission on a few files 2016-07-22 17:38:34 +00:00
role_assignment.py Fix up last-minute imports to use osc-lib 2016-08-18 18:22:42 +00:00
role.py Add assignment list to v2 identity and deprecate alternate listing 2016-07-22 21:46:29 +00:00
service.py Support multi-delete for commands in identity V2 2016-06-23 23:57:49 -04:00
token.py format token expires time to prevent json loading datetime data 2016-09-05 17:23:42 +00:00
user.py Remove execute permission on a few files 2016-07-22 17:38:34 +00:00