ansible-config_template/releasenotes/notes/get-networks-e241137620c2280d.yaml
Andy McCrae 6b5a7d942d Add get_networks command to neutron library
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
2016-10-12 13:28:09 +00:00

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.