diff options
| author | reedip <reedip.banerjee@nectechnologies.in> | 2016-03-14 15:35:46 +0900 |
|---|---|---|
| committer | Reedip <reedip.banerjee@nectechnologies.in> | 2016-04-06 16:01:24 +0000 |
| commit | 107bc5164f99ef956d952273235648c7f8f26764 (patch) | |
| tree | ff5074d39b2e30a38db0fa4ee9de3396ba85d50d /releasenotes | |
| parent | 55b37d5e33f322077303a895d3453320b3895f11 (diff) | |
| download | python-openstackclient-107bc5164f99ef956d952273235648c7f8f26764.tar.gz | |
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
Diffstat (limited to 'releasenotes')
| -rw-r--r-- | releasenotes/notes/add-external-options-7a66219d263bb1e5.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/releasenotes/notes/add-external-options-7a66219d263bb1e5.yaml b/releasenotes/notes/add-external-options-7a66219d263bb1e5.yaml new file mode 100644 index 00000000..7b8eaff0 --- /dev/null +++ b/releasenotes/notes/add-external-options-7a66219d263bb1e5.yaml @@ -0,0 +1,9 @@ +--- +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>`_] |
