6b5a7d942d
get_networks will return network information, and will fail if the specified "net_name" network is not present. If no "net_name" is specified the network information will be returned without performing the check on the existence of "net_name" network within neutron. Change-Id: I01775c9b29e312cc6696ffdc708befc46d11bf52
10 lines
368 B
YAML
10 lines
368 B
YAML
---
|
|
features:
|
|
- Add ``get_networks`` command to the neutron library.
|
|
This will return network information for all networks,
|
|
and fail if the specified ``net_name`` network is not
|
|
present. If no ``net_name`` is specified network
|
|
information will for all networks will be returned
|
|
without performing a check on an existing ``net_name``
|
|
network.
|