Re: [Openstack] HTTP headers are incorrectly treated case sensitive by jClouds causing OpenStack x-storage-url to fail

2013-06-28 Thread Ali, Haneef
As far as I know, Apache will make it lower-case. I use keystone with Apache frontend (mo-wsgi) and all the headers are in lowercase. I was wondering how David is getting correct case. BTW my environment is Ubuntu Precise running apache2.2 Thanks Haneef From: Openstack [mailto:openstack-b

Re: [Openstack] [keystone] Why are we returing such a big payload in validate token?

2013-01-31 Thread Ali, Haneef
@lists.launchpad.net [mailto:openstack-bounces+haneef.ali=hp@lists.launchpad.net] On Behalf Of Adam Young Sent: Thursday, January 31, 2013 6:25 PM To: openstack@lists.launchpad.net Subject: Re: [Openstack] [keystone] Why are we returing such a big payload in validate token? On 01/31/2013 07:44 P

[Openstack] [keystone] Why are we returing such a big payload in validate token?

2013-01-31 Thread Ali, Haneef
Hi, As of now v3 validateToken response has "tokens, service catalog, users, project , roles and domains. (i.e) Except for groups we are returning everything. We also discussed about the possibility of 100s of endpoints. ValidateToken is supposed to be a high frequency call .This is

[Openstack] Do we have any schema for keystone v3.0 request/responses

2012-12-05 Thread Ali, Haneef
Hi, Do we have any XSD file for keystone v3.0 api? All the examples show only json format. I don't see even a single request/response example using xml. Does keystone v3.0 support xml content-type? If so what is the namespace for the v3.0 schema? Thanks Haneef