Comment 2 for bug 1289549

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to heat (master)

Reviewed: https://review.openstack.org/79065
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=2516c4413e95adfc2f56073688d60bb50218305d
Submitter: Jenkins
Branch: master

commit 2516c4413e95adfc2f56073688d60bb50218305d
Author: Jason Dunsmore <email address hidden>
Date: Fri Mar 7 13:38:46 2014 -0600

    Handle 503 response from Nova API

    The stack fails when Nova responds with a 503 during a
    create/update/delete. 503 (Service Unavailable) is an intermittent,
    non-critical error and should be handled the same way OverLimit and 500
    errors are being handled.

    Change-Id: Iadc3b39d099fcc7870764b7a42c5edee41c527dc
    Closes-Bug: #1289549