[Openstack-poc] [Bug 954488] Re: nova/openstack/common/cfg.py: 'nova.api.openstack.contrib.standard_extensions' is non-existant

2012-03-20 Thread Thierry Carrez
** Changed in: nova Status: Fix Committed = Fix Released ** Changed in: nova Milestone: None = essex-rc1 -- You received this bug notification because you are a member of OpenStack Common Drivers, which is the registrant for openstack-common. https://bugs.launchpad.net/bugs/954488

[Openstack-poc] [Bug 960487] [NEW] Request deserializer does not pass an empty body

2012-03-20 Thread cp16net
Public bug reported: When a POST is sent via an API call and the body is empty the body is lost and not sent along and sending back a general 400 error. This should send a body even if it is empty to the method in the route specified. The common/wsgi.py Request deserializer for the body needs

[Openstack-poc] [Bug 960487] Re: Request deserializer does not pass an empty body

2012-03-20 Thread OpenStack Hudson
Fix proposed to branch: master Review: https://review.openstack.org/5582 ** Changed in: openstack-common Status: New = In Progress ** Changed in: openstack-common Assignee: cp16net (cp16net) = Craig Vyvial (cp16net-gmail) -- You received this bug notification because you are a

[Openstack-poc] [Bug 960487] Re: Request deserializer does not pass an empty body

2012-03-20 Thread cp16net
** Changed in: openstack-common Status: In Progress = Fix Committed -- You received this bug notification because you are a member of OpenStack Common Drivers, which is the registrant for openstack-common. https://bugs.launchpad.net/bugs/960487 Title: Request deserializer does not pass