Flavio Fernandes
5f9b5dd861
port_forwarding: validate args before invoking db update (cont.)
This is a follow up for https://review.opendev.org/#/c/738145/ During backporting review, it became clear that unit test had a flaw. It assumed that order of items in dictionary that make up the exception message did not change. That is not true, based on the python version used. This follow up also includes a review feedback that did not make into the original change: rename function that raises exception to have "raise" in its name (raise_port_forwarding_update_failed). Change-Id: I6fcd64e205e584017e6c9022f82a5497ea1cc576 Closes-Bug: #1878299
OpenStack Neutron
Neutron is an OpenStack project to provide "network connectivity as a service" between interface devices (e.g., vNICs) managed by other OpenStack services (e.g., Nova).
To learn more about neutron:
- Documentation: https://docs.openstack.org/neutron/latest/
- Features: https://specs.openstack.org/openstack/neutron-specs
- Defects: https://launchpad.net/neutron
- Release notes: https://docs.openstack.org/releasenotes/neutron/index.html
- Source: https://opendev.org/openstack/neutron
Get in touch via email. Use [Neutron] in your subject.
To learn how to contribute, please read the CONTRIBUTING.rst file.
Description
Languages
Python
99.7%
Shell
0.3%