c760d4f26f
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
7 lines
149 B
YAML
7 lines
149 B
YAML
---
|
|
features:
|
|
- |
|
|
Add attribute ``port_details`` to floating IP. The value of this attribute
|
|
contains information of the associated port.
|
|
|