Comment 2 for bug 1010980

Revision history for this message
Rohit Karajgi (rohitk) wrote :

Hi Jay,

For the case "def test_create_image_when_server_is_building" above, I think nova would throw "409: "conflictingRequest"
for the Create Image request. Tempest rest_client raises exceptions.Duplicate when it gets a 409 error code.

So I think that exception should just be called conflictingRequest in Tempest instead of Duplicate.