python-openstackclient/releasenotes/notes/story-2004346-add-floating-ip-with-no-ports-399c5559e1699816.yaml
yanpuqing 415545ab9f Add an error message when server bind floating IP
If we add a floating IP for the server with no fixed IP, CLI doesn't
report an error and nothing happens. The patch adds an error message
when the server which don't have fixed IP bind floating IP.

Change-Id: I400f2bab08521bb7fa443d87c7f45cc79eb80694
Task: 27941
Story: 2004346
2020-10-12 17:09:19 +01:00

8 lines
284 B
YAML

---
fixes:
- |
Associating a floating IP with a server using the ``server add floating
ip`` command requires the server have at least one port associated with it.
Previously, this was not validated, meaning the operation would silently
fail. This has been resolved.