diff options
| author | Richard Theis <rtheis@us.ibm.com> | 2016-09-28 08:16:22 -0500 |
|---|---|---|
| committer | Richard Theis <rtheis@us.ibm.com> | 2016-09-28 08:44:34 -0500 |
| commit | 256ec66f79f98b41497e8937911604bac7ddeabb (patch) | |
| tree | e9cd207fd67784bc69a1b9b2c57e0845b5e06e5f /releasenotes | |
| parent | 81a2b9a6bc40e6d815a41c23a0324f474612118b (diff) | |
| download | python-openstackclient-256ec66f79f98b41497e8937911604bac7ddeabb.tar.gz | |
Remove beta label for network segment resource
With Ocata development opened, neutron network segments are no
longer beta resources.
Change-Id: I25be51c30df17c746136471b88840f64a03187b9
Partially-Implements: blueprint routed-networks
Diffstat (limited to 'releasenotes')
| -rw-r--r-- | releasenotes/notes/bp-routed-networks-3b502faa5cd96807.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/releasenotes/notes/bp-routed-networks-3b502faa5cd96807.yaml b/releasenotes/notes/bp-routed-networks-3b502faa5cd96807.yaml index b0554793..6da2f7af 100644 --- a/releasenotes/notes/bp-routed-networks-3b502faa5cd96807.yaml +++ b/releasenotes/notes/bp-routed-networks-3b502faa5cd96807.yaml @@ -1,6 +1,8 @@ --- features: - Add ``network segment create``, ``network segment delete`` and - ``network segment set`` commands. These are beta commands and subject to - change. Use global option ``--os-beta-command`` to enable these commands. + ``network segment set`` commands. In addition, the ``network segment list`` + and ``network segment show`` commands are no longer beta commands and + the ``--network-segment`` option on the ``subnet create`` command is + no longer a beta command option. [Blueprint `routed-networks <https://blueprints.launchpad.net/neutron/+spec/routed-networks>`_] |
