python-openstackclient/releasenotes/notes/stateful-security-group-a21fa8498e866b90.yaml
Tom Stappaerts 5e62411e5f Support for stateless security groups
Add support for stateful attribute of security groups,
using --stateful and --no-stateful flag on security group.
This allows a user to create security groups with stateful
false.

Change-Id: Ifd20b5fc47fd0ea0bb5aeda84820dcc0fb1e8847
Blueprint: stateless-security-groups
Depends-On: https://review.opendev.org/711513/
2020-03-31 12:05:18 +02:00

7 lines
198 B
YAML

---
features:
- |
Add ``--stateful`` and ``--stateless`` option to the
``security group create`` and ``security group set`` commands
to support stateful and stateless security groups.