python-openstackclient/releasenotes/notes/bug-1656402-88b12760fb2d4ef9.yaml
Dean Troyer 339af2c20b Fix floating IP delete and show by IP
The floating IP delete and show commands did not work using IP addresses
as the selector, only ID.  The SDK floating_ip resource does not support
but OSC does, so we have to do it ourselves.

Now with more SDK 0.9.10 support!

Change-Id: Iea1b57cded6b16a56a06af87ab8f1fa001a3485e
Closes-bug: 1656402
2017-01-14 10:55:12 -06:00

7 lines
223 B
YAML

---
fixes:
- |
Fix ``floating ip delete`` and ``floating ip show`` to accept IP addresses
in addition to IDs to select floating IPs to delete or show.
[Bug `1656402 <https://bugs.launchpad.net/bugs/1656402>`_