shade/releasenotes/notes/toggle-port-security-f5bc606e82141feb.yaml
Rarm Nagalingam 5b81959b32 Adds toggle port security on network create
Added a new property, 'port_security_enabled' which is a boolean to
enable or disable port_secuirty during network creation. The default
behavior will enable port security, security group and anti spoofing
will act as before. When the attribute is set to False, security
group and anti spoofing are disabled on the ports created on this
network.

Change-Id: If984a82ca5f6fb69ee644f4fa84333df09d7f8bc
2018-03-09 21:05:05 +11:00

10 lines
390 B
YAML

---
features:
- |
Added a new property, 'port_security_enabled' which is a boolean
to enable or disable port_secuirty during network creation. The
default behavior will enable port security, security group and
anti spoofing will act as before. When the attribute is set to
False, security group and anti spoofing are disabled on the ports
created on this network.