Files
python-openstackclient/releasenotes/notes/add-vlan_qinq-to-the-network-3556c094aeedc0de.yaml
Slawek Kaplonski 3412147372 Add "qinq-vlan" and "no-qinq-vlan" params to the "network create" cmd
Depends-On: https://review.opendev.org/c/openstack/openstacksdk/+/939703

Related-Bug: #1915151
Change-Id: Icacf83c20c3650a9d75f665f020b8818e1b4a585
2025-02-13 10:10:42 +01:00

8 lines
310 B
YAML

---
features:
- |
Add ``qinq-vlan`` and ``no-qinq-vlan`` arguments to the ``network create``
command. It will enable/disable QinQ feature for the created network.
This new argument is mutually exclusive with the ``transparent-vlan`` - only
one of them can be set to ``True`` for the network.