Comment 9 for bug 1570596

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron-lbaas (stable/mitaka)

Reviewed: https://review.openstack.org/363419
Committed: https://git.openstack.org/cgit/openstack/neutron-lbaas/commit/?id=3cf4a7cffd5f76b9f8a3eed649d04075714dcd9c
Submitter: Jenkins
Branch: stable/mitaka

commit 3cf4a7cffd5f76b9f8a3eed649d04075714dcd9c
Author: Michael Johnson <email address hidden>
Date: Fri Apr 15 18:49:44 2016 +0000

    Set HTTP status code to 409 for LBs in PENDING*

    When users attempt to change a LBaaS resource while the load
    balancer is in a PENDING-* state they currently get an error
    with a 500 HTTP status code. This patch changes the status code
    to be 409 (conflict) which is consistent with other "I'm busy"
    errors.

    Change-Id: I6fc0c966e72dde956bd481b71a5cea5ba6d10c55
    Closes-Bug: #1570596
    (cherry picked from commit 63f4bac2247e45ec66ba8fde04692abacbe1f72c)