python-openstackclient/releasenotes/notes/add-provider-options-12bbf01d2280dd2f.yaml
reedip 1b351e1695 Add provider network options to osc network create
The following patch adds the provider network options
to OSC "network create".

Change-Id: Ib8449c00ee4b4285889588f03ddd7a686ce8f987
Partial-Bug: #1545537
2016-04-06 16:52:47 +00:00

10 lines
371 B
YAML

---
features:
- |
New options have been added to the ``network create`` command
to support provider network functionality.
These options are ``--provider-network-type``, ``--provider-physical-network``,
and ``--provider-segmentation-id``.
These options are available for Networkv2 only
[Bug `1545537 <https://bugs.launchpad.net/bugs/1545537>`_]