Slawek Kaplonski 6e5eb4da33 [fwaas] Don't ignore missing fw related resources
Previously when fwaas osc plugin was going to look for firewall related
resources, like e.g. asking neutron for firewall group or policy was
done with ignore_missing=True which means that openstack SDK client
didn't raise exception when requested object was not found on the
server.
That led to the weird and unclear error message displayed by the
OpenStack client which said something about "'NoneType' object is not
subscriptable".

This patch adds "ignore_missing=True" to all those "find_*" methods used
in the fwaas osc plugin. That way proper exception is raised by the SDK
client and valid error message is displayed to the user by OSC.

Closes-bug: #2142458

Change-Id: I309a5dbf61c65d5837d4ea2b3235aa41269ae73d
Signed-off-by: Slawek Kaplonski <[email protected]>
2026-02-26 11:04:47 +01:00
2023-05-17 13:04:37 +01:00
2015-12-29 19:14:17 +00:00
2018-09-06 01:09:28 +02:00
2019-04-19 19:44:46 +00:00
2019-07-18 20:28:55 +09:00
2025-07-02 23:23:28 +09:00
2012-01-18 09:39:25 +11:00
2025-07-02 23:23:28 +09:00
2020-04-04 17:06:45 +02:00
2026-02-21 00:18:54 +09:00
2024-10-13 01:30:39 +09:00

Team and repository tags

image

Python bindings to the Neutron API

Latest Version

This is a client library for Neutron built on the Neutron API. It provides a Python API (the neutronclient module).

Note

This project has been deprecated. The CLI code has been deleted and is not accessible anymore. The Python bindings are still in use by other projects but no new features will be added to this project. All projects under Openstack governance migrating to use OpenstackSDK. Any new feature should be proposed to OpenStack SDK and OpenStack Client.

Description
OpenStack Networking (Neutron) Client
Readme 40 MiB
Languages
Python 100%