Comment 2 for bug 1808595

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

Reviewed: https://review.openstack.org/625359
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=ae4b331725012c7694132d17e28312159aedb1f3
Submitter: Zuul
Branch: master

commit ae4b331725012c7694132d17e28312159aedb1f3
Author: Hongbin Lu <email address hidden>
Date: Fri Dec 14 22:04:48 2018 +0000

    fullstack: retry on updating port's IP address

    If the update_port call failed with error IpAddressAlreadyAllocatedClient,
    retry a few more times in order to find IP addresses that are available.

    Change-Id: I7c5d51b01fa56083b1a689fa629a9a34c8b77012
    Closes-Bug: #1808595