Files
python-openstackclient/releasenotes/notes/add-external-options-7a66219d263bb1e5.yaml
reedip 107bc5164f Add external network options to osc network create
The following patch adds the options "--external" & "--internal"
and the suboptions to "external": "--default" & "--no-default",
to "osc network create" CLI to provide the user an option to create
a network as an external network.

Change-Id: Idf73714bb94c0610ea164131140a51848908b00b
Partial-Bug: #1545537
2016-04-06 16:01:24 +00:00

10 lines
362 B
YAML

---
features:
- |
New options have been added to the ``network create`` command
to support external network functionality. The new options are
``--external/--internal`` and suboptions to ``external``:
``--default/--no-default``.
These options are available for Networkv2 only.
[Bug `1545537 <https://bugs.launchpad.net/bugs/1545537>`_]