3197e44c04
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
11 lines
530 B
YAML
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.
|