python-openstackclient/releasenotes/notes/bug-1545537-7a66219d263bb1e5.yaml
reedip 67f8b898eb Add external network options to osc network set
The following patch adds the options "--external" & "--internal"
and the suboptions to "external": "--default" & "--no-default",
to "osc network set" CLI to provide the user an option to set
a network as an external network or remove the setting.

Change-Id: I3a7f2cb249bc8101cbb01322d7732e913237d6cd
Partial-Bug: #1545537
2016-04-15 00:28:09 +00:00

8 lines
322 B
YAML

---
features:
- |
Add external network options ``--external|--internal`` and ``--external``
suboptions ``--default|--no-default`` to the ``network create`` and
``network set`` commands.
These options are available for Network version 2 only.
[Bug `1545537 <https://bugs.launchpad.net/bugs/1545537>`_]