
Add network segment command object in support of routed networks. This patch set includes documentation, unit tests and functional tests (currently skipped until segments enabled in neutron by default) for the following new commands: - "os network segment list" - "os network segment show" These new commands are currently marked as beta commands. Change-Id: I1a79b48dc6820fe2a39fcceb11c8cae3bda413a0 Partially-Implements: blueprint routed-networks
8 lines
375 B
YAML
8 lines
375 B
YAML
---
|
|
features:
|
|
- Add support for the ``network segment`` command object via the
|
|
``network segment list`` and ``network segment show`` commands.
|
|
These are beta commands and subject to change. Use global option
|
|
``--enable-beta-commands`` to enable these commands.
|
|
[Blueprint `routed-networks <https://blueprints.launchpad.net/neutron/+spec/routed-networks>`_]
|