Comment 22 for bug 1723026

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

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

commit c760d4f26f4b4753c80269437d2cd0b8f63dbc7c
Author: Hongbin Lu <email address hidden>
Date: Fri Jan 12 23:52:26 2018 +0000

    Add port_details to Floating IP

    If the floating IP is associated with a port, this attribute
    will contain detailed information of the associated port. This allows
    users to retrieve the floating IPs with information of its associated
    port (if any) in one API call.

    Other related patches:
    * neutron-lib: https://review.openstack.org/#/c/534882/
    * osc: https://review.openstack.org/#/c/533809/
    * sdk: https://review.openstack.org/#/c/533811/
    * tempest-plugin: https://review.openstack.org/#/c/561710/

    APIImpact the API reference needs to be updated

    Change-Id: I31e940d2986278d2fbee6fdfea4ff15f7c07ebaa
    Partial-Bug: #1723026