+ COMMAND=start + start + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Thu Jul 2 05:42:48 2026] *** compiled with version: 11.4.0 on 02 June 2026 01:52:53 os: Linux-5.15.0-181-generic #191-Ubuntu SMP Fri May 22 19:09:02 UTC 2026 nodename: neutron-server-6bb945bc-xzkc9 machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.10.12 (main, Mar 3 2026, 11:56:32) [GCC 11.4.0] Python main interpreter initialized at 0x55b26d642140 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... /var/lib/openstack/lib/python3.10/site-packages/neutron/common/utils.py:54: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources /var/lib/openstack/lib/python3.10/site-packages/neutron/common/utils.py:54: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 2026-07-02 05:42:52.767 7 INFO neutron.common.config [-] Logging enabled! 2026-07-02 05:42:52.768 7 INFO neutron.common.config [-] uwsgi version 23.5.0 2026-07-02 05:42:52.893 8 INFO neutron.common.config [-] Logging enabled! 2026-07-02 05:42:52.893 8 INFO neutron.common.config [-] uwsgi version 23.5.0 2026-07-02 05:42:53.042 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-02 05:42:53.164 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-02 05:42:53.898 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-02 05:42:53.901 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-02 05:42:53.904 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict([('external', [(1, 4094)])]) 2026-07-02 05:42:53.905 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-02 05:42:53.905 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-02 05:42:53.905 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-02 05:42:53.905 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-02 05:42:53.911 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-02 05:42:53.911 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-02 05:42:53.911 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-02 05:42:53.930 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-02 05:42:53.931 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-02 05:42:53.931 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-02 05:42:53.968 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-02 05:42:53.968 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-02 05:42:53.968 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-02 05:42:53.969 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-02 05:42:53.972 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-02 05:42:53.975 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-02 05:42:53.975 7 WARNING oslo_policy.policy [None req-52b65b02-eafc-47c9-a90f-3468e84f39ff - - - - - -] Policies ['delete_port', 'update_port:allowed_address_pairs', 'update_port:allowed_address_pairs:ip_address', 'update_port:allowed_address_pairs:mac_address', 'update_port:fixed_ips', 'update_port:mac_address'] reference a rule that is not defined. 2026-07-02 05:42:53.977 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict([('external', [(1, 4094)])]) 2026-07-02 05:42:53.978 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-02 05:42:53.978 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-02 05:42:53.979 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-02 05:42:53.979 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-02 05:42:53.985 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-02 05:42:53.985 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-02 05:42:53.985 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-02 05:42:54.003 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-02 05:42:54.004 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-02 05:42:54.004 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-02 05:42:54.040 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-02 05:42:54.041 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-02 05:42:54.041 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-02 05:42:54.041 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-02 05:42:54.047 8 WARNING oslo_policy.policy [None req-8ad0ee77-7884-416e-a9a3-2fb561265c9a - - - - - -] Policies ['delete_port', 'update_port:allowed_address_pairs', 'update_port:allowed_address_pairs:ip_address', 'update_port:allowed_address_pairs:mac_address', 'update_port:fixed_ips', 'update_port:mac_address'] reference a rule that is not defined. 2026-07-02 05:42:54.424 8 INFO neutron.plugins.ml2.managers [None req-8ad0ee77-7884-416e-a9a3-2fb561265c9a - - - - - -] Initializing driver for type 'vlan' 2026-07-02 05:42:54.426 7 INFO neutron.plugins.ml2.managers [None req-52b65b02-eafc-47c9-a90f-3468e84f39ff - - - - - -] Initializing driver for type 'vlan' 2026-07-02 05:42:54.723 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-8ad0ee77-7884-416e-a9a3-2fb561265c9a - - - - - -] VlanTypeDriver initialization complete 2026-07-02 05:42:54.724 8 INFO neutron.plugins.ml2.managers [None req-8ad0ee77-7884-416e-a9a3-2fb561265c9a - - - - - -] Initializing driver for type 'vxlan' 2026-07-02 05:42:54.724 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-8ad0ee77-7884-416e-a9a3-2fb561265c9a - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-02 05:42:54.750 8 INFO neutron.plugins.ml2.managers [None req-8ad0ee77-7884-416e-a9a3-2fb561265c9a - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-02 05:42:54.750 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-8ad0ee77-7884-416e-a9a3-2fb561265c9a - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-02 05:42:54.750 8 INFO neutron.plugins.ml2.managers [None req-8ad0ee77-7884-416e-a9a3-2fb561265c9a - - - - - -] Initializing extension driver 'port_security' 2026-07-02 05:42:54.750 8 INFO neutron.plugins.ml2.extensions.port_security [None req-8ad0ee77-7884-416e-a9a3-2fb561265c9a - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-02 05:42:54.751 8 INFO neutron.plugins.ml2.managers [None req-8ad0ee77-7884-416e-a9a3-2fb561265c9a - - - - - -] Initializing extension driver 'qos' 2026-07-02 05:42:54.751 8 INFO neutron.plugins.ml2.managers [None req-8ad0ee77-7884-416e-a9a3-2fb561265c9a - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-02 05:42:54.752 8 INFO neutron.plugins.ml2.managers [None req-8ad0ee77-7884-416e-a9a3-2fb561265c9a - - - - - -] Initializing mechanism driver 'l2population' 2026-07-02 05:42:54.762 8 INFO neutron.quota [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded quota_driver: . 2026-07-02 05:42:54.762 8 INFO neutron.plugins.ml2.plugin [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Modular L2 Plugin initialization complete 2026-07-02 05:42:54.762 8 INFO neutron.plugins.ml2.managers [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-02 05:42:54.763 8 INFO neutron.plugins.ml2.managers [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-02 05:42:54.763 8 INFO neutron.plugins.ml2.managers [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Got port-security extension from driver 'port_security' 2026-07-02 05:42:54.763 8 INFO neutron.extensions.vlantransparent [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Disabled vlantransparent extension. 2026-07-02 05:42:54.763 8 INFO neutron.manager [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loading Plugin: qos 2026-07-02 05:42:54.773 8 INFO neutron.manager [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loading Plugin: router 2026-07-02 05:42:54.807 8 INFO neutron.services.service_base [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-02 05:42:54.807 8 INFO neutron.manager [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loading Plugin: segments 2026-07-02 05:42:54.810 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-52b65b02-eafc-47c9-a90f-3468e84f39ff - - - - - -] VlanTypeDriver initialization complete 2026-07-02 05:42:54.810 7 INFO neutron.plugins.ml2.managers [None req-52b65b02-eafc-47c9-a90f-3468e84f39ff - - - - - -] Initializing driver for type 'vxlan' 2026-07-02 05:42:54.811 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-52b65b02-eafc-47c9-a90f-3468e84f39ff - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-02 05:42:54.835 7 INFO neutron.plugins.ml2.managers [None req-52b65b02-eafc-47c9-a90f-3468e84f39ff - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-02 05:42:54.835 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-52b65b02-eafc-47c9-a90f-3468e84f39ff - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-02 05:42:54.836 7 INFO neutron.plugins.ml2.managers [None req-52b65b02-eafc-47c9-a90f-3468e84f39ff - - - - - -] Initializing extension driver 'port_security' 2026-07-02 05:42:54.836 7 INFO neutron.plugins.ml2.extensions.port_security [None req-52b65b02-eafc-47c9-a90f-3468e84f39ff - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-02 05:42:54.836 7 INFO neutron.plugins.ml2.managers [None req-52b65b02-eafc-47c9-a90f-3468e84f39ff - - - - - -] Initializing extension driver 'qos' 2026-07-02 05:42:54.836 7 INFO neutron.plugins.ml2.managers [None req-52b65b02-eafc-47c9-a90f-3468e84f39ff - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-02 05:42:54.836 7 INFO neutron.plugins.ml2.managers [None req-52b65b02-eafc-47c9-a90f-3468e84f39ff - - - - - -] Initializing mechanism driver 'l2population' 2026-07-02 05:42:54.847 7 INFO neutron.quota [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded quota_driver: . 2026-07-02 05:42:54.847 7 INFO neutron.plugins.ml2.plugin [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Modular L2 Plugin initialization complete 2026-07-02 05:42:54.847 7 INFO neutron.plugins.ml2.managers [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-02 05:42:54.848 7 INFO neutron.plugins.ml2.managers [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-02 05:42:54.848 7 INFO neutron.plugins.ml2.managers [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Got port-security extension from driver 'port_security' 2026-07-02 05:42:54.848 7 INFO neutron.extensions.vlantransparent [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Disabled vlantransparent extension. 2026-07-02 05:42:54.848 7 INFO neutron.manager [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loading Plugin: qos 2026-07-02 05:42:54.858 7 INFO neutron.manager [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loading Plugin: router 2026-07-02 05:42:54.891 7 INFO neutron.services.service_base [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-02 05:42:54.891 7 INFO neutron.manager [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loading Plugin: segments 2026-07-02 05:42:54.892 8 INFO neutron.manager [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loading Plugin: trunk 2026-07-02 05:42:54.942 8 INFO neutron.manager [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loading Plugin: vpnaas 2026-07-02 05:42:54.976 8 WARNING stevedore.named [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-02 05:42:54.977 7 INFO neutron.manager [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loading Plugin: trunk 2026-07-02 05:42:55.020 7 INFO neutron.manager [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loading Plugin: vpnaas 2026-07-02 05:42:55.025 8 INFO neutron_vpnaas.services.vpn.plugin [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-02 05:42:55.025 8 INFO neutron.common.utils [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-02 05:42:55.026 8 INFO neutron.manager [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loading Plugin: auto_allocate 2026-07-02 05:42:55.029 8 INFO neutron.manager [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loading Plugin: tag 2026-07-02 05:42:55.034 8 INFO neutron.manager [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loading Plugin: timestamp 2026-07-02 05:42:55.036 8 INFO neutron.manager [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loading Plugin: network_ip_availability 2026-07-02 05:42:55.040 8 INFO neutron.manager [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loading Plugin: flavors 2026-07-02 05:42:55.043 8 INFO neutron.manager [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loading Plugin: revisions 2026-07-02 05:42:55.045 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Initializing extension manager. 2026-07-02 05:42:55.047 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: address-group 2026-07-02 05:42:55.047 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: address-scope 2026-07-02 05:42:55.048 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-02 05:42:55.049 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: agent 2026-07-02 05:42:55.049 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: agent-resources-synced 2026-07-02 05:42:55.050 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: allowed-address-pairs 2026-07-02 05:42:55.051 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: auto-allocated-topology 2026-07-02 05:42:55.052 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: availability_zone 2026-07-02 05:42:55.053 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: availability_zone_filter 2026-07-02 05:42:55.053 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-02 05:42:55.054 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: default-subnetpools 2026-07-02 05:42:55.055 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-02 05:42:55.055 7 WARNING stevedore.named [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-02 05:42:55.056 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: dns-integration 2026-07-02 05:42:55.056 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: dns-domain-ports 2026-07-02 05:42:55.057 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-02 05:42:55.057 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: dvr 2026-07-02 05:42:55.058 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-02 05:42:55.058 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: empty-string-filtering 2026-07-02 05:42:55.059 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-02 05:42:55.059 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-02 05:42:55.060 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: external-net 2026-07-02 05:42:55.061 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-02 05:42:55.061 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: extraroute 2026-07-02 05:42:55.062 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: extraroute-atomic 2026-07-02 05:42:55.062 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-02 05:42:55.063 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-02 05:42:55.063 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-02 05:42:55.064 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-02 05:42:55.065 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: fip-port-details 2026-07-02 05:42:55.065 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: flavors 2026-07-02 05:42:55.068 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-02 05:42:55.068 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: floatingip-pools 2026-07-02 05:42:55.069 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: ip_allocation 2026-07-02 05:42:55.070 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: ip-substring-filtering 2026-07-02 05:42:55.070 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: l2_adjacency 2026-07-02 05:42:55.071 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: router 2026-07-02 05:42:55.073 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-02 05:42:55.073 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: ext-gw-mode 2026-07-02 05:42:55.074 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: l3-ha 2026-07-02 05:42:55.074 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-02 05:42:55.075 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-02 05:42:55.075 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: l3-flavors 2026-07-02 05:42:55.076 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-02 05:42:55.077 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-02 05:42:55.079 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-02 05:42:55.080 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-02 05:42:55.081 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-02 05:42:55.082 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-02 05:42:55.082 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-02 05:42:55.083 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: multi-provider 2026-07-02 05:42:55.083 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: net-mtu 2026-07-02 05:42:55.084 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: net-mtu-writable 2026-07-02 05:42:55.085 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: network_availability_zone 2026-07-02 05:42:55.085 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: network_ha 2026-07-02 05:42:55.086 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: network-ip-availability 2026-07-02 05:42:55.087 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-02 05:42:55.087 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: pagination 2026-07-02 05:42:55.088 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: port-device-profile 2026-07-02 05:42:55.088 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-02 05:42:55.089 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-02 05:42:55.090 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: port-mac-override 2026-07-02 05:42:55.090 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-02 05:42:55.091 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-02 05:42:55.091 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: port-resource-request 2026-07-02 05:42:55.092 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: port-resource-request-groups 2026-07-02 05:42:55.092 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: binding 2026-07-02 05:42:55.093 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: binding-extended 2026-07-02 05:42:55.094 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: port-security 2026-07-02 05:42:55.094 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: project-id 2026-07-02 05:42:55.095 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: provider 2026-07-02 05:42:55.096 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: qos 2026-07-02 05:42:55.097 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-02 05:42:55.098 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-02 05:42:55.098 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: qos-default 2026-07-02 05:42:55.099 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: qos-fip 2026-07-02 05:42:55.099 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-02 05:42:55.100 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: qos-gateway-ip 2026-07-02 05:42:55.101 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: qos-port-network-policy 2026-07-02 05:42:55.102 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: qos-pps-minimum 2026-07-02 05:42:55.102 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-02 05:42:55.103 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: qos-pps 2026-07-02 05:42:55.103 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: qos-rule-type-details 2026-07-02 05:42:55.104 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-02 05:42:55.105 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: qos-rules-alias 2026-07-02 05:42:55.105 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: quota-check-limit 2026-07-02 05:42:55.107 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: quotas 2026-07-02 05:42:55.108 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: quota_details 2026-07-02 05:42:55.109 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: rbac-policies 2026-07-02 05:42:55.109 7 INFO neutron_vpnaas.services.vpn.plugin [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-02 05:42:55.109 7 INFO neutron.common.utils [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-02 05:42:55.110 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: rbac-address-group 2026-07-02 05:42:55.110 7 INFO neutron.manager [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loading Plugin: auto_allocate 2026-07-02 05:42:55.110 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: rbac-address-scope 2026-07-02 05:42:55.111 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: rbac-security-groups 2026-07-02 05:42:55.111 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: rbac-subnetpool 2026-07-02 05:42:55.112 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: revision-if-match 2026-07-02 05:42:55.113 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: standard-attr-revisions 2026-07-02 05:42:55.113 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: router_availability_zone 2026-07-02 05:42:55.114 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-02 05:42:55.115 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: security-groups-default-rules 2026-07-02 05:42:55.116 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-02 05:42:55.116 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-02 05:42:55.116 7 INFO neutron.manager [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loading Plugin: tag 2026-07-02 05:42:55.117 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-02 05:42:55.117 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-02 05:42:55.123 7 INFO neutron.manager [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loading Plugin: timestamp 2026-07-02 05:42:55.124 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: security-group 2026-07-02 05:42:55.125 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: segment 2026-07-02 05:42:55.126 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-02 05:42:55.126 7 INFO neutron.manager [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loading Plugin: network_ip_availability 2026-07-02 05:42:55.127 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: service-type 2026-07-02 05:42:55.127 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: sorting 2026-07-02 05:42:55.128 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: standard-attr-segment 2026-07-02 05:42:55.128 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: standard-attr-description 2026-07-02 05:42:55.129 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: stateful-security-group 2026-07-02 05:42:55.129 8 WARNING neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.10/site-packages/neutron/extensions/stdattrs_common.py 2026-07-02 05:42:55.130 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-02 05:42:55.131 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: subnet_onboard 2026-07-02 05:42:55.131 7 INFO neutron.manager [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loading Plugin: flavors 2026-07-02 05:42:55.131 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-02 05:42:55.132 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: subnet-service-types 2026-07-02 05:42:55.132 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: subnet_allocation 2026-07-02 05:42:55.133 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-02 05:42:55.134 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-02 05:42:55.134 7 INFO neutron.manager [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loading Plugin: revisions 2026-07-02 05:42:55.136 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: standard-attr-tag 2026-07-02 05:42:55.137 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-02 05:42:55.137 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Initializing extension manager. 2026-07-02 05:42:55.138 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: trunk 2026-07-02 05:42:55.138 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: trunk-details 2026-07-02 05:42:55.138 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: address-group 2026-07-02 05:42:55.139 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-02 05:42:55.139 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: address-scope 2026-07-02 05:42:55.139 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-02 05:42:55.140 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-02 05:42:55.140 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-02 05:42:55.141 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: agent 2026-07-02 05:42:55.141 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: vpn-flavors 2026-07-02 05:42:55.141 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: agent-resources-synced 2026-07-02 05:42:55.142 8 INFO neutron.api.extensions [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Loaded extension: vpnaas 2026-07-02 05:42:55.142 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: allowed-address-pairs 2026-07-02 05:42:55.143 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: auto-allocated-topology 2026-07-02 05:42:55.144 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: availability_zone 2026-07-02 05:42:55.144 8 INFO neutron.quota.resource_registry [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-02 05:42:55.144 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: availability_zone_filter 2026-07-02 05:42:55.145 8 INFO neutron.quota.resource_registry [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-02 05:42:55.145 8 INFO neutron.quota.resource_registry [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 05:42:55.145 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-02 05:42:55.145 8 INFO neutron.quota.resource_registry [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-02 05:42:55.145 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: default-subnetpools 2026-07-02 05:42:55.146 8 INFO neutron.quota.resource_registry [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-02 05:42:55.146 8 INFO neutron.quota.resource_registry [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-02 05:42:55.147 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-02 05:42:55.148 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: dns-integration 2026-07-02 05:42:55.148 8 INFO neutron.quota.resource_registry [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-02 05:42:55.148 8 INFO neutron.quota.resource_registry [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-02 05:42:55.148 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: dns-domain-ports 2026-07-02 05:42:55.148 8 INFO neutron.quota.resource_registry [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-02 05:42:55.149 8 INFO neutron.quota.resource_registry [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 05:42:55.149 8 WARNING neutron.quota.resource_registry [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] subnetpool is already registered 2026-07-02 05:42:55.149 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-02 05:42:55.149 8 INFO neutron.quota.resource_registry [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 05:42:55.149 8 WARNING neutron.quota.resource_registry [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] subnetpool is already registered 2026-07-02 05:42:55.149 8 INFO neutron.quota.resource_registry [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-02 05:42:55.150 8 INFO neutron.quota.resource_registry [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-02 05:42:55.149 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: dvr 2026-07-02 05:42:55.150 8 INFO neutron.quota.resource_registry [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-02 05:42:55.150 8 INFO neutron.quota.resource_registry [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-02 05:42:55.150 8 INFO neutron.quota.resource_registry [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-02 05:42:55.150 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-02 05:42:55.150 8 INFO neutron.quota.resource_registry [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-02 05:42:55.151 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: empty-string-filtering 2026-07-02 05:42:55.151 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-02 05:42:55.152 8 INFO neutron.quota.resource_registry [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-02 05:42:55.152 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-02 05:42:55.152 8 WARNING neutron.quota.resource_registry [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] router is already registered 2026-07-02 05:42:55.152 8 INFO neutron.quota.resource_registry [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-02 05:42:55.153 8 WARNING neutron.quota.resource_registry [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] floatingip is already registered 2026-07-02 05:42:55.153 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: external-net 2026-07-02 05:42:55.153 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-02 05:42:55.153 8 INFO neutron.quota.resource_registry [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-02 05:42:55.154 8 WARNING neutron.quota.resource_registry [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] rbac_policy is already registered 2026-07-02 05:42:55.154 8 INFO neutron.quota.resource_registry [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-02 05:42:55.154 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: extraroute 2026-07-02 05:42:55.154 8 WARNING neutron.quota.resource_registry [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] security_group is already registered 2026-07-02 05:42:55.154 8 INFO neutron.quota.resource_registry [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-02 05:42:55.154 8 WARNING neutron.quota.resource_registry [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] security_group_rule is already registered 2026-07-02 05:42:55.155 8 INFO neutron.quota.resource_registry [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 05:42:55.155 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: extraroute-atomic 2026-07-02 05:42:55.155 8 WARNING neutron.quota.resource_registry [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] subnetpool is already registered 2026-07-02 05:42:55.155 8 INFO neutron.quota.resource_registry [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 05:42:55.155 8 WARNING neutron.quota.resource_registry [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] subnetpool is already registered 2026-07-02 05:42:55.155 8 INFO neutron.quota.resource_registry [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-02 05:42:55.156 8 WARNING neutron.quota.resource_registry [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] trunk is already registered 2026-07-02 05:42:55.156 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-02 05:42:55.156 8 INFO neutron.quota.resource_registry [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-02 05:42:55.156 8 WARNING neutron.quota.resource_registry [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] endpoint_group is already registered 2026-07-02 05:42:55.156 8 INFO neutron.quota.resource_registry [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-02 05:42:55.156 8 WARNING neutron.quota.resource_registry [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] vpnservice is already registered 2026-07-02 05:42:55.156 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-02 05:42:55.156 8 INFO neutron.quota.resource_registry [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-02 05:42:55.157 8 WARNING neutron.quota.resource_registry [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] ipsec_site_connection is already registered 2026-07-02 05:42:55.157 8 INFO neutron.quota.resource_registry [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-02 05:42:55.157 8 WARNING neutron.quota.resource_registry [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] ipsecpolicy is already registered 2026-07-02 05:42:55.157 8 INFO neutron.quota.resource_registry [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-02 05:42:55.157 8 WARNING neutron.quota.resource_registry [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] ikepolicy is already registered 2026-07-02 05:42:55.157 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-02 05:42:55.159 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-02 05:42:55.159 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: fip-port-details 2026-07-02 05:42:55.160 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: flavors 2026-07-02 05:42:55.162 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-02 05:42:55.162 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: floatingip-pools 2026-07-02 05:42:55.163 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: ip_allocation 2026-07-02 05:42:55.163 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: ip-substring-filtering 2026-07-02 05:42:55.164 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: l2_adjacency 2026-07-02 05:42:55.165 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: router 2026-07-02 05:42:55.167 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-02 05:42:55.167 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: ext-gw-mode 2026-07-02 05:42:55.168 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: l3-ha 2026-07-02 05:42:55.169 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-02 05:42:55.169 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-02 05:42:55.170 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: l3-flavors 2026-07-02 05:42:55.171 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-02 05:42:55.171 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-02 05:42:55.173 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-02 05:42:55.174 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-02 05:42:55.176 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-02 05:42:55.177 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-02 05:42:55.177 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-02 05:42:55.178 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: multi-provider 2026-07-02 05:42:55.179 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: net-mtu 2026-07-02 05:42:55.179 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: net-mtu-writable 2026-07-02 05:42:55.180 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: network_availability_zone 2026-07-02 05:42:55.180 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: network_ha 2026-07-02 05:42:55.181 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: network-ip-availability 2026-07-02 05:42:55.182 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-02 05:42:55.183 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: pagination 2026-07-02 05:42:55.183 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: port-device-profile 2026-07-02 05:42:55.184 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-02 05:42:55.184 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-02 05:42:55.185 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: port-mac-override 2026-07-02 05:42:55.186 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-02 05:42:55.186 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-02 05:42:55.187 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: port-resource-request 2026-07-02 05:42:55.187 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: port-resource-request-groups 2026-07-02 05:42:55.188 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: binding 2026-07-02 05:42:55.189 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: binding-extended 2026-07-02 05:42:55.189 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: port-security 2026-07-02 05:42:55.190 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: project-id 2026-07-02 05:42:55.190 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: provider 2026-07-02 05:42:55.192 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: qos 2026-07-02 05:42:55.193 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-02 05:42:55.194 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-02 05:42:55.194 8 WARNING keystonemiddleware._common.config [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-02 05:42:55.195 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: qos-default 2026-07-02 05:42:55.195 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: qos-fip 2026-07-02 05:42:55.196 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-02 05:42:55.196 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: qos-gateway-ip 2026-07-02 05:42:55.197 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: qos-port-network-policy 2026-07-02 05:42:55.198 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: qos-pps-minimum 2026-07-02 05:42:55.198 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-02 05:42:55.199 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: qos-pps 2026-07-02 05:42:55.200 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: qos-rule-type-details 2026-07-02 05:42:55.200 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-02 05:42:55.201 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: qos-rules-alias 2026-07-02 05:42:55.201 8 WARNING oslo_config.cfg [None req-de394c75-65bd-414c-8a2a-6080724bda3f - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-07-02 05:42:55.202 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: quota-check-limit WSGI app 0 (mountpoint='') ready in 7 seconds on interpreter 0x55b26d642140 pid: 8 (default app) 2026-07-02 05:42:55.204 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: quotas 2026-07-02 05:42:55.205 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: quota_details 2026-07-02 05:42:55.207 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: rbac-policies 2026-07-02 05:42:55.208 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: rbac-address-group 2026-07-02 05:42:55.208 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: rbac-address-scope 2026-07-02 05:42:55.209 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: rbac-security-groups 2026-07-02 05:42:55.210 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: rbac-subnetpool 2026-07-02 05:42:55.211 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: revision-if-match 2026-07-02 05:42:55.212 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: standard-attr-revisions 2026-07-02 05:42:55.213 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: router_availability_zone 2026-07-02 05:42:55.213 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-02 05:42:55.214 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: security-groups-default-rules 2026-07-02 05:42:55.215 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-02 05:42:55.216 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-02 05:42:55.216 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-02 05:42:55.217 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-02 05:42:55.224 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: security-group 2026-07-02 05:42:55.225 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: segment 2026-07-02 05:42:55.226 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-02 05:42:55.227 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: service-type 2026-07-02 05:42:55.227 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: sorting 2026-07-02 05:42:55.228 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: standard-attr-segment 2026-07-02 05:42:55.228 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: standard-attr-description 2026-07-02 05:42:55.229 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: stateful-security-group 2026-07-02 05:42:55.230 7 WARNING neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.10/site-packages/neutron/extensions/stdattrs_common.py 2026-07-02 05:42:55.230 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-02 05:42:55.231 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: subnet_onboard 2026-07-02 05:42:55.231 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-02 05:42:55.232 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: subnet-service-types 2026-07-02 05:42:55.233 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: subnet_allocation 2026-07-02 05:42:55.233 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-02 05:42:55.234 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-02 05:42:55.237 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: standard-attr-tag 2026-07-02 05:42:55.238 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-02 05:42:55.238 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: trunk 2026-07-02 05:42:55.239 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: trunk-details 2026-07-02 05:42:55.240 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-02 05:42:55.241 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-02 05:42:55.241 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-02 05:42:55.242 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: vpn-flavors 2026-07-02 05:42:55.244 7 INFO neutron.api.extensions [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Loaded extension: vpnaas 2026-07-02 05:42:55.246 7 INFO neutron.quota.resource_registry [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-02 05:42:55.247 7 INFO neutron.quota.resource_registry [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-02 05:42:55.247 7 INFO neutron.quota.resource_registry [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 05:42:55.247 7 INFO neutron.quota.resource_registry [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-02 05:42:55.248 7 INFO neutron.quota.resource_registry [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-02 05:42:55.248 7 INFO neutron.quota.resource_registry [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-02 05:42:55.251 7 INFO neutron.quota.resource_registry [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-02 05:42:55.251 7 INFO neutron.quota.resource_registry [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-02 05:42:55.252 7 INFO neutron.quota.resource_registry [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-02 05:42:55.252 7 INFO neutron.quota.resource_registry [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 05:42:55.252 7 WARNING neutron.quota.resource_registry [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] subnetpool is already registered 2026-07-02 05:42:55.252 7 INFO neutron.quota.resource_registry [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 05:42:55.253 7 WARNING neutron.quota.resource_registry [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] subnetpool is already registered 2026-07-02 05:42:55.253 7 INFO neutron.quota.resource_registry [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-02 05:42:55.253 7 INFO neutron.quota.resource_registry [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-02 05:42:55.254 7 INFO neutron.quota.resource_registry [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-02 05:42:55.254 7 INFO neutron.quota.resource_registry [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-02 05:42:55.254 7 INFO neutron.quota.resource_registry [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-02 05:42:55.254 7 INFO neutron.quota.resource_registry [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-02 05:42:55.256 7 INFO neutron.quota.resource_registry [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-02 05:42:55.257 7 WARNING neutron.quota.resource_registry [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] router is already registered 2026-07-02 05:42:55.257 7 INFO neutron.quota.resource_registry [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-02 05:42:55.257 7 WARNING neutron.quota.resource_registry [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] floatingip is already registered 2026-07-02 05:42:55.258 7 INFO neutron.quota.resource_registry [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-02 05:42:55.258 7 WARNING neutron.quota.resource_registry [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] rbac_policy is already registered 2026-07-02 05:42:55.259 7 INFO neutron.quota.resource_registry [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-02 05:42:55.260 7 WARNING neutron.quota.resource_registry [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] security_group is already registered 2026-07-02 05:42:55.261 7 INFO neutron.quota.resource_registry [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-02 05:42:55.261 7 WARNING neutron.quota.resource_registry [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] security_group_rule is already registered 2026-07-02 05:42:55.261 7 INFO neutron.quota.resource_registry [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 05:42:55.262 7 WARNING neutron.quota.resource_registry [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] subnetpool is already registered 2026-07-02 05:42:55.262 7 INFO neutron.quota.resource_registry [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 05:42:55.262 7 WARNING neutron.quota.resource_registry [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] subnetpool is already registered 2026-07-02 05:42:55.263 7 INFO neutron.quota.resource_registry [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-02 05:42:55.263 7 WARNING neutron.quota.resource_registry [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] trunk is already registered 2026-07-02 05:42:55.263 7 INFO neutron.quota.resource_registry [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-02 05:42:55.263 7 WARNING neutron.quota.resource_registry [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] endpoint_group is already registered 2026-07-02 05:42:55.264 7 INFO neutron.quota.resource_registry [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-02 05:42:55.264 7 WARNING neutron.quota.resource_registry [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] vpnservice is already registered 2026-07-02 05:42:55.264 7 INFO neutron.quota.resource_registry [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-02 05:42:55.264 7 WARNING neutron.quota.resource_registry [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] ipsec_site_connection is already registered 2026-07-02 05:42:55.265 7 INFO neutron.quota.resource_registry [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-02 05:42:55.265 7 WARNING neutron.quota.resource_registry [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] ipsecpolicy is already registered 2026-07-02 05:42:55.265 7 INFO neutron.quota.resource_registry [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-02 05:42:55.265 7 WARNING neutron.quota.resource_registry [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] ikepolicy is already registered 2026-07-02 05:42:55.304 7 WARNING keystonemiddleware._common.config [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-02 05:42:55.312 7 WARNING oslo_config.cfg [None req-edc765f0-4b83-4b12-89f6-e3600180df3a - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 7 seconds on interpreter 0x55b26d642140 pid: 7 (default app) /var/lib/openstack/lib/python3.10/site-packages/memcache.py:1303: SyntaxWarning: "is" with a literal. Did you mean "=="? if key is '': /var/lib/openstack/lib/python3.10/site-packages/memcache.py:1304: SyntaxWarning: "is" with a literal. Did you mean "=="? if key_extra_len is 0: /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 05:43:01.300 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f93e20a2-988b-471d-a0c4-ab3b2658d291 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1/4] 199.204.45.53 () {44 vars in 922 bytes} [Thu Jul 2 05:43:00 2026] GET /v2.0/networks/public => generated 108 bytes in 753 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/memcache.py:1303: SyntaxWarning: "is" with a literal. Did you mean "=="? if key is '': /var/lib/openstack/lib/python3.10/site-packages/memcache.py:1304: SyntaxWarning: "is" with a literal. Did you mean "=="? if key_extra_len is 0: /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 4/5] 199.204.45.53 () {44 vars in 944 bytes} [Thu Jul 2 05:43:01 2026] GET /v2.0/networks?name=public => generated 15 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 05:43:01.889 7 WARNING oslo_policy.policy [None req-697503bc-121f-4f3d-ac80-b6085a76d4c0 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] Policies ['get_subnets_tags'] reference a rule that is not defined. 2026-07-02 05:43:02.027 7 WARNING neutron.services.revisions.revision_plugin [None req-697503bc-121f-4f3d-ac80-b6085a76d4c0 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] Could not find related network for resource to bump revision. 2026-07-02 05:43:02.053 7 INFO neutron.db.segments_db [None req-697503bc-121f-4f3d-ac80-b6085a76d4c0 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] Added segment 100c9a92-74f8-4f59-ad8b-edc9a8b36c05 of type flat for network 662232e9-6192-48a3-a664-8c10f8878d8c 2026-07-02 05:43:02.106 7 INFO neutron.pecan_wsgi.hooks.translation [None req-697503bc-121f-4f3d-ac80-b6085a76d4c0 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2/6] 199.204.45.53 () {48 vars in 962 bytes} [Thu Jul 2 05:43:01 2026] POST /v2.0/networks => generated 124 bytes in 537 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 05:43:08.322 8 INFO neutron.pecan_wsgi.hooks.translation [None req-624ad71b-08bd-4bd9-998b-35b43985ec65 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/7] 199.204.45.53 () {44 vars in 922 bytes} [Thu Jul 2 05:43:07 2026] GET /v2.0/networks/public => generated 108 bytes in 370 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3/8] 199.204.45.53 () {44 vars in 944 bytes} [Thu Jul 2 05:43:08 2026] GET /v2.0/networks?name=public => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 05:43:08.645 8 WARNING oslo_policy.policy [None req-9a6c38b3-ab63-4fcd-8650-0ad2cb1ae841 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] Policies ['get_subnets_tags'] reference a rule that is not defined. 2026-07-02 05:43:08.684 8 WARNING neutron.services.revisions.revision_plugin [None req-9a6c38b3-ab63-4fcd-8650-0ad2cb1ae841 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] Could not find related network for resource to bump revision. 2026-07-02 05:43:08.713 8 INFO neutron.db.segments_db [None req-9a6c38b3-ab63-4fcd-8650-0ad2cb1ae841 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] Added segment 2e53fee6-832d-4d16-9582-cb285de5496e of type flat for network 11711ada-90e0-4955-ba01-952adfeae561 2026-07-02 05:43:08.775 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9a6c38b3-ab63-4fcd-8650-0ad2cb1ae841 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/9] 199.204.45.53 () {48 vars in 962 bytes} [Thu Jul 2 05:43:08 2026] POST /v2.0/networks => generated 124 bytes in 436 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 05:43:14.714 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cc302c82-6567-45d6-9e37-35ffbabeba74 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/11] 199.204.45.53 () {44 vars in 922 bytes} [Thu Jul 2 05:43:14 2026] GET /v2.0/networks/public => generated 108 bytes in 64 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/12] 199.204.45.53 () {44 vars in 944 bytes} [Thu Jul 2 05:43:14 2026] GET /v2.0/networks?name=public => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 05:43:14.811 8 WARNING neutron.services.revisions.revision_plugin [None req-d8041d25-d1fb-4a44-8d57-18e9015139ba d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] Could not find related network for resource to bump revision. 2026-07-02 05:43:14.830 8 INFO neutron.db.segments_db [None req-d8041d25-d1fb-4a44-8d57-18e9015139ba d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] Added segment 59c9354d-0e59-486e-8fb3-1ef77296e143 of type flat for network aa2b9442-47ec-41dd-b868-d221f25b48d8 2026-07-02 05:43:14.863 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d8041d25-d1fb-4a44-8d57-18e9015139ba d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/13] 199.204.45.53 () {48 vars in 962 bytes} [Thu Jul 2 05:43:14 2026] POST /v2.0/networks => generated 124 bytes in 132 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 05:43:20.734 7 INFO neutron.pecan_wsgi.hooks.translation [None req-38fb1c42-cabe-41c8-9f71-efa7b27d14e6 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/14] 199.204.45.53 () {44 vars in 922 bytes} [Thu Jul 2 05:43:20 2026] GET /v2.0/networks/public => generated 108 bytes in 68 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 9/15] 199.204.45.53 () {44 vars in 944 bytes} [Thu Jul 2 05:43:20 2026] GET /v2.0/networks?name=public => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 05:43:20.812 7 WARNING neutron.services.revisions.revision_plugin [None req-81a17bec-8151-4b6a-ac9e-dee923a678a7 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] Could not find related network for resource to bump revision. 2026-07-02 05:43:20.834 7 INFO neutron.db.segments_db [None req-81a17bec-8151-4b6a-ac9e-dee923a678a7 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] Added segment 775a2c24-b4eb-4664-a47a-eb9dcc8c2390 of type flat for network c520a9c6-64d1-4d35-badb-102977487379 2026-07-02 05:43:20.869 7 INFO neutron.pecan_wsgi.hooks.translation [None req-81a17bec-8151-4b6a-ac9e-dee923a678a7 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/16] 199.204.45.53 () {48 vars in 962 bytes} [Thu Jul 2 05:43:20 2026] POST /v2.0/networks => generated 124 bytes in 118 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 05:43:26.828 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cb53ef9e-f5af-4627-9857-ba707c1f3f4f d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/17] 199.204.45.53 () {44 vars in 922 bytes} [Thu Jul 2 05:43:26 2026] GET /v2.0/networks/public => generated 108 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/18] 199.204.45.53 () {44 vars in 944 bytes} [Thu Jul 2 05:43:26 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 05:43:26.903 8 WARNING neutron.services.revisions.revision_plugin [None req-405c233c-b69c-4d06-af78-1ecd5db00f25 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] Could not find related network for resource to bump revision. 2026-07-02 05:43:26.929 8 INFO neutron.db.segments_db [None req-405c233c-b69c-4d06-af78-1ecd5db00f25 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] Added segment 928df6de-0bec-43f9-8e2d-e2abe95338bd of type flat for network 8512818c-2cbe-415b-8c29-3d3f8c6c2e97 [pid: 8|app: 0|req: 11/19] 199.204.45.53 () {48 vars in 962 bytes} [Thu Jul 2 05:43:26 2026] POST /v2.0/networks => generated 706 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 05:43:28.130 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9d45fa51-5890-4b07-aabf-f16574014fbf d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/20] 199.204.45.53 () {44 vars in 922 bytes} [Thu Jul 2 05:43:28 2026] GET /v2.0/networks/public => generated 108 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/21] 199.204.45.53 () {44 vars in 944 bytes} [Thu Jul 2 05:43:28 2026] GET /v2.0/networks?name=public => generated 709 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 05:43:28.236 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fc08c3ef-bd5e-4a78-82cc-87d6b2299bcc d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/22] 199.204.45.53 () {44 vars in 1029 bytes} [Thu Jul 2 05:43:28 2026] GET /v2.0/subnets/public-subnet?network_id=8512818c-2cbe-415b-8c29-3d3f8c6c2e97 => generated 113 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/23] 199.204.45.53 () {44 vars in 1052 bytes} [Thu Jul 2 05:43:28 2026] GET /v2.0/subnets?name=public-subnet&network_id=8512818c-2cbe-415b-8c29-3d3f8c6c2e97 => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 11/25] 199.204.45.53 () {48 vars in 960 bytes} [Thu Jul 2 05:43:28 2026] POST /v2.0/subnets => generated 641 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 05:47:55.206 7 ERROR oslo.messaging._drivers.impl_rabbit [-] [a84b358a-2c45-4ab5-8901-75fce0c03442] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError:  2026-07-02 05:47:55.209 7 ERROR oslo.messaging._drivers.impl_rabbit [-] [3ed6d510-0e09-463b-bbc8-c4e39800ae5f] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError:  2026-07-02 05:47:55.209 7 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: Server unexpectedly closed connection Thu Jul 2 05:47:55 2026 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /v2.0/networks/lb-mgmt-net (ip 199.204.45.53) !!! 2026-07-02 05:47:55.326 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bd7b1610-3b17-4af0-a904-eff4947f4417 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 28/59] 199.204.45.53 () {44 vars in 932 bytes} [Thu Jul 2 05:47:55 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 126 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 05:47:55.339 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [62af852f-4d98-45a6-8293-48c5c28d8a85] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError:  2026-07-02 05:47:55.344 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [966f64d3-b9f7-4a3f-94e0-e0b19aedd0c9] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError:  [pid: 8|app: 0|req: 32/60] 199.204.45.53 () {44 vars in 954 bytes} [Thu Jul 2 05:47:55 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 05:47:55.433 7 INFO neutron.db.segments_db [None req-16d3d943-ea89-4f07-b41c-427500512c41 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] Added segment 5410c509-22d1-4a49-bc05-ba8a81d365ba of type vxlan for network f960575b-d1a1-4e94-b00d-cb9e50bb6967 [pid: 7|app: 0|req: 29/61] 199.204.45.53 () {48 vars in 961 bytes} [Thu Jul 2 05:47:55 2026] POST /v2.0/networks => generated 706 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 05:47:56.431 8 INFO oslo.messaging._drivers.impl_rabbit [-] [966f64d3-b9f7-4a3f-94e0-e0b19aedd0c9] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 38060. 2026-07-02 05:47:56.431 8 INFO oslo.messaging._drivers.impl_rabbit [-] [62af852f-4d98-45a6-8293-48c5c28d8a85] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 38062. 2026-07-02 05:47:56.468 8 INFO neutron.pecan_wsgi.hooks.translation [None req-39a008d9-08eb-4320-aa35-87eae62f71f1 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 33/62] 199.204.45.53 () {44 vars in 932 bytes} [Thu Jul 2 05:47:56 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 62 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 05:47:56.554 7 INFO oslo.messaging._drivers.impl_rabbit [-] [3ed6d510-0e09-463b-bbc8-c4e39800ae5f] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 38068. 2026-07-02 05:47:56.557 7 INFO oslo.messaging._drivers.impl_rabbit [-] [a84b358a-2c45-4ab5-8901-75fce0c03442] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 38066. [pid: 7|app: 0|req: 30/63] 199.204.45.53 () {44 vars in 954 bytes} [Thu Jul 2 05:47:56 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 690 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 05:47:56.598 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0476c27b-4df0-43a8-a543-a1697ea8025a d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 34/64] 199.204.45.53 () {44 vars in 1031 bytes} [Thu Jul 2 05:47:56 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=f960575b-d1a1-4e94-b00d-cb9e50bb6967 => generated 114 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 31/65] 199.204.45.53 () {44 vars in 1054 bytes} [Thu Jul 2 05:47:56 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=f960575b-d1a1-4e94-b00d-cb9e50bb6967 => generated 14 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/66] 199.204.45.53 () {48 vars in 960 bytes} [Thu Jul 2 05:47:56 2026] POST /v2.0/subnets => generated 627 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 05:47:57.900 7 INFO neutron.api.v2.resource [None req-4c37869d-cb34-4461-939b-116f59b70ad1 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 32/67] 199.204.45.53 () {44 vars in 966 bytes} [Thu Jul 2 05:47:57 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/68] 199.204.45.53 () {44 vars in 988 bytes} [Thu Jul 2 05:47:57 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 33/69] 199.204.45.53 () {48 vars in 975 bytes} [Thu Jul 2 05:47:57 2026] POST /v2.0/security-groups => generated 1552 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/72] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 2 05:47:59 2026] GET /v2.0/security-groups/f4bef9f7-9d3e-4cdf-9209-a2e27a056032 => generated 1552 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/73] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 2 05:47:59 2026] GET /v2.0/security-groups/f4bef9f7-9d3e-4cdf-9209-a2e27a056032 => generated 1552 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/74] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 2 05:47:59 2026] GET /v2.0/security-groups/f4bef9f7-9d3e-4cdf-9209-a2e27a056032 => generated 1552 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/75] 199.204.45.53 () {48 vars in 986 bytes} [Thu Jul 2 05:47:59 2026] POST /v2.0/security-group-rules => generated 569 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/76] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 2 05:48:00 2026] GET /v2.0/security-groups/f4bef9f7-9d3e-4cdf-9209-a2e27a056032 => generated 2134 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/77] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 2 05:48:00 2026] GET /v2.0/security-groups/f4bef9f7-9d3e-4cdf-9209-a2e27a056032 => generated 2134 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/78] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 2 05:48:00 2026] GET /v2.0/security-groups/f4bef9f7-9d3e-4cdf-9209-a2e27a056032 => generated 2134 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/79] 199.204.45.53 () {48 vars in 986 bytes} [Thu Jul 2 05:48:00 2026] POST /v2.0/security-group-rules => generated 571 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/80] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 2 05:48:01 2026] GET /v2.0/security-groups/f4bef9f7-9d3e-4cdf-9209-a2e27a056032 => generated 2718 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/81] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 2 05:48:01 2026] GET /v2.0/security-groups/f4bef9f7-9d3e-4cdf-9209-a2e27a056032 => generated 2718 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/82] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 2 05:48:01 2026] GET /v2.0/security-groups/f4bef9f7-9d3e-4cdf-9209-a2e27a056032 => generated 2718 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/83] 199.204.45.53 () {48 vars in 986 bytes} [Thu Jul 2 05:48:01 2026] POST /v2.0/security-group-rules => generated 571 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/84] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 2 05:48:02 2026] GET /v2.0/security-groups/f4bef9f7-9d3e-4cdf-9209-a2e27a056032 => generated 3302 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/85] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 2 05:48:02 2026] GET /v2.0/security-groups/f4bef9f7-9d3e-4cdf-9209-a2e27a056032 => generated 3302 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/86] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 2 05:48:02 2026] GET /v2.0/security-groups/f4bef9f7-9d3e-4cdf-9209-a2e27a056032 => generated 3302 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/87] 199.204.45.53 () {48 vars in 986 bytes} [Thu Jul 2 05:48:02 2026] POST /v2.0/security-group-rules => generated 571 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/88] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 2 05:48:03 2026] GET /v2.0/security-groups/f4bef9f7-9d3e-4cdf-9209-a2e27a056032 => generated 3886 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/89] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 2 05:48:03 2026] GET /v2.0/security-groups/f4bef9f7-9d3e-4cdf-9209-a2e27a056032 => generated 3886 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/90] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 2 05:48:03 2026] GET /v2.0/security-groups/f4bef9f7-9d3e-4cdf-9209-a2e27a056032 => generated 3886 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/91] 199.204.45.53 () {48 vars in 986 bytes} [Thu Jul 2 05:48:03 2026] POST /v2.0/security-group-rules => generated 571 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/92] 199.204.45.53 () {44 vars in 982 bytes} [Thu Jul 2 05:48:04 2026] GET /v2.0/networks/f960575b-d1a1-4e94-b00d-cb9e50bb6967 => generated 731 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 05:48:04.846 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d1b723c8-bb35-4dbe-b841-c02a5e9e4955 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 45/93] 199.204.45.53 () {44 vars in 1071 bytes} [Thu Jul 2 05:48:04 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=f960575b-d1a1-4e94-b00d-cb9e50bb6967 => generated 132 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/94] 199.204.45.53 () {44 vars in 1094 bytes} [Thu Jul 2 05:48:04 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=f960575b-d1a1-4e94-b00d-cb9e50bb6967 => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/95] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 2 05:48:04 2026] GET /v2.0/security-groups/f4bef9f7-9d3e-4cdf-9209-a2e27a056032 => generated 4470 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/96] 199.204.45.53 () {48 vars in 956 bytes} [Thu Jul 2 05:48:04 2026] POST /v2.0/ports => generated 1100 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 05:48:10.675 7 INFO neutron.pecan_wsgi.hooks.translation [None req-db4eaa06-ed2f-461a-95c2-1246359fcf03 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 47/97] 199.204.45.53 () {44 vars in 974 bytes} [Thu Jul 2 05:48:10 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 51/98] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 2 05:48:10 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/99] 199.204.45.53 () {48 vars in 1026 bytes} [Thu Jul 2 05:48:10 2026] PUT /v2.0/ports/9fba6e1a-d4a6-4df8-b29c-141ee44e183d => generated 1213 bytes in 697 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/100] 199.204.45.53 () {44 vars in 915 bytes} [Thu Jul 2 05:48:12 2026] GET /v2.0/ports => generated 3730 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 05:48:14.126 8 INFO neutron.api.v2.resource [None req-18cafa8a-d761-4c5d-b792-6f3761058f8c d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 54/103] 199.204.45.53 () {44 vars in 954 bytes} [Thu Jul 2 05:48:14 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 50/104] 199.204.45.53 () {44 vars in 976 bytes} [Thu Jul 2 05:48:14 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/105] 199.204.45.53 () {48 vars in 975 bytes} [Thu Jul 2 05:48:14 2026] POST /v2.0/security-groups => generated 1546 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 51/106] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 2 05:48:15 2026] GET /v2.0/security-groups/8603c1b7-7a6a-47e3-a466-68dbdbdf03a2 => generated 1546 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/107] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 2 05:48:15 2026] GET /v2.0/security-groups/8603c1b7-7a6a-47e3-a466-68dbdbdf03a2 => generated 1546 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/108] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 2 05:48:15 2026] GET /v2.0/security-groups/8603c1b7-7a6a-47e3-a466-68dbdbdf03a2 => generated 1546 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/109] 199.204.45.53 () {48 vars in 986 bytes} [Thu Jul 2 05:48:15 2026] POST /v2.0/security-group-rules => generated 591 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/110] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 2 05:48:16 2026] GET /v2.0/security-groups/8603c1b7-7a6a-47e3-a466-68dbdbdf03a2 => generated 2150 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/111] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 2 05:48:16 2026] GET /v2.0/security-groups/8603c1b7-7a6a-47e3-a466-68dbdbdf03a2 => generated 2150 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/112] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 2 05:48:16 2026] GET /v2.0/security-groups/8603c1b7-7a6a-47e3-a466-68dbdbdf03a2 => generated 2150 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/113] 199.204.45.53 () {48 vars in 986 bytes} [Thu Jul 2 05:48:16 2026] POST /v2.0/security-group-rules => generated 595 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/122] 199.204.45.53 () {44 vars in 970 bytes} [Thu Jul 2 05:49:16 2026] GET /v2.0/quotas/47d455b829a347f0a293b03a747523ab => generated 292 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/neutron/extensions/quotasv2.py:139: UserWarning: Neutron quota engine will require "--force" parameter to set a quota limit without checking the resource usage. warnings.warn('Neutron quota engine will require "--force" ' [pid: 8|app: 0|req: 64/123] 199.204.45.53 () {48 vars in 1022 bytes} [Thu Jul 2 05:49:17 2026] PUT /v2.0/quotas/47d455b829a347f0a293b03a747523ab => generated 291 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 05:51:26.843 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [966f64d3-b9f7-4a3f-94e0-e0b19aedd0c9] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError:  2026-07-02 05:51:26.844 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [62af852f-4d98-45a6-8293-48c5c28d8a85] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError:  2026-07-02 05:51:26.847 8 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: [Errno 104] Connection reset by peer Thu Jul 2 05:51:26 2026 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /v2.0/ports/octavia-health-manager-port-instance (ip 199.204.45.53) !!! /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 05:51:27.022 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1ebbd28b-f9db-426a-bebd-2908b9f41afd d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 73/140] 199.204.45.53 () {30 vars in 738 bytes} [Thu Jul 2 05:51:26 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 190 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 05:51:27.036 7 ERROR oslo.messaging._drivers.impl_rabbit [-] [a84b358a-2c45-4ab5-8901-75fce0c03442] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError:  2026-07-02 05:51:27.037 7 ERROR oslo.messaging._drivers.impl_rabbit [-] [3ed6d510-0e09-463b-bbc8-c4e39800ae5f] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError:  2026-07-02 05:51:27.038 7 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: [Errno 104] Connection reset by peer Thu Jul 2 05:51:27 2026 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /v2.0/ports?name=octavia-health-manager-port-instance (ip 199.204.45.53) !!! /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 68/141] 199.204.45.53 () {30 vars in 760 bytes} [Thu Jul 2 05:51:27 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 05:51:28.747 8 INFO oslo.messaging._drivers.impl_rabbit [-] [966f64d3-b9f7-4a3f-94e0-e0b19aedd0c9] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 49568. 2026-07-02 05:51:28.752 8 INFO oslo.messaging._drivers.impl_rabbit [-] [62af852f-4d98-45a6-8293-48c5c28d8a85] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 49574. 2026-07-02 05:51:28.799 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5582d9bf-a1ea-480b-a3a5-da6049694d13 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 75/144] 199.204.45.53 () {30 vars in 738 bytes} [Thu Jul 2 05:51:28 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 71 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 05:51:28.847 7 INFO oslo.messaging._drivers.impl_rabbit [-] [a84b358a-2c45-4ab5-8901-75fce0c03442] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 49588. 2026-07-02 05:51:28.848 7 INFO oslo.messaging._drivers.impl_rabbit [-] [3ed6d510-0e09-463b-bbc8-c4e39800ae5f] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 49594. [pid: 7|app: 0|req: 70/145] 199.204.45.53 () {30 vars in 760 bytes} [Thu Jul 2 05:51:28 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 05:57:34.645 7 ERROR oslo.messaging._drivers.impl_rabbit [-] [a84b358a-2c45-4ab5-8901-75fce0c03442] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError:  2026-07-02 05:57:34.649 7 ERROR oslo.messaging._drivers.impl_rabbit [-] [3ed6d510-0e09-463b-bbc8-c4e39800ae5f] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError:  2026-07-02 05:57:34.650 7 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: Server unexpectedly closed connection Thu Jul 2 05:57:34 2026 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /v2.0/security-groups/manila-service-security-group?project_id=c85a5709eb74423bb9669094cd1229b9 (ip 199.204.45.53) !!! 2026-07-02 05:57:34.835 7 INFO neutron.api.v2.resource [None req-90bfcd44-d540-42e8-a782-145054e2a1fe d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 95/194] 199.204.45.53 () {44 vars in 1069 bytes} [Thu Jul 2 05:57:34 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=c85a5709eb74423bb9669094cd1229b9 => generated 139 bytes in 197 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 05:57:34.849 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [966f64d3-b9f7-4a3f-94e0-e0b19aedd0c9] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError:  2026-07-02 05:57:34.851 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [62af852f-4d98-45a6-8293-48c5c28d8a85] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError:  2026-07-02 05:57:34.852 8 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: Server unexpectedly closed connection Thu Jul 2 05:57:34 2026 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /v2.0/security-groups?name=manila-service-security-group&project_id=c85a5709eb74423bb9669094cd1229b9 (ip 199.204.45.53) !!! [pid: 8|app: 0|req: 100/195] 199.204.45.53 () {44 vars in 1092 bytes} [Thu Jul 2 05:57:34 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=c85a5709eb74423bb9669094cd1229b9 => generated 23 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 96/196] 199.204.45.53 () {48 vars in 976 bytes} [Thu Jul 2 05:57:35 2026] POST /v2.0/security-groups => generated 1560 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 05:57:36.150 8 INFO oslo.messaging._drivers.impl_rabbit [-] [62af852f-4d98-45a6-8293-48c5c28d8a85] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 42498. 2026-07-02 05:57:36.151 8 INFO oslo.messaging._drivers.impl_rabbit [-] [966f64d3-b9f7-4a3f-94e0-e0b19aedd0c9] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 42488. [pid: 8|app: 0|req: 101/197] 199.204.45.53 () {44 vars in 1083 bytes} [Thu Jul 2 05:57:36 2026] GET /v2.0/security-groups/9c75a3f2-660b-4f34-838f-caa5d390a19d?project_id=c85a5709eb74423bb9669094cd1229b9 => generated 1560 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 05:57:36.253 7 INFO oslo.messaging._drivers.impl_rabbit [-] [a84b358a-2c45-4ab5-8901-75fce0c03442] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 42514. 2026-07-02 05:57:36.254 7 INFO oslo.messaging._drivers.impl_rabbit [-] [3ed6d510-0e09-463b-bbc8-c4e39800ae5f] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 42526. [pid: 7|app: 0|req: 97/198] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 2 05:57:36 2026] GET /v2.0/security-groups/9c75a3f2-660b-4f34-838f-caa5d390a19d => generated 1560 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 102/199] 199.204.45.53 () {44 vars in 1083 bytes} [Thu Jul 2 05:57:36 2026] GET /v2.0/security-groups/9c75a3f2-660b-4f34-838f-caa5d390a19d?project_id=c85a5709eb74423bb9669094cd1229b9 => generated 1560 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 98/200] 199.204.45.53 () {48 vars in 986 bytes} [Thu Jul 2 05:57:36 2026] POST /v2.0/security-group-rules => generated 565 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/201] 199.204.45.53 () {44 vars in 1083 bytes} [Thu Jul 2 05:57:37 2026] GET /v2.0/security-groups/9c75a3f2-660b-4f34-838f-caa5d390a19d?project_id=c85a5709eb74423bb9669094cd1229b9 => generated 2138 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 99/202] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 2 05:57:37 2026] GET /v2.0/security-groups/9c75a3f2-660b-4f34-838f-caa5d390a19d => generated 2138 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/203] 199.204.45.53 () {44 vars in 1083 bytes} [Thu Jul 2 05:57:37 2026] GET /v2.0/security-groups/9c75a3f2-660b-4f34-838f-caa5d390a19d?project_id=c85a5709eb74423bb9669094cd1229b9 => generated 2138 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 100/204] 199.204.45.53 () {48 vars in 986 bytes} [Thu Jul 2 05:57:37 2026] POST /v2.0/security-group-rules => generated 567 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/205] 199.204.45.53 () {44 vars in 1083 bytes} [Thu Jul 2 05:57:38 2026] GET /v2.0/security-groups/9c75a3f2-660b-4f34-838f-caa5d390a19d?project_id=c85a5709eb74423bb9669094cd1229b9 => generated 2718 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 101/206] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 2 05:57:38 2026] GET /v2.0/security-groups/9c75a3f2-660b-4f34-838f-caa5d390a19d => generated 2718 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/207] 199.204.45.53 () {44 vars in 1083 bytes} [Thu Jul 2 05:57:38 2026] GET /v2.0/security-groups/9c75a3f2-660b-4f34-838f-caa5d390a19d?project_id=c85a5709eb74423bb9669094cd1229b9 => generated 2718 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 102/208] 199.204.45.53 () {48 vars in 986 bytes} [Thu Jul 2 05:57:39 2026] POST /v2.0/security-group-rules => generated 569 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/209] 199.204.45.53 () {44 vars in 1083 bytes} [Thu Jul 2 05:57:40 2026] GET /v2.0/security-groups/9c75a3f2-660b-4f34-838f-caa5d390a19d?project_id=c85a5709eb74423bb9669094cd1229b9 => generated 3300 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/210] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 2 05:57:40 2026] GET /v2.0/security-groups/9c75a3f2-660b-4f34-838f-caa5d390a19d => generated 3300 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/211] 199.204.45.53 () {44 vars in 1083 bytes} [Thu Jul 2 05:57:40 2026] GET /v2.0/security-groups/9c75a3f2-660b-4f34-838f-caa5d390a19d?project_id=c85a5709eb74423bb9669094cd1229b9 => generated 3300 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/212] 199.204.45.53 () {48 vars in 986 bytes} [Thu Jul 2 05:57:40 2026] POST /v2.0/security-group-rules => generated 570 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/231] 199.204.45.53 () {30 vars in 737 bytes} [Thu Jul 2 05:59:54 2026] GET /v2.0/networks?tenant_id=c85a5709eb74423bb9669094cd1229b9&shared=False => generated 15 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 05:59:55.081 8 INFO neutron.db.segments_db [None req-588f6386-4027-45d5-b367-9c4c7f25df74 8693ce0a519b46519b8de77ab03ab7e8 c85a5709eb74423bb9669094cd1229b9 - - 6bbf0f75603648af9c1884fd0d2dbcb7 6bbf0f75603648af9c1884fd0d2dbcb7] Added segment 7d440d78-b888-4735-8007-f8b060dc7f21 of type vxlan for network 2ade8143-1b40-4766-8523-704abf067645 [pid: 8|app: 0|req: 118/232] 199.204.45.53 () {34 vars in 679 bytes} [Thu Jul 2 05:59:55 2026] POST /v2.0/networks => generated 718 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/233] 199.204.45.53 () {30 vars in 719 bytes} [Thu Jul 2 05:59:55 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 119/234] 199.204.45.53 () {30 vars in 630 bytes} [Thu Jul 2 05:59:55 2026] GET /v2.0/extensions => generated 19600 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/235] 199.204.45.53 () {34 vars in 674 bytes} [Thu Jul 2 05:59:55 2026] POST /v2.0/ports => generated 963 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 120/236] 199.204.45.53 () {30 vars in 700 bytes} [Thu Jul 2 05:59:55 2026] GET /v2.0/networks/2ade8143-1b40-4766-8523-704abf067645 => generated 705 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 117/237] 199.204.45.53 () {30 vars in 719 bytes} [Thu Jul 2 05:59:58 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 121/238] 199.204.45.53 () {30 vars in 700 bytes} [Thu Jul 2 05:59:58 2026] GET /v2.0/networks/2ade8143-1b40-4766-8523-704abf067645 => generated 705 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/243] 199.204.45.53 () {44 vars in 970 bytes} [Thu Jul 2 06:00:14 2026] GET /v2.0/quotas/c85a5709eb74423bb9669094cd1229b9 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/neutron/extensions/quotasv2.py:139: UserWarning: Neutron quota engine will require "--force" parameter to set a quota limit without checking the resource usage. warnings.warn('Neutron quota engine will require "--force" ' [pid: 7|app: 0|req: 120/244] 199.204.45.53 () {48 vars in 1022 bytes} [Thu Jul 2 06:00:14 2026] PUT /v2.0/quotas/c85a5709eb74423bb9669094cd1229b9 => generated 291 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:11:33.175 7 ERROR oslo.messaging._drivers.impl_rabbit [-] [3ed6d510-0e09-463b-bbc8-c4e39800ae5f] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError:  2026-07-02 06:11:33.176 7 ERROR oslo.messaging._drivers.impl_rabbit [-] [a84b358a-2c45-4ab5-8901-75fce0c03442] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError:  2026-07-02 06:11:33.177 7 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: [Errno 104] Connection reset by peer Thu Jul 2 06:11:33 2026 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /v2.0/networks/public (ip 199.204.45.53) !!! 2026-07-02 06:11:33.330 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1831d3be-2f34-409f-8bad-33d2bb13fcfe d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 166/335] 199.204.45.53 () {44 vars in 922 bytes} [Thu Jul 2 06:11:33 2026] GET /v2.0/networks/public => generated 108 bytes in 162 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:11:33.339 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [62af852f-4d98-45a6-8293-48c5c28d8a85] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError:  2026-07-02 06:11:33.339 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [966f64d3-b9f7-4a3f-94e0-e0b19aedd0c9] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError:  2026-07-02 06:11:33.340 8 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: [Errno 104] Connection reset by peer Thu Jul 2 06:11:33 2026 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /v2.0/networks?name=public (ip 199.204.45.53) !!! [pid: 8|app: 0|req: 170/336] 199.204.45.53 () {44 vars in 944 bytes} [Thu Jul 2 06:11:33 2026] GET /v2.0/networks?name=public => generated 753 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:11:34.560 7 INFO oslo.messaging._drivers.impl_rabbit [-] [a84b358a-2c45-4ab5-8901-75fce0c03442] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 39296. 2026-07-02 06:11:34.561 7 INFO oslo.messaging._drivers.impl_rabbit [-] [3ed6d510-0e09-463b-bbc8-c4e39800ae5f] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 39284. 2026-07-02 06:11:34.601 7 INFO neutron.pecan_wsgi.hooks.translation [None req-67f82a78-c897-4064-b88c-1aad76784a7d d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 167/337] 199.204.45.53 () {44 vars in 922 bytes} [Thu Jul 2 06:11:34 2026] GET /v2.0/networks/public => generated 108 bytes in 62 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:11:34.644 8 INFO oslo.messaging._drivers.impl_rabbit [-] [62af852f-4d98-45a6-8293-48c5c28d8a85] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 39312. 2026-07-02 06:11:34.645 8 INFO oslo.messaging._drivers.impl_rabbit [-] [966f64d3-b9f7-4a3f-94e0-e0b19aedd0c9] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 39320. [pid: 8|app: 0|req: 171/338] 199.204.45.53 () {44 vars in 944 bytes} [Thu Jul 2 06:11:34 2026] GET /v2.0/networks?name=public => generated 753 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:11:34.719 7 INFO neutron.pecan_wsgi.hooks.translation [None req-149f1462-2257-4f06-9d72-cfd816e1042e d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 168/339] 199.204.45.53 () {44 vars in 1029 bytes} [Thu Jul 2 06:11:34 2026] GET /v2.0/subnets/public-subnet?network_id=8512818c-2cbe-415b-8c29-3d3f8c6c2e97 => generated 113 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 172/340] 199.204.45.53 () {44 vars in 1052 bytes} [Thu Jul 2 06:11:34 2026] GET /v2.0/subnets?name=public-subnet&network_id=8512818c-2cbe-415b-8c29-3d3f8c6c2e97 => generated 644 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:12:08.104 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d02991ed-4eef-4821-a891-54b5ff060708 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 171/345] 199.204.45.53 () {44 vars in 932 bytes} [Thu Jul 2 06:12:08 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 64 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 175/346] 199.204.45.53 () {44 vars in 954 bytes} [Thu Jul 2 06:12:08 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 734 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:12:09.110 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2ef2d260-ebde-4a2b-9f31-06f2a074b052 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 172/347] 199.204.45.53 () {44 vars in 932 bytes} [Thu Jul 2 06:12:09 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 176/348] 199.204.45.53 () {44 vars in 954 bytes} [Thu Jul 2 06:12:09 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 734 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:12:09.209 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3a8f755f-d8ff-42b0-9bce-0f406f70b792 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 173/349] 199.204.45.53 () {44 vars in 1031 bytes} [Thu Jul 2 06:12:09 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=f960575b-d1a1-4e94-b00d-cb9e50bb6967 => generated 114 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 177/350] 199.204.45.53 () {44 vars in 1054 bytes} [Thu Jul 2 06:12:09 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=f960575b-d1a1-4e94-b00d-cb9e50bb6967 => generated 630 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:12:10.383 7 INFO neutron.api.v2.resource [None req-d8ff2734-35d5-4558-ac68-33daed303748 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 174/351] 199.204.45.53 () {44 vars in 966 bytes} [Thu Jul 2 06:12:10 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/352] 199.204.45.53 () {44 vars in 988 bytes} [Thu Jul 2 06:12:10 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4473 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 175/353] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 2 06:12:11 2026] GET /v2.0/security-groups/f4bef9f7-9d3e-4cdf-9209-a2e27a056032 => generated 4470 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/354] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 2 06:12:11 2026] GET /v2.0/security-groups/f4bef9f7-9d3e-4cdf-9209-a2e27a056032 => generated 4470 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 176/355] 199.204.45.53 () {44 vars in 1006 bytes} [Thu Jul 2 06:12:11 2026] GET /v2.0/security-group-rules/55d8bdd1-bf64-480d-b96e-ddf40bec1e2d => generated 569 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/356] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 2 06:12:12 2026] GET /v2.0/security-groups/f4bef9f7-9d3e-4cdf-9209-a2e27a056032 => generated 4470 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/357] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 2 06:12:12 2026] GET /v2.0/security-groups/f4bef9f7-9d3e-4cdf-9209-a2e27a056032 => generated 4470 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/358] 199.204.45.53 () {44 vars in 1006 bytes} [Thu Jul 2 06:12:12 2026] GET /v2.0/security-group-rules/5beb5b6a-1c0f-4b05-b696-c8bee0ca037e => generated 571 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/361] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 2 06:12:13 2026] GET /v2.0/security-groups/f4bef9f7-9d3e-4cdf-9209-a2e27a056032 => generated 4470 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/362] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 2 06:12:13 2026] GET /v2.0/security-groups/f4bef9f7-9d3e-4cdf-9209-a2e27a056032 => generated 4470 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/363] 199.204.45.53 () {44 vars in 1006 bytes} [Thu Jul 2 06:12:13 2026] GET /v2.0/security-group-rules/4ccfa5e8-fa12-40bd-a9e2-da3b2f1b4c3a => generated 571 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/364] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 2 06:12:14 2026] GET /v2.0/security-groups/f4bef9f7-9d3e-4cdf-9209-a2e27a056032 => generated 4470 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/365] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 2 06:12:14 2026] GET /v2.0/security-groups/f4bef9f7-9d3e-4cdf-9209-a2e27a056032 => generated 4470 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/366] 199.204.45.53 () {44 vars in 1006 bytes} [Thu Jul 2 06:12:14 2026] GET /v2.0/security-group-rules/909ebaa9-4cef-4f0c-bc89-2d0a0818156f => generated 571 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/367] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 2 06:12:15 2026] GET /v2.0/security-groups/f4bef9f7-9d3e-4cdf-9209-a2e27a056032 => generated 4470 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/368] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 2 06:12:15 2026] GET /v2.0/security-groups/f4bef9f7-9d3e-4cdf-9209-a2e27a056032 => generated 4470 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/369] 199.204.45.53 () {44 vars in 1006 bytes} [Thu Jul 2 06:12:15 2026] GET /v2.0/security-group-rules/e7b8cd25-2d5d-45ca-9fc6-ba1f5784979b => generated 571 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/370] 199.204.45.53 () {44 vars in 982 bytes} [Thu Jul 2 06:12:16 2026] GET /v2.0/networks/f960575b-d1a1-4e94-b00d-cb9e50bb6967 => generated 731 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:12:16.829 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c4321971-1716-4eb0-a955-b65340bc9eac d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 188/371] 199.204.45.53 () {44 vars in 1071 bytes} [Thu Jul 2 06:12:16 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=f960575b-d1a1-4e94-b00d-cb9e50bb6967 => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/372] 199.204.45.53 () {44 vars in 1094 bytes} [Thu Jul 2 06:12:16 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=f960575b-d1a1-4e94-b00d-cb9e50bb6967 => generated 1254 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/373] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 2 06:12:16 2026] GET /v2.0/security-groups/f4bef9f7-9d3e-4cdf-9209-a2e27a056032 => generated 4470 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:12:23.084 7 INFO neutron.pecan_wsgi.hooks.translation [None req-300b32bb-f319-4b4b-b04a-db44f399eda1 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 185/374] 199.204.45.53 () {44 vars in 974 bytes} [Thu Jul 2 06:12:23 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 68 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/375] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 2 06:12:23 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/376] 199.204.45.53 () {44 vars in 915 bytes} [Thu Jul 2 06:12:24 2026] GET /v2.0/ports => generated 4725 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:12:25.563 8 INFO neutron.api.v2.resource [None req-55382837-f6d0-41fc-afb9-642610cbdccc d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 191/377] 199.204.45.53 () {44 vars in 954 bytes} [Thu Jul 2 06:12:25 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/378] 199.204.45.53 () {44 vars in 976 bytes} [Thu Jul 2 06:12:25 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2761 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/379] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 2 06:12:26 2026] GET /v2.0/security-groups/8603c1b7-7a6a-47e3-a466-68dbdbdf03a2 => generated 2758 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/380] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 2 06:12:26 2026] GET /v2.0/security-groups/8603c1b7-7a6a-47e3-a466-68dbdbdf03a2 => generated 2758 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/381] 199.204.45.53 () {44 vars in 1006 bytes} [Thu Jul 2 06:12:26 2026] GET /v2.0/security-group-rules/daf42e55-7dcf-4a7c-b794-25004b59363d => generated 591 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/382] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 2 06:12:27 2026] GET /v2.0/security-groups/8603c1b7-7a6a-47e3-a466-68dbdbdf03a2 => generated 2758 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/383] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 2 06:12:27 2026] GET /v2.0/security-groups/8603c1b7-7a6a-47e3-a466-68dbdbdf03a2 => generated 2758 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/384] 199.204.45.53 () {44 vars in 1006 bytes} [Thu Jul 2 06:12:27 2026] GET /v2.0/security-group-rules/213fb0f8-be0a-4e88-9ff0-287c13d4b74e => generated 595 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/387] 199.204.45.53 () {44 vars in 970 bytes} [Thu Jul 2 06:12:39 2026] GET /v2.0/quotas/47d455b829a347f0a293b03a747523ab => generated 291 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:13:30.456 7 INFO neutron.api.v2.resource [None req-0c99ba4d-d2ba-4121-9d9c-218e1dc30262 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 197/396] 199.204.45.53 () {44 vars in 1069 bytes} [Thu Jul 2 06:13:30 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=c85a5709eb74423bb9669094cd1229b9 => generated 139 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/397] 199.204.45.53 () {44 vars in 1092 bytes} [Thu Jul 2 06:13:30 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=c85a5709eb74423bb9669094cd1229b9 => generated 3886 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/398] 199.204.45.53 () {44 vars in 1083 bytes} [Thu Jul 2 06:13:31 2026] GET /v2.0/security-groups/9c75a3f2-660b-4f34-838f-caa5d390a19d?project_id=c85a5709eb74423bb9669094cd1229b9 => generated 3883 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/399] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 2 06:13:31 2026] GET /v2.0/security-groups/9c75a3f2-660b-4f34-838f-caa5d390a19d => generated 3883 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/400] 199.204.45.53 () {44 vars in 1006 bytes} [Thu Jul 2 06:13:31 2026] GET /v2.0/security-group-rules/ccd2c9e2-ad09-400c-a6a2-b9d1ce812df7 => generated 565 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/401] 199.204.45.53 () {44 vars in 1083 bytes} [Thu Jul 2 06:13:32 2026] GET /v2.0/security-groups/9c75a3f2-660b-4f34-838f-caa5d390a19d?project_id=c85a5709eb74423bb9669094cd1229b9 => generated 3883 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/402] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 2 06:13:32 2026] GET /v2.0/security-groups/9c75a3f2-660b-4f34-838f-caa5d390a19d => generated 3883 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/403] 199.204.45.53 () {44 vars in 1006 bytes} [Thu Jul 2 06:13:32 2026] GET /v2.0/security-group-rules/9735b62e-77cf-473c-bde4-21d70a157bd5 => generated 567 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/404] 199.204.45.53 () {44 vars in 1083 bytes} [Thu Jul 2 06:13:33 2026] GET /v2.0/security-groups/9c75a3f2-660b-4f34-838f-caa5d390a19d?project_id=c85a5709eb74423bb9669094cd1229b9 => generated 3883 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/405] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 2 06:13:33 2026] GET /v2.0/security-groups/9c75a3f2-660b-4f34-838f-caa5d390a19d => generated 3883 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/406] 199.204.45.53 () {44 vars in 1006 bytes} [Thu Jul 2 06:13:33 2026] GET /v2.0/security-group-rules/d74c33ca-77f4-4148-90ba-95ca6b0a5928 => generated 569 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/407] 199.204.45.53 () {44 vars in 1083 bytes} [Thu Jul 2 06:13:34 2026] GET /v2.0/security-groups/9c75a3f2-660b-4f34-838f-caa5d390a19d?project_id=c85a5709eb74423bb9669094cd1229b9 => generated 3883 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/408] 199.204.45.53 () {44 vars in 996 bytes} [Thu Jul 2 06:13:35 2026] GET /v2.0/security-groups/9c75a3f2-660b-4f34-838f-caa5d390a19d => generated 3883 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/409] 199.204.45.53 () {44 vars in 1006 bytes} [Thu Jul 2 06:13:35 2026] GET /v2.0/security-group-rules/9bedd72a-c08d-4dcf-b877-2dd6c447d406 => generated 570 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/410] 199.204.45.53 () {44 vars in 970 bytes} [Thu Jul 2 06:13:42 2026] GET /v2.0/quotas/c85a5709eb74423bb9669094cd1229b9 => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/419] 199.204.45.53 () {44 vars in 944 bytes} [Thu Jul 2 06:14:33 2026] GET /v2.0/networks?name=public => generated 753 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/424] 10.0.0.230 () {32 vars in 647 bytes} [Thu Jul 2 06:15:11 2026] GET /v2.0/networks => generated 2167 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:15:13.161 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [62af852f-4d98-45a6-8293-48c5c28d8a85] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError:  2026-07-02 06:15:13.171 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [966f64d3-b9f7-4a3f-94e0-e0b19aedd0c9] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError:  [pid: 8|app: 0|req: 214/425] 10.0.0.230 () {32 vars in 653 bytes} [Thu Jul 2 06:15:13 2026] GET /v2.0/floatingips => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/426] 10.0.0.230 () {32 vars in 645 bytes} [Thu Jul 2 06:15:13 2026] GET /v2.0/routers => generated 15 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/427] 10.0.0.230 () {32 vars in 641 bytes} [Thu Jul 2 06:15:13 2026] GET /v2.0/ports => generated 4725 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/428] 10.0.0.230 () {32 vars in 645 bytes} [Thu Jul 2 06:15:13 2026] GET /v2.0/subnets => generated 1261 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/431] 10.0.0.230 () {32 vars in 647 bytes} [Thu Jul 2 06:15:13 2026] GET /v2.0/networks => generated 2167 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/432] 10.0.0.230 () {32 vars in 661 bytes} [Thu Jul 2 06:15:13 2026] GET /v2.0/security-groups => generated 16626 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/433] 10.0.0.230 () {32 vars in 653 bytes} [Thu Jul 2 06:15:13 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:15:24.276 8 INFO oslo.messaging._drivers.impl_rabbit [-] [966f64d3-b9f7-4a3f-94e0-e0b19aedd0c9] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 41562. 2026-07-02 06:15:24.277 8 INFO oslo.messaging._drivers.impl_rabbit [-] [62af852f-4d98-45a6-8293-48c5c28d8a85] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 41568. 2026-07-02 06:15:24.375 7 INFO neutron.db.segments_db [None req-bafb9624-7605-4636-8fd1-446912ebe51d d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] Added segment 41f54cf1-6ab1-4775-be3c-c90724e43e18 of type vxlan for network 220a8bdd-904f-4edc-850d-3fda46ce8ab5 2026-07-02 06:15:24.439 8 INFO neutron.db.segments_db [None req-065bd42b-3347-40ee-9c71-268c0bee4e20 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] Added segment f2a00870-2a4e-400a-ba56-6bf52418c039 of type vxlan for network 8e4f1c90-4f52-459d-ac14-fb6ca9cc8ab0 [pid: 7|app: 0|req: 217/434] 10.0.0.230 () {34 vars in 669 bytes} [Thu Jul 2 06:15:24 2026] POST /v2.0/networks => generated 746 bytes in 482 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/435] 10.0.0.230 () {34 vars in 669 bytes} [Thu Jul 2 06:15:24 2026] POST /v2.0/networks => generated 744 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:15:24.668 7 INFO neutron.db.segments_db [None req-5cb8b995-04b5-444d-9314-55884978ba37 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] Added segment 7f9cc9ac-83a2-43a1-aa5e-070baf257cd1 of type vxlan for network 03233329-6044-4965-b794-b7ef1ffc0031 [pid: 8|app: 0|req: 219/436] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:15:24 2026] POST /v2.0/subnets => generated 669 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/437] 10.0.0.230 () {34 vars in 669 bytes} [Thu Jul 2 06:15:24 2026] POST /v2.0/networks => generated 743 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:15:24.908 7 INFO neutron.db.segments_db [None req-3b8043fb-9d1d-43d3-92a6-21b20175c1d8 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] Added segment 64816012-ceb1-492c-80cd-a1770581e995 of type vxlan for network e135e5af-4ccb-4d2b-93d0-ad0c34ba4134 [pid: 8|app: 0|req: 220/438] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:15:24 2026] POST /v2.0/subnets => generated 667 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:15:25.213 7 INFO neutron.db.l3_hamode_db [None req-3b8043fb-9d1d-43d3-92a6-21b20175c1d8 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 221/439] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:15:25 2026] POST /v2.0/subnets => generated 667 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:15:25.279 8 INFO neutron.db.segments_db [None req-b77f44b3-32aa-4357-bcf2-c67634a814ac d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] Added segment e35e7e4d-5ea1-40ca-b9e7-fabbb2f48e9d of type vxlan for network e008827d-134a-4051-ae89-8d11f066312d 2026-07-02 06:15:25.592 8 INFO neutron.db.l3_hamode_db [None req-b77f44b3-32aa-4357-bcf2-c67634a814ac d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 06:15:26.683 7 INFO neutron.db.l3_hamode_db [None req-3b8043fb-9d1d-43d3-92a6-21b20175c1d8 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 06:15:27.039 8 INFO neutron.db.l3_hamode_db [None req-b77f44b3-32aa-4357-bcf2-c67634a814ac d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 219/440] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:15:24 2026] POST /v2.0/routers => generated 733 bytes in 3121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/441] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:15:27 2026] GET /v2.0/security-groups?tenant_id=c817f69fdea84d93a89421893f01bb47&name=default => generated 2797 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:15:28.202 7 INFO neutron.db.segments_db [None req-9050adb0-b30c-4984-a6b9-10f2ca479e9e d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] Added segment edddf735-8897-4188-a399-216153bc2d59 of type vxlan for network caf2cf25-1251-4764-bb98-be02438a760c [pid: 8|app: 0|req: 222/442] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:15:25 2026] POST /v2.0/routers => generated 731 bytes in 3102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:15:28.754 7 INFO neutron.db.l3_hamode_db [None req-9050adb0-b30c-4984-a6b9-10f2ca479e9e d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 06:15:29.680 7 INFO neutron.db.l3_hamode_db [None req-9050adb0-b30c-4984-a6b9-10f2ca479e9e d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 223/443] 10.0.0.230 () {34 vars in 781 bytes} [Thu Jul 2 06:15:28 2026] PUT /v2.0/routers/139df4d0-8095-485c-9d44-4aa7b226879d/add_router_interface => generated 309 bytes in 1699 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/444] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:15:30 2026] DELETE /v2.0/security-groups/ab2906be-7347-4396-be75-16c0c9aacfe9 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/445] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:15:28 2026] POST /v2.0/routers => generated 731 bytes in 2701 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/448] 10.0.0.230 () {34 vars in 781 bytes} [Thu Jul 2 06:15:30 2026] PUT /v2.0/routers/c0ae5b84-a0d9-4fd7-9e39-a1bd14203861/add_router_interface => generated 309 bytes in 1338 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/449] 10.0.0.21 () {34 vars in 979 bytes} [Thu Jul 2 06:15:31 2026] GET /v2.0/networks?id=220a8bdd-904f-4edc-850d-3fda46ce8ab5 => generated 678 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/450] 10.0.0.21 () {34 vars in 962 bytes} [Thu Jul 2 06:15:31 2026] GET /v2.0/quotas/8a7552a662af42f580b63b45de44b209 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/451] 10.0.0.21 () {34 vars in 999 bytes} [Thu Jul 2 06:15:31 2026] GET /v2.0/ports?tenant_id=8a7552a662af42f580b63b45de44b209&fields=id => generated 103 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:15:32.316 8 INFO neutron.db.segments_db [None req-1bfe9a72-4db1-4a0d-be95-fa70cb2747c1 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] Added segment 89eea41f-e8a1-462b-aeb9-c916ab7773fc of type vxlan for network 54fe6cf5-091b-4cd6-a2b3-9bfd3c8dc312 [pid: 8|app: 0|req: 229/452] 10.0.0.230 () {34 vars in 669 bytes} [Thu Jul 2 06:15:32 2026] POST /v2.0/networks => generated 749 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/453] 10.0.0.21 () {34 vars in 904 bytes} [Thu Jul 2 06:15:32 2026] GET /v2.0/extensions => generated 19600 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/454] 10.0.0.230 () {34 vars in 781 bytes} [Thu Jul 2 06:15:30 2026] PUT /v2.0/routers/c0f455cb-11ed-46ac-af16-3a0ee3474772/add_router_interface => generated 309 bytes in 1641 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:15:32.529 8 WARNING neutron_lib.context [req-8e0cfb81-5e7e-4aff-a249-77ebc5fba3db req-eea39d97-1a96-4dc8-b961-a92e3064a089 20d024ab5b084396864cbb46c0cf84cf a7bc78b5804a4151a0e9b9e10fdd4ec2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 231/455] 10.0.0.21 () {38 vars in 968 bytes} [Thu Jul 2 06:15:32 2026] POST /v2.0/security-groups => generated 1616 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/456] 10.0.0.21 () {34 vars in 1005 bytes} [Thu Jul 2 06:15:32 2026] GET /v2.0/networks/220a8bdd-904f-4edc-850d-3fda46ce8ab5?fields=segments => generated 14 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/457] 10.0.0.21 () {34 vars in 1105 bytes} [Thu Jul 2 06:15:32 2026] GET /v2.0/networks/220a8bdd-904f-4edc-850d-3fda46ce8ab5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/458] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:15:32 2026] POST /v2.0/subnets => generated 672 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:15:32.920 8 INFO neutron.db.segments_db [None req-a14d69dc-f835-470f-9c86-b0c4779b3edd d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] Added segment dd82aa56-3343-4d4b-a698-9da7b113775d of type vxlan for network d59ce8e5-17de-4308-863f-277c1c64d775 2026-07-02 06:15:33.056 7 WARNING neutron_lib.context [None req-941d8291-90b1-4b73-80a3-859f4fde6004 6cb53b5f95744583b2c2e55467a90b02 781704dcbc764ac08a9bfdbeac0709ec - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 226/459] 10.0.0.230 () {34 vars in 683 bytes} [Thu Jul 2 06:15:33 2026] POST /v2.0/security-groups => generated 1596 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 06:15:33.232 8 INFO neutron.db.l3_hamode_db [None req-a14d69dc-f835-470f-9c86-b0c4779b3edd d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 227/460] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:15:33 2026] GET /v2.0/ports?device_id=124fb191-be47-4d29-8a09-066ef8692b0f => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:15:33.262 7 WARNING neutron_lib.context [None req-fa030cdb-0a42-4a8b-998c-83ad5534be42 6cb53b5f95744583b2c2e55467a90b02 781704dcbc764ac08a9bfdbeac0709ec - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 228/461] 10.0.0.230 () {34 vars in 693 bytes} [Thu Jul 2 06:15:33 2026] POST /v2.0/security-group-rules => generated 565 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:15:33.419 7 WARNING neutron_lib.context [req-aa98a1da-dd5f-43ef-a1f7-5caecf1fb99c req-e63f6b10-bd7a-4cbe-8bb5-b45b0236c477 20d024ab5b084396864cbb46c0cf84cf a7bc78b5804a4151a0e9b9e10fdd4ec2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 229/462] 10.0.0.21 () {38 vars in 968 bytes} [Thu Jul 2 06:15:33 2026] POST /v2.0/security-groups => generated 1615 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 06:15:33.553 7 WARNING neutron_lib.context [None req-1a158991-d72e-471c-aca5-77f4ba1f9873 6cb53b5f95744583b2c2e55467a90b02 781704dcbc764ac08a9bfdbeac0709ec - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 230/463] 10.0.0.230 () {34 vars in 693 bytes} [Thu Jul 2 06:15:33 2026] POST /v2.0/security-group-rules => generated 570 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:15:33.667 7 WARNING neutron_lib.context [req-c62a6b5e-921a-40c3-a558-18c0d360c158 req-cbf11261-df1a-4e27-bf0a-2f4262506d26 20d024ab5b084396864cbb46c0cf84cf a7bc78b5804a4151a0e9b9e10fdd4ec2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 231/464] 10.0.0.21 () {38 vars in 968 bytes} [Thu Jul 2 06:15:33 2026] POST /v2.0/security-groups => generated 1617 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 06:15:33.813 7 WARNING neutron_lib.context [None req-e07476cc-1df9-4b1a-8568-ef8be474a00e 6cb53b5f95744583b2c2e55467a90b02 781704dcbc764ac08a9bfdbeac0709ec - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:15:34.739 8 INFO neutron.db.l3_hamode_db [None req-a14d69dc-f835-470f-9c86-b0c4779b3edd d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 232/465] 10.0.0.230 () {34 vars in 674 bytes} [Thu Jul 2 06:15:33 2026] POST /v2.0/floatingips => generated 552 bytes in 1075 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/466] 10.0.0.21 () {34 vars in 999 bytes} [Thu Jul 2 06:15:34 2026] GET /v2.0/security-groups?tenant_id=a7bc78b5804a4151a0e9b9e10fdd4ec2 => generated 7591 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/467] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:15:34 2026] GET /v2.0/ports?device_id=124fb191-be47-4d29-8a09-066ef8692b0f => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/468] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:15:34 2026] GET /v2.0/networks?id=220a8bdd-904f-4edc-850d-3fda46ce8ab5 => generated 678 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/469] 10.0.0.21 () {34 vars in 988 bytes} [Thu Jul 2 06:15:35 2026] GET /v2.0/security-groups/64f1ee35-4a25-46b8-94b3-3e82c35baec4 => generated 2794 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:15:35.135 7 WARNING neutron_lib.context [req-0f3fa46a-f9f0-4c0b-823d-ae0c07e88501 req-67433360-e77f-4833-b4f4-1405e6d5b6dd 74d233d2056a48f69dd1738f47216d12 8a7552a662af42f580b63b45de44b209 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 237/470] 199.204.45.53 () {38 vars in 952 bytes} [Thu Jul 2 06:15:35 2026] POST /v2.0/ports => generated 958 bytes in 653 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 238/471] 10.0.0.21 () {34 vars in 988 bytes} [Thu Jul 2 06:15:35 2026] GET /v2.0/security-groups/64f1ee35-4a25-46b8-94b3-3e82c35baec4 => generated 2794 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/472] 10.0.0.21 () {34 vars in 1097 bytes} [Thu Jul 2 06:15:35 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1319729352&fields=id&tenant_id=781704dcbc764ac08a9bfdbeac0709ec => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/473] 199.204.45.53 () {34 vars in 908 bytes} [Thu Jul 2 06:15:35 2026] GET /v2.0/extensions => generated 19600 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/474] 10.0.0.21 () {34 vars in 988 bytes} [Thu Jul 2 06:15:35 2026] GET /v2.0/security-groups/438074fc-3ea1-435f-83ef-b30de4302a60 => generated 1616 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/475] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:15:32 2026] POST /v2.0/routers => generated 736 bytes in 3106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/476] 10.0.0.21 () {34 vars in 979 bytes} [Thu Jul 2 06:15:35 2026] GET /v2.0/networks?id=03233329-6044-4965-b794-b7ef1ffc0031 => generated 676 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/477] 10.0.0.21 () {36 vars in 1010 bytes} [Thu Jul 2 06:15:35 2026] DELETE /v2.0/security-groups/438074fc-3ea1-435f-83ef-b30de4302a60 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/478] 10.0.0.21 () {34 vars in 962 bytes} [Thu Jul 2 06:15:36 2026] GET /v2.0/quotas/781704dcbc764ac08a9bfdbeac0709ec => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/479] 10.0.0.21 () {34 vars in 999 bytes} [Thu Jul 2 06:15:36 2026] GET /v2.0/ports?tenant_id=781704dcbc764ac08a9bfdbeac0709ec&fields=id => generated 103 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/480] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:15:36 2026] GET /v2.0/ports?device_id=124fb191-be47-4d29-8a09-066ef8692b0f => generated 961 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/481] 199.204.45.53 () {38 vars in 1025 bytes} [Thu Jul 2 06:15:36 2026] PUT /v2.0/ports/faddff63-75ff-4def-ab88-5f9748e785fd => generated 1203 bytes in 573 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 240/482] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:15:36 2026] GET /v2.0/security-groups?id=a16fe3db-325a-4eba-8eb6-b8b3c573b7a9&fields=id&fields=name => generated 88 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 241/483] 10.0.0.21 () {34 vars in 904 bytes} [Thu Jul 2 06:15:36 2026] GET /v2.0/extensions => generated 19600 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/484] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:15:37 2026] GET /v2.0/ports?tenant_id=8a7552a662af42f580b63b45de44b209&device_id=124fb191-be47-4d29-8a09-066ef8692b0f => generated 1242 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:15:37.071 8 INFO neutron.api.v2.resource [req-689dd0cd-cd89-4450-94eb-e1584be7b8fe req-264d7437-2dc5-48d5-b953-516fecbe7bb0 20d024ab5b084396864cbb46c0cf84cf a7bc78b5804a4151a0e9b9e10fdd4ec2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 243/485] 10.0.0.21 () {34 vars in 988 bytes} [Thu Jul 2 06:15:37 2026] GET /v2.0/security-groups/438074fc-3ea1-435f-83ef-b30de4302a60 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/486] 10.0.0.21 () {34 vars in 1005 bytes} [Thu Jul 2 06:15:37 2026] GET /v2.0/networks/03233329-6044-4965-b794-b7ef1ffc0031?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/487] 199.204.45.53 () {34 vars in 1057 bytes} [Thu Jul 2 06:15:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=faddff63-75ff-4def-ab88-5f9748e785fd => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/488] 10.0.0.21 () {34 vars in 988 bytes} [Thu Jul 2 06:15:37 2026] GET /v2.0/security-groups/93a0c32c-a480-43c6-b3a4-0d0497d21a74 => generated 1615 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/489] 10.0.0.21 () {34 vars in 1105 bytes} [Thu Jul 2 06:15:37 2026] GET /v2.0/networks/03233329-6044-4965-b794-b7ef1ffc0031?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/490] 199.204.45.53 () {34 vars in 981 bytes} [Thu Jul 2 06:15:37 2026] GET /v2.0/subnets?id=ed54f465-070a-417b-b222-f908e4ce87f3 => generated 672 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/491] 10.0.0.21 () {36 vars in 1010 bytes} [Thu Jul 2 06:15:37 2026] DELETE /v2.0/security-groups/93a0c32c-a480-43c6-b3a4-0d0497d21a74 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/492] 10.0.0.230 () {34 vars in 781 bytes} [Thu Jul 2 06:15:35 2026] PUT /v2.0/routers/abd17387-7975-4bee-8bd0-eb909e5bcbc2/add_router_interface => generated 309 bytes in 1496 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/493] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:15:37 2026] GET /v2.0/ports?network_id=220a8bdd-904f-4edc-850d-3fda46ce8ab5&device_owner=network%3Adhcp => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:15:37.513 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5f1e07f7-6082-447b-b0f6-1a0062b450c0'] response: {'name': 'network-changed', 'server_uuid': '124fb191-be47-4d29-8a09-066ef8692b0f', 'tag': 'faddff63-75ff-4def-ab88-5f9748e785fd', 'status': 'completed', 'code': 200} 2026-07-02 06:15:37.524 8 INFO neutron.api.v2.resource [req-6f89de17-66b6-4710-8642-bb37a282e6b7 req-6c8d9ab6-a7e1-495a-bd65-07b6769f5435 20d024ab5b084396864cbb46c0cf84cf a7bc78b5804a4151a0e9b9e10fdd4ec2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 251/494] 10.0.0.21 () {34 vars in 988 bytes} [Thu Jul 2 06:15:37 2026] GET /v2.0/security-groups/93a0c32c-a480-43c6-b3a4-0d0497d21a74 => generated 146 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/495] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:15:37 2026] GET /v2.0/networks/220a8bdd-904f-4edc-850d-3fda46ce8ab5?fields=segments => generated 14 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/496] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:15:37 2026] GET /v2.0/ports?device_id=692cb0a7-36ae-4224-b739-0bf682af39b6 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/497] 10.0.0.21 () {34 vars in 988 bytes} [Thu Jul 2 06:15:37 2026] GET /v2.0/security-groups/aed187c8-b5a4-4980-8df6-d13df587a23c => generated 1617 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/498] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:15:37 2026] GET /v2.0/networks/220a8bdd-904f-4edc-850d-3fda46ce8ab5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/499] 10.0.0.21 () {36 vars in 1010 bytes} [Thu Jul 2 06:15:37 2026] DELETE /v2.0/security-groups/aed187c8-b5a4-4980-8df6-d13df587a23c => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/500] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:15:37 2026] GET /v2.0/ports?tenant_id=8a7552a662af42f580b63b45de44b209&device_id=124fb191-be47-4d29-8a09-066ef8692b0f => generated 1242 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:15:37.782 7 INFO neutron.api.v2.resource [req-4492f3eb-1a98-446a-a43e-b74ec14ab5e4 req-b8d1e6e4-05de-4200-abe1-f1f7058abcbc 20d024ab5b084396864cbb46c0cf84cf a7bc78b5804a4151a0e9b9e10fdd4ec2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 247/501] 10.0.0.21 () {34 vars in 988 bytes} [Thu Jul 2 06:15:37 2026] GET /v2.0/security-groups/aed187c8-b5a4-4980-8df6-d13df587a23c => generated 146 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/502] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:15:37 2026] GET /v2.0/networks?id=220a8bdd-904f-4edc-850d-3fda46ce8ab5 => generated 774 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/503] 10.0.0.21 () {34 vars in 999 bytes} [Thu Jul 2 06:15:37 2026] GET /v2.0/security-groups?tenant_id=a7bc78b5804a4151a0e9b9e10fdd4ec2 => generated 2797 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/504] 199.204.45.53 () {34 vars in 1057 bytes} [Thu Jul 2 06:15:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=faddff63-75ff-4def-ab88-5f9748e785fd => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/505] 10.0.0.21 () {34 vars in 988 bytes} [Thu Jul 2 06:15:37 2026] GET /v2.0/security-groups/64f1ee35-4a25-46b8-94b3-3e82c35baec4 => generated 2794 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/506] 199.204.45.53 () {34 vars in 981 bytes} [Thu Jul 2 06:15:37 2026] GET /v2.0/subnets?id=ed54f465-070a-417b-b222-f908e4ce87f3 => generated 672 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/507] 10.0.0.21 () {34 vars in 988 bytes} [Thu Jul 2 06:15:37 2026] GET /v2.0/security-groups/64f1ee35-4a25-46b8-94b3-3e82c35baec4 => generated 2794 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/508] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:15:37 2026] GET /v2.0/ports?network_id=220a8bdd-904f-4edc-850d-3fda46ce8ab5&device_owner=network%3Adhcp => generated 1244 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:15:38.037 8 WARNING neutron_lib.context [req-c44de64a-5de2-496b-9b76-48133ca07fd6 req-9606e0a8-3629-4602-8370-0eabdfcc1589 4bfd8f3bf31a4e8294081474f6052b0c cd02c9b859b945259ea2c04886b0ddf6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 251/509] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:15:38 2026] GET /v2.0/ports?device_id=124fb191-be47-4d29-8a09-066ef8692b0f => generated 973 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/510] 10.0.0.21 () {38 vars in 968 bytes} [Thu Jul 2 06:15:38 2026] POST /v2.0/security-groups => generated 1621 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/511] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:15:38 2026] GET /v2.0/security-groups?id=a16fe3db-325a-4eba-8eb6-b8b3c573b7a9&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/512] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:15:38 2026] GET /v2.0/networks/220a8bdd-904f-4edc-850d-3fda46ce8ab5?fields=segments => generated 14 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:15:38.242 8 INFO neutron.api.v2.resource [req-67e69cbb-ac9e-421b-97b2-dd216201a102 req-127e946d-78d7-434b-9800-ff85ba199621 20d024ab5b084396864cbb46c0cf84cf a7bc78b5804a4151a0e9b9e10fdd4ec2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 261/513] 10.0.0.21 () {34 vars in 988 bytes} [Thu Jul 2 06:15:38 2026] GET /v2.0/security-groups/aed187c8-b5a4-4980-8df6-d13df587a23c => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/514] 10.0.0.21 () {34 vars in 988 bytes} [Thu Jul 2 06:15:38 2026] GET /v2.0/security-groups/7cf9e197-fe9e-4596-bc42-893ceae7f1c8 => generated 1621 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/515] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:15:38 2026] GET /v2.0/networks/220a8bdd-904f-4edc-850d-3fda46ce8ab5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:15:38.331 8 INFO neutron.api.v2.resource [req-95c3e872-e42e-4636-a556-0089b0e7d303 req-8dd02bcb-1f6b-4334-a5f7-6d499ef02dc8 20d024ab5b084396864cbb46c0cf84cf a7bc78b5804a4151a0e9b9e10fdd4ec2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 263/516] 10.0.0.21 () {34 vars in 988 bytes} [Thu Jul 2 06:15:38 2026] GET /v2.0/security-groups/93a0c32c-a480-43c6-b3a4-0d0497d21a74 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:15:38.338 7 WARNING neutron_lib.context [req-e68d8a36-32fc-467e-b211-6bf10ce1b2b4 req-f55cf388-ffb0-4cd9-adcc-9793549d50e2 4bfd8f3bf31a4e8294081474f6052b0c cd02c9b859b945259ea2c04886b0ddf6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:15:38.383 8 INFO neutron.api.v2.resource [req-056d5e66-f6ec-4b45-bc74-88af8be1363d req-ab06ade5-0d19-40c8-8e62-e7c02d2207e8 20d024ab5b084396864cbb46c0cf84cf a7bc78b5804a4151a0e9b9e10fdd4ec2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 264/517] 10.0.0.21 () {34 vars in 988 bytes} [Thu Jul 2 06:15:38 2026] GET /v2.0/security-groups/438074fc-3ea1-435f-83ef-b30de4302a60 => generated 146 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/518] 10.0.0.21 () {38 vars in 978 bytes} [Thu Jul 2 06:15:38 2026] POST /v2.0/security-group-rules => generated 582 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:15:38.537 7 WARNING neutron_lib.context [req-a96068c2-3796-4c03-a818-b63dbd2b0614 req-3f90876d-7ff8-4a9d-9455-42c6fe83b194 4bfd8f3bf31a4e8294081474f6052b0c cd02c9b859b945259ea2c04886b0ddf6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 255/519] 10.0.0.21 () {38 vars in 968 bytes} [Thu Jul 2 06:15:38 2026] POST /v2.0/security-groups => generated 1620 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/520] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:15:38 2026] GET /v2.0/networks?id=03233329-6044-4965-b794-b7ef1ffc0031 => generated 676 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/521] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:15:38 2026] GET /v2.0/ports?device_id=692cb0a7-36ae-4224-b739-0bf682af39b6 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/522] 10.0.0.21 () {34 vars in 988 bytes} [Thu Jul 2 06:15:38 2026] GET /v2.0/security-groups/12adb2aa-6426-46ad-aa12-f5091766b4de => generated 1620 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/523] 199.204.45.53 () {34 vars in 1047 bytes} [Thu Jul 2 06:15:38 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=781704dcbc764ac08a9bfdbeac0709ec => generated 181 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:15:38.868 7 WARNING neutron_lib.context [req-3839f4b2-1856-4563-b5fb-f989e6f63fb2 req-32ccd6bf-55b4-4323-ba91-84ccbdf265e4 4bfd8f3bf31a4e8294081474f6052b0c cd02c9b859b945259ea2c04886b0ddf6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 260/524] 10.0.0.21 () {38 vars in 978 bytes} [Thu Jul 2 06:15:38 2026] POST /v2.0/security-group-rules => generated 582 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:15:38.988 7 WARNING neutron_lib.context [req-e93e0f01-29e2-4136-9b9f-6cfb68ce6410 req-4f3411eb-ff48-4099-8bef-0228d91ac856 6cb53b5f95744583b2c2e55467a90b02 781704dcbc764ac08a9bfdbeac0709ec - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 261/525] 199.204.45.53 () {38 vars in 952 bytes} [Thu Jul 2 06:15:38 2026] POST /v2.0/ports => generated 954 bytes in 424 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 262/526] 10.0.0.21 () {34 vars in 988 bytes} [Thu Jul 2 06:15:39 2026] GET /v2.0/security-groups/12adb2aa-6426-46ad-aa12-f5091766b4de => generated 2213 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/527] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:15:39 2026] GET /v2.0/ports?device_id=124fb191-be47-4d29-8a09-066ef8692b0f => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/528] 10.0.0.230 () {34 vars in 787 bytes} [Thu Jul 2 06:15:38 2026] PUT /v2.0/routers/c0ae5b84-a0d9-4fd7-9e39-a1bd14203861/remove_router_interface => generated 309 bytes in 1520 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:15:39.924 8 WARNING neutron_lib.context [req-5f90d4dc-2b0e-425c-a637-3bd689d85a82 req-2e307faa-0ed1-46b6-b9ec-ca0c6cf9248b 4bfd8f3bf31a4e8294081474f6052b0c cd02c9b859b945259ea2c04886b0ddf6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 264/529] 199.204.45.53 () {38 vars in 1025 bytes} [Thu Jul 2 06:15:39 2026] PUT /v2.0/ports/1f99cb5f-ef11-4d19-9c9c-6796f9b7ca90 => generated 1199 bytes in 510 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 265/530] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:15:39 2026] GET /v2.0/security-groups?id=a16fe3db-325a-4eba-8eb6-b8b3c573b7a9&fields=id&fields=name => generated 88 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/531] 10.0.0.21 () {38 vars in 978 bytes} [Thu Jul 2 06:15:39 2026] POST /v2.0/security-group-rules => generated 587 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 267/532] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:15:40 2026] GET /v2.0/ports?tenant_id=781704dcbc764ac08a9bfdbeac0709ec&device_id=692cb0a7-36ae-4224-b739-0bf682af39b6 => generated 1238 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/533] 10.0.0.21 () {34 vars in 988 bytes} [Thu Jul 2 06:15:40 2026] GET /v2.0/security-groups/12adb2aa-6426-46ad-aa12-f5091766b4de => generated 2811 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/534] 199.204.45.53 () {34 vars in 1055 bytes} [Thu Jul 2 06:15:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=1f99cb5f-ef11-4d19-9c9c-6796f9b7ca90 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/535] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:15:40 2026] GET /v2.0/ports?device_id=692cb0a7-36ae-4224-b739-0bf682af39b6 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/536] 10.0.0.21 () {34 vars in 998 bytes} [Thu Jul 2 06:15:40 2026] GET /v2.0/security-group-rules/2df16da5-bc13-4adf-a73d-90560ea79213 => generated 584 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/537] 199.204.45.53 () {34 vars in 981 bytes} [Thu Jul 2 06:15:40 2026] GET /v2.0/subnets?id=8db7fd31-65fe-458c-bf43-86cbc5ae9737 => generated 670 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/538] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:15:40 2026] GET /v2.0/security-groups?id=b5dc5bf0-f4f5-435d-afe3-574a15760b01&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/539] 10.0.0.21 () {34 vars in 988 bytes} [Thu Jul 2 06:15:40 2026] GET /v2.0/security-groups/12adb2aa-6426-46ad-aa12-f5091766b4de => generated 2811 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/540] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:15:40 2026] GET /v2.0/ports?network_id=03233329-6044-4965-b794-b7ef1ffc0031&device_owner=network%3Adhcp => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:15:40.448 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-10b205e7-213a-473e-9a26-22b46628fcc3'] response: {'name': 'network-changed', 'server_uuid': '692cb0a7-36ae-4224-b739-0bf682af39b6', 'tag': '1f99cb5f-ef11-4d19-9c9c-6796f9b7ca90', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 276/541] 10.0.0.21 () {36 vars in 1020 bytes} [Thu Jul 2 06:15:40 2026] DELETE /v2.0/security-group-rules/2df16da5-bc13-4adf-a73d-90560ea79213 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/542] 10.0.0.21 () {34 vars in 988 bytes} [Thu Jul 2 06:15:40 2026] GET /v2.0/security-groups/12adb2aa-6426-46ad-aa12-f5091766b4de => generated 2213 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/543] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:15:40 2026] GET /v2.0/networks/03233329-6044-4965-b794-b7ef1ffc0031?fields=segments => generated 14 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/544] 10.0.0.21 () {36 vars in 1010 bytes} [Thu Jul 2 06:15:40 2026] DELETE /v2.0/security-groups/12adb2aa-6426-46ad-aa12-f5091766b4de => generated 0 bytes in 158 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/545] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:15:40 2026] GET /v2.0/networks/03233329-6044-4965-b794-b7ef1ffc0031?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:15:40.877 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-a21014be-608d-4048-ba0a-a4f7781b73fd d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.10/site-packages/paste/urlmap.py", line 216, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_middleware/request_id.py", line 58, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_middleware/catch_errors.py", line 40, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py", line 340, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/neutron/api/v2/resource.py", line 98, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.10/site-packages/neutron/api/v2/base.py", line 567, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/neutron/api/v2/base.py", line 594, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/l3_db.py", line 2242, in delete_router super(L3_NAT_db_mixin, self).delete_router(context, id) File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/l3_db.py", line 647, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.10/site-packages/neutron/common/utils.py", line 728, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/plugin.py", line 2192, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/plugin.py", line 2197, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 101, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 85, in _is_session_semantic_violated stack = traceback.extract_stack()  [pid: 8|app: 0|req: 281/546] 10.0.0.21 () {34 vars in 988 bytes} [Thu Jul 2 06:15:40 2026] GET /v2.0/security-groups/7cf9e197-fe9e-4596-bc42-893ceae7f1c8 => generated 2214 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/547] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:15:40 2026] GET /v2.0/ports?tenant_id=781704dcbc764ac08a9bfdbeac0709ec&device_id=692cb0a7-36ae-4224-b739-0bf682af39b6 => generated 1238 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/548] 10.0.0.21 () {36 vars in 1010 bytes} [Thu Jul 2 06:15:40 2026] DELETE /v2.0/security-groups/7cf9e197-fe9e-4596-bc42-893ceae7f1c8 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/549] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:15:41 2026] GET /v2.0/networks?id=03233329-6044-4965-b794-b7ef1ffc0031 => generated 771 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:15:41.558 7 INFO neutron.db.l3_hamode_db [None req-a21014be-608d-4048-ba0a-a4f7781b73fd d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] HA network e008827d-134a-4051-ae89-8d11f066312d was deleted as no HA routers are present in tenant a7bc78b5804a4151a0e9b9e10fdd4ec2. [pid: 7|app: 0|req: 266/550] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:15:40 2026] DELETE /v2.0/routers/c0ae5b84-a0d9-4fd7-9e39-a1bd14203861 => generated 0 bytes in 1490 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/551] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:15:41 2026] GET /v2.0/ports?device_id=124fb191-be47-4d29-8a09-066ef8692b0f => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/552] 199.204.45.53 () {34 vars in 1055 bytes} [Thu Jul 2 06:15:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=1f99cb5f-ef11-4d19-9c9c-6796f9b7ca90 => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/553] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:15:41 2026] GET /v2.0/ports?device_id=692cb0a7-36ae-4224-b739-0bf682af39b6 => generated 969 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:15:41.945 7 INFO neutron.services.segments.plugin [-] Segment e35e7e4d-5ea1-40ca-b9e7-fabbb2f48e9d resource provider aggregate not found 2026-07-02 06:15:41.952 7 INFO neutron.services.segments.plugin [-] Segment e35e7e4d-5ea1-40ca-b9e7-fabbb2f48e9d resource provider aggregate not found 2026-07-02 06:15:41.965 7 INFO neutron.services.segments.plugin [-] Segment e35e7e4d-5ea1-40ca-b9e7-fabbb2f48e9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e35e7e4d-5ea1-40ca-b9e7-fabbb2f48e9d found for delete ", "request_id": "req-970a3fae-46a6-472e-bdb6-b44170fc1cdf"}]} 2026-07-02 06:15:41.974 7 INFO neutron.services.segments.plugin [-] Segment e35e7e4d-5ea1-40ca-b9e7-fabbb2f48e9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e35e7e4d-5ea1-40ca-b9e7-fabbb2f48e9d found for delete ", "request_id": "req-b25290cf-9744-4e00-937d-a8fd8958b4c6"}]} [pid: 7|app: 0|req: 270/554] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:15:41 2026] DELETE /v2.0/subnets/490e85dd-35aa-422a-b68b-a558a4185272 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/555] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:15:42 2026] GET /v2.0/security-groups?id=a16fe3db-325a-4eba-8eb6-b8b3c573b7a9&fields=id&fields=name => generated 88 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/556] 199.204.45.53 () {34 vars in 981 bytes} [Thu Jul 2 06:15:42 2026] GET /v2.0/subnets?id=8db7fd31-65fe-458c-bf43-86cbc5ae9737 => generated 670 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/557] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:15:42 2026] GET /v2.0/security-groups?id=b5dc5bf0-f4f5-435d-afe3-574a15760b01&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() [pid: 8|app: 0|req: 285/558] 10.0.0.230 () {34 vars in 787 bytes} [Thu Jul 2 06:15:41 2026] PUT /v2.0/routers/abd17387-7975-4bee-8bd0-eb909e5bcbc2/remove_router_interface => generated 309 bytes in 1413 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/559] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:15:42 2026] DELETE /v2.0/networks/8e4f1c90-4f52-459d-ac14-fb6ca9cc8ab0 => generated 0 bytes in 441 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/560] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:15:42 2026] GET /v2.0/ports?network_id=03233329-6044-4965-b794-b7ef1ffc0031&device_owner=network%3Adhcp => generated 1244 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/561] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:15:42 2026] GET /v2.0/networks/03233329-6044-4965-b794-b7ef1ffc0031?fields=segments => generated 14 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/562] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:15:42 2026] GET /v2.0/networks/03233329-6044-4965-b794-b7ef1ffc0031?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/563] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:15:42 2026] GET /v2.0/security-groups?tenant_id=a7bc78b5804a4151a0e9b9e10fdd4ec2&name=default => generated 2797 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/564] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:15:42 2026] DELETE /v2.0/security-groups/64f1ee35-4a25-46b8-94b3-3e82c35baec4 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/565] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:15:43 2026] GET /v2.0/ports?device_id=124fb191-be47-4d29-8a09-066ef8692b0f => generated 975 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/566] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:15:43 2026] GET /v2.0/ports?device_id=692cb0a7-36ae-4224-b739-0bf682af39b6 => generated 969 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/567] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:15:43 2026] GET /v2.0/security-groups?id=a16fe3db-325a-4eba-8eb6-b8b3c573b7a9&fields=id&fields=name => generated 88 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/570] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:15:43 2026] GET /v2.0/security-groups?id=b5dc5bf0-f4f5-435d-afe3-574a15760b01&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/571] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:15:43 2026] GET /v2.0/ports?device_id=124fb191-be47-4d29-8a09-066ef8692b0f => generated 975 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:15:43.988 7 INFO neutron.services.segments.plugin [-] Segment f2a00870-2a4e-400a-ba56-6bf52418c039 resource provider aggregate not found [pid: 8|app: 0|req: 298/572] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:15:43 2026] GET /v2.0/security-groups?id=a16fe3db-325a-4eba-8eb6-b8b3c573b7a9&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:15:44.003 7 INFO neutron.services.segments.plugin [-] Segment f2a00870-2a4e-400a-ba56-6bf52418c039 resource provider aggregate not found 2026-07-02 06:15:44.014 7 INFO neutron.services.segments.plugin [-] Segment f2a00870-2a4e-400a-ba56-6bf52418c039 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f2a00870-2a4e-400a-ba56-6bf52418c039 found for delete ", "request_id": "req-ab60d3ba-83e4-49fa-9e8c-3182313be1a7"}]} 2026-07-02 06:15:44.025 7 INFO neutron.services.segments.plugin [-] Segment f2a00870-2a4e-400a-ba56-6bf52418c039 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f2a00870-2a4e-400a-ba56-6bf52418c039 found for delete ", "request_id": "req-b923d6ed-32b2-418a-b300-4c371bfab27b"}]} 2026-07-02 06:15:44.056 7 INFO neutron.db.l3_hamode_db [None req-948af1bc-d90f-41be-8695-56b4dcd831b1 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] HA network d59ce8e5-17de-4308-863f-277c1c64d775 was deleted as no HA routers are present in tenant cd02c9b859b945259ea2c04886b0ddf6. [pid: 7|app: 0|req: 275/573] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:15:42 2026] DELETE /v2.0/routers/abd17387-7975-4bee-8bd0-eb909e5bcbc2 => generated 0 bytes in 1431 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/574] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:15:44 2026] DELETE /v2.0/subnets/6d8e29f1-de58-4a84-b90a-3b863af5510f => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/575] 199.204.45.53 () {34 vars in 991 bytes} [Thu Jul 2 06:15:44 2026] GET /v2.0/ports?device_id=124fb191-be47-4d29-8a09-066ef8692b0f => generated 975 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/576] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:15:44 2026] DELETE /v2.0/networks/54fe6cf5-091b-4cd6-a2b3-9bfd3c8dc312 => generated 0 bytes in 447 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/577] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:15:44 2026] GET /v2.0/ports?device_id=692cb0a7-36ae-4224-b739-0bf682af39b6 => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/578] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:15:44 2026] GET /v2.0/security-groups?id=b5dc5bf0-f4f5-435d-afe3-574a15760b01&fields=id&fields=name => generated 114 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/579] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:15:44 2026] GET /v2.0/security-groups?tenant_id=cd02c9b859b945259ea2c04886b0ddf6&name=default => generated 2801 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/580] 199.204.45.53 () {36 vars in 994 bytes} [Thu Jul 2 06:15:44 2026] DELETE /v2.0/ports/faddff63-75ff-4def-ab88-5f9748e785fd => generated 0 bytes in 537 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/581] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:15:45 2026] GET /v2.0/ports?device_id=124fb191-be47-4d29-8a09-066ef8692b0f => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/582] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:15:44 2026] DELETE /v2.0/security-groups/7b036b7f-9916-4a1d-bf7a-a52a258ee5be => generated 0 bytes in 179 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:15:45.202 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-46070815-f7de-41ef-9d89-ec956adb757e'] response: {'server_uuid': '124fb191-be47-4d29-8a09-066ef8692b0f', 'name': 'network-vif-deleted', 'tag': 'faddff63-75ff-4def-ab88-5f9748e785fd', 'status': 'completed', 'code': 200} 2026-07-02 06:15:45.597 8 INFO neutron.db.segments_db [None req-850be9b7-e769-4549-a540-ec14aa588b78 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] Added segment ecbd39f4-684f-46b9-9496-e2ba01b89e79 of type vxlan for network 07372dc0-f002-4303-94a7-84587cb2cad3 [pid: 8|app: 0|req: 303/583] 10.0.0.230 () {34 vars in 669 bytes} [Thu Jul 2 06:15:45 2026] POST /v2.0/networks => generated 751 bytes in 519 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/584] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:15:45 2026] GET /v2.0/ports?device_id=692cb0a7-36ae-4224-b739-0bf682af39b6 => generated 971 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:15:46.039 7 INFO neutron.services.segments.plugin [-] Segment dd82aa56-3343-4d4b-a698-9da7b113775d resource provider aggregate not found 2026-07-02 06:15:46.046 7 INFO neutron.services.segments.plugin [-] Segment dd82aa56-3343-4d4b-a698-9da7b113775d resource provider aggregate not found 2026-07-02 06:15:46.056 7 INFO neutron.services.segments.plugin [-] Segment dd82aa56-3343-4d4b-a698-9da7b113775d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd82aa56-3343-4d4b-a698-9da7b113775d found for delete ", "request_id": "req-399efba2-057b-4e3b-b032-4c9af8b9cde9"}]} 2026-07-02 06:15:46.062 7 INFO neutron.services.segments.plugin [-] Segment dd82aa56-3343-4d4b-a698-9da7b113775d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd82aa56-3343-4d4b-a698-9da7b113775d found for delete ", "request_id": "req-79259c4f-ca8d-45ea-b1a9-287ab15743a9"}]} 2026-07-02 06:15:46.070 7 INFO neutron.services.segments.plugin [-] Segment 89eea41f-e8a1-462b-aeb9-c916ab7773fc resource provider aggregate not found 2026-07-02 06:15:46.075 7 INFO neutron.services.segments.plugin [-] Segment 89eea41f-e8a1-462b-aeb9-c916ab7773fc resource provider aggregate not found [pid: 7|app: 0|req: 281/585] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:15:45 2026] POST /v2.0/subnets => generated 674 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:15:46.091 7 INFO neutron.services.segments.plugin [-] Segment 89eea41f-e8a1-462b-aeb9-c916ab7773fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89eea41f-e8a1-462b-aeb9-c916ab7773fc found for delete ", "request_id": "req-cbbb4ec7-8211-41cd-8082-da6067bf482a"}]} [pid: 8|app: 0|req: 305/586] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:15:46 2026] GET /v2.0/security-groups?id=b5dc5bf0-f4f5-435d-afe3-574a15760b01&fields=id&fields=name => generated 114 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:15:46.101 7 INFO neutron.services.segments.plugin [-] Segment 89eea41f-e8a1-462b-aeb9-c916ab7773fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89eea41f-e8a1-462b-aeb9-c916ab7773fc found for delete ", "request_id": "req-16c8dc92-90df-4b2e-919c-a4082dc3260b"}]} 2026-07-02 06:15:46.145 7 INFO neutron.db.segments_db [None req-ac4989f2-0843-4259-819a-23232923b95c d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] Added segment 7c9617c6-a04d-4543-bc19-ce7263a07094 of type vxlan for network ab8f4edf-0492-49dd-9e23-424ac07cc8b2 [pid: 8|app: 0|req: 306/587] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:15:46 2026] GET /v2.0/ports?device_id=692cb0a7-36ae-4224-b739-0bf682af39b6 => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:15:46.528 7 INFO neutron.db.l3_hamode_db [None req-ac4989f2-0843-4259-819a-23232923b95c d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 06:15:47.825 7 INFO neutron.db.l3_hamode_db [None req-ac4989f2-0843-4259-819a-23232923b95c d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 307/588] 10.0.0.230 () {34 vars in 787 bytes} [Thu Jul 2 06:15:46 2026] PUT /v2.0/routers/139df4d0-8095-485c-9d44-4aa7b226879d/remove_router_interface => generated 309 bytes in 1656 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:15:48.479 8 INFO neutron.db.l3_db [None req-5a3f600a-1dc3-4097-8cd3-2af458296392 6cb53b5f95744583b2c2e55467a90b02 781704dcbc764ac08a9bfdbeac0709ec - - default default] Floating IP 928524c3-da60-4dd2-aa56-cfe2e2c1b73f associated. External IP: 10.96.250.206, port: 1f99cb5f-ef11-4d19-9c9c-6796f9b7ca90. [pid: 8|app: 0|req: 308/589] 10.0.0.230 () {34 vars in 747 bytes} [Thu Jul 2 06:15:47 2026] PUT /v2.0/floatingips/928524c3-da60-4dd2-aa56-cfe2e2c1b73f => generated 855 bytes in 1012 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:15:48.939 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-78c4f9cb-f249-48c7-9df9-d0a5740c7669'] response: {'name': 'network-changed', 'server_uuid': '692cb0a7-36ae-4224-b739-0bf682af39b6', 'tag': '1f99cb5f-ef11-4d19-9c9c-6796f9b7ca90', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 282/590] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:15:46 2026] POST /v2.0/routers => generated 738 bytes in 2950 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:15:49.216 8 INFO neutron.db.segments_db [None req-009c97ae-d43c-4c72-aeb4-07b0bd71a44c d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] Added segment 5a6a6a99-624c-4082-880e-3b42d4dd43aa of type vxlan for network abd16702-7390-4d3f-83dc-b9d3bb63e0b0 [pid: 8|app: 0|req: 309/591] 10.0.0.230 () {34 vars in 669 bytes} [Thu Jul 2 06:15:48 2026] POST /v2.0/networks => generated 737 bytes in 426 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/592] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:15:49 2026] GET /v2.0/ports?tenant_id=781704dcbc764ac08a9bfdbeac0709ec&device_id=692cb0a7-36ae-4224-b739-0bf682af39b6 => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/593] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:15:49 2026] GET /v2.0/ports?device_id=692cb0a7-36ae-4224-b739-0bf682af39b6 => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:15:50.345 7 INFO neutron.services.segments.plugin [-] Segment 64816012-ceb1-492c-80cd-a1770581e995 resource provider aggregate not found 2026-07-02 06:15:50.350 7 INFO neutron.services.segments.plugin [-] Segment 64816012-ceb1-492c-80cd-a1770581e995 resource provider aggregate not found 2026-07-02 06:15:50.365 7 INFO neutron.services.segments.plugin [-] Segment 64816012-ceb1-492c-80cd-a1770581e995 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64816012-ceb1-492c-80cd-a1770581e995 found for delete ", "request_id": "req-ddddc9ab-2198-4f5b-80c3-fba826a820db"}]} 2026-07-02 06:15:50.370 7 INFO neutron.services.segments.plugin [-] Segment 64816012-ceb1-492c-80cd-a1770581e995 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64816012-ceb1-492c-80cd-a1770581e995 found for delete ", "request_id": "req-e57a4c16-a6c9-497b-9d82-553379d9d0ee"}]} 2026-07-02 06:15:50.377 7 INFO neutron.db.l3_hamode_db [None req-28ac65f8-800a-4c15-91dd-43314426ccc3 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] HA network e135e5af-4ccb-4d2b-93d0-ad0c34ba4134 was deleted as no HA routers are present in tenant 8a7552a662af42f580b63b45de44b209. [pid: 7|app: 0|req: 283/594] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:15:49 2026] DELETE /v2.0/routers/139df4d0-8095-485c-9d44-4aa7b226879d => generated 0 bytes in 1347 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/595] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:15:50 2026] POST /v2.0/subnets => generated 660 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/596] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:15:50 2026] GET /v2.0/networks?id=03233329-6044-4965-b794-b7ef1ffc0031 => generated 771 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/597] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:15:50 2026] GET /v2.0/security-groups?id=b5dc5bf0-f4f5-435d-afe3-574a15760b01&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/598] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:15:50 2026] DELETE /v2.0/subnets/ed54f465-070a-417b-b222-f908e4ce87f3 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:15:51.040 7 INFO neutron.db.segments_db [None req-77d33491-9fce-47ff-983e-b2ceab0429f8 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] Added segment 702d7569-c492-4b4e-a6e0-d215d5d737e9 of type vxlan for network 7d308be1-d75c-4684-a2d5-50091601b1aa [pid: 8|app: 0|req: 312/599] 10.0.0.230 () {34 vars in 781 bytes} [Thu Jul 2 06:15:49 2026] PUT /v2.0/routers/3240dabe-a28b-4004-a279-50d664803d5d/add_router_interface => generated 309 bytes in 1616 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/600] 199.204.45.53 () {34 vars in 1055 bytes} [Thu Jul 2 06:15:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=1f99cb5f-ef11-4d19-9c9c-6796f9b7ca90 => generated 858 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:15:51.429 7 INFO neutron.db.l3_hamode_db [None req-77d33491-9fce-47ff-983e-b2ceab0429f8 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 314/601] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:15:51 2026] DELETE /v2.0/networks/220a8bdd-904f-4edc-850d-3fda46ce8ab5 => generated 0 bytes in 497 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/602] 199.204.45.53 () {34 vars in 981 bytes} [Thu Jul 2 06:15:51 2026] GET /v2.0/subnets?id=8db7fd31-65fe-458c-bf43-86cbc5ae9737 => generated 670 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/603] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:15:51 2026] GET /v2.0/ports?device_id=692cb0a7-36ae-4224-b739-0bf682af39b6 => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/604] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:15:51 2026] GET /v2.0/ports?network_id=03233329-6044-4965-b794-b7ef1ffc0031&device_owner=network%3Adhcp => generated 1244 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:15:51.812 8 WARNING neutron_lib.context [None req-4c105236-766c-4abb-8d2e-d6add25aeb95 66549411bb4040ada0793fe84cc81687 3a696d993fe4465aae964e4a5370fa3a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 318/605] 10.0.0.230 () {34 vars in 683 bytes} [Thu Jul 2 06:15:51 2026] POST /v2.0/security-groups => generated 1597 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/606] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:15:51 2026] GET /v2.0/security-groups?id=b5dc5bf0-f4f5-435d-afe3-574a15760b01&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/607] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:15:51 2026] GET /v2.0/networks/03233329-6044-4965-b794-b7ef1ffc0031?fields=segments => generated 14 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/608] 199.204.45.53 () {34 vars in 991 bytes} [Thu Jul 2 06:15:52 2026] GET /v2.0/ports?device_id=692cb0a7-36ae-4224-b739-0bf682af39b6 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/609] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:15:52 2026] GET /v2.0/security-groups?tenant_id=8a7552a662af42f580b63b45de44b209&name=default => generated 2797 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:15:52.127 8 WARNING neutron_lib.context [None req-e32874f4-54d2-4e3c-82aa-f20426d9e067 66549411bb4040ada0793fe84cc81687 3a696d993fe4465aae964e4a5370fa3a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:15:52.188 8 INFO neutron.services.segments.plugin [-] Segment 41f54cf1-6ab1-4775-be3c-c90724e43e18 resource provider aggregate not found 2026-07-02 06:15:52.197 8 INFO neutron.services.segments.plugin [-] Segment 41f54cf1-6ab1-4775-be3c-c90724e43e18 resource provider aggregate not found 2026-07-02 06:15:52.203 8 INFO neutron.services.segments.plugin [-] Segment 41f54cf1-6ab1-4775-be3c-c90724e43e18 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41f54cf1-6ab1-4775-be3c-c90724e43e18 found for delete ", "request_id": "req-e392f340-31fe-4da2-95d7-c8a33ac8d4d4"}]} 2026-07-02 06:15:52.213 8 INFO neutron.services.segments.plugin [-] Segment 41f54cf1-6ab1-4775-be3c-c90724e43e18 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41f54cf1-6ab1-4775-be3c-c90724e43e18 found for delete ", "request_id": "req-944bc56b-9ce2-4723-b433-77d72ce7d073"}]} [pid: 8|app: 0|req: 323/610] 10.0.0.230 () {34 vars in 693 bytes} [Thu Jul 2 06:15:52 2026] POST /v2.0/security-group-rules => generated 565 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/611] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:15:52 2026] GET /v2.0/networks/03233329-6044-4965-b794-b7ef1ffc0031?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:15:52.510 7 INFO neutron.db.l3_hamode_db [None req-77d33491-9fce-47ff-983e-b2ceab0429f8 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 06:15:52.729 8 INFO neutron.db.l3_db [req-1c8bc973-81ea-467e-978c-b73b42791758 req-dfeb056d-0120-4553-a762-389f06e9b377 6cb53b5f95744583b2c2e55467a90b02 781704dcbc764ac08a9bfdbeac0709ec - - default default] Floating IP 928524c3-da60-4dd2-aa56-cfe2e2c1b73f disassociated. External IP: 10.96.250.206, port: 1f99cb5f-ef11-4d19-9c9c-6796f9b7ca90. [pid: 8|app: 0|req: 325/612] 199.204.45.53 () {36 vars in 994 bytes} [Thu Jul 2 06:15:52 2026] DELETE /v2.0/ports/1f99cb5f-ef11-4d19-9c9c-6796f9b7ca90 => generated 0 bytes in 825 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:15:53.229 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3a16c019-ee15-4b9e-9f9f-d95a98c79c96'] response: {'server_uuid': '692cb0a7-36ae-4224-b739-0bf682af39b6', 'name': 'network-vif-deleted', 'tag': '1f99cb5f-ef11-4d19-9c9c-6796f9b7ca90', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 326/613] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:15:53 2026] DELETE /v2.0/security-groups/a16fe3db-325a-4eba-8eb6-b8b3c573b7a9 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:15:53.327 8 WARNING neutron_lib.context [None req-f9cedcc4-29b3-4092-a046-18d3da2fa412 66549411bb4040ada0793fe84cc81687 3a696d993fe4465aae964e4a5370fa3a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 327/614] 10.0.0.230 () {34 vars in 693 bytes} [Thu Jul 2 06:15:53 2026] POST /v2.0/security-group-rules => generated 570 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/615] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:15:53 2026] GET /v2.0/ports?device_id=692cb0a7-36ae-4224-b739-0bf682af39b6 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:15:53.486 8 WARNING neutron_lib.context [None req-641b7386-9b1d-4076-9719-4fc547d6a41c 66549411bb4040ada0793fe84cc81687 3a696d993fe4465aae964e4a5370fa3a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 288/616] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:15:50 2026] POST /v2.0/routers => generated 724 bytes in 2614 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/617] 10.0.0.230 () {34 vars in 674 bytes} [Thu Jul 2 06:15:53 2026] POST /v2.0/floatingips => generated 552 bytes in 1406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/618] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:15:54 2026] DELETE /v2.0/security-groups/b5dc5bf0-f4f5-435d-afe3-574a15760b01 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:15:55.040 8 INFO neutron.api.v2.resource [None req-2a161fe9-bc34-4678-931f-32ed54c86784 6cb53b5f95744583b2c2e55467a90b02 781704dcbc764ac08a9bfdbeac0709ec - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 331/619] 10.0.0.230 () {32 vars in 735 bytes} [Thu Jul 2 06:15:55 2026] GET /v2.0/security-groups/b5dc5bf0-f4f5-435d-afe3-574a15760b01 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/620] 10.0.0.230 () {34 vars in 781 bytes} [Thu Jul 2 06:15:53 2026] PUT /v2.0/routers/69c58bef-881e-4fb7-be6e-c59f4840760a/add_router_interface => generated 309 bytes in 1823 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/621] 10.0.0.230 () {32 vars in 730 bytes} [Thu Jul 2 06:15:55 2026] DELETE /v2.0/floatingips/928524c3-da60-4dd2-aa56-cfe2e2c1b73f => generated 0 bytes in 404 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/622] 10.0.0.21 () {34 vars in 1097 bytes} [Thu Jul 2 06:15:55 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2102588074&fields=id&tenant_id=3a696d993fe4465aae964e4a5370fa3a => generated 69 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/623] 10.0.0.21 () {34 vars in 979 bytes} [Thu Jul 2 06:15:55 2026] GET /v2.0/networks?id=07372dc0-f002-4303-94a7-84587cb2cad3 => generated 683 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/624] 10.0.0.21 () {34 vars in 962 bytes} [Thu Jul 2 06:15:55 2026] GET /v2.0/quotas/3a696d993fe4465aae964e4a5370fa3a => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/625] 10.0.0.21 () {34 vars in 999 bytes} [Thu Jul 2 06:15:55 2026] GET /v2.0/ports?tenant_id=3a696d993fe4465aae964e4a5370fa3a&fields=id => generated 103 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/626] 10.0.0.21 () {34 vars in 1005 bytes} [Thu Jul 2 06:15:55 2026] GET /v2.0/networks/07372dc0-f002-4303-94a7-84587cb2cad3?fields=segments => generated 14 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/627] 10.0.0.21 () {34 vars in 1105 bytes} [Thu Jul 2 06:15:55 2026] GET /v2.0/networks/07372dc0-f002-4303-94a7-84587cb2cad3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/628] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:15:56 2026] GET /v2.0/ports?device_id=33eb8a52-01ad-4a24-9937-dd7e28fddc14 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:15:56.126 7 WARNING neutron_lib.context [None req-ed955a95-860b-4e2b-a4fd-a2703da36359 f5c0adc89a2746e8bb377b6577864230 c07634f2d7fc4afbb51f42f46e45f3a3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 297/629] 10.0.0.230 () {34 vars in 683 bytes} [Thu Jul 2 06:15:56 2026] POST /v2.0/security-groups => generated 1594 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 06:15:56.265 7 WARNING neutron_lib.context [None req-8dda7b90-a1f3-4eaf-97ff-d34cb9d3bf42 f5c0adc89a2746e8bb377b6577864230 c07634f2d7fc4afbb51f42f46e45f3a3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 298/630] 10.0.0.230 () {34 vars in 693 bytes} [Thu Jul 2 06:15:56 2026] POST /v2.0/security-group-rules => generated 565 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:15:56.394 7 WARNING neutron_lib.context [None req-899c25d7-62ea-4499-bfcf-b3aa95f7ce07 f5c0adc89a2746e8bb377b6577864230 c07634f2d7fc4afbb51f42f46e45f3a3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 299/631] 10.0.0.230 () {34 vars in 693 bytes} [Thu Jul 2 06:15:56 2026] POST /v2.0/security-group-rules => generated 570 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:15:56.525 7 WARNING neutron_lib.context [None req-72a63292-6e16-48ba-afbc-f28057e54b58 f5c0adc89a2746e8bb377b6577864230 c07634f2d7fc4afbb51f42f46e45f3a3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 333/632] 10.0.0.230 () {34 vars in 787 bytes} [Thu Jul 2 06:15:55 2026] PUT /v2.0/routers/c0f455cb-11ed-46ac-af16-3a0ee3474772/remove_router_interface => generated 309 bytes in 1348 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/633] 10.0.0.230 () {34 vars in 674 bytes} [Thu Jul 2 06:15:56 2026] POST /v2.0/floatingips => generated 552 bytes in 688 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/634] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:15:57 2026] GET /v2.0/networks?id=07372dc0-f002-4303-94a7-84587cb2cad3 => generated 683 bytes in 399 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/635] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:15:57 2026] GET /v2.0/ports?device_id=33eb8a52-01ad-4a24-9937-dd7e28fddc14 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/636] 199.204.45.53 () {34 vars in 1047 bytes} [Thu Jul 2 06:15:57 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3a696d993fe4465aae964e4a5370fa3a => generated 181 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:15:57.688 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-79e0f1f4-94b9-4182-9388-8475a985340a d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.10/site-packages/paste/urlmap.py", line 216, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_middleware/request_id.py", line 58, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_middleware/catch_errors.py", line 40, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py", line 340, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/neutron/api/v2/resource.py", line 98, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.10/site-packages/neutron/api/v2/base.py", line 567, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/neutron/api/v2/base.py", line 594, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/l3_db.py", line 2242, in delete_router super(L3_NAT_db_mixin, self).delete_router(context, id) File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/l3_db.py", line 647, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.10/site-packages/neutron/common/utils.py", line 728, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/plugin.py", line 2192, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/plugin.py", line 2197, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 101, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 85, in _is_session_semantic_violated stack = traceback.extract_stack()  [pid: 7|app: 0|req: 304/637] 10.0.0.21 () {34 vars in 1095 bytes} [Thu Jul 2 06:15:57 2026] GET /v2.0/security-groups?name=tempest-securitygroup--866774682&fields=id&tenant_id=c07634f2d7fc4afbb51f42f46e45f3a3 => generated 69 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:15:57.727 7 WARNING neutron_lib.context [req-36ae2222-d42c-4b64-959a-bf135ef9def8 req-083d9ca9-35c6-449e-af49-5f035a6d85a9 66549411bb4040ada0793fe84cc81687 3a696d993fe4465aae964e4a5370fa3a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:15:58.116 8 INFO neutron.services.segments.plugin [-] Segment edddf735-8897-4188-a399-216153bc2d59 resource provider aggregate not found 2026-07-02 06:15:58.136 8 INFO neutron.services.segments.plugin [-] Segment edddf735-8897-4188-a399-216153bc2d59 resource provider aggregate not found 2026-07-02 06:15:58.147 8 INFO neutron.services.segments.plugin [-] Segment edddf735-8897-4188-a399-216153bc2d59 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid edddf735-8897-4188-a399-216153bc2d59 found for delete ", "request_id": "req-621f08e4-6d70-420c-a02a-35ca6d3fd0ad"}]} 2026-07-02 06:15:58.157 8 INFO neutron.services.segments.plugin [-] Segment edddf735-8897-4188-a399-216153bc2d59 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid edddf735-8897-4188-a399-216153bc2d59 found for delete ", "request_id": "req-15cfc4b7-5e03-4914-b735-f870e4a7de3c"}]} 2026-07-02 06:15:58.177 8 INFO neutron.db.l3_hamode_db [None req-79e0f1f4-94b9-4182-9388-8475a985340a d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] HA network caf2cf25-1251-4764-bb98-be02438a760c was deleted as no HA routers are present in tenant 781704dcbc764ac08a9bfdbeac0709ec. [pid: 8|app: 0|req: 334/638] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:15:56 2026] DELETE /v2.0/routers/c0f455cb-11ed-46ac-af16-3a0ee3474772 => generated 0 bytes in 1360 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/639] 199.204.45.53 () {38 vars in 952 bytes} [Thu Jul 2 06:15:57 2026] POST /v2.0/ports => generated 958 bytes in 540 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 335/640] 10.0.0.21 () {34 vars in 979 bytes} [Thu Jul 2 06:15:58 2026] GET /v2.0/networks?id=abd16702-7390-4d3f-83dc-b9d3bb63e0b0 => generated 669 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/641] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:15:58 2026] DELETE /v2.0/subnets/8db7fd31-65fe-458c-bf43-86cbc5ae9737 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/642] 10.0.0.21 () {34 vars in 962 bytes} [Thu Jul 2 06:15:58 2026] GET /v2.0/quotas/c07634f2d7fc4afbb51f42f46e45f3a3 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/645] 199.204.45.53 () {38 vars in 1025 bytes} [Thu Jul 2 06:15:58 2026] PUT /v2.0/ports/9c02131a-1d0f-411d-b8c4-00f3b495d564 => generated 1203 bytes in 614 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 06:15:58.980 7 INFO neutron.services.segments.plugin [-] Segment 7f9cc9ac-83a2-43a1-aa5e-070baf257cd1 resource provider aggregate not found 2026-07-02 06:15:58.985 7 INFO neutron.services.segments.plugin [-] Segment 7f9cc9ac-83a2-43a1-aa5e-070baf257cd1 resource provider aggregate not found 2026-07-02 06:15:59.011 7 INFO neutron.services.segments.plugin [-] Segment 7f9cc9ac-83a2-43a1-aa5e-070baf257cd1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f9cc9ac-83a2-43a1-aa5e-070baf257cd1 found for delete ", "request_id": "req-da636e24-0c11-4f8c-873b-60fa3423b27c"}]} [pid: 7|app: 0|req: 310/646] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:15:58 2026] DELETE /v2.0/networks/03233329-6044-4965-b794-b7ef1ffc0031 => generated 0 bytes in 436 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/647] 10.0.0.21 () {34 vars in 999 bytes} [Thu Jul 2 06:15:58 2026] GET /v2.0/ports?tenant_id=c07634f2d7fc4afbb51f42f46e45f3a3&fields=id => generated 103 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:15:59.035 7 INFO neutron.services.segments.plugin [-] Segment 7f9cc9ac-83a2-43a1-aa5e-070baf257cd1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f9cc9ac-83a2-43a1-aa5e-070baf257cd1 found for delete ", "request_id": "req-29c636a5-318b-4ae7-aeae-92e7cc3eab10"}]} /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 311/648] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:15:59 2026] GET /v2.0/ports?device_id=33eb8a52-01ad-4a24-9937-dd7e28fddc14 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/649] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:15:59 2026] GET /v2.0/ports?tenant_id=3a696d993fe4465aae964e4a5370fa3a&device_id=33eb8a52-01ad-4a24-9937-dd7e28fddc14 => generated 1242 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/650] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:15:59 2026] GET /v2.0/security-groups?id=903793c8-08f9-4fb2-8420-7612f055c321&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/651] 10.0.0.21 () {34 vars in 1005 bytes} [Thu Jul 2 06:15:59 2026] GET /v2.0/networks/abd16702-7390-4d3f-83dc-b9d3bb63e0b0?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/652] 199.204.45.53 () {34 vars in 1057 bytes} [Thu Jul 2 06:15:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=9c02131a-1d0f-411d-b8c4-00f3b495d564 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:15:59.190 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b344dc65-1986-4468-8bb1-3da5219f284d'] response: {'name': 'network-changed', 'server_uuid': '33eb8a52-01ad-4a24-9937-dd7e28fddc14', 'tag': '9c02131a-1d0f-411d-b8c4-00f3b495d564', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 341/653] 199.204.45.53 () {34 vars in 981 bytes} [Thu Jul 2 06:15:59 2026] GET /v2.0/subnets?id=e06ae527-1947-4f04-8b45-4220e238f2a2 => generated 677 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/654] 10.0.0.21 () {34 vars in 1105 bytes} [Thu Jul 2 06:15:59 2026] GET /v2.0/networks/abd16702-7390-4d3f-83dc-b9d3bb63e0b0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/655] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:15:59 2026] GET /v2.0/ports?network_id=07372dc0-f002-4303-94a7-84587cb2cad3&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/656] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:15:59 2026] GET /v2.0/networks/07372dc0-f002-4303-94a7-84587cb2cad3?fields=segments => generated 14 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/657] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:15:59 2026] GET /v2.0/security-groups?tenant_id=781704dcbc764ac08a9bfdbeac0709ec&name=default => generated 2797 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/658] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:15:59 2026] GET /v2.0/networks/07372dc0-f002-4303-94a7-84587cb2cad3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/659] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:15:59 2026] GET /v2.0/ports?device_id=9c4532b8-e7fe-489e-bec5-4610815de914 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/660] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:15:59 2026] DELETE /v2.0/security-groups/e7434758-a090-44c5-a288-d56900313636 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/661] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:15:59 2026] GET /v2.0/ports?tenant_id=3a696d993fe4465aae964e4a5370fa3a&device_id=33eb8a52-01ad-4a24-9937-dd7e28fddc14 => generated 1242 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/662] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:15:59 2026] GET /v2.0/networks?id=07372dc0-f002-4303-94a7-84587cb2cad3 => generated 779 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/663] 199.204.45.53 () {34 vars in 1057 bytes} [Thu Jul 2 06:15:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=9c02131a-1d0f-411d-b8c4-00f3b495d564 => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/664] 199.204.45.53 () {34 vars in 981 bytes} [Thu Jul 2 06:15:59 2026] GET /v2.0/subnets?id=e06ae527-1947-4f04-8b45-4220e238f2a2 => generated 677 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/665] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:15:59 2026] GET /v2.0/ports?network_id=07372dc0-f002-4303-94a7-84587cb2cad3&device_owner=network%3Adhcp => generated 1244 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/666] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:15:59 2026] GET /v2.0/networks/07372dc0-f002-4303-94a7-84587cb2cad3?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/667] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:16:00 2026] GET /v2.0/networks/07372dc0-f002-4303-94a7-84587cb2cad3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/668] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:16:00 2026] GET /v2.0/ports?device_id=33eb8a52-01ad-4a24-9937-dd7e28fddc14 => generated 973 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/669] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:16:00 2026] GET /v2.0/networks?id=abd16702-7390-4d3f-83dc-b9d3bb63e0b0 => generated 669 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/670] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:16:00 2026] GET /v2.0/security-groups?id=903793c8-08f9-4fb2-8420-7612f055c321&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/671] 199.204.45.53 () {34 vars in 1047 bytes} [Thu Jul 2 06:16:00 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c07634f2d7fc4afbb51f42f46e45f3a3 => generated 180 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:16:00.453 8 WARNING neutron_lib.context [req-02c4d903-0a03-434c-9107-7545bfa3fd3c req-76e1ce84-128e-4d9e-9123-f3efe313dbab f5c0adc89a2746e8bb377b6577864230 c07634f2d7fc4afbb51f42f46e45f3a3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 321/672] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:16:00 2026] GET /v2.0/security-groups?tenant_id=8f1b58285bed4bed818c814d3d6d4baf&name=default => generated 2801 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/673] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:16:00 2026] DELETE /v2.0/security-groups/60db2a89-e785-4aeb-9bff-8a4ab495e062 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/674] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:16:00 2026] GET /v2.0/ports?device_id=9c4532b8-e7fe-489e-bec5-4610815de914 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/675] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:16:00 2026] GET /v2.0/security-groups?tenant_id=8c241bc3711f4ddf81f46fb45f4cb742&name=default => generated 2801 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/676] 199.204.45.53 () {38 vars in 952 bytes} [Thu Jul 2 06:16:00 2026] POST /v2.0/ports => generated 954 bytes in 550 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 325/677] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:16:00 2026] DELETE /v2.0/security-groups/13bc1907-b65e-4e88-a0e8-0d6a3fd6b9aa => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/678] 199.204.45.53 () {38 vars in 1025 bytes} [Thu Jul 2 06:16:01 2026] PUT /v2.0/ports/0837964a-f8c0-429d-b03e-51da922cd9de => generated 1199 bytes in 523 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 326/679] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:16:01 2026] GET /v2.0/ports?device_id=33eb8a52-01ad-4a24-9937-dd7e28fddc14 => generated 975 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:16:01.624 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ca9dd558-52cf-4292-999a-ad3899c21bf9'] response: {'name': 'network-changed', 'server_uuid': '9c4532b8-e7fe-489e-bec5-4610815de914', 'tag': '0837964a-f8c0-429d-b03e-51da922cd9de', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 354/680] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:16:01 2026] GET /v2.0/ports?tenant_id=c07634f2d7fc4afbb51f42f46e45f3a3&device_id=9c4532b8-e7fe-489e-bec5-4610815de914 => generated 1238 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/681] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:16:01 2026] GET /v2.0/security-groups?id=903793c8-08f9-4fb2-8420-7612f055c321&fields=id&fields=name => generated 114 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/682] 199.204.45.53 () {34 vars in 1055 bytes} [Thu Jul 2 06:16:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=0837964a-f8c0-429d-b03e-51da922cd9de => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 328/683] 199.204.45.53 () {34 vars in 981 bytes} [Thu Jul 2 06:16:01 2026] GET /v2.0/subnets?id=22849a8c-29f0-4982-bd69-0902b07a746f => generated 663 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/684] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:16:01 2026] GET /v2.0/ports?device_id=9c4532b8-e7fe-489e-bec5-4610815de914 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/685] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:16:01 2026] GET /v2.0/security-groups?id=c09531c0-709e-4f84-81c7-a1b97bc04961&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/686] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:16:01 2026] GET /v2.0/ports?network_id=abd16702-7390-4d3f-83dc-b9d3bb63e0b0&device_owner=network%3Adhcp => generated 1244 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/687] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:16:01 2026] GET /v2.0/networks/abd16702-7390-4d3f-83dc-b9d3bb63e0b0?fields=segments => generated 14 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/688] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:16:01 2026] GET /v2.0/networks/abd16702-7390-4d3f-83dc-b9d3bb63e0b0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/689] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:16:02 2026] GET /v2.0/ports?tenant_id=c07634f2d7fc4afbb51f42f46e45f3a3&device_id=9c4532b8-e7fe-489e-bec5-4610815de914 => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/690] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:16:02 2026] GET /v2.0/networks?id=abd16702-7390-4d3f-83dc-b9d3bb63e0b0 => generated 765 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/691] 199.204.45.53 () {34 vars in 1055 bytes} [Thu Jul 2 06:16:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=0837964a-f8c0-429d-b03e-51da922cd9de => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/692] 199.204.45.53 () {34 vars in 981 bytes} [Thu Jul 2 06:16:02 2026] GET /v2.0/subnets?id=22849a8c-29f0-4982-bd69-0902b07a746f => generated 663 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/693] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:16:02 2026] GET /v2.0/ports?network_id=abd16702-7390-4d3f-83dc-b9d3bb63e0b0&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/694] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:16:02 2026] GET /v2.0/networks/abd16702-7390-4d3f-83dc-b9d3bb63e0b0?fields=segments => generated 14 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/695] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:16:02 2026] GET /v2.0/networks/abd16702-7390-4d3f-83dc-b9d3bb63e0b0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/696] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:16:02 2026] GET /v2.0/ports?device_id=33eb8a52-01ad-4a24-9937-dd7e28fddc14 => generated 975 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/697] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:16:02 2026] GET /v2.0/security-groups?id=903793c8-08f9-4fb2-8420-7612f055c321&fields=id&fields=name => generated 114 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/698] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:16:02 2026] GET /v2.0/ports?device_id=9c4532b8-e7fe-489e-bec5-4610815de914 => generated 969 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/699] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:16:02 2026] GET /v2.0/ports?device_id=33eb8a52-01ad-4a24-9937-dd7e28fddc14 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/700] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:16:02 2026] GET /v2.0/security-groups?id=c09531c0-709e-4f84-81c7-a1b97bc04961&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:16:03.485 8 INFO neutron.db.l3_db [None req-11beab23-d5a2-448e-bd3c-03a66f158e7a 66549411bb4040ada0793fe84cc81687 3a696d993fe4465aae964e4a5370fa3a - - default default] Floating IP f944847b-dca6-4d35-9165-d91b4f62678b associated. External IP: 10.96.250.212, port: 9c02131a-1d0f-411d-b8c4-00f3b495d564. [pid: 8|app: 0|req: 365/701] 10.0.0.230 () {34 vars in 747 bytes} [Thu Jul 2 06:16:03 2026] PUT /v2.0/floatingips/f944847b-dca6-4d35-9165-d91b4f62678b => generated 856 bytes in 848 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/702] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:16:03 2026] GET /v2.0/ports?device_id=33eb8a52-01ad-4a24-9937-dd7e28fddc14 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:16:04.055 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1fc88173-5a0f-4687-8dc5-e0ca33444b5a'] response: {'name': 'network-changed', 'server_uuid': '33eb8a52-01ad-4a24-9937-dd7e28fddc14', 'tag': '9c02131a-1d0f-411d-b8c4-00f3b495d564', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 366/703] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:16:04 2026] GET /v2.0/security-groups?id=903793c8-08f9-4fb2-8420-7612f055c321&fields=id&fields=name => generated 114 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/704] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:16:04 2026] GET /v2.0/ports?tenant_id=3a696d993fe4465aae964e4a5370fa3a&device_id=33eb8a52-01ad-4a24-9937-dd7e28fddc14 => generated 1244 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/705] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:16:04 2026] GET /v2.0/ports?device_id=9c4532b8-e7fe-489e-bec5-4610815de914 => generated 971 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/706] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:16:04 2026] GET /v2.0/networks?id=07372dc0-f002-4303-94a7-84587cb2cad3 => generated 779 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/707] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:16:04 2026] GET /v2.0/security-groups?id=c09531c0-709e-4f84-81c7-a1b97bc04961&fields=id&fields=name => generated 113 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/708] 199.204.45.53 () {34 vars in 1057 bytes} [Thu Jul 2 06:16:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=9c02131a-1d0f-411d-b8c4-00f3b495d564 => generated 859 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/709] 199.204.45.53 () {34 vars in 981 bytes} [Thu Jul 2 06:16:04 2026] GET /v2.0/subnets?id=e06ae527-1947-4f04-8b45-4220e238f2a2 => generated 677 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/710] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:16:04 2026] GET /v2.0/ports?device_id=9c4532b8-e7fe-489e-bec5-4610815de914 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/711] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:16:04 2026] GET /v2.0/ports?network_id=07372dc0-f002-4303-94a7-84587cb2cad3&device_owner=network%3Adhcp => generated 1244 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/712] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:16:04 2026] GET /v2.0/networks/07372dc0-f002-4303-94a7-84587cb2cad3?fields=segments => generated 14 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/713] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:16:04 2026] GET /v2.0/networks/07372dc0-f002-4303-94a7-84587cb2cad3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:16:04.895 8 INFO neutron.db.l3_db [None req-da923f1f-0bb8-4dfe-9267-de88d2feab3f f5c0adc89a2746e8bb377b6577864230 c07634f2d7fc4afbb51f42f46e45f3a3 - - default default] Floating IP c69474f6-e5c7-45d0-aebf-ce73f89a6fcf associated. External IP: 10.96.250.215, port: 0837964a-f8c0-429d-b03e-51da922cd9de. [pid: 8|app: 0|req: 371/714] 10.0.0.230 () {34 vars in 747 bytes} [Thu Jul 2 06:16:04 2026] PUT /v2.0/floatingips/c69474f6-e5c7-45d0-aebf-ce73f89a6fcf => generated 855 bytes in 1133 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/715] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:16:05 2026] GET /v2.0/ports?device_id=9c4532b8-e7fe-489e-bec5-4610815de914 => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/716] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:16:05 2026] GET /v2.0/security-groups?id=c09531c0-709e-4f84-81c7-a1b97bc04961&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:16:06.094 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1f1e6997-4f71-468a-94c5-e8503b532d62'] response: {'name': 'network-changed', 'server_uuid': '9c4532b8-e7fe-489e-bec5-4610815de914', 'tag': '0837964a-f8c0-429d-b03e-51da922cd9de', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 372/717] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:16:05 2026] GET /v2.0/security-groups?tenant_id=06ac195baca6428ea99c3d337f1b8886&name=default => generated 2801 bytes in 466 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/718] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:16:06 2026] GET /v2.0/ports?device_id=9c4532b8-e7fe-489e-bec5-4610815de914 => generated 971 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/719] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:16:06 2026] GET /v2.0/ports?tenant_id=c07634f2d7fc4afbb51f42f46e45f3a3&device_id=9c4532b8-e7fe-489e-bec5-4610815de914 => generated 1240 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/720] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:16:06 2026] GET /v2.0/security-groups?id=c09531c0-709e-4f84-81c7-a1b97bc04961&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/721] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:16:06 2026] DELETE /v2.0/security-groups/123fff89-f164-4010-9ce2-49f6405d831d => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/722] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:16:06 2026] GET /v2.0/networks?id=abd16702-7390-4d3f-83dc-b9d3bb63e0b0 => generated 765 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/723] 199.204.45.53 () {34 vars in 1055 bytes} [Thu Jul 2 06:16:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=0837964a-f8c0-429d-b03e-51da922cd9de => generated 858 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/724] 199.204.45.53 () {34 vars in 981 bytes} [Thu Jul 2 06:16:06 2026] GET /v2.0/subnets?id=22849a8c-29f0-4982-bd69-0902b07a746f => generated 663 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/725] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:16:06 2026] GET /v2.0/ports?network_id=abd16702-7390-4d3f-83dc-b9d3bb63e0b0&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/726] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:16:06 2026] GET /v2.0/networks/abd16702-7390-4d3f-83dc-b9d3bb63e0b0?fields=segments => generated 14 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/727] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:16:06 2026] GET /v2.0/networks/abd16702-7390-4d3f-83dc-b9d3bb63e0b0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/728] 199.204.45.53 () {34 vars in 991 bytes} [Thu Jul 2 06:16:06 2026] GET /v2.0/ports?device_id=9c4532b8-e7fe-489e-bec5-4610815de914 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/729] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:16:06 2026] GET /v2.0/security-groups?tenant_id=0573a506f0634034b29feb0c5b5f0bc0&name=default => generated 2801 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/730] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:16:06 2026] DELETE /v2.0/security-groups/ece94749-a872-467a-9e45-aa8adf9af161 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:16:07.057 8 INFO neutron.db.l3_db [req-8e65bae7-4131-4282-a749-b89587e73f5f req-d6987adc-7765-4539-b6a1-7e166a9be45f f5c0adc89a2746e8bb377b6577864230 c07634f2d7fc4afbb51f42f46e45f3a3 - - default default] Floating IP c69474f6-e5c7-45d0-aebf-ce73f89a6fcf disassociated. External IP: 10.96.250.215, port: 0837964a-f8c0-429d-b03e-51da922cd9de. [pid: 7|app: 0|req: 352/731] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:16:07 2026] GET /v2.0/ports?device_id=9c4532b8-e7fe-489e-bec5-4610815de914 => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/732] 199.204.45.53 () {36 vars in 994 bytes} [Thu Jul 2 06:16:06 2026] DELETE /v2.0/ports/0837964a-f8c0-429d-b03e-51da922cd9de => generated 0 bytes in 841 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/733] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:16:08 2026] GET /v2.0/security-groups?tenant_id=1b435b564e4b49a797b5ebfd642e2c2a&name=default => generated 2801 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:16:08.346 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1ba6f97e-80c1-4442-88c2-5229b825d6d6'] response: {'server_uuid': '9c4532b8-e7fe-489e-bec5-4610815de914', 'name': 'network-vif-deleted', 'tag': '0837964a-f8c0-429d-b03e-51da922cd9de', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 381/734] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:16:08 2026] DELETE /v2.0/security-groups/176f2481-5bf5-4844-99cf-97eb70e05930 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/735] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:16:08 2026] DELETE /v2.0/security-groups/c09531c0-709e-4f84-81c7-a1b97bc04961 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:16:08.593 8 INFO neutron.api.v2.resource [None req-b8e37bd7-4505-4cbb-b6eb-9fbb7dab0976 f5c0adc89a2746e8bb377b6577864230 c07634f2d7fc4afbb51f42f46e45f3a3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 382/736] 10.0.0.230 () {32 vars in 735 bytes} [Thu Jul 2 06:16:08 2026] GET /v2.0/security-groups/c09531c0-709e-4f84-81c7-a1b97bc04961 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/737] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:16:08 2026] GET /v2.0/security-groups?tenant_id=85a624ff79a144309d56f0002e2aea9f&name=default => generated 2801 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/738] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:16:08 2026] DELETE /v2.0/security-groups/49f6d0ec-4b85-4fad-b931-43bde4b13629 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/739] 10.0.0.230 () {32 vars in 730 bytes} [Thu Jul 2 06:16:08 2026] DELETE /v2.0/floatingips/c69474f6-e5c7-45d0-aebf-ce73f89a6fcf => generated 0 bytes in 389 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/740] 10.0.0.230 () {34 vars in 787 bytes} [Thu Jul 2 06:16:08 2026] PUT /v2.0/routers/69c58bef-881e-4fb7-be6e-c59f4840760a/remove_router_interface => generated 309 bytes in 1247 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:16:11.400 8 INFO neutron.services.segments.plugin [-] Segment 702d7569-c492-4b4e-a6e0-d215d5d737e9 resource provider aggregate not found 2026-07-02 06:16:11.408 8 INFO neutron.services.segments.plugin [-] Segment 702d7569-c492-4b4e-a6e0-d215d5d737e9 resource provider aggregate not found 2026-07-02 06:16:11.417 8 INFO neutron.services.segments.plugin [-] Segment 702d7569-c492-4b4e-a6e0-d215d5d737e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 702d7569-c492-4b4e-a6e0-d215d5d737e9 found for delete ", "request_id": "req-4f4e03ff-8f77-4be0-b1e9-8b43a409a9c2"}]} 2026-07-02 06:16:11.428 8 INFO neutron.services.segments.plugin [-] Segment 702d7569-c492-4b4e-a6e0-d215d5d737e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 702d7569-c492-4b4e-a6e0-d215d5d737e9 found for delete ", "request_id": "req-6590519c-a8b2-423e-bfbf-64f0c6af5c70"}]} 2026-07-02 06:16:11.435 8 INFO neutron.db.l3_hamode_db [None req-e120995f-0b5b-4703-b30e-c64e4a2eb99f d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] HA network 7d308be1-d75c-4684-a2d5-50091601b1aa was deleted as no HA routers are present in tenant c07634f2d7fc4afbb51f42f46e45f3a3. [pid: 8|app: 0|req: 384/741] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:16:10 2026] DELETE /v2.0/routers/69c58bef-881e-4fb7-be6e-c59f4840760a => generated 0 bytes in 1196 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/742] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:16:11 2026] DELETE /v2.0/subnets/22849a8c-29f0-4982-bd69-0902b07a746f => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/743] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:16:11 2026] GET /v2.0/security-groups?tenant_id=cae9f45f554a4718ad891f3ae3c81bc4&name=default => generated 2801 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/744] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:16:11 2026] DELETE /v2.0/security-groups/11797527-08ab-42f1-be8c-c3d047aef686 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/745] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:16:11 2026] DELETE /v2.0/networks/abd16702-7390-4d3f-83dc-b9d3bb63e0b0 => generated 0 bytes in 418 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/746] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:16:12 2026] GET /v2.0/security-groups?tenant_id=c07634f2d7fc4afbb51f42f46e45f3a3&name=default => generated 2801 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/747] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:16:12 2026] DELETE /v2.0/security-groups/2092e534-0aa0-4cbc-af14-e74ea3e88c2a => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:16:14.137 8 INFO neutron.services.segments.plugin [-] Segment 5a6a6a99-624c-4082-880e-3b42d4dd43aa resource provider aggregate not found 2026-07-02 06:16:14.146 8 INFO neutron.services.segments.plugin [-] Segment 5a6a6a99-624c-4082-880e-3b42d4dd43aa resource provider aggregate not found 2026-07-02 06:16:14.156 7 WARNING neutron_lib.context [None req-b929f006-4731-4831-9c41-c38ceda19e90 1b1f1c89b5db4e8c9cd6f0288311c215 4326121ba9f040e48cb53da36615c47a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:16:14.163 8 INFO neutron.services.segments.plugin [-] Segment 5a6a6a99-624c-4082-880e-3b42d4dd43aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a6a6a99-624c-4082-880e-3b42d4dd43aa found for delete ", "request_id": "req-d3697ce2-48b8-4e71-9885-b775be084906"}]} 2026-07-02 06:16:14.166 8 INFO neutron.services.segments.plugin [-] Segment 5a6a6a99-624c-4082-880e-3b42d4dd43aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a6a6a99-624c-4082-880e-3b42d4dd43aa found for delete ", "request_id": "req-688931ce-f357-4a4f-9c4a-cb5ea571af28"}]} [pid: 8|app: 0|req: 389/750] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:16:14 2026] GET /v2.0/security-groups?tenant_id=8f184d64a8924a88ae4b2d8c08602917&name=default => generated 2801 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/751] 10.0.0.230 () {34 vars in 682 bytes} [Thu Jul 2 06:16:13 2026] POST /v2.0/security-groups => generated 1561 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/752] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:16:14 2026] DELETE /v2.0/security-groups/b903a818-c207-460c-80ee-a2963d150ede => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/753] 10.0.0.230 () {32 vars in 661 bytes} [Thu Jul 2 06:16:14 2026] GET /v2.0/security-groups => generated 4344 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/754] 10.0.0.230 () {34 vars in 756 bytes} [Thu Jul 2 06:16:14 2026] PUT /v2.0/security-groups/59cfcd11-5fb9-4321-866a-1ed07b262bb7 => generated 1599 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/755] 10.0.0.2 () {34 vars in 986 bytes} [Thu Jul 2 06:16:14 2026] GET /v2.0/ports?device_id=33eb8a52-01ad-4a24-9937-dd7e28fddc14 => generated 1244 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/756] 10.0.0.230 () {32 vars in 735 bytes} [Thu Jul 2 06:16:14 2026] GET /v2.0/security-groups/59cfcd11-5fb9-4321-866a-1ed07b262bb7 => generated 1599 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/757] 10.0.0.2 () {34 vars in 1036 bytes} [Thu Jul 2 06:16:14 2026] GET /v2.0/security-groups?id=903793c8-08f9-4fb2-8420-7612f055c321&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/758] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:16:14 2026] GET /v2.0/security-groups?tenant_id=c1b0432f57764f8792529c40d96fcbce&name=default => generated 2801 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/759] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:16:14 2026] DELETE /v2.0/security-groups/59cfcd11-5fb9-4321-866a-1ed07b262bb7 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/760] 10.0.0.230 () {32 vars in 661 bytes} [Thu Jul 2 06:16:14 2026] GET /v2.0/security-groups => generated 2801 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:16:14.756 8 INFO neutron.api.v2.resource [None req-961f2540-a87d-4ec0-9fc8-3adf2e35c5b3 1b1f1c89b5db4e8c9cd6f0288311c215 4326121ba9f040e48cb53da36615c47a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 397/761] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:16:14 2026] DELETE /v2.0/security-groups/59cfcd11-5fb9-4321-866a-1ed07b262bb7 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:16:14.768 8 WARNING neutron_lib.context [None req-d98b5dd7-8536-4d6f-8484-dd6e27586a60 1b1f1c89b5db4e8c9cd6f0288311c215 4326121ba9f040e48cb53da36615c47a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 365/762] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:16:14 2026] DELETE /v2.0/security-groups/055d9299-8edb-4a9f-83e9-c5e0ce514552 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/763] 10.0.0.230 () {34 vars in 682 bytes} [Thu Jul 2 06:16:14 2026] POST /v2.0/security-groups => generated 1560 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 06:16:14.891 7 WARNING neutron_lib.context [None req-792458aa-80fb-4c46-ba9f-c4c8b36f50b6 1b1f1c89b5db4e8c9cd6f0288311c215 4326121ba9f040e48cb53da36615c47a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 366/764] 10.0.0.230 () {34 vars in 693 bytes} [Thu Jul 2 06:16:14 2026] POST /v2.0/security-group-rules => generated 569 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/765] 10.0.0.230 () {32 vars in 745 bytes} [Thu Jul 2 06:16:15 2026] GET /v2.0/security-group-rules/813fe1a9-6d1f-4230-9a5b-1ebf7eb56c09 => generated 569 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/766] 10.0.0.230 () {32 vars in 671 bytes} [Thu Jul 2 06:16:15 2026] GET /v2.0/security-group-rules => generated 3918 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/767] 10.0.0.230 () {32 vars in 748 bytes} [Thu Jul 2 06:16:15 2026] DELETE /v2.0/security-group-rules/813fe1a9-6d1f-4230-9a5b-1ebf7eb56c09 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/768] 10.0.0.230 () {32 vars in 671 bytes} [Thu Jul 2 06:16:15 2026] GET /v2.0/security-group-rules => generated 3372 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:16:15.264 8 WARNING neutron_lib.context [None req-41d9ce45-2dc2-4298-b2d2-7423aaa7574d 1b1f1c89b5db4e8c9cd6f0288311c215 4326121ba9f040e48cb53da36615c47a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 401/769] 10.0.0.230 () {34 vars in 693 bytes} [Thu Jul 2 06:16:15 2026] POST /v2.0/security-group-rules => generated 569 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/770] 10.0.0.230 () {32 vars in 745 bytes} [Thu Jul 2 06:16:15 2026] GET /v2.0/security-group-rules/b46afd7b-f84b-4e59-a12a-82210c2cf1bb => generated 569 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/771] 10.0.0.230 () {32 vars in 671 bytes} [Thu Jul 2 06:16:15 2026] GET /v2.0/security-group-rules => generated 3918 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/772] 10.0.0.230 () {32 vars in 748 bytes} [Thu Jul 2 06:16:15 2026] DELETE /v2.0/security-group-rules/b46afd7b-f84b-4e59-a12a-82210c2cf1bb => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/773] 10.0.0.230 () {32 vars in 671 bytes} [Thu Jul 2 06:16:15 2026] GET /v2.0/security-group-rules => generated 3372 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:16:15.598 7 WARNING neutron_lib.context [None req-05c27b5c-8f8f-4ee1-bc29-2c35c8972385 1b1f1c89b5db4e8c9cd6f0288311c215 4326121ba9f040e48cb53da36615c47a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:16:15.619 7 INFO neutron.db.securitygroups_db [None req-05c27b5c-8f8f-4ee1-bc29-2c35c8972385 1b1f1c89b5db4e8c9cd6f0288311c215 4326121ba9f040e48cb53da36615c47a - - default default] Project 4326121ba9f040e48cb53da36615c47a added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 7|app: 0|req: 371/774] 10.0.0.230 () {34 vars in 693 bytes} [Thu Jul 2 06:16:15 2026] POST /v2.0/security-group-rules => generated 575 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/775] 10.0.0.230 () {32 vars in 745 bytes} [Thu Jul 2 06:16:15 2026] GET /v2.0/security-group-rules/e73700ce-f5cb-40b5-800a-72f7ca91fe1f => generated 575 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/776] 10.0.0.230 () {32 vars in 671 bytes} [Thu Jul 2 06:16:15 2026] GET /v2.0/security-group-rules => generated 3924 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/777] 10.0.0.230 () {32 vars in 748 bytes} [Thu Jul 2 06:16:15 2026] DELETE /v2.0/security-group-rules/e73700ce-f5cb-40b5-800a-72f7ca91fe1f => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/778] 10.0.0.230 () {32 vars in 671 bytes} [Thu Jul 2 06:16:15 2026] GET /v2.0/security-group-rules => generated 3372 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/779] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:16:15 2026] DELETE /v2.0/security-groups/eba9dbe2-b0ce-4dc1-938b-00389eb638c9 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/780] 10.0.0.230 () {32 vars in 661 bytes} [Thu Jul 2 06:16:16 2026] GET /v2.0/security-groups => generated 2801 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/781] 10.0.0.230 () {32 vars in 661 bytes} [Thu Jul 2 06:16:16 2026] GET /v2.0/security-groups => generated 2801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/782] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:16:16 2026] GET /v2.0/security-groups?tenant_id=4326121ba9f040e48cb53da36615c47a&name=default => generated 2801 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/783] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:16:16 2026] GET /v2.0/security-groups?tenant_id=f41a406b716e4aa8a635ca7c0338e756&name=default => generated 2801 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/784] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:16:16 2026] DELETE /v2.0/security-groups/ae0d1274-679c-4bcf-8a87-f7406f96fd4d => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/785] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:16:16 2026] DELETE /v2.0/security-groups/427d34b8-7096-41bc-bc5a-0ebfbf7214c8 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/786] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:16:16 2026] GET /v2.0/security-groups?tenant_id=cfcb283affb64ea2afaee98021657bed&name=default => generated 2801 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/787] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:16:17 2026] DELETE /v2.0/security-groups/bc96a63d-e02a-4bed-bcad-a170250c2b8c => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/788] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:16:17 2026] GET /v2.0/ports?device_id=33eb8a52-01ad-4a24-9937-dd7e28fddc14 => generated 975 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/789] 10.0.0.21 () {34 vars in 968 bytes} [Thu Jul 2 06:16:17 2026] GET /v2.0/ports/9c02131a-1d0f-411d-b8c4-00f3b495d564 => generated 972 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/790] 199.204.45.53 () {34 vars in 997 bytes} [Thu Jul 2 06:16:17 2026] GET /v2.0/subnets?network_id=07372dc0-f002-4303-94a7-84587cb2cad3 => generated 659 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/791] 199.204.45.53 () {34 vars in 1143 bytes} [Thu Jul 2 06:16:17 2026] GET /v2.0/ports?device_id=33eb8a52-01ad-4a24-9937-dd7e28fddc14&device_owner=compute%3Anova&network_id=07372dc0-f002-4303-94a7-84587cb2cad3 => generated 975 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/792] 199.204.45.53 () {38 vars in 1025 bytes} [Thu Jul 2 06:16:18 2026] PUT /v2.0/ports/9c02131a-1d0f-411d-b8c4-00f3b495d564 => generated 1149 bytes in 509 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/793] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:16:18 2026] GET /v2.0/ports?tenant_id=3a696d993fe4465aae964e4a5370fa3a&device_id=33eb8a52-01ad-4a24-9937-dd7e28fddc14 => generated 1421 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 06:16:18.689 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-db4bb297-e3ba-4f20-9e04-2b8ed1d13534'] response: {'name': 'network-changed', 'server_uuid': '33eb8a52-01ad-4a24-9937-dd7e28fddc14', 'tag': '9c02131a-1d0f-411d-b8c4-00f3b495d564', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 414/794] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:16:18 2026] GET /v2.0/networks?id=07372dc0-f002-4303-94a7-84587cb2cad3 => generated 779 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/795] 199.204.45.53 () {34 vars in 1057 bytes} [Thu Jul 2 06:16:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=9c02131a-1d0f-411d-b8c4-00f3b495d564 => generated 861 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/796] 199.204.45.53 () {34 vars in 1055 bytes} [Thu Jul 2 06:16:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=9c02131a-1d0f-411d-b8c4-00f3b495d564 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/797] 199.204.45.53 () {34 vars in 981 bytes} [Thu Jul 2 06:16:18 2026] GET /v2.0/subnets?id=e06ae527-1947-4f04-8b45-4220e238f2a2 => generated 677 bytes in 335 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:16:19.232 7 WARNING neutron_lib.context [None req-570feda9-ee09-4bd8-aaaf-6ac2edd1d0b2 bc513ea1e32b43a1bda53ca86165b595 bddb26450a2945d68463931c25e0bfe3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 383/798] 10.0.0.230 () {34 vars in 674 bytes} [Thu Jul 2 06:16:19 2026] POST /v2.0/subnetpools => generated 548 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/799] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:16:19 2026] GET /v2.0/ports?network_id=07372dc0-f002-4303-94a7-84587cb2cad3&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/800] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:16:18 2026] GET /v2.0/security-groups?tenant_id=52939722e1df4ba68cb786b47d0dc929&name=default => generated 2801 bytes in 422 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/801] 10.0.0.230 () {32 vars in 727 bytes} [Thu Jul 2 06:16:19 2026] GET /v2.0/subnetpools/69a7d3d4-a5c9-407d-9ced-169092cba562 => generated 548 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/802] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:16:19 2026] GET /v2.0/networks/07372dc0-f002-4303-94a7-84587cb2cad3?fields=segments => generated 14 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/803] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:16:19 2026] DELETE /v2.0/security-groups/37e674b2-9ce3-42ca-a34e-1e80c965a6aa => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/804] 10.0.0.230 () {34 vars in 747 bytes} [Thu Jul 2 06:16:19 2026] PUT /v2.0/subnetpools/69a7d3d4-a5c9-407d-9ced-169092cba562 => generated 500 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/805] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:16:19 2026] GET /v2.0/networks/07372dc0-f002-4303-94a7-84587cb2cad3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/806] 10.0.0.230 () {32 vars in 730 bytes} [Thu Jul 2 06:16:19 2026] DELETE /v2.0/subnetpools/69a7d3d4-a5c9-407d-9ced-169092cba562 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:16:19.689 8 INFO neutron.api.v2.resource [None req-fb36af6c-1da6-4784-98d2-630d93120210 bc513ea1e32b43a1bda53ca86165b595 bddb26450a2945d68463931c25e0bfe3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 420/807] 10.0.0.230 () {32 vars in 727 bytes} [Thu Jul 2 06:16:19 2026] GET /v2.0/subnetpools/69a7d3d4-a5c9-407d-9ced-169092cba562 => generated 145 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/808] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:16:19 2026] GET /v2.0/ports?tenant_id=3a696d993fe4465aae964e4a5370fa3a&device_id=33eb8a52-01ad-4a24-9937-dd7e28fddc14 => generated 1421 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:16:19.726 8 INFO neutron.api.v2.resource [None req-5336ea72-49b1-4456-b4a1-8c2b379da5bb bc513ea1e32b43a1bda53ca86165b595 bddb26450a2945d68463931c25e0bfe3 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 421/809] 10.0.0.230 () {32 vars in 730 bytes} [Thu Jul 2 06:16:19 2026] DELETE /v2.0/subnetpools/69a7d3d4-a5c9-407d-9ced-169092cba562 => generated 145 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/810] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:16:19 2026] GET /v2.0/networks?id=07372dc0-f002-4303-94a7-84587cb2cad3 => generated 779 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/811] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:16:19 2026] GET /v2.0/security-groups?tenant_id=7aca313322a64e4bbcfab3b3a3011811&name=default => generated 2801 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/812] 199.204.45.53 () {34 vars in 1057 bytes} [Thu Jul 2 06:16:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=9c02131a-1d0f-411d-b8c4-00f3b495d564 => generated 861 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/813] 199.204.45.53 () {34 vars in 1055 bytes} [Thu Jul 2 06:16:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=9c02131a-1d0f-411d-b8c4-00f3b495d564 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/814] 199.204.45.53 () {34 vars in 981 bytes} [Thu Jul 2 06:16:19 2026] GET /v2.0/subnets?id=e06ae527-1947-4f04-8b45-4220e238f2a2 => generated 677 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/815] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:16:19 2026] DELETE /v2.0/security-groups/e32ecd88-6ede-4c7d-9092-f97d6b9f9548 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/816] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:16:19 2026] GET /v2.0/ports?network_id=07372dc0-f002-4303-94a7-84587cb2cad3&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/817] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:16:19 2026] GET /v2.0/ports?device_id=33eb8a52-01ad-4a24-9937-dd7e28fddc14 => generated 1152 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/818] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:16:20 2026] GET /v2.0/security-groups?id=903793c8-08f9-4fb2-8420-7612f055c321&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/819] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:16:20 2026] GET /v2.0/networks/07372dc0-f002-4303-94a7-84587cb2cad3?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/820] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:16:20 2026] GET /v2.0/networks/07372dc0-f002-4303-94a7-84587cb2cad3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/821] 199.204.45.53 () {34 vars in 1115 bytes} [Thu Jul 2 06:16:20 2026] GET /v2.0/ports?device_id=33eb8a52-01ad-4a24-9937-dd7e28fddc14&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.3 => generated 1152 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/822] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:16:20 2026] GET /v2.0/security-groups?tenant_id=bddb26450a2945d68463931c25e0bfe3&name=default => generated 2801 bytes in 421 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/823] 199.204.45.53 () {38 vars in 1025 bytes} [Thu Jul 2 06:16:20 2026] PUT /v2.0/ports/9c02131a-1d0f-411d-b8c4-00f3b495d564 => generated 972 bytes in 562 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/824] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:16:20 2026] DELETE /v2.0/security-groups/6244bb36-8054-4270-b643-9fc2aadcd247 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 428/825] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:16:20 2026] GET /v2.0/ports?tenant_id=3a696d993fe4465aae964e4a5370fa3a&device_id=33eb8a52-01ad-4a24-9937-dd7e28fddc14 => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/826] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:16:20 2026] GET /v2.0/networks?id=07372dc0-f002-4303-94a7-84587cb2cad3 => generated 779 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:16:21.023 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cd9fa4ce-5669-4e5d-bc44-1be56653ba4a'] response: {'name': 'network-changed', 'server_uuid': '33eb8a52-01ad-4a24-9937-dd7e28fddc14', 'tag': '9c02131a-1d0f-411d-b8c4-00f3b495d564', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 429/827] 199.204.45.53 () {34 vars in 1057 bytes} [Thu Jul 2 06:16:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=9c02131a-1d0f-411d-b8c4-00f3b495d564 => generated 861 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/828] 199.204.45.53 () {34 vars in 981 bytes} [Thu Jul 2 06:16:21 2026] GET /v2.0/subnets?id=e06ae527-1947-4f04-8b45-4220e238f2a2 => generated 677 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/829] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:16:21 2026] GET /v2.0/ports?network_id=07372dc0-f002-4303-94a7-84587cb2cad3&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/830] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:16:21 2026] GET /v2.0/networks/07372dc0-f002-4303-94a7-84587cb2cad3?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/831] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:16:21 2026] GET /v2.0/networks/07372dc0-f002-4303-94a7-84587cb2cad3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/832] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:16:21 2026] GET /v2.0/ports?tenant_id=3a696d993fe4465aae964e4a5370fa3a&device_id=33eb8a52-01ad-4a24-9937-dd7e28fddc14 => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/833] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:16:21 2026] GET /v2.0/networks?id=07372dc0-f002-4303-94a7-84587cb2cad3 => generated 779 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/834] 199.204.45.53 () {34 vars in 1057 bytes} [Thu Jul 2 06:16:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=9c02131a-1d0f-411d-b8c4-00f3b495d564 => generated 861 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/835] 199.204.45.53 () {34 vars in 981 bytes} [Thu Jul 2 06:16:21 2026] GET /v2.0/subnets?id=e06ae527-1947-4f04-8b45-4220e238f2a2 => generated 677 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/836] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:16:21 2026] GET /v2.0/ports?network_id=07372dc0-f002-4303-94a7-84587cb2cad3&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/837] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:16:21 2026] GET /v2.0/networks/07372dc0-f002-4303-94a7-84587cb2cad3?fields=segments => generated 14 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/838] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:16:21 2026] GET /v2.0/networks/07372dc0-f002-4303-94a7-84587cb2cad3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/839] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:16:22 2026] GET /v2.0/ports?device_id=33eb8a52-01ad-4a24-9937-dd7e28fddc14 => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/840] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:16:22 2026] GET /v2.0/security-groups?id=903793c8-08f9-4fb2-8420-7612f055c321&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/841] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:16:22 2026] GET /v2.0/security-groups?tenant_id=2728f169035e413eb033d141031fd56b&name=default => generated 2801 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/842] 10.0.0.230 () {32 vars in 621 bytes} [Thu Jul 2 06:16:22 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/843] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:16:22 2026] DELETE /v2.0/security-groups/213273c7-e2b5-4b96-98f5-c4f507f6269f => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/844] 10.0.0.230 () {32 vars in 631 bytes} [Thu Jul 2 06:16:22 2026] GET /v2.0/ => generated 632 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/845] 199.204.45.53 () {34 vars in 991 bytes} [Thu Jul 2 06:16:22 2026] GET /v2.0/ports?device_id=33eb8a52-01ad-4a24-9937-dd7e28fddc14 => generated 975 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:16:23.319 8 INFO neutron.db.l3_db [req-033d3ea5-a490-44d9-bf2f-7f76d18ead3e req-d13a9f51-8798-4b1f-adfb-645055fc49aa 66549411bb4040ada0793fe84cc81687 3a696d993fe4465aae964e4a5370fa3a - - default default] Floating IP f944847b-dca6-4d35-9165-d91b4f62678b disassociated. External IP: 10.96.250.212, port: 9c02131a-1d0f-411d-b8c4-00f3b495d564. [pid: 8|app: 0|req: 439/846] 199.204.45.53 () {36 vars in 994 bytes} [Thu Jul 2 06:16:23 2026] DELETE /v2.0/ports/9c02131a-1d0f-411d-b8c4-00f3b495d564 => generated 0 bytes in 770 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/847] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:16:23 2026] GET /v2.0/ports?device_id=33eb8a52-01ad-4a24-9937-dd7e28fddc14 => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:16:23.848 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-954562d5-13bd-42b2-a24a-a9b72c94a066'] response: {'server_uuid': '33eb8a52-01ad-4a24-9937-dd7e28fddc14', 'name': 'network-vif-deleted', 'tag': '9c02131a-1d0f-411d-b8c4-00f3b495d564', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 408/848] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:16:23 2026] GET /v2.0/security-groups?tenant_id=2b9349895888438db44a96134f09ec77&name=default => generated 2801 bytes in 362 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/849] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:16:23 2026] DELETE /v2.0/security-groups/fea340f3-bc3b-44b4-a47a-0bc9e6e3bc10 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/850] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:16:23 2026] GET /v2.0/security-groups?tenant_id=3c0fdefb59a84f17a155a6b1f7c72de0&name=default => generated 2801 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/851] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:16:24 2026] DELETE /v2.0/security-groups/797761af-04a8-40ba-8abb-c389b3271a64 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/852] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:16:24 2026] GET /v2.0/security-groups?tenant_id=fd7de3f1fc22465d988446a12a36139f&name=default => generated 2801 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/853] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:16:24 2026] DELETE /v2.0/security-groups/422f364e-de5d-4966-a534-b7787664dd08 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/854] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:16:24 2026] DELETE /v2.0/security-groups/903793c8-08f9-4fb2-8420-7612f055c321 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:16:25.064 7 INFO neutron.api.v2.resource [None req-379480fb-8f3b-45fd-97f3-bdd53b3e5cb2 66549411bb4040ada0793fe84cc81687 3a696d993fe4465aae964e4a5370fa3a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 412/855] 10.0.0.230 () {32 vars in 735 bytes} [Thu Jul 2 06:16:25 2026] GET /v2.0/security-groups/903793c8-08f9-4fb2-8420-7612f055c321 => generated 146 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/856] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:16:25 2026] GET /v2.0/security-groups?tenant_id=cf0aa5621b11479090c505944be4666c&name=default => generated 2801 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/857] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:16:25 2026] DELETE /v2.0/security-groups/75afa70c-d816-45a2-9e2b-1928f2e948d3 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/858] 10.0.0.230 () {32 vars in 730 bytes} [Thu Jul 2 06:16:25 2026] DELETE /v2.0/floatingips/f944847b-dca6-4d35-9165-d91b4f62678b => generated 0 bytes in 691 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/859] 10.0.0.230 () {34 vars in 787 bytes} [Thu Jul 2 06:16:25 2026] PUT /v2.0/routers/3240dabe-a28b-4004-a279-50d664803d5d/remove_router_interface => generated 309 bytes in 1092 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:16:27.780 7 WARNING neutron_lib.context [None req-930491c5-cf30-45eb-a9ed-f48e1877fce2 711b636e235d415b873ff2d76d14a8a8 2341cb8867554b42b4796b1a7f854f28 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:16:27.781 7 WARNING neutron_lib.context [None req-930491c5-cf30-45eb-a9ed-f48e1877fce2 711b636e235d415b873ff2d76d14a8a8 2341cb8867554b42b4796b1a7f854f28 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:16:27.955 7 INFO neutron.db.segments_db [None req-930491c5-cf30-45eb-a9ed-f48e1877fce2 711b636e235d415b873ff2d76d14a8a8 2341cb8867554b42b4796b1a7f854f28 - - default default] Added segment 721e247e-2b7a-411d-beae-902e194a7cd6 of type vxlan for network b628afbc-6ef0-4ac3-b104-837bcb9e032e 2026-07-02 06:16:28.060 7 INFO neutron.db.segments_db [None req-930491c5-cf30-45eb-a9ed-f48e1877fce2 711b636e235d415b873ff2d76d14a8a8 2341cb8867554b42b4796b1a7f854f28 - - default default] Added segment 038a3fda-6e97-47c1-aaaf-fbb5eab2bf1a of type vxlan for network 5c832acc-39f8-4746-bdb3-6bbe83cb21a6 2026-07-02 06:16:28.099 8 INFO neutron.services.segments.plugin [-] Segment 7c9617c6-a04d-4543-bc19-ce7263a07094 resource provider aggregate not found 2026-07-02 06:16:28.115 8 INFO neutron.services.segments.plugin [-] Segment 7c9617c6-a04d-4543-bc19-ce7263a07094 resource provider aggregate not found 2026-07-02 06:16:28.123 8 INFO neutron.services.segments.plugin [-] Segment 7c9617c6-a04d-4543-bc19-ce7263a07094 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c9617c6-a04d-4543-bc19-ce7263a07094 found for delete ", "request_id": "req-e0f15e82-7f43-4c30-b074-4fd1dbb963b7"}]} 2026-07-02 06:16:28.138 8 INFO neutron.services.segments.plugin [-] Segment 7c9617c6-a04d-4543-bc19-ce7263a07094 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c9617c6-a04d-4543-bc19-ce7263a07094 found for delete ", "request_id": "req-f86d24d1-6451-4ab3-93fe-61567b95ffb8"}]} 2026-07-02 06:16:28.144 8 INFO neutron.db.l3_hamode_db [None req-76f0a306-d231-4559-b274-829e6243c395 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] HA network ab8f4edf-0492-49dd-9e23-424ac07cc8b2 was deleted as no HA routers are present in tenant 3a696d993fe4465aae964e4a5370fa3a. [pid: 8|app: 0|req: 445/860] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:16:26 2026] DELETE /v2.0/routers/3240dabe-a28b-4004-a279-50d664803d5d => generated 0 bytes in 1222 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/861] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:16:27 2026] POST /v2.0/networks => generated 1246 bytes in 563 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/862] 10.0.0.230 () {32 vars in 647 bytes} [Thu Jul 2 06:16:28 2026] GET /v2.0/networks => generated 1845 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/863] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:16:28 2026] DELETE /v2.0/subnets/e06ae527-1947-4f04-8b45-4220e238f2a2 => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:16:28.573 7 INFO neutron.services.segments.plugin [-] Segment 721e247e-2b7a-411d-beae-902e194a7cd6 resource provider aggregate not found 2026-07-02 06:16:28.579 7 INFO neutron.services.segments.plugin [-] Segment 721e247e-2b7a-411d-beae-902e194a7cd6 resource provider aggregate not found 2026-07-02 06:16:28.595 7 INFO neutron.services.segments.plugin [-] Segment 721e247e-2b7a-411d-beae-902e194a7cd6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 721e247e-2b7a-411d-beae-902e194a7cd6 found for delete ", "request_id": "req-f5cd9027-9713-4278-b6a8-c25ae91de4e2"}]} 2026-07-02 06:16:28.596 7 INFO neutron.services.segments.plugin [-] Segment 721e247e-2b7a-411d-beae-902e194a7cd6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 721e247e-2b7a-411d-beae-902e194a7cd6 found for delete ", "request_id": "req-91a5bb61-760f-44c4-a4a5-24654a1af5ef"}]} [pid: 7|app: 0|req: 418/866] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:16:28 2026] DELETE /v2.0/networks/b628afbc-6ef0-4ac3-b104-837bcb9e032e => generated 0 bytes in 317 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/867] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:16:28 2026] DELETE /v2.0/networks/5c832acc-39f8-4746-bdb3-6bbe83cb21a6 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/868] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:16:28 2026] DELETE /v2.0/networks/07372dc0-f002-4303-94a7-84587cb2cad3 => generated 0 bytes in 432 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/869] 10.0.0.230 () {32 vars in 647 bytes} [Thu Jul 2 06:16:28 2026] GET /v2.0/networks => generated 651 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:16:28.980 8 WARNING neutron_lib.context [None req-d9070955-2c5f-4425-83b3-4d9b95aec301 711b636e235d415b873ff2d76d14a8a8 2341cb8867554b42b4796b1a7f854f28 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:16:29.040 8 INFO neutron.db.segments_db [None req-d9070955-2c5f-4425-83b3-4d9b95aec301 711b636e235d415b873ff2d76d14a8a8 2341cb8867554b42b4796b1a7f854f28 - - default default] Added segment 34422b5b-34fd-4b6e-8a4d-5cc53868dbce of type vxlan for network 31b0d250-c5ad-430a-900d-4873503498d1 [pid: 7|app: 0|req: 420/870] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:16:28 2026] GET /v2.0/security-groups?tenant_id=c5248ed2d3ff47d1b2a8a6a04f8fa79d&name=default => generated 2801 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/871] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:16:29 2026] GET /v2.0/security-groups?tenant_id=3a696d993fe4465aae964e4a5370fa3a&name=default => generated 2801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/872] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:16:28 2026] POST /v2.0/networks => generated 653 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/873] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:16:29 2026] DELETE /v2.0/security-groups/84cfaec3-8b00-4757-90dc-59173b5ff1fc => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:16:29.243 7 WARNING neutron_lib.context [None req-5add9c2a-ad60-4de2-9d9b-99a269b0666f 711b636e235d415b873ff2d76d14a8a8 2341cb8867554b42b4796b1a7f854f28 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 452/874] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:16:29 2026] DELETE /v2.0/security-groups/18e83043-3605-4b54-939c-2c90cc2754c7 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:16:29.293 7 INFO neutron.db.segments_db [None req-5add9c2a-ad60-4de2-9d9b-99a269b0666f 711b636e235d415b873ff2d76d14a8a8 2341cb8867554b42b4796b1a7f854f28 - - default default] Added segment bdc28929-db1d-4844-a2df-1fc34d7f20c8 of type vxlan for network f43386a5-a76b-45d4-8545-b66a343c68a1 [pid: 7|app: 0|req: 423/875] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:16:29 2026] POST /v2.0/networks => generated 654 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/876] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:16:29 2026] GET /v2.0/security-groups?tenant_id=3a69187e22c74cb28d78cfd2933c1ced&name=default => generated 2801 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:16:29.547 7 WARNING neutron_lib.context [None req-8f6dd252-a8d2-4451-a07b-cd28a89cd994 711b636e235d415b873ff2d76d14a8a8 2341cb8867554b42b4796b1a7f854f28 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 453/877] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:16:29 2026] GET /v2.0/security-groups?tenant_id=eba7fe5fb6a84a4f84ae2121e5c7b312&name=default => generated 2801 bytes in 325 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:16:29.616 7 WARNING neutron_lib.context [None req-8f6dd252-a8d2-4451-a07b-cd28a89cd994 711b636e235d415b873ff2d76d14a8a8 2341cb8867554b42b4796b1a7f854f28 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 454/878] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:16:29 2026] DELETE /v2.0/security-groups/4ad497a8-f7ee-425d-a18d-ec5039207e04 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/879] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:16:29 2026] DELETE /v2.0/security-groups/449c00e2-3515-4400-93f0-8bebb0cb0116 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/880] 10.0.0.230 () {34 vars in 663 bytes} [Thu Jul 2 06:16:29 2026] POST /v2.0/ports => generated 1506 bytes in 728 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 06:16:30.329 8 INFO neutron.services.segments.plugin [-] Segment ecbd39f4-684f-46b9-9496-e2ba01b89e79 resource provider aggregate not found 2026-07-02 06:16:30.334 8 INFO neutron.services.segments.plugin [-] Segment ecbd39f4-684f-46b9-9496-e2ba01b89e79 resource provider aggregate not found 2026-07-02 06:16:30.356 8 INFO neutron.services.segments.plugin [-] Segment ecbd39f4-684f-46b9-9496-e2ba01b89e79 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ecbd39f4-684f-46b9-9496-e2ba01b89e79 found for delete ", "request_id": "req-faa344c9-1277-4579-88a0-e26521299da5"}]} 2026-07-02 06:16:30.358 8 INFO neutron.services.segments.plugin [-] Segment ecbd39f4-684f-46b9-9496-e2ba01b89e79 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ecbd39f4-684f-46b9-9496-e2ba01b89e79 found for delete ", "request_id": "req-4669a6b2-9e8b-4c69-b452-6d56adf16ef0"}]} [pid: 8|app: 0|req: 456/881] 10.0.0.230 () {32 vars in 641 bytes} [Thu Jul 2 06:16:30 2026] GET /v2.0/ports => generated 1506 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 06:16:30.620 7 INFO neutron.services.segments.plugin [-] Segment 038a3fda-6e97-47c1-aaaf-fbb5eab2bf1a resource provider aggregate not found 2026-07-02 06:16:30.626 7 INFO neutron.services.segments.plugin [-] Segment 038a3fda-6e97-47c1-aaaf-fbb5eab2bf1a resource provider aggregate not found 2026-07-02 06:16:30.643 7 INFO neutron.services.segments.plugin [-] Segment 038a3fda-6e97-47c1-aaaf-fbb5eab2bf1a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 038a3fda-6e97-47c1-aaaf-fbb5eab2bf1a found for delete ", "request_id": "req-927cdf6a-26b5-41ef-a111-5a292b326846"}]} 2026-07-02 06:16:30.647 7 INFO neutron.services.segments.plugin [-] Segment 038a3fda-6e97-47c1-aaaf-fbb5eab2bf1a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 038a3fda-6e97-47c1-aaaf-fbb5eab2bf1a found for delete ", "request_id": "req-ee1afef6-4c4c-4733-9d31-69c5cfafa789"}]} [pid: 7|app: 0|req: 426/882] 10.0.0.230 () {32 vars in 718 bytes} [Thu Jul 2 06:16:30 2026] DELETE /v2.0/ports/3ca08133-0be4-43cf-99d4-44913d55bd11 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/883] 10.0.0.230 () {32 vars in 718 bytes} [Thu Jul 2 06:16:30 2026] DELETE /v2.0/ports/1ca311d2-8763-46c0-92c0-be19983fe2ed => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/884] 10.0.0.230 () {32 vars in 641 bytes} [Thu Jul 2 06:16:30 2026] GET /v2.0/ports => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:16:31.023 8 WARNING neutron_lib.context [None req-b6a2189e-1149-447d-9f66-8e361f7fcf32 711b636e235d415b873ff2d76d14a8a8 2341cb8867554b42b4796b1a7f854f28 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:16:31.078 8 INFO neutron.db.segments_db [None req-b6a2189e-1149-447d-9f66-8e361f7fcf32 711b636e235d415b873ff2d76d14a8a8 2341cb8867554b42b4796b1a7f854f28 - - default default] Added segment 7b71b8e5-9a7d-4e39-a973-97b6984fe733 of type vxlan for network f0d50fa7-6c5c-4879-98f5-4f340331b7b3 [pid: 8|app: 0|req: 458/885] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:16:31 2026] POST /v2.0/networks => generated 652 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:16:31.244 8 WARNING neutron_lib.context [None req-1f00bae6-302e-40cd-96c5-a98568b72786 711b636e235d415b873ff2d76d14a8a8 2341cb8867554b42b4796b1a7f854f28 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:16:31.302 8 INFO neutron.db.segments_db [None req-1f00bae6-302e-40cd-96c5-a98568b72786 711b636e235d415b873ff2d76d14a8a8 2341cb8867554b42b4796b1a7f854f28 - - default default] Added segment 15b5d07c-32d3-4579-a5c1-d6b3a0786392 of type vxlan for network 9815f7ef-40a1-4773-84ee-b453a6b3af38 [pid: 8|app: 0|req: 459/886] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:16:31 2026] POST /v2.0/networks => generated 653 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:16:31.465 7 INFO neutron.db.segments_db [None req-a923f2ab-b168-44a7-9f0a-dec7184907ae d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] Added segment 0a2c9585-ccc3-4fb3-ac47-7366e5fffe41 of type vxlan for network 507c9136-d530-43e7-ac42-c161a8823340 [pid: 7|app: 0|req: 428/887] 10.0.0.230 () {34 vars in 669 bytes} [Thu Jul 2 06:16:31 2026] POST /v2.0/networks => generated 748 bytes in 508 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/888] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:16:31 2026] POST /v2.0/subnets => generated 671 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:16:31.914 8 INFO neutron.db.segments_db [None req-507476a0-9e31-4f6c-9080-f5991c025d0b d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] Added segment 6c069ee2-a288-4c78-9c46-4778a1c1cea4 of type vxlan for network 59f4330e-841d-4b78-a514-fe8ca6f6ce12 [pid: 7|app: 0|req: 429/889] 10.0.0.230 () {32 vars in 651 bytes} [Thu Jul 2 06:16:31 2026] GET /v2.0/extensions => generated 19600 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-07-02 06:16:31.965 7 WARNING neutron_lib.context [None req-8a2551f1-5d43-4ac3-a293-f110d10ef306 711b636e235d415b873ff2d76d14a8a8 2341cb8867554b42b4796b1a7f854f28 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:16:32.007 7 WARNING neutron_lib.context [None req-8a2551f1-5d43-4ac3-a293-f110d10ef306 711b636e235d415b873ff2d76d14a8a8 2341cb8867554b42b4796b1a7f854f28 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:16:32.231 8 INFO neutron.db.l3_hamode_db [None req-507476a0-9e31-4f6c-9080-f5991c025d0b d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 430/890] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:16:31 2026] POST /v2.0/subnets => generated 1276 bytes in 663 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/891] 10.0.0.230 () {32 vars in 679 bytes} [Thu Jul 2 06:16:32 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/892] 10.0.0.230 () {32 vars in 645 bytes} [Thu Jul 2 06:16:32 2026] GET /v2.0/subnets => generated 1889 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/893] 10.0.0.230 () {32 vars in 679 bytes} [Thu Jul 2 06:16:32 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/894] 10.0.0.230 () {32 vars in 727 bytes} [Thu Jul 2 06:16:32 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/895] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:16:32 2026] DELETE /v2.0/subnets/2e080468-8e4a-4b17-8f09-f737857f1f1b => generated 0 bytes in 438 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/896] 10.0.0.230 () {32 vars in 663 bytes} [Thu Jul 2 06:16:33 2026] GET /v2.0/extensions/agent => generated 153 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:16:33.385 8 INFO neutron.db.l3_hamode_db [None req-507476a0-9e31-4f6c-9080-f5991c025d0b d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 437/897] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:16:33 2026] DELETE /v2.0/subnets/95783220-0ce3-4c46-ae17-defe91f06430 => generated 0 bytes in 344 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/898] 10.0.0.230 () {32 vars in 697 bytes} [Thu Jul 2 06:16:33 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/899] 10.0.0.230 () {32 vars in 645 bytes} [Thu Jul 2 06:16:33 2026] GET /v2.0/subnets => generated 626 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/900] 10.0.0.230 () {32 vars in 695 bytes} [Thu Jul 2 06:16:33 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/901] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:16:33 2026] GET /v2.0/security-groups?tenant_id=d7a64bfddc694d75879166bc06b39d3f&name=default => generated 2801 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:16:34.169 7 INFO neutron.services.segments.plugin [-] Segment 15b5d07c-32d3-4579-a5c1-d6b3a0786392 resource provider aggregate not found 2026-07-02 06:16:34.176 7 INFO neutron.services.segments.plugin [-] Segment 15b5d07c-32d3-4579-a5c1-d6b3a0786392 resource provider aggregate not found 2026-07-02 06:16:34.184 7 INFO neutron.services.segments.plugin [-] Segment 15b5d07c-32d3-4579-a5c1-d6b3a0786392 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 15b5d07c-32d3-4579-a5c1-d6b3a0786392 found for delete ", "request_id": "req-da1a5d41-1915-4652-86ff-6aa126da767c"}]} 2026-07-02 06:16:34.192 7 INFO neutron.services.segments.plugin [-] Segment 15b5d07c-32d3-4579-a5c1-d6b3a0786392 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 15b5d07c-32d3-4579-a5c1-d6b3a0786392 found for delete ", "request_id": "req-fba6de9d-2ed3-42ab-b9b9-7b5b6cfad62e"}]} [pid: 7|app: 0|req: 442/902] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:16:33 2026] DELETE /v2.0/networks/9815f7ef-40a1-4773-84ee-b453a6b3af38 => generated 0 bytes in 370 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/903] 10.0.0.230 () {32 vars in 699 bytes} [Thu Jul 2 06:16:34 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/904] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:16:34 2026] DELETE /v2.0/security-groups/8393ae8f-45f1-45dc-87ad-f79aa06eecfc => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/905] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:16:31 2026] POST /v2.0/routers => generated 735 bytes in 2683 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/906] 10.0.0.230 () {32 vars in 687 bytes} [Thu Jul 2 06:16:34 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/907] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:16:34 2026] DELETE /v2.0/networks/f0d50fa7-6c5c-4879-98f5-4f340331b7b3 => generated 0 bytes in 418 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/908] 10.0.0.230 () {32 vars in 701 bytes} [Thu Jul 2 06:16:34 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/909] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:16:34 2026] DELETE /v2.0/networks/f43386a5-a76b-45d4-8545-b66a343c68a1 => generated 0 bytes in 252 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/910] 10.0.0.230 () {32 vars in 691 bytes} [Thu Jul 2 06:16:34 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/911] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:16:35 2026] DELETE /v2.0/networks/31b0d250-c5ad-430a-900d-4873503498d1 => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/912] 10.0.0.230 () {32 vars in 693 bytes} [Thu Jul 2 06:16:35 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/913] 10.0.0.230 () {32 vars in 683 bytes} [Thu Jul 2 06:16:35 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/914] 10.0.0.230 () {32 vars in 685 bytes} [Thu Jul 2 06:16:35 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/915] 10.0.0.230 () {32 vars in 659 bytes} [Thu Jul 2 06:16:35 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/916] 10.0.0.230 () {32 vars in 697 bytes} [Thu Jul 2 06:16:35 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/917] 10.0.0.230 () {32 vars in 677 bytes} [Thu Jul 2 06:16:35 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/918] 10.0.0.230 () {32 vars in 681 bytes} [Thu Jul 2 06:16:35 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/919] 10.0.0.230 () {32 vars in 673 bytes} [Thu Jul 2 06:16:35 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/920] 10.0.0.230 () {32 vars in 687 bytes} [Thu Jul 2 06:16:35 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/921] 10.0.0.230 () {32 vars in 721 bytes} [Thu Jul 2 06:16:35 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/922] 10.0.0.230 () {32 vars in 685 bytes} [Thu Jul 2 06:16:35 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/923] 10.0.0.230 () {32 vars in 667 bytes} [Thu Jul 2 06:16:35 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/924] 10.0.0.230 () {32 vars in 685 bytes} [Thu Jul 2 06:16:35 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/925] 10.0.0.230 () {32 vars in 679 bytes} [Thu Jul 2 06:16:35 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/926] 10.0.0.230 () {32 vars in 697 bytes} [Thu Jul 2 06:16:35 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/927] 10.0.0.230 () {32 vars in 677 bytes} [Thu Jul 2 06:16:35 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/928] 10.0.0.230 () {32 vars in 665 bytes} [Thu Jul 2 06:16:35 2026] GET /v2.0/extensions/router => generated 256 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/929] 10.0.0.230 () {32 vars in 675 bytes} [Thu Jul 2 06:16:35 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/930] 10.0.0.230 () {32 vars in 663 bytes} [Thu Jul 2 06:16:35 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/931] 10.0.0.230 () {32 vars in 673 bytes} [Thu Jul 2 06:16:35 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/932] 10.0.0.230 () {32 vars in 711 bytes} [Thu Jul 2 06:16:35 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/933] 10.0.0.230 () {32 vars in 689 bytes} [Thu Jul 2 06:16:35 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/934] 10.0.0.230 () {32 vars in 681 bytes} [Thu Jul 2 06:16:35 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/935] 10.0.0.230 () {32 vars in 667 bytes} [Thu Jul 2 06:16:35 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/936] 10.0.0.230 () {32 vars in 685 bytes} [Thu Jul 2 06:16:35 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/937] 10.0.0.230 () {32 vars in 703 bytes} [Thu Jul 2 06:16:35 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/938] 10.0.0.230 () {32 vars in 673 bytes} [Thu Jul 2 06:16:35 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/939] 10.0.0.230 () {32 vars in 699 bytes} [Thu Jul 2 06:16:35 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/940] 10.0.0.230 () {32 vars in 673 bytes} [Thu Jul 2 06:16:35 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/941] 10.0.0.230 () {32 vars in 691 bytes} [Thu Jul 2 06:16:35 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/942] 10.0.0.230 () {32 vars in 687 bytes} [Thu Jul 2 06:16:35 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/943] 10.0.0.230 () {32 vars in 707 bytes} [Thu Jul 2 06:16:35 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/944] 10.0.0.230 () {32 vars in 703 bytes} [Thu Jul 2 06:16:35 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/945] 10.0.0.230 () {32 vars in 695 bytes} [Thu Jul 2 06:16:35 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/946] 10.0.0.230 () {32 vars in 709 bytes} [Thu Jul 2 06:16:35 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/947] 10.0.0.230 () {32 vars in 667 bytes} [Thu Jul 2 06:16:35 2026] GET /v2.0/extensions/binding => generated 193 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/948] 10.0.0.230 () {32 vars in 685 bytes} [Thu Jul 2 06:16:35 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/949] 10.0.0.230 () {32 vars in 679 bytes} [Thu Jul 2 06:16:35 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/950] 10.0.0.230 () {32 vars in 673 bytes} [Thu Jul 2 06:16:35 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/951] 10.0.0.230 () {32 vars in 669 bytes} [Thu Jul 2 06:16:35 2026] GET /v2.0/extensions/provider => generated 191 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/952] 10.0.0.230 () {32 vars in 659 bytes} [Thu Jul 2 06:16:35 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/953] 10.0.0.230 () {32 vars in 697 bytes} [Thu Jul 2 06:16:35 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/954] 10.0.0.230 () {32 vars in 697 bytes} [Thu Jul 2 06:16:35 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/955] 10.0.0.230 () {32 vars in 675 bytes} [Thu Jul 2 06:16:35 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/956] 10.0.0.230 () {32 vars in 667 bytes} [Thu Jul 2 06:16:35 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/957] 10.0.0.230 () {32 vars in 681 bytes} [Thu Jul 2 06:16:35 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/958] 10.0.0.230 () {32 vars in 699 bytes} [Thu Jul 2 06:16:35 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/959] 10.0.0.230 () {32 vars in 683 bytes} [Thu Jul 2 06:16:35 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/960] 10.0.0.230 () {32 vars in 705 bytes} [Thu Jul 2 06:16:35 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/961] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:16:35 2026] GET /v2.0/security-groups?tenant_id=2341cb8867554b42b4796b1a7f854f28&name=default => generated 2801 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/962] 10.0.0.230 () {32 vars in 667 bytes} [Thu Jul 2 06:16:36 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/963] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:16:36 2026] DELETE /v2.0/security-groups/4521c39b-0414-41f9-aa70-b3a7bac9d6f8 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/964] 10.0.0.230 () {32 vars in 695 bytes} [Thu Jul 2 06:16:36 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/965] 10.0.0.230 () {32 vars in 693 bytes} [Thu Jul 2 06:16:36 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/966] 10.0.0.230 () {32 vars in 683 bytes} [Thu Jul 2 06:16:36 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/967] 10.0.0.230 () {34 vars in 781 bytes} [Thu Jul 2 06:16:34 2026] PUT /v2.0/routers/c941d3b4-508a-4966-a85b-cdeb3da7ecd3/add_router_interface => generated 309 bytes in 1648 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/968] 10.0.0.230 () {32 vars in 687 bytes} [Thu Jul 2 06:16:36 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/969] 10.0.0.230 () {32 vars in 665 bytes} [Thu Jul 2 06:16:36 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:16:36.234 7 INFO neutron.services.segments.plugin [-] Segment 7b71b8e5-9a7d-4e39-a973-97b6984fe733 resource provider aggregate not found [pid: 7|app: 0|req: 506/970] 10.0.0.230 () {32 vars in 679 bytes} [Thu Jul 2 06:16:36 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/971] 10.0.0.230 () {32 vars in 679 bytes} [Thu Jul 2 06:16:36 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:16:36.278 7 INFO neutron.services.segments.plugin [-] Segment 7b71b8e5-9a7d-4e39-a973-97b6984fe733 resource provider aggregate not found [pid: 7|app: 0|req: 507/972] 10.0.0.230 () {32 vars in 689 bytes} [Thu Jul 2 06:16:36 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/973] 10.0.0.230 () {32 vars in 689 bytes} [Thu Jul 2 06:16:36 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/974] 10.0.0.230 () {32 vars in 693 bytes} [Thu Jul 2 06:16:36 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/975] 10.0.0.230 () {32 vars in 683 bytes} [Thu Jul 2 06:16:36 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/976] 10.0.0.230 () {32 vars in 687 bytes} [Thu Jul 2 06:16:36 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/977] 10.0.0.230 () {32 vars in 699 bytes} [Thu Jul 2 06:16:36 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:16:36.361 7 INFO neutron.services.segments.plugin [-] Segment 7b71b8e5-9a7d-4e39-a973-97b6984fe733 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b71b8e5-9a7d-4e39-a973-97b6984fe733 found for delete ", "request_id": "req-773c0d2f-1f3b-4592-b6c9-03f332654264"}]} 2026-07-02 06:16:36.367 7 INFO neutron.services.segments.plugin [-] Segment 7b71b8e5-9a7d-4e39-a973-97b6984fe733 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b71b8e5-9a7d-4e39-a973-97b6984fe733 found for delete ", "request_id": "req-71462f02-c1b6-403b-a489-52fe119ed917"}]} [pid: 7|app: 0|req: 510/978] 10.0.0.230 () {32 vars in 701 bytes} [Thu Jul 2 06:16:36 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/979] 10.0.0.230 () {32 vars in 711 bytes} [Thu Jul 2 06:16:36 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/980] 10.0.0.230 () {32 vars in 715 bytes} [Thu Jul 2 06:16:36 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/981] 10.0.0.230 () {32 vars in 713 bytes} [Thu Jul 2 06:16:36 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:16:36.416 7 INFO neutron.services.segments.plugin [-] Segment bdc28929-db1d-4844-a2df-1fc34d7f20c8 resource provider aggregate not found [pid: 7|app: 0|req: 512/982] 10.0.0.230 () {32 vars in 725 bytes} [Thu Jul 2 06:16:36 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/983] 10.0.0.230 () {32 vars in 717 bytes} [Thu Jul 2 06:16:36 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:16:36.451 7 INFO neutron.services.segments.plugin [-] Segment bdc28929-db1d-4844-a2df-1fc34d7f20c8 resource provider aggregate not found [pid: 7|app: 0|req: 513/984] 10.0.0.230 () {32 vars in 681 bytes} [Thu Jul 2 06:16:36 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/985] 10.0.0.230 () {32 vars in 667 bytes} [Thu Jul 2 06:16:36 2026] GET /v2.0/extensions/segment => generated 145 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/986] 10.0.0.230 () {32 vars in 717 bytes} [Thu Jul 2 06:16:36 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/987] 10.0.0.230 () {32 vars in 677 bytes} [Thu Jul 2 06:16:36 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:16:36.506 7 INFO neutron.services.segments.plugin [-] Segment bdc28929-db1d-4844-a2df-1fc34d7f20c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bdc28929-db1d-4844-a2df-1fc34d7f20c8 found for delete ", "request_id": "req-f945a48a-babf-4fe0-8b55-bd0008445dfb"}]} 2026-07-02 06:16:36.514 7 INFO neutron.services.segments.plugin [-] Segment bdc28929-db1d-4844-a2df-1fc34d7f20c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bdc28929-db1d-4844-a2df-1fc34d7f20c8 found for delete ", "request_id": "req-78869be7-fb92-4daa-a7a0-a182dbeed9a6"}]} [pid: 7|app: 0|req: 515/988] 10.0.0.230 () {32 vars in 667 bytes} [Thu Jul 2 06:16:36 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/989] 10.0.0.230 () {32 vars in 695 bytes} [Thu Jul 2 06:16:36 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/990] 10.0.0.230 () {32 vars in 703 bytes} [Thu Jul 2 06:16:36 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/991] 10.0.0.230 () {32 vars in 699 bytes} [Thu Jul 2 06:16:36 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:16:36.562 7 INFO neutron.services.segments.plugin [-] Segment 34422b5b-34fd-4b6e-8a4d-5cc53868dbce resource provider aggregate not found [pid: 7|app: 0|req: 517/992] 10.0.0.230 () {32 vars in 681 bytes} [Thu Jul 2 06:16:36 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/993] 10.0.0.230 () {32 vars in 703 bytes} [Thu Jul 2 06:16:36 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:16:36.597 7 INFO neutron.services.segments.plugin [-] Segment 34422b5b-34fd-4b6e-8a4d-5cc53868dbce resource provider aggregate not found [pid: 7|app: 0|req: 518/994] 10.0.0.230 () {32 vars in 693 bytes} [Thu Jul 2 06:16:36 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/995] 10.0.0.230 () {32 vars in 687 bytes} [Thu Jul 2 06:16:36 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/996] 10.0.0.230 () {32 vars in 695 bytes} [Thu Jul 2 06:16:36 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/997] 10.0.0.230 () {32 vars in 687 bytes} [Thu Jul 2 06:16:36 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:16:36.654 7 INFO neutron.services.segments.plugin [-] Segment 34422b5b-34fd-4b6e-8a4d-5cc53868dbce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34422b5b-34fd-4b6e-8a4d-5cc53868dbce found for delete ", "request_id": "req-403aadd5-f743-4c3d-b9e3-9543e2de763f"}]} [pid: 7|app: 0|req: 520/998] 10.0.0.230 () {32 vars in 699 bytes} [Thu Jul 2 06:16:36 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/999] 10.0.0.230 () {32 vars in 663 bytes} [Thu Jul 2 06:16:36 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:16:36.676 7 INFO neutron.services.segments.plugin [-] Segment 34422b5b-34fd-4b6e-8a4d-5cc53868dbce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34422b5b-34fd-4b6e-8a4d-5cc53868dbce found for delete ", "request_id": "req-3df6347a-31d3-4c24-960e-603156c1c478"}]} [pid: 7|app: 0|req: 521/1000] 10.0.0.230 () {32 vars in 679 bytes} [Thu Jul 2 06:16:36 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/1001] 10.0.0.230 () {32 vars in 691 bytes} [Thu Jul 2 06:16:36 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1002] 10.0.0.230 () {32 vars in 675 bytes} [Thu Jul 2 06:16:36 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/1003] 10.0.0.230 () {32 vars in 665 bytes} [Thu Jul 2 06:16:36 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:16:36.906 8 WARNING neutron_lib.context [None req-9de4f4f3-0465-412c-a7c5-388168bef3be 40d244be7176414bbb61575971ad3e77 9425273a9b6c44699869a76cd8013756 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 482/1004] 10.0.0.230 () {34 vars in 683 bytes} [Thu Jul 2 06:16:36 2026] POST /v2.0/security-groups => generated 1595 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 06:16:37.053 8 WARNING neutron_lib.context [None req-f0cab0c6-4f4b-4fb7-8aa6-31fa3234bd01 40d244be7176414bbb61575971ad3e77 9425273a9b6c44699869a76cd8013756 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 483/1005] 10.0.0.230 () {34 vars in 693 bytes} [Thu Jul 2 06:16:37 2026] POST /v2.0/security-group-rules => generated 565 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1006] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:16:36 2026] GET /v2.0/security-groups?tenant_id=474832e48b2444c0a450babeda461948&name=default => generated 2801 bytes in 406 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:16:37.193 7 WARNING neutron_lib.context [None req-9d29f8e2-3a72-4d30-9643-f88c2f934c8c 40d244be7176414bbb61575971ad3e77 9425273a9b6c44699869a76cd8013756 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 524/1007] 10.0.0.230 () {34 vars in 693 bytes} [Thu Jul 2 06:16:37 2026] POST /v2.0/security-group-rules => generated 570 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1008] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:16:37 2026] DELETE /v2.0/security-groups/854addbf-e0b9-4b0b-83a7-c8dc0977c409 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:16:37.423 7 WARNING neutron_lib.context [None req-59cf5088-8e75-43ca-835e-148da92af73a 40d244be7176414bbb61575971ad3e77 9425273a9b6c44699869a76cd8013756 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 484/1009] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:16:37 2026] GET /v2.0/security-groups?tenant_id=d3d0d61fd78f40f08079ae7330525adb&name=default => generated 2801 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/1010] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:16:37 2026] DELETE /v2.0/security-groups/62d76ff6-36cf-4d70-98ec-f097cd221fdf => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:16:38.257 8 WARNING neutron_lib.context [None req-9ba1180c-af74-4965-8bf1-5ce9992bdd50 166172eb40414c82a34a8a8d50536b00 d7dfbbcac66b4974bd7d202320bc2d08 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:16:38.258 8 WARNING neutron_lib.context [None req-9ba1180c-af74-4965-8bf1-5ce9992bdd50 166172eb40414c82a34a8a8d50536b00 d7dfbbcac66b4974bd7d202320bc2d08 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:16:38.435 8 INFO neutron.db.segments_db [None req-9ba1180c-af74-4965-8bf1-5ce9992bdd50 166172eb40414c82a34a8a8d50536b00 d7dfbbcac66b4974bd7d202320bc2d08 - - default default] Added segment d80e9a29-bedb-4172-8af1-d9e12d07f6ad of type vxlan for network 474e5917-a5ac-40bd-bbc7-6034a7a211fc [pid: 7|app: 0|req: 526/1011] 10.0.0.230 () {34 vars in 674 bytes} [Thu Jul 2 06:16:37 2026] POST /v2.0/floatingips => generated 552 bytes in 1096 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:16:38.527 8 INFO neutron.db.segments_db [None req-9ba1180c-af74-4965-8bf1-5ce9992bdd50 166172eb40414c82a34a8a8d50536b00 d7dfbbcac66b4974bd7d202320bc2d08 - - default default] Added segment f4f285d5-92d8-4c3c-91d3-677b54a53773 of type vxlan for network caec440b-40b6-4d97-9f5f-4e2f1e7db273 [pid: 8|app: 0|req: 486/1012] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:16:38 2026] POST /v2.0/networks => generated 1244 bytes in 507 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1013] 10.0.0.230 () {32 vars in 647 bytes} [Thu Jul 2 06:16:38 2026] GET /v2.0/networks => generated 1843 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:16:39.328 8 INFO neutron.services.segments.plugin [-] Segment d80e9a29-bedb-4172-8af1-d9e12d07f6ad resource provider aggregate not found 2026-07-02 06:16:39.335 8 INFO neutron.services.segments.plugin [-] Segment d80e9a29-bedb-4172-8af1-d9e12d07f6ad resource provider aggregate not found 2026-07-02 06:16:39.348 8 INFO neutron.services.segments.plugin [-] Segment d80e9a29-bedb-4172-8af1-d9e12d07f6ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d80e9a29-bedb-4172-8af1-d9e12d07f6ad found for delete ", "request_id": "req-d9f45bde-db47-44ad-ad9a-ad5d8efc4249"}]} [pid: 8|app: 0|req: 487/1014] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:16:38 2026] DELETE /v2.0/networks/474e5917-a5ac-40bd-bbc7-6034a7a211fc => generated 0 bytes in 606 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:16:39.585 7 INFO neutron.services.segments.plugin [-] Segment f4f285d5-92d8-4c3c-91d3-677b54a53773 resource provider aggregate not found 2026-07-02 06:16:39.594 7 INFO neutron.services.segments.plugin [-] Segment f4f285d5-92d8-4c3c-91d3-677b54a53773 resource provider aggregate not found 2026-07-02 06:16:39.611 7 INFO neutron.services.segments.plugin [-] Segment f4f285d5-92d8-4c3c-91d3-677b54a53773 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4f285d5-92d8-4c3c-91d3-677b54a53773 found for delete ", "request_id": "req-ef6bf248-57d9-473b-9ec7-5800da4f8b65"}]} 2026-07-02 06:16:39.611 7 INFO neutron.services.segments.plugin [-] Segment f4f285d5-92d8-4c3c-91d3-677b54a53773 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4f285d5-92d8-4c3c-91d3-677b54a53773 found for delete ", "request_id": "req-fb6270d2-c4e0-4fc7-be63-2dd892d41a72"}]} [pid: 7|app: 0|req: 528/1015] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:16:39 2026] DELETE /v2.0/networks/caec440b-40b6-4d97-9f5f-4e2f1e7db273 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:16:39.632 8 INFO neutron.services.segments.plugin [-] Segment d80e9a29-bedb-4172-8af1-d9e12d07f6ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d80e9a29-bedb-4172-8af1-d9e12d07f6ad found for delete ", "request_id": "req-388e22d9-ed2f-4810-bdba-7e0535201279"}]} [pid: 8|app: 0|req: 488/1016] 10.0.0.230 () {32 vars in 647 bytes} [Thu Jul 2 06:16:39 2026] GET /v2.0/networks => generated 651 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:16:39.754 8 WARNING neutron_lib.context [None req-7c2a2427-8040-42ac-8111-3117ca1e0f8f 166172eb40414c82a34a8a8d50536b00 d7dfbbcac66b4974bd7d202320bc2d08 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:16:39.818 8 INFO neutron.db.segments_db [None req-7c2a2427-8040-42ac-8111-3117ca1e0f8f 166172eb40414c82a34a8a8d50536b00 d7dfbbcac66b4974bd7d202320bc2d08 - - default default] Added segment d13970eb-a60a-4dc1-9eb1-cc4e2e1b54f2 of type vxlan for network f0f6be93-d061-46fc-83e3-24b51b1efa07 2026-07-02 06:16:39.845 7 WARNING neutron_lib.context [None req-02d4d851-feff-4986-97cf-5edce0d6ba96 a84ff4a8ea124a3b9706d9187d6d17d4 f8bdef04416c41e5b213e1b04f7cec03 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 489/1017] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:16:39 2026] POST /v2.0/networks => generated 649 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:16:39.940 8 WARNING neutron_lib.context [None req-baf6859b-4735-492d-b256-87b23117b9dc 166172eb40414c82a34a8a8d50536b00 d7dfbbcac66b4974bd7d202320bc2d08 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:16:40.023 8 INFO neutron.db.segments_db [None req-baf6859b-4735-492d-b256-87b23117b9dc 166172eb40414c82a34a8a8d50536b00 d7dfbbcac66b4974bd7d202320bc2d08 - - default default] Added segment 93e8b98e-0036-40de-bd3e-598438274b8a of type vxlan for network 90765abe-4cc7-45da-a419-5aa56897c257 2026-07-02 06:16:40.034 7 INFO neutron.db.segments_db [None req-02d4d851-feff-4986-97cf-5edce0d6ba96 a84ff4a8ea124a3b9706d9187d6d17d4 f8bdef04416c41e5b213e1b04f7cec03 - - default default] Added segment 96f97873-6844-4287-a505-fb82dfd1ea0f of type vxlan for network d9399a28-9bd5-4f32-b649-98766e870db8 [pid: 8|app: 0|req: 490/1018] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:16:39 2026] POST /v2.0/networks => generated 650 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1019] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:16:39 2026] POST /v2.0/networks => generated 645 bytes in 470 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:16:40.156 7 WARNING neutron_lib.context [None req-5301b01d-2cd8-4ccc-af9e-320247124586 a84ff4a8ea124a3b9706d9187d6d17d4 f8bdef04416c41e5b213e1b04f7cec03 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:16:40.160 8 WARNING neutron_lib.context [None req-6ebdf9e1-2f33-4858-9ddb-da4215f64cb6 166172eb40414c82a34a8a8d50536b00 d7dfbbcac66b4974bd7d202320bc2d08 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:16:40.209 8 WARNING neutron_lib.context [None req-6ebdf9e1-2f33-4858-9ddb-da4215f64cb6 166172eb40414c82a34a8a8d50536b00 d7dfbbcac66b4974bd7d202320bc2d08 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 530/1020] 10.0.0.230 () {34 vars in 663 bytes} [Thu Jul 2 06:16:40 2026] POST /v2.0/ports => generated 775 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 06:16:40.517 7 WARNING neutron_lib.context [None req-6fe8b7f7-ca46-4584-9414-056445004613 a84ff4a8ea124a3b9706d9187d6d17d4 f8bdef04416c41e5b213e1b04f7cec03 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:16:40.580 7 INFO neutron.db.segments_db [None req-6fe8b7f7-ca46-4584-9414-056445004613 a84ff4a8ea124a3b9706d9187d6d17d4 f8bdef04416c41e5b213e1b04f7cec03 - - default default] Added segment 24910308-9f02-4739-9733-a1cc35222714 of type vxlan for network b14d8f6c-db9b-49c6-8e8d-95f3a5de220e [pid: 7|app: 0|req: 531/1021] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:16:40 2026] POST /v2.0/networks => generated 631 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:16:40.732 7 WARNING neutron_lib.context [None req-c78f49fb-9bb5-4948-bc5d-8fabfa15abff a84ff4a8ea124a3b9706d9187d6d17d4 f8bdef04416c41e5b213e1b04f7cec03 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 491/1022] 10.0.0.230 () {34 vars in 663 bytes} [Thu Jul 2 06:16:40 2026] POST /v2.0/ports => generated 1506 bytes in 737 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 492/1023] 10.0.0.230 () {32 vars in 641 bytes} [Thu Jul 2 06:16:40 2026] GET /v2.0/ports => generated 1506 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1024] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:16:40 2026] POST /v2.0/subnets => generated 602 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:16:41.107 7 WARNING neutron_lib.context [None req-d1b54c62-58e7-4a85-923f-1ebdfe2061cf a84ff4a8ea124a3b9706d9187d6d17d4 f8bdef04416c41e5b213e1b04f7cec03 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 493/1025] 10.0.0.230 () {32 vars in 718 bytes} [Thu Jul 2 06:16:41 2026] DELETE /v2.0/ports/fdadc5d0-09d7-4c22-969b-9515c28f992c => generated 0 bytes in 279 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/1026] 10.0.0.230 () {32 vars in 718 bytes} [Thu Jul 2 06:16:41 2026] DELETE /v2.0/ports/44de4387-f0e0-4677-8990-c05c6bb4ebbc => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1027] 10.0.0.230 () {34 vars in 663 bytes} [Thu Jul 2 06:16:41 2026] POST /v2.0/ports => generated 950 bytes in 493 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/1028] 10.0.0.230 () {32 vars in 641 bytes} [Thu Jul 2 06:16:41 2026] GET /v2.0/ports => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 06:16:41.615 8 WARNING neutron_lib.context [None req-e3ebcdf1-f1e0-4b78-8dec-b6b699431521 166172eb40414c82a34a8a8d50536b00 d7dfbbcac66b4974bd7d202320bc2d08 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:16:41.665 8 INFO neutron.db.segments_db [None req-e3ebcdf1-f1e0-4b78-8dec-b6b699431521 166172eb40414c82a34a8a8d50536b00 d7dfbbcac66b4974bd7d202320bc2d08 - - default default] Added segment 64edd8ad-264c-4da5-ae0b-ce50d1981039 of type vxlan for network 5fd116dd-e04d-4955-8cc9-cad765ce4595 [pid: 8|app: 0|req: 496/1029] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:16:41 2026] POST /v2.0/networks => generated 649 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:16:41.823 8 WARNING neutron_lib.context [None req-1787dab5-5c05-454c-9057-c7d45fa4ac1b 166172eb40414c82a34a8a8d50536b00 d7dfbbcac66b4974bd7d202320bc2d08 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:16:41.905 8 INFO neutron.db.segments_db [None req-1787dab5-5c05-454c-9057-c7d45fa4ac1b 166172eb40414c82a34a8a8d50536b00 d7dfbbcac66b4974bd7d202320bc2d08 - - default default] Added segment 3a95e267-ced5-4fa2-9d57-87bc9081237a of type vxlan for network 7ed6400d-af14-4e2f-971c-3eb1100afe5f [pid: 7|app: 0|req: 534/1030] 10.0.0.230 () {32 vars in 718 bytes} [Thu Jul 2 06:16:41 2026] DELETE /v2.0/ports/c7430d79-1989-4d9f-a8fd-2ab0a1f794b6 => generated 0 bytes in 415 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1031] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:16:41 2026] POST /v2.0/networks => generated 650 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:16:42.038 7 INFO neutron.pecan_wsgi.hooks.translation [None req-34bedae3-0288-40f5-9820-b5fdef23bcd9 a84ff4a8ea124a3b9706d9187d6d17d4 f8bdef04416c41e5b213e1b04f7cec03 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 535/1032] 10.0.0.230 () {32 vars in 718 bytes} [Thu Jul 2 06:16:42 2026] DELETE /v2.0/ports/c7430d79-1989-4d9f-a8fd-2ab0a1f794b6 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:16:42.068 7 WARNING neutron_lib.context [None req-8e1bdd38-7731-4861-a03f-e7002cb5a89b 166172eb40414c82a34a8a8d50536b00 d7dfbbcac66b4974bd7d202320bc2d08 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:16:42.074 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bb01d184-eaa0-4735-99b5-4933b2314542 a84ff4a8ea124a3b9706d9187d6d17d4 f8bdef04416c41e5b213e1b04f7cec03 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 498/1033] 10.0.0.230 () {32 vars in 715 bytes} [Thu Jul 2 06:16:42 2026] GET /v2.0/ports/c7430d79-1989-4d9f-a8fd-2ab0a1f794b6 => generated 132 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:16:42.126 7 WARNING neutron_lib.context [None req-8e1bdd38-7731-4861-a03f-e7002cb5a89b 166172eb40414c82a34a8a8d50536b00 d7dfbbcac66b4974bd7d202320bc2d08 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 499/1034] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:16:42 2026] DELETE /v2.0/subnets/f620e1e1-48e5-47f2-97c7-23d2b68aed07 => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/1035] 10.0.0.21 () {34 vars in 1095 bytes} [Thu Jul 2 06:16:42 2026] GET /v2.0/security-groups?name=tempest-securitygroup--352509594&fields=id&tenant_id=9425273a9b6c44699869a76cd8013756 => generated 69 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1036] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:16:42 2026] POST /v2.0/subnets => generated 1225 bytes in 630 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 06:16:42.753 8 INFO neutron.services.segments.plugin [-] Segment 24910308-9f02-4739-9733-a1cc35222714 resource provider aggregate not found 2026-07-02 06:16:42.763 8 INFO neutron.services.segments.plugin [-] Segment 24910308-9f02-4739-9733-a1cc35222714 resource provider aggregate not found 2026-07-02 06:16:42.782 8 INFO neutron.services.segments.plugin [-] Segment 24910308-9f02-4739-9733-a1cc35222714 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24910308-9f02-4739-9733-a1cc35222714 found for delete ", "request_id": "req-f3365d2f-4c01-45bd-86d1-9f379f7e9345"}]} 2026-07-02 06:16:42.786 8 INFO neutron.services.segments.plugin [-] Segment 24910308-9f02-4739-9733-a1cc35222714 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24910308-9f02-4739-9733-a1cc35222714 found for delete ", "request_id": "req-f5063fb3-08f4-4872-b7fc-a5c9f6e27a26"}]} [pid: 7|app: 0|req: 537/1037] 10.0.0.21 () {34 vars in 979 bytes} [Thu Jul 2 06:16:42 2026] GET /v2.0/networks?id=507c9136-d530-43e7-ac42-c161a8823340 => generated 680 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1038] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:16:42 2026] DELETE /v2.0/networks/b14d8f6c-db9b-49c6-8e8d-95f3a5de220e => generated 0 bytes in 433 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:16:42.816 8 WARNING neutron_lib.context [None req-f2ad5eea-a9da-4cf0-b7a0-82540d9bd8cd a84ff4a8ea124a3b9706d9187d6d17d4 f8bdef04416c41e5b213e1b04f7cec03 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 538/1039] 10.0.0.230 () {32 vars in 645 bytes} [Thu Jul 2 06:16:42 2026] GET /v2.0/subnets => generated 1838 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1040] 10.0.0.21 () {34 vars in 962 bytes} [Thu Jul 2 06:16:42 2026] GET /v2.0/quotas/9425273a9b6c44699869a76cd8013756 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:16:42.886 8 INFO neutron.db.segments_db [None req-f2ad5eea-a9da-4cf0-b7a0-82540d9bd8cd a84ff4a8ea124a3b9706d9187d6d17d4 f8bdef04416c41e5b213e1b04f7cec03 - - default default] Added segment c4c8f228-37d4-4be4-ac21-3810112fd5fa of type vxlan for network 2965d7df-f63e-4ce9-b0ea-cb4b5b5eee49 [pid: 8|app: 0|req: 502/1041] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:16:42 2026] POST /v2.0/networks => generated 631 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1042] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:16:42 2026] DELETE /v2.0/subnets/d5dca3f5-bfcd-41a3-8e9d-90e9c44fcdf9 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:16:43.132 7 WARNING neutron_lib.context [None req-96e40e77-449f-4936-aa31-db4933a735fe a84ff4a8ea124a3b9706d9187d6d17d4 f8bdef04416c41e5b213e1b04f7cec03 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 503/1043] 10.0.0.21 () {34 vars in 999 bytes} [Thu Jul 2 06:16:43 2026] GET /v2.0/ports?tenant_id=9425273a9b6c44699869a76cd8013756&fields=id => generated 103 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1044] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:16:43 2026] DELETE /v2.0/subnets/5e723851-8d01-4710-8b5a-442ac36e910e => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1045] 10.0.0.21 () {34 vars in 1005 bytes} [Thu Jul 2 06:16:43 2026] GET /v2.0/networks/507c9136-d530-43e7-ac42-c161a8823340?fields=segments => generated 14 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1048] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:16:43 2026] POST /v2.0/subnets => generated 602 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1049] 10.0.0.230 () {32 vars in 645 bytes} [Thu Jul 2 06:16:43 2026] GET /v2.0/subnets => generated 626 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:16:43.556 8 WARNING neutron_lib.context [None req-2c5f5afb-d153-42d0-be9e-91670080938f a84ff4a8ea124a3b9706d9187d6d17d4 f8bdef04416c41e5b213e1b04f7cec03 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 542/1050] 10.0.0.21 () {34 vars in 1105 bytes} [Thu Jul 2 06:16:43 2026] GET /v2.0/networks/507c9136-d530-43e7-ac42-c161a8823340?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:16:44.021 7 INFO neutron.services.segments.plugin [-] Segment 3a95e267-ced5-4fa2-9d57-87bc9081237a resource provider aggregate not found 2026-07-02 06:16:44.032 7 INFO neutron.services.segments.plugin [-] Segment 3a95e267-ced5-4fa2-9d57-87bc9081237a resource provider aggregate not found [pid: 8|app: 0|req: 509/1051] 10.0.0.230 () {34 vars in 663 bytes} [Thu Jul 2 06:16:43 2026] POST /v2.0/ports => generated 915 bytes in 491 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:16:44.049 7 INFO neutron.services.segments.plugin [-] Segment 3a95e267-ced5-4fa2-9d57-87bc9081237a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a95e267-ced5-4fa2-9d57-87bc9081237a found for delete ", "request_id": "req-2f81fff9-add2-4574-93f5-84d8e3f0d321"}]} 2026-07-02 06:16:44.059 7 INFO neutron.services.segments.plugin [-] Segment 3a95e267-ced5-4fa2-9d57-87bc9081237a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a95e267-ced5-4fa2-9d57-87bc9081237a found for delete ", "request_id": "req-b9749824-3f4c-4276-834e-e590fb6bf58e"}]} [pid: 8|app: 0|req: 510/1052] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:16:44 2026] GET /v2.0/ports?device_id=456da6f8-32b3-4728-b4e8-734f1dbe6282 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1053] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:16:43 2026] DELETE /v2.0/networks/7ed6400d-af14-4e2f-971c-3eb1100afe5f => generated 0 bytes in 481 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1054] 10.0.0.230 () {32 vars in 718 bytes} [Thu Jul 2 06:16:44 2026] DELETE /v2.0/ports/ce972893-4e87-4b64-9772-7e348c6796dd => generated 0 bytes in 359 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:16:44.462 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a8c53323-f7b6-4e22-ad73-db1e5ebf145f a84ff4a8ea124a3b9706d9187d6d17d4 f8bdef04416c41e5b213e1b04f7cec03 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 512/1055] 10.0.0.230 () {32 vars in 715 bytes} [Thu Jul 2 06:16:44 2026] GET /v2.0/ports/ce972893-4e87-4b64-9772-7e348c6796dd => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1056] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:16:44 2026] DELETE /v2.0/networks/5fd116dd-e04d-4955-8cc9-cad765ce4595 => generated 0 bytes in 415 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1057] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:16:44 2026] DELETE /v2.0/subnets/7c6cb103-d4b2-460f-aa5b-d2ee7d64fc5f => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1058] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:16:44 2026] DELETE /v2.0/networks/90765abe-4cc7-45da-a419-5aa56897c257 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1059] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:16:44 2026] GET /v2.0/networks?id=507c9136-d530-43e7-ac42-c161a8823340 => generated 680 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:16:45.000 8 INFO neutron.services.segments.plugin [-] Segment d13970eb-a60a-4dc1-9eb1-cc4e2e1b54f2 resource provider aggregate not found 2026-07-02 06:16:45.008 8 INFO neutron.services.segments.plugin [-] Segment d13970eb-a60a-4dc1-9eb1-cc4e2e1b54f2 resource provider aggregate not found [pid: 8|app: 0|req: 515/1060] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:16:44 2026] DELETE /v2.0/networks/f0f6be93-d061-46fc-83e3-24b51b1efa07 => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:16:45.042 8 INFO neutron.services.segments.plugin [-] Segment d13970eb-a60a-4dc1-9eb1-cc4e2e1b54f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d13970eb-a60a-4dc1-9eb1-cc4e2e1b54f2 found for delete ", "request_id": "req-a06fe949-b08b-4606-b7b1-3e58a5ff6010"}]} 2026-07-02 06:16:45.044 8 INFO neutron.services.segments.plugin [-] Segment d13970eb-a60a-4dc1-9eb1-cc4e2e1b54f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d13970eb-a60a-4dc1-9eb1-cc4e2e1b54f2 found for delete ", "request_id": "req-78ac139d-b892-4fbe-9ef6-15926d069692"}]} [pid: 8|app: 0|req: 516/1061] 199.204.45.53 () {34 vars in 1047 bytes} [Thu Jul 2 06:16:45 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9425273a9b6c44699869a76cd8013756 => generated 180 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:16:45.100 8 WARNING neutron_lib.context [req-1ad9d400-b9b8-4c8e-aec3-41cefa314345 req-4e1321c3-0b41-48a0-b1a4-4ba9d0138017 40d244be7176414bbb61575971ad3e77 9425273a9b6c44699869a76cd8013756 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 546/1062] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:16:44 2026] DELETE /v2.0/networks/2965d7df-f63e-4ce9-b0ea-cb4b5b5eee49 => generated 0 bytes in 501 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1063] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:16:45 2026] GET /v2.0/ports?device_id=456da6f8-32b3-4728-b4e8-734f1dbe6282 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:16:45.290 7 WARNING neutron_lib.context [None req-5564e17d-54a8-492a-bbd5-3def17815487 a84ff4a8ea124a3b9706d9187d6d17d4 f8bdef04416c41e5b213e1b04f7cec03 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 517/1064] 199.204.45.53 () {38 vars in 952 bytes} [Thu Jul 2 06:16:45 2026] POST /v2.0/ports => generated 954 bytes in 470 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1065] 10.0.0.230 () {34 vars in 663 bytes} [Thu Jul 2 06:16:45 2026] POST /v2.0/ports => generated 775 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 518/1066] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:16:45 2026] GET /v2.0/security-groups?tenant_id=d7dfbbcac66b4974bd7d202320bc2d08&name=default => generated 2801 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1067] 10.0.0.230 () {34 vars in 735 bytes} [Thu Jul 2 06:16:45 2026] PUT /v2.0/ports/d1ef482e-6038-4e24-909a-4bcdf50b17b4 => generated 752 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1068] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:16:45 2026] DELETE /v2.0/security-groups/b41c5e25-93fc-4a01-896e-575917126cf1 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 06:16:46.081 7 INFO neutron.services.segments.plugin [-] Segment 64edd8ad-264c-4da5-ae0b-ce50d1981039 resource provider aggregate not found 2026-07-02 06:16:46.086 7 INFO neutron.services.segments.plugin [-] Segment 64edd8ad-264c-4da5-ae0b-ce50d1981039 resource provider aggregate not found 2026-07-02 06:16:46.113 7 INFO neutron.services.segments.plugin [-] Segment 64edd8ad-264c-4da5-ae0b-ce50d1981039 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64edd8ad-264c-4da5-ae0b-ce50d1981039 found for delete ", "request_id": "req-22b0321f-6cf4-43e6-9246-a93f747f6a0f"}]} 2026-07-02 06:16:46.118 7 INFO neutron.services.segments.plugin [-] Segment 64edd8ad-264c-4da5-ae0b-ce50d1981039 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64edd8ad-264c-4da5-ae0b-ce50d1981039 found for delete ", "request_id": "req-444bee15-d3f3-4022-9aca-bed33412d290"}]} [pid: 7|app: 0|req: 549/1069] 199.204.45.53 () {38 vars in 1025 bytes} [Thu Jul 2 06:16:45 2026] PUT /v2.0/ports/45403c21-3ebe-40a2-a96d-2b55141d0aaf => generated 1199 bytes in 555 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:16:46.198 7 INFO neutron.services.segments.plugin [-] Segment 93e8b98e-0036-40de-bd3e-598438274b8a resource provider aggregate not found 2026-07-02 06:16:46.207 7 INFO neutron.services.segments.plugin [-] Segment 93e8b98e-0036-40de-bd3e-598438274b8a resource provider aggregate not found /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 06:16:46.230 7 INFO neutron.services.segments.plugin [-] Segment 93e8b98e-0036-40de-bd3e-598438274b8a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93e8b98e-0036-40de-bd3e-598438274b8a found for delete ", "request_id": "req-1577209a-c88d-4f32-890a-2053c1e66e92"}]} 2026-07-02 06:16:46.240 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-26ddb2f1-0cb2-48d5-9edf-088a6d5fbeb9'] response: {'name': 'network-changed', 'server_uuid': '456da6f8-32b3-4728-b4e8-734f1dbe6282', 'tag': '45403c21-3ebe-40a2-a96d-2b55141d0aaf', 'status': 'completed', 'code': 200} 2026-07-02 06:16:46.244 7 INFO neutron.services.segments.plugin [-] Segment 93e8b98e-0036-40de-bd3e-598438274b8a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93e8b98e-0036-40de-bd3e-598438274b8a found for delete ", "request_id": "req-978042d9-0589-407b-9d2a-35c3c1754016"}]} 2026-07-02 06:16:46.266 7 INFO neutron.services.segments.plugin [-] Segment c4c8f228-37d4-4be4-ac21-3810112fd5fa resource provider aggregate not found 2026-07-02 06:16:46.277 7 INFO neutron.services.segments.plugin [-] Segment c4c8f228-37d4-4be4-ac21-3810112fd5fa resource provider aggregate not found 2026-07-02 06:16:46.293 7 INFO neutron.services.segments.plugin [-] Segment c4c8f228-37d4-4be4-ac21-3810112fd5fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4c8f228-37d4-4be4-ac21-3810112fd5fa found for delete ", "request_id": "req-7ba27686-84b7-4a03-a37b-0acca0e1d9c1"}]} 2026-07-02 06:16:46.302 7 INFO neutron.services.segments.plugin [-] Segment c4c8f228-37d4-4be4-ac21-3810112fd5fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4c8f228-37d4-4be4-ac21-3810112fd5fa found for delete ", "request_id": "req-70845479-4600-4016-b0e0-0258b714e34b"}]} [pid: 8|app: 0|req: 521/1070] 10.0.0.230 () {32 vars in 718 bytes} [Thu Jul 2 06:16:46 2026] DELETE /v2.0/ports/d1ef482e-6038-4e24-909a-4bcdf50b17b4 => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1071] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:16:46 2026] GET /v2.0/ports?tenant_id=9425273a9b6c44699869a76cd8013756&device_id=456da6f8-32b3-4728-b4e8-734f1dbe6282 => generated 1238 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 551/1072] 199.204.45.53 () {34 vars in 1055 bytes} [Thu Jul 2 06:16:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=45403c21-3ebe-40a2-a96d-2b55141d0aaf => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1073] 10.0.0.230 () {32 vars in 641 bytes} [Thu Jul 2 06:16:46 2026] GET /v2.0/ports => generated 778 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1074] 199.204.45.53 () {34 vars in 981 bytes} [Thu Jul 2 06:16:46 2026] GET /v2.0/subnets?id=a96074be-e341-46f5-a60e-8e1530fa7640 => generated 674 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1075] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:16:46 2026] GET /v2.0/ports?device_id=456da6f8-32b3-4728-b4e8-734f1dbe6282 => generated 969 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:16:46.479 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3a4449b0-090a-4e53-8711-f7fa17cdc643 a84ff4a8ea124a3b9706d9187d6d17d4 f8bdef04416c41e5b213e1b04f7cec03 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 524/1076] 10.0.0.230 () {32 vars in 715 bytes} [Thu Jul 2 06:16:46 2026] GET /v2.0/ports/d1ef482e-6038-4e24-909a-4bcdf50b17b4 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1077] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:16:46 2026] GET /v2.0/ports?network_id=507c9136-d530-43e7-ac42-c161a8823340&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1078] 10.0.0.230 () {32 vars in 641 bytes} [Thu Jul 2 06:16:46 2026] GET /v2.0/ports => generated 778 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1079] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:16:46 2026] GET /v2.0/security-groups?id=1494c793-c73e-4f61-a3e5-d9002613b4fa&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1080] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:16:46 2026] GET /v2.0/networks/507c9136-d530-43e7-ac42-c161a8823340?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1081] 10.0.0.230 () {32 vars in 715 bytes} [Thu Jul 2 06:16:46 2026] GET /v2.0/ports/309e7047-f9f0-4b4a-b26f-68a404c9115b => generated 775 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:16:46.685 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8cf52baa-d3bd-42d0-a49e-05aa9c4b65de a84ff4a8ea124a3b9706d9187d6d17d4 f8bdef04416c41e5b213e1b04f7cec03 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 556/1082] 10.0.0.230 () {32 vars in 718 bytes} [Thu Jul 2 06:16:46 2026] DELETE /v2.0/ports/ce972893-4e87-4b64-9772-7e348c6796dd => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1083] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:16:46 2026] GET /v2.0/networks/507c9136-d530-43e7-ac42-c161a8823340?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:16:46.714 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b0b4684e-2da5-40b7-8905-d46b25f63c03 a84ff4a8ea124a3b9706d9187d6d17d4 f8bdef04416c41e5b213e1b04f7cec03 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 557/1084] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:16:46 2026] DELETE /v2.0/subnets/7c6cb103-d4b2-460f-aa5b-d2ee7d64fc5f => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:16:46.750 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4dc38a6e-9ded-4eb6-ba68-5b69c8445796 a84ff4a8ea124a3b9706d9187d6d17d4 f8bdef04416c41e5b213e1b04f7cec03 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 528/1085] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:16:46 2026] DELETE /v2.0/subnets/f620e1e1-48e5-47f2-97c7-23d2b68aed07 => generated 136 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1086] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:16:46 2026] GET /v2.0/ports?tenant_id=9425273a9b6c44699869a76cd8013756&device_id=456da6f8-32b3-4728-b4e8-734f1dbe6282 => generated 1238 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1087] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:16:46 2026] GET /v2.0/networks?id=507c9136-d530-43e7-ac42-c161a8823340 => generated 776 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1088] 199.204.45.53 () {34 vars in 1055 bytes} [Thu Jul 2 06:16:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=45403c21-3ebe-40a2-a96d-2b55141d0aaf => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1089] 10.0.0.230 () {32 vars in 718 bytes} [Thu Jul 2 06:16:46 2026] DELETE /v2.0/ports/309e7047-f9f0-4b4a-b26f-68a404c9115b => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1090] 199.204.45.53 () {34 vars in 981 bytes} [Thu Jul 2 06:16:46 2026] GET /v2.0/subnets?id=a96074be-e341-46f5-a60e-8e1530fa7640 => generated 674 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1091] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:16:47 2026] GET /v2.0/ports?network_id=507c9136-d530-43e7-ac42-c161a8823340&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1092] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:16:47 2026] GET /v2.0/networks/507c9136-d530-43e7-ac42-c161a8823340?fields=segments => generated 14 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1093] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:16:47 2026] GET /v2.0/networks/507c9136-d530-43e7-ac42-c161a8823340?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1094] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:16:46 2026] DELETE /v2.0/networks/d9399a28-9bd5-4f32-b649-98766e870db8 => generated 0 bytes in 237 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1095] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:16:47 2026] GET /v2.0/ports?device_id=456da6f8-32b3-4728-b4e8-734f1dbe6282 => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1096] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:16:47 2026] GET /v2.0/security-groups?id=1494c793-c73e-4f61-a3e5-d9002613b4fa&fields=id&fields=name => generated 113 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1097] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:16:47 2026] GET /v2.0/security-groups?tenant_id=f8bdef04416c41e5b213e1b04f7cec03&name=default => generated 2801 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:16:48.137 7 WARNING neutron_lib.context [None req-b5f99991-f83b-4d37-bad5-964de67657ac 5e5136d340c74cec869a92adffc08582 4d48bb08a987437f868d1b0d21409cc2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 538/1098] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:16:48 2026] DELETE /v2.0/security-groups/dc446085-290d-45f2-94e1-4f4be317b130 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:16:48.310 7 INFO neutron.services.segments.plugin [-] Segment 96f97873-6844-4287-a505-fb82dfd1ea0f resource provider aggregate not found 2026-07-02 06:16:48.323 7 INFO neutron.services.segments.plugin [-] Segment 96f97873-6844-4287-a505-fb82dfd1ea0f resource provider aggregate not found 2026-07-02 06:16:48.330 7 INFO neutron.services.segments.plugin [-] Segment 96f97873-6844-4287-a505-fb82dfd1ea0f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96f97873-6844-4287-a505-fb82dfd1ea0f found for delete ", "request_id": "req-6f2f2e31-c6bc-4942-95ac-319ddffd6c3c"}]} 2026-07-02 06:16:48.345 7 INFO neutron.services.segments.plugin [-] Segment 96f97873-6844-4287-a505-fb82dfd1ea0f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96f97873-6844-4287-a505-fb82dfd1ea0f found for delete ", "request_id": "req-0a140ecc-c82d-4790-8a3e-ce1875ad3dab"}]} [pid: 7|app: 0|req: 561/1099] 10.0.0.230 () {34 vars in 682 bytes} [Thu Jul 2 06:16:47 2026] POST /v2.0/security-groups => generated 1561 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1100] 10.0.0.230 () {32 vars in 661 bytes} [Thu Jul 2 06:16:48 2026] GET /v2.0/security-groups => generated 4344 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1101] 10.0.0.230 () {34 vars in 756 bytes} [Thu Jul 2 06:16:48 2026] PUT /v2.0/security-groups/11a2766a-5a32-4c70-9c5a-bf10ae3dc508 => generated 1597 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1102] 10.0.0.230 () {32 vars in 735 bytes} [Thu Jul 2 06:16:48 2026] GET /v2.0/security-groups/11a2766a-5a32-4c70-9c5a-bf10ae3dc508 => generated 1597 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1103] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:16:48 2026] DELETE /v2.0/security-groups/11a2766a-5a32-4c70-9c5a-bf10ae3dc508 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1104] 10.0.0.230 () {32 vars in 661 bytes} [Thu Jul 2 06:16:48 2026] GET /v2.0/security-groups => generated 2801 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:16:48.764 7 INFO neutron.api.v2.resource [None req-7b2f6dc4-e273-40db-82ce-16d4035f2e77 5e5136d340c74cec869a92adffc08582 4d48bb08a987437f868d1b0d21409cc2 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 564/1105] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:16:48 2026] DELETE /v2.0/security-groups/11a2766a-5a32-4c70-9c5a-bf10ae3dc508 => generated 146 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:16:48.782 8 WARNING neutron_lib.context [None req-53148293-bc22-42df-b1d7-08b4e4dcec0d 5e5136d340c74cec869a92adffc08582 4d48bb08a987437f868d1b0d21409cc2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 565/1106] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:16:48 2026] GET /v2.0/ports?device_id=456da6f8-32b3-4728-b4e8-734f1dbe6282 => generated 969 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1107] 10.0.0.230 () {34 vars in 682 bytes} [Thu Jul 2 06:16:48 2026] POST /v2.0/security-groups => generated 1560 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 06:16:48.958 8 WARNING neutron_lib.context [None req-eee91821-f829-491c-87e1-5f493b34201c 5e5136d340c74cec869a92adffc08582 4d48bb08a987437f868d1b0d21409cc2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 566/1108] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:16:48 2026] GET /v2.0/security-groups?id=1494c793-c73e-4f61-a3e5-d9002613b4fa&fields=id&fields=name => generated 113 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1109] 10.0.0.230 () {34 vars in 693 bytes} [Thu Jul 2 06:16:48 2026] POST /v2.0/security-group-rules => generated 569 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1110] 10.0.0.230 () {32 vars in 745 bytes} [Thu Jul 2 06:16:49 2026] GET /v2.0/security-group-rules/79ecf57b-7d65-405c-9318-31370fb92fdc => generated 569 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1111] 10.0.0.230 () {32 vars in 671 bytes} [Thu Jul 2 06:16:49 2026] GET /v2.0/security-group-rules => generated 3918 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1112] 10.0.0.230 () {32 vars in 748 bytes} [Thu Jul 2 06:16:49 2026] DELETE /v2.0/security-group-rules/79ecf57b-7d65-405c-9318-31370fb92fdc => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1113] 10.0.0.230 () {32 vars in 671 bytes} [Thu Jul 2 06:16:49 2026] GET /v2.0/security-group-rules => generated 3372 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:16:49.358 7 WARNING neutron_lib.context [None req-dfcb81dc-31f5-4f2a-ba1b-1b2be595ef4b 5e5136d340c74cec869a92adffc08582 4d48bb08a987437f868d1b0d21409cc2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 569/1114] 10.0.0.230 () {34 vars in 693 bytes} [Thu Jul 2 06:16:49 2026] POST /v2.0/security-group-rules => generated 569 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1115] 10.0.0.230 () {32 vars in 745 bytes} [Thu Jul 2 06:16:49 2026] GET /v2.0/security-group-rules/9526cc9f-f935-45bb-8101-6cfe0fe4ca95 => generated 569 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1116] 10.0.0.230 () {32 vars in 671 bytes} [Thu Jul 2 06:16:49 2026] GET /v2.0/security-group-rules => generated 3918 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1117] 10.0.0.230 () {32 vars in 748 bytes} [Thu Jul 2 06:16:49 2026] DELETE /v2.0/security-group-rules/9526cc9f-f935-45bb-8101-6cfe0fe4ca95 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1118] 10.0.0.230 () {32 vars in 671 bytes} [Thu Jul 2 06:16:49 2026] GET /v2.0/security-group-rules => generated 3372 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:16:49.710 8 WARNING neutron_lib.context [None req-8460064c-5853-4e36-8805-8d3e8a89b778 5e5136d340c74cec869a92adffc08582 4d48bb08a987437f868d1b0d21409cc2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 548/1119] 10.0.0.230 () {34 vars in 693 bytes} [Thu Jul 2 06:16:49 2026] POST /v2.0/security-group-rules => generated 570 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1120] 10.0.0.230 () {32 vars in 745 bytes} [Thu Jul 2 06:16:49 2026] GET /v2.0/security-group-rules/e33276e0-e8db-4926-a522-c8a6b506e7b6 => generated 570 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1121] 10.0.0.230 () {32 vars in 671 bytes} [Thu Jul 2 06:16:49 2026] GET /v2.0/security-group-rules => generated 3919 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1122] 10.0.0.230 () {32 vars in 748 bytes} [Thu Jul 2 06:16:49 2026] DELETE /v2.0/security-group-rules/e33276e0-e8db-4926-a522-c8a6b506e7b6 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1123] 10.0.0.230 () {32 vars in 671 bytes} [Thu Jul 2 06:16:49 2026] GET /v2.0/security-group-rules => generated 3372 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1124] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:16:50 2026] DELETE /v2.0/security-groups/5d905a90-3f80-448b-84f7-5310b245cf37 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:16:50.151 8 WARNING neutron_lib.context [None req-725c5b0e-33fd-4aed-99a3-d81c7d6b3c94 55743297df064d1fbd87aa49aed7dba2 ed4a622235b24f1abd4a4f7c8b70af8d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 576/1125] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:16:50 2026] GET /v2.0/ports?device_id=456da6f8-32b3-4728-b4e8-734f1dbe6282 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1126] 10.0.0.230 () {32 vars in 661 bytes} [Thu Jul 2 06:16:50 2026] GET /v2.0/security-groups => generated 2801 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1127] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:16:50 2026] GET /v2.0/security-groups?id=1494c793-c73e-4f61-a3e5-d9002613b4fa&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1128] 10.0.0.230 () {32 vars in 661 bytes} [Thu Jul 2 06:16:50 2026] GET /v2.0/security-groups => generated 2801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:16:50.307 8 INFO neutron.db.segments_db [None req-725c5b0e-33fd-4aed-99a3-d81c7d6b3c94 55743297df064d1fbd87aa49aed7dba2 ed4a622235b24f1abd4a4f7c8b70af8d - - default default] Added segment 362bf7d3-0b48-4306-acef-1d09874f4f55 of type vxlan for network de5e5a83-b583-4deb-8f13-55db2cab5387 [pid: 7|app: 0|req: 580/1129] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:16:50 2026] GET /v2.0/ports?device_id=456da6f8-32b3-4728-b4e8-734f1dbe6282 => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1130] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:16:49 2026] POST /v2.0/networks => generated 633 bytes in 500 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:16:50.461 8 WARNING neutron_lib.context [None req-3caba16c-0987-4afc-b288-2bc1bcbf7d68 55743297df064d1fbd87aa49aed7dba2 ed4a622235b24f1abd4a4f7c8b70af8d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:16:50.527 8 INFO neutron.db.segments_db [None req-3caba16c-0987-4afc-b288-2bc1bcbf7d68 55743297df064d1fbd87aa49aed7dba2 ed4a622235b24f1abd4a4f7c8b70af8d - - default default] Added segment 20f73b89-9ea6-4c6a-bd81-28731288d01e of type vxlan for network b82567fa-7555-42d3-be3a-65b7d7936dac [pid: 8|app: 0|req: 551/1131] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:16:50 2026] POST /v2.0/networks => generated 633 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:16:50.644 8 WARNING neutron_lib.context [None req-63bf902a-5bf8-4635-bec3-c4087796ec3f 55743297df064d1fbd87aa49aed7dba2 ed4a622235b24f1abd4a4f7c8b70af8d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:16:50.970 7 INFO neutron.db.l3_db [None req-85e31af5-207a-4d13-be3c-d0685dc1653f 40d244be7176414bbb61575971ad3e77 9425273a9b6c44699869a76cd8013756 - - default default] Floating IP ed28bdc0-e7ac-42ed-ab25-9bf7bdd38274 associated. External IP: 10.96.250.220, port: 45403c21-3ebe-40a2-a96d-2b55141d0aaf. [pid: 8|app: 0|req: 552/1132] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:16:50 2026] POST /v2.0/subnets => generated 622 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1133] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:16:51 2026] GET /v2.0/security-groups?tenant_id=4d48bb08a987437f868d1b0d21409cc2&name=default => generated 2801 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:16:51.159 8 WARNING neutron_lib.context [None req-4e7e2c88-89d9-4649-9432-0533ec77f739 55743297df064d1fbd87aa49aed7dba2 ed4a622235b24f1abd4a4f7c8b70af8d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 581/1134] 10.0.0.230 () {34 vars in 747 bytes} [Thu Jul 2 06:16:50 2026] PUT /v2.0/floatingips/ed28bdc0-e7ac-42ed-ab25-9bf7bdd38274 => generated 855 bytes in 955 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:16:51.394 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f30261e5-c789-402f-b998-25780079a965'] response: {'name': 'network-changed', 'server_uuid': '456da6f8-32b3-4728-b4e8-734f1dbe6282', 'tag': '45403c21-3ebe-40a2-a96d-2b55141d0aaf', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 582/1135] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:16:51 2026] DELETE /v2.0/security-groups/ef36900e-5b0a-41d9-b4e3-467d6f52c4fe => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1136] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:16:51 2026] GET /v2.0/ports?tenant_id=9425273a9b6c44699869a76cd8013756&device_id=456da6f8-32b3-4728-b4e8-734f1dbe6282 => generated 1240 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1137] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:16:51 2026] POST /v2.0/subnets => generated 631 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1138] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:16:51 2026] GET /v2.0/networks?id=507c9136-d530-43e7-ac42-c161a8823340 => generated 776 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:16:51.626 8 WARNING neutron_lib.context [None req-dd91463b-252e-45b9-b22e-6f4f04f97b59 55743297df064d1fbd87aa49aed7dba2 ed4a622235b24f1abd4a4f7c8b70af8d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 584/1139] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:16:51 2026] GET /v2.0/ports?device_id=456da6f8-32b3-4728-b4e8-734f1dbe6282 => generated 971 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:16:51.701 8 INFO neutron.db.segments_db [None req-dd91463b-252e-45b9-b22e-6f4f04f97b59 55743297df064d1fbd87aa49aed7dba2 ed4a622235b24f1abd4a4f7c8b70af8d - - default default] Added segment d159e18b-3959-478d-8601-96c329a86a6b of type vxlan for network 7b926b06-de40-46d3-8733-586fe312c4e2 [pid: 7|app: 0|req: 585/1140] 199.204.45.53 () {34 vars in 1055 bytes} [Thu Jul 2 06:16:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=45403c21-3ebe-40a2-a96d-2b55141d0aaf => generated 858 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1141] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:16:51 2026] GET /v2.0/security-groups?id=1494c793-c73e-4f61-a3e5-d9002613b4fa&fields=id&fields=name => generated 113 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1142] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:16:51 2026] GET /v2.0/security-groups?tenant_id=9681c87f4e7e45a28c68e19bb9acee06&name=default => generated 2801 bytes in 351 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:16:52.129 8 INFO neutron.db.l3_hamode_db [None req-dd91463b-252e-45b9-b22e-6f4f04f97b59 55743297df064d1fbd87aa49aed7dba2 ed4a622235b24f1abd4a4f7c8b70af8d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 588/1143] 199.204.45.53 () {34 vars in 981 bytes} [Thu Jul 2 06:16:52 2026] GET /v2.0/subnets?id=a96074be-e341-46f5-a60e-8e1530fa7640 => generated 674 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1144] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:16:52 2026] GET /v2.0/ports?device_id=456da6f8-32b3-4728-b4e8-734f1dbe6282 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1145] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:16:52 2026] DELETE /v2.0/security-groups/4c0d488a-3995-4f84-aa3c-98be7f3da31c => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1146] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:16:52 2026] GET /v2.0/ports?network_id=507c9136-d530-43e7-ac42-c161a8823340&device_owner=network%3Adhcp => generated 1244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:16:52.377 8 INFO neutron.db.l3_hamode_db [None req-dd91463b-252e-45b9-b22e-6f4f04f97b59 55743297df064d1fbd87aa49aed7dba2 ed4a622235b24f1abd4a4f7c8b70af8d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 592/1147] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:16:52 2026] GET /v2.0/security-groups?id=1494c793-c73e-4f61-a3e5-d9002613b4fa&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1148] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:16:52 2026] GET /v2.0/networks/507c9136-d530-43e7-ac42-c161a8823340?fields=segments => generated 14 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1149] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:16:52 2026] GET /v2.0/networks/507c9136-d530-43e7-ac42-c161a8823340?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1150] 199.204.45.53 () {34 vars in 991 bytes} [Thu Jul 2 06:16:52 2026] GET /v2.0/ports?device_id=456da6f8-32b3-4728-b4e8-734f1dbe6282 => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1151] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:16:51 2026] POST /v2.0/routers => generated 511 bytes in 1639 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:16:53.517 7 INFO neutron.db.l3_db [req-a4ea0d8e-51a9-4195-91ad-15391c38ddb6 req-c30d0f9a-6cbe-49e4-8c4d-a3929caa13f4 40d244be7176414bbb61575971ad3e77 9425273a9b6c44699869a76cd8013756 - - default default] Floating IP ed28bdc0-e7ac-42ed-ab25-9bf7bdd38274 disassociated. External IP: 10.96.250.220, port: 45403c21-3ebe-40a2-a96d-2b55141d0aaf. [pid: 7|app: 0|req: 596/1152] 199.204.45.53 () {36 vars in 994 bytes} [Thu Jul 2 06:16:52 2026] DELETE /v2.0/ports/45403c21-3ebe-40a2-a96d-2b55141d0aaf => generated 0 bytes in 1346 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1153] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:16:54 2026] GET /v2.0/ports?device_id=456da6f8-32b3-4728-b4e8-734f1dbe6282 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:16:54.263 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-efa7bd06-b09c-488b-896b-093e022fb537'] response: {'server_uuid': '456da6f8-32b3-4728-b4e8-734f1dbe6282', 'name': 'network-vif-deleted', 'tag': '45403c21-3ebe-40a2-a96d-2b55141d0aaf', 'status': 'completed', 'code': 200} 2026-07-02 06:16:54.725 7 INFO neutron.db.segments_db [None req-89245a8d-52a7-409e-9467-a99b4531130a d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] Added segment 8a97cd21-e32c-40ff-9181-52ff69f383fe of type vxlan for network a91de0da-cac2-4f92-896f-a0441c66217b [pid: 7|app: 0|req: 598/1154] 10.0.0.230 () {34 vars in 669 bytes} [Thu Jul 2 06:16:54 2026] POST /v2.0/networks => generated 741 bytes in 615 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1155] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:16:54 2026] POST /v2.0/subnets => generated 664 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:16:55.192 7 INFO neutron.db.segments_db [None req-bdb9e0e1-6430-4ff9-869d-1efca5960b96 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] Added segment f518d991-e388-45fc-94b4-ebcce4a0de52 of type vxlan for network c65e752b-6402-4603-b090-c4779317b3b3 [pid: 8|app: 0|req: 557/1156] 10.0.0.230 () {34 vars in 781 bytes} [Thu Jul 2 06:16:53 2026] PUT /v2.0/routers/e4a47920-507c-420a-8a69-a7b37cdf22b9/add_router_interface => generated 309 bytes in 2039 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1157] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:16:55 2026] DELETE /v2.0/security-groups/1494c793-c73e-4f61-a3e5-d9002613b4fa => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1158] 10.0.0.230 () {32 vars in 715 bytes} [Thu Jul 2 06:16:55 2026] GET /v2.0/ports/6edb1f93-683f-4f24-9e40-8ed5366a134f => generated 959 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:16:55.477 8 INFO neutron.api.v2.resource [None req-794ba42e-0853-41f6-bfed-2061b9fb0529 40d244be7176414bbb61575971ad3e77 9425273a9b6c44699869a76cd8013756 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 560/1159] 10.0.0.230 () {32 vars in 735 bytes} [Thu Jul 2 06:16:55 2026] GET /v2.0/security-groups/1494c793-c73e-4f61-a3e5-d9002613b4fa => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:16:55.570 7 INFO neutron.db.l3_hamode_db [None req-bdb9e0e1-6430-4ff9-869d-1efca5960b96 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 06:16:56.807 7 INFO neutron.db.l3_hamode_db [None req-bdb9e0e1-6430-4ff9-869d-1efca5960b96 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 561/1160] 10.0.0.230 () {34 vars in 781 bytes} [Thu Jul 2 06:16:55 2026] PUT /v2.0/routers/e4a47920-507c-420a-8a69-a7b37cdf22b9/add_router_interface => generated 309 bytes in 1651 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1161] 10.0.0.230 () {32 vars in 730 bytes} [Thu Jul 2 06:16:57 2026] DELETE /v2.0/floatingips/ed28bdc0-e7ac-42ed-ab25-9bf7bdd38274 => generated 0 bytes in 351 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1162] 10.0.0.230 () {32 vars in 715 bytes} [Thu Jul 2 06:16:57 2026] GET /v2.0/ports/ed4296b1-f3fe-415c-8559-400ed191544a => generated 967 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1163] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:16:57 2026] GET /v2.0/security-groups?tenant_id=2b40957e4e034f8abd9b2148cd3c05d5&name=default => generated 2801 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1164] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:16:55 2026] POST /v2.0/routers => generated 728 bytes in 2887 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1165] 10.0.0.230 () {34 vars in 787 bytes} [Thu Jul 2 06:16:58 2026] PUT /v2.0/routers/e4a47920-507c-420a-8a69-a7b37cdf22b9/remove_router_interface => generated 309 bytes in 1077 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1166] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:16:59 2026] DELETE /v2.0/security-groups/95ba276c-7bc3-478b-878c-95015f9e1a59 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1167] 10.0.0.230 () {34 vars in 787 bytes} [Thu Jul 2 06:16:57 2026] PUT /v2.0/routers/c941d3b4-508a-4966-a85b-cdeb3da7ecd3/remove_router_interface => generated 309 bytes in 1362 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1170] 10.0.0.230 () {34 vars in 787 bytes} [Thu Jul 2 06:16:59 2026] PUT /v2.0/routers/e4a47920-507c-420a-8a69-a7b37cdf22b9/remove_router_interface => generated 309 bytes in 1090 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1171] 10.0.0.230 () {34 vars in 781 bytes} [Thu Jul 2 06:16:59 2026] PUT /v2.0/routers/a707f2ba-ef02-480f-8dba-af6b4ba2c512/add_router_interface => generated 309 bytes in 1989 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1172] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:17:01 2026] GET /v2.0/security-groups?tenant_id=56bff9f6feb84c23b327621142342f13&name=default => generated 2801 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1173] 10.0.0.230 () {32 vars in 734 bytes} [Thu Jul 2 06:17:01 2026] GET /v2.0/ports?device_id=e4a47920-507c-420a-8a69-a7b37cdf22b9 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1174] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:17:01 2026] DELETE /v2.0/security-groups/041527d6-379d-4d27-97ee-0e1bd12c4e21 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:17:01.438 8 INFO neutron.services.segments.plugin [-] Segment 6c069ee2-a288-4c78-9c46-4778a1c1cea4 resource provider aggregate not found 2026-07-02 06:17:01.446 8 INFO neutron.services.segments.plugin [-] Segment 6c069ee2-a288-4c78-9c46-4778a1c1cea4 resource provider aggregate not found 2026-07-02 06:17:01.459 8 INFO neutron.services.segments.plugin [-] Segment 6c069ee2-a288-4c78-9c46-4778a1c1cea4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c069ee2-a288-4c78-9c46-4778a1c1cea4 found for delete ", "request_id": "req-d7501723-5ac4-478d-93ed-c4936ebe58be"}]} 2026-07-02 06:17:01.465 8 INFO neutron.db.l3_hamode_db [None req-9848e857-ad75-4f5f-a26b-b868a7ffc507 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] HA network 59f4330e-841d-4b78-a514-fe8ca6f6ce12 was deleted as no HA routers are present in tenant 9425273a9b6c44699869a76cd8013756. 2026-07-02 06:17:01.467 8 INFO neutron.services.segments.plugin [-] Segment 6c069ee2-a288-4c78-9c46-4778a1c1cea4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c069ee2-a288-4c78-9c46-4778a1c1cea4 found for delete ", "request_id": "req-c0c4d623-73b7-4bd1-8df5-0e0701a644bf"}]} [pid: 8|app: 0|req: 569/1175] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:17:00 2026] DELETE /v2.0/routers/c941d3b4-508a-4966-a85b-cdeb3da7ecd3 => generated 0 bytes in 1132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1176] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:17:01 2026] DELETE /v2.0/subnets/a96074be-e341-46f5-a60e-8e1530fa7640 => generated 0 bytes in 308 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:17:02.182 7 INFO neutron.services.segments.plugin [-] Segment d159e18b-3959-478d-8601-96c329a86a6b resource provider aggregate not found 2026-07-02 06:17:02.188 7 INFO neutron.services.segments.plugin [-] Segment d159e18b-3959-478d-8601-96c329a86a6b resource provider aggregate not found 2026-07-02 06:17:02.206 7 INFO neutron.services.segments.plugin [-] Segment d159e18b-3959-478d-8601-96c329a86a6b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d159e18b-3959-478d-8601-96c329a86a6b found for delete ", "request_id": "req-d06fc7c8-da4e-4e18-8d96-37b1b96afcc9"}]} 2026-07-02 06:17:02.211 7 INFO neutron.db.l3_hamode_db [None req-2fe40b16-9fdd-4da4-a433-cbdf8a653d66 55743297df064d1fbd87aa49aed7dba2 ed4a622235b24f1abd4a4f7c8b70af8d - - default default] HA network 7b926b06-de40-46d3-8733-586fe312c4e2 was deleted as no HA routers are present in tenant ed4a622235b24f1abd4a4f7c8b70af8d. 2026-07-02 06:17:02.213 7 INFO neutron.services.segments.plugin [-] Segment d159e18b-3959-478d-8601-96c329a86a6b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d159e18b-3959-478d-8601-96c329a86a6b found for delete ", "request_id": "req-0964d5e7-dd85-4782-877b-bcd98657bf72"}]} [pid: 7|app: 0|req: 607/1177] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:17:01 2026] DELETE /v2.0/routers/e4a47920-507c-420a-8a69-a7b37cdf22b9 => generated 0 bytes in 804 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1178] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:17:01 2026] DELETE /v2.0/networks/507c9136-d530-43e7-ac42-c161a8823340 => generated 0 bytes in 441 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1179] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:17:02 2026] GET /v2.0/security-groups?tenant_id=9425273a9b6c44699869a76cd8013756&name=default => generated 2801 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1180] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:17:02 2026] DELETE /v2.0/subnets/90e312bc-059f-4ac0-aaee-ac6a27e8c345 => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1181] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:17:02 2026] DELETE /v2.0/security-groups/b9d73d19-1fed-4555-97b1-b30d1b85b2fd => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:17:02.666 8 INFO neutron.db.segments_db [None req-adc4e141-c7dc-4e8f-a1d0-82cdfb0cb9ce d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] Added segment 95685aaa-f4fa-4a3c-b639-36c2aad70de2 of type vxlan for network 3c9fac6e-43c0-493c-8cf3-78f9eda3393e [pid: 7|app: 0|req: 609/1182] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:17:02 2026] DELETE /v2.0/subnets/eb531e0b-ab2e-4452-9014-852e441e91b0 => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1183] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:17:02 2026] DELETE /v2.0/networks/b82567fa-7555-42d3-be3a-65b7d7936dac => generated 0 bytes in 316 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1184] 10.0.0.230 () {34 vars in 669 bytes} [Thu Jul 2 06:17:02 2026] POST /v2.0/networks => generated 740 bytes in 644 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1185] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:17:03 2026] DELETE /v2.0/networks/de5e5a83-b583-4deb-8f13-55db2cab5387 => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:17:03.249 7 WARNING neutron_lib.context [None req-a4a6e5c3-d8ef-4de9-94df-ba7bff58c151 55743297df064d1fbd87aa49aed7dba2 ed4a622235b24f1abd4a4f7c8b70af8d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:17:03.309 7 INFO neutron.db.segments_db [None req-a4a6e5c3-d8ef-4de9-94df-ba7bff58c151 55743297df064d1fbd87aa49aed7dba2 ed4a622235b24f1abd4a4f7c8b70af8d - - default default] Added segment 6c088dee-1dbe-4bfb-88d8-87146d99cd16 of type vxlan for network 6f62fcac-bd69-4058-9032-d28e2232696d [pid: 8|app: 0|req: 575/1186] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:17:03 2026] POST /v2.0/subnets => generated 663 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1187] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:17:03 2026] POST /v2.0/networks => generated 634 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:17:03.460 7 WARNING neutron_lib.context [None req-77818d17-acee-4c7a-a6ac-730274d4ce7f 55743297df064d1fbd87aa49aed7dba2 ed4a622235b24f1abd4a4f7c8b70af8d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:17:03.486 8 INFO neutron.services.segments.plugin [-] Segment 0a2c9585-ccc3-4fb3-ac47-7366e5fffe41 resource provider aggregate not found 2026-07-02 06:17:03.494 8 INFO neutron.services.segments.plugin [-] Segment 0a2c9585-ccc3-4fb3-ac47-7366e5fffe41 resource provider aggregate not found 2026-07-02 06:17:03.509 8 INFO neutron.services.segments.plugin [-] Segment 0a2c9585-ccc3-4fb3-ac47-7366e5fffe41 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a2c9585-ccc3-4fb3-ac47-7366e5fffe41 found for delete ", "request_id": "req-69641ebd-accb-4031-948c-77cf2748b427"}]} 2026-07-02 06:17:03.511 8 INFO neutron.services.segments.plugin [-] Segment 0a2c9585-ccc3-4fb3-ac47-7366e5fffe41 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a2c9585-ccc3-4fb3-ac47-7366e5fffe41 found for delete ", "request_id": "req-ebddaadd-ad09-4449-9096-91238db9e9ee"}]} 2026-07-02 06:17:03.519 8 INFO neutron.db.segments_db [None req-70b76c2a-7b26-4d75-9301-6e155d09dc44 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] Added segment d695eb6d-fb30-4a15-851c-dba534e53e11 of type vxlan for network de94332b-6ba2-47c9-b9cc-cf098905e6f2 [pid: 7|app: 0|req: 613/1188] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:17:03 2026] POST /v2.0/subnets => generated 622 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:17:03.809 7 WARNING neutron_lib.context [None req-9b6d7813-098a-456c-b27f-d775898cb174 55743297df064d1fbd87aa49aed7dba2 ed4a622235b24f1abd4a4f7c8b70af8d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:17:03.852 7 INFO neutron.db.segments_db [None req-9b6d7813-098a-456c-b27f-d775898cb174 55743297df064d1fbd87aa49aed7dba2 ed4a622235b24f1abd4a4f7c8b70af8d - - default default] Added segment 6e2bd909-8ca1-41d8-8d5a-98d5f5db08e2 of type vxlan for network 1150df53-11f8-4f06-aca7-5b885a7f38e3 2026-07-02 06:17:03.861 8 INFO neutron.db.l3_hamode_db [None req-70b76c2a-7b26-4d75-9301-6e155d09dc44 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 06:17:04.235 7 INFO neutron.services.segments.plugin [-] Segment 20f73b89-9ea6-4c6a-bd81-28731288d01e resource provider aggregate not found 2026-07-02 06:17:04.242 7 INFO neutron.services.segments.plugin [-] Segment 20f73b89-9ea6-4c6a-bd81-28731288d01e resource provider aggregate not found 2026-07-02 06:17:04.268 7 INFO neutron.services.segments.plugin [-] Segment 20f73b89-9ea6-4c6a-bd81-28731288d01e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20f73b89-9ea6-4c6a-bd81-28731288d01e found for delete ", "request_id": "req-d53258e9-77f8-43cb-9ea5-0bcbaaeaa76e"}]} 2026-07-02 06:17:04.278 7 INFO neutron.services.segments.plugin [-] Segment 20f73b89-9ea6-4c6a-bd81-28731288d01e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20f73b89-9ea6-4c6a-bd81-28731288d01e found for delete ", "request_id": "req-04f2365d-5f11-4014-83a7-18d243a15e57"}]} 2026-07-02 06:17:04.292 7 INFO neutron.db.l3_hamode_db [None req-9b6d7813-098a-456c-b27f-d775898cb174 55743297df064d1fbd87aa49aed7dba2 ed4a622235b24f1abd4a4f7c8b70af8d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 06:17:04.297 7 INFO neutron.services.segments.plugin [-] Segment 362bf7d3-0b48-4306-acef-1d09874f4f55 resource provider aggregate not found 2026-07-02 06:17:04.304 7 INFO neutron.services.segments.plugin [-] Segment 362bf7d3-0b48-4306-acef-1d09874f4f55 resource provider aggregate not found 2026-07-02 06:17:04.316 7 INFO neutron.services.segments.plugin [-] Segment 362bf7d3-0b48-4306-acef-1d09874f4f55 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 362bf7d3-0b48-4306-acef-1d09874f4f55 found for delete ", "request_id": "req-7b2fcf15-1bee-4a1d-b217-3ec1962c0ef6"}]} 2026-07-02 06:17:04.332 7 INFO neutron.services.segments.plugin [-] Segment 362bf7d3-0b48-4306-acef-1d09874f4f55 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 362bf7d3-0b48-4306-acef-1d09874f4f55 found for delete ", "request_id": "req-f75fd083-a9d8-441c-b502-d3eabe527186"}]} 2026-07-02 06:17:04.487 7 INFO neutron.db.l3_hamode_db [None req-9b6d7813-098a-456c-b27f-d775898cb174 55743297df064d1fbd87aa49aed7dba2 ed4a622235b24f1abd4a4f7c8b70af8d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 06:17:05.066 8 INFO neutron.db.l3_hamode_db [None req-70b76c2a-7b26-4d75-9301-6e155d09dc44 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 614/1189] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:17:03 2026] POST /v2.0/routers => generated 510 bytes in 1568 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:17:05.835 7 INFO neutron.db.segments_db [None req-c6d8cd4c-6cf1-4a29-8100-25664a21fe5b d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] Added segment 4722210f-0f39-4b88-8b50-04e2bef8f0d1 of type vxlan for network 738388c4-d12b-4db7-aee3-381a8782dcd5 [pid: 7|app: 0|req: 615/1190] 10.0.0.230 () {34 vars in 669 bytes} [Thu Jul 2 06:17:05 2026] POST /v2.0/networks => generated 744 bytes in 576 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:17:05.952 7 WARNING neutron_lib.context [None req-77ae5acf-d8b0-4d3f-9a50-7de864edd6be 55743297df064d1fbd87aa49aed7dba2 ed4a622235b24f1abd4a4f7c8b70af8d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 576/1191] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:17:03 2026] POST /v2.0/routers => generated 727 bytes in 2800 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1192] 10.0.0.230 () {34 vars in 663 bytes} [Thu Jul 2 06:17:05 2026] POST /v2.0/ports => generated 963 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 577/1193] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:17:06 2026] GET /v2.0/security-groups?tenant_id=bcdc7c2f3c7b41fb936ce044a1eec17f&name=default => generated 2801 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1194] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:17:06 2026] POST /v2.0/subnets => generated 667 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1195] 10.0.0.230 () {34 vars in 781 bytes} [Thu Jul 2 06:17:06 2026] PUT /v2.0/routers/a568bede-a4b8-4d40-975f-12ca6384578a/add_router_interface => generated 309 bytes in 1612 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 619/1196] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:17:08 2026] DELETE /v2.0/security-groups/5cc527c2-4e0b-4985-844a-ec61c90531dc => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:17:08.342 7 INFO neutron.db.segments_db [None req-96a03531-d3ec-4ea7-9fc9-8fa766457f06 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] Added segment bd706fce-238d-4340-b782-ce024c974a26 of type vxlan for network 79e106d8-7588-44d7-8dac-cbbbb0e34039 [pid: 8|app: 0|req: 578/1197] 10.0.0.230 () {34 vars in 781 bytes} [Thu Jul 2 06:17:06 2026] PUT /v2.0/routers/41f1cdf2-b86b-4b21-b78f-6bfe69c4aaa9/add_router_interface => generated 309 bytes in 1841 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1198] 10.0.0.230 () {32 vars in 715 bytes} [Thu Jul 2 06:17:08 2026] GET /v2.0/ports/360b5e15-f445-4f98-9e96-6cfacb7852a2 => generated 1037 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:17:08.671 7 INFO neutron.db.l3_hamode_db [None req-96a03531-d3ec-4ea7-9fc9-8fa766457f06 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 580/1199] 10.0.0.230 () {34 vars in 787 bytes} [Thu Jul 2 06:17:08 2026] PUT /v2.0/routers/a568bede-a4b8-4d40-975f-12ca6384578a/remove_router_interface => generated 309 bytes in 1199 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 06:17:09.684 8 WARNING neutron_lib.context [None req-f8a69c2e-6a68-4917-a0c1-29fce94a8025 1ba78d8d066e47cca063d1c6d8d18814 b815c08809b24dd69587dd00014b520b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:17:09.724 7 INFO neutron.db.l3_hamode_db [None req-96a03531-d3ec-4ea7-9fc9-8fa766457f06 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 581/1200] 10.0.0.230 () {34 vars in 683 bytes} [Thu Jul 2 06:17:09 2026] POST /v2.0/security-groups => generated 1609 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 06:17:09.957 8 INFO neutron.api.v2.resource [None req-5c418c67-2bb0-4cee-9558-51c2b98351b0 55743297df064d1fbd87aa49aed7dba2 ed4a622235b24f1abd4a4f7c8b70af8d - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 582/1201] 10.0.0.230 () {34 vars in 787 bytes} [Thu Jul 2 06:17:09 2026] PUT /v2.0/routers/a568bede-a4b8-4d40-975f-12ca6384578a/remove_router_interface => generated 197 bytes in 168 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:17:09.963 8 WARNING neutron_lib.context [None req-9826c0bc-8f82-4595-acfa-4b6077f5ec74 1ba78d8d066e47cca063d1c6d8d18814 b815c08809b24dd69587dd00014b520b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 583/1202] 10.0.0.230 () {34 vars in 693 bytes} [Thu Jul 2 06:17:09 2026] POST /v2.0/security-group-rules => generated 565 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1203] 10.0.0.230 () {32 vars in 734 bytes} [Thu Jul 2 06:17:10 2026] GET /v2.0/ports?device_id=a568bede-a4b8-4d40-975f-12ca6384578a => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:17:10.089 8 WARNING neutron_lib.context [None req-e966e450-4106-4d7c-848d-5e863136f035 1ba78d8d066e47cca063d1c6d8d18814 b815c08809b24dd69587dd00014b520b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 585/1204] 10.0.0.230 () {34 vars in 693 bytes} [Thu Jul 2 06:17:10 2026] POST /v2.0/security-group-rules => generated 564 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:17:10.865 8 INFO neutron.services.segments.plugin [-] Segment 6e2bd909-8ca1-41d8-8d5a-98d5f5db08e2 resource provider aggregate not found 2026-07-02 06:17:10.870 8 INFO neutron.services.segments.plugin [-] Segment 6e2bd909-8ca1-41d8-8d5a-98d5f5db08e2 resource provider aggregate not found 2026-07-02 06:17:10.887 8 INFO neutron.services.segments.plugin [-] Segment 6e2bd909-8ca1-41d8-8d5a-98d5f5db08e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e2bd909-8ca1-41d8-8d5a-98d5f5db08e2 found for delete ", "request_id": "req-9fbcdd79-c7b0-4463-8274-c6783dec00ad"}]} 2026-07-02 06:17:10.889 8 INFO neutron.services.segments.plugin [-] Segment 6e2bd909-8ca1-41d8-8d5a-98d5f5db08e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e2bd909-8ca1-41d8-8d5a-98d5f5db08e2 found for delete ", "request_id": "req-a27f72ad-f44b-4fea-a680-3d16016b6d4f"}]} 2026-07-02 06:17:10.903 8 INFO neutron.db.l3_hamode_db [None req-0f9e22bc-289a-4654-885a-dc0b123f6cae 55743297df064d1fbd87aa49aed7dba2 ed4a622235b24f1abd4a4f7c8b70af8d - - default default] HA network 1150df53-11f8-4f06-aca7-5b885a7f38e3 was deleted as no HA routers are present in tenant ed4a622235b24f1abd4a4f7c8b70af8d. [pid: 8|app: 0|req: 586/1205] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:17:10 2026] DELETE /v2.0/routers/a568bede-a4b8-4d40-975f-12ca6384578a => generated 0 bytes in 721 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:17:10.916 8 WARNING neutron_lib.context [None req-8a3169a9-1d1f-48fe-a9c4-4c62596236bc 1ba78d8d066e47cca063d1c6d8d18814 b815c08809b24dd69587dd00014b520b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 587/1206] 10.0.0.230 () {34 vars in 693 bytes} [Thu Jul 2 06:17:10 2026] POST /v2.0/security-group-rules => generated 570 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1207] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:17:08 2026] POST /v2.0/routers => generated 731 bytes in 2877 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:17:11.168 7 WARNING neutron_lib.context [None req-e386e2b5-5bb5-40ab-aeeb-c92c720980e8 1ba78d8d066e47cca063d1c6d8d18814 b815c08809b24dd69587dd00014b520b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 588/1208] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:17:11 2026] DELETE /v2.0/subnets/f6f6dceb-5cb8-40b5-b999-b6dcfbd18225 => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1209] 10.0.0.230 () {34 vars in 693 bytes} [Thu Jul 2 06:17:11 2026] POST /v2.0/security-group-rules => generated 569 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:17:11.705 7 INFO neutron.services.segments.plugin [-] Segment 6c088dee-1dbe-4bfb-88d8-87146d99cd16 resource provider aggregate not found 2026-07-02 06:17:11.713 7 INFO neutron.services.segments.plugin [-] Segment 6c088dee-1dbe-4bfb-88d8-87146d99cd16 resource provider aggregate not found 2026-07-02 06:17:11.732 7 INFO neutron.services.segments.plugin [-] Segment 6c088dee-1dbe-4bfb-88d8-87146d99cd16 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c088dee-1dbe-4bfb-88d8-87146d99cd16 found for delete ", "request_id": "req-e0d06c1f-f3f7-4935-9fc2-21b58f74f637"}]} 2026-07-02 06:17:11.739 7 INFO neutron.services.segments.plugin [-] Segment 6c088dee-1dbe-4bfb-88d8-87146d99cd16 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c088dee-1dbe-4bfb-88d8-87146d99cd16 found for delete ", "request_id": "req-1190abd3-1f3c-4e78-bf26-f820eb6711cc"}]} [pid: 7|app: 0|req: 622/1210] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:17:11 2026] DELETE /v2.0/networks/6f62fcac-bd69-4058-9032-d28e2232696d => generated 0 bytes in 487 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:17:11.779 7 WARNING neutron_lib.context [None req-03361143-0c0f-4fe2-a176-b3a6f9a3b07e 1ba78d8d066e47cca063d1c6d8d18814 b815c08809b24dd69587dd00014b520b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:17:11.810 7 INFO neutron.db.securitygroups_db [None req-03361143-0c0f-4fe2-a176-b3a6f9a3b07e 1ba78d8d066e47cca063d1c6d8d18814 b815c08809b24dd69587dd00014b520b - - default default] Project b815c08809b24dd69587dd00014b520b added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 7|app: 0|req: 623/1211] 10.0.0.230 () {34 vars in 693 bytes} [Thu Jul 2 06:17:11 2026] POST /v2.0/security-group-rules => generated 575 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:17:11.921 7 WARNING neutron_lib.context [None req-a0bca009-839a-4bb7-8460-f8f8352ee7d0 55743297df064d1fbd87aa49aed7dba2 ed4a622235b24f1abd4a4f7c8b70af8d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:17:11.981 7 INFO neutron.db.segments_db [None req-a0bca009-839a-4bb7-8460-f8f8352ee7d0 55743297df064d1fbd87aa49aed7dba2 ed4a622235b24f1abd4a4f7c8b70af8d - - default default] Added segment d7728347-c4b5-47f8-ba35-a1ca6778d47a of type vxlan for network b036e197-edea-444d-82ff-c4a47ecc011a [pid: 7|app: 0|req: 624/1212] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:17:11 2026] POST /v2.0/networks => generated 634 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:17:12.075 7 WARNING neutron_lib.context [None req-50d0526c-14ca-4e82-83eb-d07dd69b96a3 1ba78d8d066e47cca063d1c6d8d18814 b815c08809b24dd69587dd00014b520b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:17:12.114 7 INFO neutron.db.securitygroups_db [None req-50d0526c-14ca-4e82-83eb-d07dd69b96a3 1ba78d8d066e47cca063d1c6d8d18814 b815c08809b24dd69587dd00014b520b - - default default] Project b815c08809b24dd69587dd00014b520b added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 7|app: 0|req: 625/1213] 10.0.0.230 () {34 vars in 693 bytes} [Thu Jul 2 06:17:12 2026] POST /v2.0/security-group-rules => generated 574 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:17:12.212 7 WARNING neutron_lib.context [None req-49419380-a7cd-4415-94c3-8219b7c79b54 55743297df064d1fbd87aa49aed7dba2 ed4a622235b24f1abd4a4f7c8b70af8d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 626/1214] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:17:12 2026] POST /v2.0/subnets => generated 622 bytes in 417 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:17:12.641 7 WARNING neutron_lib.context [None req-5e1bcff0-9a43-4e27-875c-c782fc8b8671 55743297df064d1fbd87aa49aed7dba2 ed4a622235b24f1abd4a4f7c8b70af8d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:17:12.703 7 INFO neutron.db.segments_db [None req-5e1bcff0-9a43-4e27-875c-c782fc8b8671 55743297df064d1fbd87aa49aed7dba2 ed4a622235b24f1abd4a4f7c8b70af8d - - default default] Added segment ba601776-878c-4603-9491-75624b070d68 of type vxlan for network d94fe237-d265-491f-8538-9acb6a63d8d7 2026-07-02 06:17:13.038 7 INFO neutron.db.l3_hamode_db [None req-5e1bcff0-9a43-4e27-875c-c782fc8b8671 55743297df064d1fbd87aa49aed7dba2 ed4a622235b24f1abd4a4f7c8b70af8d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 06:17:13.201 7 INFO neutron.db.l3_hamode_db [None req-5e1bcff0-9a43-4e27-875c-c782fc8b8671 55743297df064d1fbd87aa49aed7dba2 ed4a622235b24f1abd4a4f7c8b70af8d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 589/1215] 10.0.0.230 () {34 vars in 781 bytes} [Thu Jul 2 06:17:11 2026] PUT /v2.0/routers/f28ede47-9b0e-447a-ae47-79a80b86ecb0/add_router_interface => generated 309 bytes in 1970 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:17:13.229 8 WARNING neutron_lib.context [None req-4ba4ccdd-0412-423a-b686-f11c4573fc1a 1ba78d8d066e47cca063d1c6d8d18814 b815c08809b24dd69587dd00014b520b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 590/1216] 10.0.0.230 () {34 vars in 683 bytes} [Thu Jul 2 06:17:13 2026] POST /v2.0/security-groups => generated 1597 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 06:17:13.519 8 WARNING neutron_lib.context [None req-dcf6705b-4a22-4a6c-b0d8-0456047c8fb2 d18fda4699234050bf8dfaf346e7f815 17f9913865594b8cafcb1e5893098bc0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:17:13.652 8 INFO neutron.db.segments_db [None req-dcf6705b-4a22-4a6c-b0d8-0456047c8fb2 d18fda4699234050bf8dfaf346e7f815 17f9913865594b8cafcb1e5893098bc0 - - default default] Added segment 635a1b9e-281e-476a-b67e-76a7c551d7e1 of type vxlan for network b91be5f6-f3e7-49ac-bfcf-909a91f68f77 [pid: 8|app: 0|req: 591/1217] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:17:13 2026] POST /v2.0/networks => generated 631 bytes in 414 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:17:13.828 8 WARNING neutron_lib.context [None req-64663cb2-e4a2-42df-8a15-446acf1ec77b 1ba78d8d066e47cca063d1c6d8d18814 b815c08809b24dd69587dd00014b520b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 594/1220] 10.0.0.230 () {34 vars in 693 bytes} [Thu Jul 2 06:17:13 2026] POST /v2.0/security-group-rules => generated 565 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:17:13.964 8 WARNING neutron_lib.context [None req-1df59163-cdea-4750-830a-c2dba5338d41 d18fda4699234050bf8dfaf346e7f815 17f9913865594b8cafcb1e5893098bc0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:17:14.032 8 INFO neutron.db.segments_db [None req-1df59163-cdea-4750-830a-c2dba5338d41 d18fda4699234050bf8dfaf346e7f815 17f9913865594b8cafcb1e5893098bc0 - - default default] Added segment 7fefecde-1d04-4e15-b4ef-1158c4f83226 of type vxlan for network cee4abad-9b24-406a-ad1e-8db240bad86a [pid: 8|app: 0|req: 595/1221] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:17:13 2026] POST /v2.0/networks => generated 632 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1222] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:17:12 2026] POST /v2.0/routers => generated 511 bytes in 1530 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:17:14.164 7 WARNING neutron_lib.context [None req-db833f0d-e1e6-4045-b5ce-1e1d3b8673e8 1ba78d8d066e47cca063d1c6d8d18814 b815c08809b24dd69587dd00014b520b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:17:14.164 8 WARNING neutron_lib.context [None req-b85e2326-50f5-406d-9b00-ac0847adcf0e 0743b7fe92d047778c794982cd3acce7 cba9921fdb1e4d928dd39b749c6d235d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 628/1223] 10.0.0.230 () {34 vars in 693 bytes} [Thu Jul 2 06:17:14 2026] POST /v2.0/security-group-rules => generated 570 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:17:14.268 7 WARNING neutron_lib.context [None req-02c957cb-e64a-4b56-b262-af36f6c8cd8f d18fda4699234050bf8dfaf346e7f815 17f9913865594b8cafcb1e5893098bc0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 596/1224] 10.0.0.230 () {34 vars in 683 bytes} [Thu Jul 2 06:17:14 2026] POST /v2.0/security-groups => generated 1597 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 06:17:14.326 7 INFO neutron.db.segments_db [None req-02c957cb-e64a-4b56-b262-af36f6c8cd8f d18fda4699234050bf8dfaf346e7f815 17f9913865594b8cafcb1e5893098bc0 - - default default] Added segment 4379d119-0ccb-41f9-977a-af40e2eb66a2 of type vxlan for network 30cecee2-7c76-4824-a066-28512355b553 [pid: 7|app: 0|req: 629/1225] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:17:14 2026] POST /v2.0/networks => generated 632 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:17:14.446 7 WARNING neutron_lib.context [None req-5a15ff4f-8974-4080-90e3-94b6b9120972 1ba78d8d066e47cca063d1c6d8d18814 b815c08809b24dd69587dd00014b520b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 630/1226] 10.0.0.230 () {34 vars in 674 bytes} [Thu Jul 2 06:17:14 2026] POST /v2.0/floatingips => generated 552 bytes in 617 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:17:15.062 7 WARNING neutron_lib.context [None req-a59a98c6-c47e-45f4-855e-e3d249a5042e 0743b7fe92d047778c794982cd3acce7 cba9921fdb1e4d928dd39b749c6d235d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 631/1227] 10.0.0.230 () {34 vars in 693 bytes} [Thu Jul 2 06:17:15 2026] POST /v2.0/security-group-rules => generated 565 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:17:15.163 7 WARNING neutron_lib.context [None req-9f95513a-cb17-4608-b662-2dae58f8bcf1 d18fda4699234050bf8dfaf346e7f815 17f9913865594b8cafcb1e5893098bc0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:17:15.214 7 INFO neutron.db.segments_db [None req-9f95513a-cb17-4608-b662-2dae58f8bcf1 d18fda4699234050bf8dfaf346e7f815 17f9913865594b8cafcb1e5893098bc0 - - default default] Added segment 0a84aa35-c284-4cdf-96b7-6bf573d0c7d3 of type vxlan for network d1480f2b-7acd-4b77-8fe7-9fceb3eb9035 [pid: 7|app: 0|req: 632/1228] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:17:15 2026] POST /v2.0/networks => generated 631 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1229] 10.0.0.21 () {34 vars in 1095 bytes} [Thu Jul 2 06:17:15 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-644767760&fields=id&tenant_id=b815c08809b24dd69587dd00014b520b => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:17:15.371 7 WARNING neutron_lib.context [None req-a227c330-79a9-4912-af07-c530de35208a 0743b7fe92d047778c794982cd3acce7 cba9921fdb1e4d928dd39b749c6d235d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 634/1230] 10.0.0.230 () {34 vars in 693 bytes} [Thu Jul 2 06:17:15 2026] POST /v2.0/security-group-rules => generated 570 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:17:15.470 7 WARNING neutron_lib.context [None req-eedc166e-b5c5-472f-bfe9-4c42ac6306b2 d18fda4699234050bf8dfaf346e7f815 17f9913865594b8cafcb1e5893098bc0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:17:15.517 7 INFO neutron.db.segments_db [None req-eedc166e-b5c5-472f-bfe9-4c42ac6306b2 d18fda4699234050bf8dfaf346e7f815 17f9913865594b8cafcb1e5893098bc0 - - default default] Added segment 8f99dd68-a2d0-45d1-a33a-196047afee7b of type vxlan for network a87a19cd-c038-4d83-9391-d782b94b8a3a [pid: 8|app: 0|req: 597/1231] 10.0.0.230 () {34 vars in 781 bytes} [Thu Jul 2 06:17:14 2026] PUT /v2.0/routers/b11fc14e-969b-4f44-9e3b-a1f26ce2693d/add_router_interface => generated 309 bytes in 1319 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1232] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:17:15 2026] POST /v2.0/networks => generated 631 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:17:15.641 7 WARNING neutron_lib.context [None req-91f87f5b-f6e6-4bec-b459-6da560f5b3ae 0743b7fe92d047778c794982cd3acce7 cba9921fdb1e4d928dd39b749c6d235d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 598/1233] 10.0.0.21 () {34 vars in 1097 bytes} [Thu Jul 2 06:17:15 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1778976911&fields=id&tenant_id=b815c08809b24dd69587dd00014b520b => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1234] 10.0.0.230 () {32 vars in 715 bytes} [Thu Jul 2 06:17:15 2026] GET /v2.0/ports/1a5d20dc-5443-490b-a97c-c003a6160fee => generated 959 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1235] 10.0.0.230 () {34 vars in 751 bytes} [Thu Jul 2 06:17:15 2026] PUT /v2.0/networks/b91be5f6-f3e7-49ac-bfcf-909a91f68f77/tags => generated 17 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1236] 10.0.0.21 () {34 vars in 979 bytes} [Thu Jul 2 06:17:15 2026] GET /v2.0/networks?id=a91de0da-cac2-4f92-896f-a0441c66217b => generated 673 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1237] 10.0.0.230 () {34 vars in 674 bytes} [Thu Jul 2 06:17:15 2026] POST /v2.0/floatingips => generated 552 bytes in 705 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1238] 10.0.0.230 () {34 vars in 751 bytes} [Thu Jul 2 06:17:16 2026] PUT /v2.0/networks/cee4abad-9b24-406a-ad1e-8db240bad86a/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1239] 10.0.0.21 () {34 vars in 962 bytes} [Thu Jul 2 06:17:16 2026] GET /v2.0/quotas/b815c08809b24dd69587dd00014b520b => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1240] 10.0.0.230 () {34 vars in 751 bytes} [Thu Jul 2 06:17:16 2026] PUT /v2.0/networks/30cecee2-7c76-4824-a066-28512355b553/tags => generated 34 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1241] 10.0.0.21 () {34 vars in 999 bytes} [Thu Jul 2 06:17:16 2026] GET /v2.0/ports?tenant_id=b815c08809b24dd69587dd00014b520b&fields=id => generated 103 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1242] 10.0.0.230 () {34 vars in 751 bytes} [Thu Jul 2 06:17:16 2026] PUT /v2.0/networks/d1480f2b-7acd-4b77-8fe7-9fceb3eb9035/tags => generated 19 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1243] 10.0.0.21 () {34 vars in 1005 bytes} [Thu Jul 2 06:17:16 2026] GET /v2.0/networks/a91de0da-cac2-4f92-896f-a0441c66217b?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1244] 10.0.0.230 () {32 vars in 664 bytes} [Thu Jul 2 06:17:16 2026] GET /v2.0/networks?tags=red => generated 1856 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1245] 10.0.0.21 () {34 vars in 1105 bytes} [Thu Jul 2 06:17:16 2026] GET /v2.0/networks/a91de0da-cac2-4f92-896f-a0441c66217b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1246] 10.0.0.21 () {34 vars in 1097 bytes} [Thu Jul 2 06:17:16 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1565910693&fields=id&tenant_id=cba9921fdb1e4d928dd39b749c6d235d => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1247] 10.0.0.230 () {34 vars in 787 bytes} [Thu Jul 2 06:17:15 2026] PUT /v2.0/routers/b11fc14e-969b-4f44-9e3b-a1f26ce2693d/remove_router_interface => generated 309 bytes in 1004 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1248] 10.0.0.230 () {32 vars in 678 bytes} [Thu Jul 2 06:17:16 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1250 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1249] 10.0.0.21 () {34 vars in 979 bytes} [Thu Jul 2 06:17:16 2026] GET /v2.0/networks?id=738388c4-d12b-4db7-aee3-381a8782dcd5 => generated 676 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1250] 10.0.0.230 () {32 vars in 734 bytes} [Thu Jul 2 06:17:16 2026] GET /v2.0/ports?device_id=b11fc14e-969b-4f44-9e3b-a1f26ce2693d => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1251] 10.0.0.21 () {34 vars in 962 bytes} [Thu Jul 2 06:17:16 2026] GET /v2.0/quotas/cba9921fdb1e4d928dd39b749c6d235d => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1252] 10.0.0.230 () {32 vars in 674 bytes} [Thu Jul 2 06:17:16 2026] GET /v2.0/networks?tags-any=blue => generated 1250 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1253] 10.0.0.21 () {34 vars in 999 bytes} [Thu Jul 2 06:17:17 2026] GET /v2.0/ports?tenant_id=cba9921fdb1e4d928dd39b749c6d235d&fields=id => generated 103 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1254] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:17:17 2026] GET /v2.0/ports?device_id=f928b471-af88-4247-89ba-ffc90ffcddca => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1255] 10.0.0.230 () {32 vars in 686 bytes} [Thu Jul 2 06:17:17 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1856 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1256] 10.0.0.21 () {34 vars in 1005 bytes} [Thu Jul 2 06:17:17 2026] GET /v2.0/networks/738388c4-d12b-4db7-aee3-381a8782dcd5?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1257] 10.0.0.230 () {32 vars in 672 bytes} [Thu Jul 2 06:17:17 2026] GET /v2.0/networks?not-tags=red => generated 1860 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1258] 10.0.0.21 () {34 vars in 1105 bytes} [Thu Jul 2 06:17:17 2026] GET /v2.0/networks/738388c4-d12b-4db7-aee3-381a8782dcd5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1259] 10.0.0.230 () {32 vars in 686 bytes} [Thu Jul 2 06:17:17 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2466 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:17:17.777 7 INFO neutron.services.segments.plugin [-] Segment ba601776-878c-4603-9491-75624b070d68 resource provider aggregate not found [pid: 8|app: 0|req: 612/1260] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:17:17 2026] GET /v2.0/ports?device_id=2a5bbca4-86f7-43f9-b966-c1d4d000a178 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:17:17.789 7 INFO neutron.services.segments.plugin [-] Segment ba601776-878c-4603-9491-75624b070d68 resource provider aggregate not found 2026-07-02 06:17:17.803 7 INFO neutron.services.segments.plugin [-] Segment ba601776-878c-4603-9491-75624b070d68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba601776-878c-4603-9491-75624b070d68 found for delete ", "request_id": "req-498ee0af-aedd-43f2-b686-e66d2bba9c8d"}]} 2026-07-02 06:17:17.818 7 INFO neutron.services.segments.plugin [-] Segment ba601776-878c-4603-9491-75624b070d68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba601776-878c-4603-9491-75624b070d68 found for delete ", "request_id": "req-b56169a0-df6e-4770-bcde-869a0b1e9203"}]} 2026-07-02 06:17:17.839 7 INFO neutron.db.l3_hamode_db [None req-be3cfb62-b220-4bb6-9fa2-4c60c0af2146 55743297df064d1fbd87aa49aed7dba2 ed4a622235b24f1abd4a4f7c8b70af8d - - default default] HA network d94fe237-d265-491f-8538-9acb6a63d8d7 was deleted as no HA routers are present in tenant ed4a622235b24f1abd4a4f7c8b70af8d. [pid: 7|app: 0|req: 649/1261] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:17:16 2026] DELETE /v2.0/routers/b11fc14e-969b-4f44-9e3b-a1f26ce2693d => generated 0 bytes in 847 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1262] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:17:17 2026] GET /v2.0/networks?id=a91de0da-cac2-4f92-896f-a0441c66217b => generated 673 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1263] 10.0.0.230 () {32 vars in 682 bytes} [Thu Jul 2 06:17:17 2026] GET /v2.0/networks?not-tags-any=blue => generated 2466 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1264] 10.0.0.230 () {32 vars in 694 bytes} [Thu Jul 2 06:17:17 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1860 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1265] 199.204.45.53 () {34 vars in 1047 bytes} [Thu Jul 2 06:17:18 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b815c08809b24dd69587dd00014b520b => generated 273 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1266] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:17:17 2026] DELETE /v2.0/subnets/9a8030a8-fc8a-4899-afc4-5d108e33d9d6 => generated 0 bytes in 254 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:17:18.186 7 WARNING neutron_lib.context [req-b7dba636-60e2-4102-85f3-4a44f3b731ca req-4bee689c-5d22-4f68-9bbe-4679d023adf7 1ba78d8d066e47cca063d1c6d8d18814 b815c08809b24dd69587dd00014b520b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:17:18.295 8 INFO neutron.services.segments.plugin [-] Segment 635a1b9e-281e-476a-b67e-76a7c551d7e1 resource provider aggregate not found 2026-07-02 06:17:18.302 8 INFO neutron.services.segments.plugin [-] Segment 635a1b9e-281e-476a-b67e-76a7c551d7e1 resource provider aggregate not found 2026-07-02 06:17:18.311 8 INFO neutron.services.segments.plugin [-] Segment 635a1b9e-281e-476a-b67e-76a7c551d7e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 635a1b9e-281e-476a-b67e-76a7c551d7e1 found for delete ", "request_id": "req-7fde4da4-d818-44b8-b463-3d64c21542bb"}]} 2026-07-02 06:17:18.319 8 INFO neutron.services.segments.plugin [-] Segment 635a1b9e-281e-476a-b67e-76a7c551d7e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 635a1b9e-281e-476a-b67e-76a7c551d7e1 found for delete ", "request_id": "req-72bd87c3-e240-4bd2-a68f-c6d00676a080"}]} [pid: 8|app: 0|req: 616/1267] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:17:18 2026] DELETE /v2.0/networks/b91be5f6-f3e7-49ac-bfcf-909a91f68f77 => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() [pid: 7|app: 0|req: 652/1268] 199.204.45.53 () {38 vars in 952 bytes} [Thu Jul 2 06:17:18 2026] POST /v2.0/ports => generated 993 bytes in 495 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 653/1269] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:17:18 2026] GET /v2.0/ports?device_id=f928b471-af88-4247-89ba-ffc90ffcddca => generated 996 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1270] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:17:18 2026] DELETE /v2.0/networks/b036e197-edea-444d-82ff-c4a47ecc011a => generated 0 bytes in 391 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1271] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:17:18 2026] GET /v2.0/networks?id=738388c4-d12b-4db7-aee3-381a8782dcd5 => generated 676 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1272] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:17:18 2026] DELETE /v2.0/networks/cee4abad-9b24-406a-ad1e-8db240bad86a => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1273] 10.0.0.21 () {34 vars in 1117 bytes} [Thu Jul 2 06:17:18 2026] GET /v2.0/security-groups?id=bb8af951-7866-47c7-a57d-aceb8c6bbe27&id=82ea56c0-5bb6-491d-8c35-94a2f2694c36&fields=id&fields=name => generated 206 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:17:19.041 7 WARNING neutron_lib.context [None req-48ae69b4-174a-47bb-9f1a-9b7e4d379e88 55743297df064d1fbd87aa49aed7dba2 ed4a622235b24f1abd4a4f7c8b70af8d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:17:19.089 7 INFO neutron.db.segments_db [None req-48ae69b4-174a-47bb-9f1a-9b7e4d379e88 55743297df064d1fbd87aa49aed7dba2 ed4a622235b24f1abd4a4f7c8b70af8d - - default default] Added segment 206cc7f8-800a-4036-8de8-5fd315f3e242 of type vxlan for network 99739bd5-9f2e-40c1-a0f2-aac5cd8572e9 2026-07-02 06:17:19.404 7 INFO neutron.db.l3_hamode_db [None req-48ae69b4-174a-47bb-9f1a-9b7e4d379e88 55743297df064d1fbd87aa49aed7dba2 ed4a622235b24f1abd4a4f7c8b70af8d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 06:17:19.825 7 INFO neutron.services.segments.plugin [-] Segment 7fefecde-1d04-4e15-b4ef-1158c4f83226 resource provider aggregate not found 2026-07-02 06:17:19.839 7 INFO neutron.services.segments.plugin [-] Segment 7fefecde-1d04-4e15-b4ef-1158c4f83226 resource provider aggregate not found 2026-07-02 06:17:19.846 7 INFO neutron.services.segments.plugin [-] Segment 7fefecde-1d04-4e15-b4ef-1158c4f83226 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7fefecde-1d04-4e15-b4ef-1158c4f83226 found for delete ", "request_id": "req-8aaad57f-f66c-4490-a9a1-8be1b4adfded"}]} 2026-07-02 06:17:19.855 7 INFO neutron.services.segments.plugin [-] Segment 7fefecde-1d04-4e15-b4ef-1158c4f83226 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7fefecde-1d04-4e15-b4ef-1158c4f83226 found for delete ", "request_id": "req-c92f2787-8e0b-4849-a0eb-17cdfd0b8f42"}]} [pid: 8|app: 0|req: 619/1274] 199.204.45.53 () {38 vars in 1025 bytes} [Thu Jul 2 06:17:18 2026] PUT /v2.0/ports/eef39b47-452c-41cb-8077-09288925b400 => generated 1238 bytes in 1035 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 06:17:19.908 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-39f89691-fa26-4ebb-b32f-94f4a9c9c3c8'] response: {'name': 'network-changed', 'server_uuid': 'f928b471-af88-4247-89ba-ffc90ffcddca', 'tag': 'eef39b47-452c-41cb-8077-09288925b400', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 620/1275] 199.204.45.53 () {34 vars in 1047 bytes} [Thu Jul 2 06:17:19 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=cba9921fdb1e4d928dd39b749c6d235d => generated 181 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 621/1276] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:17:19 2026] GET /v2.0/ports?device_id=2a5bbca4-86f7-43f9-b966-c1d4d000a178 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1277] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:17:19 2026] DELETE /v2.0/networks/30cecee2-7c76-4824-a066-28512355b553 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1278] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:17:20 2026] GET /v2.0/ports?tenant_id=b815c08809b24dd69587dd00014b520b&device_id=f928b471-af88-4247-89ba-ffc90ffcddca => generated 1277 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:17:20.223 8 WARNING neutron_lib.context [req-73bfa12a-8af1-4ac5-a58c-3e1886a11da1 req-c1d0158e-fcaf-42cb-bf41-8491d1eb88a2 0743b7fe92d047778c794982cd3acce7 cba9921fdb1e4d928dd39b749c6d235d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:17:20.337 8 INFO neutron.services.segments.plugin [-] Segment d7728347-c4b5-47f8-ba35-a1ca6778d47a resource provider aggregate not found 2026-07-02 06:17:20.342 8 INFO neutron.services.segments.plugin [-] Segment d7728347-c4b5-47f8-ba35-a1ca6778d47a resource provider aggregate not found 2026-07-02 06:17:20.359 8 INFO neutron.services.segments.plugin [-] Segment d7728347-c4b5-47f8-ba35-a1ca6778d47a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7728347-c4b5-47f8-ba35-a1ca6778d47a found for delete ", "request_id": "req-66a318c8-4a83-4622-8be6-c382bc229058"}]} 2026-07-02 06:17:20.370 8 INFO neutron.services.segments.plugin [-] Segment d7728347-c4b5-47f8-ba35-a1ca6778d47a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7728347-c4b5-47f8-ba35-a1ca6778d47a found for delete ", "request_id": "req-f37c1238-c73c-4eb9-a2a8-c8537459dd82"}]} 2026-07-02 06:17:20.379 8 INFO neutron.services.segments.plugin [-] Segment 4379d119-0ccb-41f9-977a-af40e2eb66a2 resource provider aggregate not found 2026-07-02 06:17:20.388 8 INFO neutron.services.segments.plugin [-] Segment 4379d119-0ccb-41f9-977a-af40e2eb66a2 resource provider aggregate not found 2026-07-02 06:17:20.394 8 INFO neutron.services.segments.plugin [-] Segment 4379d119-0ccb-41f9-977a-af40e2eb66a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4379d119-0ccb-41f9-977a-af40e2eb66a2 found for delete ", "request_id": "req-1df64aba-3ff2-454d-9ddc-16268a1ee111"}]} 2026-07-02 06:17:20.408 8 INFO neutron.services.segments.plugin [-] Segment 4379d119-0ccb-41f9-977a-af40e2eb66a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4379d119-0ccb-41f9-977a-af40e2eb66a2 found for delete ", "request_id": "req-512662b1-46db-433e-8952-eb31ea95f035"}]} [pid: 8|app: 0|req: 624/1279] 199.204.45.53 () {38 vars in 952 bytes} [Thu Jul 2 06:17:20 2026] POST /v2.0/ports => generated 958 bytes in 542 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 625/1280] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:17:20 2026] GET /v2.0/ports?device_id=f928b471-af88-4247-89ba-ffc90ffcddca => generated 1008 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:17:20.914 7 INFO neutron.db.l3_hamode_db [None req-48ae69b4-174a-47bb-9f1a-9b7e4d379e88 55743297df064d1fbd87aa49aed7dba2 ed4a622235b24f1abd4a4f7c8b70af8d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 626/1281] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:17:20 2026] DELETE /v2.0/networks/d1480f2b-7acd-4b77-8fe7-9fceb3eb9035 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1282] 199.204.45.53 () {34 vars in 1055 bytes} [Thu Jul 2 06:17:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=eef39b47-452c-41cb-8077-09288925b400 => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1283] 199.204.45.53 () {38 vars in 1025 bytes} [Thu Jul 2 06:17:21 2026] PUT /v2.0/ports/c064e7ae-adad-4633-b4a3-30bb68db2f6f => generated 1203 bytes in 441 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 629/1284] 10.0.0.21 () {34 vars in 1117 bytes} [Thu Jul 2 06:17:21 2026] GET /v2.0/security-groups?id=bb8af951-7866-47c7-a57d-aceb8c6bbe27&id=82ea56c0-5bb6-491d-8c35-94a2f2694c36&fields=id&fields=name => generated 206 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 630/1285] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:17:21 2026] GET /v2.0/ports?device_id=2a5bbca4-86f7-43f9-b966-c1d4d000a178 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1286] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:17:21 2026] DELETE /v2.0/networks/a87a19cd-c038-4d83-9391-d782b94b8a3a => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1287] 199.204.45.53 () {34 vars in 981 bytes} [Thu Jul 2 06:17:21 2026] GET /v2.0/subnets?id=295a7b66-a36e-475d-8b8a-2817df4ea7cb => generated 667 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:17:21.951 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7ab13588-9461-4d10-8b25-5483fea9d914'] response: {'name': 'network-changed', 'server_uuid': '2a5bbca4-86f7-43f9-b966-c1d4d000a178', 'tag': 'c064e7ae-adad-4633-b4a3-30bb68db2f6f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 633/1288] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:17:21 2026] GET /v2.0/ports?tenant_id=cba9921fdb1e4d928dd39b749c6d235d&device_id=2a5bbca4-86f7-43f9-b966-c1d4d000a178 => generated 1242 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1289] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:17:19 2026] POST /v2.0/routers => generated 692 bytes in 2959 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1290] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:17:21 2026] GET /v2.0/security-groups?id=c4bf9056-a04c-4716-824f-03010fdd056d&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1291] 199.204.45.53 () {34 vars in 1057 bytes} [Thu Jul 2 06:17:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=c064e7ae-adad-4633-b4a3-30bb68db2f6f => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1292] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:17:21 2026] GET /v2.0/ports?network_id=a91de0da-cac2-4f92-896f-a0441c66217b&device_owner=network%3Adhcp => generated 1244 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1293] 199.204.45.53 () {34 vars in 981 bytes} [Thu Jul 2 06:17:22 2026] GET /v2.0/subnets?id=04fff2f5-20e2-4975-9b25-0375fd1ea5a9 => generated 670 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1294] 10.0.0.230 () {32 vars in 719 bytes} [Thu Jul 2 06:17:22 2026] GET /v2.0/routers/f781c855-766e-4c3b-824a-66441db2585d => generated 698 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1295] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:17:22 2026] GET /v2.0/networks/a91de0da-cac2-4f92-896f-a0441c66217b?fields=segments => generated 14 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1296] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:17:22 2026] GET /v2.0/ports?network_id=738388c4-d12b-4db7-aee3-381a8782dcd5&device_owner=network%3Adhcp => generated 1244 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1297] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:17:22 2026] GET /v2.0/networks/a91de0da-cac2-4f92-896f-a0441c66217b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1298] 10.0.0.230 () {32 vars in 645 bytes} [Thu Jul 2 06:17:22 2026] GET /v2.0/routers => generated 701 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1299] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:17:22 2026] GET /v2.0/networks/738388c4-d12b-4db7-aee3-381a8782dcd5?fields=segments => generated 14 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:17:22.431 8 INFO neutron.services.segments.plugin [-] Segment 0a84aa35-c284-4cdf-96b7-6bf573d0c7d3 resource provider aggregate not found 2026-07-02 06:17:22.449 8 INFO neutron.services.segments.plugin [-] Segment 0a84aa35-c284-4cdf-96b7-6bf573d0c7d3 resource provider aggregate not found 2026-07-02 06:17:22.456 8 INFO neutron.services.segments.plugin [-] Segment 0a84aa35-c284-4cdf-96b7-6bf573d0c7d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a84aa35-c284-4cdf-96b7-6bf573d0c7d3 found for delete ", "request_id": "req-7ed4ab65-2461-4b15-8deb-249b50bf4acb"}]} 2026-07-02 06:17:22.466 8 INFO neutron.services.segments.plugin [-] Segment 0a84aa35-c284-4cdf-96b7-6bf573d0c7d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a84aa35-c284-4cdf-96b7-6bf573d0c7d3 found for delete ", "request_id": "req-3ca2da0f-7075-4f0a-9101-3e4a2fe04f95"}]} [pid: 8|app: 0|req: 640/1300] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:17:22 2026] GET /v2.0/ports?tenant_id=b815c08809b24dd69587dd00014b520b&device_id=f928b471-af88-4247-89ba-ffc90ffcddca => generated 1277 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:17:22.479 8 INFO neutron.services.segments.plugin [-] Segment 8f99dd68-a2d0-45d1-a33a-196047afee7b resource provider aggregate not found 2026-07-02 06:17:22.485 8 INFO neutron.services.segments.plugin [-] Segment 8f99dd68-a2d0-45d1-a33a-196047afee7b resource provider aggregate not found 2026-07-02 06:17:22.503 8 INFO neutron.services.segments.plugin [-] Segment 8f99dd68-a2d0-45d1-a33a-196047afee7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f99dd68-a2d0-45d1-a33a-196047afee7b found for delete ", "request_id": "req-aee14618-806d-4c22-ab15-81add3c8db7d"}]} 2026-07-02 06:17:22.506 8 INFO neutron.services.segments.plugin [-] Segment 8f99dd68-a2d0-45d1-a33a-196047afee7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f99dd68-a2d0-45d1-a33a-196047afee7b found for delete ", "request_id": "req-848b7b25-ef74-4509-bc5e-54cd999144c3"}]} [pid: 8|app: 0|req: 641/1301] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:17:22 2026] GET /v2.0/networks/738388c4-d12b-4db7-aee3-381a8782dcd5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1302] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:17:22 2026] GET /v2.0/networks?id=a91de0da-cac2-4f92-896f-a0441c66217b => generated 769 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1303] 199.204.45.53 () {34 vars in 991 bytes} [Thu Jul 2 06:17:22 2026] GET /v2.0/ports?device_id=f928b471-af88-4247-89ba-ffc90ffcddca => generated 1277 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1304] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:17:22 2026] GET /v2.0/ports?tenant_id=cba9921fdb1e4d928dd39b749c6d235d&device_id=2a5bbca4-86f7-43f9-b966-c1d4d000a178 => generated 1242 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1305] 199.204.45.53 () {34 vars in 1055 bytes} [Thu Jul 2 06:17:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=eef39b47-452c-41cb-8077-09288925b400 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1306] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:17:22 2026] GET /v2.0/ports?device_id=f928b471-af88-4247-89ba-ffc90ffcddca => generated 1008 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1307] 199.204.45.53 () {34 vars in 1121 bytes} [Thu Jul 2 06:17:22 2026] GET /v2.0/security-groups?id=bb8af951-7866-47c7-a57d-aceb8c6bbe27&id=82ea56c0-5bb6-491d-8c35-94a2f2694c36&fields=id&fields=name => generated 206 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1308] 10.0.0.230 () {34 vars in 739 bytes} [Thu Jul 2 06:17:22 2026] PUT /v2.0/routers/f781c855-766e-4c3b-824a-66441db2585d => generated 705 bytes in 602 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1309] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:17:22 2026] GET /v2.0/networks?id=738388c4-d12b-4db7-aee3-381a8782dcd5 => generated 772 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1310] 199.204.45.53 () {34 vars in 981 bytes} [Thu Jul 2 06:17:23 2026] GET /v2.0/subnets?id=295a7b66-a36e-475d-8b8a-2817df4ea7cb => generated 667 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1311] 10.0.0.21 () {34 vars in 1117 bytes} [Thu Jul 2 06:17:23 2026] GET /v2.0/security-groups?id=bb8af951-7866-47c7-a57d-aceb8c6bbe27&id=82ea56c0-5bb6-491d-8c35-94a2f2694c36&fields=id&fields=name => generated 206 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1312] 10.0.0.230 () {32 vars in 719 bytes} [Thu Jul 2 06:17:23 2026] GET /v2.0/routers/f781c855-766e-4c3b-824a-66441db2585d => generated 705 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1313] 199.204.45.53 () {34 vars in 1057 bytes} [Thu Jul 2 06:17:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=c064e7ae-adad-4633-b4a3-30bb68db2f6f => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1314] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:17:23 2026] GET /v2.0/ports?network_id=a91de0da-cac2-4f92-896f-a0441c66217b&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1315] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:17:22 2026] GET /v2.0/security-groups?tenant_id=22d2480da5954b339696345a68a8f5dc&name=default => generated 2801 bytes in 376 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1316] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:17:23 2026] GET /v2.0/ports?device_id=2a5bbca4-86f7-43f9-b966-c1d4d000a178 => generated 973 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1317] 10.0.0.230 () {32 vars in 734 bytes} [Thu Jul 2 06:17:23 2026] GET /v2.0/ports?device_id=f781c855-766e-4c3b-824a-66441db2585d => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1318] 199.204.45.53 () {34 vars in 981 bytes} [Thu Jul 2 06:17:23 2026] GET /v2.0/subnets?id=04fff2f5-20e2-4975-9b25-0375fd1ea5a9 => generated 670 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1319] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:17:23 2026] GET /v2.0/networks/a91de0da-cac2-4f92-896f-a0441c66217b?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1320] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:17:23 2026] GET /v2.0/security-groups?id=c4bf9056-a04c-4716-824f-03010fdd056d&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1321] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:17:23 2026] DELETE /v2.0/security-groups/97587fdb-5b23-4d39-84b1-0ae8fee659af => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1322] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:17:23 2026] GET /v2.0/ports?network_id=738388c4-d12b-4db7-aee3-381a8782dcd5&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1323] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:17:23 2026] GET /v2.0/networks/a91de0da-cac2-4f92-896f-a0441c66217b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1324] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:17:23 2026] GET /v2.0/networks/738388c4-d12b-4db7-aee3-381a8782dcd5?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1325] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:17:23 2026] GET /v2.0/security-groups?tenant_id=ba5b24a0103d4934ad47254429458e96&name=default => generated 2801 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1326] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:17:23 2026] GET /v2.0/networks/738388c4-d12b-4db7-aee3-381a8782dcd5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1327] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:17:23 2026] DELETE /v2.0/security-groups/3cbd433c-5f3d-4222-914e-ba9e1f0925aa => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1328] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:17:24 2026] GET /v2.0/security-groups?tenant_id=17f9913865594b8cafcb1e5893098bc0&name=default => generated 2801 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1329] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:17:24 2026] GET /v2.0/ports?device_id=f928b471-af88-4247-89ba-ffc90ffcddca => generated 1010 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1330] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:17:24 2026] DELETE /v2.0/security-groups/65de7b38-1fea-4562-a363-1497c4f48f89 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1331] 10.0.0.21 () {34 vars in 1117 bytes} [Thu Jul 2 06:17:24 2026] GET /v2.0/security-groups?id=bb8af951-7866-47c7-a57d-aceb8c6bbe27&id=82ea56c0-5bb6-491d-8c35-94a2f2694c36&fields=id&fields=name => generated 206 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:17:24.536 8 INFO neutron.services.segments.plugin [-] Segment 206cc7f8-800a-4036-8de8-5fd315f3e242 resource provider aggregate not found 2026-07-02 06:17:24.548 8 INFO neutron.services.segments.plugin [-] Segment 206cc7f8-800a-4036-8de8-5fd315f3e242 resource provider aggregate not found [pid: 7|app: 0|req: 681/1332] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:17:24 2026] GET /v2.0/ports?device_id=2a5bbca4-86f7-43f9-b966-c1d4d000a178 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:17:24.564 8 INFO neutron.services.segments.plugin [-] Segment 206cc7f8-800a-4036-8de8-5fd315f3e242 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 206cc7f8-800a-4036-8de8-5fd315f3e242 found for delete ", "request_id": "req-53700fcf-0427-47b1-a9b2-ebcdfb622f3a"}]} 2026-07-02 06:17:24.568 8 INFO neutron.services.segments.plugin [-] Segment 206cc7f8-800a-4036-8de8-5fd315f3e242 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 206cc7f8-800a-4036-8de8-5fd315f3e242 found for delete ", "request_id": "req-1273f035-5915-4505-ac8d-1d4263ee5e36"}]} 2026-07-02 06:17:24.575 8 INFO neutron.db.l3_hamode_db [None req-6e2e2bff-aa31-4d2f-87bb-81fe25346c68 55743297df064d1fbd87aa49aed7dba2 ed4a622235b24f1abd4a4f7c8b70af8d - - default default] HA network 99739bd5-9f2e-40c1-a0f2-aac5cd8572e9 was deleted as no HA routers are present in tenant ed4a622235b24f1abd4a4f7c8b70af8d. [pid: 8|app: 0|req: 652/1333] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:17:23 2026] DELETE /v2.0/routers/f781c855-766e-4c3b-824a-66441db2585d => generated 0 bytes in 1162 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1334] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:17:24 2026] GET /v2.0/security-groups?id=c4bf9056-a04c-4716-824f-03010fdd056d&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1335] 10.0.0.230 () {32 vars in 734 bytes} [Thu Jul 2 06:17:24 2026] GET /v2.0/ports?device_id=f781c855-766e-4c3b-824a-66441db2585d => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:17:24.652 7 INFO neutron.api.v2.resource [None req-19473946-9112-46cb-a53c-71b1fa34cf47 55743297df064d1fbd87aa49aed7dba2 ed4a622235b24f1abd4a4f7c8b70af8d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 683/1336] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:17:24 2026] DELETE /v2.0/routers/f781c855-766e-4c3b-824a-66441db2585d => generated 135 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1337] 10.0.0.230 () {32 vars in 734 bytes} [Thu Jul 2 06:17:24 2026] GET /v2.0/ports?device_id=b11fc14e-969b-4f44-9e3b-a1f26ce2693d => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:17:24.721 7 INFO neutron.api.v2.resource [None req-b0c6f685-7f46-4e21-8497-2cb3f7484169 55743297df064d1fbd87aa49aed7dba2 ed4a622235b24f1abd4a4f7c8b70af8d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 684/1338] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:17:24 2026] DELETE /v2.0/routers/b11fc14e-969b-4f44-9e3b-a1f26ce2693d => generated 135 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:17:24.747 8 INFO neutron.pecan_wsgi.hooks.translation [None req-808943c5-fa21-4b90-ab8b-1bacaa63e33c 55743297df064d1fbd87aa49aed7dba2 ed4a622235b24f1abd4a4f7c8b70af8d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 655/1339] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:17:24 2026] DELETE /v2.0/subnets/9a8030a8-fc8a-4899-afc4-5d108e33d9d6 => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1340] 10.0.0.230 () {32 vars in 734 bytes} [Thu Jul 2 06:17:24 2026] GET /v2.0/ports?device_id=a568bede-a4b8-4d40-975f-12ca6384578a => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:17:24.814 8 INFO neutron.api.v2.resource [None req-362aa907-ab1a-4f56-9bba-3bc51e13f878 55743297df064d1fbd87aa49aed7dba2 ed4a622235b24f1abd4a4f7c8b70af8d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 656/1341] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:17:24 2026] DELETE /v2.0/routers/a568bede-a4b8-4d40-975f-12ca6384578a => generated 135 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:17:24.840 7 INFO neutron.pecan_wsgi.hooks.translation [None req-99cce230-c5f6-4902-b83a-e4a33546ab57 55743297df064d1fbd87aa49aed7dba2 ed4a622235b24f1abd4a4f7c8b70af8d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 686/1342] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:17:24 2026] DELETE /v2.0/subnets/f6f6dceb-5cb8-40b5-b999-b6dcfbd18225 => generated 136 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1343] 10.0.0.230 () {32 vars in 734 bytes} [Thu Jul 2 06:17:24 2026] GET /v2.0/ports?device_id=e4a47920-507c-420a-8a69-a7b37cdf22b9 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:17:24.907 7 INFO neutron.api.v2.resource [None req-cbaff78a-210a-4a5a-9459-2995c25a920e 55743297df064d1fbd87aa49aed7dba2 ed4a622235b24f1abd4a4f7c8b70af8d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 687/1344] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:17:24 2026] DELETE /v2.0/routers/e4a47920-507c-420a-8a69-a7b37cdf22b9 => generated 135 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:17:24.929 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8df6d364-df48-4c49-adb6-f6284aeb1651 55743297df064d1fbd87aa49aed7dba2 ed4a622235b24f1abd4a4f7c8b70af8d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 658/1345] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:17:24 2026] DELETE /v2.0/subnets/90e312bc-059f-4ac0-aaee-ac6a27e8c345 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:17:24.954 7 INFO neutron.pecan_wsgi.hooks.translation [None req-525c9be3-1b04-4b2c-a9e1-cc4ae412c677 55743297df064d1fbd87aa49aed7dba2 ed4a622235b24f1abd4a4f7c8b70af8d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 688/1346] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:17:24 2026] DELETE /v2.0/subnets/eb531e0b-ab2e-4452-9014-852e441e91b0 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1347] 199.204.45.53 () {34 vars in 1093 bytes} [Thu Jul 2 06:17:25 2026] GET /v2.0/ports?device_id=f928b471-af88-4247-89ba-ffc90ffcddca&fields=binding%3Ahost_id&fields=binding%3Avif_type => generated 67 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1348] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:17:25 2026] GET /v2.0/ports?tenant_id=b815c08809b24dd69587dd00014b520b&device_id=f928b471-af88-4247-89ba-ffc90ffcddca => generated 1279 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1349] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:17:25 2026] GET /v2.0/ports?device_id=f928b471-af88-4247-89ba-ffc90ffcddca => generated 1010 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1350] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:17:25 2026] GET /v2.0/security-groups?tenant_id=ed4a622235b24f1abd4a4f7c8b70af8d&name=default => generated 2801 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1351] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:17:25 2026] GET /v2.0/networks?id=a91de0da-cac2-4f92-896f-a0441c66217b => generated 769 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1352] 10.0.0.21 () {34 vars in 1117 bytes} [Thu Jul 2 06:17:25 2026] GET /v2.0/security-groups?id=bb8af951-7866-47c7-a57d-aceb8c6bbe27&id=82ea56c0-5bb6-491d-8c35-94a2f2694c36&fields=id&fields=name => generated 206 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1353] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:17:25 2026] DELETE /v2.0/security-groups/2043c398-717d-46a7-a9e5-dc83264d8d88 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1354] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:17:25 2026] GET /v2.0/ports?device_id=2a5bbca4-86f7-43f9-b966-c1d4d000a178 => generated 975 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1355] 199.204.45.53 () {34 vars in 1055 bytes} [Thu Jul 2 06:17:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=eef39b47-452c-41cb-8077-09288925b400 => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1356] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:17:25 2026] GET /v2.0/ports?device_id=f928b471-af88-4247-89ba-ffc90ffcddca => generated 1010 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1357] 199.204.45.53 () {34 vars in 981 bytes} [Thu Jul 2 06:17:25 2026] GET /v2.0/subnets?id=295a7b66-a36e-475d-8b8a-2817df4ea7cb => generated 667 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1358] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:17:25 2026] GET /v2.0/security-groups?id=c4bf9056-a04c-4716-824f-03010fdd056d&fields=id&fields=name => generated 114 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1359] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:17:25 2026] GET /v2.0/ports?network_id=a91de0da-cac2-4f92-896f-a0441c66217b&device_owner=network%3Adhcp => generated 1244 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1360] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:17:25 2026] GET /v2.0/networks/a91de0da-cac2-4f92-896f-a0441c66217b?fields=segments => generated 14 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1361] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:17:26 2026] GET /v2.0/networks/a91de0da-cac2-4f92-896f-a0441c66217b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:17:26.433 8 INFO neutron.db.l3_db [None req-a0d11aea-c2f0-4507-aa6e-181396d4ef75 1ba78d8d066e47cca063d1c6d8d18814 b815c08809b24dd69587dd00014b520b - - default default] Floating IP f9a90915-bb24-4242-97bd-2005e01ae790 associated. External IP: 10.96.250.214, port: eef39b47-452c-41cb-8077-09288925b400. [pid: 7|app: 0|req: 699/1362] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:17:26 2026] GET /v2.0/ports?device_id=2a5bbca4-86f7-43f9-b966-c1d4d000a178 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1363] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:17:27 2026] GET /v2.0/security-groups?id=c4bf9056-a04c-4716-824f-03010fdd056d&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1364] 10.0.0.230 () {34 vars in 747 bytes} [Thu Jul 2 06:17:25 2026] PUT /v2.0/floatingips/f9a90915-bb24-4242-97bd-2005e01ae790 => generated 855 bytes in 1287 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1365] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:17:27 2026] GET /v2.0/ports?device_id=2a5bbca4-86f7-43f9-b966-c1d4d000a178 => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:17:27.274 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6eb68b28-0637-414f-8998-050bd882341a'] response: {'name': 'network-changed', 'server_uuid': 'f928b471-af88-4247-89ba-ffc90ffcddca', 'tag': 'eef39b47-452c-41cb-8077-09288925b400', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 702/1366] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:17:27 2026] GET /v2.0/ports?tenant_id=b815c08809b24dd69587dd00014b520b&device_id=f928b471-af88-4247-89ba-ffc90ffcddca => generated 1279 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1367] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:17:27 2026] GET /v2.0/networks?id=a91de0da-cac2-4f92-896f-a0441c66217b => generated 769 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1368] 199.204.45.53 () {34 vars in 1055 bytes} [Thu Jul 2 06:17:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=eef39b47-452c-41cb-8077-09288925b400 => generated 858 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1369] 199.204.45.53 () {34 vars in 981 bytes} [Thu Jul 2 06:17:27 2026] GET /v2.0/subnets?id=295a7b66-a36e-475d-8b8a-2817df4ea7cb => generated 667 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1370] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:17:27 2026] GET /v2.0/ports?network_id=a91de0da-cac2-4f92-896f-a0441c66217b&device_owner=network%3Adhcp => generated 1244 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:17:27.716 8 INFO neutron.db.l3_db [None req-9ae3a0de-2558-4b7f-bf44-92195992230b 0743b7fe92d047778c794982cd3acce7 cba9921fdb1e4d928dd39b749c6d235d - - default default] Floating IP 4d03f84e-4ec7-449e-8b54-43dd314cd03e associated. External IP: 10.96.250.209, port: c064e7ae-adad-4633-b4a3-30bb68db2f6f. [pid: 7|app: 0|req: 707/1371] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:17:27 2026] GET /v2.0/networks/a91de0da-cac2-4f92-896f-a0441c66217b?fields=segments => generated 14 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1372] 10.0.0.230 () {34 vars in 747 bytes} [Thu Jul 2 06:17:27 2026] PUT /v2.0/floatingips/4d03f84e-4ec7-449e-8b54-43dd314cd03e => generated 856 bytes in 888 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:17:28.111 7 INFO neutron.db.segments_db [None req-2445ded4-eca9-42f0-9e3f-af4f6fb9409f d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] Added segment ae054243-37b1-4a69-987c-f01e275cdc36 of type vxlan for network 3577f7db-99ed-4782-90d2-0794dfaa3f51 [pid: 8|app: 0|req: 666/1373] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:17:28 2026] GET /v2.0/networks/a91de0da-cac2-4f92-896f-a0441c66217b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1374] 10.0.0.230 () {34 vars in 669 bytes} [Thu Jul 2 06:17:27 2026] POST /v2.0/networks => generated 741 bytes in 436 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1377] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:17:28 2026] POST /v2.0/subnets => generated 664 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:17:28.614 7 INFO neutron.db.segments_db [None req-7d680040-d1b7-472a-94f6-08ce87efb187 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] Added segment 55846603-26f6-4750-9e59-9c2781f47549 of type vxlan for network 74aae998-8302-478a-99a6-c92a5eb64e0d 2026-07-02 06:17:28.973 7 INFO neutron.db.l3_hamode_db [None req-7d680040-d1b7-472a-94f6-08ce87efb187 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 668/1378] 10.0.0.230 () {34 vars in 676 bytes} [Thu Jul 2 06:17:28 2026] POST /v2.0/qos/policies => generated 359 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1379] 10.0.0.230 () {34 vars in 676 bytes} [Thu Jul 2 06:17:29 2026] POST /v2.0/qos/policies => generated 359 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:17:29.349 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0c3efad0-441b-46cb-b3b4-ab1dbc17e5fe'] response: {'name': 'network-changed', 'server_uuid': '2a5bbca4-86f7-43f9-b966-c1d4d000a178', 'tag': 'c064e7ae-adad-4633-b4a3-30bb68db2f6f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 670/1380] 10.0.0.230 () {34 vars in 676 bytes} [Thu Jul 2 06:17:29 2026] POST /v2.0/qos/policies => generated 359 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1381] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:17:29 2026] GET /v2.0/ports?tenant_id=cba9921fdb1e4d928dd39b749c6d235d&device_id=2a5bbca4-86f7-43f9-b966-c1d4d000a178 => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1382] 10.0.0.230 () {34 vars in 676 bytes} [Thu Jul 2 06:17:29 2026] POST /v2.0/qos/policies => generated 359 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1383] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:17:29 2026] GET /v2.0/networks?id=738388c4-d12b-4db7-aee3-381a8782dcd5 => generated 772 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1384] 10.0.0.230 () {34 vars in 676 bytes} [Thu Jul 2 06:17:29 2026] POST /v2.0/qos/policies => generated 359 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1385] 199.204.45.53 () {34 vars in 1057 bytes} [Thu Jul 2 06:17:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=c064e7ae-adad-4633-b4a3-30bb68db2f6f => generated 859 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1386] 10.0.0.230 () {34 vars in 751 bytes} [Thu Jul 2 06:17:29 2026] PUT /v2.0/policies/cdf340d0-a7fd-4596-92e4-f1a9d941921c/tags => generated 17 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1387] 199.204.45.53 () {34 vars in 981 bytes} [Thu Jul 2 06:17:29 2026] GET /v2.0/subnets?id=04fff2f5-20e2-4975-9b25-0375fd1ea5a9 => generated 670 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1388] 10.0.0.230 () {34 vars in 751 bytes} [Thu Jul 2 06:17:29 2026] PUT /v2.0/policies/5976248f-46d1-4a78-a4f0-e529ee0cc486/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1389] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:17:29 2026] GET /v2.0/ports?network_id=738388c4-d12b-4db7-aee3-381a8782dcd5&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1390] 10.0.0.230 () {34 vars in 751 bytes} [Thu Jul 2 06:17:29 2026] PUT /v2.0/policies/5ae2648e-e657-47e4-84fd-8abf1c1e89c5/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1391] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:17:29 2026] GET /v2.0/networks/738388c4-d12b-4db7-aee3-381a8782dcd5?fields=segments => generated 14 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1392] 10.0.0.230 () {34 vars in 751 bytes} [Thu Jul 2 06:17:29 2026] PUT /v2.0/policies/060e5a1d-e6c6-4693-a24e-b6f066d72622/tags => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1393] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:17:30 2026] GET /v2.0/networks/738388c4-d12b-4db7-aee3-381a8782dcd5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:17:30.108 7 INFO neutron.db.l3_hamode_db [None req-7d680040-d1b7-472a-94f6-08ce87efb187 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 684/1394] 10.0.0.230 () {32 vars in 672 bytes} [Thu Jul 2 06:17:30 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1395] 10.0.0.230 () {32 vars in 686 bytes} [Thu Jul 2 06:17:30 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1396] 10.0.0.230 () {32 vars in 682 bytes} [Thu Jul 2 06:17:30 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1397] 10.0.0.230 () {32 vars in 694 bytes} [Thu Jul 2 06:17:30 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1398] 10.0.0.230 () {32 vars in 680 bytes} [Thu Jul 2 06:17:30 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1399] 10.0.0.230 () {32 vars in 694 bytes} [Thu Jul 2 06:17:30 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1400] 10.0.0.230 () {32 vars in 690 bytes} [Thu Jul 2 06:17:30 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1401] 10.0.0.230 () {32 vars in 702 bytes} [Thu Jul 2 06:17:30 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1402] 10.0.0.230 () {32 vars in 732 bytes} [Thu Jul 2 06:17:31 2026] DELETE /v2.0/qos/policies/cdf340d0-a7fd-4596-92e4-f1a9d941921c => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1403] 10.0.0.230 () {32 vars in 732 bytes} [Thu Jul 2 06:17:31 2026] DELETE /v2.0/qos/policies/5976248f-46d1-4a78-a4f0-e529ee0cc486 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1404] 10.0.0.230 () {32 vars in 732 bytes} [Thu Jul 2 06:17:31 2026] DELETE /v2.0/qos/policies/5ae2648e-e657-47e4-84fd-8abf1c1e89c5 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1405] 10.0.0.230 () {32 vars in 732 bytes} [Thu Jul 2 06:17:31 2026] DELETE /v2.0/qos/policies/060e5a1d-e6c6-4693-a24e-b6f066d72622 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1406] 10.0.0.230 () {32 vars in 732 bytes} [Thu Jul 2 06:17:31 2026] DELETE /v2.0/qos/policies/2856269a-1b8b-4784-b32f-939b5ab910f5 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1407] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:17:28 2026] POST /v2.0/routers => generated 728 bytes in 3016 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1408] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:17:32 2026] GET /v2.0/security-groups?tenant_id=05d6643078bc4aa8a95dc221884f8aea&name=default => generated 2801 bytes in 363 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1409] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:17:32 2026] DELETE /v2.0/security-groups/8561756f-2cdb-4196-9be8-a63dcf195641 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1410] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:17:32 2026] GET /v2.0/security-groups?tenant_id=6eb2a9cf1b374e5d8fc8c831a8ad5c8a&name=default => generated 2801 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1411] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:17:33 2026] DELETE /v2.0/security-groups/e4ab7d12-4d89-434e-b270-04bce0fde01b => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1412] 10.0.0.230 () {34 vars in 781 bytes} [Thu Jul 2 06:17:31 2026] PUT /v2.0/routers/c70cc0cd-6b56-4091-a4c4-148d3385e500/add_router_interface => generated 309 bytes in 1547 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1413] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:17:33 2026] GET /v2.0/security-groups?tenant_id=6925a7844bb54a869caad405b9d01369&name=default => generated 2801 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1414] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:17:33 2026] DELETE /v2.0/security-groups/d56afd90-5aa2-465a-b575-c3bc28fa0594 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1415] 10.0.0.21 () {34 vars in 979 bytes} [Thu Jul 2 06:17:35 2026] GET /v2.0/networks?id=3577f7db-99ed-4782-90d2-0794dfaa3f51 => generated 673 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1416] 10.0.0.21 () {34 vars in 962 bytes} [Thu Jul 2 06:17:35 2026] GET /v2.0/quotas/6bb65f2d31794297b4de0e735e6f4046 => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1417] 10.0.0.21 () {34 vars in 999 bytes} [Thu Jul 2 06:17:35 2026] GET /v2.0/ports?tenant_id=6bb65f2d31794297b4de0e735e6f4046&fields=id => generated 103 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1418] 10.0.0.21 () {34 vars in 1005 bytes} [Thu Jul 2 06:17:35 2026] GET /v2.0/networks/3577f7db-99ed-4782-90d2-0794dfaa3f51?fields=segments => generated 14 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1419] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:17:35 2026] GET /v2.0/ports?device_id=f928b471-af88-4247-89ba-ffc90ffcddca => generated 1010 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1420] 10.0.0.21 () {34 vars in 1105 bytes} [Thu Jul 2 06:17:35 2026] GET /v2.0/networks/3577f7db-99ed-4782-90d2-0794dfaa3f51?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1421] 10.0.0.21 () {34 vars in 1117 bytes} [Thu Jul 2 06:17:35 2026] GET /v2.0/security-groups?id=bb8af951-7866-47c7-a57d-aceb8c6bbe27&id=82ea56c0-5bb6-491d-8c35-94a2f2694c36&fields=id&fields=name => generated 206 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1422] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:17:36 2026] GET /v2.0/ports?device_id=50813be4-8c2e-4851-b891-58385a4d02e2 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1423] 10.0.0.230 () {32 vars in 734 bytes} [Thu Jul 2 06:17:36 2026] GET /v2.0/ports?device_id=f928b471-af88-4247-89ba-ffc90ffcddca => generated 1279 bytes in 330 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1424] 10.0.0.230 () {32 vars in 856 bytes} [Thu Jul 2 06:17:36 2026] GET /v2.0/floatingips?floating_network_id=8512818c-2cbe-415b-8c29-3d3f8c6c2e97&port_id=eef39b47-452c-41cb-8077-09288925b400 => generated 860 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1425] 10.0.0.2 () {34 vars in 986 bytes} [Thu Jul 2 06:17:36 2026] GET /v2.0/ports?device_id=f928b471-af88-4247-89ba-ffc90ffcddca => generated 1279 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1426] 10.0.0.2 () {34 vars in 1116 bytes} [Thu Jul 2 06:17:36 2026] GET /v2.0/security-groups?id=82ea56c0-5bb6-491d-8c35-94a2f2694c36&id=bb8af951-7866-47c7-a57d-aceb8c6bbe27&fields=id&fields=name => generated 206 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1427] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:17:36 2026] GET /v2.0/networks?id=3577f7db-99ed-4782-90d2-0794dfaa3f51 => generated 673 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:17:36.904 8 WARNING neutron_lib.context [req-507eee19-2236-436d-9f37-48001b2a6f66 req-51a665be-521e-4d7b-b544-896156e34c94 f98e2ee872574578adcafc5134127c13 6bb65f2d31794297b4de0e735e6f4046 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:17:37.052 7 WARNING neutron_lib.context [None req-d7d8750b-1d8c-42e2-92f1-5438a2baa572 bd9bd961cbee4a49ad0ff62d642c6295 9d716e10113a4611b8ca159c06327363 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:17:37.166 7 INFO neutron.db.segments_db [None req-d7d8750b-1d8c-42e2-92f1-5438a2baa572 bd9bd961cbee4a49ad0ff62d642c6295 9d716e10113a4611b8ca159c06327363 - - default default] Added segment 1da383ae-0ea0-4fad-98a3-58ee169df089 of type vxlan for network 1501e11a-5a3e-4daa-a2a9-b5739065988e [pid: 7|app: 0|req: 724/1428] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:17:36 2026] POST /v2.0/networks => generated 631 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1429] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:17:37 2026] GET /v2.0/ports?device_id=50813be4-8c2e-4851-b891-58385a4d02e2 => generated 957 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:17:37.318 7 WARNING neutron_lib.context [None req-96a59891-2f0b-4dc3-8268-940aaa11ccd4 bd9bd961cbee4a49ad0ff62d642c6295 9d716e10113a4611b8ca159c06327363 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 705/1430] 199.204.45.53 () {38 vars in 952 bytes} [Thu Jul 2 06:17:36 2026] POST /v2.0/ports => generated 954 bytes in 460 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 706/1431] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:17:37 2026] GET /v2.0/security-groups?id=a7607ca1-9750-4171-87c4-a8724e0d4785&fields=id&fields=name => generated 88 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1432] 10.0.0.230 () {34 vars in 662 bytes} [Thu Jul 2 06:17:37 2026] POST /v2.0/ports => generated 743 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 727/1433] 10.0.0.230 () {34 vars in 745 bytes} [Thu Jul 2 06:17:37 2026] PUT /v2.0/ports/7431024f-a631-4b1f-8864-2a88f0ebe1aa/tags => generated 25 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1434] 10.0.0.230 () {32 vars in 725 bytes} [Thu Jul 2 06:17:37 2026] GET /v2.0/ports/7431024f-a631-4b1f-8864-2a88f0ebe1aa/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1435] 10.0.0.230 () {34 vars in 756 bytes} [Thu Jul 2 06:17:37 2026] PUT /v2.0/ports/7431024f-a631-4b1f-8864-2a88f0ebe1aa/tags/green => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1436] 199.204.45.53 () {38 vars in 1025 bytes} [Thu Jul 2 06:17:37 2026] PUT /v2.0/ports/1f61b0d5-d1d4-46ea-9172-92f8cbde0588 => generated 1199 bytes in 494 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1437] 10.0.0.230 () {32 vars in 725 bytes} [Thu Jul 2 06:17:37 2026] GET /v2.0/ports/7431024f-a631-4b1f-8864-2a88f0ebe1aa/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 731/1438] 10.0.0.230 () {34 vars in 752 bytes} [Thu Jul 2 06:17:37 2026] PUT /v2.0/ports/7431024f-a631-4b1f-8864-2a88f0ebe1aa/tags/red => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-07-02 06:17:37.990 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a4178e6e-d888-4c5c-b5df-669b741ecf5d'] response: {'name': 'network-changed', 'server_uuid': '50813be4-8c2e-4851-b891-58385a4d02e2', 'tag': '1f61b0d5-d1d4-46ea-9172-92f8cbde0588', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 708/1439] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:17:37 2026] GET /v2.0/ports?tenant_id=6bb65f2d31794297b4de0e735e6f4046&device_id=50813be4-8c2e-4851-b891-58385a4d02e2 => generated 1238 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1440] 10.0.0.230 () {32 vars in 725 bytes} [Thu Jul 2 06:17:37 2026] GET /v2.0/ports/7431024f-a631-4b1f-8864-2a88f0ebe1aa/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1441] 199.204.45.53 () {34 vars in 1055 bytes} [Thu Jul 2 06:17:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=1f61b0d5-d1d4-46ea-9172-92f8cbde0588 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 733/1442] 10.0.0.230 () {34 vars in 774 bytes} [Thu Jul 2 06:17:38 2026] PUT /v2.0/ports/7431024f-a631-4b1f-8864-2a88f0ebe1aa/tags/black.or.white => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1443] 199.204.45.53 () {34 vars in 981 bytes} [Thu Jul 2 06:17:38 2026] GET /v2.0/subnets?id=b9e4ca70-dbdd-4cdc-8191-f7ccd23247fc => generated 667 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1444] 10.0.0.230 () {32 vars in 725 bytes} [Thu Jul 2 06:17:38 2026] GET /v2.0/ports/7431024f-a631-4b1f-8864-2a88f0ebe1aa/tags => generated 52 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1445] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:17:38 2026] GET /v2.0/ports?network_id=3577f7db-99ed-4782-90d2-0794dfaa3f51&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1446] 10.0.0.230 () {34 vars in 745 bytes} [Thu Jul 2 06:17:38 2026] PUT /v2.0/ports/7431024f-a631-4b1f-8864-2a88f0ebe1aa/tags => generated 37 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1447] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:17:38 2026] GET /v2.0/networks/3577f7db-99ed-4782-90d2-0794dfaa3f51?fields=segments => generated 14 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1448] 10.0.0.2 () {34 vars in 986 bytes} [Thu Jul 2 06:17:38 2026] GET /v2.0/ports?device_id=2a5bbca4-86f7-43f9-b966-c1d4d000a178 => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1449] 10.0.0.230 () {32 vars in 725 bytes} [Thu Jul 2 06:17:38 2026] GET /v2.0/ports/7431024f-a631-4b1f-8864-2a88f0ebe1aa/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1450] 10.0.0.2 () {34 vars in 1036 bytes} [Thu Jul 2 06:17:38 2026] GET /v2.0/security-groups?id=c4bf9056-a04c-4716-824f-03010fdd056d&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1451] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:17:38 2026] GET /v2.0/networks/3577f7db-99ed-4782-90d2-0794dfaa3f51?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1452] 10.0.0.230 () {32 vars in 733 bytes} [Thu Jul 2 06:17:38 2026] GET /v2.0/ports/7431024f-a631-4b1f-8864-2a88f0ebe1aa/tags/red => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:17:38.393 7 INFO neutron.api.v2.resource [None req-4d71f164-321b-42fa-ac9c-c707e22736a7 bd9bd961cbee4a49ad0ff62d642c6295 9d716e10113a4611b8ca159c06327363 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 738/1453] 10.0.0.230 () {32 vars in 737 bytes} [Thu Jul 2 06:17:38 2026] GET /v2.0/ports/7431024f-a631-4b1f-8864-2a88f0ebe1aa/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1454] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:17:38 2026] GET /v2.0/ports?tenant_id=6bb65f2d31794297b4de0e735e6f4046&device_id=50813be4-8c2e-4851-b891-58385a4d02e2 => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1455] 10.0.0.230 () {32 vars in 736 bytes} [Thu Jul 2 06:17:38 2026] DELETE /v2.0/ports/7431024f-a631-4b1f-8864-2a88f0ebe1aa/tags/red => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1456] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:17:38 2026] GET /v2.0/networks?id=3577f7db-99ed-4782-90d2-0794dfaa3f51 => generated 769 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1457] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:17:38 2026] GET /v2.0/ports?device_id=50813be4-8c2e-4851-b891-58385a4d02e2 => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1458] 10.0.0.230 () {32 vars in 725 bytes} [Thu Jul 2 06:17:38 2026] GET /v2.0/ports/7431024f-a631-4b1f-8864-2a88f0ebe1aa/tags => generated 30 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1459] 199.204.45.53 () {34 vars in 1055 bytes} [Thu Jul 2 06:17:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=1f61b0d5-d1d4-46ea-9172-92f8cbde0588 => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1460] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:17:38 2026] GET /v2.0/security-groups?id=a7607ca1-9750-4171-87c4-a8724e0d4785&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:17:38.634 7 INFO neutron.api.v2.resource [None req-a314df0c-9833-4587-8c44-166e5dab729d bd9bd961cbee4a49ad0ff62d642c6295 9d716e10113a4611b8ca159c06327363 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 742/1461] 10.0.0.230 () {32 vars in 740 bytes} [Thu Jul 2 06:17:38 2026] DELETE /v2.0/ports/7431024f-a631-4b1f-8864-2a88f0ebe1aa/tags/green => generated 99 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1462] 199.204.45.53 () {34 vars in 981 bytes} [Thu Jul 2 06:17:38 2026] GET /v2.0/subnets?id=b9e4ca70-dbdd-4cdc-8191-f7ccd23247fc => generated 667 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1463] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:17:38 2026] GET /v2.0/ports?network_id=3577f7db-99ed-4782-90d2-0794dfaa3f51&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1464] 10.0.0.230 () {32 vars in 728 bytes} [Thu Jul 2 06:17:38 2026] DELETE /v2.0/ports/7431024f-a631-4b1f-8864-2a88f0ebe1aa/tags => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1465] 10.0.0.230 () {32 vars in 725 bytes} [Thu Jul 2 06:17:38 2026] GET /v2.0/ports/7431024f-a631-4b1f-8864-2a88f0ebe1aa/tags => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1466] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:17:38 2026] GET /v2.0/networks/3577f7db-99ed-4782-90d2-0794dfaa3f51?fields=segments => generated 14 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1467] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:17:38 2026] GET /v2.0/networks/3577f7db-99ed-4782-90d2-0794dfaa3f51?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1468] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:17:38 2026] GET /v2.0/ports?device_id=f928b471-af88-4247-89ba-ffc90ffcddca => generated 1010 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1469] 10.0.0.230 () {32 vars in 718 bytes} [Thu Jul 2 06:17:38 2026] DELETE /v2.0/ports/7431024f-a631-4b1f-8864-2a88f0ebe1aa => generated 0 bytes in 316 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1470] 10.0.0.21 () {34 vars in 1117 bytes} [Thu Jul 2 06:17:39 2026] GET /v2.0/security-groups?id=bb8af951-7866-47c7-a57d-aceb8c6bbe27&id=82ea56c0-5bb6-491d-8c35-94a2f2694c36&fields=id&fields=name => generated 206 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:17:39.352 7 INFO neutron.services.segments.plugin [-] Segment 1da383ae-0ea0-4fad-98a3-58ee169df089 resource provider aggregate not found 2026-07-02 06:17:39.363 7 INFO neutron.services.segments.plugin [-] Segment 1da383ae-0ea0-4fad-98a3-58ee169df089 resource provider aggregate not found 2026-07-02 06:17:39.385 7 INFO neutron.services.segments.plugin [-] Segment 1da383ae-0ea0-4fad-98a3-58ee169df089 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1da383ae-0ea0-4fad-98a3-58ee169df089 found for delete ", "request_id": "req-222c357e-79b3-4afc-8c7a-2d07d9932ed1"}]} 2026-07-02 06:17:39.386 7 INFO neutron.services.segments.plugin [-] Segment 1da383ae-0ea0-4fad-98a3-58ee169df089 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1da383ae-0ea0-4fad-98a3-58ee169df089 found for delete ", "request_id": "req-0cb9871e-4356-4cf3-a799-969dc3af0b15"}]} [pid: 7|app: 0|req: 746/1471] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:17:39 2026] DELETE /v2.0/networks/1501e11a-5a3e-4daa-a2a9-b5739065988e => generated 0 bytes in 302 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1472] 199.204.45.53 () {34 vars in 991 bytes} [Thu Jul 2 06:17:39 2026] GET /v2.0/ports?device_id=f928b471-af88-4247-89ba-ffc90ffcddca => generated 1010 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1473] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:17:39 2026] GET /v2.0/ports?device_id=50813be4-8c2e-4851-b891-58385a4d02e2 => generated 969 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1474] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:17:39 2026] GET /v2.0/security-groups?id=a7607ca1-9750-4171-87c4-a8724e0d4785&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:17:39.978 7 INFO neutron.db.l3_db [req-d0552567-0f34-4a74-80ac-f3879df49fc9 req-be0948b6-a350-4116-971a-c5969097c958 1ba78d8d066e47cca063d1c6d8d18814 b815c08809b24dd69587dd00014b520b - - default default] Floating IP f9a90915-bb24-4242-97bd-2005e01ae790 disassociated. External IP: 10.96.250.214, port: eef39b47-452c-41cb-8077-09288925b400. [pid: 8|app: 0|req: 729/1475] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:17:40 2026] GET /v2.0/ports?device_id=2a5bbca4-86f7-43f9-b966-c1d4d000a178 => generated 975 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1476] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:17:40 2026] GET /v2.0/ports?device_id=f928b471-af88-4247-89ba-ffc90ffcddca => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1477] 199.204.45.53 () {36 vars in 994 bytes} [Thu Jul 2 06:17:39 2026] DELETE /v2.0/ports/eef39b47-452c-41cb-8077-09288925b400 => generated 0 bytes in 893 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1478] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:17:40 2026] GET /v2.0/security-groups?id=c4bf9056-a04c-4716-824f-03010fdd056d&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1479] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:17:40 2026] GET /v2.0/security-groups?tenant_id=611277322a5a4ba48db0e636e5aadfa9&name=default => generated 2801 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:17:40.546 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ed3a87e7-ef43-4379-88ea-8b82816c3295'] response: {'server_uuid': 'f928b471-af88-4247-89ba-ffc90ffcddca', 'name': 'network-vif-deleted', 'tag': 'eef39b47-452c-41cb-8077-09288925b400', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 732/1480] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:17:40 2026] GET /v2.0/ports?device_id=2a5bbca4-86f7-43f9-b966-c1d4d000a178 => generated 975 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1481] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:17:40 2026] DELETE /v2.0/security-groups/44d6bb51-76c3-46dc-aefe-0c32299f0e36 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1482] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:17:40 2026] GET /v2.0/security-groups?id=c4bf9056-a04c-4716-824f-03010fdd056d&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1483] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:17:40 2026] GET /v2.0/security-groups?tenant_id=9d716e10113a4611b8ca159c06327363&name=default => generated 2801 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1484] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:17:40 2026] DELETE /v2.0/security-groups/53506f63-e698-412c-925e-adbb73379c83 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1485] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:17:40 2026] GET /v2.0/ports?device_id=50813be4-8c2e-4851-b891-58385a4d02e2 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1486] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:17:41 2026] GET /v2.0/ports?tenant_id=cba9921fdb1e4d928dd39b749c6d235d&device_id=2a5bbca4-86f7-43f9-b966-c1d4d000a178 => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1487] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:17:41 2026] GET /v2.0/security-groups?id=a7607ca1-9750-4171-87c4-a8724e0d4785&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1488] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:17:40 2026] GET /v2.0/ports?device_id=2a5bbca4-86f7-43f9-b966-c1d4d000a178 => generated 975 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1489] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:17:41 2026] GET /v2.0/networks?id=738388c4-d12b-4db7-aee3-381a8782dcd5 => generated 772 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1490] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:17:41 2026] GET /v2.0/security-groups?id=c4bf9056-a04c-4716-824f-03010fdd056d&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1491] 199.204.45.53 () {34 vars in 1057 bytes} [Thu Jul 2 06:17:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=c064e7ae-adad-4633-b4a3-30bb68db2f6f => generated 861 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1492] 199.204.45.53 () {34 vars in 981 bytes} [Thu Jul 2 06:17:41 2026] GET /v2.0/subnets?id=04fff2f5-20e2-4975-9b25-0375fd1ea5a9 => generated 670 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1493] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:17:41 2026] GET /v2.0/ports?network_id=738388c4-d12b-4db7-aee3-381a8782dcd5&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1494] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:17:41 2026] GET /v2.0/networks/738388c4-d12b-4db7-aee3-381a8782dcd5?fields=segments => generated 14 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1495] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:17:41 2026] GET /v2.0/networks/738388c4-d12b-4db7-aee3-381a8782dcd5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1496] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:17:41 2026] DELETE /v2.0/security-groups/82ea56c0-5bb6-491d-8c35-94a2f2694c36 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:17:41.648 8 INFO neutron.api.v2.resource [None req-380a9635-21c0-44b3-adf5-c51187aaf7dd 1ba78d8d066e47cca063d1c6d8d18814 b815c08809b24dd69587dd00014b520b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 742/1497] 10.0.0.230 () {32 vars in 735 bytes} [Thu Jul 2 06:17:41 2026] GET /v2.0/security-groups/82ea56c0-5bb6-491d-8c35-94a2f2694c36 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1498] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:17:41 2026] GET /v2.0/ports?device_id=50813be4-8c2e-4851-b891-58385a4d02e2 => generated 971 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1499] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:17:41 2026] GET /v2.0/security-groups?id=a7607ca1-9750-4171-87c4-a8724e0d4785&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1500] 10.0.0.230 () {32 vars in 730 bytes} [Thu Jul 2 06:17:41 2026] DELETE /v2.0/floatingips/f9a90915-bb24-4242-97bd-2005e01ae790 => generated 0 bytes in 452 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1501] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:17:42 2026] DELETE /v2.0/security-groups/bb8af951-7866-47c7-a57d-aceb8c6bbe27 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1502] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:17:42 2026] GET /v2.0/ports?device_id=2a5bbca4-86f7-43f9-b966-c1d4d000a178 => generated 975 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1503] 199.204.45.53 () {34 vars in 991 bytes} [Thu Jul 2 06:17:42 2026] GET /v2.0/ports?device_id=50813be4-8c2e-4851-b891-58385a4d02e2 => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1504] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:17:42 2026] GET /v2.0/security-groups?id=c4bf9056-a04c-4716-824f-03010fdd056d&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1505] 199.204.45.53 () {36 vars in 994 bytes} [Thu Jul 2 06:17:42 2026] DELETE /v2.0/ports/1f61b0d5-d1d4-46ea-9172-92f8cbde0588 => generated 0 bytes in 371 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1506] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:17:42 2026] GET /v2.0/ports?device_id=50813be4-8c2e-4851-b891-58385a4d02e2 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:17:43.458 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-97a01e70-edf9-4cf7-8a0d-a5dee5bc7249'] response: {'server_uuid': '50813be4-8c2e-4851-b891-58385a4d02e2', 'name': 'network-vif-deleted', 'tag': '1f61b0d5-d1d4-46ea-9172-92f8cbde0588', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 763/1509] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:17:43 2026] GET /v2.0/ports?device_id=2a5bbca4-86f7-43f9-b966-c1d4d000a178 => generated 975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1510] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:17:43 2026] GET /v2.0/security-groups?id=c4bf9056-a04c-4716-824f-03010fdd056d&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1511] 10.0.0.230 () {34 vars in 787 bytes} [Thu Jul 2 06:17:42 2026] PUT /v2.0/routers/a707f2ba-ef02-480f-8dba-af6b4ba2c512/remove_router_interface => generated 309 bytes in 1756 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1512] 10.0.0.230 () {34 vars in 676 bytes} [Thu Jul 2 06:17:44 2026] POST /v2.0/qos/policies => generated 359 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1513] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:17:44 2026] GET /v2.0/ports?device_id=2a5bbca4-86f7-43f9-b966-c1d4d000a178 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1514] 10.0.0.230 () {34 vars in 751 bytes} [Thu Jul 2 06:17:44 2026] PUT /v2.0/policies/acda7643-c440-4cae-9fe4-fdefcdbd5920/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1515] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:17:44 2026] GET /v2.0/security-groups?id=c4bf9056-a04c-4716-824f-03010fdd056d&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1516] 10.0.0.230 () {32 vars in 731 bytes} [Thu Jul 2 06:17:44 2026] GET /v2.0/policies/acda7643-c440-4cae-9fe4-fdefcdbd5920/tags => generated 25 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1517] 10.0.0.230 () {34 vars in 762 bytes} [Thu Jul 2 06:17:44 2026] PUT /v2.0/policies/acda7643-c440-4cae-9fe4-fdefcdbd5920/tags/green => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1518] 10.0.0.230 () {32 vars in 731 bytes} [Thu Jul 2 06:17:45 2026] GET /v2.0/policies/acda7643-c440-4cae-9fe4-fdefcdbd5920/tags => generated 34 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1519] 10.0.0.230 () {34 vars in 758 bytes} [Thu Jul 2 06:17:45 2026] PUT /v2.0/policies/acda7643-c440-4cae-9fe4-fdefcdbd5920/tags/red => generated 4 bytes in 23 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1520] 10.0.0.230 () {32 vars in 731 bytes} [Thu Jul 2 06:17:45 2026] GET /v2.0/policies/acda7643-c440-4cae-9fe4-fdefcdbd5920/tags => generated 34 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1521] 10.0.0.230 () {34 vars in 780 bytes} [Thu Jul 2 06:17:45 2026] PUT /v2.0/policies/acda7643-c440-4cae-9fe4-fdefcdbd5920/tags/black.or.white => generated 4 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1522] 10.0.0.230 () {32 vars in 731 bytes} [Thu Jul 2 06:17:45 2026] GET /v2.0/policies/acda7643-c440-4cae-9fe4-fdefcdbd5920/tags => generated 52 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1523] 10.0.0.230 () {34 vars in 751 bytes} [Thu Jul 2 06:17:45 2026] PUT /v2.0/policies/acda7643-c440-4cae-9fe4-fdefcdbd5920/tags => generated 37 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:17:45.214 7 INFO neutron.services.segments.plugin [-] Segment f518d991-e388-45fc-94b4-ebcce4a0de52 resource provider aggregate not found 2026-07-02 06:17:45.220 7 INFO neutron.services.segments.plugin [-] Segment f518d991-e388-45fc-94b4-ebcce4a0de52 resource provider aggregate not found 2026-07-02 06:17:45.238 7 INFO neutron.services.segments.plugin [-] Segment f518d991-e388-45fc-94b4-ebcce4a0de52 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f518d991-e388-45fc-94b4-ebcce4a0de52 found for delete ", "request_id": "req-936a6030-b67b-4cda-a39c-dcafda8a83a5"}]} 2026-07-02 06:17:45.246 7 INFO neutron.services.segments.plugin [-] Segment f518d991-e388-45fc-94b4-ebcce4a0de52 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f518d991-e388-45fc-94b4-ebcce4a0de52 found for delete ", "request_id": "req-19750dd3-055d-4359-818c-e1232efe15bc"}]} 2026-07-02 06:17:45.250 7 INFO neutron.db.l3_hamode_db [None req-c4ae1283-40fa-42e6-9e67-2c79019dbaf1 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] HA network c65e752b-6402-4603-b090-c4779317b3b3 was deleted as no HA routers are present in tenant b815c08809b24dd69587dd00014b520b. [pid: 7|app: 0|req: 765/1524] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:17:44 2026] DELETE /v2.0/routers/a707f2ba-ef02-480f-8dba-af6b4ba2c512 => generated 0 bytes in 1131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1525] 10.0.0.230 () {32 vars in 731 bytes} [Thu Jul 2 06:17:45 2026] GET /v2.0/policies/acda7643-c440-4cae-9fe4-fdefcdbd5920/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1526] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:17:45 2026] DELETE /v2.0/subnets/295a7b66-a36e-475d-8b8a-2817df4ea7cb => generated 0 bytes in 228 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1527] 10.0.0.230 () {32 vars in 739 bytes} [Thu Jul 2 06:17:45 2026] GET /v2.0/policies/acda7643-c440-4cae-9fe4-fdefcdbd5920/tags/red => generated 0 bytes in 19 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1528] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:17:45 2026] DELETE /v2.0/networks/a91de0da-cac2-4f92-896f-a0441c66217b => generated 0 bytes in 439 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:17:46.004 7 INFO neutron.api.v2.resource [None req-8af153e4-2987-4178-8e8f-f4bfe01a17ec be2c94c12d0244ce92c2b3d50b95a379 e8010c39894a42e0a325ddcb8db1f045 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 770/1529] 10.0.0.230 () {32 vars in 743 bytes} [Thu Jul 2 06:17:45 2026] GET /v2.0/policies/acda7643-c440-4cae-9fe4-fdefcdbd5920/tags/green => generated 99 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1530] 10.0.0.230 () {34 vars in 787 bytes} [Thu Jul 2 06:17:45 2026] PUT /v2.0/routers/c70cc0cd-6b56-4091-a4c4-148d3385e500/remove_router_interface => generated 309 bytes in 1233 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1531] 10.0.0.230 () {32 vars in 742 bytes} [Thu Jul 2 06:17:46 2026] DELETE /v2.0/policies/acda7643-c440-4cae-9fe4-fdefcdbd5920/tags/red => generated 0 bytes in 27 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:17:47.267 7 INFO neutron.services.segments.plugin [-] Segment 8a97cd21-e32c-40ff-9181-52ff69f383fe resource provider aggregate not found 2026-07-02 06:17:47.280 7 INFO neutron.services.segments.plugin [-] Segment 8a97cd21-e32c-40ff-9181-52ff69f383fe resource provider aggregate not found 2026-07-02 06:17:47.285 7 INFO neutron.services.segments.plugin [-] Segment 8a97cd21-e32c-40ff-9181-52ff69f383fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a97cd21-e32c-40ff-9181-52ff69f383fe found for delete ", "request_id": "req-09a2e4af-a648-47be-89d2-49df5278f7ec"}]} 2026-07-02 06:17:47.299 7 INFO neutron.services.segments.plugin [-] Segment 8a97cd21-e32c-40ff-9181-52ff69f383fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a97cd21-e32c-40ff-9181-52ff69f383fe found for delete ", "request_id": "req-781d78a9-7502-40b0-8861-1d6bc18b7bbc"}]} 2026-07-02 06:17:47.652 8 INFO neutron.services.segments.plugin [-] Segment 55846603-26f6-4750-9e59-9c2781f47549 resource provider aggregate not found 2026-07-02 06:17:47.665 8 INFO neutron.services.segments.plugin [-] Segment 55846603-26f6-4750-9e59-9c2781f47549 resource provider aggregate not found 2026-07-02 06:17:47.674 8 INFO neutron.services.segments.plugin [-] Segment 55846603-26f6-4750-9e59-9c2781f47549 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55846603-26f6-4750-9e59-9c2781f47549 found for delete ", "request_id": "req-2aec05fe-b13a-4033-a6ee-270a5bb4d2fe"}]} 2026-07-02 06:17:47.690 8 INFO neutron.services.segments.plugin [-] Segment 55846603-26f6-4750-9e59-9c2781f47549 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55846603-26f6-4750-9e59-9c2781f47549 found for delete ", "request_id": "req-573764cf-45d0-49b5-ac3f-c0cce3bc3c09"}]} 2026-07-02 06:17:47.698 8 INFO neutron.db.l3_hamode_db [None req-33e646d3-1f03-45e6-972f-e195cc2b38fc d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] HA network 74aae998-8302-478a-99a6-c92a5eb64e0d was deleted as no HA routers are present in tenant 6bb65f2d31794297b4de0e735e6f4046. [pid: 8|app: 0|req: 762/1532] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:17:46 2026] DELETE /v2.0/routers/c70cc0cd-6b56-4091-a4c4-148d3385e500 => generated 0 bytes in 1232 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1533] 10.0.0.230 () {32 vars in 731 bytes} [Thu Jul 2 06:17:47 2026] GET /v2.0/policies/acda7643-c440-4cae-9fe4-fdefcdbd5920/tags => generated 30 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1534] 10.0.0.230 () {34 vars in 787 bytes} [Thu Jul 2 06:17:46 2026] PUT /v2.0/routers/41f1cdf2-b86b-4b21-b78f-6bfe69c4aaa9/remove_router_interface => generated 309 bytes in 1884 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:17:47.916 7 INFO neutron.api.v2.resource [None req-cf5764c5-4a73-4d45-9df7-158427f6ab87 be2c94c12d0244ce92c2b3d50b95a379 e8010c39894a42e0a325ddcb8db1f045 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 772/1535] 10.0.0.230 () {32 vars in 746 bytes} [Thu Jul 2 06:17:47 2026] DELETE /v2.0/policies/acda7643-c440-4cae-9fe4-fdefcdbd5920/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1536] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:17:47 2026] DELETE /v2.0/subnets/b9e4ca70-dbdd-4cdc-8191-f7ccd23247fc => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1537] 10.0.0.230 () {32 vars in 734 bytes} [Thu Jul 2 06:17:47 2026] DELETE /v2.0/policies/acda7643-c440-4cae-9fe4-fdefcdbd5920/tags => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1538] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:17:48 2026] DELETE /v2.0/networks/3577f7db-99ed-4782-90d2-0794dfaa3f51 => generated 0 bytes in 425 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1539] 10.0.0.230 () {32 vars in 731 bytes} [Thu Jul 2 06:17:48 2026] GET /v2.0/policies/acda7643-c440-4cae-9fe4-fdefcdbd5920/tags => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1540] 10.0.0.230 () {32 vars in 732 bytes} [Thu Jul 2 06:17:48 2026] DELETE /v2.0/qos/policies/acda7643-c440-4cae-9fe4-fdefcdbd5920 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1541] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:17:48 2026] GET /v2.0/security-groups?tenant_id=6bb65f2d31794297b4de0e735e6f4046&name=default => generated 2801 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1542] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:17:48 2026] DELETE /v2.0/security-groups/a7607ca1-9750-4171-87c4-a8724e0d4785 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:17:49.091 7 INFO neutron.db.l3_hamode_db [None req-927dac0b-77a7-4f45-946d-abea294014cf d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] HA network de94332b-6ba2-47c9-b9cc-cf098905e6f2 was deleted as no HA routers are present in tenant 96ca872ec07b431cb7b09e27b5879f66. [pid: 7|app: 0|req: 773/1543] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:17:47 2026] DELETE /v2.0/routers/41f1cdf2-b86b-4b21-b78f-6bfe69c4aaa9 => generated 0 bytes in 1182 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1544] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:17:49 2026] DELETE /v2.0/subnets/9d4c518e-9084-4ac0-907c-f4b54e9ec831 => generated 0 bytes in 279 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:17:49.443 7 INFO neutron.services.segments.plugin [-] Segment d695eb6d-fb30-4a15-851c-dba534e53e11 resource provider aggregate not found 2026-07-02 06:17:49.453 7 INFO neutron.services.segments.plugin [-] Segment d695eb6d-fb30-4a15-851c-dba534e53e11 resource provider aggregate not found 2026-07-02 06:17:49.464 7 INFO neutron.services.segments.plugin [-] Segment d695eb6d-fb30-4a15-851c-dba534e53e11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d695eb6d-fb30-4a15-851c-dba534e53e11 found for delete ", "request_id": "req-ec6e18aa-5539-4c2f-8b41-b2d5ac6ba407"}]} 2026-07-02 06:17:49.475 7 INFO neutron.services.segments.plugin [-] Segment d695eb6d-fb30-4a15-851c-dba534e53e11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d695eb6d-fb30-4a15-851c-dba534e53e11 found for delete ", "request_id": "req-25e42856-d954-473b-ba0b-3f510a599d5a"}]} 2026-07-02 06:17:49.701 8 INFO neutron.services.segments.plugin [-] Segment ae054243-37b1-4a69-987c-f01e275cdc36 resource provider aggregate not found 2026-07-02 06:17:49.718 8 INFO neutron.services.segments.plugin [-] Segment ae054243-37b1-4a69-987c-f01e275cdc36 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae054243-37b1-4a69-987c-f01e275cdc36 found for delete ", "request_id": "req-011a34ab-cf1c-4f7b-a647-7d5db434c261"}]} 2026-07-02 06:17:49.720 8 INFO neutron.services.segments.plugin [-] Segment ae054243-37b1-4a69-987c-f01e275cdc36 resource provider aggregate not found 2026-07-02 06:17:49.737 8 INFO neutron.services.segments.plugin [-] Segment ae054243-37b1-4a69-987c-f01e275cdc36 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae054243-37b1-4a69-987c-f01e275cdc36 found for delete ", "request_id": "req-9f741dc4-5222-4c81-9b32-c5507222d742"}]} [pid: 7|app: 0|req: 774/1545] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:17:49 2026] DELETE /v2.0/networks/3c9fac6e-43c0-493c-8cf3-78f9eda3393e => generated 0 bytes in 474 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1546] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:17:49 2026] GET /v2.0/security-groups?tenant_id=fd91a79ad5874ef188d6f337f3148021&name=default => generated 2801 bytes in 415 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1547] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:17:49 2026] DELETE /v2.0/security-groups/258bf3f7-e803-48f0-8814-bb1f10fb0ab1 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1548] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:17:50 2026] GET /v2.0/security-groups?tenant_id=96ca872ec07b431cb7b09e27b5879f66&name=default => generated 2801 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1549] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:17:50 2026] DELETE /v2.0/security-groups/8e1d0e38-93cf-43ef-bd4d-ecd99aaff35e => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1550] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:17:50 2026] GET /v2.0/security-groups?tenant_id=e8010c39894a42e0a325ddcb8db1f045&name=default => generated 2801 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1551] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:17:50 2026] DELETE /v2.0/security-groups/3468bb44-a5dc-409a-97f5-f2d3d62de22b => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1552] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:17:50 2026] GET /v2.0/security-groups?tenant_id=b815c08809b24dd69587dd00014b520b&name=default => generated 2801 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1553] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:17:50 2026] DELETE /v2.0/security-groups/eff9b29d-e51a-4141-82e8-d272ec9597c6 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:17:54.036 8 WARNING neutron_lib.context [None req-ab7230f2-1cb7-40e9-84a9-f7abc05373b5 3040cada98914dbd8008583f652cb461 184208b9e756493c8397af1f0a8c2e20 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:17:54.104 8 INFO neutron.db.segments_db [None req-ab7230f2-1cb7-40e9-84a9-f7abc05373b5 3040cada98914dbd8008583f652cb461 184208b9e756493c8397af1f0a8c2e20 - - default default] Added segment ba17b964-c35f-4b48-a352-289a439010c3 of type vxlan for network c0e6ee63-1b27-47b1-96ef-bfd7b77260f5 2026-07-02 06:17:54.441 8 INFO neutron.db.l3_hamode_db [None req-ab7230f2-1cb7-40e9-84a9-f7abc05373b5 3040cada98914dbd8008583f652cb461 184208b9e756493c8397af1f0a8c2e20 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 06:17:54.602 8 INFO neutron.db.l3_hamode_db [None req-ab7230f2-1cb7-40e9-84a9-f7abc05373b5 3040cada98914dbd8008583f652cb461 184208b9e756493c8397af1f0a8c2e20 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 06:17:55.349 7 INFO neutron.services.segments.plugin [-] Segment 95685aaa-f4fa-4a3c-b639-36c2aad70de2 resource provider aggregate not found 2026-07-02 06:17:55.355 7 INFO neutron.services.segments.plugin [-] Segment 95685aaa-f4fa-4a3c-b639-36c2aad70de2 resource provider aggregate not found 2026-07-02 06:17:55.363 7 INFO neutron.services.segments.plugin [-] Segment 95685aaa-f4fa-4a3c-b639-36c2aad70de2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 95685aaa-f4fa-4a3c-b639-36c2aad70de2 found for delete ", "request_id": "req-705caef8-a50b-409a-824b-ab198e993e00"}]} 2026-07-02 06:17:55.371 7 INFO neutron.services.segments.plugin [-] Segment 95685aaa-f4fa-4a3c-b639-36c2aad70de2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 95685aaa-f4fa-4a3c-b639-36c2aad70de2 found for delete ", "request_id": "req-9f156deb-4151-4b1f-8f71-b529783c9b78"}]} [pid: 8|app: 0|req: 776/1554] 10.0.0.230 () {34 vars in 666 bytes} [Thu Jul 2 06:17:53 2026] POST /v2.0/routers => generated 474 bytes in 1707 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1555] 10.0.0.2 () {34 vars in 986 bytes} [Thu Jul 2 06:17:55 2026] GET /v2.0/ports?device_id=2a5bbca4-86f7-43f9-b966-c1d4d000a178 => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:17:55.499 7 WARNING neutron_lib.context [None req-11caf4ce-7578-4c35-a0ec-5674d53d9cb2 404485a82c3742eb99a573fca4147b26 fe5acb0113af42feaee946bcde20d6a3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 778/1556] 10.0.0.230 () {34 vars in 749 bytes} [Thu Jul 2 06:17:55 2026] PUT /v2.0/routers/8043a81d-b586-480e-876e-ecb2b7f362e7/tags => generated 25 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:17:55.531 7 INFO neutron.db.segments_db [None req-11caf4ce-7578-4c35-a0ec-5674d53d9cb2 404485a82c3742eb99a573fca4147b26 fe5acb0113af42feaee946bcde20d6a3 - - default default] Added segment 5f6106e8-8607-4c77-9f6b-9f510f9d0720 of type vxlan for network 9584bd27-fa48-4ffc-a391-8c7a8197ac2c [pid: 8|app: 0|req: 779/1557] 10.0.0.2 () {34 vars in 1036 bytes} [Thu Jul 2 06:17:55 2026] GET /v2.0/security-groups?id=c4bf9056-a04c-4716-824f-03010fdd056d&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1558] 10.0.0.230 () {32 vars in 729 bytes} [Thu Jul 2 06:17:55 2026] GET /v2.0/routers/8043a81d-b586-480e-876e-ecb2b7f362e7/tags => generated 25 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1559] 10.0.0.230 () {34 vars in 760 bytes} [Thu Jul 2 06:17:55 2026] PUT /v2.0/routers/8043a81d-b586-480e-876e-ecb2b7f362e7/tags/green => generated 4 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1560] 10.0.0.230 () {32 vars in 729 bytes} [Thu Jul 2 06:17:55 2026] GET /v2.0/routers/8043a81d-b586-480e-876e-ecb2b7f362e7/tags => generated 34 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:17:55.887 7 INFO neutron.db.l3_hamode_db [None req-11caf4ce-7578-4c35-a0ec-5674d53d9cb2 404485a82c3742eb99a573fca4147b26 fe5acb0113af42feaee946bcde20d6a3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 783/1561] 10.0.0.230 () {34 vars in 756 bytes} [Thu Jul 2 06:17:55 2026] PUT /v2.0/routers/8043a81d-b586-480e-876e-ecb2b7f362e7/tags/red => generated 4 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1562] 10.0.0.230 () {32 vars in 729 bytes} [Thu Jul 2 06:17:55 2026] GET /v2.0/routers/8043a81d-b586-480e-876e-ecb2b7f362e7/tags => generated 34 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:17:56.037 7 INFO neutron.db.l3_hamode_db [None req-11caf4ce-7578-4c35-a0ec-5674d53d9cb2 404485a82c3742eb99a573fca4147b26 fe5acb0113af42feaee946bcde20d6a3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 785/1563] 10.0.0.230 () {34 vars in 778 bytes} [Thu Jul 2 06:17:55 2026] PUT /v2.0/routers/8043a81d-b586-480e-876e-ecb2b7f362e7/tags/black.or.white => generated 4 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1564] 10.0.0.230 () {32 vars in 729 bytes} [Thu Jul 2 06:17:56 2026] GET /v2.0/routers/8043a81d-b586-480e-876e-ecb2b7f362e7/tags => generated 52 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1565] 10.0.0.230 () {34 vars in 749 bytes} [Thu Jul 2 06:17:56 2026] PUT /v2.0/routers/8043a81d-b586-480e-876e-ecb2b7f362e7/tags => generated 37 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1566] 10.0.0.230 () {32 vars in 729 bytes} [Thu Jul 2 06:17:56 2026] GET /v2.0/routers/8043a81d-b586-480e-876e-ecb2b7f362e7/tags => generated 37 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1567] 10.0.0.230 () {32 vars in 737 bytes} [Thu Jul 2 06:17:56 2026] GET /v2.0/routers/8043a81d-b586-480e-876e-ecb2b7f362e7/tags/red => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:17:56.474 8 INFO neutron.api.v2.resource [None req-d5ff8400-a5f6-4392-b01b-e3f22f633ce4 3040cada98914dbd8008583f652cb461 184208b9e756493c8397af1f0a8c2e20 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 790/1568] 10.0.0.230 () {32 vars in 741 bytes} [Thu Jul 2 06:17:56 2026] GET /v2.0/routers/8043a81d-b586-480e-876e-ecb2b7f362e7/tags/green => generated 99 bytes in 64 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1569] 10.0.0.230 () {32 vars in 740 bytes} [Thu Jul 2 06:17:56 2026] DELETE /v2.0/routers/8043a81d-b586-480e-876e-ecb2b7f362e7/tags/red => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1570] 10.0.0.230 () {32 vars in 729 bytes} [Thu Jul 2 06:17:56 2026] GET /v2.0/routers/8043a81d-b586-480e-876e-ecb2b7f362e7/tags => generated 30 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:17:56.710 8 INFO neutron.api.v2.resource [None req-f3c8878f-ab36-4518-af90-2ccab70e1757 3040cada98914dbd8008583f652cb461 184208b9e756493c8397af1f0a8c2e20 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 793/1571] 10.0.0.230 () {32 vars in 744 bytes} [Thu Jul 2 06:17:56 2026] DELETE /v2.0/routers/8043a81d-b586-480e-876e-ecb2b7f362e7/tags/green => generated 99 bytes in 71 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1572] 10.0.0.230 () {34 vars in 666 bytes} [Thu Jul 2 06:17:55 2026] POST /v2.0/routers => generated 474 bytes in 1478 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:17:56.809 7 WARNING neutron_lib.context [None req-2eb0daff-e777-4423-9e89-07b6ce6bad5e 404485a82c3742eb99a573fca4147b26 fe5acb0113af42feaee946bcde20d6a3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:17:56.856 7 INFO neutron.db.l3_hamode_db [None req-2eb0daff-e777-4423-9e89-07b6ce6bad5e 404485a82c3742eb99a573fca4147b26 fe5acb0113af42feaee946bcde20d6a3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 06:17:57.027 7 INFO neutron.db.l3_hamode_db [None req-2eb0daff-e777-4423-9e89-07b6ce6bad5e 404485a82c3742eb99a573fca4147b26 fe5acb0113af42feaee946bcde20d6a3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 794/1573] 10.0.0.230 () {32 vars in 732 bytes} [Thu Jul 2 06:17:56 2026] DELETE /v2.0/routers/8043a81d-b586-480e-876e-ecb2b7f362e7/tags => generated 0 bytes in 485 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1574] 10.0.0.230 () {32 vars in 729 bytes} [Thu Jul 2 06:17:57 2026] GET /v2.0/routers/8043a81d-b586-480e-876e-ecb2b7f362e7/tags => generated 12 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1575] 10.0.0.230 () {32 vars in 719 bytes} [Thu Jul 2 06:17:57 2026] GET /v2.0/routers/8043a81d-b586-480e-876e-ecb2b7f362e7 => generated 480 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1576] 10.0.0.230 () {34 vars in 666 bytes} [Thu Jul 2 06:17:56 2026] POST /v2.0/routers => generated 474 bytes in 1011 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:17:57.824 7 WARNING neutron_lib.context [None req-eb509d33-bb5a-4435-a6db-f1fa7b4603dd 404485a82c3742eb99a573fca4147b26 fe5acb0113af42feaee946bcde20d6a3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:17:57.874 7 INFO neutron.db.l3_hamode_db [None req-eb509d33-bb5a-4435-a6db-f1fa7b4603dd 404485a82c3742eb99a573fca4147b26 fe5acb0113af42feaee946bcde20d6a3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 06:17:58.042 7 INFO neutron.db.l3_hamode_db [None req-eb509d33-bb5a-4435-a6db-f1fa7b4603dd 404485a82c3742eb99a573fca4147b26 fe5acb0113af42feaee946bcde20d6a3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 797/1577] 10.0.0.230 () {34 vars in 740 bytes} [Thu Jul 2 06:17:57 2026] PUT /v2.0/routers/8043a81d-b586-480e-876e-ecb2b7f362e7 => generated 480 bytes in 712 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1578] 10.0.0.230 () {32 vars in 734 bytes} [Thu Jul 2 06:17:58 2026] GET /v2.0/ports?device_id=8043a81d-b586-480e-876e-ecb2b7f362e7 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:17:58.873 8 INFO neutron.services.segments.plugin [-] Segment ba17b964-c35f-4b48-a352-289a439010c3 resource provider aggregate not found 2026-07-02 06:17:58.878 8 INFO neutron.services.segments.plugin [-] Segment ba17b964-c35f-4b48-a352-289a439010c3 resource provider aggregate not found 2026-07-02 06:17:58.896 8 INFO neutron.services.segments.plugin [-] Segment ba17b964-c35f-4b48-a352-289a439010c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba17b964-c35f-4b48-a352-289a439010c3 found for delete ", "request_id": "req-5e4274a5-013e-42bb-afc9-84e0647982d7"}]} 2026-07-02 06:17:58.900 8 INFO neutron.services.segments.plugin [-] Segment ba17b964-c35f-4b48-a352-289a439010c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba17b964-c35f-4b48-a352-289a439010c3 found for delete ", "request_id": "req-190ea457-bf41-44b5-aa79-d4627cb2ef2e"}]} 2026-07-02 06:17:58.905 8 INFO neutron.db.l3_hamode_db [None req-7b54b1cd-5ce2-4814-a89c-f5d0ade4e2b6 3040cada98914dbd8008583f652cb461 184208b9e756493c8397af1f0a8c2e20 - - default default] HA network c0e6ee63-1b27-47b1-96ef-bfd7b77260f5 was deleted as no HA routers are present in tenant 184208b9e756493c8397af1f0a8c2e20. [pid: 8|app: 0|req: 799/1579] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:17:58 2026] DELETE /v2.0/routers/8043a81d-b586-480e-876e-ecb2b7f362e7 => generated 0 bytes in 827 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1582] 10.0.0.230 () {34 vars in 666 bytes} [Thu Jul 2 06:17:57 2026] POST /v2.0/routers => generated 474 bytes in 1229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:17:59.066 8 WARNING neutron_lib.context [None req-0d27aef4-14aa-4207-8982-468186561032 404485a82c3742eb99a573fca4147b26 fe5acb0113af42feaee946bcde20d6a3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:17:59.129 8 INFO neutron.db.l3_hamode_db [None req-0d27aef4-14aa-4207-8982-468186561032 404485a82c3742eb99a573fca4147b26 fe5acb0113af42feaee946bcde20d6a3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 06:17:59.301 8 INFO neutron.db.l3_hamode_db [None req-0d27aef4-14aa-4207-8982-468186561032 404485a82c3742eb99a573fca4147b26 fe5acb0113af42feaee946bcde20d6a3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 782/1583] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:17:59 2026] GET /v2.0/security-groups?tenant_id=247052f2c5384b78b21887f17095d6cc&name=default => generated 2801 bytes in 338 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1584] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:17:59 2026] DELETE /v2.0/security-groups/a17d01a6-9025-43b6-a04e-da6343f35f91 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1585] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:17:59 2026] GET /v2.0/security-groups?tenant_id=106fbd912cae4828a18d60dfc6e5c2a5&name=default => generated 2801 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1586] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:17:59 2026] DELETE /v2.0/security-groups/98c508e2-6251-4e18-becf-2ce2f9077e4c => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1587] 10.0.0.230 () {34 vars in 666 bytes} [Thu Jul 2 06:17:59 2026] POST /v2.0/routers => generated 474 bytes in 998 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:18:00.065 7 WARNING neutron_lib.context [None req-6898973d-e52e-44f2-a940-12a7f5879534 404485a82c3742eb99a573fca4147b26 fe5acb0113af42feaee946bcde20d6a3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:18:00.112 7 INFO neutron.db.l3_hamode_db [None req-6898973d-e52e-44f2-a940-12a7f5879534 404485a82c3742eb99a573fca4147b26 fe5acb0113af42feaee946bcde20d6a3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 803/1588] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:18:00 2026] GET /v2.0/security-groups?tenant_id=184208b9e756493c8397af1f0a8c2e20&name=default => generated 2801 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:18:00.280 7 INFO neutron.db.l3_hamode_db [None req-6898973d-e52e-44f2-a940-12a7f5879534 404485a82c3742eb99a573fca4147b26 fe5acb0113af42feaee946bcde20d6a3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 804/1589] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:18:00 2026] DELETE /v2.0/security-groups/b540c836-ef51-494a-9585-a5a4bf26bc31 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1590] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:18:00 2026] GET /v2.0/ports?device_id=2a5bbca4-86f7-43f9-b966-c1d4d000a178 => generated 975 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1591] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:18:00 2026] GET /v2.0/security-groups?id=c4bf9056-a04c-4716-824f-03010fdd056d&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1592] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:18:00 2026] GET /v2.0/ports?device_id=2a5bbca4-86f7-43f9-b966-c1d4d000a178 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1593] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:18:00 2026] GET /v2.0/security-groups?id=c4bf9056-a04c-4716-824f-03010fdd056d&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1594] 199.204.45.53 () {34 vars in 991 bytes} [Thu Jul 2 06:18:01 2026] GET /v2.0/ports?device_id=2a5bbca4-86f7-43f9-b966-c1d4d000a178 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1595] 10.0.0.230 () {34 vars in 666 bytes} [Thu Jul 2 06:18:00 2026] POST /v2.0/routers => generated 474 bytes in 1707 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1596] 10.0.0.230 () {34 vars in 749 bytes} [Thu Jul 2 06:18:01 2026] PUT /v2.0/routers/00232c5d-20d3-4670-bf5f-a6c3d3bfbf30/tags => generated 17 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1597] 10.0.0.230 () {34 vars in 749 bytes} [Thu Jul 2 06:18:01 2026] PUT /v2.0/routers/3d60b6c3-430f-45df-bf81-1245500c2ee6/tags => generated 25 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:18:01.940 8 INFO neutron.db.l3_db [req-d1e40c24-4146-42fe-9541-0af84b78657c req-2a147afb-4301-4e24-81ac-85a7b8f308a6 0743b7fe92d047778c794982cd3acce7 cba9921fdb1e4d928dd39b749c6d235d - - default default] Floating IP 4d03f84e-4ec7-449e-8b54-43dd314cd03e disassociated. External IP: 10.96.250.209, port: c064e7ae-adad-4633-b4a3-30bb68db2f6f. [pid: 7|app: 0|req: 789/1598] 10.0.0.230 () {34 vars in 749 bytes} [Thu Jul 2 06:18:01 2026] PUT /v2.0/routers/2cd0ddd8-2416-4b51-b58e-100e35466b2d/tags => generated 34 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1599] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:18:02 2026] GET /v2.0/ports?device_id=2a5bbca4-86f7-43f9-b966-c1d4d000a178 => generated 973 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1600] 10.0.0.230 () {34 vars in 749 bytes} [Thu Jul 2 06:18:02 2026] PUT /v2.0/routers/701a5b7a-372f-491a-b206-24d1ee74aa0e/tags => generated 19 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1601] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:18:02 2026] GET /v2.0/security-groups?id=c4bf9056-a04c-4716-824f-03010fdd056d&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1602] 10.0.0.230 () {32 vars in 662 bytes} [Thu Jul 2 06:18:02 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1603] 199.204.45.53 () {36 vars in 994 bytes} [Thu Jul 2 06:18:01 2026] DELETE /v2.0/ports/c064e7ae-adad-4633-b4a3-30bb68db2f6f => generated 0 bytes in 927 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1604] 10.0.0.230 () {32 vars in 676 bytes} [Thu Jul 2 06:18:02 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:18:02.555 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-42d6eb40-c55e-48b6-9a2d-299e304426b6'] response: {'server_uuid': '2a5bbca4-86f7-43f9-b966-c1d4d000a178', 'name': 'network-vif-deleted', 'tag': 'c064e7ae-adad-4633-b4a3-30bb68db2f6f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 811/1605] 10.0.0.230 () {32 vars in 672 bytes} [Thu Jul 2 06:18:02 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1606] 10.0.0.230 () {32 vars in 684 bytes} [Thu Jul 2 06:18:02 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1607] 10.0.0.230 () {32 vars in 670 bytes} [Thu Jul 2 06:18:02 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:18:02.960 8 WARNING neutron_lib.context [None req-bcc83463-9d51-4ec2-9878-f3c716c5e943 6087897c2ab247a8ada2d52c5d5997ea 61df12c91bb44ce59dc4cb8e94c3a5f4 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 797/1608] 10.0.0.230 () {32 vars in 684 bytes} [Thu Jul 2 06:18:02 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:18:03.101 8 INFO neutron.db.segments_db [None req-bcc83463-9d51-4ec2-9878-f3c716c5e943 6087897c2ab247a8ada2d52c5d5997ea 61df12c91bb44ce59dc4cb8e94c3a5f4 - - default default] Added segment 09ba2ea2-bcca-49a0-911b-46299b540a7e of type vxlan for network 5827477a-e4a5-48b7-b5d4-537361fa1174 [pid: 7|app: 0|req: 798/1609] 10.0.0.230 () {32 vars in 680 bytes} [Thu Jul 2 06:18:03 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1610] 10.0.0.230 () {34 vars in 669 bytes} [Thu Jul 2 06:18:02 2026] POST /v2.0/networks => generated 632 bytes in 563 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:18:03.230 8 WARNING neutron_lib.context [None req-4a26a6f0-c274-4768-89bb-08a5ee387f4e 6087897c2ab247a8ada2d52c5d5997ea 61df12c91bb44ce59dc4cb8e94c3a5f4 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 799/1611] 10.0.0.230 () {32 vars in 692 bytes} [Thu Jul 2 06:18:03 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:18:03.273 8 INFO neutron.db.segments_db [None req-4a26a6f0-c274-4768-89bb-08a5ee387f4e 6087897c2ab247a8ada2d52c5d5997ea 61df12c91bb44ce59dc4cb8e94c3a5f4 - - default default] Added segment a9bafd67-dc02-4402-b976-5c48c33f9687 of type vxlan for network f5f48485-b5b9-42e2-a6dd-2a72211896f8 [pid: 7|app: 0|req: 800/1612] 10.0.0.230 () {32 vars in 719 bytes} [Thu Jul 2 06:18:03 2026] GET /v2.0/routers/00232c5d-20d3-4670-bf5f-a6c3d3bfbf30 => generated 485 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1613] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:18:03 2026] DELETE /v2.0/security-groups/c4bf9056-a04c-4716-824f-03010fdd056d => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:18:03.585 8 INFO neutron.db.l3_hamode_db [None req-4a26a6f0-c274-4768-89bb-08a5ee387f4e 6087897c2ab247a8ada2d52c5d5997ea 61df12c91bb44ce59dc4cb8e94c3a5f4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 802/1614] 10.0.0.230 () {34 vars in 740 bytes} [Thu Jul 2 06:18:03 2026] PUT /v2.0/routers/00232c5d-20d3-4670-bf5f-a6c3d3bfbf30 => generated 485 bytes in 1139 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:18:04.607 7 INFO neutron.api.v2.resource [None req-65130771-e33c-4db4-ad50-0d1740c9598b 0743b7fe92d047778c794982cd3acce7 cba9921fdb1e4d928dd39b749c6d235d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 803/1615] 10.0.0.230 () {32 vars in 735 bytes} [Thu Jul 2 06:18:04 2026] GET /v2.0/security-groups/c4bf9056-a04c-4716-824f-03010fdd056d => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:18:04.814 7 WARNING neutron_lib.context [None req-9b5cd3e4-1a41-4175-889b-9598fb3ceeaa 0cf3600ccb6549dfb0ffad4b5115fbfc 6a6d8d3826aa4efaaaf3caa89d75cd28 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 804/1616] 10.0.0.230 () {34 vars in 674 bytes} [Thu Jul 2 06:18:04 2026] POST /v2.0/subnetpools => generated 516 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1617] 10.0.0.230 () {32 vars in 734 bytes} [Thu Jul 2 06:18:04 2026] GET /v2.0/ports?device_id=00232c5d-20d3-4670-bf5f-a6c3d3bfbf30 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:18:05.042 8 INFO neutron.db.l3_hamode_db [None req-4a26a6f0-c274-4768-89bb-08a5ee387f4e 6087897c2ab247a8ada2d52c5d5997ea 61df12c91bb44ce59dc4cb8e94c3a5f4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 806/1618] 10.0.0.230 () {32 vars in 730 bytes} [Thu Jul 2 06:18:04 2026] DELETE /v2.0/floatingips/4d03f84e-4ec7-449e-8b54-43dd314cd03e => generated 0 bytes in 342 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1619] 10.0.0.230 () {34 vars in 757 bytes} [Thu Jul 2 06:18:05 2026] PUT /v2.0/subnetpools/ef5f5926-4cbc-4042-a55a-c2dc06b34a10/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1620] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:18:05 2026] DELETE /v2.0/routers/00232c5d-20d3-4670-bf5f-a6c3d3bfbf30 => generated 0 bytes in 513 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1621] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:18:03 2026] POST /v2.0/routers => generated 695 bytes in 2905 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1622] 10.0.0.230 () {32 vars in 737 bytes} [Thu Jul 2 06:18:06 2026] GET /v2.0/subnetpools/ef5f5926-4cbc-4042-a55a-c2dc06b34a10/tags => generated 25 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1623] 10.0.0.230 () {32 vars in 719 bytes} [Thu Jul 2 06:18:06 2026] GET /v2.0/routers/3d60b6c3-430f-45df-bf81-1245500c2ee6 => generated 493 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1624] 10.0.0.230 () {32 vars in 774 bytes} [Thu Jul 2 06:18:06 2026] GET /v2.0/subnets?project_id=61df12c91bb44ce59dc4cb8e94c3a5f4&cidr=10.100.0.0%2F28 => generated 14 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1625] 10.0.0.230 () {34 vars in 768 bytes} [Thu Jul 2 06:18:06 2026] PUT /v2.0/subnetpools/ef5f5926-4cbc-4042-a55a-c2dc06b34a10/tags/green => generated 4 bytes in 30 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1626] 10.0.0.230 () {34 vars in 787 bytes} [Thu Jul 2 06:18:05 2026] PUT /v2.0/routers/f28ede47-9b0e-447a-ae47-79a80b86ecb0/remove_router_interface => generated 309 bytes in 1220 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1627] 10.0.0.230 () {34 vars in 740 bytes} [Thu Jul 2 06:18:06 2026] PUT /v2.0/routers/3d60b6c3-430f-45df-bf81-1245500c2ee6 => generated 493 bytes in 746 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1628] 10.0.0.230 () {32 vars in 692 bytes} [Thu Jul 2 06:18:07 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1629] 10.0.0.230 () {32 vars in 737 bytes} [Thu Jul 2 06:18:07 2026] GET /v2.0/subnetpools/ef5f5926-4cbc-4042-a55a-c2dc06b34a10/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1630] 10.0.0.230 () {32 vars in 734 bytes} [Thu Jul 2 06:18:07 2026] GET /v2.0/ports?device_id=3d60b6c3-430f-45df-bf81-1245500c2ee6 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1631] 10.0.0.230 () {32 vars in 782 bytes} [Thu Jul 2 06:18:07 2026] GET /v2.0/subnets?network_id=8512818c-2cbe-415b-8c29-3d3f8c6c2e97&cidr=10.100.0.0%2F28 => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1632] 10.0.0.230 () {34 vars in 764 bytes} [Thu Jul 2 06:18:07 2026] PUT /v2.0/subnetpools/ef5f5926-4cbc-4042-a55a-c2dc06b34a10/tags/red => generated 4 bytes in 23 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1633] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:18:07 2026] DELETE /v2.0/routers/3d60b6c3-430f-45df-bf81-1245500c2ee6 => generated 0 bytes in 493 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:18:07.747 8 WARNING neutron_lib.context [None req-388e58af-b7c0-4c61-8482-072499258f10 6087897c2ab247a8ada2d52c5d5997ea 61df12c91bb44ce59dc4cb8e94c3a5f4 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 824/1634] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:18:07 2026] POST /v2.0/subnets => generated 633 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1635] 10.0.0.230 () {32 vars in 737 bytes} [Thu Jul 2 06:18:08 2026] GET /v2.0/subnetpools/ef5f5926-4cbc-4042-a55a-c2dc06b34a10/tags => generated 34 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1636] 10.0.0.230 () {32 vars in 719 bytes} [Thu Jul 2 06:18:08 2026] GET /v2.0/routers/2cd0ddd8-2416-4b51-b58e-100e35466b2d => generated 502 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:18:08.327 7 INFO neutron.services.segments.plugin [-] Segment bd706fce-238d-4340-b782-ce024c974a26 resource provider aggregate not found 2026-07-02 06:18:08.337 7 INFO neutron.services.segments.plugin [-] Segment bd706fce-238d-4340-b782-ce024c974a26 resource provider aggregate not found 2026-07-02 06:18:08.356 7 INFO neutron.services.segments.plugin [-] Segment bd706fce-238d-4340-b782-ce024c974a26 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd706fce-238d-4340-b782-ce024c974a26 found for delete ", "request_id": "req-1c7e8a74-7ee9-4a36-8f06-f9bfb25f6601"}]} 2026-07-02 06:18:08.361 7 INFO neutron.services.segments.plugin [-] Segment bd706fce-238d-4340-b782-ce024c974a26 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd706fce-238d-4340-b782-ce024c974a26 found for delete ", "request_id": "req-d451ce40-f4ae-4ce9-ae28-fb8853139e3a"}]} 2026-07-02 06:18:08.367 7 INFO neutron.db.l3_hamode_db [None req-6a27e29e-5e07-4042-aed3-8ed4884cb29d d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] HA network 79e106d8-7588-44d7-8dac-cbbbb0e34039 was deleted as no HA routers are present in tenant cba9921fdb1e4d928dd39b749c6d235d. [pid: 7|app: 0|req: 811/1637] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:18:07 2026] DELETE /v2.0/routers/f28ede47-9b0e-447a-ae47-79a80b86ecb0 => generated 0 bytes in 1250 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1638] 10.0.0.230 () {34 vars in 786 bytes} [Thu Jul 2 06:18:08 2026] PUT /v2.0/subnetpools/ef5f5926-4cbc-4042-a55a-c2dc06b34a10/tags/black.or.white => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1639] 10.0.0.230 () {34 vars in 740 bytes} [Thu Jul 2 06:18:08 2026] PUT /v2.0/routers/2cd0ddd8-2416-4b51-b58e-100e35466b2d => generated 502 bytes in 795 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1640] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:18:09 2026] DELETE /v2.0/subnets/04fff2f5-20e2-4975-9b25-0375fd1ea5a9 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1641] 10.0.0.230 () {32 vars in 737 bytes} [Thu Jul 2 06:18:09 2026] GET /v2.0/subnetpools/ef5f5926-4cbc-4042-a55a-c2dc06b34a10/tags => generated 52 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1642] 10.0.0.230 () {32 vars in 734 bytes} [Thu Jul 2 06:18:09 2026] GET /v2.0/ports?device_id=2cd0ddd8-2416-4b51-b58e-100e35466b2d => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1643] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:18:09 2026] DELETE /v2.0/networks/738388c4-d12b-4db7-aee3-381a8782dcd5 => generated 0 bytes in 362 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1644] 10.0.0.230 () {34 vars in 757 bytes} [Thu Jul 2 06:18:09 2026] PUT /v2.0/subnetpools/ef5f5926-4cbc-4042-a55a-c2dc06b34a10/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1645] 10.0.0.230 () {34 vars in 781 bytes} [Thu Jul 2 06:18:08 2026] PUT /v2.0/routers/47f5b923-9f55-44a0-9c7b-28ddaf7d7138/add_router_interface => generated 309 bytes in 1827 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1646] 10.0.0.230 () {32 vars in 737 bytes} [Thu Jul 2 06:18:10 2026] GET /v2.0/subnetpools/ef5f5926-4cbc-4042-a55a-c2dc06b34a10/tags => generated 37 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1647] 10.0.0.230 () {32 vars in 647 bytes} [Thu Jul 2 06:18:10 2026] GET /v2.0/networks => generated 4301 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1648] 10.0.0.230 () {32 vars in 745 bytes} [Thu Jul 2 06:18:10 2026] GET /v2.0/subnetpools/ef5f5926-4cbc-4042-a55a-c2dc06b34a10/tags/red => generated 0 bytes in 26 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1649] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:18:10 2026] GET /v2.0/security-groups?tenant_id=cba9921fdb1e4d928dd39b749c6d235d&name=default => generated 2801 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1650] 10.0.0.230 () {32 vars in 645 bytes} [Thu Jul 2 06:18:10 2026] GET /v2.0/subnets => generated 3098 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:18:10.302 8 INFO neutron.api.v2.resource [None req-19fc603d-1efe-4e44-90fc-fbc0a71a7105 0cf3600ccb6549dfb0ffad4b5115fbfc 6a6d8d3826aa4efaaaf3caa89d75cd28 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 833/1651] 10.0.0.230 () {32 vars in 749 bytes} [Thu Jul 2 06:18:10 2026] GET /v2.0/subnetpools/ef5f5926-4cbc-4042-a55a-c2dc06b34a10/tags/green => generated 99 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 06:18:10.391 7 INFO neutron.services.segments.plugin [-] Segment 4722210f-0f39-4b88-8b50-04e2bef8f0d1 resource provider aggregate not found 2026-07-02 06:18:10.396 7 INFO neutron.services.segments.plugin [-] Segment 4722210f-0f39-4b88-8b50-04e2bef8f0d1 resource provider aggregate not found [pid: 8|app: 0|req: 834/1652] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:18:10 2026] DELETE /v2.0/security-groups/c7a4ee31-c325-49c3-b741-c30d3eae617e => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:18:10.411 7 INFO neutron.services.segments.plugin [-] Segment 4722210f-0f39-4b88-8b50-04e2bef8f0d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4722210f-0f39-4b88-8b50-04e2bef8f0d1 found for delete ", "request_id": "req-95d19e3c-ac30-4a7b-8ea5-874276019f19"}]} 2026-07-02 06:18:10.415 7 INFO neutron.services.segments.plugin [-] Segment 4722210f-0f39-4b88-8b50-04e2bef8f0d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4722210f-0f39-4b88-8b50-04e2bef8f0d1 found for delete ", "request_id": "req-5ed93aff-9adc-4b9f-a224-4b944e9788d5"}]} [pid: 7|app: 0|req: 819/1653] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:18:09 2026] DELETE /v2.0/routers/2cd0ddd8-2416-4b51-b58e-100e35466b2d => generated 0 bytes in 533 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1654] 10.0.0.230 () {32 vars in 748 bytes} [Thu Jul 2 06:18:10 2026] DELETE /v2.0/subnetpools/ef5f5926-4cbc-4042-a55a-c2dc06b34a10/tags/red => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1655] 10.0.0.230 () {32 vars in 645 bytes} [Thu Jul 2 06:18:10 2026] GET /v2.0/routers => generated 1753 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1656] 10.0.0.230 () {32 vars in 719 bytes} [Thu Jul 2 06:18:10 2026] GET /v2.0/routers/701a5b7a-372f-491a-b206-24d1ee74aa0e => generated 487 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1657] 10.0.0.230 () {32 vars in 737 bytes} [Thu Jul 2 06:18:10 2026] GET /v2.0/subnetpools/ef5f5926-4cbc-4042-a55a-c2dc06b34a10/tags => generated 30 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:18:10.599 8 INFO neutron.api.v2.resource [None req-3a91c935-0bdf-4829-a247-20056379d01a 0cf3600ccb6549dfb0ffad4b5115fbfc 6a6d8d3826aa4efaaaf3caa89d75cd28 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 837/1658] 10.0.0.230 () {32 vars in 752 bytes} [Thu Jul 2 06:18:10 2026] DELETE /v2.0/subnetpools/ef5f5926-4cbc-4042-a55a-c2dc06b34a10/tags/green => generated 99 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1659] 10.0.0.230 () {32 vars in 740 bytes} [Thu Jul 2 06:18:10 2026] DELETE /v2.0/subnetpools/ef5f5926-4cbc-4042-a55a-c2dc06b34a10/tags => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:18:10.648 8 WARNING neutron_lib.context [None req-50e35253-f50a-4d67-a5a3-4216489bb73e 6087897c2ab247a8ada2d52c5d5997ea 61df12c91bb44ce59dc4cb8e94c3a5f4 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 839/1660] 10.0.0.230 () {34 vars in 683 bytes} [Thu Jul 2 06:18:10 2026] POST /v2.0/security-groups => generated 1611 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1661] 10.0.0.230 () {32 vars in 737 bytes} [Thu Jul 2 06:18:10 2026] GET /v2.0/subnetpools/ef5f5926-4cbc-4042-a55a-c2dc06b34a10/tags => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:18:10.823 8 WARNING neutron_lib.context [None req-8ef5e126-936e-466c-99e5-c28bcd675d5e 6087897c2ab247a8ada2d52c5d5997ea 61df12c91bb44ce59dc4cb8e94c3a5f4 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 841/1662] 10.0.0.230 () {34 vars in 693 bytes} [Thu Jul 2 06:18:10 2026] POST /v2.0/security-group-rules => generated 565 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1663] 10.0.0.230 () {32 vars in 730 bytes} [Thu Jul 2 06:18:10 2026] DELETE /v2.0/subnetpools/ef5f5926-4cbc-4042-a55a-c2dc06b34a10 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:18:11.010 8 WARNING neutron_lib.context [None req-825ba34f-ceeb-4de9-bb15-80124f9ed206 6087897c2ab247a8ada2d52c5d5997ea 61df12c91bb44ce59dc4cb8e94c3a5f4 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 843/1664] 10.0.0.230 () {34 vars in 693 bytes} [Thu Jul 2 06:18:11 2026] POST /v2.0/security-group-rules => generated 564 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:18:11.124 8 WARNING neutron_lib.context [None req-6e9b57ca-85e6-488a-afa3-d0795d09f64d 6087897c2ab247a8ada2d52c5d5997ea 61df12c91bb44ce59dc4cb8e94c3a5f4 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 844/1665] 10.0.0.230 () {34 vars in 693 bytes} [Thu Jul 2 06:18:11 2026] POST /v2.0/security-group-rules => generated 570 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:18:11.241 8 WARNING neutron_lib.context [None req-25c17731-5fce-4dc1-bd0f-fd075ef6ea6a 6087897c2ab247a8ada2d52c5d5997ea 61df12c91bb44ce59dc4cb8e94c3a5f4 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 845/1666] 10.0.0.230 () {34 vars in 693 bytes} [Thu Jul 2 06:18:11 2026] POST /v2.0/security-group-rules => generated 569 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:18:11.328 8 WARNING neutron_lib.context [None req-a88a14cd-e28b-4388-aa3d-b89985885d04 6087897c2ab247a8ada2d52c5d5997ea 61df12c91bb44ce59dc4cb8e94c3a5f4 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:18:11.351 8 INFO neutron.db.securitygroups_db [None req-a88a14cd-e28b-4388-aa3d-b89985885d04 6087897c2ab247a8ada2d52c5d5997ea 61df12c91bb44ce59dc4cb8e94c3a5f4 - - default default] Project 61df12c91bb44ce59dc4cb8e94c3a5f4 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 8|app: 0|req: 846/1667] 10.0.0.230 () {34 vars in 693 bytes} [Thu Jul 2 06:18:11 2026] POST /v2.0/security-group-rules => generated 575 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:18:11.443 8 WARNING neutron_lib.context [None req-e87166b6-6bce-4f64-840e-9e8bcc473a03 6087897c2ab247a8ada2d52c5d5997ea 61df12c91bb44ce59dc4cb8e94c3a5f4 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:18:11.468 8 INFO neutron.db.securitygroups_db [None req-e87166b6-6bce-4f64-840e-9e8bcc473a03 6087897c2ab247a8ada2d52c5d5997ea 61df12c91bb44ce59dc4cb8e94c3a5f4 - - default default] Project 61df12c91bb44ce59dc4cb8e94c3a5f4 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 8|app: 0|req: 847/1668] 10.0.0.230 () {34 vars in 693 bytes} [Thu Jul 2 06:18:11 2026] POST /v2.0/security-group-rules => generated 574 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1669] 10.0.0.230 () {34 vars in 740 bytes} [Thu Jul 2 06:18:10 2026] PUT /v2.0/routers/701a5b7a-372f-491a-b206-24d1ee74aa0e => generated 487 bytes in 1187 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1670] 10.0.0.230 () {32 vars in 734 bytes} [Thu Jul 2 06:18:11 2026] GET /v2.0/ports?device_id=701a5b7a-372f-491a-b206-24d1ee74aa0e => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1671] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:18:11 2026] GET /v2.0/security-groups?tenant_id=6a6d8d3826aa4efaaaf3caa89d75cd28&name=default => generated 2801 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1672] 10.0.0.230 () {32 vars in 647 bytes} [Thu Jul 2 06:18:11 2026] GET /v2.0/networks => generated 1297 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1673] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:18:12 2026] DELETE /v2.0/security-groups/4c00312c-5ccc-4154-802c-d1f1c766917d => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1674] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:18:11 2026] DELETE /v2.0/routers/701a5b7a-372f-491a-b206-24d1ee74aa0e => generated 0 bytes in 540 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1675] 10.0.0.21 () {34 vars in 1097 bytes} [Thu Jul 2 06:18:12 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1263073018&fields=id&tenant_id=61df12c91bb44ce59dc4cb8e94c3a5f4 => generated 69 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1676] 10.0.0.230 () {32 vars in 719 bytes} [Thu Jul 2 06:18:12 2026] GET /v2.0/routers/a29348c5-0541-408f-8bc4-1261b4e15496 => generated 480 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1677] 10.0.0.21 () {34 vars in 979 bytes} [Thu Jul 2 06:18:12 2026] GET /v2.0/networks?id=5827477a-e4a5-48b7-b5d4-537361fa1174 => generated 660 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1678] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:18:12 2026] GET /v2.0/security-groups?tenant_id=bd5be9afb0b149139163f3db7397e7a6&name=default => generated 2801 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1679] 10.0.0.21 () {34 vars in 962 bytes} [Thu Jul 2 06:18:12 2026] GET /v2.0/quotas/61df12c91bb44ce59dc4cb8e94c3a5f4 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1680] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:18:12 2026] DELETE /v2.0/security-groups/befb0720-f28a-4a39-82a8-e1efe9e4cfd9 => generated 0 bytes in 569 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1681] 10.0.0.230 () {34 vars in 740 bytes} [Thu Jul 2 06:18:12 2026] PUT /v2.0/routers/a29348c5-0541-408f-8bc4-1261b4e15496 => generated 480 bytes in 750 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1682] 10.0.0.230 () {32 vars in 734 bytes} [Thu Jul 2 06:18:13 2026] GET /v2.0/ports?device_id=a29348c5-0541-408f-8bc4-1261b4e15496 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1683] 10.0.0.21 () {34 vars in 999 bytes} [Thu Jul 2 06:18:13 2026] GET /v2.0/ports?tenant_id=61df12c91bb44ce59dc4cb8e94c3a5f4&fields=id => generated 103 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1684] 10.0.0.21 () {34 vars in 1005 bytes} [Thu Jul 2 06:18:13 2026] GET /v2.0/networks/5827477a-e4a5-48b7-b5d4-537361fa1174?fields=segments => generated 14 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1685] 10.0.0.21 () {34 vars in 1105 bytes} [Thu Jul 2 06:18:13 2026] GET /v2.0/networks/5827477a-e4a5-48b7-b5d4-537361fa1174?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1688] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:18:13 2026] GET /v2.0/ports?device_id=8fc6657d-c28f-443e-a669-5fe6b5c00e9d => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1689] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:18:13 2026] GET /v2.0/security-groups?tenant_id=d22673df6c1d4673a29a8d549703f956&name=default => generated 2801 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:18:13.957 7 INFO neutron.services.segments.plugin [-] Segment 5f6106e8-8607-4c77-9f6b-9f510f9d0720 resource provider aggregate not found 2026-07-02 06:18:13.963 7 INFO neutron.services.segments.plugin [-] Segment 5f6106e8-8607-4c77-9f6b-9f510f9d0720 resource provider aggregate not found 2026-07-02 06:18:13.988 7 INFO neutron.services.segments.plugin [-] Segment 5f6106e8-8607-4c77-9f6b-9f510f9d0720 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f6106e8-8607-4c77-9f6b-9f510f9d0720 found for delete ", "request_id": "req-7c366827-ee07-46d3-9164-e52c8efcefd1"}]} 2026-07-02 06:18:13.991 7 INFO neutron.services.segments.plugin [-] Segment 5f6106e8-8607-4c77-9f6b-9f510f9d0720 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f6106e8-8607-4c77-9f6b-9f510f9d0720 found for delete ", "request_id": "req-d71b839b-3ae1-47b1-8571-968a2828d4c6"}]} 2026-07-02 06:18:13.994 7 INFO neutron.db.l3_hamode_db [None req-a8f7f1c2-aa4c-42a3-8f29-bf26d9cd2cd1 404485a82c3742eb99a573fca4147b26 fe5acb0113af42feaee946bcde20d6a3 - - default default] HA network 9584bd27-fa48-4ffc-a391-8c7a8197ac2c was deleted as no HA routers are present in tenant fe5acb0113af42feaee946bcde20d6a3. [pid: 7|app: 0|req: 828/1690] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:18:13 2026] DELETE /v2.0/routers/a29348c5-0541-408f-8bc4-1261b4e15496 => generated 0 bytes in 819 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1691] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:18:13 2026] DELETE /v2.0/security-groups/e996018b-ec49-43fb-90f9-f7845001308e => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1692] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:18:14 2026] GET /v2.0/networks?id=5827477a-e4a5-48b7-b5d4-537361fa1174 => generated 660 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1693] 199.204.45.53 () {34 vars in 1047 bytes} [Thu Jul 2 06:18:14 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=61df12c91bb44ce59dc4cb8e94c3a5f4 => generated 181 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:18:14.419 7 WARNING neutron_lib.context [req-85b61e74-864c-4ebb-9487-8153ef6c6a6d req-ee248235-4319-4f85-9ac8-f9181051ecd0 6087897c2ab247a8ada2d52c5d5997ea 61df12c91bb44ce59dc4cb8e94c3a5f4 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 865/1694] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:18:14 2026] GET /v2.0/ports?device_id=8fc6657d-c28f-443e-a669-5fe6b5c00e9d => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1695] 199.204.45.53 () {38 vars in 952 bytes} [Thu Jul 2 06:18:14 2026] POST /v2.0/ports => generated 954 bytes in 484 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 866/1696] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:18:14 2026] GET /v2.0/security-groups?tenant_id=315939b6402542838318fb7434827f1d&name=default => generated 2801 bytes in 353 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1697] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:18:15 2026] DELETE /v2.0/security-groups/f9fcd814-6451-4a7f-894d-84818eb620e1 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1698] 199.204.45.53 () {38 vars in 1025 bytes} [Thu Jul 2 06:18:14 2026] PUT /v2.0/ports/7053d759-8809-4500-99f3-e41c21809075 => generated 1199 bytes in 506 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 06:18:15.492 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6726de0f-7a99-42aa-a665-d9a72b521710'] response: {'name': 'network-changed', 'server_uuid': '8fc6657d-c28f-443e-a669-5fe6b5c00e9d', 'tag': '7053d759-8809-4500-99f3-e41c21809075', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 832/1699] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:18:15 2026] GET /v2.0/ports?tenant_id=61df12c91bb44ce59dc4cb8e94c3a5f4&device_id=8fc6657d-c28f-443e-a669-5fe6b5c00e9d => generated 1238 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1700] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:18:15 2026] GET /v2.0/security-groups?tenant_id=fe5acb0113af42feaee946bcde20d6a3&name=default => generated 2801 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 833/1701] 199.204.45.53 () {34 vars in 1055 bytes} [Thu Jul 2 06:18:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=7053d759-8809-4500-99f3-e41c21809075 => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1702] 199.204.45.53 () {34 vars in 981 bytes} [Thu Jul 2 06:18:15 2026] GET /v2.0/subnets?id=13396774-c953-41fa-ad4c-d2b2f535e9cc => generated 654 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1703] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:18:15 2026] DELETE /v2.0/security-groups/65fc7060-4b75-4f04-8f7d-24e34769205c => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1704] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:18:15 2026] GET /v2.0/ports?network_id=5827477a-e4a5-48b7-b5d4-537361fa1174&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1705] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:18:15 2026] GET /v2.0/networks/5827477a-e4a5-48b7-b5d4-537361fa1174?fields=segments => generated 14 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1706] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:18:15 2026] GET /v2.0/networks/5827477a-e4a5-48b7-b5d4-537361fa1174?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1707] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:18:15 2026] GET /v2.0/ports?device_id=8fc6657d-c28f-443e-a669-5fe6b5c00e9d => generated 969 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1708] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:18:15 2026] GET /v2.0/security-groups?id=76e3dc3b-8650-4b42-8c7b-a2b9dfb377ff&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1709] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:18:15 2026] GET /v2.0/ports?tenant_id=61df12c91bb44ce59dc4cb8e94c3a5f4&device_id=8fc6657d-c28f-443e-a669-5fe6b5c00e9d => generated 1238 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1710] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:18:15 2026] GET /v2.0/security-groups?tenant_id=c7847833918c466f8dfabf0a16479bcd&name=default => generated 2801 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1711] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:18:15 2026] GET /v2.0/networks?id=5827477a-e4a5-48b7-b5d4-537361fa1174 => generated 756 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1712] 199.204.45.53 () {34 vars in 1055 bytes} [Thu Jul 2 06:18:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=7053d759-8809-4500-99f3-e41c21809075 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1713] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:18:15 2026] DELETE /v2.0/security-groups/ceff2d73-eb4b-450e-a25b-9f7d76f35eec => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1714] 199.204.45.53 () {34 vars in 981 bytes} [Thu Jul 2 06:18:16 2026] GET /v2.0/subnets?id=13396774-c953-41fa-ad4c-d2b2f535e9cc => generated 654 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1715] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:18:16 2026] GET /v2.0/ports?network_id=5827477a-e4a5-48b7-b5d4-537361fa1174&device_owner=network%3Adhcp => generated 1244 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1716] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:18:16 2026] GET /v2.0/networks/5827477a-e4a5-48b7-b5d4-537361fa1174?fields=segments => generated 14 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1717] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:18:16 2026] GET /v2.0/networks/5827477a-e4a5-48b7-b5d4-537361fa1174?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1718] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:18:16 2026] GET /v2.0/ports?device_id=8fc6657d-c28f-443e-a669-5fe6b5c00e9d => generated 969 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1719] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:18:17 2026] GET /v2.0/security-groups?id=76e3dc3b-8650-4b42-8c7b-a2b9dfb377ff&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:18:17.094 7 WARNING neutron_lib.context [None req-865ff452-a3dc-407b-ac5c-162e2157744c 3b64bac155cb4bc7b2b5f10e03921577 66100c0816514faaab7618736d07081d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:18:17.234 7 INFO neutron.db.segments_db [None req-865ff452-a3dc-407b-ac5c-162e2157744c 3b64bac155cb4bc7b2b5f10e03921577 66100c0816514faaab7618736d07081d - - default default] Added segment 2fdf8c49-f5e9-4daa-8ce6-07f4a9f86d65 of type vxlan for network 3ca36aaa-e5a3-454c-9645-36993990f6ac [pid: 7|app: 0|req: 843/1720] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:18:16 2026] POST /v2.0/networks => generated 632 bytes in 478 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:18:17.373 8 WARNING neutron_lib.context [None req-9ad45792-65f1-4106-9791-22b6dfcd37dc 3b64bac155cb4bc7b2b5f10e03921577 66100c0816514faaab7618736d07081d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 878/1721] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:18:17 2026] POST /v2.0/subnets => generated 602 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1722] 10.0.0.230 () {34 vars in 749 bytes} [Thu Jul 2 06:18:17 2026] PUT /v2.0/subnets/941a41f0-2565-4428-872e-9c52fd27bcc2/tags => generated 25 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1723] 10.0.0.230 () {32 vars in 729 bytes} [Thu Jul 2 06:18:17 2026] GET /v2.0/subnets/941a41f0-2565-4428-872e-9c52fd27bcc2/tags => generated 25 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1724] 10.0.0.230 () {34 vars in 760 bytes} [Thu Jul 2 06:18:17 2026] PUT /v2.0/subnets/941a41f0-2565-4428-872e-9c52fd27bcc2/tags/green => generated 4 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1725] 10.0.0.230 () {32 vars in 729 bytes} [Thu Jul 2 06:18:18 2026] GET /v2.0/subnets/941a41f0-2565-4428-872e-9c52fd27bcc2/tags => generated 34 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1726] 10.0.0.230 () {34 vars in 756 bytes} [Thu Jul 2 06:18:18 2026] PUT /v2.0/subnets/941a41f0-2565-4428-872e-9c52fd27bcc2/tags/red => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1727] 10.0.0.230 () {32 vars in 729 bytes} [Thu Jul 2 06:18:18 2026] GET /v2.0/subnets/941a41f0-2565-4428-872e-9c52fd27bcc2/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1728] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:18:18 2026] GET /v2.0/ports?device_id=8fc6657d-c28f-443e-a669-5fe6b5c00e9d => generated 971 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1729] 10.0.0.230 () {34 vars in 778 bytes} [Thu Jul 2 06:18:18 2026] PUT /v2.0/subnets/941a41f0-2565-4428-872e-9c52fd27bcc2/tags/black.or.white => generated 4 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1730] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:18:18 2026] GET /v2.0/security-groups?id=76e3dc3b-8650-4b42-8c7b-a2b9dfb377ff&fields=id&fields=name => generated 114 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1731] 10.0.0.230 () {32 vars in 729 bytes} [Thu Jul 2 06:18:18 2026] GET /v2.0/subnets/941a41f0-2565-4428-872e-9c52fd27bcc2/tags => generated 52 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1732] 10.0.0.230 () {34 vars in 749 bytes} [Thu Jul 2 06:18:18 2026] PUT /v2.0/subnets/941a41f0-2565-4428-872e-9c52fd27bcc2/tags => generated 37 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1733] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:18:18 2026] GET /v2.0/ports?device_id=8fc6657d-c28f-443e-a669-5fe6b5c00e9d => generated 971 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1734] 10.0.0.230 () {32 vars in 729 bytes} [Thu Jul 2 06:18:18 2026] GET /v2.0/subnets/941a41f0-2565-4428-872e-9c52fd27bcc2/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1735] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:18:18 2026] GET /v2.0/security-groups?id=76e3dc3b-8650-4b42-8c7b-a2b9dfb377ff&fields=id&fields=name => generated 114 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1736] 10.0.0.230 () {32 vars in 737 bytes} [Thu Jul 2 06:18:18 2026] GET /v2.0/subnets/941a41f0-2565-4428-872e-9c52fd27bcc2/tags/red => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1737] 10.0.0.230 () {32 vars in 734 bytes} [Thu Jul 2 06:18:18 2026] GET /v2.0/ports?device_id=8fc6657d-c28f-443e-a669-5fe6b5c00e9d => generated 1240 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:18:18.611 7 WARNING neutron_lib.context [None req-93668971-8819-484c-b5fc-8caeed5832ca 6087897c2ab247a8ada2d52c5d5997ea 61df12c91bb44ce59dc4cb8e94c3a5f4 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:18:18.621 8 INFO neutron.api.v2.resource [None req-a7c5e869-a578-4cd5-98eb-a32ee62907b5 3b64bac155cb4bc7b2b5f10e03921577 66100c0816514faaab7618736d07081d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 886/1738] 10.0.0.230 () {32 vars in 741 bytes} [Thu Jul 2 06:18:18 2026] GET /v2.0/subnets/941a41f0-2565-4428-872e-9c52fd27bcc2/tags/green => generated 99 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1739] 10.0.0.230 () {32 vars in 740 bytes} [Thu Jul 2 06:18:18 2026] DELETE /v2.0/subnets/941a41f0-2565-4428-872e-9c52fd27bcc2/tags/red => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1740] 10.0.0.230 () {32 vars in 729 bytes} [Thu Jul 2 06:18:18 2026] GET /v2.0/subnets/941a41f0-2565-4428-872e-9c52fd27bcc2/tags => generated 30 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:18:18.811 8 INFO neutron.api.v2.resource [None req-1b663043-62cf-44c0-8785-4d4bc86c09d2 3b64bac155cb4bc7b2b5f10e03921577 66100c0816514faaab7618736d07081d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 889/1741] 10.0.0.230 () {32 vars in 744 bytes} [Thu Jul 2 06:18:18 2026] DELETE /v2.0/subnets/941a41f0-2565-4428-872e-9c52fd27bcc2/tags/green => generated 99 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1742] 10.0.0.230 () {32 vars in 732 bytes} [Thu Jul 2 06:18:18 2026] DELETE /v2.0/subnets/941a41f0-2565-4428-872e-9c52fd27bcc2/tags => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1743] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:18:18 2026] GET /v2.0/security-groups?tenant_id=38f0aa0266ff437fb92a160d7560e37a&name=default => generated 2801 bytes in 431 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1744] 10.0.0.230 () {32 vars in 729 bytes} [Thu Jul 2 06:18:19 2026] GET /v2.0/subnets/941a41f0-2565-4428-872e-9c52fd27bcc2/tags => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1745] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:18:19 2026] DELETE /v2.0/security-groups/e4747da5-51bb-42b4-8264-aa2fc5ba41eb => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:18:19.723 7 INFO neutron.db.l3_db [None req-93668971-8819-484c-b5fc-8caeed5832ca 6087897c2ab247a8ada2d52c5d5997ea 61df12c91bb44ce59dc4cb8e94c3a5f4 - - default default] Floating IP 440cff25-cdc2-4e09-a4a9-08b7dbbe1412 associated. External IP: 10.96.250.203, port: 7053d759-8809-4500-99f3-e41c21809075. [pid: 8|app: 0|req: 894/1746] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:18:19 2026] DELETE /v2.0/subnets/941a41f0-2565-4428-872e-9c52fd27bcc2 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1747] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:18:19 2026] GET /v2.0/security-groups?tenant_id=a006c663b00d4510b485d6415f6069c8&name=default => generated 2801 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:18:20.277 8 INFO neutron.services.segments.plugin [-] Segment 2fdf8c49-f5e9-4daa-8ce6-07f4a9f86d65 resource provider aggregate not found 2026-07-02 06:18:20.298 8 INFO neutron.services.segments.plugin [-] Segment 2fdf8c49-f5e9-4daa-8ce6-07f4a9f86d65 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2fdf8c49-f5e9-4daa-8ce6-07f4a9f86d65 found for delete ", "request_id": "req-23272ecc-56b4-4490-b673-e6ae9043e397"}]} [pid: 8|app: 0|req: 896/1748] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:18:19 2026] DELETE /v2.0/networks/3ca36aaa-e5a3-454c-9645-36993990f6ac => generated 0 bytes in 444 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:18:20.338 8 INFO neutron.services.segments.plugin [-] Segment 2fdf8c49-f5e9-4daa-8ce6-07f4a9f86d65 resource provider aggregate not found 2026-07-02 06:18:20.357 8 INFO neutron.services.segments.plugin [-] Segment 2fdf8c49-f5e9-4daa-8ce6-07f4a9f86d65 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2fdf8c49-f5e9-4daa-8ce6-07f4a9f86d65 found for delete ", "request_id": "req-b36ed49c-ae4e-46f7-9920-461a145598db"}]} [pid: 8|app: 0|req: 897/1749] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:18:20 2026] DELETE /v2.0/security-groups/38976f53-9151-46c1-ab10-78b63ea48cb5 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1750] 10.0.0.230 () {34 vars in 675 bytes} [Thu Jul 2 06:18:18 2026] POST /v2.0/floatingips => generated 855 bytes in 1939 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1751] 10.0.0.230 () {32 vars in 727 bytes} [Thu Jul 2 06:18:20 2026] GET /v2.0/floatingips/440cff25-cdc2-4e09-a4a9-08b7dbbe1412 => generated 855 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:18:20.878 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b052448a-97c9-4518-8b09-083e0e52346f'] response: {'name': 'network-changed', 'server_uuid': '8fc6657d-c28f-443e-a669-5fe6b5c00e9d', 'tag': '7053d759-8809-4500-99f3-e41c21809075', 'status': 'completed', 'code': 200} 2026-07-02 06:18:20.942 7 WARNING neutron_lib.context [None req-e6e5c91d-0b93-4837-88b2-2a6a8f26ea2b 29c9bdb7988c42a1913b80975b78b554 ea0d5efda8c54175b1c4747473b1d27d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 899/1752] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:18:20 2026] GET /v2.0/ports?tenant_id=61df12c91bb44ce59dc4cb8e94c3a5f4&device_id=8fc6657d-c28f-443e-a669-5fe6b5c00e9d => generated 1240 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1753] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:18:20 2026] GET /v2.0/networks?id=5827477a-e4a5-48b7-b5d4-537361fa1174 => generated 756 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:18:21.084 7 INFO neutron.db.segments_db [None req-e6e5c91d-0b93-4837-88b2-2a6a8f26ea2b 29c9bdb7988c42a1913b80975b78b554 ea0d5efda8c54175b1c4747473b1d27d - - default default] Added segment e3fa39a6-2c5d-42b9-8b5f-7842d2f7a059 of type vxlan for network 44dd18dd-dfc0-4f02-aef3-97a6e6a2344c [pid: 7|app: 0|req: 854/1754] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:18:20 2026] POST /v2.0/networks => generated 632 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1755] 199.204.45.53 () {34 vars in 1055 bytes} [Thu Jul 2 06:18:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=7053d759-8809-4500-99f3-e41c21809075 => generated 858 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:18:21.248 7 WARNING neutron_lib.context [None req-e90ea605-f17c-4cb8-8607-a645f335f20f 29c9bdb7988c42a1913b80975b78b554 ea0d5efda8c54175b1c4747473b1d27d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 901/1756] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:18:21 2026] GET /v2.0/security-groups?tenant_id=c05bdda262344d9ea69d1c73836abb89&name=default => generated 2801 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1757] 199.204.45.53 () {34 vars in 981 bytes} [Thu Jul 2 06:18:21 2026] GET /v2.0/subnets?id=13396774-c953-41fa-ad4c-d2b2f535e9cc => generated 654 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1758] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:18:21 2026] DELETE /v2.0/security-groups/9f962e7d-e214-49fb-bc9d-ee53fd25beb8 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1759] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:18:21 2026] GET /v2.0/ports?network_id=5827477a-e4a5-48b7-b5d4-537361fa1174&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1760] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:18:21 2026] GET /v2.0/networks/5827477a-e4a5-48b7-b5d4-537361fa1174?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1761] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:18:21 2026] GET /v2.0/networks/5827477a-e4a5-48b7-b5d4-537361fa1174?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1762] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:18:21 2026] POST /v2.0/subnets => generated 602 bytes in 404 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1763] 10.0.0.230 () {32 vars in 727 bytes} [Thu Jul 2 06:18:21 2026] GET /v2.0/floatingips/440cff25-cdc2-4e09-a4a9-08b7dbbe1412 => generated 855 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:18:21.678 8 WARNING neutron_lib.context [None req-07fb8396-a01a-40db-9ba0-8fcf301e4139 29c9bdb7988c42a1913b80975b78b554 ea0d5efda8c54175b1c4747473b1d27d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 857/1764] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:18:21 2026] GET /v2.0/security-groups?tenant_id=66100c0816514faaab7618736d07081d&name=default => generated 2801 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:18:21.784 8 INFO neutron.db.segments_db [None req-07fb8396-a01a-40db-9ba0-8fcf301e4139 29c9bdb7988c42a1913b80975b78b554 ea0d5efda8c54175b1c4747473b1d27d - - default default] Added segment a8037c9f-d728-4fc5-b1d9-a258cc7fb057 of type vxlan for network c0a194b9-0968-4df7-9c8a-498011bf6f56 [pid: 7|app: 0|req: 858/1765] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:18:21 2026] DELETE /v2.0/security-groups/0c71b321-01e1-4358-89cd-17ae307526e6 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1766] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:18:21 2026] POST /v2.0/networks => generated 632 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:18:21.926 7 WARNING neutron_lib.context [None req-c59c39dc-63e5-40e2-82f8-c2533af3d4a0 29c9bdb7988c42a1913b80975b78b554 ea0d5efda8c54175b1c4747473b1d27d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 859/1767] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:18:21 2026] POST /v2.0/subnets => generated 605 bytes in 400 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:18:22.338 8 WARNING neutron_lib.context [None req-953b205a-d294-4ce3-9c20-41a156cec78c 29c9bdb7988c42a1913b80975b78b554 ea0d5efda8c54175b1c4747473b1d27d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:18:22.409 8 INFO neutron.db.segments_db [None req-953b205a-d294-4ce3-9c20-41a156cec78c 29c9bdb7988c42a1913b80975b78b554 ea0d5efda8c54175b1c4747473b1d27d - - default default] Added segment dfb8ba98-6a8a-4402-a211-2a1516b078cc of type vxlan for network 627830ab-492d-4add-9a1e-0a62b068b300 [pid: 8|app: 0|req: 909/1768] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:18:22 2026] POST /v2.0/networks => generated 628 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:18:22.534 7 WARNING neutron_lib.context [None req-b0fd04b1-f203-4ab8-970a-9b06acefeda1 29c9bdb7988c42a1913b80975b78b554 ea0d5efda8c54175b1c4747473b1d27d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 910/1769] 10.0.0.230 () {32 vars in 727 bytes} [Thu Jul 2 06:18:22 2026] GET /v2.0/floatingips/440cff25-cdc2-4e09-a4a9-08b7dbbe1412 => generated 857 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1770] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:18:22 2026] POST /v2.0/subnets => generated 605 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:18:22.911 8 WARNING neutron_lib.context [None req-802ef96b-fd54-43f0-aa3e-e9081277a922 29c9bdb7988c42a1913b80975b78b554 ea0d5efda8c54175b1c4747473b1d27d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:18:22.975 8 INFO neutron.db.segments_db [None req-802ef96b-fd54-43f0-aa3e-e9081277a922 29c9bdb7988c42a1913b80975b78b554 ea0d5efda8c54175b1c4747473b1d27d - - default default] Added segment 4ce76454-211d-4027-8704-d5806638cd71 of type vxlan for network ffe0338c-8fa7-4b8f-bcf5-6fc09bd01d58 [pid: 8|app: 0|req: 911/1771] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:18:22 2026] POST /v2.0/networks => generated 632 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:18:23.138 7 WARNING neutron_lib.context [None req-df8196b1-3086-4c05-9247-15dbece0891f 29c9bdb7988c42a1913b80975b78b554 ea0d5efda8c54175b1c4747473b1d27d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 861/1772] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:18:23 2026] POST /v2.0/subnets => generated 605 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:18:23.557 8 WARNING neutron_lib.context [None req-ca8421b9-168f-46e0-9e53-0f0ce4410623 29c9bdb7988c42a1913b80975b78b554 ea0d5efda8c54175b1c4747473b1d27d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:18:23.622 8 INFO neutron.db.segments_db [None req-ca8421b9-168f-46e0-9e53-0f0ce4410623 29c9bdb7988c42a1913b80975b78b554 ea0d5efda8c54175b1c4747473b1d27d - - default default] Added segment 14676956-5afd-497a-a8bd-16e6db901b8d of type vxlan for network 0590110d-9a00-4472-9c65-080083e1bf54 [pid: 8|app: 0|req: 912/1773] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:18:23 2026] POST /v2.0/networks => generated 630 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:18:23.825 7 WARNING neutron_lib.context [None req-325072c5-9e06-45c5-9ded-1726f30a53cb 29c9bdb7988c42a1913b80975b78b554 ea0d5efda8c54175b1c4747473b1d27d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 862/1774] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:18:23 2026] POST /v2.0/subnets => generated 605 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1775] 10.0.0.230 () {34 vars in 749 bytes} [Thu Jul 2 06:18:24 2026] PUT /v2.0/subnets/3f4cbcb0-3114-466e-bbf4-3ed5b0188e00/tags => generated 17 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1776] 10.0.0.230 () {34 vars in 749 bytes} [Thu Jul 2 06:18:24 2026] PUT /v2.0/subnets/f540c0b8-4477-4469-a830-c9ac44653b66/tags => generated 25 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1777] 10.0.0.230 () {34 vars in 749 bytes} [Thu Jul 2 06:18:24 2026] PUT /v2.0/subnets/675b4a33-d42d-4169-84d3-a018906c6534/tags => generated 34 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1778] 10.0.0.230 () {34 vars in 749 bytes} [Thu Jul 2 06:18:24 2026] PUT /v2.0/subnets/a882fa92-45f9-4c84-8a6f-049bcd6af700/tags => generated 19 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1779] 10.0.0.230 () {32 vars in 662 bytes} [Thu Jul 2 06:18:24 2026] GET /v2.0/subnets?tags=red => generated 1832 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1780] 10.0.0.230 () {32 vars in 676 bytes} [Thu Jul 2 06:18:24 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1235 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1781] 10.0.0.230 () {32 vars in 672 bytes} [Thu Jul 2 06:18:24 2026] GET /v2.0/subnets?tags-any=blue => generated 1235 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1782] 10.0.0.230 () {32 vars in 684 bytes} [Thu Jul 2 06:18:24 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1832 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1783] 10.0.0.230 () {32 vars in 670 bytes} [Thu Jul 2 06:18:24 2026] GET /v2.0/subnets?not-tags=red => generated 1823 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1784] 10.0.0.230 () {32 vars in 684 bytes} [Thu Jul 2 06:18:24 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2420 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1785] 10.0.0.230 () {32 vars in 680 bytes} [Thu Jul 2 06:18:25 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2420 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1786] 10.0.0.230 () {32 vars in 692 bytes} [Thu Jul 2 06:18:25 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1823 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1787] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:18:24 2026] GET /v2.0/security-groups?tenant_id=973b798c4478487aa2fdff6589f12edc&name=default => generated 2801 bytes in 349 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1788] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:18:25 2026] DELETE /v2.0/subnets/3f4cbcb0-3114-466e-bbf4-3ed5b0188e00 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1789] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:18:25 2026] DELETE /v2.0/security-groups/38561e1f-83d0-4ef5-899f-65c23f091123 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1790] 199.204.45.53 () {34 vars in 1093 bytes} [Thu Jul 2 06:18:25 2026] GET /v2.0/ports?device_id=8fc6657d-c28f-443e-a669-5fe6b5c00e9d&fields=binding%3Ahost_id&fields=binding%3Avif_type => generated 67 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1791] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:18:25 2026] GET /v2.0/ports?tenant_id=61df12c91bb44ce59dc4cb8e94c3a5f4&device_id=8fc6657d-c28f-443e-a669-5fe6b5c00e9d => generated 1240 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1792] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:18:25 2026] DELETE /v2.0/subnets/f540c0b8-4477-4469-a830-c9ac44653b66 => generated 0 bytes in 246 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1793] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:18:25 2026] GET /v2.0/security-groups?tenant_id=90e0d82c68b54c15be9b2b7dbf353e55&name=default => generated 2801 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1794] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:18:25 2026] GET /v2.0/networks?id=5827477a-e4a5-48b7-b5d4-537361fa1174 => generated 756 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1795] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:18:25 2026] DELETE /v2.0/security-groups/d7a48c20-1e15-4f4c-9d93-f146cb7d2326 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1796] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:18:25 2026] DELETE /v2.0/subnets/675b4a33-d42d-4169-84d3-a018906c6534 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1797] 199.204.45.53 () {34 vars in 1055 bytes} [Thu Jul 2 06:18:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=7053d759-8809-4500-99f3-e41c21809075 => generated 860 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1798] 199.204.45.53 () {34 vars in 981 bytes} [Thu Jul 2 06:18:25 2026] GET /v2.0/subnets?id=13396774-c953-41fa-ad4c-d2b2f535e9cc => generated 654 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1799] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:18:26 2026] GET /v2.0/ports?network_id=5827477a-e4a5-48b7-b5d4-537361fa1174&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1800] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:18:26 2026] GET /v2.0/networks/5827477a-e4a5-48b7-b5d4-537361fa1174?fields=segments => generated 14 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1801] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:18:25 2026] DELETE /v2.0/subnets/a882fa92-45f9-4c84-8a6f-049bcd6af700 => generated 0 bytes in 254 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1802] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:18:26 2026] GET /v2.0/networks/5827477a-e4a5-48b7-b5d4-537361fa1174?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1803] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:18:26 2026] DELETE /v2.0/subnets/64c7f8ab-887a-4be2-8d37-5b0ac24e27bd => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:18:26.670 7 INFO neutron.services.segments.plugin [-] Segment e3fa39a6-2c5d-42b9-8b5f-7842d2f7a059 resource provider aggregate not found 2026-07-02 06:18:26.683 7 INFO neutron.services.segments.plugin [-] Segment e3fa39a6-2c5d-42b9-8b5f-7842d2f7a059 resource provider aggregate not found 2026-07-02 06:18:26.695 7 INFO neutron.services.segments.plugin [-] Segment e3fa39a6-2c5d-42b9-8b5f-7842d2f7a059 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3fa39a6-2c5d-42b9-8b5f-7842d2f7a059 found for delete ", "request_id": "req-e94e7e89-91f1-4fed-a6f9-4f4e902c8c55"}]} 2026-07-02 06:18:26.707 7 INFO neutron.services.segments.plugin [-] Segment e3fa39a6-2c5d-42b9-8b5f-7842d2f7a059 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3fa39a6-2c5d-42b9-8b5f-7842d2f7a059 found for delete ", "request_id": "req-60da7d11-5198-4b86-9082-cdc312f6f9f8"}]} [pid: 7|app: 0|req: 877/1804] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:18:26 2026] DELETE /v2.0/networks/44dd18dd-dfc0-4f02-aef3-97a6e6a2344c => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:18:26.927 8 INFO neutron.services.segments.plugin [-] Segment a8037c9f-d728-4fc5-b1d9-a258cc7fb057 resource provider aggregate not found 2026-07-02 06:18:26.932 8 INFO neutron.services.segments.plugin [-] Segment a8037c9f-d728-4fc5-b1d9-a258cc7fb057 resource provider aggregate not found 2026-07-02 06:18:26.951 8 INFO neutron.services.segments.plugin [-] Segment a8037c9f-d728-4fc5-b1d9-a258cc7fb057 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8037c9f-d728-4fc5-b1d9-a258cc7fb057 found for delete ", "request_id": "req-2b754bac-66bb-452e-8d83-e4708ae02d4c"}]} 2026-07-02 06:18:26.953 8 INFO neutron.services.segments.plugin [-] Segment a8037c9f-d728-4fc5-b1d9-a258cc7fb057 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8037c9f-d728-4fc5-b1d9-a258cc7fb057 found for delete ", "request_id": "req-4af6b60d-185e-4e4b-a0d2-4e8f5704d0c6"}]} [pid: 8|app: 0|req: 928/1805] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:18:26 2026] DELETE /v2.0/networks/c0a194b9-0968-4df7-9c8a-498011bf6f56 => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:667: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() [pid: 7|app: 0|req: 878/1806] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:18:26 2026] DELETE /v2.0/networks/627830ab-492d-4add-9a1e-0a62b068b300 => generated 0 bytes in 481 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1807] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:18:27 2026] DELETE /v2.0/networks/ffe0338c-8fa7-4b8f-bcf5-6fc09bd01d58 => generated 0 bytes in 253 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1808] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:18:27 2026] DELETE /v2.0/networks/0590110d-9a00-4472-9c65-080083e1bf54 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:18:28.038 8 WARNING neutron_lib.context [None req-4edcf9c7-c891-4f67-80cc-47c7498959f6 cf3075970446445db8c31040a8490f86 1d8f7c53b060443b8e2ad00b526c0450 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:18:28.150 8 INFO neutron.db.segments_db [None req-4edcf9c7-c891-4f67-80cc-47c7498959f6 cf3075970446445db8c31040a8490f86 1d8f7c53b060443b8e2ad00b526c0450 - - default default] Added segment 305dfb12-72b1-4ad8-929c-2a2389c43fed of type vxlan for network acda5c82-da60-4430-af87-84f43695883d [pid: 8|app: 0|req: 930/1809] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:18:27 2026] POST /v2.0/networks => generated 650 bytes in 403 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:18:28.271 7 WARNING neutron_lib.context [None req-a2b4cd08-bf23-43e8-b1d5-91175d09b6b6 cf3075970446445db8c31040a8490f86 1d8f7c53b060443b8e2ad00b526c0450 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 880/1812] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:18:28 2026] POST /v2.0/subnets => generated 603 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:18:28.669 8 WARNING neutron_lib.context [None req-34229b11-6d77-40ae-bff0-ed19fa7928d2 cf3075970446445db8c31040a8490f86 1d8f7c53b060443b8e2ad00b526c0450 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:18:28.752 8 INFO neutron.db.segments_db [None req-34229b11-6d77-40ae-bff0-ed19fa7928d2 cf3075970446445db8c31040a8490f86 1d8f7c53b060443b8e2ad00b526c0450 - - default default] Added segment 2fc71156-218c-403e-8691-bc1c2d53542c of type vxlan for network 7ebfcf77-67a3-4e31-9034-f5d367ae825b 2026-07-02 06:18:28.906 7 INFO neutron.services.segments.plugin [-] Segment dfb8ba98-6a8a-4402-a211-2a1516b078cc resource provider aggregate not found 2026-07-02 06:18:28.918 7 INFO neutron.services.segments.plugin [-] Segment dfb8ba98-6a8a-4402-a211-2a1516b078cc resource provider aggregate not found 2026-07-02 06:18:28.938 7 INFO neutron.services.segments.plugin [-] Segment dfb8ba98-6a8a-4402-a211-2a1516b078cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dfb8ba98-6a8a-4402-a211-2a1516b078cc found for delete ", "request_id": "req-4266aa83-58a7-443c-9ebf-81d7401f2b78"}]} 2026-07-02 06:18:28.947 7 INFO neutron.services.segments.plugin [-] Segment dfb8ba98-6a8a-4402-a211-2a1516b078cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dfb8ba98-6a8a-4402-a211-2a1516b078cc found for delete ", "request_id": "req-752f5d3d-2ecf-4160-988f-bebbdd5c9ae1"}]} 2026-07-02 06:18:28.957 7 INFO neutron.services.segments.plugin [-] Segment 14676956-5afd-497a-a8bd-16e6db901b8d resource provider aggregate not found 2026-07-02 06:18:28.964 7 INFO neutron.services.segments.plugin [-] Segment 14676956-5afd-497a-a8bd-16e6db901b8d resource provider aggregate not found 2026-07-02 06:18:28.977 7 INFO neutron.services.segments.plugin [-] Segment 14676956-5afd-497a-a8bd-16e6db901b8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14676956-5afd-497a-a8bd-16e6db901b8d found for delete ", "request_id": "req-a0bdeb6a-dc59-42aa-9ad8-e7ebc517f198"}]} 2026-07-02 06:18:28.979 7 INFO neutron.services.segments.plugin [-] Segment 14676956-5afd-497a-a8bd-16e6db901b8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14676956-5afd-497a-a8bd-16e6db901b8d found for delete ", "request_id": "req-f7e1c43d-61ec-4f05-8339-306e2a9ea965"}]} [pid: 7|app: 0|req: 881/1813] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:18:28 2026] GET /v2.0/security-groups?tenant_id=cd511d96e4724fd5ae5ea0d9fe1bd1d3&name=default => generated 2801 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1814] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:18:29 2026] DELETE /v2.0/security-groups/87433aeb-7985-4797-9426-bcbe00b35aa8 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:18:29.347 8 INFO neutron.services.segments.plugin [-] Segment 4ce76454-211d-4027-8704-d5806638cd71 resource provider aggregate not found 2026-07-02 06:18:29.352 8 INFO neutron.services.segments.plugin [-] Segment 4ce76454-211d-4027-8704-d5806638cd71 resource provider aggregate not found 2026-07-02 06:18:29.374 8 INFO neutron.services.segments.plugin [-] Segment 4ce76454-211d-4027-8704-d5806638cd71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ce76454-211d-4027-8704-d5806638cd71 found for delete ", "request_id": "req-72a15280-1ea3-4df7-a2d9-ff224b97d0e1"}]} 2026-07-02 06:18:29.375 8 INFO neutron.services.segments.plugin [-] Segment 4ce76454-211d-4027-8704-d5806638cd71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ce76454-211d-4027-8704-d5806638cd71 found for delete ", "request_id": "req-dabd727d-d308-485b-a672-1fdfdc9d3e7b"}]} [pid: 7|app: 0|req: 883/1815] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:18:29 2026] GET /v2.0/security-groups?tenant_id=ea0d5efda8c54175b1c4747473b1d27d&name=default => generated 2801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:18:29.496 8 INFO neutron.db.l3_hamode_db [None req-34229b11-6d77-40ae-bff0-ed19fa7928d2 cf3075970446445db8c31040a8490f86 1d8f7c53b060443b8e2ad00b526c0450 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 884/1816] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:18:29 2026] DELETE /v2.0/security-groups/eeeefedf-4394-44d7-802d-a5d1334587ae => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1817] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:18:29 2026] GET /v2.0/security-groups?tenant_id=2ad66e9b9c2c45b0aa6ef1b208ad4ec8&name=default => generated 2801 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1818] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:18:29 2026] DELETE /v2.0/security-groups/430b65cd-10b8-4a95-b509-2554f9387ceb => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:18:30.560 8 INFO neutron.db.l3_hamode_db [None req-34229b11-6d77-40ae-bff0-ed19fa7928d2 cf3075970446445db8c31040a8490f86 1d8f7c53b060443b8e2ad00b526c0450 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 887/1819] 10.0.0.2 () {34 vars in 986 bytes} [Thu Jul 2 06:18:30 2026] GET /v2.0/ports?device_id=8fc6657d-c28f-443e-a669-5fe6b5c00e9d => generated 1240 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1820] 10.0.0.2 () {34 vars in 1036 bytes} [Thu Jul 2 06:18:31 2026] GET /v2.0/security-groups?id=76e3dc3b-8650-4b42-8c7b-a2b9dfb377ff&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1821] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:18:28 2026] POST /v2.0/routers => generated 694 bytes in 3031 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1822] 10.0.0.230 () {34 vars in 781 bytes} [Thu Jul 2 06:18:31 2026] PUT /v2.0/routers/8ee1f692-c4ba-47ee-8022-b07d060d540c/add_router_interface => generated 309 bytes in 1706 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:18:33.416 8 WARNING neutron_lib.context [None req-3f65c34f-076a-4493-bc4b-1cdc28b8e222 cf3075970446445db8c31040a8490f86 1d8f7c53b060443b8e2ad00b526c0450 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 934/1823] 10.0.0.230 () {34 vars in 663 bytes} [Thu Jul 2 06:18:33 2026] POST /v2.0/ports => generated 954 bytes in 487 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:18:33.907 7 WARNING neutron_lib.context [None req-b6c52f26-1e8e-4153-9b68-c7d8ebf294cd cf3075970446445db8c31040a8490f86 1d8f7c53b060443b8e2ad00b526c0450 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 06:18:34.404 8 WARNING neutron_lib.context [None req-505a0802-28ec-43f9-8770-2d09e36b5292 de296897523b4ccf9ad6e811cb5875f5 4f5d91a8b89a41ea97b0f7297771f2f1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 890/1824] 10.0.0.230 () {34 vars in 663 bytes} [Thu Jul 2 06:18:33 2026] POST /v2.0/ports => generated 955 bytes in 506 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 06:18:34.416 7 WARNING neutron_lib.context [None req-035ac505-cf7c-4fba-96fd-b3115d4b5bc2 cf3075970446445db8c31040a8490f86 1d8f7c53b060443b8e2ad00b526c0450 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 935/1825] 10.0.0.230 () {34 vars in 674 bytes} [Thu Jul 2 06:18:34 2026] POST /v2.0/subnetpools => generated 516 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:18:34.476 8 WARNING neutron_lib.context [None req-54d7f2b4-014c-4251-a7aa-d75c322eec92 de296897523b4ccf9ad6e811cb5875f5 4f5d91a8b89a41ea97b0f7297771f2f1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 936/1826] 10.0.0.230 () {34 vars in 674 bytes} [Thu Jul 2 06:18:34 2026] POST /v2.0/subnetpools => generated 516 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:18:34.546 8 WARNING neutron_lib.context [None req-42a7cc1f-bbca-4eb9-bff9-7acdce1f20f7 de296897523b4ccf9ad6e811cb5875f5 4f5d91a8b89a41ea97b0f7297771f2f1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 937/1827] 10.0.0.230 () {34 vars in 674 bytes} [Thu Jul 2 06:18:34 2026] POST /v2.0/subnetpools => generated 516 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:18:34.610 8 WARNING neutron_lib.context [None req-085008f3-c98e-4d01-b39e-3d705b997640 de296897523b4ccf9ad6e811cb5875f5 4f5d91a8b89a41ea97b0f7297771f2f1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 938/1828] 10.0.0.230 () {34 vars in 674 bytes} [Thu Jul 2 06:18:34 2026] POST /v2.0/subnetpools => generated 516 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:18:34.675 8 WARNING neutron_lib.context [None req-0578abff-b244-451b-ae43-d303007a7928 de296897523b4ccf9ad6e811cb5875f5 4f5d91a8b89a41ea97b0f7297771f2f1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 939/1829] 10.0.0.230 () {34 vars in 674 bytes} [Thu Jul 2 06:18:34 2026] POST /v2.0/subnetpools => generated 516 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1830] 10.0.0.230 () {34 vars in 757 bytes} [Thu Jul 2 06:18:34 2026] PUT /v2.0/subnetpools/a404fde5-086d-4715-a231-e352490d0de5/tags => generated 17 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1831] 10.0.0.230 () {34 vars in 757 bytes} [Thu Jul 2 06:18:34 2026] PUT /v2.0/subnetpools/24af4177-1481-4035-b8c9-84abbad9605b/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1832] 10.0.0.230 () {34 vars in 757 bytes} [Thu Jul 2 06:18:34 2026] PUT /v2.0/subnetpools/bc6a7f80-24df-4a66-8476-f6c31d4a5468/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1833] 10.0.0.230 () {34 vars in 757 bytes} [Thu Jul 2 06:18:34 2026] PUT /v2.0/subnetpools/48a8ef94-bbb9-4dbe-8756-00827a6a8291/tags => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1834] 10.0.0.230 () {32 vars in 670 bytes} [Thu Jul 2 06:18:34 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1835] 10.0.0.230 () {32 vars in 824 bytes} [Thu Jul 2 06:18:34 2026] GET /v2.0/ports?project_id=61df12c91bb44ce59dc4cb8e94c3a5f4&network_id=5827477a-e4a5-48b7-b5d4-537361fa1174 => generated 3691 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1836] 10.0.0.230 () {32 vars in 684 bytes} [Thu Jul 2 06:18:35 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1837] 10.0.0.230 () {32 vars in 680 bytes} [Thu Jul 2 06:18:35 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1838] 10.0.0.230 () {32 vars in 692 bytes} [Thu Jul 2 06:18:35 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1839] 10.0.0.230 () {32 vars in 678 bytes} [Thu Jul 2 06:18:35 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1840] 10.0.0.230 () {32 vars in 692 bytes} [Thu Jul 2 06:18:35 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1841] 10.0.0.230 () {32 vars in 688 bytes} [Thu Jul 2 06:18:35 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1842] 10.0.0.230 () {32 vars in 700 bytes} [Thu Jul 2 06:18:35 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1843] 10.0.0.230 () {32 vars in 730 bytes} [Thu Jul 2 06:18:35 2026] DELETE /v2.0/subnetpools/a404fde5-086d-4715-a231-e352490d0de5 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:18:35.347 7 INFO neutron.db.l3_db [None req-035ac505-cf7c-4fba-96fd-b3115d4b5bc2 cf3075970446445db8c31040a8490f86 1d8f7c53b060443b8e2ad00b526c0450 - - default default] Floating IP f8cbd31a-2117-4b7b-a6d8-7d150bd2bb52 associated. External IP: 10.96.250.212, port: e937cbd5-fed0-4db3-b253-89206755977f. [pid: 8|app: 0|req: 954/1844] 10.0.0.230 () {32 vars in 730 bytes} [Thu Jul 2 06:18:35 2026] DELETE /v2.0/subnetpools/24af4177-1481-4035-b8c9-84abbad9605b => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1845] 10.0.0.230 () {32 vars in 740 bytes} [Thu Jul 2 06:18:35 2026] GET /v2.0/subnets?network_id=8512818c-2cbe-415b-8c29-3d3f8c6c2e97 => generated 644 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1846] 10.0.0.230 () {32 vars in 730 bytes} [Thu Jul 2 06:18:35 2026] DELETE /v2.0/subnetpools/bc6a7f80-24df-4a66-8476-f6c31d4a5468 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1847] 10.0.0.230 () {32 vars in 730 bytes} [Thu Jul 2 06:18:35 2026] DELETE /v2.0/subnetpools/48a8ef94-bbb9-4dbe-8756-00827a6a8291 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1848] 10.0.0.230 () {32 vars in 730 bytes} [Thu Jul 2 06:18:35 2026] DELETE /v2.0/subnetpools/2c59cecd-e137-476c-b686-ae1748e687cd => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1849] 10.0.0.230 () {34 vars in 675 bytes} [Thu Jul 2 06:18:34 2026] POST /v2.0/floatingips => generated 842 bytes in 1347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:18:35.813 8 INFO neutron.db.l3_db [None req-cf5f215e-b7d8-49a5-b737-22035b4bce63 6087897c2ab247a8ada2d52c5d5997ea 61df12c91bb44ce59dc4cb8e94c3a5f4 - - default default] Floating IP 440cff25-cdc2-4e09-a4a9-08b7dbbe1412 disassociated. External IP: 10.96.250.203, port: 7053d759-8809-4500-99f3-e41c21809075. 2026-07-02 06:18:35.941 7 INFO neutron.db.l3_db [None req-82e89f6b-0814-4757-9d21-2b8fa6e047a8 cf3075970446445db8c31040a8490f86 1d8f7c53b060443b8e2ad00b526c0450 - - default default] Floating IP f8cbd31a-2117-4b7b-a6d8-7d150bd2bb52 disassociated. External IP: 10.96.250.212, port: e937cbd5-fed0-4db3-b253-89206755977f. [pid: 8|app: 0|req: 959/1850] 10.0.0.230 () {34 vars in 747 bytes} [Thu Jul 2 06:18:35 2026] PUT /v2.0/floatingips/440cff25-cdc2-4e09-a4a9-08b7dbbe1412 => generated 554 bytes in 551 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:18:36.220 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9df58ae1-3131-4a55-b1ac-ffd17950a7c5'] response: {'name': 'network-changed', 'server_uuid': '8fc6657d-c28f-443e-a669-5fe6b5c00e9d', 'tag': '7053d759-8809-4500-99f3-e41c21809075', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 960/1851] 10.0.0.230 () {32 vars in 727 bytes} [Thu Jul 2 06:18:36 2026] GET /v2.0/floatingips/440cff25-cdc2-4e09-a4a9-08b7dbbe1412 => generated 554 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1852] 10.0.0.230 () {34 vars in 747 bytes} [Thu Jul 2 06:18:35 2026] PUT /v2.0/floatingips/f8cbd31a-2117-4b7b-a6d8-7d150bd2bb52 => generated 552 bytes in 496 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1853] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:18:36 2026] GET /v2.0/ports?tenant_id=61df12c91bb44ce59dc4cb8e94c3a5f4&device_id=8fc6657d-c28f-443e-a669-5fe6b5c00e9d => generated 1240 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1854] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:18:36 2026] GET /v2.0/networks?id=5827477a-e4a5-48b7-b5d4-537361fa1174 => generated 756 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1855] 199.204.45.53 () {34 vars in 1055 bytes} [Thu Jul 2 06:18:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=7053d759-8809-4500-99f3-e41c21809075 => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1856] 199.204.45.53 () {34 vars in 981 bytes} [Thu Jul 2 06:18:36 2026] GET /v2.0/subnets?id=13396774-c953-41fa-ad4c-d2b2f535e9cc => generated 654 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1857] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:18:36 2026] GET /v2.0/ports?network_id=5827477a-e4a5-48b7-b5d4-537361fa1174&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1858] 10.0.0.230 () {32 vars in 730 bytes} [Thu Jul 2 06:18:36 2026] DELETE /v2.0/floatingips/f8cbd31a-2117-4b7b-a6d8-7d150bd2bb52 => generated 0 bytes in 347 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1859] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:18:36 2026] GET /v2.0/security-groups?tenant_id=14cbe4b8437a4db685cbadb52475b827&name=default => generated 2801 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:18:36.818 8 WARNING neutron_lib.context [None req-16fd2155-a0fc-4b4d-b7c1-7872d2493214 cf3075970446445db8c31040a8490f86 1d8f7c53b060443b8e2ad00b526c0450 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 894/1860] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:18:36 2026] GET /v2.0/networks/5827477a-e4a5-48b7-b5d4-537361fa1174?fields=segments => generated 14 bytes in 553 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1861] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:18:37 2026] DELETE /v2.0/security-groups/2b22cbe8-0211-4945-806e-d3020473546c => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1862] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:18:37 2026] GET /v2.0/networks/5827477a-e4a5-48b7-b5d4-537361fa1174?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1863] 10.0.0.230 () {32 vars in 727 bytes} [Thu Jul 2 06:18:37 2026] GET /v2.0/floatingips/440cff25-cdc2-4e09-a4a9-08b7dbbe1412 => generated 554 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1864] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:18:37 2026] GET /v2.0/security-groups?tenant_id=4ea4b55aaf814fb086216a5e930b925e&name=default => generated 2801 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1865] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:18:37 2026] DELETE /v2.0/security-groups/9ff2d8ff-2b42-4797-896e-8e16f4a7e4e6 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:18:37.887 8 INFO neutron.db.l3_db [None req-16fd2155-a0fc-4b4d-b7c1-7872d2493214 cf3075970446445db8c31040a8490f86 1d8f7c53b060443b8e2ad00b526c0450 - - default default] Floating IP ad248fdc-58f3-4e3d-b92b-dd324cc0b3dd associated. External IP: 10.96.250.219, port: b5432a24-09ed-49f4-a803-5103302541be. [pid: 7|app: 0|req: 900/1866] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:18:37 2026] GET /v2.0/security-groups?tenant_id=4f5d91a8b89a41ea97b0f7297771f2f1&name=default => generated 2801 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1867] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:18:37 2026] DELETE /v2.0/security-groups/b7c8b174-09fe-4067-8eba-811653e9caa7 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1868] 10.0.0.230 () {32 vars in 727 bytes} [Thu Jul 2 06:18:38 2026] GET /v2.0/floatingips/440cff25-cdc2-4e09-a4a9-08b7dbbe1412 => generated 552 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1869] 10.0.0.230 () {34 vars in 675 bytes} [Thu Jul 2 06:18:36 2026] POST /v2.0/floatingips => generated 841 bytes in 1828 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1870] 10.0.0.230 () {32 vars in 727 bytes} [Thu Jul 2 06:18:38 2026] GET /v2.0/floatingips/ad248fdc-58f3-4e3d-b92b-dd324cc0b3dd => generated 841 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1871] 10.0.0.230 () {32 vars in 653 bytes} [Thu Jul 2 06:18:38 2026] GET /v2.0/floatingips => generated 844 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:18:39.255 7 INFO neutron.db.l3_db [None req-22602a09-156b-4ec1-96bc-2e4f08250937 cf3075970446445db8c31040a8490f86 1d8f7c53b060443b8e2ad00b526c0450 - - default default] Floating IP ad248fdc-58f3-4e3d-b92b-dd324cc0b3dd associated. External IP: 10.96.250.219, port: b5432a24-09ed-49f4-a803-5103302541be. 2026-07-02 06:18:39.480 8 WARNING neutron_lib.context [None req-2f3630b7-f0f1-4819-8911-7f3db26b132b 6087897c2ab247a8ada2d52c5d5997ea 61df12c91bb44ce59dc4cb8e94c3a5f4 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 969/1872] 10.0.0.230 () {34 vars in 683 bytes} [Thu Jul 2 06:18:39 2026] POST /v2.0/security-groups => generated 1611 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 06:18:39.623 8 WARNING neutron_lib.context [None req-1a02512c-5e6e-4810-a7e2-5ff43584a010 6087897c2ab247a8ada2d52c5d5997ea 61df12c91bb44ce59dc4cb8e94c3a5f4 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 970/1873] 10.0.0.230 () {34 vars in 693 bytes} [Thu Jul 2 06:18:39 2026] POST /v2.0/security-group-rules => generated 565 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:18:39.747 8 WARNING neutron_lib.context [None req-f03dc9ef-7ac0-477f-9d0f-d68a644583ba 6087897c2ab247a8ada2d52c5d5997ea 61df12c91bb44ce59dc4cb8e94c3a5f4 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 971/1874] 10.0.0.230 () {34 vars in 693 bytes} [Thu Jul 2 06:18:39 2026] POST /v2.0/security-group-rules => generated 564 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:18:39.864 8 WARNING neutron_lib.context [None req-b9723307-0543-4b97-bc12-d8f68f7f6118 6087897c2ab247a8ada2d52c5d5997ea 61df12c91bb44ce59dc4cb8e94c3a5f4 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 972/1875] 10.0.0.230 () {34 vars in 693 bytes} [Thu Jul 2 06:18:39 2026] POST /v2.0/security-group-rules => generated 570 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:18:39.968 8 WARNING neutron_lib.context [None req-5a640bbc-12ac-4f92-af43-76cdd6902cd4 6087897c2ab247a8ada2d52c5d5997ea 61df12c91bb44ce59dc4cb8e94c3a5f4 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 904/1876] 10.0.0.230 () {34 vars in 747 bytes} [Thu Jul 2 06:18:38 2026] PUT /v2.0/floatingips/ad248fdc-58f3-4e3d-b92b-dd324cc0b3dd => generated 842 bytes in 1229 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1877] 10.0.0.230 () {34 vars in 693 bytes} [Thu Jul 2 06:18:39 2026] POST /v2.0/security-group-rules => generated 569 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:18:40.072 8 WARNING neutron_lib.context [None req-ad0802cb-e287-40be-9a44-f5d5055d7820 6087897c2ab247a8ada2d52c5d5997ea 61df12c91bb44ce59dc4cb8e94c3a5f4 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:18:40.089 8 INFO neutron.db.securitygroups_db [None req-ad0802cb-e287-40be-9a44-f5d5055d7820 6087897c2ab247a8ada2d52c5d5997ea 61df12c91bb44ce59dc4cb8e94c3a5f4 - - default default] Project 61df12c91bb44ce59dc4cb8e94c3a5f4 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 8|app: 0|req: 974/1878] 10.0.0.230 () {34 vars in 693 bytes} [Thu Jul 2 06:18:40 2026] POST /v2.0/security-group-rules => generated 575 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:18:40.170 8 WARNING neutron_lib.context [None req-d8db0778-edb9-45d9-9f48-0fc424835936 6087897c2ab247a8ada2d52c5d5997ea 61df12c91bb44ce59dc4cb8e94c3a5f4 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:18:40.189 8 INFO neutron.db.securitygroups_db [None req-d8db0778-edb9-45d9-9f48-0fc424835936 6087897c2ab247a8ada2d52c5d5997ea 61df12c91bb44ce59dc4cb8e94c3a5f4 - - default default] Project 61df12c91bb44ce59dc4cb8e94c3a5f4 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-07-02 06:18:40.191 7 INFO neutron.db.l3_db [None req-4aa21120-44ef-425c-9f4f-7aa9c42d74a4 cf3075970446445db8c31040a8490f86 1d8f7c53b060443b8e2ad00b526c0450 - - default default] Floating IP ad248fdc-58f3-4e3d-b92b-dd324cc0b3dd disassociated. External IP: 10.96.250.219, port: e937cbd5-fed0-4db3-b253-89206755977f. [pid: 8|app: 0|req: 975/1879] 10.0.0.230 () {34 vars in 693 bytes} [Thu Jul 2 06:18:40 2026] POST /v2.0/security-group-rules => generated 574 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1880] 10.0.0.230 () {34 vars in 747 bytes} [Thu Jul 2 06:18:40 2026] PUT /v2.0/floatingips/ad248fdc-58f3-4e3d-b92b-dd324cc0b3dd => generated 552 bytes in 546 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1881] 10.0.0.230 () {32 vars in 730 bytes} [Thu Jul 2 06:18:40 2026] DELETE /v2.0/floatingips/ad248fdc-58f3-4e3d-b92b-dd324cc0b3dd => generated 0 bytes in 345 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:18:40.950 8 INFO neutron.api.v2.resource [None req-089505cc-d4e8-40d1-bd7c-dc53b63ddbb2 cf3075970446445db8c31040a8490f86 1d8f7c53b060443b8e2ad00b526c0450 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 977/1882] 10.0.0.230 () {32 vars in 730 bytes} [Thu Jul 2 06:18:40 2026] DELETE /v2.0/floatingips/ad248fdc-58f3-4e3d-b92b-dd324cc0b3dd => generated 144 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1883] 10.0.0.230 () {32 vars in 647 bytes} [Thu Jul 2 06:18:40 2026] GET /v2.0/networks => generated 1297 bytes in 333 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1884] 10.0.0.21 () {34 vars in 1097 bytes} [Thu Jul 2 06:18:41 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1969993798&fields=id&tenant_id=61df12c91bb44ce59dc4cb8e94c3a5f4 => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1885] 10.0.0.21 () {34 vars in 979 bytes} [Thu Jul 2 06:18:41 2026] GET /v2.0/networks?id=5827477a-e4a5-48b7-b5d4-537361fa1174 => generated 660 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1886] 10.0.0.21 () {34 vars in 962 bytes} [Thu Jul 2 06:18:41 2026] GET /v2.0/quotas/61df12c91bb44ce59dc4cb8e94c3a5f4 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1887] 10.0.0.230 () {32 vars in 718 bytes} [Thu Jul 2 06:18:40 2026] DELETE /v2.0/ports/e937cbd5-fed0-4db3-b253-89206755977f => generated 0 bytes in 343 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1888] 10.0.0.21 () {34 vars in 999 bytes} [Thu Jul 2 06:18:41 2026] GET /v2.0/ports?tenant_id=61df12c91bb44ce59dc4cb8e94c3a5f4&fields=id => generated 149 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:18:41.366 7 WARNING neutron_lib.context [None req-33922be0-5525-48bd-a055-ba2124f62b4c 39922a960d974d77b0779cb11c480540 0ad55f508aeb4289a262772b513a37f1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:18:41.482 7 INFO neutron.db.segments_db [None req-33922be0-5525-48bd-a055-ba2124f62b4c 39922a960d974d77b0779cb11c480540 0ad55f508aeb4289a262772b513a37f1 - - default default] Added segment bf0538cc-83fb-4843-88b5-0896183d8d93 of type vxlan for network fd5ab527-0e17-4630-99c1-59ed6e77d9be [pid: 7|app: 0|req: 911/1889] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:18:41 2026] POST /v2.0/networks => generated 632 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1890] 10.0.0.230 () {32 vars in 718 bytes} [Thu Jul 2 06:18:41 2026] DELETE /v2.0/ports/b5432a24-09ed-49f4-a803-5103302541be => generated 0 bytes in 341 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1891] 10.0.0.21 () {34 vars in 1005 bytes} [Thu Jul 2 06:18:41 2026] GET /v2.0/networks/5827477a-e4a5-48b7-b5d4-537361fa1174?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1892] 10.0.0.230 () {34 vars in 751 bytes} [Thu Jul 2 06:18:41 2026] PUT /v2.0/networks/fd5ab527-0e17-4630-99c1-59ed6e77d9be/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1893] 10.0.0.230 () {32 vars in 734 bytes} [Thu Jul 2 06:18:41 2026] GET /v2.0/ports?device_id=8ee1f692-c4ba-47ee-8022-b07d060d540c => generated 958 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1894] 10.0.0.21 () {34 vars in 1105 bytes} [Thu Jul 2 06:18:41 2026] GET /v2.0/networks/5827477a-e4a5-48b7-b5d4-537361fa1174?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1895] 10.0.0.230 () {32 vars in 731 bytes} [Thu Jul 2 06:18:41 2026] GET /v2.0/networks/fd5ab527-0e17-4630-99c1-59ed6e77d9be/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1896] 10.0.0.230 () {34 vars in 762 bytes} [Thu Jul 2 06:18:41 2026] PUT /v2.0/networks/fd5ab527-0e17-4630-99c1-59ed6e77d9be/tags/green => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1897] 10.0.0.230 () {32 vars in 731 bytes} [Thu Jul 2 06:18:41 2026] GET /v2.0/networks/fd5ab527-0e17-4630-99c1-59ed6e77d9be/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1898] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:18:41 2026] GET /v2.0/ports?device_id=50b03f11-2cb5-4a67-bc79-095af427bfb3 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1899] 10.0.0.230 () {34 vars in 758 bytes} [Thu Jul 2 06:18:41 2026] PUT /v2.0/networks/fd5ab527-0e17-4630-99c1-59ed6e77d9be/tags/red => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1900] 10.0.0.230 () {32 vars in 731 bytes} [Thu Jul 2 06:18:42 2026] GET /v2.0/networks/fd5ab527-0e17-4630-99c1-59ed6e77d9be/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1901] 10.0.0.230 () {34 vars in 780 bytes} [Thu Jul 2 06:18:42 2026] PUT /v2.0/networks/fd5ab527-0e17-4630-99c1-59ed6e77d9be/tags/black.or.white => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1902] 10.0.0.230 () {32 vars in 731 bytes} [Thu Jul 2 06:18:42 2026] GET /v2.0/networks/fd5ab527-0e17-4630-99c1-59ed6e77d9be/tags => generated 52 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1903] 10.0.0.230 () {34 vars in 751 bytes} [Thu Jul 2 06:18:42 2026] PUT /v2.0/networks/fd5ab527-0e17-4630-99c1-59ed6e77d9be/tags => generated 37 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1904] 10.0.0.230 () {32 vars in 731 bytes} [Thu Jul 2 06:18:42 2026] GET /v2.0/networks/fd5ab527-0e17-4630-99c1-59ed6e77d9be/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1905] 10.0.0.230 () {32 vars in 739 bytes} [Thu Jul 2 06:18:42 2026] GET /v2.0/networks/fd5ab527-0e17-4630-99c1-59ed6e77d9be/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:18:42.382 7 INFO neutron.api.v2.resource [None req-b5507649-082a-4a3a-a528-01083991255e 39922a960d974d77b0779cb11c480540 0ad55f508aeb4289a262772b513a37f1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 925/1906] 10.0.0.230 () {32 vars in 743 bytes} [Thu Jul 2 06:18:42 2026] GET /v2.0/networks/fd5ab527-0e17-4630-99c1-59ed6e77d9be/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1907] 10.0.0.230 () {32 vars in 742 bytes} [Thu Jul 2 06:18:42 2026] DELETE /v2.0/networks/fd5ab527-0e17-4630-99c1-59ed6e77d9be/tags/red => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1908] 10.0.0.230 () {32 vars in 731 bytes} [Thu Jul 2 06:18:42 2026] GET /v2.0/networks/fd5ab527-0e17-4630-99c1-59ed6e77d9be/tags => generated 30 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:18:42.558 7 INFO neutron.api.v2.resource [None req-02da1160-b253-4c36-a7e0-97a77a0d0870 39922a960d974d77b0779cb11c480540 0ad55f508aeb4289a262772b513a37f1 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 928/1909] 10.0.0.230 () {32 vars in 746 bytes} [Thu Jul 2 06:18:42 2026] DELETE /v2.0/networks/fd5ab527-0e17-4630-99c1-59ed6e77d9be/tags/green => generated 99 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1910] 10.0.0.230 () {32 vars in 734 bytes} [Thu Jul 2 06:18:42 2026] DELETE /v2.0/networks/fd5ab527-0e17-4630-99c1-59ed6e77d9be/tags => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1911] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:18:42 2026] GET /v2.0/networks?id=5827477a-e4a5-48b7-b5d4-537361fa1174 => generated 660 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1912] 10.0.0.230 () {32 vars in 731 bytes} [Thu Jul 2 06:18:42 2026] GET /v2.0/networks/fd5ab527-0e17-4630-99c1-59ed6e77d9be/tags => generated 12 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1913] 199.204.45.53 () {34 vars in 1047 bytes} [Thu Jul 2 06:18:42 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=61df12c91bb44ce59dc4cb8e94c3a5f4 => generated 274 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1914] 10.0.0.230 () {34 vars in 787 bytes} [Thu Jul 2 06:18:41 2026] PUT /v2.0/routers/8ee1f692-c4ba-47ee-8022-b07d060d540c/remove_router_interface => generated 309 bytes in 1194 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:18:42.989 7 INFO neutron.services.segments.plugin [-] Segment bf0538cc-83fb-4843-88b5-0896183d8d93 resource provider aggregate not found 2026-07-02 06:18:42.992 8 WARNING neutron_lib.context [req-eadef590-86cf-452c-8b3f-9cdd128f8721 req-3375fdac-d8ac-4089-ba63-d44174c7a1f2 6087897c2ab247a8ada2d52c5d5997ea 61df12c91bb44ce59dc4cb8e94c3a5f4 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:18:42.994 7 INFO neutron.services.segments.plugin [-] Segment bf0538cc-83fb-4843-88b5-0896183d8d93 resource provider aggregate not found 2026-07-02 06:18:43.009 7 INFO neutron.services.segments.plugin [-] Segment bf0538cc-83fb-4843-88b5-0896183d8d93 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf0538cc-83fb-4843-88b5-0896183d8d93 found for delete ", "request_id": "req-629a6640-ef40-4610-ad96-d559d8c46c3c"}]} 2026-07-02 06:18:43.010 7 INFO neutron.services.segments.plugin [-] Segment bf0538cc-83fb-4843-88b5-0896183d8d93 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf0538cc-83fb-4843-88b5-0896183d8d93 found for delete ", "request_id": "req-8dbe581d-f759-4f39-aaae-6bce7168cd68"}]} [pid: 7|app: 0|req: 933/1915] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:18:42 2026] DELETE /v2.0/networks/fd5ab527-0e17-4630-99c1-59ed6e77d9be => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/1916] 199.204.45.53 () {38 vars in 952 bytes} [Thu Jul 2 06:18:42 2026] POST /v2.0/ports => generated 958 bytes in 475 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 984/1917] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:18:43 2026] GET /v2.0/ports?device_id=50b03f11-2cb5-4a67-bc79-095af427bfb3 => generated 961 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1920] 199.204.45.53 () {38 vars in 1025 bytes} [Thu Jul 2 06:18:43 2026] PUT /v2.0/ports/e675bf5e-e196-48d2-b1be-1ff44b322429 => generated 1203 bytes in 626 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:18:44.226 7 INFO neutron.db.l3_hamode_db [None req-1c76edc7-72c6-489f-b5ce-a3ed4197e784 cf3075970446445db8c31040a8490f86 1d8f7c53b060443b8e2ad00b526c0450 - - default default] HA network 7ebfcf77-67a3-4e31-9034-f5d367ae825b was deleted as no HA routers are present in tenant 1d8f7c53b060443b8e2ad00b526c0450. /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 934/1921] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:18:43 2026] DELETE /v2.0/routers/8ee1f692-c4ba-47ee-8022-b07d060d540c => generated 0 bytes in 1216 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:18:44.258 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7128f482-4883-45fc-801b-1db3eaec655a'] response: {'name': 'network-changed', 'server_uuid': '50b03f11-2cb5-4a67-bc79-095af427bfb3', 'tag': 'e675bf5e-e196-48d2-b1be-1ff44b322429', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 988/1922] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:18:44 2026] GET /v2.0/security-groups?id=b309c847-39b2-4e17-b0b3-85acbc1ad158&fields=id&fields=name => generated 114 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 935/1923] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:18:44 2026] GET /v2.0/security-groups?tenant_id=0ad55f508aeb4289a262772b513a37f1&name=default => generated 2801 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1924] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:18:44 2026] GET /v2.0/ports?tenant_id=61df12c91bb44ce59dc4cb8e94c3a5f4&device_id=50b03f11-2cb5-4a67-bc79-095af427bfb3 => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1925] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:18:44 2026] DELETE /v2.0/subnets/d6319e18-a413-4991-9162-ee050e2a3318 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1926] 199.204.45.53 () {34 vars in 1057 bytes} [Thu Jul 2 06:18:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=e675bf5e-e196-48d2-b1be-1ff44b322429 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1927] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:18:44 2026] DELETE /v2.0/security-groups/f4b9ebb6-38c3-4ae4-adba-2079be279b4d => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1928] 199.204.45.53 () {34 vars in 981 bytes} [Thu Jul 2 06:18:44 2026] GET /v2.0/subnets?id=13396774-c953-41fa-ad4c-d2b2f535e9cc => generated 654 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1929] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:18:44 2026] GET /v2.0/ports?network_id=5827477a-e4a5-48b7-b5d4-537361fa1174&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:18:44.682 8 INFO neutron.services.segments.plugin [-] Segment 305dfb12-72b1-4ad8-929c-2a2389c43fed resource provider aggregate not found 2026-07-02 06:18:44.688 8 INFO neutron.services.segments.plugin [-] Segment 305dfb12-72b1-4ad8-929c-2a2389c43fed resource provider aggregate not found 2026-07-02 06:18:44.710 8 INFO neutron.services.segments.plugin [-] Segment 305dfb12-72b1-4ad8-929c-2a2389c43fed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 305dfb12-72b1-4ad8-929c-2a2389c43fed found for delete ", "request_id": "req-b6459579-2caa-4f22-b7d2-f20e8f329f68"}]} 2026-07-02 06:18:44.711 8 INFO neutron.services.segments.plugin [-] Segment 305dfb12-72b1-4ad8-929c-2a2389c43fed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 305dfb12-72b1-4ad8-929c-2a2389c43fed found for delete ", "request_id": "req-fd387b8a-8ba4-4182-a7fc-18fccadccd07"}]} [pid: 8|app: 0|req: 991/1930] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:18:44 2026] DELETE /v2.0/networks/acda5c82-da60-4430-af87-84f43695883d => generated 0 bytes in 242 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1931] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:18:44 2026] GET /v2.0/networks/5827477a-e4a5-48b7-b5d4-537361fa1174?fields=segments => generated 14 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/1932] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:18:44 2026] GET /v2.0/security-groups?tenant_id=10c5c7c088c34d599d6be91c4ed97523&name=default => generated 2801 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/1933] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:18:44 2026] DELETE /v2.0/security-groups/7d6e2a8a-3f44-4686-a185-bd6bff3b26ee => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:18:45.150 7 INFO neutron.services.segments.plugin [-] Segment 2fc71156-218c-403e-8691-bc1c2d53542c resource provider aggregate not found 2026-07-02 06:18:45.159 7 INFO neutron.services.segments.plugin [-] Segment 2fc71156-218c-403e-8691-bc1c2d53542c resource provider aggregate not found 2026-07-02 06:18:45.167 7 INFO neutron.services.segments.plugin [-] Segment 2fc71156-218c-403e-8691-bc1c2d53542c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2fc71156-218c-403e-8691-bc1c2d53542c found for delete ", "request_id": "req-c6953e0b-c448-4ddd-a967-443e24edfeb8"}]} 2026-07-02 06:18:45.176 7 INFO neutron.services.segments.plugin [-] Segment 2fc71156-218c-403e-8691-bc1c2d53542c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2fc71156-218c-403e-8691-bc1c2d53542c found for delete ", "request_id": "req-1c6474db-abdb-4696-ae94-7b3ea3812a63"}]} [pid: 7|app: 0|req: 941/1934] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:18:44 2026] GET /v2.0/networks/5827477a-e4a5-48b7-b5d4-537361fa1174?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 446 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1935] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:18:45 2026] GET /v2.0/ports?tenant_id=61df12c91bb44ce59dc4cb8e94c3a5f4&device_id=50b03f11-2cb5-4a67-bc79-095af427bfb3 => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1936] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:18:45 2026] GET /v2.0/networks?id=5827477a-e4a5-48b7-b5d4-537361fa1174 => generated 756 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/1937] 199.204.45.53 () {34 vars in 1057 bytes} [Thu Jul 2 06:18:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=e675bf5e-e196-48d2-b1be-1ff44b322429 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/1938] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:18:45 2026] GET /v2.0/ports?device_id=50b03f11-2cb5-4a67-bc79-095af427bfb3 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/1939] 199.204.45.53 () {34 vars in 981 bytes} [Thu Jul 2 06:18:45 2026] GET /v2.0/subnets?id=13396774-c953-41fa-ad4c-d2b2f535e9cc => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1940] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:18:45 2026] GET /v2.0/security-groups?tenant_id=1d8f7c53b060443b8e2ad00b526c0450&name=default => generated 2801 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/1941] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:18:45 2026] GET /v2.0/security-groups?id=b309c847-39b2-4e17-b0b3-85acbc1ad158&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1942] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:18:45 2026] GET /v2.0/ports?network_id=5827477a-e4a5-48b7-b5d4-537361fa1174&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1943] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:18:45 2026] GET /v2.0/networks/5827477a-e4a5-48b7-b5d4-537361fa1174?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/1944] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:18:45 2026] DELETE /v2.0/security-groups/e6fc23a6-bf83-4ca1-bcd2-22351fdf0a23 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1945] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:18:45 2026] GET /v2.0/networks/5827477a-e4a5-48b7-b5d4-537361fa1174?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/1946] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:18:46 2026] GET /v2.0/ports?device_id=50b03f11-2cb5-4a67-bc79-095af427bfb3 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1947] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:18:46 2026] GET /v2.0/security-groups?id=b309c847-39b2-4e17-b0b3-85acbc1ad158&fields=id&fields=name => generated 114 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/1948] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:18:46 2026] GET /v2.0/ports?device_id=50b03f11-2cb5-4a67-bc79-095af427bfb3 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1949] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:18:46 2026] GET /v2.0/security-groups?id=b309c847-39b2-4e17-b0b3-85acbc1ad158&fields=id&fields=name => generated 114 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/1950] 10.0.0.230 () {32 vars in 734 bytes} [Thu Jul 2 06:18:46 2026] GET /v2.0/ports?device_id=50b03f11-2cb5-4a67-bc79-095af427bfb3 => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:18:47.457 7 INFO neutron.db.l3_db [None req-797385f8-0981-41fe-b97c-a2182768ba96 6087897c2ab247a8ada2d52c5d5997ea 61df12c91bb44ce59dc4cb8e94c3a5f4 - - default default] Floating IP 440cff25-cdc2-4e09-a4a9-08b7dbbe1412 associated. External IP: 10.96.250.203, port: e675bf5e-e196-48d2-b1be-1ff44b322429. 2026-07-02 06:18:47.841 8 WARNING neutron_lib.context [None req-02f1c1ae-978e-434a-8c4d-77fb106b643b 885dcc64be2246ceb50f1bb2b178a2bc 58702f484a674a2f86fbcf875561366e - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 948/1951] 10.0.0.230 () {34 vars in 747 bytes} [Thu Jul 2 06:18:47 2026] PUT /v2.0/floatingips/440cff25-cdc2-4e09-a4a9-08b7dbbe1412 => generated 856 bytes in 879 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:18:47.942 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e2a0e19d-d2fb-464c-8845-fb95530c99a8'] response: {'name': 'network-changed', 'server_uuid': '50b03f11-2cb5-4a67-bc79-095af427bfb3', 'tag': 'e675bf5e-e196-48d2-b1be-1ff44b322429', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 949/1952] 10.0.0.230 () {32 vars in 727 bytes} [Thu Jul 2 06:18:47 2026] GET /v2.0/floatingips/440cff25-cdc2-4e09-a4a9-08b7dbbe1412 => generated 856 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:18:47.983 8 INFO neutron.db.segments_db [None req-02f1c1ae-978e-434a-8c4d-77fb106b643b 885dcc64be2246ceb50f1bb2b178a2bc 58702f484a674a2f86fbcf875561366e - - default default] Added segment 0d44ad20-d579-4fb6-a284-bfb136de4d54 of type vxlan for network 7c85323b-b147-4b9f-a8c1-6d5d734faaa9 [pid: 7|app: 0|req: 950/1953] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:18:47 2026] GET /v2.0/ports?tenant_id=61df12c91bb44ce59dc4cb8e94c3a5f4&device_id=50b03f11-2cb5-4a67-bc79-095af427bfb3 => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1954] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:18:48 2026] GET /v2.0/networks?id=5827477a-e4a5-48b7-b5d4-537361fa1174 => generated 756 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/1955] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:18:47 2026] POST /v2.0/networks => generated 647 bytes in 590 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1956] 199.204.45.53 () {34 vars in 1057 bytes} [Thu Jul 2 06:18:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=e675bf5e-e196-48d2-b1be-1ff44b322429 => generated 859 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/1957] 199.204.45.53 () {34 vars in 981 bytes} [Thu Jul 2 06:18:48 2026] GET /v2.0/subnets?id=13396774-c953-41fa-ad4c-d2b2f535e9cc => generated 654 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1958] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:18:48 2026] GET /v2.0/ports?network_id=5827477a-e4a5-48b7-b5d4-537361fa1174&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/1959] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:18:48 2026] GET /v2.0/networks/5827477a-e4a5-48b7-b5d4-537361fa1174?fields=segments => generated 14 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:18:48.384 7 WARNING neutron_lib.context [None req-f995ca85-4c1f-4c0e-8489-4ea3a7ff5e3a 97759800da81468c8e17da7d8d9bb81f 0fa154a4f37a46eea20b8406a72f8b33 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1007/1960] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:18:48 2026] GET /v2.0/networks/5827477a-e4a5-48b7-b5d4-537361fa1174?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:18:48.575 7 INFO neutron.db.segments_db [None req-f995ca85-4c1f-4c0e-8489-4ea3a7ff5e3a 97759800da81468c8e17da7d8d9bb81f 0fa154a4f37a46eea20b8406a72f8b33 - - default default] Added segment 9e471769-8469-4fb3-9b5b-1dc2da33381c of type vxlan for network 2edf2f0b-cefb-49d4-b328-9bc94174d4c9 2026-07-02 06:18:48.606 8 WARNING neutron_lib.context [None req-1dde94d8-a972-46dd-b986-9316035c2ce3 885dcc64be2246ceb50f1bb2b178a2bc 58702f484a674a2f86fbcf875561366e - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 954/1961] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:18:48 2026] POST /v2.0/networks => generated 631 bytes in 377 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:18:48.713 7 WARNING neutron_lib.context [None req-92178b15-bdf3-4c80-8e4f-a19a56f5642f 97759800da81468c8e17da7d8d9bb81f 0fa154a4f37a46eea20b8406a72f8b33 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1008/1962] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:18:48 2026] POST /v2.0/subnets => generated 649 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/1963] 10.0.0.230 () {32 vars in 727 bytes} [Thu Jul 2 06:18:48 2026] GET /v2.0/floatingips/440cff25-cdc2-4e09-a4a9-08b7dbbe1412 => generated 856 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:18:49.005 8 WARNING neutron_lib.context [None req-1ed7f63d-7d5e-40c7-8bfd-62da1925742a 885dcc64be2246ceb50f1bb2b178a2bc 58702f484a674a2f86fbcf875561366e - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:18:49.060 8 INFO neutron.db.segments_db [None req-1ed7f63d-7d5e-40c7-8bfd-62da1925742a 885dcc64be2246ceb50f1bb2b178a2bc 58702f484a674a2f86fbcf875561366e - - default default] Added segment 4762f0af-63f2-4b77-8c79-9e4e56d7882c of type vxlan for network 755d63dc-b47b-4ba2-aa5a-ccdd58674614 [pid: 7|app: 0|req: 955/1964] 10.0.0.230 () {34 vars in 662 bytes} [Thu Jul 2 06:18:48 2026] POST /v2.0/ports => generated 743 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 06:18:49.079 7 WARNING neutron_lib.context [None req-d113200e-7ebd-4c8f-bd09-09defd6fbf67 97759800da81468c8e17da7d8d9bb81f 0fa154a4f37a46eea20b8406a72f8b33 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1010/1965] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:18:49 2026] POST /v2.0/networks => generated 648 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1966] 10.0.0.230 () {34 vars in 664 bytes} [Thu Jul 2 06:18:49 2026] POST /v2.0/trunks => generated 407 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1967] 10.0.0.230 () {34 vars in 747 bytes} [Thu Jul 2 06:18:49 2026] PUT /v2.0/trunks/c5e41d4c-43de-45e2-9be0-9a51fe606807/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/1968] 10.0.0.230 () {34 vars in 741 bytes} [Thu Jul 2 06:18:49 2026] PUT /v2.0/networks/755d63dc-b47b-4ba2-aa5a-ccdd58674614 => generated 592 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1969] 10.0.0.230 () {32 vars in 727 bytes} [Thu Jul 2 06:18:49 2026] GET /v2.0/trunks/c5e41d4c-43de-45e2-9be0-9a51fe606807/tags => generated 25 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:18:49.409 8 WARNING neutron_lib.context [None req-35d36b82-ced6-4f84-a0f7-22f607e05250 885dcc64be2246ceb50f1bb2b178a2bc 58702f484a674a2f86fbcf875561366e - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 959/1970] 10.0.0.230 () {34 vars in 758 bytes} [Thu Jul 2 06:18:49 2026] PUT /v2.0/trunks/c5e41d4c-43de-45e2-9be0-9a51fe606807/tags/green => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1971] 10.0.0.230 () {32 vars in 727 bytes} [Thu Jul 2 06:18:49 2026] GET /v2.0/trunks/c5e41d4c-43de-45e2-9be0-9a51fe606807/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1972] 10.0.0.230 () {34 vars in 754 bytes} [Thu Jul 2 06:18:49 2026] PUT /v2.0/trunks/c5e41d4c-43de-45e2-9be0-9a51fe606807/tags/red => generated 4 bytes in 20 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1973] 10.0.0.230 () {32 vars in 727 bytes} [Thu Jul 2 06:18:49 2026] GET /v2.0/trunks/c5e41d4c-43de-45e2-9be0-9a51fe606807/tags => generated 34 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1974] 10.0.0.230 () {34 vars in 776 bytes} [Thu Jul 2 06:18:49 2026] PUT /v2.0/trunks/c5e41d4c-43de-45e2-9be0-9a51fe606807/tags/black.or.white => generated 4 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1975] 10.0.0.230 () {32 vars in 727 bytes} [Thu Jul 2 06:18:49 2026] GET /v2.0/trunks/c5e41d4c-43de-45e2-9be0-9a51fe606807/tags => generated 52 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1976] 10.0.0.230 () {34 vars in 747 bytes} [Thu Jul 2 06:18:49 2026] PUT /v2.0/trunks/c5e41d4c-43de-45e2-9be0-9a51fe606807/tags => generated 37 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1977] 10.0.0.230 () {32 vars in 727 bytes} [Thu Jul 2 06:18:49 2026] GET /v2.0/trunks/c5e41d4c-43de-45e2-9be0-9a51fe606807/tags => generated 37 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1978] 10.0.0.230 () {32 vars in 735 bytes} [Thu Jul 2 06:18:49 2026] GET /v2.0/trunks/c5e41d4c-43de-45e2-9be0-9a51fe606807/tags/red => generated 0 bytes in 24 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:18:49.731 7 INFO neutron.api.v2.resource [None req-8c51c033-1222-4d87-bac7-dbb3230cc9a2 97759800da81468c8e17da7d8d9bb81f 0fa154a4f37a46eea20b8406a72f8b33 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 968/1979] 10.0.0.230 () {32 vars in 739 bytes} [Thu Jul 2 06:18:49 2026] GET /v2.0/trunks/c5e41d4c-43de-45e2-9be0-9a51fe606807/tags/green => generated 99 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1980] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:18:49 2026] DELETE /v2.0/trunks/c5e41d4c-43de-45e2-9be0-9a51fe606807/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/1981] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:18:49 2026] POST /v2.0/subnets => generated 622 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1982] 10.0.0.230 () {32 vars in 727 bytes} [Thu Jul 2 06:18:49 2026] GET /v2.0/trunks/c5e41d4c-43de-45e2-9be0-9a51fe606807/tags => generated 30 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:18:49.852 7 INFO neutron.api.v2.resource [None req-f2072f4e-3d1d-4137-a928-c588c052b776 97759800da81468c8e17da7d8d9bb81f 0fa154a4f37a46eea20b8406a72f8b33 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 971/1983] 10.0.0.230 () {32 vars in 742 bytes} [Thu Jul 2 06:18:49 2026] DELETE /v2.0/trunks/c5e41d4c-43de-45e2-9be0-9a51fe606807/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1984] 10.0.0.230 () {32 vars in 730 bytes} [Thu Jul 2 06:18:49 2026] DELETE /v2.0/trunks/c5e41d4c-43de-45e2-9be0-9a51fe606807/tags => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1985] 10.0.0.230 () {32 vars in 727 bytes} [Thu Jul 2 06:18:49 2026] GET /v2.0/trunks/c5e41d4c-43de-45e2-9be0-9a51fe606807/tags => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1986] 10.0.0.230 () {32 vars in 717 bytes} [Thu Jul 2 06:18:49 2026] GET /v2.0/trunks/c5e41d4c-43de-45e2-9be0-9a51fe606807 => generated 407 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/1987] 10.0.0.230 () {34 vars in 739 bytes} [Thu Jul 2 06:18:49 2026] PUT /v2.0/subnets/5504cba6-4e6d-45ed-8f81-39edde52dcc6 => generated 632 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1988] 10.0.0.230 () {32 vars in 715 bytes} [Thu Jul 2 06:18:49 2026] GET /v2.0/ports/d751de2c-ba6f-447b-8ea2-d54169e63508 => generated 826 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1989] 10.0.0.230 () {32 vars in 727 bytes} [Thu Jul 2 06:18:50 2026] GET /v2.0/floatingips/440cff25-cdc2-4e09-a4a9-08b7dbbe1412 => generated 858 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1990] 10.0.0.230 () {32 vars in 720 bytes} [Thu Jul 2 06:18:50 2026] DELETE /v2.0/trunks/c5e41d4c-43de-45e2-9be0-9a51fe606807 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:18:50.346 8 INFO neutron.services.segments.plugin [-] Segment 4762f0af-63f2-4b77-8c79-9e4e56d7882c resource provider aggregate not found 2026-07-02 06:18:50.353 8 INFO neutron.services.segments.plugin [-] Segment 4762f0af-63f2-4b77-8c79-9e4e56d7882c resource provider aggregate not found 2026-07-02 06:18:50.365 8 INFO neutron.services.segments.plugin [-] Segment 4762f0af-63f2-4b77-8c79-9e4e56d7882c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4762f0af-63f2-4b77-8c79-9e4e56d7882c found for delete ", "request_id": "req-b8b8c4b7-c97f-4ae7-876b-f37d98db9261"}]} 2026-07-02 06:18:50.371 8 INFO neutron.services.segments.plugin [-] Segment 4762f0af-63f2-4b77-8c79-9e4e56d7882c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4762f0af-63f2-4b77-8c79-9e4e56d7882c found for delete ", "request_id": "req-12a15ff4-4360-438c-86b1-786b446337ff"}]} [pid: 7|app: 0|req: 978/1991] 10.0.0.230 () {32 vars in 718 bytes} [Thu Jul 2 06:18:50 2026] DELETE /v2.0/ports/d751de2c-ba6f-447b-8ea2-d54169e63508 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:18:50.636 7 INFO neutron.services.segments.plugin [-] Segment 9e471769-8469-4fb3-9b5b-1dc2da33381c resource provider aggregate not found 2026-07-02 06:18:50.641 7 INFO neutron.services.segments.plugin [-] Segment 9e471769-8469-4fb3-9b5b-1dc2da33381c resource provider aggregate not found 2026-07-02 06:18:50.657 7 INFO neutron.services.segments.plugin [-] Segment 9e471769-8469-4fb3-9b5b-1dc2da33381c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e471769-8469-4fb3-9b5b-1dc2da33381c found for delete ", "request_id": "req-6068d609-eb53-44e6-a753-ba56139bdfa2"}]} 2026-07-02 06:18:50.663 7 INFO neutron.services.segments.plugin [-] Segment 9e471769-8469-4fb3-9b5b-1dc2da33381c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e471769-8469-4fb3-9b5b-1dc2da33381c found for delete ", "request_id": "req-bca74b44-bd80-430e-90e0-418dcaaba465"}]} [pid: 7|app: 0|req: 979/1992] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:18:50 2026] DELETE /v2.0/networks/2edf2f0b-cefb-49d4-b328-9bc94174d4c9 => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/1993] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:18:50 2026] DELETE /v2.0/networks/755d63dc-b47b-4ba2-aa5a-ccdd58674614 => generated 0 bytes in 1170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:18:51.209 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b6030ef5-b88b-481c-89bf-21d80fcb5b58 885dcc64be2246ceb50f1bb2b178a2bc 58702f484a674a2f86fbcf875561366e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 980/1994] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:18:51 2026] DELETE /v2.0/networks/755d63dc-b47b-4ba2-aa5a-ccdd58674614 => generated 138 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/1995] 10.0.0.230 () {32 vars in 692 bytes} [Thu Jul 2 06:18:51 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/1996] 10.0.0.230 () {32 vars in 740 bytes} [Thu Jul 2 06:18:51 2026] GET /v2.0/subnets?network_id=8512818c-2cbe-415b-8c29-3d3f8c6c2e97 => generated 626 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/1997] 10.0.0.230 () {32 vars in 651 bytes} [Thu Jul 2 06:18:51 2026] GET /v2.0/extensions => generated 19600 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1998] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:18:51 2026] GET /v2.0/security-groups?tenant_id=0fa154a4f37a46eea20b8406a72f8b33&name=default => generated 2801 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/1999] 10.0.0.230 () {32 vars in 647 bytes} [Thu Jul 2 06:18:51 2026] GET /v2.0/networks => generated 1312 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/2000] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:18:51 2026] DELETE /v2.0/security-groups/c97c7373-27a7-47fd-89c4-8214f3c98654 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2001] 10.0.0.230 () {32 vars in 645 bytes} [Thu Jul 2 06:18:51 2026] GET /v2.0/subnets => generated 1265 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/2002] 10.0.0.230 () {32 vars in 721 bytes} [Thu Jul 2 06:18:51 2026] GET /v2.0/networks/7c85323b-b147-4b9f-a8c1-6d5d734faaa9 => generated 672 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/2003] 10.0.0.230 () {32 vars in 719 bytes} [Thu Jul 2 06:18:51 2026] GET /v2.0/subnets/44994e1c-d5a3-49c0-ad07-dbb3262ae62d => generated 649 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:18:51.807 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d7ccb0d2-d68d-4551-9408-7b0f2727f1c6 885dcc64be2246ceb50f1bb2b178a2bc 58702f484a674a2f86fbcf875561366e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 985/2004] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:18:51 2026] DELETE /v2.0/subnets/5504cba6-4e6d-45ed-8f81-39edde52dcc6 => generated 136 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:18:51.833 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f22e37b1-eddd-4c04-83eb-7f01008c69d0 885dcc64be2246ceb50f1bb2b178a2bc 58702f484a674a2f86fbcf875561366e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 986/2005] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:18:51 2026] DELETE /v2.0/networks/755d63dc-b47b-4ba2-aa5a-ccdd58674614 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2006] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:18:51 2026] GET /v2.0/security-groups?tenant_id=6dd5ea4ddb194841ad8b0174c6917cb9&name=default => generated 2801 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/2007] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:18:51 2026] DELETE /v2.0/subnets/44994e1c-d5a3-49c0-ad07-dbb3262ae62d => generated 0 bytes in 242 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:18:52.409 8 INFO neutron.services.segments.plugin [-] Segment 4762f0af-63f2-4b77-8c79-9e4e56d7882c resource provider aggregate not found 2026-07-02 06:18:52.413 8 INFO neutron.services.segments.plugin [-] Segment 4762f0af-63f2-4b77-8c79-9e4e56d7882c resource provider aggregate not found 2026-07-02 06:18:52.426 8 INFO neutron.services.segments.plugin [-] Segment 4762f0af-63f2-4b77-8c79-9e4e56d7882c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4762f0af-63f2-4b77-8c79-9e4e56d7882c found for delete ", "request_id": "req-8a0d5751-6451-4ef3-86d8-8c87ffa5feb6"}]} 2026-07-02 06:18:52.431 8 INFO neutron.services.segments.plugin [-] Segment 4762f0af-63f2-4b77-8c79-9e4e56d7882c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4762f0af-63f2-4b77-8c79-9e4e56d7882c found for delete ", "request_id": "req-95e386a3-5269-4047-b3aa-3aab39895b8f"}]} [pid: 8|app: 0|req: 1021/2008] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:18:51 2026] DELETE /v2.0/security-groups/2cb6fbb8-fea3-4edf-821c-4370d71e7b5f => generated 0 bytes in 589 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/2009] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:18:52 2026] DELETE /v2.0/networks/7c85323b-b147-4b9f-a8c1-6d5d734faaa9 => generated 0 bytes in 362 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2010] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:18:52 2026] GET /v2.0/security-groups?tenant_id=58702f484a674a2f86fbcf875561366e&name=default => generated 2801 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:18:53.164 7 INFO neutron.services.segments.plugin [-] Segment 0d44ad20-d579-4fb6-a284-bfb136de4d54 resource provider aggregate not found 2026-07-02 06:18:53.170 7 INFO neutron.services.segments.plugin [-] Segment 0d44ad20-d579-4fb6-a284-bfb136de4d54 resource provider aggregate not found 2026-07-02 06:18:53.188 7 INFO neutron.services.segments.plugin [-] Segment 0d44ad20-d579-4fb6-a284-bfb136de4d54 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d44ad20-d579-4fb6-a284-bfb136de4d54 found for delete ", "request_id": "req-d24f3494-713e-409e-832d-d99cae8309f4"}]} 2026-07-02 06:18:53.200 7 INFO neutron.services.segments.plugin [-] Segment 0d44ad20-d579-4fb6-a284-bfb136de4d54 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d44ad20-d579-4fb6-a284-bfb136de4d54 found for delete ", "request_id": "req-1bf3e084-2c67-4226-9d24-118a0e67d081"}]} [pid: 7|app: 0|req: 989/2011] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:18:53 2026] DELETE /v2.0/security-groups/d1de3ae5-d982-4e44-9a7c-7b76408c5ded => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:18:55.195 8 WARNING neutron_lib.context [None req-3119173d-5cbf-4775-83b8-9822b929f26a 9c30f92284c046f8989db695441d0eae 276484bc913c4f9ebf03c9edaed71336 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:18:55.323 8 INFO neutron.db.segments_db [None req-3119173d-5cbf-4775-83b8-9822b929f26a 9c30f92284c046f8989db695441d0eae 276484bc913c4f9ebf03c9edaed71336 - - default default] Added segment 69377d94-c062-4f4f-9a77-dc5af1e24c79 of type vxlan for network d075834b-8bde-489d-a11d-8e9dab2379ba [pid: 8|app: 0|req: 1023/2012] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:18:55 2026] POST /v2.0/networks => generated 642 bytes in 437 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:18:55.478 7 WARNING neutron_lib.context [None req-8fdc3129-c331-4346-9e9b-ada75f089594 9c30f92284c046f8989db695441d0eae 276484bc913c4f9ebf03c9edaed71336 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 990/2013] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:18:55 2026] POST /v2.0/subnets => generated 617 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:18:55.850 8 WARNING neutron_lib.context [None req-8d555f81-68c5-4bb1-b6af-a9d690ac89ce 9c30f92284c046f8989db695441d0eae 276484bc913c4f9ebf03c9edaed71336 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:18:55.918 8 INFO neutron.db.segments_db [None req-8d555f81-68c5-4bb1-b6af-a9d690ac89ce 9c30f92284c046f8989db695441d0eae 276484bc913c4f9ebf03c9edaed71336 - - default default] Added segment d50ad2e4-9b61-4063-8d4f-05ab96a47219 of type vxlan for network 9b7158b8-c7c3-4b7e-95f9-237fd665f403 [pid: 8|app: 0|req: 1024/2014] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:18:55 2026] POST /v2.0/networks => generated 643 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2015] 10.0.0.230 () {34 vars in 741 bytes} [Thu Jul 2 06:18:56 2026] PUT /v2.0/networks/9b7158b8-c7c3-4b7e-95f9-237fd665f403 => generated 592 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:18:56.187 8 WARNING neutron_lib.context [None req-21f069cf-4fc4-4d3f-bebd-5ad6a1268ba7 9c30f92284c046f8989db695441d0eae 276484bc913c4f9ebf03c9edaed71336 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 991/2016] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:18:55 2026] GET /v2.0/security-groups?tenant_id=b3115e381c494b58bd4fb392eb39375f&name=default => generated 2801 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/2017] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:18:56 2026] DELETE /v2.0/security-groups/49f16bd2-0f75-4e91-94a0-aa3b96a45c5c => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2018] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:18:56 2026] POST /v2.0/subnets => generated 602 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/2019] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:18:56 2026] GET /v2.0/security-groups?tenant_id=c2db1100c52b46859efafd689747165e&name=default => generated 2801 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/2020] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:18:56 2026] DELETE /v2.0/security-groups/73513253-7cf3-45b8-8dfd-5f7a18594dd5 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2021] 10.0.0.230 () {34 vars in 739 bytes} [Thu Jul 2 06:18:56 2026] PUT /v2.0/subnets/5e34d620-f572-4fbb-898a-d5088932cc9f => generated 612 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:18:57.077 7 INFO neutron.services.segments.plugin [-] Segment d50ad2e4-9b61-4063-8d4f-05ab96a47219 resource provider aggregate not found 2026-07-02 06:18:57.082 7 INFO neutron.services.segments.plugin [-] Segment d50ad2e4-9b61-4063-8d4f-05ab96a47219 resource provider aggregate not found 2026-07-02 06:18:57.104 7 INFO neutron.services.segments.plugin [-] Segment d50ad2e4-9b61-4063-8d4f-05ab96a47219 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d50ad2e4-9b61-4063-8d4f-05ab96a47219 found for delete ", "request_id": "req-30d60650-d2de-4fd3-8b61-c0fe5007056c"}]} 2026-07-02 06:18:57.105 7 INFO neutron.services.segments.plugin [-] Segment d50ad2e4-9b61-4063-8d4f-05ab96a47219 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d50ad2e4-9b61-4063-8d4f-05ab96a47219 found for delete ", "request_id": "req-7e60e7d7-94f5-419a-9c47-36bcd32a8a0e"}]} [pid: 7|app: 0|req: 995/2022] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:18:56 2026] DELETE /v2.0/networks/9b7158b8-c7c3-4b7e-95f9-237fd665f403 => generated 0 bytes in 1289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:18:58.015 8 INFO neutron.pecan_wsgi.hooks.translation [None req-60cc8798-a541-4dd1-aacf-4ae6fbf13c2a 9c30f92284c046f8989db695441d0eae 276484bc913c4f9ebf03c9edaed71336 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1028/2023] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:18:57 2026] DELETE /v2.0/networks/9b7158b8-c7c3-4b7e-95f9-237fd665f403 => generated 138 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/2024] 10.0.0.230 () {32 vars in 692 bytes} [Thu Jul 2 06:18:58 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2025] 10.0.0.230 () {32 vars in 740 bytes} [Thu Jul 2 06:18:58 2026] GET /v2.0/subnets?network_id=8512818c-2cbe-415b-8c29-3d3f8c6c2e97 => generated 626 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/2026] 10.0.0.230 () {32 vars in 651 bytes} [Thu Jul 2 06:18:58 2026] GET /v2.0/extensions => generated 19600 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2027] 10.0.0.230 () {32 vars in 647 bytes} [Thu Jul 2 06:18:58 2026] GET /v2.0/networks => generated 1307 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/2030] 10.0.0.230 () {32 vars in 645 bytes} [Thu Jul 2 06:18:58 2026] GET /v2.0/subnets => generated 1233 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2031] 10.0.0.230 () {32 vars in 721 bytes} [Thu Jul 2 06:18:58 2026] GET /v2.0/networks/d075834b-8bde-489d-a11d-8e9dab2379ba => generated 667 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/2032] 10.0.0.230 () {32 vars in 719 bytes} [Thu Jul 2 06:18:58 2026] GET /v2.0/subnets/d840d093-ba59-4d87-aa72-5b486e543a48 => generated 617 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:18:58.644 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dda8a209-6874-47b8-8297-f833881e24ae 9c30f92284c046f8989db695441d0eae 276484bc913c4f9ebf03c9edaed71336 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1034/2033] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:18:58 2026] DELETE /v2.0/subnets/5e34d620-f572-4fbb-898a-d5088932cc9f => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:18:58.671 7 INFO neutron.pecan_wsgi.hooks.translation [None req-37bc689c-e26a-4d5b-87a3-b3a0315db8cf 9c30f92284c046f8989db695441d0eae 276484bc913c4f9ebf03c9edaed71336 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1000/2034] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:18:58 2026] DELETE /v2.0/networks/9b7158b8-c7c3-4b7e-95f9-237fd665f403 => generated 138 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2035] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:18:58 2026] DELETE /v2.0/subnets/d840d093-ba59-4d87-aa72-5b486e543a48 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:18:59.124 7 INFO neutron.services.segments.plugin [-] Segment d50ad2e4-9b61-4063-8d4f-05ab96a47219 resource provider aggregate not found 2026-07-02 06:18:59.130 7 INFO neutron.services.segments.plugin [-] Segment d50ad2e4-9b61-4063-8d4f-05ab96a47219 resource provider aggregate not found 2026-07-02 06:18:59.137 7 INFO neutron.services.segments.plugin [-] Segment d50ad2e4-9b61-4063-8d4f-05ab96a47219 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d50ad2e4-9b61-4063-8d4f-05ab96a47219 found for delete ", "request_id": "req-7fd690d9-3399-4258-81fc-61d0082ef011"}]} 2026-07-02 06:18:59.154 7 INFO neutron.services.segments.plugin [-] Segment d50ad2e4-9b61-4063-8d4f-05ab96a47219 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d50ad2e4-9b61-4063-8d4f-05ab96a47219 found for delete ", "request_id": "req-66309976-8cd1-4b17-baf4-8dc1846d4f4a"}]} [pid: 7|app: 0|req: 1001/2036] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:18:58 2026] DELETE /v2.0/networks/d075834b-8bde-489d-a11d-8e9dab2379ba => generated 0 bytes in 429 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2037] 10.0.0.2 () {34 vars in 986 bytes} [Thu Jul 2 06:19:00 2026] GET /v2.0/ports?device_id=50b03f11-2cb5-4a67-bc79-095af427bfb3 => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2038] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:18:59 2026] GET /v2.0/security-groups?tenant_id=276484bc913c4f9ebf03c9edaed71336&name=default => generated 2801 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2039] 10.0.0.2 () {34 vars in 1036 bytes} [Thu Jul 2 06:19:00 2026] GET /v2.0/security-groups?id=b309c847-39b2-4e17-b0b3-85acbc1ad158&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2040] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:19:00 2026] DELETE /v2.0/security-groups/9017a9f4-4a62-481a-9e60-fbf588524e10 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:19:02.049 7 INFO neutron.services.segments.plugin [-] Segment 69377d94-c062-4f4f-9a77-dc5af1e24c79 resource provider aggregate not found 2026-07-02 06:19:02.055 7 INFO neutron.services.segments.plugin [-] Segment 69377d94-c062-4f4f-9a77-dc5af1e24c79 resource provider aggregate not found 2026-07-02 06:19:02.073 7 INFO neutron.services.segments.plugin [-] Segment 69377d94-c062-4f4f-9a77-dc5af1e24c79 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 69377d94-c062-4f4f-9a77-dc5af1e24c79 found for delete ", "request_id": "req-61d4eefb-fa8b-4a6f-9762-e80460fd74ee"}]} 2026-07-02 06:19:02.108 7 INFO neutron.services.segments.plugin [-] Segment 69377d94-c062-4f4f-9a77-dc5af1e24c79 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 69377d94-c062-4f4f-9a77-dc5af1e24c79 found for delete ", "request_id": "req-8c21d3d4-928a-499b-9bf0-04984ba91e70"}]} 2026-07-02 06:19:02.209 7 WARNING neutron_lib.context [None req-65a3f9b7-3357-40a7-b949-9772f02d0dd7 abacd47a141e4c13b76da9d8b14335a1 6a54d710173d4ad384a8542a552ae3ee - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:19:02.341 7 INFO neutron.db.segments_db [None req-65a3f9b7-3357-40a7-b949-9772f02d0dd7 abacd47a141e4c13b76da9d8b14335a1 6a54d710173d4ad384a8542a552ae3ee - - default default] Added segment cefa2b60-6094-4dec-94e8-279dc62cfd08 of type vxlan for network 1a66427f-434f-4706-a361-93ec8d692792 [pid: 7|app: 0|req: 1004/2041] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:19:02 2026] POST /v2.0/networks => generated 648 bytes in 429 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:19:02.466 8 WARNING neutron_lib.context [None req-887d4e1a-a84f-404c-9775-ab9173a2759d abacd47a141e4c13b76da9d8b14335a1 6a54d710173d4ad384a8542a552ae3ee - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1038/2042] 10.0.0.230 () {34 vars in 663 bytes} [Thu Jul 2 06:19:02 2026] POST /v2.0/ports => generated 779 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:19:02.817 7 WARNING neutron_lib.context [None req-70379ac3-6944-4ae1-94d8-f6a51747cab6 abacd47a141e4c13b76da9d8b14335a1 6a54d710173d4ad384a8542a552ae3ee - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:19:02.881 7 INFO neutron.db.segments_db [None req-70379ac3-6944-4ae1-94d8-f6a51747cab6 abacd47a141e4c13b76da9d8b14335a1 6a54d710173d4ad384a8542a552ae3ee - - default default] Added segment c577a6e2-a336-4bff-9e4e-54adb28ba2cf of type vxlan for network f2441916-a021-4635-a9a0-e7516b32f91d [pid: 7|app: 0|req: 1005/2043] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:19:02 2026] POST /v2.0/networks => generated 636 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 06:19:02.995 8 WARNING neutron_lib.context [None req-fff60b79-3d39-419e-9c24-fee75f26d50d abacd47a141e4c13b76da9d8b14335a1 6a54d710173d4ad384a8542a552ae3ee - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1039/2044] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:19:02 2026] POST /v2.0/subnets => generated 622 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:19:03.367 7 WARNING neutron_lib.context [None req-e436a0d5-caa1-4e06-87ab-46e6b9706d15 abacd47a141e4c13b76da9d8b14335a1 6a54d710173d4ad384a8542a552ae3ee - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1006/2045] 10.0.0.230 () {34 vars in 663 bytes} [Thu Jul 2 06:19:03 2026] POST /v2.0/ports => generated 965 bytes in 471 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2046] 10.0.0.230 () {32 vars in 718 bytes} [Thu Jul 2 06:19:03 2026] DELETE /v2.0/ports/2e0aad88-1080-44ad-b255-444a325021ad => generated 0 bytes in 310 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 06:19:04.171 7 INFO neutron.pecan_wsgi.hooks.translation [None req-24e40dde-5362-4c9c-86ac-a72bd647c244 abacd47a141e4c13b76da9d8b14335a1 6a54d710173d4ad384a8542a552ae3ee - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1007/2047] 10.0.0.230 () {32 vars in 718 bytes} [Thu Jul 2 06:19:04 2026] DELETE /v2.0/ports/2e0aad88-1080-44ad-b255-444a325021ad => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:19:04.199 8 INFO neutron.pecan_wsgi.hooks.translation [None req-73620aaa-e4bb-47af-8408-efabee705495 abacd47a141e4c13b76da9d8b14335a1 6a54d710173d4ad384a8542a552ae3ee - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1041/2048] 10.0.0.230 () {32 vars in 715 bytes} [Thu Jul 2 06:19:04 2026] GET /v2.0/ports/2e0aad88-1080-44ad-b255-444a325021ad => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2049] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:19:04 2026] DELETE /v2.0/subnets/7e5d8fbd-603b-4dba-a339-03450ca62acc => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2050] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:19:04 2026] GET /v2.0/ports?device_id=50b03f11-2cb5-4a67-bc79-095af427bfb3 => generated 975 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2051] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:19:04 2026] GET /v2.0/security-groups?id=b309c847-39b2-4e17-b0b3-85acbc1ad158&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:19:04.827 8 INFO neutron.services.segments.plugin [-] Segment c577a6e2-a336-4bff-9e4e-54adb28ba2cf resource provider aggregate not found 2026-07-02 06:19:04.833 8 INFO neutron.services.segments.plugin [-] Segment c577a6e2-a336-4bff-9e4e-54adb28ba2cf resource provider aggregate not found 2026-07-02 06:19:04.859 8 INFO neutron.services.segments.plugin [-] Segment c577a6e2-a336-4bff-9e4e-54adb28ba2cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c577a6e2-a336-4bff-9e4e-54adb28ba2cf found for delete ", "request_id": "req-8c468238-dd30-47a5-ab29-ad23b807fa82"}]} 2026-07-02 06:19:04.860 8 INFO neutron.services.segments.plugin [-] Segment c577a6e2-a336-4bff-9e4e-54adb28ba2cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c577a6e2-a336-4bff-9e4e-54adb28ba2cf found for delete ", "request_id": "req-9c9a6636-82a6-4b95-8a22-f13ce4386b64"}]} [pid: 8|app: 0|req: 1042/2052] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:19:04 2026] DELETE /v2.0/networks/f2441916-a021-4635-a9a0-e7516b32f91d => generated 0 bytes in 447 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:19:04.883 7 WARNING neutron_lib.context [None req-e438d505-cb98-459e-b618-d37e5a297465 abacd47a141e4c13b76da9d8b14335a1 6a54d710173d4ad384a8542a552ae3ee - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:19:04.938 7 INFO neutron.db.segments_db [None req-e438d505-cb98-459e-b618-d37e5a297465 abacd47a141e4c13b76da9d8b14335a1 6a54d710173d4ad384a8542a552ae3ee - - default default] Added segment e120bd40-5e32-45f4-9c62-07a5eaea381d of type vxlan for network 7d37d48e-c930-4406-a3b3-9f92996af811 [pid: 7|app: 0|req: 1011/2053] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:19:04 2026] POST /v2.0/networks => generated 636 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2054] 199.204.45.53 () {34 vars in 991 bytes} [Thu Jul 2 06:19:04 2026] GET /v2.0/ports?device_id=50b03f11-2cb5-4a67-bc79-095af427bfb3 => generated 975 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:19:05.086 7 WARNING neutron_lib.context [None req-076b2f4d-2e98-4adc-9a01-e311dfa19627 abacd47a141e4c13b76da9d8b14335a1 6a54d710173d4ad384a8542a552ae3ee - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1012/2055] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:19:05 2026] POST /v2.0/subnets => generated 622 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:19:05.436 7 WARNING neutron_lib.context [None req-4635b1fd-09ed-4113-abf0-954c11cb31db abacd47a141e4c13b76da9d8b14335a1 6a54d710173d4ad384a8542a552ae3ee - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:19:05.447 8 INFO neutron.db.l3_db [req-53ef6404-80d7-4bef-82d0-fbefd7c9a0da req-12912bc4-f2d9-4c14-920d-b67451ce049c 6087897c2ab247a8ada2d52c5d5997ea 61df12c91bb44ce59dc4cb8e94c3a5f4 - - default default] Floating IP 440cff25-cdc2-4e09-a4a9-08b7dbbe1412 disassociated. External IP: 10.96.250.203, port: e675bf5e-e196-48d2-b1be-1ff44b322429. [pid: 7|app: 0|req: 1013/2056] 10.0.0.230 () {34 vars in 663 bytes} [Thu Jul 2 06:19:05 2026] POST /v2.0/ports => generated 928 bytes in 430 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2057] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:19:05 2026] GET /v2.0/ports?device_id=50b03f11-2cb5-4a67-bc79-095af427bfb3 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2058] 199.204.45.53 () {36 vars in 994 bytes} [Thu Jul 2 06:19:05 2026] DELETE /v2.0/ports/e675bf5e-e196-48d2-b1be-1ff44b322429 => generated 0 bytes in 815 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2059] 10.0.0.230 () {32 vars in 718 bytes} [Thu Jul 2 06:19:05 2026] DELETE /v2.0/ports/5cb9c083-35fa-451a-a850-32451f8ce9c6 => generated 0 bytes in 305 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:19:06.218 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f818ae34-add0-4896-93fa-099a9b8ac350 abacd47a141e4c13b76da9d8b14335a1 6a54d710173d4ad384a8542a552ae3ee - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1045/2060] 10.0.0.230 () {32 vars in 715 bytes} [Thu Jul 2 06:19:06 2026] GET /v2.0/ports/5cb9c083-35fa-451a-a850-32451f8ce9c6 => generated 132 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2061] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:19:06 2026] DELETE /v2.0/subnets/c0c59b9d-0832-484c-9ab1-ec3a5c6ab0e5 => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:19:06.455 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a99c64d8-b6a0-488d-bf4e-ee0207066514'] response: {'server_uuid': '50b03f11-2cb5-4a67-bc79-095af427bfb3', 'name': 'network-vif-deleted', 'tag': 'e675bf5e-e196-48d2-b1be-1ff44b322429', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1046/2062] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:19:06 2026] DELETE /v2.0/networks/7d37d48e-c930-4406-a3b3-9f92996af811 => generated 0 bytes in 364 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:19:06.831 7 WARNING neutron_lib.context [None req-d3a8f448-2f6a-4906-a58f-4210c6768d0d abacd47a141e4c13b76da9d8b14335a1 6a54d710173d4ad384a8542a552ae3ee - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:19:06.975 8 INFO neutron.services.segments.plugin [-] Segment e120bd40-5e32-45f4-9c62-07a5eaea381d resource provider aggregate not found 2026-07-02 06:19:06.981 8 INFO neutron.services.segments.plugin [-] Segment e120bd40-5e32-45f4-9c62-07a5eaea381d resource provider aggregate not found 2026-07-02 06:19:06.996 8 INFO neutron.services.segments.plugin [-] Segment e120bd40-5e32-45f4-9c62-07a5eaea381d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e120bd40-5e32-45f4-9c62-07a5eaea381d found for delete ", "request_id": "req-5ea61344-a785-448d-8080-d4b86232a948"}]} 2026-07-02 06:19:06.999 8 INFO neutron.services.segments.plugin [-] Segment e120bd40-5e32-45f4-9c62-07a5eaea381d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e120bd40-5e32-45f4-9c62-07a5eaea381d found for delete ", "request_id": "req-35e6ab66-e66e-4112-a030-58d7e04c510d"}]} [pid: 8|app: 0|req: 1047/2063] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:19:06 2026] DELETE /v2.0/security-groups/b309c847-39b2-4e17-b0b3-85acbc1ad158 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2064] 10.0.0.230 () {34 vars in 663 bytes} [Thu Jul 2 06:19:06 2026] POST /v2.0/ports => generated 778 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1048/2065] 10.0.0.230 () {32 vars in 730 bytes} [Thu Jul 2 06:19:07 2026] DELETE /v2.0/floatingips/440cff25-cdc2-4e09-a4a9-08b7dbbe1412 => generated 0 bytes in 430 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2066] 10.0.0.230 () {34 vars in 735 bytes} [Thu Jul 2 06:19:07 2026] PUT /v2.0/ports/2e870c6d-8b4a-46ac-8513-1ed1e95cf66b => generated 752 bytes in 629 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2067] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:19:07 2026] GET /v2.0/ports?device_id=8fc6657d-c28f-443e-a669-5fe6b5c00e9d => generated 971 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2068] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:19:07 2026] GET /v2.0/security-groups?id=76e3dc3b-8650-4b42-8c7b-a2b9dfb377ff&fields=id&fields=name => generated 114 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2069] 10.0.0.230 () {32 vars in 718 bytes} [Thu Jul 2 06:19:07 2026] DELETE /v2.0/ports/2e870c6d-8b4a-46ac-8513-1ed1e95cf66b => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2070] 10.0.0.230 () {32 vars in 641 bytes} [Thu Jul 2 06:19:08 2026] GET /v2.0/ports => generated 782 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 06:19:08.215 7 INFO neutron.pecan_wsgi.hooks.translation [None req-903327e5-f598-4229-81a1-466af98c4bc7 abacd47a141e4c13b76da9d8b14335a1 6a54d710173d4ad384a8542a552ae3ee - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1020/2071] 10.0.0.230 () {32 vars in 715 bytes} [Thu Jul 2 06:19:08 2026] GET /v2.0/ports/2e870c6d-8b4a-46ac-8513-1ed1e95cf66b => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2072] 10.0.0.230 () {32 vars in 641 bytes} [Thu Jul 2 06:19:08 2026] GET /v2.0/ports => generated 782 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2073] 10.0.0.230 () {32 vars in 715 bytes} [Thu Jul 2 06:19:08 2026] GET /v2.0/ports/594e8496-ff44-410a-b332-68128fcfd4a2 => generated 779 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2074] 199.204.45.53 () {34 vars in 991 bytes} [Thu Jul 2 06:19:08 2026] GET /v2.0/ports?device_id=8fc6657d-c28f-443e-a669-5fe6b5c00e9d => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:19:08.340 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4c418f9b-6c3b-4a8a-b47a-96c2fe8b39d4 abacd47a141e4c13b76da9d8b14335a1 6a54d710173d4ad384a8542a552ae3ee - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1054/2075] 10.0.0.230 () {32 vars in 718 bytes} [Thu Jul 2 06:19:08 2026] DELETE /v2.0/ports/5cb9c083-35fa-451a-a850-32451f8ce9c6 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:19:08.363 8 INFO neutron.pecan_wsgi.hooks.translation [None req-680d26ec-a60c-4265-a981-7461a36ac086 abacd47a141e4c13b76da9d8b14335a1 6a54d710173d4ad384a8542a552ae3ee - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1055/2076] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:19:08 2026] DELETE /v2.0/subnets/c0c59b9d-0832-484c-9ab1-ec3a5c6ab0e5 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:19:08.386 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2a2827ae-cb51-433a-9356-507d46c58a67 abacd47a141e4c13b76da9d8b14335a1 6a54d710173d4ad384a8542a552ae3ee - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1056/2077] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:19:08 2026] DELETE /v2.0/subnets/7e5d8fbd-603b-4dba-a339-03450ca62acc => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2078] 10.0.0.230 () {32 vars in 718 bytes} [Thu Jul 2 06:19:08 2026] DELETE /v2.0/ports/594e8496-ff44-410a-b332-68128fcfd4a2 => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2079] 199.204.45.53 () {36 vars in 994 bytes} [Thu Jul 2 06:19:08 2026] DELETE /v2.0/ports/7053d759-8809-4500-99f3-e41c21809075 => generated 0 bytes in 302 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2080] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:19:08 2026] DELETE /v2.0/networks/1a66427f-434f-4706-a361-93ec8d692792 => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:19:08.998 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-45c1d572-80ad-4257-96fe-7308b757ada2'] response: {'server_uuid': '8fc6657d-c28f-443e-a669-5fe6b5c00e9d', 'name': 'network-vif-deleted', 'tag': '7053d759-8809-4500-99f3-e41c21809075', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1023/2081] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:19:08 2026] DELETE /v2.0/security-groups/76e3dc3b-8650-4b42-8c7b-a2b9dfb377ff => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:19:09.138 8 INFO neutron.services.segments.plugin [-] Segment cefa2b60-6094-4dec-94e8-279dc62cfd08 resource provider aggregate not found 2026-07-02 06:19:09.144 8 INFO neutron.services.segments.plugin [-] Segment cefa2b60-6094-4dec-94e8-279dc62cfd08 resource provider aggregate not found 2026-07-02 06:19:09.166 8 INFO neutron.services.segments.plugin [-] Segment cefa2b60-6094-4dec-94e8-279dc62cfd08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cefa2b60-6094-4dec-94e8-279dc62cfd08 found for delete ", "request_id": "req-bfd3c343-c1ef-4681-b5f1-d2a93a349ff5"}]} 2026-07-02 06:19:09.191 8 INFO neutron.services.segments.plugin [-] Segment cefa2b60-6094-4dec-94e8-279dc62cfd08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cefa2b60-6094-4dec-94e8-279dc62cfd08 found for delete ", "request_id": "req-9477d9ff-0f13-4af1-896f-7d5cb37d3256"}]} [pid: 7|app: 0|req: 1024/2082] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:19:09 2026] GET /v2.0/security-groups?tenant_id=6a54d710173d4ad384a8542a552ae3ee&name=default => generated 2801 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2083] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:19:09 2026] DELETE /v2.0/security-groups/c6d47c5b-3eff-4ab9-9fb2-21243f07ab3c => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2084] 10.0.0.230 () {34 vars in 787 bytes} [Thu Jul 2 06:19:09 2026] PUT /v2.0/routers/47f5b923-9f55-44a0-9c7b-28ddaf7d7138/remove_router_interface => generated 309 bytes in 1325 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2085] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:19:10 2026] DELETE /v2.0/subnets/13396774-c953-41fa-ad4c-d2b2f535e9cc => generated 0 bytes in 245 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:19:11.754 7 WARNING neutron_lib.context [None req-3944c834-84c1-4a07-a300-fceef6682090 3ff24422fca64e6ca098362b14de9685 94302e14b9834ba8bc3323ebf0c7f031 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:19:11.948 7 INFO neutron.db.segments_db [None req-3944c834-84c1-4a07-a300-fceef6682090 3ff24422fca64e6ca098362b14de9685 94302e14b9834ba8bc3323ebf0c7f031 - - default default] Added segment 924bf16d-0eb3-45a9-aa87-fcf8bfa6faa9 of type vxlan for network ffa3f8ed-5031-4cc2-8c81-2d90932d8e10 [pid: 7|app: 0|req: 1027/2086] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:19:11 2026] POST /v2.0/networks => generated 630 bytes in 547 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:19:12.081 7 WARNING neutron_lib.context [None req-0be33ec1-8d2d-49e9-a345-27e7ec6695fd 3ff24422fca64e6ca098362b14de9685 94302e14b9834ba8bc3323ebf0c7f031 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:19:12.148 7 INFO neutron.db.segments_db [None req-0be33ec1-8d2d-49e9-a345-27e7ec6695fd 3ff24422fca64e6ca098362b14de9685 94302e14b9834ba8bc3323ebf0c7f031 - - default default] Added segment 9f68c412-2727-4d54-a45c-8b747bc06570 of type vxlan for network 801ebb66-2571-480b-b957-6cf2a29fa84b 2026-07-02 06:19:12.247 8 INFO neutron.services.segments.plugin [-] Segment a9bafd67-dc02-4402-b976-5c48c33f9687 resource provider aggregate not found 2026-07-02 06:19:12.254 8 INFO neutron.services.segments.plugin [-] Segment a9bafd67-dc02-4402-b976-5c48c33f9687 resource provider aggregate not found [pid: 7|app: 0|req: 1028/2087] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:19:12 2026] POST /v2.0/networks => generated 630 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:19:12.278 8 INFO neutron.services.segments.plugin [-] Segment a9bafd67-dc02-4402-b976-5c48c33f9687 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9bafd67-dc02-4402-b976-5c48c33f9687 found for delete ", "request_id": "req-fda01466-e0d9-4bb4-90ef-e4953c694ea2"}]} 2026-07-02 06:19:12.284 7 WARNING neutron_lib.context [None req-be7ee256-9db0-4b82-bdb0-7c3da731e7ce 3ff24422fca64e6ca098362b14de9685 94302e14b9834ba8bc3323ebf0c7f031 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:19:12.285 8 INFO neutron.db.l3_hamode_db [None req-3c3dfbcf-270b-4e3f-a191-5f1f04e2127c 6087897c2ab247a8ada2d52c5d5997ea 61df12c91bb44ce59dc4cb8e94c3a5f4 - - default default] HA network f5f48485-b5b9-42e2-a6dd-2a72211896f8 was deleted as no HA routers are present in tenant 61df12c91bb44ce59dc4cb8e94c3a5f4. [pid: 8|app: 0|req: 1060/2088] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:19:10 2026] DELETE /v2.0/routers/47f5b923-9f55-44a0-9c7b-28ddaf7d7138 => generated 0 bytes in 1608 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:19:12.305 8 INFO neutron.services.segments.plugin [-] Segment a9bafd67-dc02-4402-b976-5c48c33f9687 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9bafd67-dc02-4402-b976-5c48c33f9687 found for delete ", "request_id": "req-aebc7fee-94cb-4f5f-a0b5-39dd1c94f208"}]} [pid: 8|app: 0|req: 1061/2089] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:19:12 2026] DELETE /v2.0/networks/5827477a-e4a5-48b7-b5d4-537361fa1174 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2090] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:19:12 2026] POST /v2.0/subnets => generated 602 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:19:12.644 8 WARNING neutron_lib.context [None req-5911fa09-0e62-4844-8e00-41880e0ef9a5 3ff24422fca64e6ca098362b14de9685 94302e14b9834ba8bc3323ebf0c7f031 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1062/2091] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:19:12 2026] POST /v2.0/subnets => generated 602 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:19:13.007 7 WARNING neutron_lib.context [None req-f5a9a4f2-131e-4302-8406-6cd2c5ecfd96 3ff24422fca64e6ca098362b14de9685 94302e14b9834ba8bc3323ebf0c7f031 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:19:13.049 7 INFO neutron.db.segments_db [None req-f5a9a4f2-131e-4302-8406-6cd2c5ecfd96 3ff24422fca64e6ca098362b14de9685 94302e14b9834ba8bc3323ebf0c7f031 - - default default] Added segment 0c9785eb-d3c9-4f9f-8c62-309f64d1853a of type vxlan for network a07027e6-f5ee-4709-b695-f82b21d913d9 2026-07-02 06:19:13.377 7 INFO neutron.db.l3_hamode_db [None req-f5a9a4f2-131e-4302-8406-6cd2c5ecfd96 3ff24422fca64e6ca098362b14de9685 94302e14b9834ba8bc3323ebf0c7f031 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1063/2092] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:19:13 2026] GET /v2.0/security-groups?tenant_id=ec1d4bdeb40d48c58e866b20a447d578&name=default => generated 2801 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:19:13.607 7 INFO neutron.db.l3_hamode_db [None req-f5a9a4f2-131e-4302-8406-6cd2c5ecfd96 3ff24422fca64e6ca098362b14de9685 94302e14b9834ba8bc3323ebf0c7f031 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1066/2095] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:19:13 2026] DELETE /v2.0/security-groups/66a746ff-91ef-4740-9969-6d8e54f48492 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2096] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:19:13 2026] GET /v2.0/security-groups?tenant_id=61df12c91bb44ce59dc4cb8e94c3a5f4&name=default => generated 2801 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2097] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:19:13 2026] DELETE /v2.0/security-groups/056d3456-f4e0-440d-9ca6-567b12cbd0fe => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2098] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:19:12 2026] POST /v2.0/routers => generated 506 bytes in 1527 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:19:14.588 8 INFO neutron.services.segments.plugin [-] Segment 09ba2ea2-bcca-49a0-911b-46299b540a7e resource provider aggregate not found 2026-07-02 06:19:14.593 8 INFO neutron.services.segments.plugin [-] Segment 09ba2ea2-bcca-49a0-911b-46299b540a7e resource provider aggregate not found 2026-07-02 06:19:14.609 8 INFO neutron.services.segments.plugin [-] Segment 09ba2ea2-bcca-49a0-911b-46299b540a7e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09ba2ea2-bcca-49a0-911b-46299b540a7e found for delete ", "request_id": "req-a4b2d1fa-c056-4e64-8394-85bda3814ac2"}]} 2026-07-02 06:19:14.625 8 INFO neutron.services.segments.plugin [-] Segment 09ba2ea2-bcca-49a0-911b-46299b540a7e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09ba2ea2-bcca-49a0-911b-46299b540a7e found for delete ", "request_id": "req-d2b1001f-a87a-4e12-89fb-da23ade34a29"}]} [pid: 8|app: 0|req: 1069/2099] 10.0.0.230 () {34 vars in 781 bytes} [Thu Jul 2 06:19:14 2026] PUT /v2.0/routers/4769dda5-4f74-475e-889e-ff378226b50e/add_router_interface => generated 309 bytes in 1690 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2100] 10.0.0.230 () {32 vars in 715 bytes} [Thu Jul 2 06:19:16 2026] GET /v2.0/ports/8f679378-7e52-4557-bbd4-32733ea8dfc6 => generated 955 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2101] 10.0.0.230 () {34 vars in 781 bytes} [Thu Jul 2 06:19:16 2026] PUT /v2.0/routers/4769dda5-4f74-475e-889e-ff378226b50e/add_router_interface => generated 309 bytes in 1677 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2102] 10.0.0.230 () {32 vars in 715 bytes} [Thu Jul 2 06:19:17 2026] GET /v2.0/ports/ce242c75-c735-4108-8dc9-1c0435331983 => generated 955 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2103] 10.0.0.230 () {34 vars in 787 bytes} [Thu Jul 2 06:19:18 2026] PUT /v2.0/routers/4769dda5-4f74-475e-889e-ff378226b50e/remove_router_interface => generated 309 bytes in 1066 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2104] 10.0.0.230 () {34 vars in 787 bytes} [Thu Jul 2 06:19:19 2026] PUT /v2.0/routers/4769dda5-4f74-475e-889e-ff378226b50e/remove_router_interface => generated 309 bytes in 1193 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2105] 10.0.0.230 () {32 vars in 734 bytes} [Thu Jul 2 06:19:20 2026] GET /v2.0/ports?device_id=4769dda5-4f74-475e-889e-ff378226b50e => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:19:21.085 7 INFO neutron.services.segments.plugin [-] Segment 0c9785eb-d3c9-4f9f-8c62-309f64d1853a resource provider aggregate not found 2026-07-02 06:19:21.090 7 INFO neutron.services.segments.plugin [-] Segment 0c9785eb-d3c9-4f9f-8c62-309f64d1853a resource provider aggregate not found 2026-07-02 06:19:21.106 7 INFO neutron.db.l3_hamode_db [None req-0a69e8b8-61ae-4442-88a5-b66b80bb579c 3ff24422fca64e6ca098362b14de9685 94302e14b9834ba8bc3323ebf0c7f031 - - default default] HA network a07027e6-f5ee-4709-b695-f82b21d913d9 was deleted as no HA routers are present in tenant 94302e14b9834ba8bc3323ebf0c7f031. [pid: 7|app: 0|req: 1034/2106] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:19:20 2026] DELETE /v2.0/routers/4769dda5-4f74-475e-889e-ff378226b50e => generated 0 bytes in 754 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2107] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:19:21 2026] DELETE /v2.0/subnets/d1ede0f4-5b5d-4b05-8b9d-efde3caff8e5 => generated 0 bytes in 622 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:19:21.750 7 INFO neutron.services.segments.plugin [-] Segment 0c9785eb-d3c9-4f9f-8c62-309f64d1853a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c9785eb-d3c9-4f9f-8c62-309f64d1853a found for delete ", "request_id": "req-f5678585-5689-4183-85e4-510e07009e4b"}]} 2026-07-02 06:19:21.751 7 INFO neutron.services.segments.plugin [-] Segment 0c9785eb-d3c9-4f9f-8c62-309f64d1853a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c9785eb-d3c9-4f9f-8c62-309f64d1853a found for delete ", "request_id": "req-de5702b7-51f8-4908-b37a-fae31df3403c"}]} [pid: 7|app: 0|req: 1035/2108] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:19:21 2026] DELETE /v2.0/subnets/702d23d3-ffcc-4cd2-baf1-f0091287cfa7 => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:19:22.207 8 INFO neutron.services.segments.plugin [-] Segment 9f68c412-2727-4d54-a45c-8b747bc06570 resource provider aggregate not found 2026-07-02 06:19:22.213 8 INFO neutron.services.segments.plugin [-] Segment 9f68c412-2727-4d54-a45c-8b747bc06570 resource provider aggregate not found 2026-07-02 06:19:22.229 8 INFO neutron.services.segments.plugin [-] Segment 9f68c412-2727-4d54-a45c-8b747bc06570 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f68c412-2727-4d54-a45c-8b747bc06570 found for delete ", "request_id": "req-ea419e52-51f1-4f53-89a0-74799428b4d7"}]} [pid: 8|app: 0|req: 1074/2109] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:19:22 2026] DELETE /v2.0/networks/801ebb66-2571-480b-b957-6cf2a29fa84b => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2110] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:19:22 2026] DELETE /v2.0/networks/ffa3f8ed-5031-4cc2-8c81-2d90932d8e10 => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:19:22.490 8 INFO neutron.services.segments.plugin [-] Segment 9f68c412-2727-4d54-a45c-8b747bc06570 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f68c412-2727-4d54-a45c-8b747bc06570 found for delete ", "request_id": "req-30336e6f-b4ad-4520-b0c0-d58897c2c028"}]} 2026-07-02 06:19:22.497 8 WARNING neutron_lib.context [None req-4dc7744c-4673-45c2-9bfc-40a3081669f2 3ff24422fca64e6ca098362b14de9685 94302e14b9834ba8bc3323ebf0c7f031 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:19:22.561 8 INFO neutron.db.segments_db [None req-4dc7744c-4673-45c2-9bfc-40a3081669f2 3ff24422fca64e6ca098362b14de9685 94302e14b9834ba8bc3323ebf0c7f031 - - default default] Added segment 84e2207e-1b46-4e3a-987e-582df1a0612f of type vxlan for network 51777bc7-b57f-4211-9ccf-86ff758374c3 [pid: 8|app: 0|req: 1075/2111] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:19:22 2026] POST /v2.0/networks => generated 630 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:19:22.702 7 WARNING neutron_lib.context [None req-1f00a533-a94d-4ced-acb5-cb5faa546fd3 3ff24422fca64e6ca098362b14de9685 94302e14b9834ba8bc3323ebf0c7f031 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1037/2112] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:19:22 2026] POST /v2.0/subnets => generated 602 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:19:23.068 8 WARNING neutron_lib.context [None req-ca48b34b-fe4b-4e5d-8542-0fda4fe4253d 3ff24422fca64e6ca098362b14de9685 94302e14b9834ba8bc3323ebf0c7f031 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:19:23.106 8 INFO neutron.db.segments_db [None req-ca48b34b-fe4b-4e5d-8542-0fda4fe4253d 3ff24422fca64e6ca098362b14de9685 94302e14b9834ba8bc3323ebf0c7f031 - - default default] Added segment a8d2b91f-5aa4-470d-909e-00a10416a99b of type vxlan for network 1b03f3bf-a55f-40f5-ae1c-af4757aa3de6 2026-07-02 06:19:23.408 8 INFO neutron.db.l3_hamode_db [None req-ca48b34b-fe4b-4e5d-8542-0fda4fe4253d 3ff24422fca64e6ca098362b14de9685 94302e14b9834ba8bc3323ebf0c7f031 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 06:19:23.447 7 WARNING neutron_lib.context [None req-27acccc0-1b39-48d3-87f7-91079428afb1 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:19:23.578 7 INFO neutron.db.segments_db [None req-27acccc0-1b39-48d3-87f7-91079428afb1 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] Added segment 06ece14d-05d3-4451-8210-d5cc2e863610 of type vxlan for network a99f89d0-1bb5-4511-b6f9-ca6be99c3906 2026-07-02 06:19:23.665 8 INFO neutron.db.l3_hamode_db [None req-ca48b34b-fe4b-4e5d-8542-0fda4fe4253d 3ff24422fca64e6ca098362b14de9685 94302e14b9834ba8bc3323ebf0c7f031 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1038/2113] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:19:23 2026] POST /v2.0/networks => generated 640 bytes in 457 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:19:23.784 7 WARNING neutron_lib.context [None req-3a08dee3-9407-455d-8bcc-c0c0040d7f84 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:19:23.818 7 INFO neutron.services.segments.plugin [-] Segment 924bf16d-0eb3-45a9-aa87-fcf8bfa6faa9 resource provider aggregate not found 2026-07-02 06:19:23.824 7 INFO neutron.services.segments.plugin [-] Segment 924bf16d-0eb3-45a9-aa87-fcf8bfa6faa9 resource provider aggregate not found 2026-07-02 06:19:23.844 7 INFO neutron.services.segments.plugin [-] Segment 924bf16d-0eb3-45a9-aa87-fcf8bfa6faa9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 924bf16d-0eb3-45a9-aa87-fcf8bfa6faa9 found for delete ", "request_id": "req-2f36aa93-2f91-4c2b-ace4-16c2a9487574"}]} 2026-07-02 06:19:23.853 7 INFO neutron.services.segments.plugin [-] Segment 924bf16d-0eb3-45a9-aa87-fcf8bfa6faa9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 924bf16d-0eb3-45a9-aa87-fcf8bfa6faa9 found for delete ", "request_id": "req-9798b246-1e9c-4877-860a-c7846e144366"}]} [pid: 7|app: 0|req: 1039/2114] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:19:23 2026] POST /v2.0/subnets => generated 633 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2115] 10.0.0.230 () {32 vars in 720 bytes} [Thu Jul 2 06:19:24 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:19:24.225 7 WARNING neutron_lib.context [None req-cbeae418-abef-48a4-9f8a-19f824dd1888 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1076/2116] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:19:23 2026] POST /v2.0/routers => generated 507 bytes in 1503 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:19:24.572 8 WARNING neutron_lib.context [None req-18c4291a-a476-4ffa-846b-c8640d92a3c5 3ff24422fca64e6ca098362b14de9685 94302e14b9834ba8bc3323ebf0c7f031 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1041/2117] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:19:24 2026] POST /v2.0/subnets => generated 707 bytes in 800 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:19:25.027 7 WARNING neutron_lib.context [None req-34af2a3f-7fa7-4516-b646-aab25beebbd3 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:19:25.079 7 INFO neutron.db.segments_db [None req-34af2a3f-7fa7-4516-b646-aab25beebbd3 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] Added segment 0e5889da-02f8-4123-baae-0099d3940a0e of type vxlan for network a8e47d20-8411-4e4b-b8a8-8a636965c6af [pid: 8|app: 0|req: 1077/2118] 10.0.0.230 () {34 vars in 663 bytes} [Thu Jul 2 06:19:24 2026] POST /v2.0/ports => generated 951 bytes in 522 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1042/2119] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:19:25 2026] POST /v2.0/networks => generated 638 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:19:25.212 7 WARNING neutron_lib.context [None req-2bee9e9d-dbf2-4dd3-b033-1a342a31d870 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1043/2120] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:19:25 2026] POST /v2.0/subnets => generated 631 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:19:25.550 7 WARNING neutron_lib.context [None req-0c95f3a7-49c6-4077-b60c-44720abd90e6 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1044/2121] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:19:25 2026] POST /v2.0/subnets => generated 701 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:19:25.929 7 WARNING neutron_lib.context [None req-0609b782-e016-4643-82c9-8dd6bd9ae5f6 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:19:25.989 7 INFO neutron.db.segments_db [None req-0609b782-e016-4643-82c9-8dd6bd9ae5f6 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] Added segment 4c4c614e-0823-40ed-b198-4de61d08abcd of type vxlan for network cacfde1b-4035-4c39-ac30-182e02fecbd5 [pid: 7|app: 0|req: 1045/2122] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:19:25 2026] POST /v2.0/networks => generated 637 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:19:26.139 7 WARNING neutron_lib.context [None req-3e485268-f62b-49ed-973f-8e1ea7c34279 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1046/2123] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:19:26 2026] POST /v2.0/subnets => generated 631 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:19:26.498 7 WARNING neutron_lib.context [None req-17761b38-c5f0-460a-b693-78a6c8118694 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1078/2124] 10.0.0.230 () {34 vars in 781 bytes} [Thu Jul 2 06:19:25 2026] PUT /v2.0/routers/8ea677d2-d2d2-42fa-ac27-10ae03a74229/add_router_interface => generated 309 bytes in 1554 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1079/2125] 10.0.0.230 () {32 vars in 715 bytes} [Thu Jul 2 06:19:26 2026] GET /v2.0/ports/eeb46622-c50c-4cc6-bb22-a86856f1c634 => generated 1025 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2126] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:19:26 2026] POST /v2.0/subnets => generated 706 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:19:26.913 7 WARNING neutron_lib.context [None req-df9bca88-21e6-44a5-9113-f02bc66ead17 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:19:26.957 7 INFO neutron.db.segments_db [None req-df9bca88-21e6-44a5-9113-f02bc66ead17 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] Added segment 7d2465d9-a8d3-4e34-8e08-ba48a38be6fb of type vxlan for network e056a9fc-7d71-4c0e-a7b2-fd1883edf861 2026-07-02 06:19:27.368 7 INFO neutron.db.l3_hamode_db [None req-df9bca88-21e6-44a5-9113-f02bc66ead17 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1080/2127] 10.0.0.230 () {34 vars in 787 bytes} [Thu Jul 2 06:19:26 2026] PUT /v2.0/routers/8ea677d2-d2d2-42fa-ac27-10ae03a74229/remove_router_interface => generated 309 bytes in 1233 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 06:19:28.623 8 INFO neutron.api.v2.resource [None req-4a6db51a-1c52-4a07-a144-8a13037498df 3ff24422fca64e6ca098362b14de9685 94302e14b9834ba8bc3323ebf0c7f031 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1081/2128] 10.0.0.230 () {34 vars in 787 bytes} [Thu Jul 2 06:19:28 2026] PUT /v2.0/routers/8ea677d2-d2d2-42fa-ac27-10ae03a74229/remove_router_interface => generated 197 bytes in 614 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:19:28.629 7 INFO neutron.db.l3_hamode_db [None req-df9bca88-21e6-44a5-9113-f02bc66ead17 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1084/2131] 10.0.0.230 () {32 vars in 734 bytes} [Thu Jul 2 06:19:28 2026] GET /v2.0/ports?device_id=8ea677d2-d2d2-42fa-ac27-10ae03a74229 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:19:29.348 8 INFO neutron.services.segments.plugin [-] Segment a8d2b91f-5aa4-470d-909e-00a10416a99b resource provider aggregate not found 2026-07-02 06:19:29.356 8 INFO neutron.services.segments.plugin [-] Segment a8d2b91f-5aa4-470d-909e-00a10416a99b resource provider aggregate not found 2026-07-02 06:19:29.371 8 INFO neutron.services.segments.plugin [-] Segment a8d2b91f-5aa4-470d-909e-00a10416a99b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8d2b91f-5aa4-470d-909e-00a10416a99b found for delete ", "request_id": "req-b915c837-c62c-4844-9251-46d0489efc36"}]} 2026-07-02 06:19:29.377 8 INFO neutron.services.segments.plugin [-] Segment a8d2b91f-5aa4-470d-909e-00a10416a99b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8d2b91f-5aa4-470d-909e-00a10416a99b found for delete ", "request_id": "req-d2089858-c7b0-411e-8ef3-04b0532b3fa2"}]} 2026-07-02 06:19:29.382 8 INFO neutron.db.l3_hamode_db [None req-9f609ebd-6567-4120-a849-036b45963ac0 3ff24422fca64e6ca098362b14de9685 94302e14b9834ba8bc3323ebf0c7f031 - - default default] HA network 1b03f3bf-a55f-40f5-ae1c-af4757aa3de6 was deleted as no HA routers are present in tenant 94302e14b9834ba8bc3323ebf0c7f031. [pid: 8|app: 0|req: 1085/2132] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:19:28 2026] DELETE /v2.0/routers/8ea677d2-d2d2-42fa-ac27-10ae03a74229 => generated 0 bytes in 719 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2133] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:19:29 2026] DELETE /v2.0/subnets/847dadbf-6f2f-445b-a728-2d47efc60260 => generated 0 bytes in 253 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2134] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:19:26 2026] POST /v2.0/routers => generated 685 bytes in 2947 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2135] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:19:29 2026] DELETE /v2.0/networks/51777bc7-b57f-4211-9ccf-86ff758374c3 => generated 0 bytes in 479 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:19:30.145 8 WARNING neutron_lib.context [None req-712148bf-1b43-402b-8283-9619547a338e 3ff24422fca64e6ca098362b14de9685 94302e14b9834ba8bc3323ebf0c7f031 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:19:30.223 8 INFO neutron.db.segments_db [None req-712148bf-1b43-402b-8283-9619547a338e 3ff24422fca64e6ca098362b14de9685 94302e14b9834ba8bc3323ebf0c7f031 - - default default] Added segment e0e64aae-9e18-4529-9e0f-0a4965a9e831 of type vxlan for network 1505c26b-061c-4c6b-b1ea-841ece182b71 [pid: 8|app: 0|req: 1088/2136] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:19:30 2026] POST /v2.0/networks => generated 629 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:19:30.352 8 WARNING neutron_lib.context [None req-e8d813f0-de01-4437-b9d6-4967bc27c7a7 3ff24422fca64e6ca098362b14de9685 94302e14b9834ba8bc3323ebf0c7f031 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1089/2137] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:19:30 2026] POST /v2.0/subnets => generated 602 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:19:30.671 8 WARNING neutron_lib.context [None req-d1585dea-22e5-4c2a-b7f1-6116d778d748 3ff24422fca64e6ca098362b14de9685 94302e14b9834ba8bc3323ebf0c7f031 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:19:30.716 8 INFO neutron.db.segments_db [None req-d1585dea-22e5-4c2a-b7f1-6116d778d748 3ff24422fca64e6ca098362b14de9685 94302e14b9834ba8bc3323ebf0c7f031 - - default default] Added segment 07503f36-efd1-469d-90d2-d43e153c4d1d of type vxlan for network c6677b3f-d6b2-4d3b-92a4-a68c662c6de3 2026-07-02 06:19:31.023 8 INFO neutron.db.l3_hamode_db [None req-d1585dea-22e5-4c2a-b7f1-6116d778d748 3ff24422fca64e6ca098362b14de9685 94302e14b9834ba8bc3323ebf0c7f031 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 06:19:31.215 8 INFO neutron.db.l3_hamode_db [None req-d1585dea-22e5-4c2a-b7f1-6116d778d748 3ff24422fca64e6ca098362b14de9685 94302e14b9834ba8bc3323ebf0c7f031 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 06:19:31.395 8 INFO neutron.services.segments.plugin [-] Segment 84e2207e-1b46-4e3a-987e-582df1a0612f resource provider aggregate not found 2026-07-02 06:19:31.409 8 INFO neutron.services.segments.plugin [-] Segment 84e2207e-1b46-4e3a-987e-582df1a0612f resource provider aggregate not found 2026-07-02 06:19:31.417 8 INFO neutron.services.segments.plugin [-] Segment 84e2207e-1b46-4e3a-987e-582df1a0612f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84e2207e-1b46-4e3a-987e-582df1a0612f found for delete ", "request_id": "req-6a82ef8e-a60a-4d3c-9b44-c684ffdd6ade"}]} 2026-07-02 06:19:31.436 8 INFO neutron.services.segments.plugin [-] Segment 84e2207e-1b46-4e3a-987e-582df1a0612f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84e2207e-1b46-4e3a-987e-582df1a0612f found for delete ", "request_id": "req-c67f3c8e-f74f-40ec-9e29-da78ba84d72e"}]} [pid: 7|app: 0|req: 1049/2138] 10.0.0.230 () {34 vars in 781 bytes} [Thu Jul 2 06:19:29 2026] PUT /v2.0/routers/53e69144-9ffb-406c-ad18-a9baf2f9089a/add_router_interface => generated 309 bytes in 1787 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2139] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:19:30 2026] POST /v2.0/routers => generated 507 bytes in 1459 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2140] 10.0.0.230 () {34 vars in 781 bytes} [Thu Jul 2 06:19:32 2026] PUT /v2.0/routers/9fc43b7a-ef15-46b0-96f1-cbbb3e1175d4/add_router_interface => generated 309 bytes in 1799 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2141] 10.0.0.230 () {32 vars in 715 bytes} [Thu Jul 2 06:19:33 2026] GET /v2.0/ports/781a2f71-0fc2-4030-8931-d480cd75529d => generated 955 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2142] 10.0.0.230 () {34 vars in 781 bytes} [Thu Jul 2 06:19:31 2026] PUT /v2.0/routers/53e69144-9ffb-406c-ad18-a9baf2f9089a/add_router_interface => generated 309 bytes in 2388 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2143] 10.0.0.230 () {34 vars in 787 bytes} [Thu Jul 2 06:19:33 2026] PUT /v2.0/routers/9fc43b7a-ef15-46b0-96f1-cbbb3e1175d4/remove_router_interface => generated 309 bytes in 1104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2144] 10.0.0.230 () {32 vars in 734 bytes} [Thu Jul 2 06:19:35 2026] GET /v2.0/ports?device_id=9fc43b7a-ef15-46b0-96f1-cbbb3e1175d4 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2145] 10.0.0.230 () {34 vars in 781 bytes} [Thu Jul 2 06:19:34 2026] PUT /v2.0/routers/53e69144-9ffb-406c-ad18-a9baf2f9089a/add_router_interface => generated 309 bytes in 1637 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:19:35.759 7 WARNING neutron_lib.context [None req-0acd3bf5-2e47-40d3-ba2c-4c66c5621fad 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:19:35.818 8 INFO neutron.services.segments.plugin [-] Segment 07503f36-efd1-469d-90d2-d43e153c4d1d resource provider aggregate not found 2026-07-02 06:19:35.822 8 INFO neutron.services.segments.plugin [-] Segment 07503f36-efd1-469d-90d2-d43e153c4d1d resource provider aggregate not found 2026-07-02 06:19:35.833 8 INFO neutron.services.segments.plugin [-] Segment 07503f36-efd1-469d-90d2-d43e153c4d1d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07503f36-efd1-469d-90d2-d43e153c4d1d found for delete ", "request_id": "req-42bdadb2-e2e4-406d-b2bc-f959fa5033c3"}]} 2026-07-02 06:19:35.841 8 INFO neutron.services.segments.plugin [-] Segment 07503f36-efd1-469d-90d2-d43e153c4d1d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07503f36-efd1-469d-90d2-d43e153c4d1d found for delete ", "request_id": "req-3ecadf37-c69e-4099-ba41-bafd8855ade0"}]} 2026-07-02 06:19:35.848 8 INFO neutron.db.l3_hamode_db [None req-510343bc-364a-4097-b213-871d2a67dbc3 3ff24422fca64e6ca098362b14de9685 94302e14b9834ba8bc3323ebf0c7f031 - - default default] HA network c6677b3f-d6b2-4d3b-92a4-a68c662c6de3 was deleted as no HA routers are present in tenant 94302e14b9834ba8bc3323ebf0c7f031. [pid: 8|app: 0|req: 1095/2146] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:19:35 2026] DELETE /v2.0/routers/9fc43b7a-ef15-46b0-96f1-cbbb3e1175d4 => generated 0 bytes in 735 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2147] 10.0.0.230 () {34 vars in 682 bytes} [Thu Jul 2 06:19:35 2026] POST /v2.0/security-groups => generated 1564 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 06:19:35.916 7 WARNING neutron_lib.context [None req-010bd4a9-1895-48e2-bf05-fff32181681e 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1053/2148] 10.0.0.230 () {34 vars in 693 bytes} [Thu Jul 2 06:19:35 2026] POST /v2.0/security-group-rules => generated 565 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:19:36.040 7 WARNING neutron_lib.context [None req-78cdd87a-90dd-4a00-8e09-43cd4c4a5748 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1054/2149] 10.0.0.230 () {34 vars in 693 bytes} [Thu Jul 2 06:19:36 2026] POST /v2.0/security-group-rules => generated 565 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:19:36.142 7 WARNING neutron_lib.context [None req-c917bd45-1d82-475e-a3db-cc15fb83de74 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1055/2150] 10.0.0.230 () {34 vars in 693 bytes} [Thu Jul 2 06:19:36 2026] POST /v2.0/security-group-rules => generated 567 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:19:36.244 7 WARNING neutron_lib.context [None req-638c0dcf-b92d-465a-a586-3accd1579f01 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1056/2151] 10.0.0.230 () {34 vars in 693 bytes} [Thu Jul 2 06:19:36 2026] POST /v2.0/security-group-rules => generated 569 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:19:36.352 7 WARNING neutron_lib.context [None req-26accf2c-e379-4686-b9a1-0b419a9f7c13 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1057/2152] 10.0.0.230 () {34 vars in 693 bytes} [Thu Jul 2 06:19:36 2026] POST /v2.0/security-group-rules => generated 569 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:19:36.449 7 WARNING neutron_lib.context [None req-75814a78-a83f-4c50-8df2-14be7783f674 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1096/2153] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:19:35 2026] DELETE /v2.0/subnets/d9984c08-c5e9-4e6c-b580-48ce47b01c19 => generated 0 bytes in 618 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2154] 10.0.0.230 () {34 vars in 693 bytes} [Thu Jul 2 06:19:36 2026] POST /v2.0/security-group-rules => generated 565 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:19:36.574 7 WARNING neutron_lib.context [None req-418f8bbd-df41-49f1-bd2c-4f3e5786ba25 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1059/2155] 10.0.0.230 () {34 vars in 693 bytes} [Thu Jul 2 06:19:36 2026] POST /v2.0/security-group-rules => generated 565 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:19:36.698 7 WARNING neutron_lib.context [None req-676312b7-b1a6-400c-a6d3-1287323cd14b 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1060/2156] 10.0.0.230 () {34 vars in 693 bytes} [Thu Jul 2 06:19:36 2026] POST /v2.0/security-group-rules => generated 565 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:19:36.842 7 WARNING neutron_lib.context [None req-4f716c18-3ecf-4573-b4d2-5ae8b43dc64b 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1097/2157] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:19:36 2026] DELETE /v2.0/networks/1505c26b-061c-4c6b-b1ea-841ece182b71 => generated 0 bytes in 420 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:19:36.914 8 WARNING neutron_lib.context [None req-5d25d3d7-e75b-4651-aa14-25b4c20a61fd 3ff24422fca64e6ca098362b14de9685 94302e14b9834ba8bc3323ebf0c7f031 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1061/2158] 10.0.0.230 () {34 vars in 693 bytes} [Thu Jul 2 06:19:36 2026] POST /v2.0/security-group-rules => generated 567 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:19:36.958 7 WARNING neutron_lib.context [None req-4535c770-7452-4555-8cf5-093128fd94ea 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:19:36.967 8 INFO neutron.db.segments_db [None req-5d25d3d7-e75b-4651-aa14-25b4c20a61fd 3ff24422fca64e6ca098362b14de9685 94302e14b9834ba8bc3323ebf0c7f031 - - default default] Added segment 5e73d386-c706-4f03-93d4-9f789f30bdf8 of type vxlan for network 3030255e-0f28-4b66-9957-31732c9bf1e7 [pid: 7|app: 0|req: 1062/2159] 10.0.0.230 () {34 vars in 693 bytes} [Thu Jul 2 06:19:36 2026] POST /v2.0/security-group-rules => generated 569 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:19:37.087 7 WARNING neutron_lib.context [None req-52d7f7b2-7817-4c77-841b-10ce7203fdf2 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1063/2160] 10.0.0.230 () {34 vars in 693 bytes} [Thu Jul 2 06:19:37 2026] POST /v2.0/security-group-rules => generated 565 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:19:37.338 8 INFO neutron.db.l3_hamode_db [None req-5d25d3d7-e75b-4651-aa14-25b4c20a61fd 3ff24422fca64e6ca098362b14de9685 94302e14b9834ba8bc3323ebf0c7f031 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1064/2161] 10.0.0.21 () {34 vars in 1089 bytes} [Thu Jul 2 06:19:37 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-20630991&fields=id&tenant_id=ffcd9361acf749798b70118fec6eeca7 => generated 69 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2162] 10.0.0.21 () {34 vars in 979 bytes} [Thu Jul 2 06:19:37 2026] GET /v2.0/networks?id=a8e47d20-8411-4e4b-b8a8-8a636965c6af => generated 705 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2163] 10.0.0.21 () {34 vars in 962 bytes} [Thu Jul 2 06:19:37 2026] GET /v2.0/quotas/ffcd9361acf749798b70118fec6eeca7 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2164] 10.0.0.21 () {34 vars in 999 bytes} [Thu Jul 2 06:19:37 2026] GET /v2.0/ports?tenant_id=ffcd9361acf749798b70118fec6eeca7&fields=id => generated 287 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:19:37.860 8 INFO neutron.services.segments.plugin [-] Segment e0e64aae-9e18-4529-9e0f-0a4965a9e831 resource provider aggregate not found 2026-07-02 06:19:37.866 8 INFO neutron.services.segments.plugin [-] Segment e0e64aae-9e18-4529-9e0f-0a4965a9e831 resource provider aggregate not found 2026-07-02 06:19:37.883 8 INFO neutron.services.segments.plugin [-] Segment e0e64aae-9e18-4529-9e0f-0a4965a9e831 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0e64aae-9e18-4529-9e0f-0a4965a9e831 found for delete ", "request_id": "req-27996cde-bda9-4d53-8df1-ef5c53efd783"}]} 2026-07-02 06:19:37.884 8 INFO neutron.services.segments.plugin [-] Segment e0e64aae-9e18-4529-9e0f-0a4965a9e831 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0e64aae-9e18-4529-9e0f-0a4965a9e831 found for delete ", "request_id": "req-06134bcd-4091-435a-bb45-eb5661c09f80"}]} [pid: 7|app: 0|req: 1068/2165] 10.0.0.21 () {34 vars in 1005 bytes} [Thu Jul 2 06:19:37 2026] GET /v2.0/networks/a8e47d20-8411-4e4b-b8a8-8a636965c6af?fields=segments => generated 14 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2166] 10.0.0.21 () {34 vars in 1105 bytes} [Thu Jul 2 06:19:37 2026] GET /v2.0/networks/a8e47d20-8411-4e4b-b8a8-8a636965c6af?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2167] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:19:38 2026] GET /v2.0/ports?device_id=3d9785b3-d69a-4d84-93dd-decb2e9072eb => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:19:38.434 8 INFO neutron.db.l3_hamode_db [None req-5d25d3d7-e75b-4651-aa14-25b4c20a61fd 3ff24422fca64e6ca098362b14de9685 94302e14b9834ba8bc3323ebf0c7f031 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1071/2168] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:19:38 2026] GET /v2.0/networks?id=a8e47d20-8411-4e4b-b8a8-8a636965c6af => generated 705 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2169] 199.204.45.53 () {34 vars in 1047 bytes} [Thu Jul 2 06:19:38 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ffcd9361acf749798b70118fec6eeca7 => generated 177 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:19:38.919 7 WARNING neutron_lib.context [req-e4c26d02-262b-405d-8563-47770bbf1c6c req-4489a827-8b40-4fd3-9018-58c25453b9dd 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1073/2170] 199.204.45.53 () {38 vars in 952 bytes} [Thu Jul 2 06:19:38 2026] POST /v2.0/ports => generated 1183 bytes in 486 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1098/2171] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:19:36 2026] POST /v2.0/routers => generated 686 bytes in 2683 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2172] 10.0.0.230 () {32 vars in 719 bytes} [Thu Jul 2 06:19:39 2026] GET /v2.0/routers/2829ab93-6b69-4a8d-b36b-d4770b5ddfe4 => generated 692 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2173] 10.0.0.230 () {32 vars in 645 bytes} [Thu Jul 2 06:19:39 2026] GET /v2.0/routers => generated 695 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2174] 199.204.45.53 () {38 vars in 1025 bytes} [Thu Jul 2 06:19:39 2026] PUT /v2.0/ports/0ce58348-0e65-4a0b-9345-850b21d47098 => generated 1428 bytes in 560 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 06:19:40.041 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-152f4e62-7e7d-411b-bd89-9ce21005bdaa'] response: {'name': 'network-changed', 'server_uuid': '3d9785b3-d69a-4d84-93dd-decb2e9072eb', 'tag': '0ce58348-0e65-4a0b-9345-850b21d47098', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1075/2175] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:19:40 2026] GET /v2.0/ports?tenant_id=ffcd9361acf749798b70118fec6eeca7&device_id=3d9785b3-d69a-4d84-93dd-decb2e9072eb => generated 1467 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1076/2176] 199.204.45.53 () {34 vars in 1055 bytes} [Thu Jul 2 06:19:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.192&port_id=0ce58348-0e65-4a0b-9345-850b21d47098 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2177] 199.204.45.53 () {34 vars in 1101 bytes} [Thu Jul 2 06:19:40 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A231&port_id=0ce58348-0e65-4a0b-9345-850b21d47098 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2178] 199.204.45.53 () {34 vars in 1061 bytes} [Thu Jul 2 06:19:40 2026] GET /v2.0/subnets?id=4f2eb02f-c55d-4685-8289-345ff4fb1e80&id=02e4d84d-6667-456b-bb82-18c7ba3efaf2 => generated 1361 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2179] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:19:40 2026] GET /v2.0/ports?network_id=a8e47d20-8411-4e4b-b8a8-8a636965c6af&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2180] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:19:40 2026] GET /v2.0/ports?network_id=a8e47d20-8411-4e4b-b8a8-8a636965c6af&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2181] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:19:40 2026] GET /v2.0/networks/a8e47d20-8411-4e4b-b8a8-8a636965c6af?fields=segments => generated 14 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2182] 10.0.0.230 () {34 vars in 739 bytes} [Thu Jul 2 06:19:39 2026] PUT /v2.0/routers/2829ab93-6b69-4a8d-b36b-d4770b5ddfe4 => generated 699 bytes in 518 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2183] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:19:40 2026] GET /v2.0/networks/a8e47d20-8411-4e4b-b8a8-8a636965c6af?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2184] 10.0.0.230 () {32 vars in 719 bytes} [Thu Jul 2 06:19:40 2026] GET /v2.0/routers/2829ab93-6b69-4a8d-b36b-d4770b5ddfe4 => generated 699 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2185] 10.0.0.230 () {32 vars in 734 bytes} [Thu Jul 2 06:19:40 2026] GET /v2.0/ports?device_id=2829ab93-6b69-4a8d-b36b-d4770b5ddfe4 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2186] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:19:40 2026] GET /v2.0/ports?tenant_id=ffcd9361acf749798b70118fec6eeca7&device_id=3d9785b3-d69a-4d84-93dd-decb2e9072eb => generated 1467 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2187] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:19:40 2026] GET /v2.0/networks?id=a8e47d20-8411-4e4b-b8a8-8a636965c6af => generated 801 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2188] 199.204.45.53 () {34 vars in 1055 bytes} [Thu Jul 2 06:19:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.192&port_id=0ce58348-0e65-4a0b-9345-850b21d47098 => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2189] 199.204.45.53 () {34 vars in 1101 bytes} [Thu Jul 2 06:19:40 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A231&port_id=0ce58348-0e65-4a0b-9345-850b21d47098 => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2190] 199.204.45.53 () {34 vars in 1061 bytes} [Thu Jul 2 06:19:40 2026] GET /v2.0/subnets?id=4f2eb02f-c55d-4685-8289-345ff4fb1e80&id=02e4d84d-6667-456b-bb82-18c7ba3efaf2 => generated 1361 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2191] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:19:40 2026] GET /v2.0/ports?network_id=a8e47d20-8411-4e4b-b8a8-8a636965c6af&device_owner=network%3Adhcp => generated 1457 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2192] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:19:40 2026] GET /v2.0/ports?network_id=a8e47d20-8411-4e4b-b8a8-8a636965c6af&device_owner=network%3Adhcp => generated 1457 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2193] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:19:40 2026] GET /v2.0/networks/a8e47d20-8411-4e4b-b8a8-8a636965c6af?fields=segments => generated 14 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2194] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:19:41 2026] GET /v2.0/networks/a8e47d20-8411-4e4b-b8a8-8a636965c6af?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:19:41.676 8 INFO neutron.services.segments.plugin [-] Segment 5e73d386-c706-4f03-93d4-9f789f30bdf8 resource provider aggregate not found 2026-07-02 06:19:41.681 8 INFO neutron.services.segments.plugin [-] Segment 5e73d386-c706-4f03-93d4-9f789f30bdf8 resource provider aggregate not found 2026-07-02 06:19:41.709 8 INFO neutron.services.segments.plugin [-] Segment 5e73d386-c706-4f03-93d4-9f789f30bdf8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e73d386-c706-4f03-93d4-9f789f30bdf8 found for delete ", "request_id": "req-e1904b68-652b-4ed2-be6d-d8c660120290"}]} 2026-07-02 06:19:41.710 8 INFO neutron.services.segments.plugin [-] Segment 5e73d386-c706-4f03-93d4-9f789f30bdf8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e73d386-c706-4f03-93d4-9f789f30bdf8 found for delete ", "request_id": "req-b9ef1dda-90ac-4167-97e4-caa7908a8eee"}]} 2026-07-02 06:19:41.720 8 INFO neutron.db.l3_hamode_db [None req-052ec9ed-0765-4e05-8389-3d2b0736fa1f 3ff24422fca64e6ca098362b14de9685 94302e14b9834ba8bc3323ebf0c7f031 - - default default] HA network 3030255e-0f28-4b66-9957-31732c9bf1e7 was deleted as no HA routers are present in tenant 94302e14b9834ba8bc3323ebf0c7f031. [pid: 8|app: 0|req: 1104/2195] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:19:40 2026] DELETE /v2.0/routers/2829ab93-6b69-4a8d-b36b-d4770b5ddfe4 => generated 0 bytes in 1226 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2196] 10.0.0.230 () {32 vars in 734 bytes} [Thu Jul 2 06:19:41 2026] GET /v2.0/ports?device_id=2829ab93-6b69-4a8d-b36b-d4770b5ddfe4 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:19:41.814 8 INFO neutron.api.v2.resource [None req-f8b31ae1-663b-40d5-9990-f5d58eecec90 3ff24422fca64e6ca098362b14de9685 94302e14b9834ba8bc3323ebf0c7f031 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1105/2197] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:19:41 2026] DELETE /v2.0/routers/2829ab93-6b69-4a8d-b36b-d4770b5ddfe4 => generated 135 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2198] 10.0.0.230 () {32 vars in 734 bytes} [Thu Jul 2 06:19:41 2026] GET /v2.0/ports?device_id=9fc43b7a-ef15-46b0-96f1-cbbb3e1175d4 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:19:41.891 8 INFO neutron.api.v2.resource [None req-a95e13f3-c5e3-4227-be6e-988297146609 3ff24422fca64e6ca098362b14de9685 94302e14b9834ba8bc3323ebf0c7f031 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1106/2199] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:19:41 2026] DELETE /v2.0/routers/9fc43b7a-ef15-46b0-96f1-cbbb3e1175d4 => generated 135 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:19:41.917 7 INFO neutron.pecan_wsgi.hooks.translation [None req-53360444-9bc4-45ad-810e-7bc337a9dfb9 3ff24422fca64e6ca098362b14de9685 94302e14b9834ba8bc3323ebf0c7f031 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1094/2200] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:19:41 2026] DELETE /v2.0/subnets/d9984c08-c5e9-4e6c-b580-48ce47b01c19 => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2201] 10.0.0.230 () {32 vars in 734 bytes} [Thu Jul 2 06:19:41 2026] GET /v2.0/ports?device_id=8ea677d2-d2d2-42fa-ac27-10ae03a74229 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:19:41.978 7 INFO neutron.api.v2.resource [None req-c1020c08-672c-4c25-bd69-3efd0b251ed2 3ff24422fca64e6ca098362b14de9685 94302e14b9834ba8bc3323ebf0c7f031 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1095/2202] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:19:41 2026] DELETE /v2.0/routers/8ea677d2-d2d2-42fa-ac27-10ae03a74229 => generated 135 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:19:42.006 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a9322b44-e9da-4ac0-a495-4157063a9460 3ff24422fca64e6ca098362b14de9685 94302e14b9834ba8bc3323ebf0c7f031 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1108/2203] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:19:41 2026] DELETE /v2.0/subnets/847dadbf-6f2f-445b-a728-2d47efc60260 => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2204] 10.0.0.230 () {32 vars in 734 bytes} [Thu Jul 2 06:19:42 2026] GET /v2.0/ports?device_id=4769dda5-4f74-475e-889e-ff378226b50e => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:19:42.078 8 INFO neutron.api.v2.resource [None req-606a9152-a3cc-406a-a1e0-e5e4ccad9fab 3ff24422fca64e6ca098362b14de9685 94302e14b9834ba8bc3323ebf0c7f031 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1109/2205] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:19:42 2026] DELETE /v2.0/routers/4769dda5-4f74-475e-889e-ff378226b50e => generated 135 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:19:42.117 7 INFO neutron.pecan_wsgi.hooks.translation [None req-64e65266-c1d2-45a8-8965-f791f7ff62a7 3ff24422fca64e6ca098362b14de9685 94302e14b9834ba8bc3323ebf0c7f031 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1097/2206] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:19:42 2026] DELETE /v2.0/subnets/d1ede0f4-5b5d-4b05-8b9d-efde3caff8e5 => generated 136 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:19:42.154 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d7ecb0f5-d7b9-4b71-b799-1cb995233e2b 3ff24422fca64e6ca098362b14de9685 94302e14b9834ba8bc3323ebf0c7f031 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1110/2207] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:19:42 2026] DELETE /v2.0/subnets/702d23d3-ffcc-4cd2-baf1-f0091287cfa7 => generated 136 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2208] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:19:42 2026] GET /v2.0/security-groups?tenant_id=94302e14b9834ba8bc3323ebf0c7f031&name=default => generated 2801 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2209] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:19:42 2026] DELETE /v2.0/security-groups/fb44ec94-5bdf-4282-b68a-e79d37fe9690 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2210] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:19:43 2026] GET /v2.0/ports?device_id=3d9785b3-d69a-4d84-93dd-decb2e9072eb => generated 1200 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2213] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:19:43 2026] GET /v2.0/security-groups?id=71aa8f1a-0082-46e6-8216-ebe70c965053&fields=id&fields=name => generated 110 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2214] 10.0.0.230 () {32 vars in 816 bytes} [Thu Jul 2 06:19:43 2026] GET /v2.0/ports?network_id=a8e47d20-8411-4e4b-b8a8-8a636965c6af&mac_address=fa%3A16%3A3e%3A94%3A65%3A69 => generated 1200 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:19:43.547 8 WARNING neutron_lib.context [None req-0922c833-2eba-485d-a6fb-5d610324481b 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:19:44.399 8 INFO neutron.db.l3_db [None req-0922c833-2eba-485d-a6fb-5d610324481b 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] Floating IP 728d208a-1d4d-448b-90d3-de8661c19243 associated. External IP: 10.96.250.205, port: 0ce58348-0e65-4a0b-9345-850b21d47098. [pid: 8|app: 0|req: 1113/2215] 10.0.0.230 () {34 vars in 675 bytes} [Thu Jul 2 06:19:43 2026] POST /v2.0/floatingips => generated 855 bytes in 1672 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2216] 10.0.0.21 () {34 vars in 1089 bytes} [Thu Jul 2 06:19:45 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-20630991&fields=id&tenant_id=ffcd9361acf749798b70118fec6eeca7 => generated 69 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:19:45.425 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-41de05fb-178e-4b75-a3d4-ba9dc21f2a51'] response: {'name': 'network-changed', 'server_uuid': '3d9785b3-d69a-4d84-93dd-decb2e9072eb', 'tag': '0ce58348-0e65-4a0b-9345-850b21d47098', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1104/2217] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:19:45 2026] GET /v2.0/ports?tenant_id=ffcd9361acf749798b70118fec6eeca7&device_id=3d9785b3-d69a-4d84-93dd-decb2e9072eb => generated 1469 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2218] 10.0.0.21 () {34 vars in 979 bytes} [Thu Jul 2 06:19:45 2026] GET /v2.0/networks?id=cacfde1b-4035-4c39-ac30-182e02fecbd5 => generated 704 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2219] 10.0.0.21 () {34 vars in 962 bytes} [Thu Jul 2 06:19:45 2026] GET /v2.0/quotas/ffcd9361acf749798b70118fec6eeca7 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2220] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:19:45 2026] GET /v2.0/networks?id=a8e47d20-8411-4e4b-b8a8-8a636965c6af => generated 801 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2221] 199.204.45.53 () {34 vars in 1055 bytes} [Thu Jul 2 06:19:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.192&port_id=0ce58348-0e65-4a0b-9345-850b21d47098 => generated 858 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2222] 199.204.45.53 () {34 vars in 1101 bytes} [Thu Jul 2 06:19:45 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A231&port_id=0ce58348-0e65-4a0b-9345-850b21d47098 => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2223] 199.204.45.53 () {34 vars in 1061 bytes} [Thu Jul 2 06:19:45 2026] GET /v2.0/subnets?id=4f2eb02f-c55d-4685-8289-345ff4fb1e80&id=02e4d84d-6667-456b-bb82-18c7ba3efaf2 => generated 1361 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2224] 10.0.0.21 () {34 vars in 999 bytes} [Thu Jul 2 06:19:45 2026] GET /v2.0/ports?tenant_id=ffcd9361acf749798b70118fec6eeca7&fields=id => generated 333 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2225] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:19:45 2026] GET /v2.0/ports?network_id=a8e47d20-8411-4e4b-b8a8-8a636965c6af&device_owner=network%3Adhcp => generated 1457 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2226] 10.0.0.21 () {34 vars in 1005 bytes} [Thu Jul 2 06:19:45 2026] GET /v2.0/networks/cacfde1b-4035-4c39-ac30-182e02fecbd5?fields=segments => generated 14 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2227] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:19:45 2026] GET /v2.0/ports?network_id=a8e47d20-8411-4e4b-b8a8-8a636965c6af&device_owner=network%3Adhcp => generated 1457 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2228] 10.0.0.21 () {34 vars in 1105 bytes} [Thu Jul 2 06:19:45 2026] GET /v2.0/networks/cacfde1b-4035-4c39-ac30-182e02fecbd5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2229] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:19:45 2026] GET /v2.0/networks/a8e47d20-8411-4e4b-b8a8-8a636965c6af?fields=segments => generated 14 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2230] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:19:46 2026] GET /v2.0/networks/a8e47d20-8411-4e4b-b8a8-8a636965c6af?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2231] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:19:46 2026] GET /v2.0/ports?device_id=1c37535a-0c99-481c-a838-b6cf19c4e232 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2232] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:19:46 2026] GET /v2.0/security-groups?tenant_id=46104b5ba4b943f5894068b41c9742ca&name=default => generated 2805 bytes in 341 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2233] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:19:46 2026] GET /v2.0/networks?id=cacfde1b-4035-4c39-ac30-182e02fecbd5 => generated 704 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2234] 199.204.45.53 () {34 vars in 1047 bytes} [Thu Jul 2 06:19:46 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ffcd9361acf749798b70118fec6eeca7 => generated 177 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2235] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:19:46 2026] DELETE /v2.0/security-groups/68ebb163-cb2b-4702-b088-8de82549148f => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:19:46.995 7 WARNING neutron_lib.context [req-01029316-115b-42e4-9b5a-d13f252a3ce0 req-4532d9aa-f099-4c61-a9d6-8f0e1c241fb6 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1115/2236] 199.204.45.53 () {38 vars in 952 bytes} [Thu Jul 2 06:19:46 2026] POST /v2.0/ports => generated 1187 bytes in 512 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2237] 199.204.45.53 () {38 vars in 1025 bytes} [Thu Jul 2 06:19:47 2026] PUT /v2.0/ports/e2acd982-fcc2-4d94-8895-e5546f5bf5e5 => generated 1432 bytes in 632 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1116/2238] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:19:48 2026] GET /v2.0/ports?tenant_id=ffcd9361acf749798b70118fec6eeca7&device_id=1c37535a-0c99-481c-a838-b6cf19c4e232 => generated 1471 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1123/2239] 199.204.45.53 () {34 vars in 1055 bytes} [Thu Jul 2 06:19:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.253&port_id=e2acd982-fcc2-4d94-8895-e5546f5bf5e5 => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2240] 199.204.45.53 () {34 vars in 1103 bytes} [Thu Jul 2 06:19:48 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3ab&port_id=e2acd982-fcc2-4d94-8895-e5546f5bf5e5 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:19:48.328 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-db0d4fd4-8e2c-47cd-af7e-3fb7215edef6'] response: {'name': 'network-changed', 'server_uuid': '1c37535a-0c99-481c-a838-b6cf19c4e232', 'tag': 'e2acd982-fcc2-4d94-8895-e5546f5bf5e5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1124/2241] 199.204.45.53 () {34 vars in 1061 bytes} [Thu Jul 2 06:19:48 2026] GET /v2.0/subnets?id=07a733aa-1e46-4aa1-93e4-b51b6c9e80ca&id=6801846e-2876-4b05-aef2-7aa12b914bde => generated 1366 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2242] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:19:48 2026] GET /v2.0/ports?network_id=cacfde1b-4035-4c39-ac30-182e02fecbd5&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1125/2243] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:19:48 2026] GET /v2.0/ports?network_id=cacfde1b-4035-4c39-ac30-182e02fecbd5&device_owner=network%3Adhcp => generated 1461 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2244] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:19:48 2026] GET /v2.0/networks/cacfde1b-4035-4c39-ac30-182e02fecbd5?fields=segments => generated 14 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2245] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:19:48 2026] GET /v2.0/networks/cacfde1b-4035-4c39-ac30-182e02fecbd5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2246] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:19:48 2026] GET /v2.0/ports?tenant_id=ffcd9361acf749798b70118fec6eeca7&device_id=1c37535a-0c99-481c-a838-b6cf19c4e232 => generated 1471 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2247] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:19:48 2026] GET /v2.0/networks?id=cacfde1b-4035-4c39-ac30-182e02fecbd5 => generated 800 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2248] 199.204.45.53 () {34 vars in 1055 bytes} [Thu Jul 2 06:19:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.253&port_id=e2acd982-fcc2-4d94-8895-e5546f5bf5e5 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2249] 199.204.45.53 () {34 vars in 1103 bytes} [Thu Jul 2 06:19:48 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3ab&port_id=e2acd982-fcc2-4d94-8895-e5546f5bf5e5 => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2250] 199.204.45.53 () {34 vars in 1061 bytes} [Thu Jul 2 06:19:48 2026] GET /v2.0/subnets?id=07a733aa-1e46-4aa1-93e4-b51b6c9e80ca&id=6801846e-2876-4b05-aef2-7aa12b914bde => generated 1366 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2251] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:19:49 2026] GET /v2.0/ports?network_id=cacfde1b-4035-4c39-ac30-182e02fecbd5&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2252] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:19:49 2026] GET /v2.0/ports?network_id=cacfde1b-4035-4c39-ac30-182e02fecbd5&device_owner=network%3Adhcp => generated 1461 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2253] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:19:49 2026] GET /v2.0/networks/cacfde1b-4035-4c39-ac30-182e02fecbd5?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2254] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:19:49 2026] GET /v2.0/networks/cacfde1b-4035-4c39-ac30-182e02fecbd5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2255] 10.0.0.249 () {30 vars in 648 bytes} [Thu Jul 2 06:19:49 2026] GET /v2.0/extensions => generated 19600 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2256] 10.0.0.249 () {30 vars in 722 bytes} [Thu Jul 2 06:19:50 2026] GET /v2.0/quotas/0cda0ce569ba4cbbaa1607d37431f0e8/details => generated 847 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2257] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:19:51 2026] GET /v2.0/ports?device_id=1c37535a-0c99-481c-a838-b6cf19c4e232 => generated 1202 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2258] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:19:51 2026] GET /v2.0/security-groups?id=71aa8f1a-0082-46e6-8216-ebe70c965053&fields=id&fields=name => generated 110 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2259] 10.0.0.249 () {30 vars in 648 bytes} [Thu Jul 2 06:19:52 2026] GET /v2.0/extensions => generated 19600 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2260] 10.0.0.249 () {30 vars in 722 bytes} [Thu Jul 2 06:19:52 2026] GET /v2.0/quotas/0cda0ce569ba4cbbaa1607d37431f0e8/details => generated 847 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2261] 10.0.0.2 () {34 vars in 986 bytes} [Thu Jul 2 06:19:54 2026] GET /v2.0/ports?device_id=3d9785b3-d69a-4d84-93dd-decb2e9072eb => generated 1469 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2262] 10.0.0.2 () {34 vars in 1036 bytes} [Thu Jul 2 06:19:54 2026] GET /v2.0/security-groups?id=71aa8f1a-0082-46e6-8216-ebe70c965053&fields=id&fields=name => generated 110 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2263] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:19:55 2026] GET /v2.0/security-groups?tenant_id=0cda0ce569ba4cbbaa1607d37431f0e8&name=default => generated 2805 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2264] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:19:55 2026] DELETE /v2.0/security-groups/22d2a408-30f2-4213-87ef-f869722aee29 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2265] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:19:56 2026] GET /v2.0/ports?device_id=1c37535a-0c99-481c-a838-b6cf19c4e232 => generated 1204 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2266] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:19:56 2026] GET /v2.0/security-groups?id=71aa8f1a-0082-46e6-8216-ebe70c965053&fields=id&fields=name => generated 110 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2267] 10.0.0.230 () {32 vars in 816 bytes} [Thu Jul 2 06:19:56 2026] GET /v2.0/ports?network_id=cacfde1b-4035-4c39-ac30-182e02fecbd5&mac_address=fa%3A16%3A3e%3A55%3A91%3Afa => generated 1204 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:19:56.742 7 WARNING neutron_lib.context [None req-bd609d5c-9e7c-4039-b432-8cfb6835c628 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:19:57.647 7 INFO neutron.db.l3_db [None req-bd609d5c-9e7c-4039-b432-8cfb6835c628 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] Floating IP 386cb2b2-acb0-4b2c-8ddf-e9f6681f1c7b associated. External IP: 10.96.250.215, port: e2acd982-fcc2-4d94-8895-e5546f5bf5e5. [pid: 7|app: 0|req: 1131/2270] 10.0.0.230 () {34 vars in 675 bytes} [Thu Jul 2 06:19:56 2026] POST /v2.0/floatingips => generated 855 bytes in 1709 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:19:59.907 8 WARNING neutron_lib.context [None req-9ba4e6af-9c73-41fb-ad88-9e6188e7065b 3bf31bc6456942b9bcd2ad43ceed545c a6355d4f084642a0ab853d28b43b0846 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:20:00.038 8 INFO neutron.db.segments_db [None req-9ba4e6af-9c73-41fb-ad88-9e6188e7065b 3bf31bc6456942b9bcd2ad43ceed545c a6355d4f084642a0ab853d28b43b0846 - - default default] Added segment 91db6310-3742-4f71-acaf-cedf6f9993e6 of type vxlan for network 49aa9f33-4ebb-4f4f-8e70-6a428f7d5159 [pid: 8|app: 0|req: 1140/2271] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:19:59 2026] POST /v2.0/networks => generated 632 bytes in 463 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:20:00.193 7 WARNING neutron_lib.context [None req-d6a3a0d1-f068-42b8-a8c9-3762d4656e9a 3bf31bc6456942b9bcd2ad43ceed545c a6355d4f084642a0ab853d28b43b0846 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:20:00.232 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f44d47eb-bfbd-4a55-a629-58e1cd04530a'] response: {'name': 'network-changed', 'server_uuid': '1c37535a-0c99-481c-a838-b6cf19c4e232', 'tag': 'e2acd982-fcc2-4d94-8895-e5546f5bf5e5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1141/2272] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:20:00 2026] GET /v2.0/ports?tenant_id=ffcd9361acf749798b70118fec6eeca7&device_id=1c37535a-0c99-481c-a838-b6cf19c4e232 => generated 1473 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2273] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:20:00 2026] GET /v2.0/networks?id=cacfde1b-4035-4c39-ac30-182e02fecbd5 => generated 800 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2274] 199.204.45.53 () {34 vars in 1055 bytes} [Thu Jul 2 06:20:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.253&port_id=e2acd982-fcc2-4d94-8895-e5546f5bf5e5 => generated 860 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2275] 199.204.45.53 () {34 vars in 1103 bytes} [Thu Jul 2 06:20:00 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3ab&port_id=e2acd982-fcc2-4d94-8895-e5546f5bf5e5 => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2276] 10.0.0.230 () {34 vars in 662 bytes} [Thu Jul 2 06:20:00 2026] POST /v2.0/ports => generated 743 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2277] 199.204.45.53 () {34 vars in 1061 bytes} [Thu Jul 2 06:20:00 2026] GET /v2.0/subnets?id=07a733aa-1e46-4aa1-93e4-b51b6c9e80ca&id=6801846e-2876-4b05-aef2-7aa12b914bde => generated 1366 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 06:20:00.571 7 WARNING neutron_lib.context [None req-a9ded19c-c833-4fda-8173-c5f3a23e6b7d 3bf31bc6456942b9bcd2ad43ceed545c a6355d4f084642a0ab853d28b43b0846 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1146/2278] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:20:00 2026] GET /v2.0/ports?network_id=cacfde1b-4035-4c39-ac30-182e02fecbd5&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2279] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:20:00 2026] GET /v2.0/ports?network_id=cacfde1b-4035-4c39-ac30-182e02fecbd5&device_owner=network%3Adhcp => generated 1461 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2280] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:20:00 2026] GET /v2.0/networks/cacfde1b-4035-4c39-ac30-182e02fecbd5?fields=segments => generated 14 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2281] 10.0.0.230 () {34 vars in 664 bytes} [Thu Jul 2 06:20:00 2026] POST /v2.0/trunks => generated 407 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2282] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:20:00 2026] GET /v2.0/networks/cacfde1b-4035-4c39-ac30-182e02fecbd5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:20:00.837 7 WARNING neutron_lib.context [None req-0e923125-d4bc-475b-857b-f92a57e8455c 3bf31bc6456942b9bcd2ad43ceed545c a6355d4f084642a0ab853d28b43b0846 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:20:00.899 7 INFO neutron.db.segments_db [None req-0e923125-d4bc-475b-857b-f92a57e8455c 3bf31bc6456942b9bcd2ad43ceed545c a6355d4f084642a0ab853d28b43b0846 - - default default] Added segment 7b42719c-60aa-4468-b9f0-871ec262799f of type vxlan for network cb68435b-f869-40a3-a4a0-eabd93d8894a [pid: 7|app: 0|req: 1134/2283] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:20:00 2026] POST /v2.0/networks => generated 632 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:20:01.047 8 WARNING neutron_lib.context [None req-2073ed0a-0347-4bb6-b2ce-eebdf2b6e3de 3bf31bc6456942b9bcd2ad43ceed545c a6355d4f084642a0ab853d28b43b0846 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1150/2284] 10.0.0.230 () {34 vars in 662 bytes} [Thu Jul 2 06:20:01 2026] POST /v2.0/ports => generated 743 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:20:01.393 7 WARNING neutron_lib.context [None req-5941e283-072b-47dc-95b9-ac5ce23b89b1 3bf31bc6456942b9bcd2ad43ceed545c a6355d4f084642a0ab853d28b43b0846 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1135/2285] 10.0.0.230 () {34 vars in 664 bytes} [Thu Jul 2 06:20:01 2026] POST /v2.0/trunks => generated 407 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 06:20:01.612 8 WARNING neutron_lib.context [None req-02d362a6-aedb-4dd4-bd5a-69768791b658 3bf31bc6456942b9bcd2ad43ceed545c a6355d4f084642a0ab853d28b43b0846 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:20:01.671 8 INFO neutron.db.segments_db [None req-02d362a6-aedb-4dd4-bd5a-69768791b658 3bf31bc6456942b9bcd2ad43ceed545c a6355d4f084642a0ab853d28b43b0846 - - default default] Added segment ed3b4bd1-9605-4d86-9395-d5c73ee753d9 of type vxlan for network e8e71ec4-8701-4190-b9b8-6f4905832c6f [pid: 8|app: 0|req: 1151/2286] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:20:01 2026] POST /v2.0/networks => generated 629 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2287] 10.0.0.2 () {34 vars in 986 bytes} [Thu Jul 2 06:20:01 2026] GET /v2.0/ports?device_id=1c37535a-0c99-481c-a838-b6cf19c4e232 => generated 1473 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:20:01.848 8 WARNING neutron_lib.context [None req-f836eb6c-c250-4001-82b6-f6dd2108cdd1 3bf31bc6456942b9bcd2ad43ceed545c a6355d4f084642a0ab853d28b43b0846 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1137/2288] 10.0.0.2 () {34 vars in 1036 bytes} [Thu Jul 2 06:20:01 2026] GET /v2.0/security-groups?id=71aa8f1a-0082-46e6-8216-ebe70c965053&fields=id&fields=name => generated 110 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2289] 10.0.0.230 () {34 vars in 662 bytes} [Thu Jul 2 06:20:01 2026] POST /v2.0/ports => generated 743 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:20:02.212 7 WARNING neutron_lib.context [None req-5c902df7-f330-4f24-9ee5-7c35dafa4e91 3bf31bc6456942b9bcd2ad43ceed545c a6355d4f084642a0ab853d28b43b0846 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1138/2290] 10.0.0.230 () {34 vars in 664 bytes} [Thu Jul 2 06:20:02 2026] POST /v2.0/trunks => generated 407 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 06:20:02.426 8 WARNING neutron_lib.context [None req-9ae650a0-93f5-4254-bfc3-38ae3d219193 3bf31bc6456942b9bcd2ad43ceed545c a6355d4f084642a0ab853d28b43b0846 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:20:02.481 8 INFO neutron.db.segments_db [None req-9ae650a0-93f5-4254-bfc3-38ae3d219193 3bf31bc6456942b9bcd2ad43ceed545c a6355d4f084642a0ab853d28b43b0846 - - default default] Added segment 9d4990c2-a10f-44cf-acf5-15b8b0355fc3 of type vxlan for network 56ea516c-05df-4c61-ac46-914a92b9704d [pid: 8|app: 0|req: 1153/2291] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:20:02 2026] POST /v2.0/networks => generated 632 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:20:02.615 7 WARNING neutron_lib.context [None req-19e1219c-8171-4df4-bf00-4d2f1d037176 3bf31bc6456942b9bcd2ad43ceed545c a6355d4f084642a0ab853d28b43b0846 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1139/2292] 10.0.0.230 () {34 vars in 662 bytes} [Thu Jul 2 06:20:02 2026] POST /v2.0/ports => generated 743 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:20:03.001 8 WARNING neutron_lib.context [None req-ae482e85-6b13-4f3b-80af-d9888c295e62 3bf31bc6456942b9bcd2ad43ceed545c a6355d4f084642a0ab853d28b43b0846 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1154/2293] 10.0.0.230 () {34 vars in 664 bytes} [Thu Jul 2 06:20:02 2026] POST /v2.0/trunks => generated 407 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 06:20:03.280 7 WARNING neutron_lib.context [None req-9010c40a-1f44-4c6b-b2cf-2e4bb5f42756 3bf31bc6456942b9bcd2ad43ceed545c a6355d4f084642a0ab853d28b43b0846 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:20:03.336 7 INFO neutron.db.segments_db [None req-9010c40a-1f44-4c6b-b2cf-2e4bb5f42756 3bf31bc6456942b9bcd2ad43ceed545c a6355d4f084642a0ab853d28b43b0846 - - default default] Added segment cae969a1-fc06-451c-8e94-fcf8bfaaca12 of type vxlan for network c9692582-4abd-4245-b77f-2ce3c69d42c4 [pid: 7|app: 0|req: 1140/2294] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:20:03 2026] POST /v2.0/networks => generated 632 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:20:03.472 8 WARNING neutron_lib.context [None req-242018c3-fbea-403e-b9a3-afc01930a50e 3bf31bc6456942b9bcd2ad43ceed545c a6355d4f084642a0ab853d28b43b0846 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1155/2295] 10.0.0.230 () {34 vars in 662 bytes} [Thu Jul 2 06:20:03 2026] POST /v2.0/ports => generated 743 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:20:03.867 7 WARNING neutron_lib.context [None req-466ab68d-5247-4e17-91f7-fe6212c1a5b8 3bf31bc6456942b9bcd2ad43ceed545c a6355d4f084642a0ab853d28b43b0846 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1141/2296] 10.0.0.230 () {34 vars in 664 bytes} [Thu Jul 2 06:20:03 2026] POST /v2.0/trunks => generated 407 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1156/2297] 10.0.0.230 () {34 vars in 747 bytes} [Thu Jul 2 06:20:04 2026] PUT /v2.0/trunks/ab21b27c-d2db-4a42-bd75-4e1091c68f7d/tags => generated 17 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2298] 10.0.0.230 () {34 vars in 747 bytes} [Thu Jul 2 06:20:04 2026] PUT /v2.0/trunks/af706912-5da8-4370-b063-e75c7368e527/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2299] 10.0.0.230 () {34 vars in 747 bytes} [Thu Jul 2 06:20:04 2026] PUT /v2.0/trunks/4d38ceaa-5416-4df7-adf3-b28b3af4ccf5/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2300] 10.0.0.230 () {34 vars in 747 bytes} [Thu Jul 2 06:20:04 2026] PUT /v2.0/trunks/4e5ad15f-d7e1-4335-9b1b-898937435da3/tags => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2301] 10.0.0.230 () {32 vars in 660 bytes} [Thu Jul 2 06:20:04 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2302] 10.0.0.230 () {32 vars in 674 bytes} [Thu Jul 2 06:20:04 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2303] 10.0.0.230 () {32 vars in 670 bytes} [Thu Jul 2 06:20:04 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2304] 10.0.0.230 () {32 vars in 682 bytes} [Thu Jul 2 06:20:04 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2305] 10.0.0.230 () {32 vars in 668 bytes} [Thu Jul 2 06:20:04 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2306] 10.0.0.230 () {32 vars in 682 bytes} [Thu Jul 2 06:20:04 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2307] 10.0.0.230 () {32 vars in 678 bytes} [Thu Jul 2 06:20:04 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2308] 10.0.0.230 () {32 vars in 690 bytes} [Thu Jul 2 06:20:04 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2309] 10.0.0.230 () {32 vars in 717 bytes} [Thu Jul 2 06:20:04 2026] GET /v2.0/trunks/ab21b27c-d2db-4a42-bd75-4e1091c68f7d => generated 412 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2310] 10.0.0.230 () {32 vars in 715 bytes} [Thu Jul 2 06:20:04 2026] GET /v2.0/ports/599881cc-00df-4fc8-9b16-e86b44adae9b => generated 826 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2311] 10.0.0.230 () {32 vars in 720 bytes} [Thu Jul 2 06:20:04 2026] DELETE /v2.0/trunks/ab21b27c-d2db-4a42-bd75-4e1091c68f7d => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2312] 10.0.0.230 () {32 vars in 717 bytes} [Thu Jul 2 06:20:04 2026] GET /v2.0/trunks/af706912-5da8-4370-b063-e75c7368e527 => generated 420 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2313] 10.0.0.230 () {32 vars in 715 bytes} [Thu Jul 2 06:20:04 2026] GET /v2.0/ports/bcb8206f-165c-4881-be91-77bff4b30f47 => generated 826 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2314] 10.0.0.230 () {32 vars in 720 bytes} [Thu Jul 2 06:20:04 2026] DELETE /v2.0/trunks/af706912-5da8-4370-b063-e75c7368e527 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2315] 10.0.0.230 () {32 vars in 717 bytes} [Thu Jul 2 06:20:05 2026] GET /v2.0/trunks/4d38ceaa-5416-4df7-adf3-b28b3af4ccf5 => generated 429 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2316] 10.0.0.230 () {32 vars in 715 bytes} [Thu Jul 2 06:20:05 2026] GET /v2.0/ports/81612498-8c19-4361-a3c0-eadd6c85767e => generated 826 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2317] 10.0.0.230 () {32 vars in 720 bytes} [Thu Jul 2 06:20:05 2026] DELETE /v2.0/trunks/4d38ceaa-5416-4df7-adf3-b28b3af4ccf5 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2318] 10.0.0.230 () {32 vars in 717 bytes} [Thu Jul 2 06:20:05 2026] GET /v2.0/trunks/4e5ad15f-d7e1-4335-9b1b-898937435da3 => generated 414 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2319] 10.0.0.230 () {32 vars in 715 bytes} [Thu Jul 2 06:20:05 2026] GET /v2.0/ports/32b1b8ad-f952-42d0-b9b6-58a1edc689bd => generated 826 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2320] 10.0.0.230 () {32 vars in 720 bytes} [Thu Jul 2 06:20:05 2026] DELETE /v2.0/trunks/4e5ad15f-d7e1-4335-9b1b-898937435da3 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2321] 10.0.0.230 () {32 vars in 717 bytes} [Thu Jul 2 06:20:05 2026] GET /v2.0/trunks/fa02e405-08db-4913-a92e-7b1e155f3c86 => generated 407 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2322] 10.0.0.230 () {32 vars in 715 bytes} [Thu Jul 2 06:20:05 2026] GET /v2.0/ports/afe11de0-0744-4bf4-b091-a811b908712c => generated 826 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2323] 10.0.0.230 () {32 vars in 720 bytes} [Thu Jul 2 06:20:05 2026] DELETE /v2.0/trunks/fa02e405-08db-4913-a92e-7b1e155f3c86 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2324] 10.0.0.230 () {32 vars in 719 bytes} [Thu Jul 2 06:20:05 2026] GET /v2.0/subnets/bae020cc-2b9a-4046-acb2-817baeaeb382 => generated 651 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2325] 10.0.0.230 () {32 vars in 718 bytes} [Thu Jul 2 06:20:05 2026] DELETE /v2.0/ports/599881cc-00df-4fc8-9b16-e86b44adae9b => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2326] 10.0.0.230 () {32 vars in 718 bytes} [Thu Jul 2 06:20:05 2026] DELETE /v2.0/ports/bcb8206f-165c-4881-be91-77bff4b30f47 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2327] 10.0.0.230 () {32 vars in 718 bytes} [Thu Jul 2 06:20:06 2026] DELETE /v2.0/ports/81612498-8c19-4361-a3c0-eadd6c85767e => generated 0 bytes in 237 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2328] 10.0.0.230 () {32 vars in 718 bytes} [Thu Jul 2 06:20:06 2026] DELETE /v2.0/ports/32b1b8ad-f952-42d0-b9b6-58a1edc689bd => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2329] 10.0.0.98 () {30 vars in 687 bytes} [Thu Jul 2 06:20:06 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2330] 10.0.0.98 () {30 vars in 689 bytes} [Thu Jul 2 06:20:06 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2331] 10.0.0.98 () {30 vars in 665 bytes} [Thu Jul 2 06:20:06 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2332] 10.0.0.98 () {30 vars in 701 bytes} [Thu Jul 2 06:20:06 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2333] 10.0.0.230 () {32 vars in 718 bytes} [Thu Jul 2 06:20:06 2026] DELETE /v2.0/ports/afe11de0-0744-4bf4-b091-a811b908712c => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:20:07.201 8 INFO neutron.services.segments.plugin [-] Segment 91db6310-3742-4f71-acaf-cedf6f9993e6 resource provider aggregate not found 2026-07-02 06:20:07.205 8 INFO neutron.services.segments.plugin [-] Segment 91db6310-3742-4f71-acaf-cedf6f9993e6 resource provider aggregate not found 2026-07-02 06:20:07.222 8 INFO neutron.services.segments.plugin [-] Segment 91db6310-3742-4f71-acaf-cedf6f9993e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91db6310-3742-4f71-acaf-cedf6f9993e6 found for delete ", "request_id": "req-17db0b21-c4cc-450e-9fc5-25bd8083cc84"}]} 2026-07-02 06:20:07.229 8 INFO neutron.services.segments.plugin [-] Segment 91db6310-3742-4f71-acaf-cedf6f9993e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91db6310-3742-4f71-acaf-cedf6f9993e6 found for delete ", "request_id": "req-29c6fbe1-7b16-40e9-831e-bfb8f96f675f"}]} [pid: 8|app: 0|req: 1177/2334] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:20:07 2026] DELETE /v2.0/networks/49aa9f33-4ebb-4f4f-8e70-6a428f7d5159 => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2335] 10.0.0.98 () {28 vars in 436 bytes} [Thu Jul 2 06:20:07 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) 2026-07-02 06:20:07.437 7 INFO neutron.services.segments.plugin [-] Segment 7b42719c-60aa-4468-b9f0-871ec262799f resource provider aggregate not found 2026-07-02 06:20:07.450 7 INFO neutron.services.segments.plugin [-] Segment 7b42719c-60aa-4468-b9f0-871ec262799f resource provider aggregate not found [pid: 8|app: 0|req: 1179/2336] 10.0.0.98 () {30 vars in 725 bytes} [Thu Jul 2 06:20:07 2026] GET /v2.0/subnets/bae020cc-2b9a-4046-acb2-817baeaeb382 => generated 633 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:20:07.455 7 INFO neutron.services.segments.plugin [-] Segment 7b42719c-60aa-4468-b9f0-871ec262799f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b42719c-60aa-4468-b9f0-871ec262799f found for delete ", "request_id": "req-dc9a9389-1ab5-4521-a4d6-921c5fa36592"}]} 2026-07-02 06:20:07.467 7 INFO neutron.services.segments.plugin [-] Segment 7b42719c-60aa-4468-b9f0-871ec262799f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b42719c-60aa-4468-b9f0-871ec262799f found for delete ", "request_id": "req-c189e029-8651-4d10-977f-04da4236f846"}]} [pid: 8|app: 0|req: 1180/2337] 10.0.0.98 () {30 vars in 687 bytes} [Thu Jul 2 06:20:07 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2338] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:20:07 2026] DELETE /v2.0/networks/cb68435b-f869-40a3-a4a0-eabd93d8894a => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2339] 10.0.0.98 () {30 vars in 689 bytes} [Thu Jul 2 06:20:07 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2340] 10.0.0.98 () {30 vars in 665 bytes} [Thu Jul 2 06:20:07 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2341] 10.0.0.98 () {30 vars in 701 bytes} [Thu Jul 2 06:20:07 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2342] 10.0.0.98 () {30 vars in 725 bytes} [Thu Jul 2 06:20:07 2026] GET /v2.0/subnets/bae020cc-2b9a-4046-acb2-817baeaeb382 => generated 651 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2343] 10.0.0.98 () {30 vars in 687 bytes} [Thu Jul 2 06:20:07 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2344] 10.0.0.98 () {30 vars in 689 bytes} [Thu Jul 2 06:20:07 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2345] 10.0.0.98 () {30 vars in 665 bytes} [Thu Jul 2 06:20:07 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2346] 10.0.0.98 () {30 vars in 701 bytes} [Thu Jul 2 06:20:07 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2347] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:20:07 2026] DELETE /v2.0/networks/e8e71ec4-8701-4190-b9b8-6f4905832c6f => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2348] 10.0.0.98 () {30 vars in 727 bytes} [Thu Jul 2 06:20:07 2026] GET /v2.0/networks/a99f89d0-1bb5-4511-b6f9-ca6be99c3906 => generated 800 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2349] 10.0.0.98 () {30 vars in 679 bytes} [Thu Jul 2 06:20:07 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2350] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:20:07 2026] DELETE /v2.0/networks/56ea516c-05df-4c61-ac46-914a92b9704d => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2351] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:20:07 2026] DELETE /v2.0/networks/c9692582-4abd-4245-b77f-2ce3c69d42c4 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2352] 10.0.0.98 () {34 vars in 701 bytes} [Thu Jul 2 06:20:07 2026] POST /v2.0/ports => generated 1132 bytes in 468 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2353] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:20:09 2026] GET /v2.0/security-groups?tenant_id=3fd2cfd89a054e10a1e695db20e332db&name=default => generated 2805 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1192/2354] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:20:09 2026] DELETE /v2.0/security-groups/b3fa8c54-3c6e-4190-a448-c05b9bbdc1b3 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:20:09.644 7 INFO neutron.services.segments.plugin [-] Segment ed3b4bd1-9605-4d86-9395-d5c73ee753d9 resource provider aggregate not found 2026-07-02 06:20:09.650 7 INFO neutron.services.segments.plugin [-] Segment ed3b4bd1-9605-4d86-9395-d5c73ee753d9 resource provider aggregate not found 2026-07-02 06:20:09.672 7 INFO neutron.services.segments.plugin [-] Segment ed3b4bd1-9605-4d86-9395-d5c73ee753d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed3b4bd1-9605-4d86-9395-d5c73ee753d9 found for delete ", "request_id": "req-5e7c746e-ad7a-4ea2-a2f6-af50090e76d1"}]} 2026-07-02 06:20:09.683 7 INFO neutron.services.segments.plugin [-] Segment ed3b4bd1-9605-4d86-9395-d5c73ee753d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed3b4bd1-9605-4d86-9395-d5c73ee753d9 found for delete ", "request_id": "req-edab9ba3-87ea-4f1c-b15b-d6819bfba7e8"}]} 2026-07-02 06:20:09.701 7 INFO neutron.services.segments.plugin [-] Segment 9d4990c2-a10f-44cf-acf5-15b8b0355fc3 resource provider aggregate not found 2026-07-02 06:20:09.712 7 INFO neutron.services.segments.plugin [-] Segment 9d4990c2-a10f-44cf-acf5-15b8b0355fc3 resource provider aggregate not found 2026-07-02 06:20:09.729 7 INFO neutron.services.segments.plugin [-] Segment 9d4990c2-a10f-44cf-acf5-15b8b0355fc3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d4990c2-a10f-44cf-acf5-15b8b0355fc3 found for delete ", "request_id": "req-b2af0109-175c-4f67-ae01-8da343008476"}]} 2026-07-02 06:20:09.742 7 INFO neutron.services.segments.plugin [-] Segment 9d4990c2-a10f-44cf-acf5-15b8b0355fc3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d4990c2-a10f-44cf-acf5-15b8b0355fc3 found for delete ", "request_id": "req-64419344-dde7-4b02-8a43-f767f97de0cc"}]} 2026-07-02 06:20:09.754 7 INFO neutron.services.segments.plugin [-] Segment cae969a1-fc06-451c-8e94-fcf8bfaaca12 resource provider aggregate not found 2026-07-02 06:20:09.767 7 INFO neutron.services.segments.plugin [-] Segment cae969a1-fc06-451c-8e94-fcf8bfaaca12 resource provider aggregate not found 2026-07-02 06:20:09.791 7 INFO neutron.services.segments.plugin [-] Segment cae969a1-fc06-451c-8e94-fcf8bfaaca12 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cae969a1-fc06-451c-8e94-fcf8bfaaca12 found for delete ", "request_id": "req-a5f324eb-3d73-46c5-b9d1-12a519572a69"}]} 2026-07-02 06:20:09.808 7 INFO neutron.services.segments.plugin [-] Segment cae969a1-fc06-451c-8e94-fcf8bfaaca12 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cae969a1-fc06-451c-8e94-fcf8bfaaca12 found for delete ", "request_id": "req-9c4ca324-bd16-4a76-9cdf-073a22da2587"}]} [pid: 7|app: 0|req: 1163/2355] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:20:09 2026] GET /v2.0/security-groups?tenant_id=e6d08a10b072461b93f5889c6268c097&name=default => generated 2805 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2356] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:20:09 2026] DELETE /v2.0/security-groups/91ab7587-7b3c-42b5-95e7-aacf3583abae => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2357] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:20:10 2026] GET /v2.0/security-groups?tenant_id=a6355d4f084642a0ab853d28b43b0846&name=default => generated 2805 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2358] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:20:10 2026] DELETE /v2.0/security-groups/0123cf26-7531-4c32-8999-82c706d251a1 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2359] 199.204.45.53 () {30 vars in 700 bytes} [Thu Jul 2 06:20:10 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2360] 199.204.45.53 () {30 vars in 702 bytes} [Thu Jul 2 06:20:10 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2361] 199.204.45.53 () {30 vars in 678 bytes} [Thu Jul 2 06:20:10 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2362] 199.204.45.53 () {30 vars in 714 bytes} [Thu Jul 2 06:20:10 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2363] 199.204.45.53 () {30 vars in 734 bytes} [Thu Jul 2 06:20:10 2026] GET /v2.0/ports/121c861b-1d5b-475d-b1b4-7f753bcdbef8 => generated 1132 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2364] 199.204.45.53 () {30 vars in 700 bytes} [Thu Jul 2 06:20:11 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2365] 199.204.45.53 () {30 vars in 702 bytes} [Thu Jul 2 06:20:11 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2366] 199.204.45.53 () {30 vars in 678 bytes} [Thu Jul 2 06:20:11 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2367] 199.204.45.53 () {30 vars in 714 bytes} [Thu Jul 2 06:20:11 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:20:11.189 8 INFO neutron.api.v2.resource [None req-a15e99d5-4251-4251-8865-aef590f0a476 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1199/2368] 199.204.45.53 () {30 vars in 760 bytes} [Thu Jul 2 06:20:11 2026] GET /v2.0/security-groups/lb-3e2e460c-1a6d-4321-9435-798d1c588d59 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2369] 199.204.45.53 () {30 vars in 782 bytes} [Thu Jul 2 06:20:11 2026] GET /v2.0/security-groups?name=lb-3e2e460c-1a6d-4321-9435-798d1c588d59 => generated 23 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2370] 199.204.45.53 () {34 vars in 733 bytes} [Thu Jul 2 06:20:11 2026] POST /v2.0/security-groups => generated 1574 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2371] 199.204.45.53 () {30 vars in 812 bytes} [Thu Jul 2 06:20:11 2026] GET /v2.0/security-group-rules?security_group_id=3800c2aa-32a5-4d17-a4e1-06519ccc648a => generated 1118 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2372] 199.204.45.53 () {34 vars in 786 bytes} [Thu Jul 2 06:20:11 2026] PUT /v2.0/ports/121c861b-1d5b-475d-b1b4-7f753bcdbef8 => generated 1132 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2373] 199.204.45.53 () {30 vars in 700 bytes} [Thu Jul 2 06:20:11 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1202/2374] 199.204.45.53 () {30 vars in 702 bytes} [Thu Jul 2 06:20:11 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2375] 199.204.45.53 () {30 vars in 678 bytes} [Thu Jul 2 06:20:11 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2376] 199.204.45.53 () {30 vars in 714 bytes} [Thu Jul 2 06:20:11 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2377] 199.204.45.53 () {30 vars in 738 bytes} [Thu Jul 2 06:20:11 2026] GET /v2.0/subnets/bae020cc-2b9a-4046-acb2-817baeaeb382 => generated 651 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:20:13.441 8 WARNING neutron_lib.context [None req-46e67a86-268f-4e28-a6d5-9300431dbe69 ea2f19732b2248018e39e794d6048740 6630a2eac350468386c27e87cd7a014e - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1204/2380] 10.0.0.230 () {34 vars in 674 bytes} [Thu Jul 2 06:20:13 2026] POST /v2.0/floatingips => generated 552 bytes in 771 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2381] 10.0.0.230 () {34 vars in 757 bytes} [Thu Jul 2 06:20:14 2026] PUT /v2.0/floatingips/c9fcd23d-a415-4ff7-8d16-7f00e8af8409/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2382] 10.0.0.230 () {32 vars in 737 bytes} [Thu Jul 2 06:20:14 2026] GET /v2.0/floatingips/c9fcd23d-a415-4ff7-8d16-7f00e8af8409/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2383] 10.0.0.230 () {34 vars in 768 bytes} [Thu Jul 2 06:20:14 2026] PUT /v2.0/floatingips/c9fcd23d-a415-4ff7-8d16-7f00e8af8409/tags/green => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2384] 10.0.0.230 () {32 vars in 737 bytes} [Thu Jul 2 06:20:14 2026] GET /v2.0/floatingips/c9fcd23d-a415-4ff7-8d16-7f00e8af8409/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2385] 10.0.0.230 () {34 vars in 764 bytes} [Thu Jul 2 06:20:14 2026] PUT /v2.0/floatingips/c9fcd23d-a415-4ff7-8d16-7f00e8af8409/tags/red => generated 4 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2386] 10.0.0.230 () {32 vars in 737 bytes} [Thu Jul 2 06:20:14 2026] GET /v2.0/floatingips/c9fcd23d-a415-4ff7-8d16-7f00e8af8409/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2387] 10.0.0.230 () {34 vars in 786 bytes} [Thu Jul 2 06:20:14 2026] PUT /v2.0/floatingips/c9fcd23d-a415-4ff7-8d16-7f00e8af8409/tags/black.or.white => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2388] 10.0.0.230 () {32 vars in 737 bytes} [Thu Jul 2 06:20:14 2026] GET /v2.0/floatingips/c9fcd23d-a415-4ff7-8d16-7f00e8af8409/tags => generated 52 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2389] 10.0.0.230 () {34 vars in 757 bytes} [Thu Jul 2 06:20:14 2026] PUT /v2.0/floatingips/c9fcd23d-a415-4ff7-8d16-7f00e8af8409/tags => generated 37 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2390] 10.0.0.230 () {32 vars in 737 bytes} [Thu Jul 2 06:20:14 2026] GET /v2.0/floatingips/c9fcd23d-a415-4ff7-8d16-7f00e8af8409/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2391] 10.0.0.230 () {32 vars in 745 bytes} [Thu Jul 2 06:20:14 2026] GET /v2.0/floatingips/c9fcd23d-a415-4ff7-8d16-7f00e8af8409/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:20:14.671 8 INFO neutron.api.v2.resource [None req-edfcc06d-e648-43a2-aff8-912d7509b60c ea2f19732b2248018e39e794d6048740 6630a2eac350468386c27e87cd7a014e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1210/2392] 10.0.0.230 () {32 vars in 749 bytes} [Thu Jul 2 06:20:14 2026] GET /v2.0/floatingips/c9fcd23d-a415-4ff7-8d16-7f00e8af8409/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2393] 10.0.0.230 () {32 vars in 748 bytes} [Thu Jul 2 06:20:14 2026] DELETE /v2.0/floatingips/c9fcd23d-a415-4ff7-8d16-7f00e8af8409/tags/red => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2394] 10.0.0.230 () {32 vars in 737 bytes} [Thu Jul 2 06:20:14 2026] GET /v2.0/floatingips/c9fcd23d-a415-4ff7-8d16-7f00e8af8409/tags => generated 30 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:20:14.836 7 INFO neutron.api.v2.resource [None req-6348e036-7f48-45c5-bfaa-9cd1fa3a0474 ea2f19732b2248018e39e794d6048740 6630a2eac350468386c27e87cd7a014e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1184/2395] 10.0.0.230 () {32 vars in 752 bytes} [Thu Jul 2 06:20:14 2026] DELETE /v2.0/floatingips/c9fcd23d-a415-4ff7-8d16-7f00e8af8409/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2396] 10.0.0.230 () {32 vars in 740 bytes} [Thu Jul 2 06:20:14 2026] DELETE /v2.0/floatingips/c9fcd23d-a415-4ff7-8d16-7f00e8af8409/tags => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2397] 10.0.0.230 () {32 vars in 737 bytes} [Thu Jul 2 06:20:14 2026] GET /v2.0/floatingips/c9fcd23d-a415-4ff7-8d16-7f00e8af8409/tags => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2398] 10.0.0.230 () {32 vars in 730 bytes} [Thu Jul 2 06:20:14 2026] DELETE /v2.0/floatingips/c9fcd23d-a415-4ff7-8d16-7f00e8af8409 => generated 0 bytes in 347 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2399] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:20:15 2026] GET /v2.0/security-groups?tenant_id=6630a2eac350468386c27e87cd7a014e&name=default => generated 2805 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2400] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:20:16 2026] DELETE /v2.0/security-groups/10d755a5-b4a3-4af7-a815-dec92fa3cb29 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2401] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:20:16 2026] GET /v2.0/security-groups?tenant_id=c7afc49363fe497092de5f41c36ab8f0&name=default => generated 2805 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2402] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:20:16 2026] DELETE /v2.0/security-groups/3d6b82d9-a6f3-46b6-964c-d5eb0863ee74 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:20:19.875 7 WARNING neutron_lib.context [None req-43cd4fef-72ba-47bf-9fbe-64011baeb4d3 8c1ee3fbe4e642d4858ccd454955b616 a8bd09080edc4900af2e8e3b8676369b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1216/2403] 10.0.0.21 () {34 vars in 1013 bytes} [Thu Jul 2 06:20:19 2026] GET /v2.0/security-groups?id=8603c1b7-7a6a-47e3-a466-68dbdbdf03a2&fields=id => generated 69 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2404] 10.0.0.21 () {34 vars in 979 bytes} [Thu Jul 2 06:20:19 2026] GET /v2.0/networks?id=f960575b-d1a1-4e94-b00d-cb9e50bb6967 => generated 734 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2405] 10.0.0.21 () {34 vars in 962 bytes} [Thu Jul 2 06:20:19 2026] GET /v2.0/quotas/47d455b829a347f0a293b03a747523ab => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2406] 10.0.0.230 () {34 vars in 682 bytes} [Thu Jul 2 06:20:19 2026] POST /v2.0/security-groups => generated 1539 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2407] 10.0.0.21 () {34 vars in 999 bytes} [Thu Jul 2 06:20:20 2026] GET /v2.0/ports?tenant_id=47d455b829a347f0a293b03a747523ab&fields=id => generated 149 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2408] 10.0.0.230 () {34 vars in 765 bytes} [Thu Jul 2 06:20:20 2026] PUT /v2.0/security-groups/779790b2-ac20-4793-9f9e-db51dc45363c/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2409] 10.0.0.230 () {32 vars in 745 bytes} [Thu Jul 2 06:20:20 2026] GET /v2.0/security-groups/779790b2-ac20-4793-9f9e-db51dc45363c/tags => generated 25 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2410] 10.0.0.230 () {34 vars in 776 bytes} [Thu Jul 2 06:20:20 2026] PUT /v2.0/security-groups/779790b2-ac20-4793-9f9e-db51dc45363c/tags/green => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2411] 10.0.0.230 () {32 vars in 745 bytes} [Thu Jul 2 06:20:20 2026] GET /v2.0/security-groups/779790b2-ac20-4793-9f9e-db51dc45363c/tags => generated 34 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2412] 10.0.0.230 () {34 vars in 772 bytes} [Thu Jul 2 06:20:20 2026] PUT /v2.0/security-groups/779790b2-ac20-4793-9f9e-db51dc45363c/tags/red => generated 4 bytes in 31 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2413] 10.0.0.230 () {32 vars in 745 bytes} [Thu Jul 2 06:20:20 2026] GET /v2.0/security-groups/779790b2-ac20-4793-9f9e-db51dc45363c/tags => generated 34 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2414] 10.0.0.230 () {34 vars in 794 bytes} [Thu Jul 2 06:20:20 2026] PUT /v2.0/security-groups/779790b2-ac20-4793-9f9e-db51dc45363c/tags/black.or.white => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2415] 10.0.0.230 () {32 vars in 745 bytes} [Thu Jul 2 06:20:20 2026] GET /v2.0/security-groups/779790b2-ac20-4793-9f9e-db51dc45363c/tags => generated 52 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2416] 10.0.0.230 () {34 vars in 765 bytes} [Thu Jul 2 06:20:20 2026] PUT /v2.0/security-groups/779790b2-ac20-4793-9f9e-db51dc45363c/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2417] 10.0.0.230 () {32 vars in 745 bytes} [Thu Jul 2 06:20:20 2026] GET /v2.0/security-groups/779790b2-ac20-4793-9f9e-db51dc45363c/tags => generated 37 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2418] 10.0.0.230 () {32 vars in 753 bytes} [Thu Jul 2 06:20:20 2026] GET /v2.0/security-groups/779790b2-ac20-4793-9f9e-db51dc45363c/tags/red => generated 0 bytes in 23 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:20:20.471 7 INFO neutron.api.v2.resource [None req-f1661143-b673-477f-8f2d-c45ad77bfcd7 8c1ee3fbe4e642d4858ccd454955b616 a8bd09080edc4900af2e8e3b8676369b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1200/2419] 10.0.0.230 () {32 vars in 757 bytes} [Thu Jul 2 06:20:20 2026] GET /v2.0/security-groups/779790b2-ac20-4793-9f9e-db51dc45363c/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2420] 10.0.0.230 () {32 vars in 756 bytes} [Thu Jul 2 06:20:20 2026] DELETE /v2.0/security-groups/779790b2-ac20-4793-9f9e-db51dc45363c/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2421] 10.0.0.230 () {32 vars in 745 bytes} [Thu Jul 2 06:20:20 2026] GET /v2.0/security-groups/779790b2-ac20-4793-9f9e-db51dc45363c/tags => generated 30 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2422] 10.0.0.21 () {34 vars in 1005 bytes} [Thu Jul 2 06:20:20 2026] GET /v2.0/networks/f960575b-d1a1-4e94-b00d-cb9e50bb6967?fields=segments => generated 14 bytes in 478 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:20:20.586 7 INFO neutron.api.v2.resource [None req-56ef8eee-4d59-400f-a1c1-e863c55c188c 8c1ee3fbe4e642d4858ccd454955b616 a8bd09080edc4900af2e8e3b8676369b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1203/2423] 10.0.0.230 () {32 vars in 760 bytes} [Thu Jul 2 06:20:20 2026] DELETE /v2.0/security-groups/779790b2-ac20-4793-9f9e-db51dc45363c/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2424] 10.0.0.230 () {32 vars in 748 bytes} [Thu Jul 2 06:20:20 2026] DELETE /v2.0/security-groups/779790b2-ac20-4793-9f9e-db51dc45363c/tags => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2425] 10.0.0.21 () {34 vars in 1105 bytes} [Thu Jul 2 06:20:20 2026] GET /v2.0/networks/f960575b-d1a1-4e94-b00d-cb9e50bb6967?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2426] 10.0.0.230 () {32 vars in 745 bytes} [Thu Jul 2 06:20:20 2026] GET /v2.0/security-groups/779790b2-ac20-4793-9f9e-db51dc45363c/tags => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2427] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:20:20 2026] DELETE /v2.0/security-groups/779790b2-ac20-4793-9f9e-db51dc45363c => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2428] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:20:21 2026] GET /v2.0/ports?device_id=7bfcf523-c731-4bb2-8503-037cd42979b0 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2429] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:20:21 2026] GET /v2.0/ports?device_id=7bfcf523-c731-4bb2-8503-037cd42979b0 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2430] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:20:21 2026] GET /v2.0/security-groups?tenant_id=157677291eab4e0b83b74da6508badd4&name=default => generated 2805 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2431] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:20:21 2026] GET /v2.0/networks?id=f960575b-d1a1-4e94-b00d-cb9e50bb6967 => generated 734 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2432] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:20:21 2026] DELETE /v2.0/security-groups/867baa8f-ef60-41bc-8866-fb51764feec5 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2433] 199.204.45.53 () {34 vars in 1047 bytes} [Thu Jul 2 06:20:21 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=47d455b829a347f0a293b03a747523ab => generated 343 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2434] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:20:21 2026] GET /v2.0/security-groups?tenant_id=a8bd09080edc4900af2e8e3b8676369b&name=default => generated 2805 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2435] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:20:21 2026] DELETE /v2.0/security-groups/2f62094a-01fb-497f-b5ac-4324fbce1fc7 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2436] 199.204.45.53 () {38 vars in 952 bytes} [Thu Jul 2 06:20:21 2026] POST /v2.0/ports => generated 1082 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2437] 199.204.45.53 () {38 vars in 1025 bytes} [Thu Jul 2 06:20:22 2026] PUT /v2.0/ports/56edffb3-fe63-4789-8457-aab32eb3c134 => generated 1207 bytes in 540 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1226/2438] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:20:22 2026] GET /v2.0/ports?tenant_id=47d455b829a347f0a293b03a747523ab&device_id=7bfcf523-c731-4bb2-8503-037cd42979b0 => generated 1246 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 06:20:22.887 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5d253acb-40dc-4b3f-91d1-efb6498efc59'] response: {'name': 'network-changed', 'server_uuid': '7bfcf523-c731-4bb2-8503-037cd42979b0', 'tag': '56edffb3-fe63-4789-8457-aab32eb3c134', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1213/2439] 199.204.45.53 () {34 vars in 1059 bytes} [Thu Jul 2 06:20:22 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.207&port_id=56edffb3-fe63-4789-8457-aab32eb3c134 => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2440] 199.204.45.53 () {34 vars in 981 bytes} [Thu Jul 2 06:20:22 2026] GET /v2.0/subnets?id=c57bc903-8102-48b2-9523-687c812fc38e => generated 630 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2441] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:20:22 2026] GET /v2.0/ports?network_id=f960575b-d1a1-4e94-b00d-cb9e50bb6967&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2442] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:20:23 2026] GET /v2.0/networks/f960575b-d1a1-4e94-b00d-cb9e50bb6967?fields=segments => generated 14 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1215/2443] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:20:23 2026] GET /v2.0/networks/f960575b-d1a1-4e94-b00d-cb9e50bb6967?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2444] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:20:23 2026] GET /v2.0/ports?tenant_id=47d455b829a347f0a293b03a747523ab&device_id=7bfcf523-c731-4bb2-8503-037cd42979b0 => generated 1246 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2445] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:20:23 2026] GET /v2.0/networks?id=f960575b-d1a1-4e94-b00d-cb9e50bb6967 => generated 734 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2446] 199.204.45.53 () {34 vars in 1059 bytes} [Thu Jul 2 06:20:23 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.207&port_id=56edffb3-fe63-4789-8457-aab32eb3c134 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2447] 199.204.45.53 () {34 vars in 991 bytes} [Thu Jul 2 06:20:23 2026] GET /v2.0/ports?device_id=7bfcf523-c731-4bb2-8503-037cd42979b0 => generated 1246 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2448] 199.204.45.53 () {34 vars in 981 bytes} [Thu Jul 2 06:20:23 2026] GET /v2.0/subnets?id=c57bc903-8102-48b2-9523-687c812fc38e => generated 630 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2449] 199.204.45.53 () {34 vars in 1041 bytes} [Thu Jul 2 06:20:23 2026] GET /v2.0/security-groups?id=8603c1b7-7a6a-47e3-a466-68dbdbdf03a2&fields=id&fields=name => generated 96 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2450] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:20:23 2026] GET /v2.0/ports?network_id=f960575b-d1a1-4e94-b00d-cb9e50bb6967&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2451] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:20:23 2026] GET /v2.0/networks/f960575b-d1a1-4e94-b00d-cb9e50bb6967?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2452] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:20:23 2026] GET /v2.0/networks/f960575b-d1a1-4e94-b00d-cb9e50bb6967?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2453] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:20:24 2026] GET /v2.0/ports?device_id=7bfcf523-c731-4bb2-8503-037cd42979b0 => generated 1248 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2454] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:20:24 2026] GET /v2.0/security-groups?id=8603c1b7-7a6a-47e3-a466-68dbdbdf03a2&fields=id&fields=name => generated 96 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2455] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:20:24 2026] GET /v2.0/ports?device_id=7bfcf523-c731-4bb2-8503-037cd42979b0 => generated 1248 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:20:25.662 8 WARNING neutron_lib.context [None req-49c1c069-ad87-4c4c-aa33-90fdb568900e bc56204053f0437bb9f956f9df89b015 fc8709af48d74c8aa55de4998edfab03 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:20:25.816 8 INFO neutron.db.segments_db [None req-49c1c069-ad87-4c4c-aa33-90fdb568900e bc56204053f0437bb9f956f9df89b015 fc8709af48d74c8aa55de4998edfab03 - - default default] Added segment 320ee6dc-36f9-480a-851a-04905ca9eeca of type vxlan for network 396fad7f-f43f-41a1-865f-b99a8b730b33 [pid: 8|app: 0|req: 1235/2456] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:20:25 2026] POST /v2.0/networks => generated 632 bytes in 497 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:20:25.974 7 WARNING neutron_lib.context [None req-326e5990-1075-487b-bee3-48ac096314c5 bc56204053f0437bb9f956f9df89b015 fc8709af48d74c8aa55de4998edfab03 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:20:26.039 7 INFO neutron.db.segments_db [None req-326e5990-1075-487b-bee3-48ac096314c5 bc56204053f0437bb9f956f9df89b015 fc8709af48d74c8aa55de4998edfab03 - - default default] Added segment d2e6dc7f-e452-4dfc-a8c8-e014857b6f26 of type vxlan for network 7c528a31-8448-4b50-9a43-8395ffa1008e [pid: 7|app: 0|req: 1222/2457] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:20:25 2026] POST /v2.0/networks => generated 632 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2458] 10.0.0.230 () {34 vars in 751 bytes} [Thu Jul 2 06:20:26 2026] PUT /v2.0/networks/396fad7f-f43f-41a1-865f-b99a8b730b33/tags => generated 25 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2459] 10.0.0.230 () {32 vars in 731 bytes} [Thu Jul 2 06:20:26 2026] GET /v2.0/networks/396fad7f-f43f-41a1-865f-b99a8b730b33/tags => generated 25 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2460] 10.0.0.230 () {34 vars in 751 bytes} [Thu Jul 2 06:20:26 2026] PUT /v2.0/networks/7c528a31-8448-4b50-9a43-8395ffa1008e/tags => generated 17 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2461] 10.0.0.230 () {32 vars in 731 bytes} [Thu Jul 2 06:20:26 2026] GET /v2.0/networks/7c528a31-8448-4b50-9a43-8395ffa1008e/tags => generated 17 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2462] 10.0.0.230 () {34 vars in 751 bytes} [Thu Jul 2 06:20:26 2026] PUT /v2.0/networks/7c528a31-8448-4b50-9a43-8395ffa1008e/tags => generated 12 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2463] 10.0.0.230 () {32 vars in 731 bytes} [Thu Jul 2 06:20:26 2026] GET /v2.0/networks/7c528a31-8448-4b50-9a43-8395ffa1008e/tags => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2464] 10.0.0.230 () {32 vars in 731 bytes} [Thu Jul 2 06:20:26 2026] GET /v2.0/networks/396fad7f-f43f-41a1-865f-b99a8b730b33/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:20:26.779 7 INFO neutron.services.segments.plugin [-] Segment 320ee6dc-36f9-480a-851a-04905ca9eeca resource provider aggregate not found 2026-07-02 06:20:26.783 7 INFO neutron.services.segments.plugin [-] Segment 320ee6dc-36f9-480a-851a-04905ca9eeca resource provider aggregate not found 2026-07-02 06:20:26.800 7 INFO neutron.services.segments.plugin [-] Segment 320ee6dc-36f9-480a-851a-04905ca9eeca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 320ee6dc-36f9-480a-851a-04905ca9eeca found for delete ", "request_id": "req-d226bdf5-1e1b-439c-bf2f-1562fe779b75"}]} 2026-07-02 06:20:26.807 7 INFO neutron.services.segments.plugin [-] Segment 320ee6dc-36f9-480a-851a-04905ca9eeca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 320ee6dc-36f9-480a-851a-04905ca9eeca found for delete ", "request_id": "req-64cd6d71-876d-4a27-b19e-ba1d1127a7ea"}]} [pid: 7|app: 0|req: 1226/2465] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:20:26 2026] DELETE /v2.0/networks/396fad7f-f43f-41a1-865f-b99a8b730b33 => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:20:27.018 8 INFO neutron.services.segments.plugin [-] Segment d2e6dc7f-e452-4dfc-a8c8-e014857b6f26 resource provider aggregate not found 2026-07-02 06:20:27.031 8 INFO neutron.services.segments.plugin [-] Segment d2e6dc7f-e452-4dfc-a8c8-e014857b6f26 resource provider aggregate not found 2026-07-02 06:20:27.048 8 INFO neutron.services.segments.plugin [-] Segment d2e6dc7f-e452-4dfc-a8c8-e014857b6f26 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2e6dc7f-e452-4dfc-a8c8-e014857b6f26 found for delete ", "request_id": "req-94aaeebe-2286-4e69-b935-3c76df509662"}]} 2026-07-02 06:20:27.049 8 INFO neutron.services.segments.plugin [-] Segment d2e6dc7f-e452-4dfc-a8c8-e014857b6f26 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2e6dc7f-e452-4dfc-a8c8-e014857b6f26 found for delete ", "request_id": "req-5e1969dc-46bc-4a86-8add-3c23c7d70a26"}]} [pid: 8|app: 0|req: 1240/2466] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:20:26 2026] DELETE /v2.0/networks/7c528a31-8448-4b50-9a43-8395ffa1008e => generated 0 bytes in 248 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2467] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:20:27 2026] GET /v2.0/ports?device_id=7bfcf523-c731-4bb2-8503-037cd42979b0 => generated 1248 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2468] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:20:27 2026] GET /v2.0/security-groups?id=8603c1b7-7a6a-47e3-a466-68dbdbdf03a2&fields=id&fields=name => generated 96 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2469] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:20:27 2026] GET /v2.0/ports?device_id=7bfcf523-c731-4bb2-8503-037cd42979b0 => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2470] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:20:27 2026] GET /v2.0/security-groups?tenant_id=fc8709af48d74c8aa55de4998edfab03&name=default => generated 2805 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2471] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:20:28 2026] DELETE /v2.0/security-groups/d593893a-a016-4de9-bf2c-ac8fdc0b5ed0 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2474] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:20:28 2026] GET /v2.0/security-groups?tenant_id=fa89ec03cd164af4b4a5c1d5be65ff5a&name=default => generated 2805 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2475] 199.204.45.53 () {34 vars in 1093 bytes} [Thu Jul 2 06:20:28 2026] GET /v2.0/ports?device_id=3d9785b3-d69a-4d84-93dd-decb2e9072eb&fields=binding%3Ahost_id&fields=binding%3Avif_type => generated 67 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2476] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:20:28 2026] DELETE /v2.0/security-groups/9cb1dce6-7ddd-411e-9bb1-e086e13f15e8 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2477] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:20:28 2026] GET /v2.0/ports?tenant_id=ffcd9361acf749798b70118fec6eeca7&device_id=3d9785b3-d69a-4d84-93dd-decb2e9072eb => generated 1469 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2478] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:20:28 2026] GET /v2.0/networks?id=a8e47d20-8411-4e4b-b8a8-8a636965c6af => generated 801 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2479] 199.204.45.53 () {34 vars in 1055 bytes} [Thu Jul 2 06:20:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.192&port_id=0ce58348-0e65-4a0b-9345-850b21d47098 => generated 860 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2480] 199.204.45.53 () {34 vars in 1101 bytes} [Thu Jul 2 06:20:28 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A231&port_id=0ce58348-0e65-4a0b-9345-850b21d47098 => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2481] 199.204.45.53 () {34 vars in 1061 bytes} [Thu Jul 2 06:20:28 2026] GET /v2.0/subnets?id=4f2eb02f-c55d-4685-8289-345ff4fb1e80&id=02e4d84d-6667-456b-bb82-18c7ba3efaf2 => generated 1361 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2482] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:20:28 2026] GET /v2.0/ports?network_id=a8e47d20-8411-4e4b-b8a8-8a636965c6af&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2483] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:20:28 2026] GET /v2.0/ports?network_id=a8e47d20-8411-4e4b-b8a8-8a636965c6af&device_owner=network%3Adhcp => generated 1457 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2484] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:20:28 2026] GET /v2.0/networks/a8e47d20-8411-4e4b-b8a8-8a636965c6af?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2485] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:20:29 2026] GET /v2.0/networks/a8e47d20-8411-4e4b-b8a8-8a636965c6af?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2490] 199.204.45.53 () {30 vars in 700 bytes} [Thu Jul 2 06:21:02 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2491] 199.204.45.53 () {30 vars in 702 bytes} [Thu Jul 2 06:21:02 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2492] 199.204.45.53 () {30 vars in 678 bytes} [Thu Jul 2 06:21:02 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2493] 199.204.45.53 () {30 vars in 714 bytes} [Thu Jul 2 06:21:02 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2494] 199.204.45.53 () {30 vars in 738 bytes} [Thu Jul 2 06:21:02 2026] GET /v2.0/subnets/bae020cc-2b9a-4046-acb2-817baeaeb382 => generated 651 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2495] 199.204.45.53 () {30 vars in 766 bytes} [Thu Jul 2 06:21:02 2026] GET /v2.0/ports?device_id=7bfcf523-c731-4bb2-8503-037cd42979b0 => generated 1248 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2496] 199.204.45.53 () {34 vars in 714 bytes} [Thu Jul 2 06:21:02 2026] POST /v2.0/ports => generated 1097 bytes in 451 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2497] 10.0.0.21 () {34 vars in 968 bytes} [Thu Jul 2 06:21:03 2026] GET /v2.0/ports/7517882e-8956-45ca-8735-ace750ccb254 => generated 1097 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1255/2498] 10.0.0.21 () {34 vars in 904 bytes} [Thu Jul 2 06:21:03 2026] GET /v2.0/extensions => generated 19600 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2499] 199.204.45.53 () {34 vars in 1259 bytes} [Thu Jul 2 06:21:03 2026] GET /v2.0/ports/7517882e-8956-45ca-8735-ace750ccb254?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2500] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:21:03 2026] GET /v2.0/networks/a99f89d0-1bb5-4511-b6f9-ca6be99c3906?fields=segments => generated 14 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2501] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:21:03 2026] GET /v2.0/networks/a99f89d0-1bb5-4511-b6f9-ca6be99c3906?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2502] 199.204.45.53 () {34 vars in 972 bytes} [Thu Jul 2 06:21:03 2026] GET /v2.0/ports/7517882e-8956-45ca-8735-ace750ccb254 => generated 1097 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2503] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:21:04 2026] GET /v2.0/networks?id=a99f89d0-1bb5-4511-b6f9-ca6be99c3906 => generated 803 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2504] 199.204.45.53 () {38 vars in 1025 bytes} [Thu Jul 2 06:21:04 2026] PUT /v2.0/ports/7517882e-8956-45ca-8735-ace750ccb254 => generated 1251 bytes in 459 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2505] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:21:04 2026] GET /v2.0/ports?tenant_id=47d455b829a347f0a293b03a747523ab&device_id=7bfcf523-c731-4bb2-8503-037cd42979b0 => generated 2527 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1259/2506] 199.204.45.53 () {34 vars in 1059 bytes} [Thu Jul 2 06:21:04 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.207&port_id=56edffb3-fe63-4789-8457-aab32eb3c134 => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2507] 199.204.45.53 () {34 vars in 981 bytes} [Thu Jul 2 06:21:04 2026] GET /v2.0/subnets?id=c57bc903-8102-48b2-9523-687c812fc38e => generated 630 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:21:04.795 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8b322e77-68d3-47e8-a058-46df27c260ac'] response: {'name': 'network-changed', 'server_uuid': '7bfcf523-c731-4bb2-8503-037cd42979b0', 'tag': '7517882e-8956-45ca-8735-ace750ccb254', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1260/2508] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:21:04 2026] GET /v2.0/ports?network_id=f960575b-d1a1-4e94-b00d-cb9e50bb6967&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2509] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:21:04 2026] GET /v2.0/networks/f960575b-d1a1-4e94-b00d-cb9e50bb6967?fields=segments => generated 14 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1261/2510] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:21:04 2026] GET /v2.0/networks/f960575b-d1a1-4e94-b00d-cb9e50bb6967?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2511] 199.204.45.53 () {34 vars in 1055 bytes} [Thu Jul 2 06:21:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.122&port_id=7517882e-8956-45ca-8735-ace750ccb254 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2512] 199.204.45.53 () {34 vars in 981 bytes} [Thu Jul 2 06:21:05 2026] GET /v2.0/subnets?id=bae020cc-2b9a-4046-acb2-817baeaeb382 => generated 654 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2513] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:21:05 2026] GET /v2.0/ports?network_id=a99f89d0-1bb5-4511-b6f9-ca6be99c3906&device_owner=network%3Adhcp => generated 1461 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2514] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:21:05 2026] GET /v2.0/networks/a99f89d0-1bb5-4511-b6f9-ca6be99c3906?fields=segments => generated 14 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2515] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:21:05 2026] GET /v2.0/networks/a99f89d0-1bb5-4511-b6f9-ca6be99c3906?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2516] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:21:05 2026] GET /v2.0/ports?tenant_id=47d455b829a347f0a293b03a747523ab&device_id=7bfcf523-c731-4bb2-8503-037cd42979b0 => generated 2527 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2517] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:21:05 2026] GET /v2.0/networks?id=a99f89d0-1bb5-4511-b6f9-ca6be99c3906 => generated 803 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2518] 199.204.45.53 () {34 vars in 1055 bytes} [Thu Jul 2 06:21:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.122&port_id=7517882e-8956-45ca-8735-ace750ccb254 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2519] 199.204.45.53 () {34 vars in 981 bytes} [Thu Jul 2 06:21:05 2026] GET /v2.0/subnets?id=bae020cc-2b9a-4046-acb2-817baeaeb382 => generated 654 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2520] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:21:05 2026] GET /v2.0/ports?network_id=a99f89d0-1bb5-4511-b6f9-ca6be99c3906&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2521] 10.0.0.21 () {34 vars in 968 bytes} [Thu Jul 2 06:21:05 2026] GET /v2.0/ports/7517882e-8956-45ca-8735-ace750ccb254 => generated 1287 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2522] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:21:05 2026] GET /v2.0/networks/a99f89d0-1bb5-4511-b6f9-ca6be99c3906?fields=segments => generated 14 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2523] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:21:05 2026] GET /v2.0/networks/a99f89d0-1bb5-4511-b6f9-ca6be99c3906?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2524] 199.204.45.53 () {34 vars in 786 bytes} [Thu Jul 2 06:21:05 2026] PUT /v2.0/ports/7517882e-8956-45ca-8735-ace750ccb254 => generated 1312 bytes in 356 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:21:06.079 8 INFO neutron.api.v2.resource [None req-c4c279fd-a532-4748-843c-8bd39fd14c36 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1269/2525] 199.204.45.53 () {30 vars in 760 bytes} [Thu Jul 2 06:21:06 2026] GET /v2.0/security-groups/lb-3e2e460c-1a6d-4321-9435-798d1c588d59 => generated 149 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1257/2526] 199.204.45.53 () {30 vars in 782 bytes} [Thu Jul 2 06:21:06 2026] GET /v2.0/security-groups?name=lb-3e2e460c-1a6d-4321-9435-798d1c588d59 => generated 1577 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:21:06.244 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1f007509-91f1-4293-a136-da0995189d9e'] response: {'name': 'network-changed', 'server_uuid': '7bfcf523-c731-4bb2-8503-037cd42979b0', 'tag': '7517882e-8956-45ca-8735-ace750ccb254', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1258/2527] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:21:06 2026] GET /v2.0/ports?tenant_id=47d455b829a347f0a293b03a747523ab&device_id=7bfcf523-c731-4bb2-8503-037cd42979b0 => generated 2590 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2528] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:21:06 2026] GET /v2.0/networks?id=a99f89d0-1bb5-4511-b6f9-ca6be99c3906 => generated 803 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2529] 199.204.45.53 () {34 vars in 1055 bytes} [Thu Jul 2 06:21:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.122&port_id=7517882e-8956-45ca-8735-ace750ccb254 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2530] 199.204.45.53 () {34 vars in 981 bytes} [Thu Jul 2 06:21:06 2026] GET /v2.0/subnets?id=bae020cc-2b9a-4046-acb2-817baeaeb382 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2531] 199.204.45.53 () {34 vars in 786 bytes} [Thu Jul 2 06:21:06 2026] PUT /v2.0/ports/7517882e-8956-45ca-8735-ace750ccb254 => generated 1314 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2532] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:21:06 2026] GET /v2.0/ports?network_id=a99f89d0-1bb5-4511-b6f9-ca6be99c3906&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1271/2533] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:21:06 2026] GET /v2.0/networks/a99f89d0-1bb5-4511-b6f9-ca6be99c3906?fields=segments => generated 14 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2534] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:21:06 2026] GET /v2.0/networks/a99f89d0-1bb5-4511-b6f9-ca6be99c3906?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2535] 199.204.45.53 () {30 vars in 700 bytes} [Thu Jul 2 06:21:06 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2536] 199.204.45.53 () {30 vars in 702 bytes} [Thu Jul 2 06:21:06 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2537] 199.204.45.53 () {30 vars in 678 bytes} [Thu Jul 2 06:21:06 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2538] 199.204.45.53 () {30 vars in 714 bytes} [Thu Jul 2 06:21:06 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2539] 199.204.45.53 () {30 vars in 738 bytes} [Thu Jul 2 06:21:06 2026] GET /v2.0/subnets/bae020cc-2b9a-4046-acb2-817baeaeb382 => generated 651 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2540] 199.204.45.53 () {30 vars in 734 bytes} [Thu Jul 2 06:21:06 2026] GET /v2.0/ports/121c861b-1d5b-475d-b1b4-7f753bcdbef8 => generated 1132 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2541] 199.204.45.53 () {30 vars in 734 bytes} [Thu Jul 2 06:21:06 2026] GET /v2.0/ports/7517882e-8956-45ca-8735-ace750ccb254 => generated 1350 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:21:06.922 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-86f1ca47-cbc5-4784-8c1a-d8181d7d10e8'] response: {'name': 'network-changed', 'server_uuid': '7bfcf523-c731-4bb2-8503-037cd42979b0', 'tag': '7517882e-8956-45ca-8735-ace750ccb254', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1267/2542] 199.204.45.53 () {30 vars in 738 bytes} [Thu Jul 2 06:21:06 2026] GET /v2.0/subnets/bae020cc-2b9a-4046-acb2-817baeaeb382 => generated 651 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2543] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:21:06 2026] GET /v2.0/ports?tenant_id=47d455b829a347f0a293b03a747523ab&device_id=7bfcf523-c731-4bb2-8503-037cd42979b0 => generated 2590 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2544] 199.204.45.53 () {30 vars in 740 bytes} [Thu Jul 2 06:21:06 2026] GET /v2.0/networks/a99f89d0-1bb5-4511-b6f9-ca6be99c3906 => generated 800 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2545] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:21:06 2026] GET /v2.0/networks?id=a99f89d0-1bb5-4511-b6f9-ca6be99c3906 => generated 803 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2546] 199.204.45.53 () {30 vars in 734 bytes} [Thu Jul 2 06:21:07 2026] GET /v2.0/ports/121c861b-1d5b-475d-b1b4-7f753bcdbef8 => generated 1132 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2547] 199.204.45.53 () {34 vars in 1055 bytes} [Thu Jul 2 06:21:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.122&port_id=7517882e-8956-45ca-8735-ace750ccb254 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2548] 199.204.45.53 () {30 vars in 738 bytes} [Thu Jul 2 06:21:07 2026] GET /v2.0/subnets/bae020cc-2b9a-4046-acb2-817baeaeb382 => generated 651 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2549] 199.204.45.53 () {34 vars in 981 bytes} [Thu Jul 2 06:21:07 2026] GET /v2.0/subnets?id=bae020cc-2b9a-4046-acb2-817baeaeb382 => generated 654 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2550] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:21:07 2026] GET /v2.0/ports?network_id=a99f89d0-1bb5-4511-b6f9-ca6be99c3906&device_owner=network%3Adhcp => generated 1461 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2551] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:21:07 2026] GET /v2.0/networks/a99f89d0-1bb5-4511-b6f9-ca6be99c3906?fields=segments => generated 14 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2552] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:21:07 2026] GET /v2.0/networks/a99f89d0-1bb5-4511-b6f9-ca6be99c3906?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 06:21:18.762 8 WARNING neutron_lib.context [None req-6acaa0e8-4dd9-4386-930f-2cdf2de9fa3a 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:21:19.638 8 INFO neutron.db.l3_db [None req-6acaa0e8-4dd9-4386-930f-2cdf2de9fa3a 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] Floating IP dd43ced5-ae3f-49b4-ae6f-ff3944ba8a4c associated. External IP: 10.96.250.201, port: 121c861b-1d5b-475d-b1b4-7f753bcdbef8. [pid: 8|app: 0|req: 1282/2555] 10.0.0.230 () {34 vars in 675 bytes} [Thu Jul 2 06:21:18 2026] POST /v2.0/floatingips => generated 899 bytes in 1299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2556] 199.204.45.53 () {30 vars in 700 bytes} [Thu Jul 2 06:21:23 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2557] 199.204.45.53 () {30 vars in 702 bytes} [Thu Jul 2 06:21:23 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2558] 199.204.45.53 () {30 vars in 678 bytes} [Thu Jul 2 06:21:23 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2559] 199.204.45.53 () {30 vars in 714 bytes} [Thu Jul 2 06:21:23 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:21:23.295 7 INFO neutron.api.v2.resource [None req-c594f4a5-e0cf-4692-b548-4712b8790ae8 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1276/2560] 199.204.45.53 () {30 vars in 760 bytes} [Thu Jul 2 06:21:23 2026] GET /v2.0/security-groups/lb-3e2e460c-1a6d-4321-9435-798d1c588d59 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2561] 199.204.45.53 () {30 vars in 782 bytes} [Thu Jul 2 06:21:23 2026] GET /v2.0/security-groups?name=lb-3e2e460c-1a6d-4321-9435-798d1c588d59 => generated 1577 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2562] 199.204.45.53 () {30 vars in 812 bytes} [Thu Jul 2 06:21:23 2026] GET /v2.0/security-group-rules?security_group_id=3800c2aa-32a5-4d17-a4e1-06519ccc648a => generated 1118 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2563] 199.204.45.53 () {34 vars in 744 bytes} [Thu Jul 2 06:21:23 2026] POST /v2.0/security-group-rules => generated 565 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2564] 199.204.45.53 () {34 vars in 744 bytes} [Thu Jul 2 06:21:23 2026] POST /v2.0/security-group-rules => generated 569 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2567] 199.204.45.53 () {34 vars in 1093 bytes} [Thu Jul 2 06:21:30 2026] GET /v2.0/ports?device_id=1c37535a-0c99-481c-a838-b6cf19c4e232&fields=binding%3Ahost_id&fields=binding%3Avif_type => generated 67 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2568] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:21:30 2026] GET /v2.0/ports?tenant_id=ffcd9361acf749798b70118fec6eeca7&device_id=1c37535a-0c99-481c-a838-b6cf19c4e232 => generated 1473 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2569] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:21:30 2026] GET /v2.0/networks?id=cacfde1b-4035-4c39-ac30-182e02fecbd5 => generated 800 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2570] 199.204.45.53 () {34 vars in 1055 bytes} [Thu Jul 2 06:21:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.253&port_id=e2acd982-fcc2-4d94-8895-e5546f5bf5e5 => generated 860 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2571] 199.204.45.53 () {34 vars in 1103 bytes} [Thu Jul 2 06:21:30 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3ab&port_id=e2acd982-fcc2-4d94-8895-e5546f5bf5e5 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2572] 199.204.45.53 () {34 vars in 1061 bytes} [Thu Jul 2 06:21:30 2026] GET /v2.0/subnets?id=07a733aa-1e46-4aa1-93e4-b51b6c9e80ca&id=6801846e-2876-4b05-aef2-7aa12b914bde => generated 1366 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2573] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:21:30 2026] GET /v2.0/ports?network_id=cacfde1b-4035-4c39-ac30-182e02fecbd5&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2574] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:21:30 2026] GET /v2.0/ports?network_id=cacfde1b-4035-4c39-ac30-182e02fecbd5&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2575] 10.0.0.98 () {30 vars in 687 bytes} [Thu Jul 2 06:21:30 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2576] 10.0.0.98 () {30 vars in 689 bytes} [Thu Jul 2 06:21:30 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2577] 10.0.0.98 () {30 vars in 665 bytes} [Thu Jul 2 06:21:30 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2578] 10.0.0.98 () {30 vars in 701 bytes} [Thu Jul 2 06:21:30 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2579] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:21:30 2026] GET /v2.0/networks/cacfde1b-4035-4c39-ac30-182e02fecbd5?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2580] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:21:30 2026] GET /v2.0/networks/cacfde1b-4035-4c39-ac30-182e02fecbd5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2581] 10.0.0.98 () {28 vars in 436 bytes} [Thu Jul 2 06:21:31 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2582] 10.0.0.98 () {30 vars in 725 bytes} [Thu Jul 2 06:21:31 2026] GET /v2.0/subnets/4f2eb02f-c55d-4685-8289-345ff4fb1e80 => generated 631 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2583] 199.204.45.53 () {30 vars in 700 bytes} [Thu Jul 2 06:21:33 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2584] 199.204.45.53 () {30 vars in 702 bytes} [Thu Jul 2 06:21:33 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2585] 199.204.45.53 () {30 vars in 678 bytes} [Thu Jul 2 06:21:33 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2586] 199.204.45.53 () {30 vars in 714 bytes} [Thu Jul 2 06:21:33 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2587] 199.204.45.53 () {30 vars in 738 bytes} [Thu Jul 2 06:21:34 2026] GET /v2.0/subnets/4f2eb02f-c55d-4685-8289-345ff4fb1e80 => generated 649 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2588] 199.204.45.53 () {30 vars in 766 bytes} [Thu Jul 2 06:21:34 2026] GET /v2.0/ports?device_id=7bfcf523-c731-4bb2-8503-037cd42979b0 => generated 2590 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2589] 199.204.45.53 () {30 vars in 700 bytes} [Thu Jul 2 06:21:34 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2590] 199.204.45.53 () {30 vars in 702 bytes} [Thu Jul 2 06:21:34 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2591] 199.204.45.53 () {30 vars in 678 bytes} [Thu Jul 2 06:21:34 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2592] 199.204.45.53 () {30 vars in 714 bytes} [Thu Jul 2 06:21:34 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2593] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:21:34 2026] GET /v2.0/networks/a8e47d20-8411-4e4b-b8a8-8a636965c6af?fields=segments => generated 14 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2594] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:21:35 2026] GET /v2.0/networks/a8e47d20-8411-4e4b-b8a8-8a636965c6af?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2595] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:21:35 2026] GET /v2.0/networks?id=a8e47d20-8411-4e4b-b8a8-8a636965c6af => generated 801 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2596] 199.204.45.53 () {38 vars in 952 bytes} [Thu Jul 2 06:21:35 2026] POST /v2.0/ports => generated 1295 bytes in 431 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2597] 199.204.45.53 () {38 vars in 1025 bytes} [Thu Jul 2 06:21:35 2026] PUT /v2.0/ports/efeb05df-2eae-4498-9106-61f38b2f065a => generated 1420 bytes in 527 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1297/2598] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:21:36 2026] GET /v2.0/ports?tenant_id=47d455b829a347f0a293b03a747523ab&device_id=7bfcf523-c731-4bb2-8503-037cd42979b0 => generated 4038 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1302/2599] 199.204.45.53 () {34 vars in 1059 bytes} [Thu Jul 2 06:21:36 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.207&port_id=56edffb3-fe63-4789-8457-aab32eb3c134 => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2600] 199.204.45.53 () {34 vars in 981 bytes} [Thu Jul 2 06:21:36 2026] GET /v2.0/subnets?id=c57bc903-8102-48b2-9523-687c812fc38e => generated 630 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:21:36.379 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0d0a0904-6b98-4ab7-911a-3ac9a189c4b1'] response: {'name': 'network-changed', 'server_uuid': '7bfcf523-c731-4bb2-8503-037cd42979b0', 'tag': 'efeb05df-2eae-4498-9106-61f38b2f065a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1303/2601] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:21:36 2026] GET /v2.0/ports?network_id=f960575b-d1a1-4e94-b00d-cb9e50bb6967&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2602] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:21:36 2026] GET /v2.0/networks/f960575b-d1a1-4e94-b00d-cb9e50bb6967?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1304/2603] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:21:36 2026] GET /v2.0/networks/f960575b-d1a1-4e94-b00d-cb9e50bb6967?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2604] 199.204.45.53 () {34 vars in 1055 bytes} [Thu Jul 2 06:21:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.122&port_id=7517882e-8956-45ca-8735-ace750ccb254 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2605] 199.204.45.53 () {34 vars in 981 bytes} [Thu Jul 2 06:21:36 2026] GET /v2.0/subnets?id=bae020cc-2b9a-4046-acb2-817baeaeb382 => generated 654 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2606] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:21:36 2026] GET /v2.0/ports?network_id=a99f89d0-1bb5-4511-b6f9-ca6be99c3906&device_owner=network%3Adhcp => generated 1461 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2607] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:21:36 2026] GET /v2.0/networks/a99f89d0-1bb5-4511-b6f9-ca6be99c3906?fields=segments => generated 14 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2608] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:21:36 2026] GET /v2.0/networks/a99f89d0-1bb5-4511-b6f9-ca6be99c3906?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2609] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 2 06:21:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.6&port_id=efeb05df-2eae-4498-9106-61f38b2f065a => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2610] 199.204.45.53 () {34 vars in 1101 bytes} [Thu Jul 2 06:21:36 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3bc&port_id=efeb05df-2eae-4498-9106-61f38b2f065a => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2611] 199.204.45.53 () {34 vars in 1061 bytes} [Thu Jul 2 06:21:36 2026] GET /v2.0/subnets?id=4f2eb02f-c55d-4685-8289-345ff4fb1e80&id=02e4d84d-6667-456b-bb82-18c7ba3efaf2 => generated 1361 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2612] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:21:37 2026] GET /v2.0/ports?network_id=a8e47d20-8411-4e4b-b8a8-8a636965c6af&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2613] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:21:37 2026] GET /v2.0/ports?network_id=a8e47d20-8411-4e4b-b8a8-8a636965c6af&device_owner=network%3Adhcp => generated 1457 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2614] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:21:37 2026] GET /v2.0/networks/a8e47d20-8411-4e4b-b8a8-8a636965c6af?fields=segments => generated 14 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2615] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:21:37 2026] GET /v2.0/networks/a8e47d20-8411-4e4b-b8a8-8a636965c6af?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2616] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:21:37 2026] GET /v2.0/ports?tenant_id=47d455b829a347f0a293b03a747523ab&device_id=7bfcf523-c731-4bb2-8503-037cd42979b0 => generated 4038 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2617] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:21:37 2026] GET /v2.0/networks?id=a8e47d20-8411-4e4b-b8a8-8a636965c6af => generated 801 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2618] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 2 06:21:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.6&port_id=efeb05df-2eae-4498-9106-61f38b2f065a => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2619] 199.204.45.53 () {34 vars in 1101 bytes} [Thu Jul 2 06:21:37 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3bc&port_id=efeb05df-2eae-4498-9106-61f38b2f065a => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2620] 10.0.0.21 () {34 vars in 968 bytes} [Thu Jul 2 06:21:37 2026] GET /v2.0/ports/efeb05df-2eae-4498-9106-61f38b2f065a => generated 1456 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2621] 199.204.45.53 () {34 vars in 1061 bytes} [Thu Jul 2 06:21:37 2026] GET /v2.0/subnets?id=4f2eb02f-c55d-4685-8289-345ff4fb1e80&id=02e4d84d-6667-456b-bb82-18c7ba3efaf2 => generated 1361 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2622] 199.204.45.53 () {30 vars in 734 bytes} [Thu Jul 2 06:21:37 2026] GET /v2.0/ports/efeb05df-2eae-4498-9106-61f38b2f065a => generated 1456 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2623] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:21:37 2026] GET /v2.0/ports?network_id=a8e47d20-8411-4e4b-b8a8-8a636965c6af&device_owner=network%3Adhcp => generated 1457 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2624] 199.204.45.53 () {30 vars in 734 bytes} [Thu Jul 2 06:21:37 2026] GET /v2.0/ports/efeb05df-2eae-4498-9106-61f38b2f065a => generated 1456 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2625] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:21:37 2026] GET /v2.0/ports?network_id=a8e47d20-8411-4e4b-b8a8-8a636965c6af&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2626] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:21:37 2026] GET /v2.0/networks/a8e47d20-8411-4e4b-b8a8-8a636965c6af?fields=segments => generated 14 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2627] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:21:37 2026] GET /v2.0/networks/a8e47d20-8411-4e4b-b8a8-8a636965c6af?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2628] 199.204.45.53 () {34 vars in 787 bytes} [Thu Jul 2 06:21:37 2026] PUT /v2.0/ports/efeb05df-2eae-4498-9106-61f38b2f065a => generated 1191 bytes in 441 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2629] 199.204.45.53 () {30 vars in 740 bytes} [Thu Jul 2 06:21:38 2026] GET /v2.0/networks/a8e47d20-8411-4e4b-b8a8-8a636965c6af => generated 798 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1312/2630] 199.204.45.53 () {30 vars in 738 bytes} [Thu Jul 2 06:21:38 2026] GET /v2.0/subnets/4f2eb02f-c55d-4685-8289-345ff4fb1e80 => generated 649 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2631] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:21:38 2026] GET /v2.0/ports?tenant_id=47d455b829a347f0a293b03a747523ab&device_id=7bfcf523-c731-4bb2-8503-037cd42979b0 => generated 3809 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:21:38.534 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-afca4ff9-7720-410f-9c45-c53df99ed1e0'] response: {'name': 'network-changed', 'server_uuid': '7bfcf523-c731-4bb2-8503-037cd42979b0', 'tag': 'efeb05df-2eae-4498-9106-61f38b2f065a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1320/2632] 199.204.45.53 () {30 vars in 700 bytes} [Thu Jul 2 06:21:38 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2633] 199.204.45.53 () {30 vars in 702 bytes} [Thu Jul 2 06:21:38 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2634] 199.204.45.53 () {30 vars in 678 bytes} [Thu Jul 2 06:21:38 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2635] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:21:38 2026] GET /v2.0/networks?id=a8e47d20-8411-4e4b-b8a8-8a636965c6af => generated 801 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2636] 199.204.45.53 () {30 vars in 714 bytes} [Thu Jul 2 06:21:38 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2637] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 2 06:21:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.6&port_id=efeb05df-2eae-4498-9106-61f38b2f065a => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2638] 199.204.45.53 () {30 vars in 738 bytes} [Thu Jul 2 06:21:38 2026] GET /v2.0/subnets/bae020cc-2b9a-4046-acb2-817baeaeb382 => generated 651 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2639] 199.204.45.53 () {34 vars in 981 bytes} [Thu Jul 2 06:21:38 2026] GET /v2.0/subnets?id=4f2eb02f-c55d-4685-8289-345ff4fb1e80 => generated 652 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2640] 199.204.45.53 () {30 vars in 734 bytes} [Thu Jul 2 06:21:38 2026] GET /v2.0/ports/121c861b-1d5b-475d-b1b4-7f753bcdbef8 => generated 1132 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2641] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:21:38 2026] GET /v2.0/ports?network_id=a8e47d20-8411-4e4b-b8a8-8a636965c6af&device_owner=network%3Adhcp => generated 1457 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2642] 199.204.45.53 () {30 vars in 734 bytes} [Thu Jul 2 06:21:38 2026] GET /v2.0/ports/7517882e-8956-45ca-8735-ace750ccb254 => generated 1350 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2643] 199.204.45.53 () {30 vars in 738 bytes} [Thu Jul 2 06:21:38 2026] GET /v2.0/subnets/bae020cc-2b9a-4046-acb2-817baeaeb382 => generated 651 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2644] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:21:38 2026] GET /v2.0/networks/a8e47d20-8411-4e4b-b8a8-8a636965c6af?fields=segments => generated 14 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2645] 199.204.45.53 () {30 vars in 740 bytes} [Thu Jul 2 06:21:38 2026] GET /v2.0/networks/a99f89d0-1bb5-4511-b6f9-ca6be99c3906 => generated 800 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2646] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:21:38 2026] GET /v2.0/networks/a8e47d20-8411-4e4b-b8a8-8a636965c6af?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2647] 199.204.45.53 () {30 vars in 734 bytes} [Thu Jul 2 06:21:38 2026] GET /v2.0/ports/121c861b-1d5b-475d-b1b4-7f753bcdbef8 => generated 1132 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2648] 199.204.45.53 () {30 vars in 738 bytes} [Thu Jul 2 06:21:38 2026] GET /v2.0/subnets/bae020cc-2b9a-4046-acb2-817baeaeb382 => generated 651 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2651] 10.0.0.98 () {30 vars in 687 bytes} [Thu Jul 2 06:21:46 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2652] 10.0.0.98 () {30 vars in 689 bytes} [Thu Jul 2 06:21:46 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2653] 10.0.0.98 () {30 vars in 665 bytes} [Thu Jul 2 06:21:46 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2654] 10.0.0.98 () {30 vars in 701 bytes} [Thu Jul 2 06:21:46 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2655] 10.0.0.98 () {28 vars in 436 bytes} [Thu Jul 2 06:21:47 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2656] 10.0.0.98 () {30 vars in 725 bytes} [Thu Jul 2 06:21:47 2026] GET /v2.0/subnets/6801846e-2876-4b05-aef2-7aa12b914bde => generated 631 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2657] 199.204.45.53 () {30 vars in 700 bytes} [Thu Jul 2 06:21:48 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2658] 199.204.45.53 () {30 vars in 702 bytes} [Thu Jul 2 06:21:48 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2659] 199.204.45.53 () {30 vars in 678 bytes} [Thu Jul 2 06:21:48 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2660] 199.204.45.53 () {30 vars in 714 bytes} [Thu Jul 2 06:21:48 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2661] 199.204.45.53 () {30 vars in 738 bytes} [Thu Jul 2 06:21:48 2026] GET /v2.0/subnets/4f2eb02f-c55d-4685-8289-345ff4fb1e80 => generated 649 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2662] 199.204.45.53 () {30 vars in 738 bytes} [Thu Jul 2 06:21:48 2026] GET /v2.0/subnets/6801846e-2876-4b05-aef2-7aa12b914bde => generated 649 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2663] 199.204.45.53 () {30 vars in 766 bytes} [Thu Jul 2 06:21:48 2026] GET /v2.0/ports?device_id=7bfcf523-c731-4bb2-8503-037cd42979b0 => generated 3811 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2664] 199.204.45.53 () {30 vars in 700 bytes} [Thu Jul 2 06:21:48 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2665] 199.204.45.53 () {30 vars in 702 bytes} [Thu Jul 2 06:21:48 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2666] 199.204.45.53 () {30 vars in 678 bytes} [Thu Jul 2 06:21:48 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2667] 199.204.45.53 () {30 vars in 714 bytes} [Thu Jul 2 06:21:48 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2668] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:21:48 2026] GET /v2.0/networks/cacfde1b-4035-4c39-ac30-182e02fecbd5?fields=segments => generated 14 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2669] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:21:49 2026] GET /v2.0/networks/cacfde1b-4035-4c39-ac30-182e02fecbd5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2670] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:21:49 2026] GET /v2.0/networks?id=cacfde1b-4035-4c39-ac30-182e02fecbd5 => generated 800 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2671] 199.204.45.53 () {38 vars in 952 bytes} [Thu Jul 2 06:21:49 2026] POST /v2.0/ports => generated 1299 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2672] 199.204.45.53 () {38 vars in 1025 bytes} [Thu Jul 2 06:21:49 2026] PUT /v2.0/ports/9d3de5e9-2b55-4f13-9b85-901c711881b2 => generated 1424 bytes in 977 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1342/2673] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:21:50 2026] GET /v2.0/ports?tenant_id=47d455b829a347f0a293b03a747523ab&device_id=7bfcf523-c731-4bb2-8503-037cd42979b0 => generated 5263 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 06:21:50.716 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-226a6971-945c-4501-b2da-2662b5ab6a84'] response: {'name': 'network-changed', 'server_uuid': '7bfcf523-c731-4bb2-8503-037cd42979b0', 'tag': '9d3de5e9-2b55-4f13-9b85-901c711881b2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1332/2674] 199.204.45.53 () {34 vars in 1059 bytes} [Thu Jul 2 06:21:50 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.207&port_id=56edffb3-fe63-4789-8457-aab32eb3c134 => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2675] 199.204.45.53 () {34 vars in 981 bytes} [Thu Jul 2 06:21:50 2026] GET /v2.0/subnets?id=c57bc903-8102-48b2-9523-687c812fc38e => generated 630 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2676] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:21:50 2026] GET /v2.0/ports?network_id=f960575b-d1a1-4e94-b00d-cb9e50bb6967&device_owner=network%3Adhcp => generated 1244 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2677] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:21:50 2026] GET /v2.0/networks/f960575b-d1a1-4e94-b00d-cb9e50bb6967?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1334/2678] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:21:50 2026] GET /v2.0/networks/f960575b-d1a1-4e94-b00d-cb9e50bb6967?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2679] 199.204.45.53 () {34 vars in 1055 bytes} [Thu Jul 2 06:21:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.122&port_id=7517882e-8956-45ca-8735-ace750ccb254 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2680] 199.204.45.53 () {34 vars in 981 bytes} [Thu Jul 2 06:21:51 2026] GET /v2.0/subnets?id=bae020cc-2b9a-4046-acb2-817baeaeb382 => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2681] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:21:51 2026] GET /v2.0/ports?network_id=a99f89d0-1bb5-4511-b6f9-ca6be99c3906&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2682] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:21:51 2026] GET /v2.0/networks/a99f89d0-1bb5-4511-b6f9-ca6be99c3906?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2683] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:21:51 2026] GET /v2.0/networks/a99f89d0-1bb5-4511-b6f9-ca6be99c3906?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2684] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 2 06:21:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.6&port_id=efeb05df-2eae-4498-9106-61f38b2f065a => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2685] 199.204.45.53 () {34 vars in 981 bytes} [Thu Jul 2 06:21:51 2026] GET /v2.0/subnets?id=4f2eb02f-c55d-4685-8289-345ff4fb1e80 => generated 652 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2686] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:21:51 2026] GET /v2.0/ports?network_id=a8e47d20-8411-4e4b-b8a8-8a636965c6af&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2687] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:21:51 2026] GET /v2.0/networks/a8e47d20-8411-4e4b-b8a8-8a636965c6af?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2688] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:21:51 2026] GET /v2.0/networks/a8e47d20-8411-4e4b-b8a8-8a636965c6af?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2689] 199.204.45.53 () {34 vars in 1053 bytes} [Thu Jul 2 06:21:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.54&port_id=9d3de5e9-2b55-4f13-9b85-901c711881b2 => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2690] 199.204.45.53 () {34 vars in 1101 bytes} [Thu Jul 2 06:21:51 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Adf&port_id=9d3de5e9-2b55-4f13-9b85-901c711881b2 => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2691] 199.204.45.53 () {34 vars in 1061 bytes} [Thu Jul 2 06:21:51 2026] GET /v2.0/subnets?id=07a733aa-1e46-4aa1-93e4-b51b6c9e80ca&id=6801846e-2876-4b05-aef2-7aa12b914bde => generated 1366 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2692] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:21:51 2026] GET /v2.0/ports?network_id=cacfde1b-4035-4c39-ac30-182e02fecbd5&device_owner=network%3Adhcp => generated 1461 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2693] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:21:51 2026] GET /v2.0/ports?network_id=cacfde1b-4035-4c39-ac30-182e02fecbd5&device_owner=network%3Adhcp => generated 1461 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2694] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:21:51 2026] GET /v2.0/networks/cacfde1b-4035-4c39-ac30-182e02fecbd5?fields=segments => generated 14 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2695] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:21:51 2026] GET /v2.0/networks/cacfde1b-4035-4c39-ac30-182e02fecbd5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2696] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:21:52 2026] GET /v2.0/ports?tenant_id=47d455b829a347f0a293b03a747523ab&device_id=7bfcf523-c731-4bb2-8503-037cd42979b0 => generated 5263 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2697] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:21:52 2026] GET /v2.0/networks?id=cacfde1b-4035-4c39-ac30-182e02fecbd5 => generated 800 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2698] 199.204.45.53 () {34 vars in 1053 bytes} [Thu Jul 2 06:21:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.54&port_id=9d3de5e9-2b55-4f13-9b85-901c711881b2 => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2699] 10.0.0.21 () {34 vars in 968 bytes} [Thu Jul 2 06:21:52 2026] GET /v2.0/ports/9d3de5e9-2b55-4f13-9b85-901c711881b2 => generated 1460 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2700] 199.204.45.53 () {30 vars in 734 bytes} [Thu Jul 2 06:21:52 2026] GET /v2.0/ports/9d3de5e9-2b55-4f13-9b85-901c711881b2 => generated 1460 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2701] 199.204.45.53 () {30 vars in 734 bytes} [Thu Jul 2 06:21:52 2026] GET /v2.0/ports/9d3de5e9-2b55-4f13-9b85-901c711881b2 => generated 1460 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2702] 199.204.45.53 () {34 vars in 1101 bytes} [Thu Jul 2 06:21:52 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Adf&port_id=9d3de5e9-2b55-4f13-9b85-901c711881b2 => generated 19 bytes in 387 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2703] 199.204.45.53 () {34 vars in 1061 bytes} [Thu Jul 2 06:21:52 2026] GET /v2.0/subnets?id=07a733aa-1e46-4aa1-93e4-b51b6c9e80ca&id=6801846e-2876-4b05-aef2-7aa12b914bde => generated 1366 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2704] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:21:52 2026] GET /v2.0/ports?network_id=cacfde1b-4035-4c39-ac30-182e02fecbd5&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2705] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:21:52 2026] GET /v2.0/ports?network_id=cacfde1b-4035-4c39-ac30-182e02fecbd5&device_owner=network%3Adhcp => generated 1461 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2706] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:21:52 2026] GET /v2.0/networks/cacfde1b-4035-4c39-ac30-182e02fecbd5?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2707] 199.204.45.53 () {34 vars in 787 bytes} [Thu Jul 2 06:21:52 2026] PUT /v2.0/ports/9d3de5e9-2b55-4f13-9b85-901c711881b2 => generated 1195 bytes in 452 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2708] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:21:52 2026] GET /v2.0/networks/cacfde1b-4035-4c39-ac30-182e02fecbd5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 06:21:53.018 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-97c0b591-8446-4a2d-bf3d-576db7504a13'] response: {'name': 'network-changed', 'server_uuid': '7bfcf523-c731-4bb2-8503-037cd42979b0', 'tag': '9d3de5e9-2b55-4f13-9b85-901c711881b2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1349/2709] 199.204.45.53 () {30 vars in 740 bytes} [Thu Jul 2 06:21:52 2026] GET /v2.0/networks/cacfde1b-4035-4c39-ac30-182e02fecbd5 => generated 797 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2710] 199.204.45.53 () {30 vars in 738 bytes} [Thu Jul 2 06:21:53 2026] GET /v2.0/subnets/6801846e-2876-4b05-aef2-7aa12b914bde => generated 649 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2711] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:21:53 2026] GET /v2.0/ports?tenant_id=47d455b829a347f0a293b03a747523ab&device_id=7bfcf523-c731-4bb2-8503-037cd42979b0 => generated 5034 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2712] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:21:53 2026] GET /v2.0/networks?id=cacfde1b-4035-4c39-ac30-182e02fecbd5 => generated 800 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2713] 199.204.45.53 () {34 vars in 1053 bytes} [Thu Jul 2 06:21:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.54&port_id=9d3de5e9-2b55-4f13-9b85-901c711881b2 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2714] 199.204.45.53 () {30 vars in 700 bytes} [Thu Jul 2 06:21:53 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2715] 199.204.45.53 () {30 vars in 702 bytes} [Thu Jul 2 06:21:53 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2716] 199.204.45.53 () {30 vars in 678 bytes} [Thu Jul 2 06:21:53 2026] GET /v2.0/extensions/qos => generated 166 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2717] 199.204.45.53 () {34 vars in 981 bytes} [Thu Jul 2 06:21:53 2026] GET /v2.0/subnets?id=6801846e-2876-4b05-aef2-7aa12b914bde => generated 652 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2718] 199.204.45.53 () {30 vars in 714 bytes} [Thu Jul 2 06:21:53 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2719] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:21:53 2026] GET /v2.0/ports?network_id=cacfde1b-4035-4c39-ac30-182e02fecbd5&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2720] 199.204.45.53 () {30 vars in 738 bytes} [Thu Jul 2 06:21:53 2026] GET /v2.0/subnets/bae020cc-2b9a-4046-acb2-817baeaeb382 => generated 651 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2721] 199.204.45.53 () {30 vars in 734 bytes} [Thu Jul 2 06:21:53 2026] GET /v2.0/ports/121c861b-1d5b-475d-b1b4-7f753bcdbef8 => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2722] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:21:53 2026] GET /v2.0/networks/cacfde1b-4035-4c39-ac30-182e02fecbd5?fields=segments => generated 14 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2723] 199.204.45.53 () {30 vars in 734 bytes} [Thu Jul 2 06:21:53 2026] GET /v2.0/ports/7517882e-8956-45ca-8735-ace750ccb254 => generated 1350 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2724] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:21:53 2026] GET /v2.0/networks/cacfde1b-4035-4c39-ac30-182e02fecbd5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2725] 199.204.45.53 () {30 vars in 738 bytes} [Thu Jul 2 06:21:53 2026] GET /v2.0/subnets/bae020cc-2b9a-4046-acb2-817baeaeb382 => generated 651 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2726] 199.204.45.53 () {30 vars in 740 bytes} [Thu Jul 2 06:21:53 2026] GET /v2.0/networks/a99f89d0-1bb5-4511-b6f9-ca6be99c3906 => generated 800 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2727] 199.204.45.53 () {30 vars in 734 bytes} [Thu Jul 2 06:21:53 2026] GET /v2.0/ports/121c861b-1d5b-475d-b1b4-7f753bcdbef8 => generated 1132 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2728] 199.204.45.53 () {30 vars in 738 bytes} [Thu Jul 2 06:21:53 2026] GET /v2.0/subnets/bae020cc-2b9a-4046-acb2-817baeaeb382 => generated 651 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2731] 199.204.45.53 () {30 vars in 700 bytes} [Thu Jul 2 06:22:02 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2732] 199.204.45.53 () {30 vars in 702 bytes} [Thu Jul 2 06:22:02 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2733] 199.204.45.53 () {30 vars in 678 bytes} [Thu Jul 2 06:22:02 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2734] 199.204.45.53 () {30 vars in 714 bytes} [Thu Jul 2 06:22:02 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2735] 199.204.45.53 () {30 vars in 738 bytes} [Thu Jul 2 06:22:02 2026] GET /v2.0/subnets/4f2eb02f-c55d-4685-8289-345ff4fb1e80 => generated 649 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2736] 199.204.45.53 () {30 vars in 766 bytes} [Thu Jul 2 06:22:02 2026] GET /v2.0/ports?device_id=7bfcf523-c731-4bb2-8503-037cd42979b0 => generated 5036 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2737] 199.204.45.53 () {30 vars in 700 bytes} [Thu Jul 2 06:22:02 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2738] 199.204.45.53 () {30 vars in 702 bytes} [Thu Jul 2 06:22:02 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2739] 199.204.45.53 () {30 vars in 678 bytes} [Thu Jul 2 06:22:02 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2740] 199.204.45.53 () {30 vars in 714 bytes} [Thu Jul 2 06:22:02 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2741] 199.204.45.53 () {30 vars in 734 bytes} [Thu Jul 2 06:22:02 2026] GET /v2.0/ports/9d3de5e9-2b55-4f13-9b85-901c711881b2 => generated 1233 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2742] 199.204.45.53 () {34 vars in 786 bytes} [Thu Jul 2 06:22:02 2026] PUT /v2.0/ports/9d3de5e9-2b55-4f13-9b85-901c711881b2 => generated 1026 bytes in 422 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2743] 199.204.45.53 () {30 vars in 740 bytes} [Thu Jul 2 06:22:02 2026] GET /v2.0/networks/cacfde1b-4035-4c39-ac30-182e02fecbd5 => generated 797 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1368/2744] 199.204.45.53 () {30 vars in 766 bytes} [Thu Jul 2 06:22:03 2026] GET /v2.0/ports?device_id=7bfcf523-c731-4bb2-8503-037cd42979b0 => generated 4865 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2745] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:22:03 2026] GET /v2.0/ports?tenant_id=47d455b829a347f0a293b03a747523ab&device_id=7bfcf523-c731-4bb2-8503-037cd42979b0 => generated 4865 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:22:03.164 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cd722ac0-0232-4c8a-ae40-01d687a117f7'] response: {'name': 'network-changed', 'server_uuid': '7bfcf523-c731-4bb2-8503-037cd42979b0', 'tag': '9d3de5e9-2b55-4f13-9b85-901c711881b2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1378/2746] 199.204.45.53 () {30 vars in 766 bytes} [Thu Jul 2 06:22:03 2026] GET /v2.0/ports?device_id=7bfcf523-c731-4bb2-8503-037cd42979b0 => generated 4865 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2747] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:22:03 2026] GET /v2.0/networks?id=cacfde1b-4035-4c39-ac30-182e02fecbd5 => generated 800 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2748] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:22:03 2026] GET /v2.0/networks/cacfde1b-4035-4c39-ac30-182e02fecbd5?fields=segments => generated 14 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2749] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:22:03 2026] GET /v2.0/networks/cacfde1b-4035-4c39-ac30-182e02fecbd5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2750] 199.204.45.53 () {34 vars in 972 bytes} [Thu Jul 2 06:22:03 2026] GET /v2.0/ports/9d3de5e9-2b55-4f13-9b85-901c711881b2 => generated 1062 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2751] 199.204.45.53 () {36 vars in 994 bytes} [Thu Jul 2 06:22:03 2026] DELETE /v2.0/ports/9d3de5e9-2b55-4f13-9b85-901c711881b2 => generated 0 bytes in 266 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2752] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:22:04 2026] GET /v2.0/ports?tenant_id=47d455b829a347f0a293b03a747523ab&device_id=7bfcf523-c731-4bb2-8503-037cd42979b0 => generated 3811 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2753] 199.204.45.53 () {30 vars in 766 bytes} [Thu Jul 2 06:22:04 2026] GET /v2.0/ports?device_id=7bfcf523-c731-4bb2-8503-037cd42979b0 => generated 3811 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2754] 199.204.45.53 () {34 vars in 1223 bytes} [Thu Jul 2 06:22:04 2026] GET /v2.0/networks?id=f960575b-d1a1-4e94-b00d-cb9e50bb6967&id=a99f89d0-1bb5-4511-b6f9-ca6be99c3906&id=a8e47d20-8411-4e4b-b8a8-8a636965c6af&id=cacfde1b-4035-4c39-ac30-182e02fecbd5 => generated 3096 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:22:04.337 7 INFO neutron.pecan_wsgi.hooks.translation [None req-becdcb97-0b69-42e2-8e72-8bda1f53dd52 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1373/2755] 199.204.45.53 () {32 vars in 756 bytes} [Thu Jul 2 06:22:04 2026] DELETE /v2.0/ports/9d3de5e9-2b55-4f13-9b85-901c711881b2 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2756] 199.204.45.53 () {34 vars in 1059 bytes} [Thu Jul 2 06:22:04 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.207&port_id=56edffb3-fe63-4789-8457-aab32eb3c134 => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2757] 199.204.45.53 () {34 vars in 981 bytes} [Thu Jul 2 06:22:04 2026] GET /v2.0/subnets?id=c57bc903-8102-48b2-9523-687c812fc38e => generated 630 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2758] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:22:04 2026] GET /v2.0/ports?network_id=f960575b-d1a1-4e94-b00d-cb9e50bb6967&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2759] 199.204.45.53 () {30 vars in 700 bytes} [Thu Jul 2 06:22:04 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2760] 199.204.45.53 () {30 vars in 702 bytes} [Thu Jul 2 06:22:04 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2761] 199.204.45.53 () {30 vars in 678 bytes} [Thu Jul 2 06:22:04 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2762] 199.204.45.53 () {30 vars in 714 bytes} [Thu Jul 2 06:22:04 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2763] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:22:04 2026] GET /v2.0/networks/f960575b-d1a1-4e94-b00d-cb9e50bb6967?fields=segments => generated 14 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2764] 199.204.45.53 () {30 vars in 738 bytes} [Thu Jul 2 06:22:04 2026] GET /v2.0/subnets/bae020cc-2b9a-4046-acb2-817baeaeb382 => generated 651 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2765] 199.204.45.53 () {30 vars in 734 bytes} [Thu Jul 2 06:22:04 2026] GET /v2.0/ports/121c861b-1d5b-475d-b1b4-7f753bcdbef8 => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2766] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:22:04 2026] GET /v2.0/networks/f960575b-d1a1-4e94-b00d-cb9e50bb6967?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2767] 199.204.45.53 () {30 vars in 734 bytes} [Thu Jul 2 06:22:04 2026] GET /v2.0/ports/7517882e-8956-45ca-8735-ace750ccb254 => generated 1350 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2768] 199.204.45.53 () {34 vars in 1055 bytes} [Thu Jul 2 06:22:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.122&port_id=7517882e-8956-45ca-8735-ace750ccb254 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2769] 199.204.45.53 () {30 vars in 738 bytes} [Thu Jul 2 06:22:04 2026] GET /v2.0/subnets/bae020cc-2b9a-4046-acb2-817baeaeb382 => generated 651 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2770] 199.204.45.53 () {34 vars in 981 bytes} [Thu Jul 2 06:22:04 2026] GET /v2.0/subnets?id=bae020cc-2b9a-4046-acb2-817baeaeb382 => generated 654 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2771] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:22:04 2026] GET /v2.0/ports?network_id=a99f89d0-1bb5-4511-b6f9-ca6be99c3906&device_owner=network%3Adhcp => generated 1461 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2772] 199.204.45.53 () {30 vars in 740 bytes} [Thu Jul 2 06:22:04 2026] GET /v2.0/networks/a99f89d0-1bb5-4511-b6f9-ca6be99c3906 => generated 800 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2773] 199.204.45.53 () {30 vars in 734 bytes} [Thu Jul 2 06:22:04 2026] GET /v2.0/ports/121c861b-1d5b-475d-b1b4-7f753bcdbef8 => generated 1132 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2774] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:22:04 2026] GET /v2.0/networks/a99f89d0-1bb5-4511-b6f9-ca6be99c3906?fields=segments => generated 14 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2775] 199.204.45.53 () {30 vars in 738 bytes} [Thu Jul 2 06:22:04 2026] GET /v2.0/subnets/bae020cc-2b9a-4046-acb2-817baeaeb382 => generated 651 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2776] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:22:04 2026] GET /v2.0/networks/a99f89d0-1bb5-4511-b6f9-ca6be99c3906?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2777] 199.204.45.53 () {34 vars in 1051 bytes} [Thu Jul 2 06:22:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.6&port_id=efeb05df-2eae-4498-9106-61f38b2f065a => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2778] 199.204.45.53 () {34 vars in 981 bytes} [Thu Jul 2 06:22:05 2026] GET /v2.0/subnets?id=4f2eb02f-c55d-4685-8289-345ff4fb1e80 => generated 652 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2779] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:22:05 2026] GET /v2.0/ports?network_id=a8e47d20-8411-4e4b-b8a8-8a636965c6af&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:22:05.207 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7f2b4e9b-6e67-43c4-9007-fba24afe1c02'] response: {'server_uuid': '7bfcf523-c731-4bb2-8503-037cd42979b0', 'name': 'network-vif-deleted', 'tag': '9d3de5e9-2b55-4f13-9b85-901c711881b2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1384/2780] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:22:05 2026] GET /v2.0/networks/a8e47d20-8411-4e4b-b8a8-8a636965c6af?fields=segments => generated 14 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2781] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:22:05 2026] GET /v2.0/networks/a8e47d20-8411-4e4b-b8a8-8a636965c6af?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2782] 199.204.45.53 () {30 vars in 700 bytes} [Thu Jul 2 06:22:07 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2783] 199.204.45.53 () {30 vars in 702 bytes} [Thu Jul 2 06:22:07 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2784] 199.204.45.53 () {30 vars in 678 bytes} [Thu Jul 2 06:22:07 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2785] 199.204.45.53 () {30 vars in 714 bytes} [Thu Jul 2 06:22:07 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2786] 199.204.45.53 () {30 vars in 766 bytes} [Thu Jul 2 06:22:07 2026] GET /v2.0/ports?device_id=7bfcf523-c731-4bb2-8503-037cd42979b0 => generated 3811 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2787] 199.204.45.53 () {30 vars in 700 bytes} [Thu Jul 2 06:22:07 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2788] 199.204.45.53 () {30 vars in 702 bytes} [Thu Jul 2 06:22:07 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2789] 199.204.45.53 () {30 vars in 678 bytes} [Thu Jul 2 06:22:07 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2790] 199.204.45.53 () {30 vars in 714 bytes} [Thu Jul 2 06:22:07 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2791] 199.204.45.53 () {30 vars in 734 bytes} [Thu Jul 2 06:22:07 2026] GET /v2.0/ports/efeb05df-2eae-4498-9106-61f38b2f065a => generated 1229 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2792] 199.204.45.53 () {34 vars in 786 bytes} [Thu Jul 2 06:22:07 2026] PUT /v2.0/ports/efeb05df-2eae-4498-9106-61f38b2f065a => generated 1026 bytes in 402 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2793] 199.204.45.53 () {30 vars in 740 bytes} [Thu Jul 2 06:22:08 2026] GET /v2.0/networks/a8e47d20-8411-4e4b-b8a8-8a636965c6af => generated 798 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2794] 199.204.45.53 () {30 vars in 766 bytes} [Thu Jul 2 06:22:08 2026] GET /v2.0/ports?device_id=7bfcf523-c731-4bb2-8503-037cd42979b0 => generated 3644 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2795] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:22:08 2026] GET /v2.0/ports?tenant_id=47d455b829a347f0a293b03a747523ab&device_id=7bfcf523-c731-4bb2-8503-037cd42979b0 => generated 3644 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:22:08.591 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3fa62bc7-919b-492b-b37c-0966cd0fc7cf'] response: {'name': 'network-changed', 'server_uuid': '7bfcf523-c731-4bb2-8503-037cd42979b0', 'tag': 'efeb05df-2eae-4498-9106-61f38b2f065a', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1392/2796] 199.204.45.53 () {30 vars in 766 bytes} [Thu Jul 2 06:22:08 2026] GET /v2.0/ports?device_id=7bfcf523-c731-4bb2-8503-037cd42979b0 => generated 3644 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2797] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:22:08 2026] GET /v2.0/networks?id=a8e47d20-8411-4e4b-b8a8-8a636965c6af => generated 801 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2798] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:22:08 2026] GET /v2.0/networks/a8e47d20-8411-4e4b-b8a8-8a636965c6af?fields=segments => generated 14 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2799] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:22:08 2026] GET /v2.0/networks/a8e47d20-8411-4e4b-b8a8-8a636965c6af?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2800] 199.204.45.53 () {34 vars in 972 bytes} [Thu Jul 2 06:22:09 2026] GET /v2.0/ports/efeb05df-2eae-4498-9106-61f38b2f065a => generated 1062 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2801] 199.204.45.53 () {36 vars in 994 bytes} [Thu Jul 2 06:22:09 2026] DELETE /v2.0/ports/efeb05df-2eae-4498-9106-61f38b2f065a => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2802] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:22:09 2026] GET /v2.0/ports?tenant_id=47d455b829a347f0a293b03a747523ab&device_id=7bfcf523-c731-4bb2-8503-037cd42979b0 => generated 2590 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:22:09.743 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-787f6eb4-edd9-4c10-92a1-494f8dbba0bf'] response: {'server_uuid': '7bfcf523-c731-4bb2-8503-037cd42979b0', 'name': 'network-vif-deleted', 'tag': 'efeb05df-2eae-4498-9106-61f38b2f065a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1395/2803] 199.204.45.53 () {30 vars in 766 bytes} [Thu Jul 2 06:22:09 2026] GET /v2.0/ports?device_id=7bfcf523-c731-4bb2-8503-037cd42979b0 => generated 2590 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:22:09.802 7 INFO neutron.pecan_wsgi.hooks.translation [None req-458a0cae-59d1-49a3-b8ae-4598743acc93 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1396/2804] 199.204.45.53 () {32 vars in 756 bytes} [Thu Jul 2 06:22:09 2026] DELETE /v2.0/ports/efeb05df-2eae-4498-9106-61f38b2f065a => generated 132 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2805] 199.204.45.53 () {34 vars in 1143 bytes} [Thu Jul 2 06:22:09 2026] GET /v2.0/networks?id=f960575b-d1a1-4e94-b00d-cb9e50bb6967&id=a99f89d0-1bb5-4511-b6f9-ca6be99c3906&id=a8e47d20-8411-4e4b-b8a8-8a636965c6af => generated 2310 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2806] 199.204.45.53 () {34 vars in 1059 bytes} [Thu Jul 2 06:22:09 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.207&port_id=56edffb3-fe63-4789-8457-aab32eb3c134 => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2807] 199.204.45.53 () {30 vars in 700 bytes} [Thu Jul 2 06:22:09 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2808] 199.204.45.53 () {34 vars in 981 bytes} [Thu Jul 2 06:22:09 2026] GET /v2.0/subnets?id=c57bc903-8102-48b2-9523-687c812fc38e => generated 630 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2809] 199.204.45.53 () {30 vars in 702 bytes} [Thu Jul 2 06:22:09 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2810] 199.204.45.53 () {30 vars in 678 bytes} [Thu Jul 2 06:22:09 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2811] 199.204.45.53 () {30 vars in 714 bytes} [Thu Jul 2 06:22:10 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2812] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:22:09 2026] GET /v2.0/ports?network_id=f960575b-d1a1-4e94-b00d-cb9e50bb6967&device_owner=network%3Adhcp => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2813] 199.204.45.53 () {30 vars in 738 bytes} [Thu Jul 2 06:22:10 2026] GET /v2.0/subnets/bae020cc-2b9a-4046-acb2-817baeaeb382 => generated 651 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2814] 199.204.45.53 () {30 vars in 734 bytes} [Thu Jul 2 06:22:10 2026] GET /v2.0/ports/121c861b-1d5b-475d-b1b4-7f753bcdbef8 => generated 1132 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2815] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:22:10 2026] GET /v2.0/networks/f960575b-d1a1-4e94-b00d-cb9e50bb6967?fields=segments => generated 14 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2816] 199.204.45.53 () {30 vars in 734 bytes} [Thu Jul 2 06:22:10 2026] GET /v2.0/ports/7517882e-8956-45ca-8735-ace750ccb254 => generated 1350 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2817] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:22:10 2026] GET /v2.0/networks/f960575b-d1a1-4e94-b00d-cb9e50bb6967?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2818] 199.204.45.53 () {30 vars in 738 bytes} [Thu Jul 2 06:22:10 2026] GET /v2.0/subnets/bae020cc-2b9a-4046-acb2-817baeaeb382 => generated 651 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2819] 199.204.45.53 () {34 vars in 1055 bytes} [Thu Jul 2 06:22:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.122&port_id=7517882e-8956-45ca-8735-ace750ccb254 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2820] 199.204.45.53 () {34 vars in 981 bytes} [Thu Jul 2 06:22:10 2026] GET /v2.0/subnets?id=bae020cc-2b9a-4046-acb2-817baeaeb382 => generated 654 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2821] 199.204.45.53 () {30 vars in 740 bytes} [Thu Jul 2 06:22:10 2026] GET /v2.0/networks/a99f89d0-1bb5-4511-b6f9-ca6be99c3906 => generated 800 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2822] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:22:10 2026] GET /v2.0/ports?network_id=a99f89d0-1bb5-4511-b6f9-ca6be99c3906&device_owner=network%3Adhcp => generated 1461 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2823] 199.204.45.53 () {30 vars in 734 bytes} [Thu Jul 2 06:22:10 2026] GET /v2.0/ports/121c861b-1d5b-475d-b1b4-7f753bcdbef8 => generated 1132 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2824] 199.204.45.53 () {30 vars in 738 bytes} [Thu Jul 2 06:22:10 2026] GET /v2.0/subnets/bae020cc-2b9a-4046-acb2-817baeaeb382 => generated 651 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2825] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:22:10 2026] GET /v2.0/networks/a99f89d0-1bb5-4511-b6f9-ca6be99c3906?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2826] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:22:10 2026] GET /v2.0/networks/a99f89d0-1bb5-4511-b6f9-ca6be99c3906?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2829] 199.204.45.53 () {30 vars in 700 bytes} [Thu Jul 2 06:22:23 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2830] 199.204.45.53 () {30 vars in 702 bytes} [Thu Jul 2 06:22:23 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2831] 199.204.45.53 () {30 vars in 678 bytes} [Thu Jul 2 06:22:23 2026] GET /v2.0/extensions/qos => generated 166 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2832] 199.204.45.53 () {30 vars in 714 bytes} [Thu Jul 2 06:22:23 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:22:23.730 8 INFO neutron.api.v2.resource [None req-d5e04330-481f-4c6c-b18c-66e4ee9853fb d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1421/2833] 199.204.45.53 () {30 vars in 760 bytes} [Thu Jul 2 06:22:23 2026] GET /v2.0/security-groups/lb-3e2e460c-1a6d-4321-9435-798d1c588d59 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2834] 199.204.45.53 () {30 vars in 782 bytes} [Thu Jul 2 06:22:23 2026] GET /v2.0/security-groups?name=lb-3e2e460c-1a6d-4321-9435-798d1c588d59 => generated 2741 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2835] 199.204.45.53 () {30 vars in 812 bytes} [Thu Jul 2 06:22:23 2026] GET /v2.0/security-group-rules?security_group_id=3800c2aa-32a5-4d17-a4e1-06519ccc648a => generated 2206 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2836] 199.204.45.53 () {32 vars in 786 bytes} [Thu Jul 2 06:22:23 2026] DELETE /v2.0/security-group-rules/04711505-6c51-4e3e-8d45-912a3fa8e8e1 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2837] 199.204.45.53 () {32 vars in 786 bytes} [Thu Jul 2 06:22:23 2026] DELETE /v2.0/security-group-rules/4b8fddcc-8f0d-4304-a627-ce977adac472 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:22:27.833 7 INFO neutron.db.l3_db [None req-4164fa21-dc8b-40c5-8da2-7a0af1063380 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] Floating IP dd43ced5-ae3f-49b4-ae6f-ff3944ba8a4c disassociated (deleted). External IP: 10.96.250.201, port: 121c861b-1d5b-475d-b1b4-7f753bcdbef8. [pid: 7|app: 0|req: 1415/2838] 10.0.0.230 () {32 vars in 730 bytes} [Thu Jul 2 06:22:27 2026] DELETE /v2.0/floatingips/dd43ced5-ae3f-49b4-ae6f-ff3944ba8a4c => generated 0 bytes in 824 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:22:28.225 8 INFO neutron.api.v2.resource [None req-5531ff5c-59c2-4ed3-9c43-587014fcbf77 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1424/2839] 10.0.0.230 () {32 vars in 727 bytes} [Thu Jul 2 06:22:28 2026] GET /v2.0/floatingips/dd43ced5-ae3f-49b4-ae6f-ff3944ba8a4c => generated 144 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2842] 199.204.45.53 () {30 vars in 700 bytes} [Thu Jul 2 06:22:29 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2843] 199.204.45.53 () {30 vars in 702 bytes} [Thu Jul 2 06:22:29 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2844] 199.204.45.53 () {30 vars in 678 bytes} [Thu Jul 2 06:22:29 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2845] 199.204.45.53 () {30 vars in 714 bytes} [Thu Jul 2 06:22:29 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2846] 199.204.45.53 () {30 vars in 738 bytes} [Thu Jul 2 06:22:29 2026] GET /v2.0/subnets/bae020cc-2b9a-4046-acb2-817baeaeb382 => generated 651 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2847] 199.204.45.53 () {30 vars in 766 bytes} [Thu Jul 2 06:22:29 2026] GET /v2.0/ports?device_id=7bfcf523-c731-4bb2-8503-037cd42979b0 => generated 2590 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2848] 199.204.45.53 () {30 vars in 766 bytes} [Thu Jul 2 06:22:29 2026] GET /v2.0/ports?device_id=7bfcf523-c731-4bb2-8503-037cd42979b0 => generated 2590 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2849] 199.204.45.53 () {30 vars in 766 bytes} [Thu Jul 2 06:22:29 2026] GET /v2.0/ports?device_id=7bfcf523-c731-4bb2-8503-037cd42979b0 => generated 2590 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2850] 199.204.45.53 () {34 vars in 972 bytes} [Thu Jul 2 06:22:30 2026] GET /v2.0/ports/7517882e-8956-45ca-8735-ace750ccb254 => generated 1350 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2851] 199.204.45.53 () {34 vars in 1057 bytes} [Thu Jul 2 06:22:30 2026] GET /v2.0/ports/7517882e-8956-45ca-8735-ace750ccb254?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2852] 199.204.45.53 () {34 vars in 1013 bytes} [Thu Jul 2 06:22:30 2026] GET /v2.0/networks/a99f89d0-1bb5-4511-b6f9-ca6be99c3906?fields=dns_domain => generated 29 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2853] 199.204.45.53 () {34 vars in 1093 bytes} [Thu Jul 2 06:22:30 2026] GET /v2.0/ports?device_id=7bfcf523-c731-4bb2-8503-037cd42979b0&fields=binding%3Ahost_id&fields=binding%3Avif_type => generated 123 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2854] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:22:30 2026] GET /v2.0/ports?tenant_id=47d455b829a347f0a293b03a747523ab&device_id=7bfcf523-c731-4bb2-8503-037cd42979b0 => generated 2590 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2855] 199.204.45.53 () {34 vars in 1063 bytes} [Thu Jul 2 06:22:30 2026] GET /v2.0/networks?id=f960575b-d1a1-4e94-b00d-cb9e50bb6967&id=a99f89d0-1bb5-4511-b6f9-ca6be99c3906 => generated 1523 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2856] 199.204.45.53 () {38 vars in 1025 bytes} [Thu Jul 2 06:22:30 2026] PUT /v2.0/ports/7517882e-8956-45ca-8735-ace750ccb254 => generated 1151 bytes in 337 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1423/2857] 199.204.45.53 () {34 vars in 1059 bytes} [Thu Jul 2 06:22:30 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.207&port_id=56edffb3-fe63-4789-8457-aab32eb3c134 => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2858] 199.204.45.53 () {30 vars in 766 bytes} [Thu Jul 2 06:22:30 2026] GET /v2.0/ports?device_id=7bfcf523-c731-4bb2-8503-037cd42979b0 => generated 1248 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2859] 199.204.45.53 () {34 vars in 981 bytes} [Thu Jul 2 06:22:30 2026] GET /v2.0/subnets?id=c57bc903-8102-48b2-9523-687c812fc38e => generated 630 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2860] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:22:30 2026] GET /v2.0/ports?network_id=f960575b-d1a1-4e94-b00d-cb9e50bb6967&device_owner=network%3Adhcp => generated 1244 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2861] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:22:30 2026] GET /v2.0/networks/f960575b-d1a1-4e94-b00d-cb9e50bb6967?fields=segments => generated 14 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2862] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:22:30 2026] GET /v2.0/networks/f960575b-d1a1-4e94-b00d-cb9e50bb6967?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2863] 199.204.45.53 () {34 vars in 786 bytes} [Thu Jul 2 06:22:30 2026] PUT /v2.0/ports/7517882e-8956-45ca-8735-ace750ccb254 => generated 1090 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1428/2864] 199.204.45.53 () {34 vars in 1055 bytes} [Thu Jul 2 06:22:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.122&port_id=7517882e-8956-45ca-8735-ace750ccb254 => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2865] 199.204.45.53 () {30 vars in 734 bytes} [Thu Jul 2 06:22:30 2026] GET /v2.0/ports/7517882e-8956-45ca-8735-ace750ccb254 => generated 1090 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2866] 199.204.45.53 () {34 vars in 981 bytes} [Thu Jul 2 06:22:30 2026] GET /v2.0/subnets?id=bae020cc-2b9a-4046-acb2-817baeaeb382 => generated 654 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2867] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:22:31 2026] GET /v2.0/ports?network_id=a99f89d0-1bb5-4511-b6f9-ca6be99c3906&device_owner=network%3Adhcp => generated 1461 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2868] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:22:31 2026] GET /v2.0/networks/a99f89d0-1bb5-4511-b6f9-ca6be99c3906?fields=segments => generated 14 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2869] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:22:31 2026] GET /v2.0/networks/a99f89d0-1bb5-4511-b6f9-ca6be99c3906?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2870] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:22:31 2026] GET /v2.0/ports?tenant_id=47d455b829a347f0a293b03a747523ab&device_id=7bfcf523-c731-4bb2-8503-037cd42979b0 => generated 1248 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2871] 199.204.45.53 () {32 vars in 756 bytes} [Thu Jul 2 06:22:31 2026] DELETE /v2.0/ports/7517882e-8956-45ca-8735-ace750ccb254 => generated 0 bytes in 355 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2872] 199.204.45.53 () {34 vars in 1063 bytes} [Thu Jul 2 06:22:31 2026] GET /v2.0/networks?id=f960575b-d1a1-4e94-b00d-cb9e50bb6967&id=a99f89d0-1bb5-4511-b6f9-ca6be99c3906 => generated 1523 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2873] 199.204.45.53 () {30 vars in 700 bytes} [Thu Jul 2 06:22:31 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2874] 199.204.45.53 () {34 vars in 1059 bytes} [Thu Jul 2 06:22:31 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.207&port_id=56edffb3-fe63-4789-8457-aab32eb3c134 => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2875] 199.204.45.53 () {30 vars in 702 bytes} [Thu Jul 2 06:22:31 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2876] 199.204.45.53 () {30 vars in 678 bytes} [Thu Jul 2 06:22:31 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2877] 199.204.45.53 () {30 vars in 714 bytes} [Thu Jul 2 06:22:31 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2878] 199.204.45.53 () {34 vars in 981 bytes} [Thu Jul 2 06:22:31 2026] GET /v2.0/subnets?id=c57bc903-8102-48b2-9523-687c812fc38e => generated 630 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:22:31.537 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9e55d23b-563f-43a4-a49c-d407c9d49ce1 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1443/2879] 199.204.45.53 () {32 vars in 756 bytes} [Thu Jul 2 06:22:31 2026] DELETE /v2.0/ports/7517882e-8956-45ca-8735-ace750ccb254 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2880] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:22:31 2026] GET /v2.0/ports?network_id=f960575b-d1a1-4e94-b00d-cb9e50bb6967&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2881] 199.204.45.53 () {30 vars in 734 bytes} [Thu Jul 2 06:22:31 2026] GET /v2.0/ports/121c861b-1d5b-475d-b1b4-7f753bcdbef8 => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:22:31.606 8 INFO neutron.api.v2.resource [None req-23a6ae8a-2ff6-4515-bf5b-feabfd4563e8 d94bb056a6454fa8a5d592e0e8bcbf06 47d455b829a347f0a293b03a747523ab - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1445/2882] 199.204.45.53 () {30 vars in 760 bytes} [Thu Jul 2 06:22:31 2026] GET /v2.0/security-groups/lb-3e2e460c-1a6d-4321-9435-798d1c588d59 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2883] 199.204.45.53 () {30 vars in 782 bytes} [Thu Jul 2 06:22:31 2026] GET /v2.0/security-groups?name=lb-3e2e460c-1a6d-4321-9435-798d1c588d59 => generated 1577 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2884] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:22:31 2026] GET /v2.0/networks/f960575b-d1a1-4e94-b00d-cb9e50bb6967?fields=segments => generated 14 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2885] 199.204.45.53 () {30 vars in 734 bytes} [Thu Jul 2 06:22:31 2026] GET /v2.0/ports/121c861b-1d5b-475d-b1b4-7f753bcdbef8 => generated 1132 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2886] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:22:31 2026] GET /v2.0/networks/f960575b-d1a1-4e94-b00d-cb9e50bb6967?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2887] 199.204.45.53 () {34 vars in 786 bytes} [Thu Jul 2 06:22:31 2026] PUT /v2.0/ports/121c861b-1d5b-475d-b1b4-7f753bcdbef8 => generated 1094 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2888] 199.204.45.53 () {32 vars in 776 bytes} [Thu Jul 2 06:22:31 2026] DELETE /v2.0/security-groups/3800c2aa-32a5-4d17-a4e1-06519ccc648a => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2889] 199.204.45.53 () {32 vars in 756 bytes} [Thu Jul 2 06:22:32 2026] DELETE /v2.0/ports/121c861b-1d5b-475d-b1b4-7f753bcdbef8 => generated 0 bytes in 333 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2890] 199.204.45.53 () {34 vars in 991 bytes} [Thu Jul 2 06:22:33 2026] GET /v2.0/ports?device_id=7bfcf523-c731-4bb2-8503-037cd42979b0 => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2891] 199.204.45.53 () {36 vars in 994 bytes} [Thu Jul 2 06:22:33 2026] DELETE /v2.0/ports/56edffb3-fe63-4789-8457-aab32eb3c134 => generated 0 bytes in 320 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:22:33.887 7 INFO neutron.db.l3_db [None req-eb8d5070-9043-48d1-bfcc-acf73b572ce1 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] Floating IP 386cb2b2-acb0-4b2c-8ddf-e9f6681f1c7b disassociated (deleted). External IP: 10.96.250.215, port: e2acd982-fcc2-4d94-8895-e5546f5bf5e5. [pid: 7|app: 0|req: 1442/2892] 10.0.0.230 () {32 vars in 730 bytes} [Thu Jul 2 06:22:33 2026] DELETE /v2.0/floatingips/386cb2b2-acb0-4b2c-8ddf-e9f6681f1c7b => generated 0 bytes in 892 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:22:34.382 8 INFO neutron.api.v2.resource [None req-931a60b9-ea94-45ec-adf4-0a3505f99197 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1451/2893] 10.0.0.230 () {32 vars in 727 bytes} [Thu Jul 2 06:22:34 2026] GET /v2.0/floatingips/386cb2b2-acb0-4b2c-8ddf-e9f6681f1c7b => generated 144 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:22:34.578 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c268bd65-7c02-4a5d-bae4-c290e59efaf9'] response: {'name': 'network-changed', 'server_uuid': '1c37535a-0c99-481c-a838-b6cf19c4e232', 'tag': 'e2acd982-fcc2-4d94-8895-e5546f5bf5e5', 'status': 'completed', 'code': 200} 2026-07-02 06:22:34.604 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bc295eaa-e22f-49c9-9269-80b8081e9fd4'] response: {'server_uuid': '7bfcf523-c731-4bb2-8503-037cd42979b0', 'name': 'network-vif-deleted', 'tag': '56edffb3-fe63-4789-8457-aab32eb3c134', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1452/2894] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:22:34 2026] GET /v2.0/ports?tenant_id=ffcd9361acf749798b70118fec6eeca7&device_id=1c37535a-0c99-481c-a838-b6cf19c4e232 => generated 1473 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2895] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:22:34 2026] GET /v2.0/ports?device_id=1c37535a-0c99-481c-a838-b6cf19c4e232 => generated 1204 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2896] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:22:34 2026] GET /v2.0/networks?id=cacfde1b-4035-4c39-ac30-182e02fecbd5 => generated 800 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2897] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:22:34 2026] GET /v2.0/security-groups?id=71aa8f1a-0082-46e6-8216-ebe70c965053&fields=id&fields=name => generated 110 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2898] 199.204.45.53 () {34 vars in 1055 bytes} [Thu Jul 2 06:22:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.253&port_id=e2acd982-fcc2-4d94-8895-e5546f5bf5e5 => generated 19 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2899] 199.204.45.53 () {34 vars in 1103 bytes} [Thu Jul 2 06:22:34 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3ab&port_id=e2acd982-fcc2-4d94-8895-e5546f5bf5e5 => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2900] 199.204.45.53 () {34 vars in 1061 bytes} [Thu Jul 2 06:22:34 2026] GET /v2.0/subnets?id=07a733aa-1e46-4aa1-93e4-b51b6c9e80ca&id=6801846e-2876-4b05-aef2-7aa12b914bde => generated 1366 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2901] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:22:34 2026] GET /v2.0/ports?network_id=cacfde1b-4035-4c39-ac30-182e02fecbd5&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2902] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:22:34 2026] GET /v2.0/ports?network_id=cacfde1b-4035-4c39-ac30-182e02fecbd5&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2903] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:22:35 2026] GET /v2.0/networks/cacfde1b-4035-4c39-ac30-182e02fecbd5?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2904] 199.204.45.53 () {34 vars in 991 bytes} [Thu Jul 2 06:22:35 2026] GET /v2.0/ports?device_id=1c37535a-0c99-481c-a838-b6cf19c4e232 => generated 1204 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2905] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:22:35 2026] GET /v2.0/networks/cacfde1b-4035-4c39-ac30-182e02fecbd5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2906] 199.204.45.53 () {36 vars in 994 bytes} [Thu Jul 2 06:22:35 2026] DELETE /v2.0/ports/e2acd982-fcc2-4d94-8895-e5546f5bf5e5 => generated 0 bytes in 371 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:22:40.242 7 INFO neutron.db.l3_db [None req-bdf9e9b0-911d-4e1b-881f-e4c5c41f6ca7 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] Floating IP 728d208a-1d4d-448b-90d3-de8661c19243 disassociated (deleted). External IP: 10.96.250.205, port: 0ce58348-0e65-4a0b-9345-850b21d47098. [pid: 7|app: 0|req: 1449/2907] 10.0.0.230 () {32 vars in 730 bytes} [Thu Jul 2 06:22:39 2026] DELETE /v2.0/floatingips/728d208a-1d4d-448b-90d3-de8661c19243 => generated 0 bytes in 767 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:22:40.642 8 INFO neutron.api.v2.resource [None req-0fa7a3f1-b667-47d3-a899-4c3f3cf2a0cd 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1459/2908] 10.0.0.230 () {32 vars in 727 bytes} [Thu Jul 2 06:22:40 2026] GET /v2.0/floatingips/728d208a-1d4d-448b-90d3-de8661c19243 => generated 144 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:22:40.842 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-743159f8-89d7-45f1-9831-5312e1335a34'] response: {'name': 'network-changed', 'server_uuid': '3d9785b3-d69a-4d84-93dd-decb2e9072eb', 'tag': '0ce58348-0e65-4a0b-9345-850b21d47098', 'status': 'completed', 'code': 200} 2026-07-02 06:22:40.865 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8666382a-a831-4659-9095-a92d2d2d6fb0'] response: {'server_uuid': '1c37535a-0c99-481c-a838-b6cf19c4e232', 'name': 'network-vif-deleted', 'tag': 'e2acd982-fcc2-4d94-8895-e5546f5bf5e5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1460/2909] 199.204.45.53 () {34 vars in 1077 bytes} [Thu Jul 2 06:22:40 2026] GET /v2.0/ports?tenant_id=ffcd9361acf749798b70118fec6eeca7&device_id=3d9785b3-d69a-4d84-93dd-decb2e9072eb => generated 1469 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2910] 10.0.0.21 () {34 vars in 987 bytes} [Thu Jul 2 06:22:40 2026] GET /v2.0/ports?device_id=3d9785b3-d69a-4d84-93dd-decb2e9072eb => generated 1200 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2911] 10.0.0.21 () {34 vars in 1037 bytes} [Thu Jul 2 06:22:40 2026] GET /v2.0/security-groups?id=71aa8f1a-0082-46e6-8216-ebe70c965053&fields=id&fields=name => generated 110 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2912] 199.204.45.53 () {34 vars in 983 bytes} [Thu Jul 2 06:22:40 2026] GET /v2.0/networks?id=a8e47d20-8411-4e4b-b8a8-8a636965c6af => generated 801 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2913] 199.204.45.53 () {34 vars in 1055 bytes} [Thu Jul 2 06:22:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.192&port_id=0ce58348-0e65-4a0b-9345-850b21d47098 => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2914] 199.204.45.53 () {34 vars in 1101 bytes} [Thu Jul 2 06:22:41 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A231&port_id=0ce58348-0e65-4a0b-9345-850b21d47098 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2915] 199.204.45.53 () {34 vars in 1061 bytes} [Thu Jul 2 06:22:41 2026] GET /v2.0/subnets?id=4f2eb02f-c55d-4685-8289-345ff4fb1e80&id=02e4d84d-6667-456b-bb82-18c7ba3efaf2 => generated 1361 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2916] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:22:41 2026] GET /v2.0/ports?network_id=a8e47d20-8411-4e4b-b8a8-8a636965c6af&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2917] 199.204.45.53 () {34 vars in 1049 bytes} [Thu Jul 2 06:22:41 2026] GET /v2.0/ports?network_id=a8e47d20-8411-4e4b-b8a8-8a636965c6af&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2918] 199.204.45.53 () {34 vars in 1009 bytes} [Thu Jul 2 06:22:41 2026] GET /v2.0/networks/a8e47d20-8411-4e4b-b8a8-8a636965c6af?fields=segments => generated 14 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2919] 199.204.45.53 () {34 vars in 991 bytes} [Thu Jul 2 06:22:41 2026] GET /v2.0/ports?device_id=3d9785b3-d69a-4d84-93dd-decb2e9072eb => generated 1200 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2920] 199.204.45.53 () {34 vars in 1109 bytes} [Thu Jul 2 06:22:41 2026] GET /v2.0/networks/a8e47d20-8411-4e4b-b8a8-8a636965c6af?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2921] 199.204.45.53 () {36 vars in 994 bytes} [Thu Jul 2 06:22:41 2026] DELETE /v2.0/ports/0ce58348-0e65-4a0b-9345-850b21d47098 => generated 0 bytes in 397 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2924] 10.0.0.230 () {32 vars in 748 bytes} [Thu Jul 2 06:22:46 2026] DELETE /v2.0/security-group-rules/fe6c8510-e723-404b-9bce-7f3eb2b74e8b => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:22:46.157 7 INFO neutron.api.v2.resource [None req-bcccbd90-f9eb-4f66-adf4-869052ce5567 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1458/2925] 10.0.0.230 () {32 vars in 745 bytes} [Thu Jul 2 06:22:46 2026] GET /v2.0/security-group-rules/fe6c8510-e723-404b-9bce-7f3eb2b74e8b => generated 155 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2926] 10.0.0.230 () {32 vars in 748 bytes} [Thu Jul 2 06:22:46 2026] DELETE /v2.0/security-group-rules/6ac9c7eb-c488-409b-adc5-109a82e052df => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:22:46.243 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3482e2ad-3474-44ab-9118-efa9c197e5a7'] response: {'server_uuid': '3d9785b3-d69a-4d84-93dd-decb2e9072eb', 'name': 'network-vif-deleted', 'tag': '0ce58348-0e65-4a0b-9345-850b21d47098', 'status': 'completed', 'code': 200} 2026-07-02 06:22:46.246 7 INFO neutron.api.v2.resource [None req-215c79bd-1a2d-4a50-9061-ed8414aafed7 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1459/2927] 10.0.0.230 () {32 vars in 745 bytes} [Thu Jul 2 06:22:46 2026] GET /v2.0/security-group-rules/6ac9c7eb-c488-409b-adc5-109a82e052df => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2928] 10.0.0.230 () {32 vars in 748 bytes} [Thu Jul 2 06:22:46 2026] DELETE /v2.0/security-group-rules/4f53f059-e9b3-42c6-8425-deba22bb36a8 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:22:46.348 7 INFO neutron.api.v2.resource [None req-72805afc-2f29-465c-a3ad-48b60f2c177d 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1460/2929] 10.0.0.230 () {32 vars in 745 bytes} [Thu Jul 2 06:22:46 2026] GET /v2.0/security-group-rules/4f53f059-e9b3-42c6-8425-deba22bb36a8 => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2930] 10.0.0.230 () {32 vars in 748 bytes} [Thu Jul 2 06:22:46 2026] DELETE /v2.0/security-group-rules/5c28105c-3fc4-4dd6-bc30-ac9fbb1062bd => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:22:46.438 7 INFO neutron.api.v2.resource [None req-eca768cf-f739-4b79-ab22-a3ac95feed7b 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1461/2931] 10.0.0.230 () {32 vars in 745 bytes} [Thu Jul 2 06:22:46 2026] GET /v2.0/security-group-rules/5c28105c-3fc4-4dd6-bc30-ac9fbb1062bd => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2932] 10.0.0.230 () {32 vars in 748 bytes} [Thu Jul 2 06:22:46 2026] DELETE /v2.0/security-group-rules/0024ac43-5655-46e9-98ce-83d68bed5b55 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:22:46.529 7 INFO neutron.api.v2.resource [None req-81273e6e-d1a8-4d6b-8398-a3bed1ff2388 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1462/2933] 10.0.0.230 () {32 vars in 745 bytes} [Thu Jul 2 06:22:46 2026] GET /v2.0/security-group-rules/0024ac43-5655-46e9-98ce-83d68bed5b55 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2934] 10.0.0.230 () {32 vars in 748 bytes} [Thu Jul 2 06:22:46 2026] DELETE /v2.0/security-group-rules/d514d0c5-b49f-4e20-916f-910284b66736 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:22:46.629 7 INFO neutron.api.v2.resource [None req-49ef9c23-c7f6-489a-bf78-5387bed43c12 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1463/2935] 10.0.0.230 () {32 vars in 745 bytes} [Thu Jul 2 06:22:46 2026] GET /v2.0/security-group-rules/d514d0c5-b49f-4e20-916f-910284b66736 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2936] 10.0.0.230 () {32 vars in 748 bytes} [Thu Jul 2 06:22:46 2026] DELETE /v2.0/security-group-rules/612b6550-7dbc-4297-8d30-f440f9104710 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:22:46.722 7 INFO neutron.api.v2.resource [None req-b89a2da0-6039-4e75-87ad-c52336e38117 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1464/2937] 10.0.0.230 () {32 vars in 745 bytes} [Thu Jul 2 06:22:46 2026] GET /v2.0/security-group-rules/612b6550-7dbc-4297-8d30-f440f9104710 => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2938] 10.0.0.230 () {32 vars in 748 bytes} [Thu Jul 2 06:22:46 2026] DELETE /v2.0/security-group-rules/2ab3e1a3-0c98-4117-95e4-074d7c79f97b => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:22:46.833 7 INFO neutron.api.v2.resource [None req-8266f5d4-158c-4505-8fc8-9ec9bc5e9e8f 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1465/2939] 10.0.0.230 () {32 vars in 745 bytes} [Thu Jul 2 06:22:46 2026] GET /v2.0/security-group-rules/2ab3e1a3-0c98-4117-95e4-074d7c79f97b => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2940] 10.0.0.230 () {32 vars in 748 bytes} [Thu Jul 2 06:22:46 2026] DELETE /v2.0/security-group-rules/6de15d4a-aca4-44ee-a563-e5fabbfa2a08 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:22:46.933 7 INFO neutron.api.v2.resource [None req-d6ae045a-3fa3-4f2d-8f9a-9b63179624b1 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1466/2941] 10.0.0.230 () {32 vars in 745 bytes} [Thu Jul 2 06:22:46 2026] GET /v2.0/security-group-rules/6de15d4a-aca4-44ee-a563-e5fabbfa2a08 => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2942] 10.0.0.230 () {32 vars in 748 bytes} [Thu Jul 2 06:22:46 2026] DELETE /v2.0/security-group-rules/f102274c-3f23-43a1-9330-0d2cdd8b3dce => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:22:47.037 7 INFO neutron.api.v2.resource [None req-444174a0-397a-41db-9c34-1dbccfc557ec 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1467/2943] 10.0.0.230 () {32 vars in 745 bytes} [Thu Jul 2 06:22:47 2026] GET /v2.0/security-group-rules/f102274c-3f23-43a1-9330-0d2cdd8b3dce => generated 155 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2944] 10.0.0.230 () {32 vars in 748 bytes} [Thu Jul 2 06:22:47 2026] DELETE /v2.0/security-group-rules/b9616dff-e810-416a-85b5-b5b74c143227 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:22:47.127 7 INFO neutron.api.v2.resource [None req-736a1494-0142-4ed4-b8bb-f2554ca051e3 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1468/2945] 10.0.0.230 () {32 vars in 745 bytes} [Thu Jul 2 06:22:47 2026] GET /v2.0/security-group-rules/b9616dff-e810-416a-85b5-b5b74c143227 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/2946] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:22:47 2026] DELETE /v2.0/security-groups/71aa8f1a-0082-46e6-8216-ebe70c965053 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:22:47.228 7 INFO neutron.api.v2.resource [None req-4c548370-029d-492f-8a76-411b421d23e9 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1469/2947] 10.0.0.230 () {32 vars in 735 bytes} [Thu Jul 2 06:22:47 2026] GET /v2.0/security-groups/71aa8f1a-0082-46e6-8216-ebe70c965053 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2948] 10.0.0.230 () {34 vars in 787 bytes} [Thu Jul 2 06:22:47 2026] PUT /v2.0/routers/53e69144-9ffb-406c-ad18-a9baf2f9089a/remove_router_interface => generated 309 bytes in 1668 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:22:49.596 7 INFO neutron.api.v2.resource [None req-d7d9acd6-bcc8-4b73-9fa3-dc5e942da096 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1470/2949] 10.0.0.230 () {34 vars in 787 bytes} [Thu Jul 2 06:22:48 2026] PUT /v2.0/routers/53e69144-9ffb-406c-ad18-a9baf2f9089a/remove_router_interface => generated 198 bytes in 647 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/2950] 10.0.0.230 () {34 vars in 787 bytes} [Thu Jul 2 06:22:49 2026] PUT /v2.0/routers/53e69144-9ffb-406c-ad18-a9baf2f9089a/remove_router_interface => generated 309 bytes in 1243 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:22:51.071 7 INFO neutron.api.v2.resource [None req-3e4f8422-fd71-447b-b64a-30aca1426b27 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1471/2951] 10.0.0.230 () {34 vars in 787 bytes} [Thu Jul 2 06:22:50 2026] PUT /v2.0/routers/53e69144-9ffb-406c-ad18-a9baf2f9089a/remove_router_interface => generated 198 bytes in 222 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2952] 10.0.0.230 () {34 vars in 787 bytes} [Thu Jul 2 06:22:51 2026] PUT /v2.0/routers/53e69144-9ffb-406c-ad18-a9baf2f9089a/remove_router_interface => generated 309 bytes in 1218 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:22:52.525 7 INFO neutron.api.v2.resource [None req-38d8b4d9-6ef1-4189-a968-2f0c8719d243 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1472/2953] 10.0.0.230 () {34 vars in 787 bytes} [Thu Jul 2 06:22:52 2026] PUT /v2.0/routers/53e69144-9ffb-406c-ad18-a9baf2f9089a/remove_router_interface => generated 198 bytes in 226 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:22:53.610 8 INFO neutron.db.l3_hamode_db [None req-1bbfd2c6-2526-4cf0-b576-c840f1bf7be4 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] HA network e056a9fc-7d71-4c0e-a7b2-fd1883edf861 was deleted as no HA routers are present in tenant ffcd9361acf749798b70118fec6eeca7. [pid: 8|app: 0|req: 1482/2954] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:22:52 2026] DELETE /v2.0/routers/53e69144-9ffb-406c-ad18-a9baf2f9089a => generated 0 bytes in 1084 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:22:53.650 7 INFO neutron.api.v2.resource [None req-6d9a9cfa-81d3-4c34-89f1-841b1500c71c 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1473/2955] 10.0.0.230 () {32 vars in 719 bytes} [Thu Jul 2 06:22:53 2026] GET /v2.0/routers/53e69144-9ffb-406c-ad18-a9baf2f9089a => generated 135 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:22:53.658 8 INFO neutron.services.segments.plugin [-] Segment 7d2465d9-a8d3-4e34-8e08-ba48a38be6fb resource provider aggregate not found 2026-07-02 06:22:53.663 8 INFO neutron.services.segments.plugin [-] Segment 7d2465d9-a8d3-4e34-8e08-ba48a38be6fb resource provider aggregate not found 2026-07-02 06:22:53.678 8 INFO neutron.services.segments.plugin [-] Segment 7d2465d9-a8d3-4e34-8e08-ba48a38be6fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d2465d9-a8d3-4e34-8e08-ba48a38be6fb found for delete ", "request_id": "req-7eb1c1e8-6253-4398-b1ce-ea91cff19049"}]} 2026-07-02 06:22:53.689 8 INFO neutron.services.segments.plugin [-] Segment 7d2465d9-a8d3-4e34-8e08-ba48a38be6fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d2465d9-a8d3-4e34-8e08-ba48a38be6fb found for delete ", "request_id": "req-092e9480-1dc4-4ece-87de-67911d357b4f"}]} [pid: 8|app: 0|req: 1483/2956] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:22:53 2026] DELETE /v2.0/subnets/07a733aa-1e46-4aa1-93e4-b51b6c9e80ca => generated 0 bytes in 284 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:22:53.969 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6266159c-1cf0-4616-8278-401cf1f81ab9 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1474/2957] 10.0.0.230 () {32 vars in 719 bytes} [Thu Jul 2 06:22:53 2026] GET /v2.0/subnets/07a733aa-1e46-4aa1-93e4-b51b6c9e80ca => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/2958] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:22:53 2026] DELETE /v2.0/subnets/6801846e-2876-4b05-aef2-7aa12b914bde => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:22:54.267 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8e37213c-64b9-4c37-bf88-deab8e950e7a 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1475/2959] 10.0.0.230 () {32 vars in 719 bytes} [Thu Jul 2 06:22:54 2026] GET /v2.0/subnets/6801846e-2876-4b05-aef2-7aa12b914bde => generated 136 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/2960] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:22:54 2026] DELETE /v2.0/networks/cacfde1b-4035-4c39-ac30-182e02fecbd5 => generated 0 bytes in 471 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:22:54.776 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bdcf7238-a306-4291-ab88-7f4cb51326ad 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1476/2961] 10.0.0.230 () {32 vars in 721 bytes} [Thu Jul 2 06:22:54 2026] GET /v2.0/networks/cacfde1b-4035-4c39-ac30-182e02fecbd5 => generated 138 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/2962] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:22:54 2026] DELETE /v2.0/subnets/02e4d84d-6667-456b-bb82-18c7ba3efaf2 => generated 0 bytes in 301 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:22:55.111 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b3c485d8-a3b2-4678-9ea2-6e41f0c5990b 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1477/2963] 10.0.0.230 () {32 vars in 719 bytes} [Thu Jul 2 06:22:55 2026] GET /v2.0/subnets/02e4d84d-6667-456b-bb82-18c7ba3efaf2 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/2964] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:22:55 2026] DELETE /v2.0/subnets/4f2eb02f-c55d-4685-8289-345ff4fb1e80 => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:22:55.356 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ecb8710f-1e6b-4be1-b05f-dccac650b0da 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1478/2965] 10.0.0.230 () {32 vars in 719 bytes} [Thu Jul 2 06:22:55 2026] GET /v2.0/subnets/4f2eb02f-c55d-4685-8289-345ff4fb1e80 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:22:55.712 8 INFO neutron.services.segments.plugin [-] Segment 4c4c614e-0823-40ed-b198-4de61d08abcd resource provider aggregate not found 2026-07-02 06:22:55.725 8 INFO neutron.services.segments.plugin [-] Segment 4c4c614e-0823-40ed-b198-4de61d08abcd resource provider aggregate not found 2026-07-02 06:22:55.736 8 INFO neutron.services.segments.plugin [-] Segment 4c4c614e-0823-40ed-b198-4de61d08abcd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c4c614e-0823-40ed-b198-4de61d08abcd found for delete ", "request_id": "req-aa421e29-c138-42db-a081-c42421a2227e"}]} 2026-07-02 06:22:55.743 8 INFO neutron.services.segments.plugin [-] Segment 4c4c614e-0823-40ed-b198-4de61d08abcd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c4c614e-0823-40ed-b198-4de61d08abcd found for delete ", "request_id": "req-5b6dba77-68a8-42cc-8154-d1ed0c4ec832"}]} [pid: 8|app: 0|req: 1488/2966] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:22:55 2026] DELETE /v2.0/networks/a8e47d20-8411-4e4b-b8a8-8a636965c6af => generated 0 bytes in 488 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:22:55.874 7 INFO neutron.pecan_wsgi.hooks.translation [None req-288c4cce-9d22-452e-990f-6a1ba3d907fa 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1479/2967] 10.0.0.230 () {32 vars in 721 bytes} [Thu Jul 2 06:22:55 2026] GET /v2.0/networks/a8e47d20-8411-4e4b-b8a8-8a636965c6af => generated 138 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/2968] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:22:55 2026] DELETE /v2.0/subnets/d584e50a-f3d4-4d92-9c73-428594a179ce => generated 0 bytes in 259 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:22:56.179 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7e15b99c-4dc2-417d-b3a8-5ca94d2efab0 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1480/2969] 10.0.0.230 () {32 vars in 719 bytes} [Thu Jul 2 06:22:56 2026] GET /v2.0/subnets/d584e50a-f3d4-4d92-9c73-428594a179ce => generated 136 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/2970] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:22:56 2026] DELETE /v2.0/subnets/bae020cc-2b9a-4046-acb2-817baeaeb382 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:22:56.430 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e79d55b0-8216-4b91-a997-6b800e6342c8 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1481/2971] 10.0.0.230 () {32 vars in 719 bytes} [Thu Jul 2 06:22:56 2026] GET /v2.0/subnets/bae020cc-2b9a-4046-acb2-817baeaeb382 => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2972] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:22:56 2026] DELETE /v2.0/networks/a99f89d0-1bb5-4511-b6f9-ca6be99c3906 => generated 0 bytes in 460 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:22:56.924 7 INFO neutron.pecan_wsgi.hooks.translation [None req-af858f3a-451f-4535-adbd-5c39bfa090f3 79820c01783546398f32cc3317c97197 ffcd9361acf749798b70118fec6eeca7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1482/2973] 10.0.0.230 () {32 vars in 721 bytes} [Thu Jul 2 06:22:56 2026] GET /v2.0/networks/a99f89d0-1bb5-4511-b6f9-ca6be99c3906 => generated 138 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:22:59.133 8 INFO neutron.services.segments.plugin [-] Segment 0e5889da-02f8-4123-baae-0099d3940a0e resource provider aggregate not found 2026-07-02 06:22:59.139 8 INFO neutron.services.segments.plugin [-] Segment 0e5889da-02f8-4123-baae-0099d3940a0e resource provider aggregate not found 2026-07-02 06:22:59.149 8 INFO neutron.services.segments.plugin [-] Segment 0e5889da-02f8-4123-baae-0099d3940a0e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e5889da-02f8-4123-baae-0099d3940a0e found for delete ", "request_id": "req-32fbac97-9834-432f-b3bb-1c1c8755f08e"}]} 2026-07-02 06:22:59.155 8 INFO neutron.services.segments.plugin [-] Segment 0e5889da-02f8-4123-baae-0099d3940a0e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e5889da-02f8-4123-baae-0099d3940a0e found for delete ", "request_id": "req-6dd12f3f-89a2-4e5b-bd80-413380992a8d"}]} 2026-07-02 06:22:59.167 8 INFO neutron.services.segments.plugin [-] Segment 06ece14d-05d3-4451-8210-d5cc2e863610 resource provider aggregate not found 2026-07-02 06:22:59.174 8 INFO neutron.services.segments.plugin [-] Segment 06ece14d-05d3-4451-8210-d5cc2e863610 resource provider aggregate not found 2026-07-02 06:22:59.183 8 INFO neutron.services.segments.plugin [-] Segment 06ece14d-05d3-4451-8210-d5cc2e863610 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06ece14d-05d3-4451-8210-d5cc2e863610 found for delete ", "request_id": "req-3785f294-1d79-462b-b0cb-3bc0688619d9"}]} 2026-07-02 06:22:59.190 8 INFO neutron.services.segments.plugin [-] Segment 06ece14d-05d3-4451-8210-d5cc2e863610 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06ece14d-05d3-4451-8210-d5cc2e863610 found for delete ", "request_id": "req-1ffb31cd-9853-4e94-a15e-65514c6b53b7"}]} [pid: 8|app: 0|req: 1493/2976] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:22:59 2026] GET /v2.0/security-groups?tenant_id=fa42aae1f37d47bfb03fbca270d1c8fa&name=default => generated 2805 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2977] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:22:59 2026] DELETE /v2.0/security-groups/f6d7c266-1888-497e-b6cb-c5d0138597f0 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/2978] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:22:59 2026] GET /v2.0/security-groups?tenant_id=cc41369fe2b04b2dbe4e8007089b332e&name=default => generated 2805 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2979] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:22:59 2026] DELETE /v2.0/security-groups/5a587421-5595-43d1-810e-71f59f89b70f => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/2980] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:23:00 2026] GET /v2.0/security-groups?tenant_id=ee280a55059d461f89dae3e1d3c0cc50&name=default => generated 2805 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2981] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:23:00 2026] DELETE /v2.0/security-groups/05d869bf-db1a-434e-8b9a-5d82b5455130 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/2982] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:23:00 2026] GET /v2.0/security-groups?tenant_id=0ad841f96a3d4998bb24bff779166940&name=default => generated 2805 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2983] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:23:00 2026] DELETE /v2.0/security-groups/5b1edc30-88c7-4767-8f66-98e908c64a09 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/2984] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:23:00 2026] GET /v2.0/security-groups?tenant_id=da32ff39e0f34ebbad7f6fe3e7f74f04&name=default => generated 2805 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2985] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:23:00 2026] DELETE /v2.0/security-groups/bf1cbdfb-0662-4658-886b-fc10bc06864f => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/2986] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:23:01 2026] GET /v2.0/security-groups?tenant_id=ffcd9361acf749798b70118fec6eeca7&name=default => generated 2801 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2987] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:23:01 2026] DELETE /v2.0/security-groups/c57e4f9c-e6cb-4049-aa04-19907a270b52 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/2988] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:23:01 2026] GET /v2.0/security-groups?tenant_id=66c27d539ee946d3803bb5224f5f4d8b&name=default => generated 2805 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2989] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:23:01 2026] DELETE /v2.0/security-groups/6ad51ac1-5e05-48fc-82a7-a38e7413dce5 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:23:06.157 8 INFO neutron.db.segments_db [None req-dcf5dd17-4bb8-47ec-a727-754ae5908463 b7159731cf65403e93410c04426b461b e9be039a83ce493fa3e538f0149e6c71 - - default default] Added segment 865dfa25-0ccb-471f-a53c-08e019502eff of type vxlan for network 7f253c7a-a2e4-421b-bfad-ebfb5949536e [pid: 8|app: 0|req: 1500/2990] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:23:05 2026] POST /v2.0/networks => generated 727 bytes in 414 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2991] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:23:06 2026] POST /v2.0/subnets => generated 620 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:23:06.529 8 WARNING neutron.api.v2.base [None req-e9c0ba6b-4a76-4fee-9e2b-ced658544087 b7159731cf65403e93410c04426b461b e9be039a83ce493fa3e538f0149e6c71 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: 'None' is not a valid string.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: 'None' is not a valid string. 2026-07-02 06:23:06.531 8 INFO neutron.api.v2.resource [None req-e9c0ba6b-4a76-4fee-9e2b-ced658544087 b7159731cf65403e93410c04426b461b e9be039a83ce493fa3e538f0149e6c71 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 1501/2992] 10.0.0.230 () {34 vars in 679 bytes} [Thu Jul 2 06:23:06 2026] POST /v2.0/rbac-policies => generated 143 bytes in 11 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-07-02 06:23:07.133 7 INFO neutron.services.segments.plugin [-] Segment 865dfa25-0ccb-471f-a53c-08e019502eff resource provider aggregate not found 2026-07-02 06:23:07.143 7 INFO neutron.services.segments.plugin [-] Segment 865dfa25-0ccb-471f-a53c-08e019502eff resource provider aggregate not found 2026-07-02 06:23:07.161 7 INFO neutron.services.segments.plugin [-] Segment 865dfa25-0ccb-471f-a53c-08e019502eff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 865dfa25-0ccb-471f-a53c-08e019502eff found for delete ", "request_id": "req-769ff4ee-3d3c-4219-8fe9-787dde1da762"}]} 2026-07-02 06:23:07.162 7 INFO neutron.services.segments.plugin [-] Segment 865dfa25-0ccb-471f-a53c-08e019502eff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 865dfa25-0ccb-471f-a53c-08e019502eff found for delete ", "request_id": "req-390b7675-8c21-4e66-96bc-859cb6df9dc7"}]} [pid: 7|app: 0|req: 1492/2993] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:23:06 2026] DELETE /v2.0/networks/7f253c7a-a2e4-421b-bfad-ebfb5949536e => generated 0 bytes in 1309 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:23:07.927 8 INFO neutron.db.segments_db [None req-f74ca5de-adb6-4097-922d-5846e7611d27 b7159731cf65403e93410c04426b461b e9be039a83ce493fa3e538f0149e6c71 - - default default] Added segment ec1f8db8-3e3d-48ca-9114-63e63a808bff of type vxlan for network 71d62967-ee78-46da-ad4f-7dd968317c78 [pid: 8|app: 0|req: 1502/2994] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:23:07 2026] POST /v2.0/networks => generated 726 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2995] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:23:08 2026] POST /v2.0/subnets => generated 623 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:23:08.306 8 WARNING neutron.api.v2.base [None req-61fe44ca-4485-4be8-aa51-bd58ac28df1a b7159731cf65403e93410c04426b461b e9be039a83ce493fa3e538f0149e6c71 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. 2026-07-02 06:23:08.307 8 INFO neutron.api.v2.resource [None req-61fe44ca-4485-4be8-aa51-bd58ac28df1a b7159731cf65403e93410c04426b461b e9be039a83ce493fa3e538f0149e6c71 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 1503/2996] 10.0.0.230 () {34 vars in 679 bytes} [Thu Jul 2 06:23:08 2026] POST /v2.0/rbac-policies => generated 547 bytes in 8 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-07-02 06:23:09.182 7 INFO neutron.services.segments.plugin [-] Segment 865dfa25-0ccb-471f-a53c-08e019502eff resource provider aggregate not found 2026-07-02 06:23:09.190 7 INFO neutron.services.segments.plugin [-] Segment 865dfa25-0ccb-471f-a53c-08e019502eff resource provider aggregate not found 2026-07-02 06:23:09.196 7 INFO neutron.services.segments.plugin [-] Segment 865dfa25-0ccb-471f-a53c-08e019502eff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 865dfa25-0ccb-471f-a53c-08e019502eff found for delete ", "request_id": "req-c933a5d5-21f8-4f1d-8efb-5d326a7ef618"}]} 2026-07-02 06:23:09.203 7 INFO neutron.services.segments.plugin [-] Segment 865dfa25-0ccb-471f-a53c-08e019502eff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 865dfa25-0ccb-471f-a53c-08e019502eff found for delete ", "request_id": "req-18d9fbf1-b556-44e8-a5bd-e9c11cc137aa"}]} 2026-07-02 06:23:09.209 7 INFO neutron.services.segments.plugin [-] Segment ec1f8db8-3e3d-48ca-9114-63e63a808bff resource provider aggregate not found 2026-07-02 06:23:09.215 7 INFO neutron.services.segments.plugin [-] Segment ec1f8db8-3e3d-48ca-9114-63e63a808bff resource provider aggregate not found 2026-07-02 06:23:09.223 7 INFO neutron.services.segments.plugin [-] Segment ec1f8db8-3e3d-48ca-9114-63e63a808bff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec1f8db8-3e3d-48ca-9114-63e63a808bff found for delete ", "request_id": "req-356c6d48-933c-4dfe-b737-336bc46cfea4"}]} 2026-07-02 06:23:09.232 7 INFO neutron.services.segments.plugin [-] Segment ec1f8db8-3e3d-48ca-9114-63e63a808bff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec1f8db8-3e3d-48ca-9114-63e63a808bff found for delete ", "request_id": "req-69f117d4-f7b0-4583-bff6-ce992933767f"}]} [pid: 7|app: 0|req: 1494/2997] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:23:08 2026] DELETE /v2.0/networks/71d62967-ee78-46da-ad4f-7dd968317c78 => generated 0 bytes in 1247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:23:09.644 8 INFO neutron.db.segments_db [None req-e9c098a9-23cb-4699-97b8-328c25f74318 b7159731cf65403e93410c04426b461b e9be039a83ce493fa3e538f0149e6c71 - - default default] Added segment c8fdf356-8517-4950-bba6-7b3bd34ecdf5 of type vxlan for network a8427135-f9fa-4a7d-81f6-5bda80c126b5 [pid: 8|app: 0|req: 1504/2998] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:23:09 2026] POST /v2.0/networks => generated 727 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/2999] 10.0.0.230 () {34 vars in 667 bytes} [Thu Jul 2 06:23:09 2026] POST /v2.0/subnets => generated 623 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/3000] 10.0.0.230 () {34 vars in 679 bytes} [Thu Jul 2 06:23:10 2026] POST /v2.0/rbac-policies => generated 324 bytes in 739 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:23:11.246 7 INFO neutron.services.segments.plugin [-] Segment ec1f8db8-3e3d-48ca-9114-63e63a808bff resource provider aggregate not found 2026-07-02 06:23:11.258 7 INFO neutron.services.segments.plugin [-] Segment ec1f8db8-3e3d-48ca-9114-63e63a808bff resource provider aggregate not found 2026-07-02 06:23:11.263 7 INFO neutron.services.segments.plugin [-] Segment ec1f8db8-3e3d-48ca-9114-63e63a808bff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec1f8db8-3e3d-48ca-9114-63e63a808bff found for delete ", "request_id": "req-455d3c33-6e9e-4906-aad1-69e796ec99a7"}]} 2026-07-02 06:23:11.277 7 INFO neutron.services.segments.plugin [-] Segment ec1f8db8-3e3d-48ca-9114-63e63a808bff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec1f8db8-3e3d-48ca-9114-63e63a808bff found for delete ", "request_id": "req-2e834b73-8d2a-4367-883d-88286189dfe9"}]} [pid: 7|app: 0|req: 1496/3001] 10.0.0.230 () {32 vars in 721 bytes} [Thu Jul 2 06:23:11 2026] GET /v2.0/networks/a8427135-f9fa-4a7d-81f6-5bda80c126b5 => generated 655 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 06:23:11.726 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b7fbda3c-1cc2-48ba-89e1-2da7c62d09fe 83b3ef6aa6dd47838b5499b7c350af84 a2229603dde44e989fbe21dfd7dd2bfa - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1506/3002] 10.0.0.230 () {32 vars in 721 bytes} [Thu Jul 2 06:23:11 2026] GET /v2.0/networks/a8427135-f9fa-4a7d-81f6-5bda80c126b5 => generated 138 bytes in 69 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/3003] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:23:11 2026] DELETE /v2.0/networks/a8427135-f9fa-4a7d-81f6-5bda80c126b5 => generated 0 bytes in 505 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:23:12.261 8 INFO neutron.pecan_wsgi.hooks.translation [None req-223544da-8372-4170-9ec3-b7c2c19cf51b b7159731cf65403e93410c04426b461b e9be039a83ce493fa3e538f0149e6c71 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1507/3004] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:23:12 2026] DELETE /v2.0/subnets/2abaffa3-83b8-43d0-9445-737c467ae009 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:23:12.296 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bcf94188-3149-4bc7-bdb3-859343312708 b7159731cf65403e93410c04426b461b e9be039a83ce493fa3e538f0149e6c71 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1498/3005] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:23:12 2026] DELETE /v2.0/subnets/248bd722-029b-4d7c-b9fe-379bfd93042f => generated 136 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:23:12.325 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6f3e205c-4d77-4a86-866f-725e227251ec b7159731cf65403e93410c04426b461b e9be039a83ce493fa3e538f0149e6c71 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1508/3006] 10.0.0.230 () {32 vars in 722 bytes} [Thu Jul 2 06:23:12 2026] DELETE /v2.0/subnets/6ee2ad6d-fd7b-47f5-80ee-644c2d348031 => generated 136 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 06:23:13.283 7 INFO neutron.services.segments.plugin [-] Segment c8fdf356-8517-4950-bba6-7b3bd34ecdf5 resource provider aggregate not found 2026-07-02 06:23:13.293 7 INFO neutron.services.segments.plugin [-] Segment c8fdf356-8517-4950-bba6-7b3bd34ecdf5 resource provider aggregate not found 2026-07-02 06:23:13.304 7 INFO neutron.services.segments.plugin [-] Segment c8fdf356-8517-4950-bba6-7b3bd34ecdf5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8fdf356-8517-4950-bba6-7b3bd34ecdf5 found for delete ", "request_id": "req-3965df99-8401-4289-8d56-e0694b33077a"}]} 2026-07-02 06:23:13.313 7 INFO neutron.services.segments.plugin [-] Segment c8fdf356-8517-4950-bba6-7b3bd34ecdf5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8fdf356-8517-4950-bba6-7b3bd34ecdf5 found for delete ", "request_id": "req-570e5791-bbbf-4960-bfba-dc0bd4253a33"}]} [pid: 7|app: 0|req: 1499/3009] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:23:13 2026] GET /v2.0/security-groups?tenant_id=e9be039a83ce493fa3e538f0149e6c71&name=default => generated 2805 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/3010] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:23:13 2026] DELETE /v2.0/security-groups/db76391c-5064-443a-94d8-63c814a57a79 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/3011] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:23:13 2026] GET /v2.0/security-groups?tenant_id=a2229603dde44e989fbe21dfd7dd2bfa&name=default => generated 2805 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/3012] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:23:13 2026] DELETE /v2.0/security-groups/a720d91e-b269-4634-99bb-b54a54377a1b => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/3013] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:23:14 2026] GET /v2.0/security-groups?tenant_id=478c2f7108254a12ab79a5c3fb032a97&name=default => generated 2805 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3014] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:23:14 2026] DELETE /v2.0/security-groups/825647c5-26ff-4215-8810-804a8af5bfde => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:23:18.653 7 WARNING neutron_lib.context [None req-8b8a6e33-c2b9-4413-b79b-c580b9005ac2 145c1c1e900945aa9f5840e29c38ead1 e892ccc26edf49439cbcabc7ae0447ab - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1502/3015] 10.0.0.230 () {34 vars in 674 bytes} [Thu Jul 2 06:23:18 2026] POST /v2.0/floatingips => generated 552 bytes in 856 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:23:19.341 8 WARNING neutron_lib.context [None req-967d891e-35c9-47ac-a3da-a89683a59587 145c1c1e900945aa9f5840e29c38ead1 e892ccc26edf49439cbcabc7ae0447ab - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1514/3016] 10.0.0.230 () {34 vars in 674 bytes} [Thu Jul 2 06:23:19 2026] POST /v2.0/floatingips => generated 552 bytes in 631 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:23:19.977 7 WARNING neutron_lib.context [None req-84ebdd3a-26a4-4484-b055-48429ce80d01 145c1c1e900945aa9f5840e29c38ead1 e892ccc26edf49439cbcabc7ae0447ab - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1503/3017] 10.0.0.230 () {34 vars in 674 bytes} [Thu Jul 2 06:23:19 2026] POST /v2.0/floatingips => generated 552 bytes in 612 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:23:20.593 8 WARNING neutron_lib.context [None req-56e9443e-8b27-4049-919c-f16d621f5036 145c1c1e900945aa9f5840e29c38ead1 e892ccc26edf49439cbcabc7ae0447ab - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1515/3018] 10.0.0.230 () {34 vars in 674 bytes} [Thu Jul 2 06:23:20 2026] POST /v2.0/floatingips => generated 552 bytes in 660 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:23:21.259 7 WARNING neutron_lib.context [None req-6d985bcf-565f-4a47-a3b5-6e6e3fa1ef6d 145c1c1e900945aa9f5840e29c38ead1 e892ccc26edf49439cbcabc7ae0447ab - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1504/3019] 10.0.0.230 () {34 vars in 674 bytes} [Thu Jul 2 06:23:21 2026] POST /v2.0/floatingips => generated 552 bytes in 661 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/3020] 10.0.0.230 () {34 vars in 757 bytes} [Thu Jul 2 06:23:21 2026] PUT /v2.0/floatingips/4998cbb6-58f2-4a88-8fd6-1c666c678668/tags => generated 17 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/3021] 10.0.0.230 () {34 vars in 757 bytes} [Thu Jul 2 06:23:21 2026] PUT /v2.0/floatingips/3c35f453-edbf-43d5-83f1-b5b5a1d3708a/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3022] 10.0.0.230 () {34 vars in 757 bytes} [Thu Jul 2 06:23:22 2026] PUT /v2.0/floatingips/d71abc33-e3e3-48ea-a69a-67446889d0c1/tags => generated 34 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/3023] 10.0.0.230 () {34 vars in 757 bytes} [Thu Jul 2 06:23:22 2026] PUT /v2.0/floatingips/40a8d975-fd70-497f-8988-fd787a54ea7b/tags => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3024] 10.0.0.230 () {32 vars in 670 bytes} [Thu Jul 2 06:23:22 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/3025] 10.0.0.230 () {32 vars in 684 bytes} [Thu Jul 2 06:23:22 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/3026] 10.0.0.230 () {32 vars in 680 bytes} [Thu Jul 2 06:23:22 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/3027] 10.0.0.230 () {32 vars in 692 bytes} [Thu Jul 2 06:23:22 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3028] 10.0.0.230 () {32 vars in 678 bytes} [Thu Jul 2 06:23:22 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/3029] 10.0.0.230 () {32 vars in 692 bytes} [Thu Jul 2 06:23:22 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3030] 10.0.0.230 () {32 vars in 688 bytes} [Thu Jul 2 06:23:22 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/3031] 10.0.0.230 () {32 vars in 700 bytes} [Thu Jul 2 06:23:22 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3032] 10.0.0.230 () {32 vars in 730 bytes} [Thu Jul 2 06:23:22 2026] DELETE /v2.0/floatingips/4998cbb6-58f2-4a88-8fd6-1c666c678668 => generated 0 bytes in 353 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/3033] 10.0.0.230 () {32 vars in 730 bytes} [Thu Jul 2 06:23:22 2026] DELETE /v2.0/floatingips/3c35f453-edbf-43d5-83f1-b5b5a1d3708a => generated 0 bytes in 323 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3034] 10.0.0.230 () {32 vars in 730 bytes} [Thu Jul 2 06:23:23 2026] DELETE /v2.0/floatingips/d71abc33-e3e3-48ea-a69a-67446889d0c1 => generated 0 bytes in 350 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/3035] 10.0.0.230 () {32 vars in 730 bytes} [Thu Jul 2 06:23:23 2026] DELETE /v2.0/floatingips/40a8d975-fd70-497f-8988-fd787a54ea7b => generated 0 bytes in 408 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3036] 10.0.0.230 () {32 vars in 730 bytes} [Thu Jul 2 06:23:24 2026] DELETE /v2.0/floatingips/21039d81-b755-4ed5-aed5-019feaaea11f => generated 0 bytes in 348 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/3037] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:23:25 2026] GET /v2.0/security-groups?tenant_id=c63caf1997d9466e83017241a29166d1&name=default => generated 2805 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3038] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:23:25 2026] DELETE /v2.0/security-groups/6bdd7f1b-65df-42f7-bea1-617bb45f2741 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/3039] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:23:25 2026] GET /v2.0/security-groups?tenant_id=3cc984c8da0946f2bcfbbf5e4824e748&name=default => generated 2805 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/3040] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:23:25 2026] DELETE /v2.0/security-groups/f0de5edd-48c8-4e25-81c1-ef7dc2a62959 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/3041] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:23:26 2026] GET /v2.0/security-groups?tenant_id=e892ccc26edf49439cbcabc7ae0447ab&name=default => generated 2805 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3042] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:23:26 2026] DELETE /v2.0/security-groups/c1013ed4-a7d1-4225-bb43-37cc7ea3c631 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:23:30.892 8 WARNING neutron_lib.context [None req-da9a8e10-26a9-49fd-b3b2-aeae6706c7bc 2b48fe97430c487f9f6ac4e0fb194886 406a17a9001640c1a909c52faf765ba2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:23:31.009 8 INFO neutron.db.segments_db [None req-da9a8e10-26a9-49fd-b3b2-aeae6706c7bc 2b48fe97430c487f9f6ac4e0fb194886 406a17a9001640c1a909c52faf765ba2 - - default default] Added segment 77d9c52c-a0eb-43ec-a2b5-c7dc92807bd0 of type vxlan for network 035a1145-490c-4f64-b5c3-cf3f146f52e0 [pid: 8|app: 0|req: 1529/3045] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:23:30 2026] POST /v2.0/networks => generated 631 bytes in 445 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:23:31.138 7 WARNING neutron_lib.context [None req-cfa438c2-0886-4934-aaa1-129019906d79 2b48fe97430c487f9f6ac4e0fb194886 406a17a9001640c1a909c52faf765ba2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1517/3046] 10.0.0.230 () {34 vars in 662 bytes} [Thu Jul 2 06:23:31 2026] POST /v2.0/ports => generated 743 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:23:31.492 8 WARNING neutron_lib.context [None req-0f70fae0-b6e0-4e8a-83b4-610b7feb0de4 2b48fe97430c487f9f6ac4e0fb194886 406a17a9001640c1a909c52faf765ba2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:23:31.550 8 INFO neutron.db.segments_db [None req-0f70fae0-b6e0-4e8a-83b4-610b7feb0de4 2b48fe97430c487f9f6ac4e0fb194886 406a17a9001640c1a909c52faf765ba2 - - default default] Added segment ef30b17b-38ad-4f60-9c7f-d451ca3b9da2 of type vxlan for network d8d946df-560c-4c17-9fa2-00c54862063c [pid: 8|app: 0|req: 1530/3047] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:23:31 2026] POST /v2.0/networks => generated 632 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 06:23:31.673 7 WARNING neutron_lib.context [None req-c586569c-0537-4e21-91d8-585ef4db824b 2b48fe97430c487f9f6ac4e0fb194886 406a17a9001640c1a909c52faf765ba2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1518/3048] 10.0.0.230 () {34 vars in 662 bytes} [Thu Jul 2 06:23:31 2026] POST /v2.0/ports => generated 743 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:23:32.070 8 WARNING neutron_lib.context [None req-603018e4-b588-43aa-bb92-58d471f06c42 2b48fe97430c487f9f6ac4e0fb194886 406a17a9001640c1a909c52faf765ba2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:23:32.128 8 INFO neutron.db.segments_db [None req-603018e4-b588-43aa-bb92-58d471f06c42 2b48fe97430c487f9f6ac4e0fb194886 406a17a9001640c1a909c52faf765ba2 - - default default] Added segment eb6c52d2-a34e-4430-adcb-72cc5a198b57 of type vxlan for network 38539ed1-525c-4fbd-96d5-f7f192712441 [pid: 8|app: 0|req: 1531/3049] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:23:32 2026] POST /v2.0/networks => generated 632 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 06:23:32.269 7 WARNING neutron_lib.context [None req-d794145b-2180-4072-accf-959f6df32bb9 2b48fe97430c487f9f6ac4e0fb194886 406a17a9001640c1a909c52faf765ba2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1519/3050] 10.0.0.230 () {34 vars in 662 bytes} [Thu Jul 2 06:23:32 2026] POST /v2.0/ports => generated 743 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:23:32.594 8 WARNING neutron_lib.context [None req-1fdabf95-3f16-4498-b50f-f9d838d62cfe 2b48fe97430c487f9f6ac4e0fb194886 406a17a9001640c1a909c52faf765ba2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:23:32.655 8 INFO neutron.db.segments_db [None req-1fdabf95-3f16-4498-b50f-f9d838d62cfe 2b48fe97430c487f9f6ac4e0fb194886 406a17a9001640c1a909c52faf765ba2 - - default default] Added segment 64e73dc0-294f-4c1c-8ed2-e4419af83b7d of type vxlan for network 7e9622c3-c904-4475-931c-8e700209ab75 [pid: 8|app: 0|req: 1532/3051] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:23:32 2026] POST /v2.0/networks => generated 632 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 06:23:32.789 7 WARNING neutron_lib.context [None req-078d9800-e197-46d6-b7e2-07dd7a7cbee6 2b48fe97430c487f9f6ac4e0fb194886 406a17a9001640c1a909c52faf765ba2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1520/3052] 10.0.0.230 () {34 vars in 662 bytes} [Thu Jul 2 06:23:32 2026] POST /v2.0/ports => generated 743 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 06:23:33.131 8 WARNING neutron_lib.context [None req-e95d9045-f7c0-4520-b604-803e91e71cda 2b48fe97430c487f9f6ac4e0fb194886 406a17a9001640c1a909c52faf765ba2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 06:23:33.189 8 INFO neutron.db.segments_db [None req-e95d9045-f7c0-4520-b604-803e91e71cda 2b48fe97430c487f9f6ac4e0fb194886 406a17a9001640c1a909c52faf765ba2 - - default default] Added segment 384d9c3b-6f5a-45d1-ae6f-7300a9665748 of type vxlan for network 170dd8e1-1111-409f-89d8-30170f694d88 [pid: 8|app: 0|req: 1533/3053] 10.0.0.230 () {34 vars in 668 bytes} [Thu Jul 2 06:23:33 2026] POST /v2.0/networks => generated 632 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 06:23:33.313 7 WARNING neutron_lib.context [None req-a9046777-3ba9-4b29-bcf7-efa6cbcac470 2b48fe97430c487f9f6ac4e0fb194886 406a17a9001640c1a909c52faf765ba2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1521/3054] 10.0.0.230 () {34 vars in 662 bytes} [Thu Jul 2 06:23:33 2026] POST /v2.0/ports => generated 743 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/3055] 10.0.0.230 () {34 vars in 745 bytes} [Thu Jul 2 06:23:33 2026] PUT /v2.0/ports/f13b67e6-68e4-485e-9eca-a50d96aad647/tags => generated 17 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1522/3056] 10.0.0.230 () {34 vars in 745 bytes} [Thu Jul 2 06:23:33 2026] PUT /v2.0/ports/b25a049d-37b1-4850-8041-a9d63e1177a9/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3057] 10.0.0.230 () {34 vars in 745 bytes} [Thu Jul 2 06:23:33 2026] PUT /v2.0/ports/f890f194-9f77-4967-af26-2c2248b9a104/tags => generated 34 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/3058] 10.0.0.230 () {34 vars in 745 bytes} [Thu Jul 2 06:23:33 2026] PUT /v2.0/ports/6c8a8d7a-dd60-4191-a5e1-f785955d9390/tags => generated 19 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3059] 10.0.0.230 () {32 vars in 658 bytes} [Thu Jul 2 06:23:33 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/3060] 10.0.0.230 () {32 vars in 672 bytes} [Thu Jul 2 06:23:34 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3061] 10.0.0.230 () {32 vars in 668 bytes} [Thu Jul 2 06:23:34 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/3062] 10.0.0.230 () {32 vars in 680 bytes} [Thu Jul 2 06:23:34 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 497 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3063] 10.0.0.230 () {32 vars in 666 bytes} [Thu Jul 2 06:23:34 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/3064] 10.0.0.230 () {32 vars in 680 bytes} [Thu Jul 2 06:23:34 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3065] 10.0.0.230 () {32 vars in 676 bytes} [Thu Jul 2 06:23:35 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/3066] 10.0.0.230 () {32 vars in 688 bytes} [Thu Jul 2 06:23:35 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3067] 10.0.0.230 () {32 vars in 718 bytes} [Thu Jul 2 06:23:35 2026] DELETE /v2.0/ports/f13b67e6-68e4-485e-9eca-a50d96aad647 => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3068] 10.0.0.230 () {32 vars in 718 bytes} [Thu Jul 2 06:23:35 2026] DELETE /v2.0/ports/b25a049d-37b1-4850-8041-a9d63e1177a9 => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3069] 10.0.0.230 () {32 vars in 718 bytes} [Thu Jul 2 06:23:35 2026] DELETE /v2.0/ports/f890f194-9f77-4967-af26-2c2248b9a104 => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/3070] 10.0.0.230 () {32 vars in 718 bytes} [Thu Jul 2 06:23:35 2026] DELETE /v2.0/ports/6c8a8d7a-dd60-4191-a5e1-f785955d9390 => generated 0 bytes in 228 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3071] 10.0.0.230 () {32 vars in 718 bytes} [Thu Jul 2 06:23:36 2026] DELETE /v2.0/ports/ad4bf202-e169-4a5d-be63-fc8d347c7516 => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:23:36.658 7 INFO neutron.services.segments.plugin [-] Segment 77d9c52c-a0eb-43ec-a2b5-c7dc92807bd0 resource provider aggregate not found 2026-07-02 06:23:36.663 7 INFO neutron.services.segments.plugin [-] Segment 77d9c52c-a0eb-43ec-a2b5-c7dc92807bd0 resource provider aggregate not found [pid: 7|app: 0|req: 1530/3072] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:23:36 2026] DELETE /v2.0/networks/035a1145-490c-4f64-b5c3-cf3f146f52e0 => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:23:36.913 8 INFO neutron.services.segments.plugin [-] Segment ef30b17b-38ad-4f60-9c7f-d451ca3b9da2 resource provider aggregate not found 2026-07-02 06:23:36.918 8 INFO neutron.services.segments.plugin [-] Segment ef30b17b-38ad-4f60-9c7f-d451ca3b9da2 resource provider aggregate not found 2026-07-02 06:23:36.938 8 INFO neutron.services.segments.plugin [-] Segment ef30b17b-38ad-4f60-9c7f-d451ca3b9da2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef30b17b-38ad-4f60-9c7f-d451ca3b9da2 found for delete ", "request_id": "req-f584b010-3a32-4dda-8362-e2559a3b7958"}]} 2026-07-02 06:23:36.939 8 INFO neutron.services.segments.plugin [-] Segment ef30b17b-38ad-4f60-9c7f-d451ca3b9da2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef30b17b-38ad-4f60-9c7f-d451ca3b9da2 found for delete ", "request_id": "req-19e28f2d-68d1-4d9b-a60c-23387831c0d0"}]} [pid: 8|app: 0|req: 1543/3073] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:23:36 2026] DELETE /v2.0/networks/d8d946df-560c-4c17-9fa2-00c54862063c => generated 0 bytes in 259 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 06:23:36.958 7 INFO neutron.services.segments.plugin [-] Segment 77d9c52c-a0eb-43ec-a2b5-c7dc92807bd0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77d9c52c-a0eb-43ec-a2b5-c7dc92807bd0 found for delete ", "request_id": "req-99cfcf07-d326-4f14-82e4-83f32391724d"}]} 2026-07-02 06:23:36.964 7 INFO neutron.services.segments.plugin [-] Segment 77d9c52c-a0eb-43ec-a2b5-c7dc92807bd0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77d9c52c-a0eb-43ec-a2b5-c7dc92807bd0 found for delete ", "request_id": "req-87b35ba1-0a12-4027-8e17-8157ce466359"}]} [pid: 7|app: 0|req: 1531/3074] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:23:36 2026] DELETE /v2.0/networks/38539ed1-525c-4fbd-96d5-f7f192712441 => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3075] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:23:37 2026] DELETE /v2.0/networks/7e9622c3-c904-4475-931c-8e700209ab75 => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/3076] 10.0.0.230 () {32 vars in 724 bytes} [Thu Jul 2 06:23:37 2026] DELETE /v2.0/networks/170dd8e1-1111-409f-89d8-30170f694d88 => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3077] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:23:38 2026] GET /v2.0/security-groups?tenant_id=a1ca36eb29924ec1b118e4b8ca2aa50c&name=default => generated 2805 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:23:38.979 7 INFO neutron.services.segments.plugin [-] Segment eb6c52d2-a34e-4430-adcb-72cc5a198b57 resource provider aggregate not found [pid: 7|app: 0|req: 1533/3078] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:23:38 2026] DELETE /v2.0/security-groups/4ee07bf6-554e-44ce-8bcb-3101dac737e0 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:23:39.119 8 INFO neutron.services.segments.plugin [-] Segment 64e73dc0-294f-4c1c-8ed2-e4419af83b7d resource provider aggregate not found 2026-07-02 06:23:39.127 8 INFO neutron.services.segments.plugin [-] Segment 64e73dc0-294f-4c1c-8ed2-e4419af83b7d resource provider aggregate not found 2026-07-02 06:23:39.140 8 INFO neutron.services.segments.plugin [-] Segment 64e73dc0-294f-4c1c-8ed2-e4419af83b7d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64e73dc0-294f-4c1c-8ed2-e4419af83b7d found for delete ", "request_id": "req-c0f0e014-9e98-44fb-abd5-33432545377e"}]} 2026-07-02 06:23:39.149 8 INFO neutron.services.segments.plugin [-] Segment 64e73dc0-294f-4c1c-8ed2-e4419af83b7d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64e73dc0-294f-4c1c-8ed2-e4419af83b7d found for delete ", "request_id": "req-663e8d48-6aa5-49b8-9e5d-e7252afc6e71"}]} [pid: 8|app: 0|req: 1546/3079] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:23:39 2026] GET /v2.0/security-groups?tenant_id=0b3af5fac0e14515a03b9ebd6afa0b03&name=default => generated 2805 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 06:23:39.237 7 INFO neutron.services.segments.plugin [-] Segment eb6c52d2-a34e-4430-adcb-72cc5a198b57 resource provider aggregate not found 2026-07-02 06:23:39.250 7 INFO neutron.services.segments.plugin [-] Segment eb6c52d2-a34e-4430-adcb-72cc5a198b57 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb6c52d2-a34e-4430-adcb-72cc5a198b57 found for delete ", "request_id": "req-df706d78-9ff0-47ef-951d-e7933113f053"}]} 2026-07-02 06:23:39.269 7 INFO neutron.services.segments.plugin [-] Segment 384d9c3b-6f5a-45d1-ae6f-7300a9665748 resource provider aggregate not found 2026-07-02 06:23:39.279 7 INFO neutron.services.segments.plugin [-] Segment eb6c52d2-a34e-4430-adcb-72cc5a198b57 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb6c52d2-a34e-4430-adcb-72cc5a198b57 found for delete ", "request_id": "req-fea54aa8-49ed-43ed-a2bc-ce2e17916631"}]} 2026-07-02 06:23:39.289 7 INFO neutron.services.segments.plugin [-] Segment 384d9c3b-6f5a-45d1-ae6f-7300a9665748 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 384d9c3b-6f5a-45d1-ae6f-7300a9665748 found for delete ", "request_id": "req-ca9a512f-5c37-40a6-bb06-8771e49544fe"}]} 2026-07-02 06:23:39.297 7 INFO neutron.services.segments.plugin [-] Segment 384d9c3b-6f5a-45d1-ae6f-7300a9665748 resource provider aggregate not found 2026-07-02 06:23:39.315 7 INFO neutron.services.segments.plugin [-] Segment 384d9c3b-6f5a-45d1-ae6f-7300a9665748 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 384d9c3b-6f5a-45d1-ae6f-7300a9665748 found for delete ", "request_id": "req-860911aa-9e09-4e9d-8cde-5948757851ca"}]} [pid: 7|app: 0|req: 1534/3080] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:23:39 2026] DELETE /v2.0/security-groups/5cfa7ae2-c5b6-41e1-a69e-547ec914a9ce => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3081] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:23:39 2026] GET /v2.0/security-groups?tenant_id=406a17a9001640c1a909c52faf765ba2&name=default => generated 2805 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3082] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:23:39 2026] DELETE /v2.0/security-groups/98818eec-16a6-457b-85e1-7bc3f77bede4 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 06:23:44.046 8 WARNING neutron_lib.context [None req-d3cc3e4a-c8b3-4414-9a46-0230af132326 a1b5e636307e43078236978d9ef87b02 9af02f7487fd437284470262d0b1530c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1549/3085] 10.0.0.230 () {34 vars in 682 bytes} [Thu Jul 2 06:23:43 2026] POST /v2.0/security-groups => generated 1539 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 06:23:44.248 7 WARNING neutron_lib.context [None req-0e3fbd38-8c71-47f6-ab3d-d61593dcf133 a1b5e636307e43078236978d9ef87b02 9af02f7487fd437284470262d0b1530c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1537/3086] 10.0.0.230 () {34 vars in 682 bytes} [Thu Jul 2 06:23:44 2026] POST /v2.0/security-groups => generated 1539 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 06:23:44.383 8 WARNING neutron_lib.context [None req-e3911a43-e6d8-432f-adb9-03073be9b8e4 a1b5e636307e43078236978d9ef87b02 9af02f7487fd437284470262d0b1530c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1550/3087] 10.0.0.230 () {34 vars in 682 bytes} [Thu Jul 2 06:23:44 2026] POST /v2.0/security-groups => generated 1539 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 06:23:44.517 7 WARNING neutron_lib.context [None req-b7c38911-9012-4074-b6bb-e2a8cc4314c1 a1b5e636307e43078236978d9ef87b02 9af02f7487fd437284470262d0b1530c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1538/3088] 10.0.0.230 () {34 vars in 682 bytes} [Thu Jul 2 06:23:44 2026] POST /v2.0/security-groups => generated 1539 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 06:23:44.652 8 WARNING neutron_lib.context [None req-b1591d06-273b-4e4a-8384-7574f55169a0 a1b5e636307e43078236978d9ef87b02 9af02f7487fd437284470262d0b1530c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1551/3089] 10.0.0.230 () {34 vars in 682 bytes} [Thu Jul 2 06:23:44 2026] POST /v2.0/security-groups => generated 1539 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3090] 10.0.0.230 () {34 vars in 765 bytes} [Thu Jul 2 06:23:44 2026] PUT /v2.0/security-groups/1e36e317-1fcf-4d0d-9b4f-dc5fa3e69d43/tags => generated 17 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3091] 10.0.0.230 () {34 vars in 765 bytes} [Thu Jul 2 06:23:44 2026] PUT /v2.0/security-groups/f9fb5f10-93e6-4c21-83c3-cf99d96f36b7/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3092] 10.0.0.230 () {34 vars in 765 bytes} [Thu Jul 2 06:23:44 2026] PUT /v2.0/security-groups/5e8b952e-89b2-45ca-8c6f-9ac566150c5c/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3093] 10.0.0.230 () {34 vars in 765 bytes} [Thu Jul 2 06:23:44 2026] PUT /v2.0/security-groups/fc51678e-61bf-4eb1-ae6c-9d5298a3738f/tags => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3094] 10.0.0.230 () {32 vars in 678 bytes} [Thu Jul 2 06:23:44 2026] GET /v2.0/security-groups?tags=red => generated 4624 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3095] 10.0.0.230 () {32 vars in 692 bytes} [Thu Jul 2 06:23:45 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3098 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3096] 10.0.0.230 () {32 vars in 688 bytes} [Thu Jul 2 06:23:45 2026] GET /v2.0/security-groups?tags-any=blue => generated 3098 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3097] 10.0.0.230 () {32 vars in 700 bytes} [Thu Jul 2 06:23:45 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4624 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3098] 10.0.0.230 () {32 vars in 686 bytes} [Thu Jul 2 06:23:45 2026] GET /v2.0/security-groups?not-tags=red => generated 5854 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3099] 10.0.0.230 () {32 vars in 700 bytes} [Thu Jul 2 06:23:45 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7380 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3100] 10.0.0.230 () {32 vars in 696 bytes} [Thu Jul 2 06:23:45 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7380 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3101] 10.0.0.230 () {32 vars in 708 bytes} [Thu Jul 2 06:23:45 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 5854 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3102] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:23:45 2026] DELETE /v2.0/security-groups/1e36e317-1fcf-4d0d-9b4f-dc5fa3e69d43 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3103] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:23:45 2026] DELETE /v2.0/security-groups/f9fb5f10-93e6-4c21-83c3-cf99d96f36b7 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3104] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:23:45 2026] DELETE /v2.0/security-groups/5e8b952e-89b2-45ca-8c6f-9ac566150c5c => generated 0 bytes in 151 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3105] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:23:45 2026] DELETE /v2.0/security-groups/fc51678e-61bf-4eb1-ae6c-9d5298a3738f => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3106] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:23:45 2026] DELETE /v2.0/security-groups/29bdcacc-67df-44d1-8f7e-2caf9708e47b => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3107] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:23:46 2026] GET /v2.0/security-groups?tenant_id=7db9c5f3a8dc4f948dda641ba5b5d8cd&name=default => generated 2805 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3108] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:23:47 2026] DELETE /v2.0/security-groups/d9572ea5-d925-4679-9792-d7a0495b03c4 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3109] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:23:47 2026] GET /v2.0/security-groups?tenant_id=9af02f7487fd437284470262d0b1530c&name=default => generated 2805 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3110] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:23:47 2026] DELETE /v2.0/security-groups/57fcf6be-0e78-4f93-a155-7b874e567389 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/3111] 10.0.0.230 () {32 vars in 772 bytes} [Thu Jul 2 06:23:47 2026] GET /v2.0/security-groups?tenant_id=b7eec3231c5b4265bf3cfd277ca5f8a4&name=default => generated 2805 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3112] 10.0.0.230 () {32 vars in 738 bytes} [Thu Jul 2 06:23:47 2026] DELETE /v2.0/security-groups/dc54c98f-8328-4e12-9f36-d5c0f3c5889b => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3113] 10.0.0.230 () {32 vars in 647 bytes} [Thu Jul 2 06:23:50 2026] GET /v2.0/networks => generated 2167 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3114] 10.0.0.230 () {32 vars in 653 bytes} [Thu Jul 2 06:23:51 2026] GET /v2.0/floatingips => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3115] 10.0.0.230 () {32 vars in 645 bytes} [Thu Jul 2 06:23:51 2026] GET /v2.0/routers => generated 15 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3116] 10.0.0.230 () {32 vars in 641 bytes} [Thu Jul 2 06:23:52 2026] GET /v2.0/ports => generated 4725 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3117] 10.0.0.230 () {32 vars in 645 bytes} [Thu Jul 2 06:23:52 2026] GET /v2.0/subnets => generated 1261 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3118] 10.0.0.230 () {32 vars in 647 bytes} [Thu Jul 2 06:23:52 2026] GET /v2.0/networks => generated 2167 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3119] 10.0.0.230 () {32 vars in 661 bytes} [Thu Jul 2 06:23:52 2026] GET /v2.0/security-groups => generated 16626 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3120] 10.0.0.230 () {32 vars in 653 bytes} [Thu Jul 2 06:23:52 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)