diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-05-16 22:57:25 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-05-16 22:57:25 +0000 |
| commit | 3d12ae8e0364a9cd745d10e260e4918e6658e1e7 (patch) | |
| tree | 5bcf667a985a0ef10ea613bc455322270ce260ed /releasenotes | |
| parent | f0e64eb55abb3957073e82bd669c044bda1d8148 (diff) | |
| parent | 00c149a28f72ee7236e836a7f128fce9ca5e1e09 (diff) | |
| download | python-openstackclient-3d12ae8e0364a9cd745d10e260e4918e6658e1e7.tar.gz | |
Merge "Add VLAN Transparent option to ``osc network``"
Diffstat (limited to 'releasenotes')
| -rw-r--r-- | releasenotes/notes/add-vlan-transparent-option-4fa72fbfbbe3f31e.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/releasenotes/notes/add-vlan-transparent-option-4fa72fbfbbe3f31e.yaml b/releasenotes/notes/add-vlan-transparent-option-4fa72fbfbbe3f31e.yaml new file mode 100644 index 00000000..508fb81c --- /dev/null +++ b/releasenotes/notes/add-vlan-transparent-option-4fa72fbfbbe3f31e.yaml @@ -0,0 +1,9 @@ +--- +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>`_]
\ No newline at end of file |
