** Also affects: nova Importance: Undecided Status: New ** Changed in: nova Assignee: (unassigned) => ZhiQiang Fan (aji-zqfan)
-- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1264223 Title: WSGIHTTPException needs ``explanation`` attribute Status in Cinder: In Progress Status in OpenStack Compute (Nova): New Bug description: If the specific error message is required, we must set explanation='message' at subclass of webob.exc.WSGIHTTPException(). Ex. OK: raise webob.exc.HTTPBadRequest(explanation='What?') NG: raise webob.exc.HTTPBadRequest('What?') To manage notifications about this bug go to: https://bugs.launchpad.net/cinder/+bug/1264223/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp