415545ab9f
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
8 lines
284 B
YAML
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.
|