What is revoked mean in keystone
When I run command "nova image-list", I get some info from /var/log/keystone/keystone.log:
2013-06-04 15:31:46 INFO [access] 192.168.11.130 - - [04/Jun/2013:07:31:46 +0000] "POST http://keystone:5000/v2.0/tokens HTTP/1.0" 200 5143 2013-06-04 15:31:46 INFO [access] 192.168.11.10 - - [04/Jun/2013:07:31:46 +0000] "GET http://keystone:35357/v2.0/tokens/rev... HTTP/1.0" 200 504 2013-06-04 15:31:46 INFO [access] 192.168.11.10 - - [04/Jun/2013:07:31:46 +0000] "GET http://keystone:35357/v2.0/tokens/rev... HTTP/1.0" 200 504
What is glance try to get from URL http://keystone:35357/v2.0/tokens/rev... HTTP/1.0 ? What is revoked means for token ?
Thanks. -chen