Re: [openstack-dev] WSME / Pecan and only supporting JSON?

2014-02-27 Thread Doug Hellmann
On Thu, Feb 27, 2014 at 9:33 AM, Adrian Otto wrote: > Doug, > > On Feb 27, 2014, at 7:23 AM, Doug Hellmann > wrote: > > On Thu, Feb 27, 2014 at 2:00 AM, Noorul Islam K M wrote: > >> Michael Davies writes: >> >> > Hi everyone, >> > >> > Over in "Ironic Land" we're looking at removing XML supp

Re: [openstack-dev] WSME / Pecan and only supporting JSON?

2014-02-27 Thread Devananda van der Veen
On Thu, Feb 27, 2014 at 5:28 AM, Sean Dague wrote: > On 02/27/2014 08:13 AM, Doug Hellmann wrote: > > > > > > > > On Thu, Feb 27, 2014 at 12:48 AM, Michael Davies > > wrote: > > > > Hi everyone, > > > > Over in "Ironic Land" we're looking at removing XML su

Re: [openstack-dev] WSME / Pecan and only supporting JSON?

2014-02-27 Thread Adrian Otto
Doug, On Feb 27, 2014, at 7:23 AM, Doug Hellmann mailto:doug.hellm...@dreamhost.com>> wrote: On Thu, Feb 27, 2014 at 2:00 AM, Noorul Islam K M mailto:noo...@noorul.com>> wrote: Michael Davies mailto:mich...@the-davies.net>> writes: > Hi everyone, > > Over in "Ironic Land" we're looking at remo

Re: [openstack-dev] WSME / Pecan and only supporting JSON?

2014-02-27 Thread Doug Hellmann
On Thu, Feb 27, 2014 at 8:28 AM, Sean Dague wrote: > On 02/27/2014 08:13 AM, Doug Hellmann wrote: > > > > > > > > On Thu, Feb 27, 2014 at 12:48 AM, Michael Davies > > wrote: > > > > Hi everyone, > > > > Over in "Ironic Land" we're looking at removing XML su

Re: [openstack-dev] WSME / Pecan and only supporting JSON?

2014-02-27 Thread Sean Dague
On 02/27/2014 08:13 AM, Doug Hellmann wrote: > > > > On Thu, Feb 27, 2014 at 12:48 AM, Michael Davies > wrote: > > Hi everyone, > > Over in "Ironic Land" we're looking at removing XML support from > ironic-api (i.e. https://bugs.launchpad.net/ironic/

Re: [openstack-dev] WSME / Pecan and only supporting JSON?

2014-02-27 Thread Doug Hellmann
On Thu, Feb 27, 2014 at 2:00 AM, Noorul Islam K M wrote: > Michael Davies writes: > > > Hi everyone, > > > > Over in "Ironic Land" we're looking at removing XML support from > ironic-api > > (i.e. https://bugs.launchpad.net/ironic/+bug/1271317) > > > > I've been looking, but I can't seem to find

Re: [openstack-dev] WSME / Pecan and only supporting JSON?

2014-02-27 Thread Sylvain Bauza
Le 27/02/2014 14:13, Doug Hellmann a écrit : WSME supports both protocols without the API developer having to do any extra work. Doug Just one comment about WSGI middlewares that we could create for Pecan, we still need to handle both XML and JSON by hand. I do agree this is not WSME relat

Re: [openstack-dev] WSME / Pecan and only supporting JSON?

2014-02-27 Thread Doug Hellmann
On Thu, Feb 27, 2014 at 12:48 AM, Michael Davies wrote: > Hi everyone, > > Over in "Ironic Land" we're looking at removing XML support from > ironic-api (i.e. https://bugs.launchpad.net/ironic/+bug/1271317) > > I've been looking, but I can't seem to find an easy way to modify the > accepted conten

Re: [openstack-dev] WSME / Pecan and only supporting JSON?

2014-02-26 Thread Noorul Islam K M
Michael Davies writes: > Hi everyone, > > Over in "Ironic Land" we're looking at removing XML support from ironic-api > (i.e. https://bugs.launchpad.net/ironic/+bug/1271317) > > I've been looking, but I can't seem to find an easy way to modify the > accepted content_types. > > Are there any wsgi

[openstack-dev] WSME / Pecan and only supporting JSON?

2014-02-26 Thread Michael Davies
Hi everyone, Over in "Ironic Land" we're looking at removing XML support from ironic-api (i.e. https://bugs.launchpad.net/ironic/+bug/1271317) I've been looking, but I can't seem to find an easy way to modify the accepted content_types. Are there any wsgi / WSME / Pecan experts out there who can