Comment 2 for bug 1490180

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

Reviewed: https://review.openstack.org/267137
Committed: https://git.openstack.org/cgit/openstack/octavia/commit/?id=9bf1d0a5f53e60bb10aa3897e7eede262371e68d
Submitter: Jenkins
Branch: master

commit 9bf1d0a5f53e60bb10aa3897e7eede262371e68d
Author: Trevor Vardeman <email address hidden>
Date: Wed Jan 13 13:57:05 2016 -0600

    Amphora Create now fails when amphora goes into ERROR status

    Removed the retry flow and added retry logic to the task. Upon
    the ampora status returning "ERROR", the ComputeWaitTimeoutException
    is raised and the flow reverts. Also updated the failover amphora
    flow to the same logic.

    Change-Id: I74353bfebd14ce3d1aacdf5dd94152a019e932da
    Closes-Bug: #1494931
    Closes-Bug: #1490180