Attempted to beginRule: R/, does not match outer scope rule: P/glance-client
http://quake.github.com/slides/cosug-2012/
分布式部署
swift,glusterfs,lustre,pnfs,sheepdog,hadoop,ceph,moosefs
Nov 21, 2012 2:31:46 PM org.glassfish.jersey.filter.LoggingFilter log
INFO: 1 * LoggingFilter - Request received on thread main
1 > GET http://192.168.2.12:5000/v2.0/users
1 > Accept: application/json
Nov 21, 2012 2:31:46 PM org.glassfish.jersey.filter.LoggingFilter log
INFO: 2 * LoggingFilter - Response received on thread main
2 < 404
2 < Vary: X-Auth-Token
2 < Date: Wed, 21 Nov 2012 06:31:47 GMT
2 < Content-Length: 93
2 < Content-Type: application/json
2 < Connection: keep-alive
{"error": {"message": "The resource could not be found.", "code": 404, "title": "Not Found"}}
curl -d '{"auth":{"passwordCredentials":{"username": "admin", "password": "password"}}}' -H "Content-type: application/json" http://192.168.2.12:5000/v2.0/tokens
curl -H "X-Auth-Token:570448265e91475caa0aa792be3f551a" http://192.168.2.12:35357/v2.0/users
https://www.ibm.com/developerworks/mydeveloperworks/blogs/e93514d3-c4f0-4aa0-8844-497f370090f5/entry/openstack_keystone_workflow_token_scoping?lang=en
J e r s e y 框 架 搭 建 R e s t 服 务
http://wenku.baidu.com/view/e8709d3e5727a5e9856a613b.html