horizon/releasenotes/notes/bug-1595913-5f0cd019b7c2173a.yaml
Kenji Ishii 1e012e7fad Support fixed ip address when attaching interface
At the moment, when a user attaches an interface to
an instance, only a network can be specified.
But actually in nova, it is supported to specify a
fixed IP address or a port.
This patch will support these ways.

Change-Id: I3535024a4f6ffd26b508f5e9afb25232202e1e02
Closes-Bug: #1595913
2017-10-21 00:06:47 +00:00

6 lines
176 B
YAML

---
features:
- Added the way to specify an interface when attaching it
to an instance. It can be specified by a network and a
fixed IP address (optional) or a port.