python-openstackclient/releasenotes/notes/Add-trusted-vif-to-the-port-0a0c76d9da8f3da0.yaml
Slawek Kaplonski 47144103ca Add "trusted" attribute to the "port"
Depends-On: https://review.opendev.org/c/openstack/openstacksdk/+/927723

Related-bug: #2060916
Change-Id: I8e3d4ee2208ef6bb6c96ee430d7b550a0720431e
2024-11-04 09:12:43 +00:00

8 lines
269 B
YAML

---
features:
- |
Add ``trusted`` attribute to the ``port create`` and ``port set`` commands.
It can be set to ``true`` with ``--trusted`` and to ``false`` with
``--not-trusted`` CLI arguments passed to the ``port create`` and ``port
set`` commands``