python-openstackclient/releasenotes/notes/add-vlan-transparent-option-4fa72fbfbbe3f31e.yaml
reedip 00c149a28f Add VLAN Transparent option to `osc network`
osc network set and network create now support
--transparent-vlan|--no-transparent-vlan options
to add/remove vlan transparency from the network.

Change-Id: I845eb8f541cd32a4c4b28f929a63b205e7e31756
Closes-Bug: 1545537
2016-05-16 08:32:07 +00:00

9 lines
317 B
YAML

---
features:
- |
``network create`` and ``network set`` now support
``--transparent-vlan`` and ``--no-transparent-vlan``
options to add/remove VLAN transparency attributes
from networks.
This option is available in Network V2 only.
[Bug `1545537 <https://bugs.launchpad.net/bugs/1545537>`_]