1e012e7fad
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
6 lines
176 B
YAML
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.
|