metalsmith/releasenotes/notes/subnet-1c177e4b40cc607c.yaml
Dmitry Tantsur 47e9e9319d Support specifying a subnet for NIC
This may be required in case of routed networks as an alternative
to specifying a fixed_ip.

Change-Id: I8187f950cb961f60131af8b07fb54eee69019dbc
2019-01-16 16:27:02 +01:00

8 lines
232 B
YAML

---
features:
- |
Allows specifying a subnet for the ``nics`` argument of the
``provision_node`` call as ``{"subnet": "<name or ID>"}``.
- |
Adds a new CLI argument ``--subnet`` to create a port on the given subnet.