File: add-vlan_qinq-to-the-network-3556c094aeedc0de.yaml

package info (click to toggle)
python-openstackclient 8.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,872 kB
  • sloc: python: 131,970; makefile: 140; sh: 22
file content (7 lines) | stat: -rw-r--r-- 310 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
---
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.