Comment 1 for bug 1561638

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

Reviewed: https://review.openstack.org/297307
Committed: https://git.openstack.org/cgit/openstack/group-based-policy/commit/?id=256eac720f6a81777d576607af689b9ec216af6f
Submitter: Jenkins
Branch: master

commit 256eac720f6a81777d576607af689b9ec216af6f
Author: Thomas Bachman <email address hidden>
Date: Tue Mar 22 18:45:56 2016 -0400

    Refactor for create_floatingip call

    The current implementation for create_floatingip results in the
    L3 API being called twice. The first pass causes additional attributes
    to be populated, which are used in the second call. This patch converts
    this to a single call, which gets the parameters needed and continues,
    rather than call itself recursively.

    Change-Id: Ie9a3a57d2186fd693e9bc1e03501f0038e316b41
    Closes-Bug: #1561638