ironic/releasenotes/notes/security_groups-b57a5d6c30c2fae4.yaml
Sukhdev Kapur 3197e44c04 Add support for Security Groups for baremetal servers
This patch adds support for Neutron Security Groups
to the baremetal severs when neutron network interface is used
for deployments.

Specifically, this patch adds support so that security
groups could be specified (and applied) for provisioning
and cleaning networks.

Change-Id: I0cf652bdd220480b104e478f2096bf89a9ba8bdf
Partial-bug: #1594242
2016-11-22 12:47:05 -08:00

11 lines
530 B
YAML

---
features:
- Adds support for security groups for the provisioning and cleaning
network. These are optionally specified by the configuration options
``[neutron]/provisioning_network_security_groups`` and
``[neutron]/cleaning_network_security_groups``, respectively.
If not specified,
the default security group for the network is used. These options are only
applicable for nodes using the "neutron" network interface. These options
are ignored for nodes using the "flat" and "noop" network interfaces.