Re: [openstack-dev] [Nova]Response code with cinder api down

2014-05-02 Thread Shawn Hartsock
So taking a moment to look at ... http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html 500 is a general fault... implying something bad happened and we don't know how to handle it 503 is a fault implying that the responding server has a problem ... close but not quite what's happening ... 50

[openstack-dev] [Nova]Response code with cinder api down

2014-05-02 Thread saki.iwata
Dear all Hi my name is Saki Iwata I'm working on this bug fix. https://bugs.launchpad.net/nova/+bug/1239952 https://review.openstack.org/#/c/86213/ This patch change response code from 400 to 503. This patch got many reviewed but we can't make a decision. To put it simply, which code (500 or 50