Re: [Openstack] [keystone] Keystone on port 5000 - proposing change default port to 8770

2012-06-20 Thread Mellquist, Peter
What happened to 35357? In general, new port #s should be applied through IANA and when approved then made public. Peter. -Original Message- From: openstack-bounces+peter.mellquist=hp@lists.launchpad.net [mailto:openstack-bounces+peter.mellquist=hp@lists.launchpad.net] On Behal

Re: [Openstack] API Spec

2011-08-24 Thread Mellquist, Peter
I understand the benefits of being able to generate docs and specs from code since it ensures that these are in synch and that the specs follow what the code supports but ... in regard to API design this approach leaves something to be desired. There is much value in designing the APIs up front

Re: [Openstack] Some updates to REST API specs

2011-10-20 Thread Mellquist, Peter
This is an Internet-Draft hence it can still be changed or removed. Additional status codes are a good thing but .. if the proposal is to implement a draft like this within services, middleware and clients before it is a full standards track RFC this can might cause issues if changes occur. BTW,

[Openstack] +1, All services should have WADLs

2011-10-25 Thread Mellquist, Peter
Excellent topic Joe, thanks for bringing this up. There are two main perspectives on WADLs: WADLs from a service developer point of view and WADLs from a cloud developer point of view. I consider the later the most important since we need to ensure that developers who write all the killer Opens

[Openstack] [Keystone] usage of PUT and POST in APIs

2011-07-20 Thread Mellquist, Peter
Looking through the latest Keystone code and developer guide I have noticed some differences in the usage of PUT and POST CRUD operations. Resource Creation admin.py Developer Guide Says Tenant PUT

[Openstack] [KeyStone], where is the latest WADL and XSD on github?

2011-07-22 Thread Mellquist, Peter
The latest github source and tars no longer have any WADL or XSDs? ( looks like the symlinks now point to non-existent directories ). https://github.com/rackspace/keystone/tree/master/keystone I am interested in looking at the latest identity.wadl and XSDs. Thanks, Peter. __