File: toggle-port-security-f5bc606e82141feb.yaml

package info (click to toggle)
python-openstacksdk 4.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 13,712 kB
  • sloc: python: 127,028; sh: 153; makefile: 23
file content (9 lines) | stat: -rw-r--r-- 390 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
---
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.