Re: [openstack-dev] a "common" client library

2014-01-17 Thread Jonathan LaCour
eferred programming language. > > Shipping an API isn't enough - but it can be fixed easily enough. > +100 OpenStack must be attractive to our end users (developers and deployers), as I mentioned earlier. Let's make it as simple as "pip install openstack" if at all possible! -- Jonathan LaCour ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] a "common" client library

2014-01-17 Thread Jonathan LaCour
ink that a single, common client project, based upon package namespaces, with a unified, cohesive feel is a big step in this direction. -- Jonathan LaCour ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] [nova] api schema validation pattern changes

2014-01-14 Thread Jonathan LaCour
be v4. > > BTW, I challenge you to find deployers that are clamouring for the > ability to "selectively deploy" some parts of the API and not > others...I'd be happy to have conversations with these people and figure > out what the real use cases are and what they'

Re: [openstack-dev] [Nova] Support for Pecan in Nova

2013-12-12 Thread Jonathan LaCour
ncerned that we lost our way somewhere. Major API revisions only come along so often, and I’d prefer to raise my objections now  rather than to hold them in and regret it! --  Jonathan LaCour ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] Is WSME really suitable? (Was: [nova] Autogenerating the Nova v3 API specification)

2013-08-06 Thread Jonathan LaCour
James Slagle wrote: > WSME + pecan is being used in Tuskar: > https://github.com/tuskar/tuskar (OpenStack management API) > > We encountered the same issue discussed here. A solution we settled > on for now was to use a custom Renderer class that could handle > different response codes. You se