Comment 6 for bug 1634568

Revision history for this message
Steve Martinelli (stevemar) wrote : Re: Inconsistency between v3 API and keystone token timestamps

this looks OK to me now...

stevemar@ubuntu:/opt/stack$ source ~/devstack/openrc admin admin
WARNING: setting legacy OS_TENANT_NAME to support cli tools.
<<this sets the auth and version to 3>>

stevemar@ubuntu:/opt/stack$ openstack token issue
+------------+-----------------------------------+
| Field | Value
+------------+-----------------------------------+
| expires | 2016-12-13T15:33:12+0000
| id | gAAAAABYvnjb554MXv4_MMDN7d6JAQ
| project_id | e8228d4835664159abdcaeb4bf8a26ac
| user_id | 08bdbf92b87d47469aa40d4b10217f40
+------------+-----------------------------------+

stevemar@ubuntu:/opt/stack$ openstack token issue --os-identity-api-version 2 --os-auth-url http://172.16.240.201:5000/v2.0

Ignoring domain related config project_domain_id because identity API version is 2.0
Ignoring domain related config user_domain_id because identity API version is 2.0
Ignoring domain related config project_domain_id because identity API version is 2.0
Ignoring domain related config user_domain_id because identity API version is 2.0
Ignoring domain related config project_domain_id because identity API version is 2.0
Ignoring domain related config user_domain_id because identity API version is 2.0

+------------+---------------------------------
| Field | Value
+------------+---------------------------------
| expires | 2016-12-13T15:33:50+0000
| id | oz1E2HQwVIJqhdz9D703gvFJTbM
| project_id | e8228d4835664159abdcaeb4bf8a26ac
| user_id | 08bdbf92b87d47469aa40d4b10217f40
+------------+---------------------------------