Comment 11 for bug 1400217

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

Reviewed: https://review.openstack.org/142630
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=72e388445eb6f6903ccfc5079aa206ac2cbcfd5e
Submitter: Jenkins
Branch: master

commit 72e388445eb6f6903ccfc5079aa206ac2cbcfd5e
Author: Sachi King <email address hidden>
Date: Mon Dec 8 17:42:48 2014 +1100

    Return exception when attempting to add duplicate VIP

    Neutron should never attempt to add a VIP to keepalived's config
    multiple times, and to do so is an error. As such this adds an
    exception if this is ever attempted.

    Change-Id: If1c41c3164e8a998c73f9b7aa566e2ba6570f54b
    Closes-Bug: #1400217