+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Fri Apr 3 03:17:24 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-174-generic #184-Ubuntu SMP Fri Mar 13 18:41:50 UTC 2026 nodename: neutron-server-7d9bff79df-qpqhk 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.12.3 (main, Nov 6 2025, 13:44:16) [GCC 13.3.0] Python main interpreter initialized at 0x7fada5f87668 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)... 2026-04-03 03:17:28.107 7 INFO neutron.common.config [-] Logging enabled! 2026-04-03 03:17:28.107 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-03 03:17:28.254 8 INFO neutron.common.config [-] Logging enabled! 2026-04-03 03:17:28.254 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-03 03:17:29.153 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-03 03:17:29.367 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-03 03:17:30.739 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-03 03:17:30.742 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-03 03:17:30.746 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-03 03:17:30.747 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-03 03:17:30.747 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-03 03:17:30.747 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-03 03:17:30.747 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-03 03:17:30.755 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-03 03:17:30.755 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-03 03:17:30.756 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-03 03:17:30.778 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-03 03:17:30.779 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-03 03:17:30.779 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-03 03:17:30.806 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-03 03:17:30.807 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-03 03:17:30.807 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-03 03:17:30.807 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-03 03:17:30.989 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-03 03:17:30.991 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-03 03:17:30.995 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-03 03:17:30.996 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-03 03:17:30.996 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-03 03:17:30.997 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-03 03:17:30.997 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-03 03:17:31.004 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-03 03:17:31.005 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-03 03:17:31.005 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-03 03:17:31.027 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-03 03:17:31.028 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-03 03:17:31.028 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-03 03:17:31.055 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-03 03:17:31.056 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-03 03:17:31.056 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-03 03:17:31.056 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-03 03:17:31.082 7 INFO neutron.plugins.ml2.managers [None req-a17527bd-4ed7-4727-9b9b-50d358b0b101 - - - - - -] Initializing driver for type 'vlan' 2026-04-03 03:17:31.361 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-a17527bd-4ed7-4727-9b9b-50d358b0b101 - - - - - -] VlanTypeDriver initialization complete 2026-04-03 03:17:31.361 7 INFO neutron.plugins.ml2.managers [None req-a17527bd-4ed7-4727-9b9b-50d358b0b101 - - - - - -] Initializing driver for type 'vxlan' 2026-04-03 03:17:31.361 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-a17527bd-4ed7-4727-9b9b-50d358b0b101 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-03 03:17:31.362 8 INFO neutron.plugins.ml2.managers [None req-edaa692a-fc31-4057-80d2-0aa18ee2d2ae - - - - - -] Initializing driver for type 'vlan' 2026-04-03 03:17:31.374 7 INFO neutron.plugins.ml2.managers [None req-a17527bd-4ed7-4727-9b9b-50d358b0b101 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-03 03:17:31.374 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-a17527bd-4ed7-4727-9b9b-50d358b0b101 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-03 03:17:31.374 7 INFO neutron.plugins.ml2.managers [None req-a17527bd-4ed7-4727-9b9b-50d358b0b101 - - - - - -] Initializing extension driver 'port_security' 2026-04-03 03:17:31.374 7 INFO neutron.plugins.ml2.extensions.port_security [None req-a17527bd-4ed7-4727-9b9b-50d358b0b101 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-03 03:17:31.374 7 INFO neutron.plugins.ml2.managers [None req-a17527bd-4ed7-4727-9b9b-50d358b0b101 - - - - - -] Initializing extension driver 'qos' 2026-04-03 03:17:31.374 7 INFO neutron.plugins.ml2.managers [None req-a17527bd-4ed7-4727-9b9b-50d358b0b101 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-03 03:17:31.375 7 INFO neutron.plugins.ml2.managers [None req-a17527bd-4ed7-4727-9b9b-50d358b0b101 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-03 03:17:31.388 7 INFO neutron.quota [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded quota_driver: . 2026-04-03 03:17:31.389 7 INFO neutron.plugins.ml2.plugin [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Modular L2 Plugin initialization complete 2026-04-03 03:17:31.389 7 INFO neutron.plugins.ml2.managers [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-03 03:17:31.389 7 INFO neutron.plugins.ml2.managers [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-03 03:17:31.389 7 INFO neutron.plugins.ml2.managers [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Got port-security extension from driver 'port_security' 2026-04-03 03:17:31.389 7 INFO neutron.manager [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loading Plugin: qos 2026-04-03 03:17:31.402 7 INFO neutron.manager [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loading Plugin: router 2026-04-03 03:17:31.447 7 INFO neutron.services.service_base [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-03 03:17:31.447 7 INFO neutron.manager [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loading Plugin: segments 2026-04-03 03:17:31.547 7 INFO neutron.manager [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loading Plugin: trunk 2026-04-03 03:17:31.562 7 INFO neutron.manager [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loading Plugin: vpnaas 2026-04-03 03:17:31.603 7 WARNING stevedore.named [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-03 03:17:31.643 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-edaa692a-fc31-4057-80d2-0aa18ee2d2ae - - - - - -] VlanTypeDriver initialization complete 2026-04-03 03:17:31.643 8 INFO neutron.plugins.ml2.managers [None req-edaa692a-fc31-4057-80d2-0aa18ee2d2ae - - - - - -] Initializing driver for type 'vxlan' 2026-04-03 03:17:31.643 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-edaa692a-fc31-4057-80d2-0aa18ee2d2ae - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-03 03:17:31.655 8 INFO neutron.plugins.ml2.managers [None req-edaa692a-fc31-4057-80d2-0aa18ee2d2ae - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-03 03:17:31.655 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-edaa692a-fc31-4057-80d2-0aa18ee2d2ae - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-03 03:17:31.655 8 INFO neutron.plugins.ml2.managers [None req-edaa692a-fc31-4057-80d2-0aa18ee2d2ae - - - - - -] Initializing extension driver 'port_security' 2026-04-03 03:17:31.655 8 INFO neutron.plugins.ml2.extensions.port_security [None req-edaa692a-fc31-4057-80d2-0aa18ee2d2ae - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-03 03:17:31.655 8 INFO neutron.plugins.ml2.managers [None req-edaa692a-fc31-4057-80d2-0aa18ee2d2ae - - - - - -] Initializing extension driver 'qos' 2026-04-03 03:17:31.656 8 INFO neutron.plugins.ml2.managers [None req-edaa692a-fc31-4057-80d2-0aa18ee2d2ae - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-03 03:17:31.656 8 INFO neutron.plugins.ml2.managers [None req-edaa692a-fc31-4057-80d2-0aa18ee2d2ae - - - - - -] Initializing mechanism driver 'l2population' 2026-04-03 03:17:31.670 8 INFO neutron.quota [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded quota_driver: . 2026-04-03 03:17:31.670 8 INFO neutron.plugins.ml2.plugin [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Modular L2 Plugin initialization complete 2026-04-03 03:17:31.670 8 INFO neutron.plugins.ml2.managers [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-03 03:17:31.670 8 INFO neutron.plugins.ml2.managers [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-03 03:17:31.670 8 INFO neutron.plugins.ml2.managers [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Got port-security extension from driver 'port_security' 2026-04-03 03:17:31.671 8 INFO neutron.manager [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loading Plugin: qos 2026-04-03 03:17:31.676 7 INFO neutron_vpnaas.services.vpn.plugin [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-03 03:17:31.677 7 INFO neutron.common.utils [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-03 03:17:31.677 7 INFO neutron.manager [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loading Plugin: taas 2026-04-03 03:17:31.683 8 INFO neutron.manager [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loading Plugin: router 2026-04-03 03:17:31.700 7 WARNING stevedore.named [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-03 03:17:31.700 7 WARNING stevedore.named [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-03 03:17:31.724 7 INFO neutron_taas.services.taas.taas_plugin [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-03 03:17:31.724 7 INFO neutron.manager [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loading Plugin: tapmirror 2026-04-03 03:17:31.733 8 INFO neutron.services.service_base [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-03 03:17:31.734 8 INFO neutron.manager [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loading Plugin: segments 2026-04-03 03:17:31.736 7 WARNING stevedore.named [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-03 03:17:31.736 7 WARNING stevedore.named [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-03 03:17:31.754 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-03 03:17:31.754 7 INFO neutron.manager [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loading Plugin: auto_allocate 2026-04-03 03:17:31.762 7 INFO neutron.manager [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loading Plugin: tag 2026-04-03 03:17:31.770 7 INFO neutron.manager [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loading Plugin: timestamp 2026-04-03 03:17:31.773 7 INFO neutron.manager [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loading Plugin: network_ip_availability 2026-04-03 03:17:31.777 7 INFO neutron.manager [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loading Plugin: flavors 2026-04-03 03:17:31.780 7 INFO neutron.manager [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loading Plugin: revisions 2026-04-03 03:17:31.784 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Initializing extension manager. 2026-04-03 03:17:31.785 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: address-group 2026-04-03 03:17:31.786 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: address-scope 2026-04-03 03:17:31.786 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-03 03:17:31.787 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: agent 2026-04-03 03:17:31.788 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: agent-resources-synced 2026-04-03 03:17:31.789 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: allowed-address-pairs 2026-04-03 03:17:31.790 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: auto-allocated-topology 2026-04-03 03:17:31.790 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: availability_zone 2026-04-03 03:17:31.791 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: availability_zone_filter 2026-04-03 03:17:31.791 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-03 03:17:31.792 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: default-subnetpools 2026-04-03 03:17:31.793 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-03 03:17:31.794 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: dns-integration 2026-04-03 03:17:31.794 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: dns-domain-ports 2026-04-03 03:17:31.795 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-03 03:17:31.796 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: dvr 2026-04-03 03:17:31.796 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-03 03:17:31.797 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: empty-string-filtering 2026-04-03 03:17:31.797 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-03 03:17:31.798 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-03 03:17:31.798 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: external-net 2026-04-03 03:17:31.799 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-03 03:17:31.799 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: extraroute 2026-04-03 03:17:31.800 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: extraroute-atomic 2026-04-03 03:17:31.801 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-03 03:17:31.801 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-03 03:17:31.802 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-03 03:17:31.803 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-03 03:17:31.804 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: fip-port-details 2026-04-03 03:17:31.805 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: flavors 2026-04-03 03:17:31.806 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-03 03:17:31.808 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: floatingip-pools 2026-04-03 03:17:31.808 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: ip_allocation 2026-04-03 03:17:31.809 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: ip-substring-filtering 2026-04-03 03:17:31.809 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: l2_adjacency 2026-04-03 03:17:31.811 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: router 2026-04-03 03:17:31.812 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-03 03:17:31.813 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-03 03:17:31.813 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-03 03:17:31.814 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: ext-gw-mode 2026-04-03 03:17:31.814 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: l3-ha 2026-04-03 03:17:31.815 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-03 03:17:31.815 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-03 03:17:31.816 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: l3-flavors 2026-04-03 03:17:31.817 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-03 03:17:31.817 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-03 03:17:31.819 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-03 03:17:31.821 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-03 03:17:31.822 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-03 03:17:31.823 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-03 03:17:31.823 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-03 03:17:31.824 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: multi-provider 2026-04-03 03:17:31.824 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: net-mtu 2026-04-03 03:17:31.825 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: net-mtu-writable 2026-04-03 03:17:31.825 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: network_availability_zone 2026-04-03 03:17:31.826 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: network_ha 2026-04-03 03:17:31.827 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: network-ip-availability 2026-04-03 03:17:31.828 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-03 03:17:31.828 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: pagination 2026-04-03 03:17:31.829 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: port-device-profile 2026-04-03 03:17:31.829 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-03 03:17:31.830 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-03 03:17:31.830 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-03 03:17:31.831 8 INFO neutron.manager [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loading Plugin: trunk 2026-04-03 03:17:31.831 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: port-mac-override 2026-04-03 03:17:31.831 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-03 03:17:31.832 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-03 03:17:31.832 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-03 03:17:31.833 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: port-resource-request 2026-04-03 03:17:31.833 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: port-resource-request-groups 2026-04-03 03:17:31.834 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-03 03:17:31.834 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: binding 2026-04-03 03:17:31.835 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: binding-extended 2026-04-03 03:17:31.837 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: port-security 2026-04-03 03:17:31.838 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: project-id 2026-04-03 03:17:31.839 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: provider 2026-04-03 03:17:31.841 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-03 03:17:31.845 8 INFO neutron.manager [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loading Plugin: vpnaas 2026-04-03 03:17:31.846 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: qos 2026-04-03 03:17:31.848 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-03 03:17:31.849 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-03 03:17:31.849 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: qos-default 2026-04-03 03:17:31.850 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: qos-fip 2026-04-03 03:17:31.850 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-03 03:17:31.851 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: qos-gateway-ip 2026-04-03 03:17:31.851 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: qos-port-network-policy 2026-04-03 03:17:31.852 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: qos-pps-minimum 2026-04-03 03:17:31.852 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-03 03:17:31.853 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: qos-pps 2026-04-03 03:17:31.854 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: qos-rule-type-details 2026-04-03 03:17:31.854 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-03 03:17:31.855 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: qos-rules-alias 2026-04-03 03:17:31.855 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: quota-check-limit 2026-04-03 03:17:31.856 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: quota-check-limit-default 2026-04-03 03:17:31.858 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: quotas 2026-04-03 03:17:31.859 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: quota_details 2026-04-03 03:17:31.861 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: rbac-policies 2026-04-03 03:17:31.861 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: rbac-address-group 2026-04-03 03:17:31.862 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: rbac-address-scope 2026-04-03 03:17:31.862 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: rbac-security-groups 2026-04-03 03:17:31.863 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: rbac-subnetpool 2026-04-03 03:17:31.863 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: revision-if-match 2026-04-03 03:17:31.864 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: standard-attr-revisions 2026-04-03 03:17:31.865 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: router_availability_zone 2026-04-03 03:17:31.865 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-03 03:17:31.867 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: security-groups-default-rules 2026-04-03 03:17:31.867 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-03 03:17:31.868 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-03 03:17:31.868 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-03 03:17:31.869 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-03 03:17:31.869 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-03 03:17:31.875 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: security-group 2026-04-03 03:17:31.876 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: segment 2026-04-03 03:17:31.876 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-03 03:17:31.877 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: service-type 2026-04-03 03:17:31.877 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: sorting 2026-04-03 03:17:31.878 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: standard-attr-segment 2026-04-03 03:17:31.879 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: standard-attr-description 2026-04-03 03:17:31.879 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: stateful-security-group 2026-04-03 03:17:31.880 7 WARNING neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-03 03:17:31.880 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-03 03:17:31.881 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: subnet-external-network 2026-04-03 03:17:31.881 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: subnet_onboard 2026-04-03 03:17:31.882 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-03 03:17:31.882 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: subnet-service-types 2026-04-03 03:17:31.883 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: subnet_allocation 2026-04-03 03:17:31.884 8 WARNING stevedore.named [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-03 03:17:31.885 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-03 03:17:31.886 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: tag-creation 2026-04-03 03:17:31.886 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-03 03:17:31.890 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: standard-attr-tag 2026-04-03 03:17:31.891 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-03 03:17:31.892 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: trunk 2026-04-03 03:17:31.892 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: trunk-details 2026-04-03 03:17:31.893 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-03 03:17:31.893 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-03 03:17:31.894 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-03 03:17:31.895 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-03 03:17:31.897 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-03 03:17:31.898 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-03 03:17:31.898 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: vpn-flavors 2026-04-03 03:17:31.900 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: vpnaas 2026-04-03 03:17:31.901 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: taas 2026-04-03 03:17:31.902 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: tap-mirror 2026-04-03 03:17:31.903 7 INFO neutron.api.extensions [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Loaded extension: taas-vlan-filter 2026-04-03 03:17:31.905 7 INFO neutron.quota.resource_registry [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-03 03:17:31.906 7 INFO neutron.quota.resource_registry [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-03 03:17:31.906 7 INFO neutron.quota.resource_registry [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-03 03:17:31.906 7 INFO neutron.quota.resource_registry [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-03 03:17:31.909 7 INFO neutron.quota.resource_registry [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-03 03:17:31.910 7 INFO neutron.quota.resource_registry [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-03 03:17:31.914 7 INFO neutron.quota.resource_registry [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-03 03:17:31.915 7 INFO neutron.quota.resource_registry [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-03 03:17:31.915 7 INFO neutron.quota.resource_registry [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-03 03:17:31.916 7 INFO neutron.quota.resource_registry [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-03 03:17:31.916 7 WARNING neutron.quota.resource_registry [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] subnetpool is already registered 2026-04-03 03:17:31.917 7 INFO neutron.quota.resource_registry [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-03 03:17:31.917 7 WARNING neutron.quota.resource_registry [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] subnetpool is already registered 2026-04-03 03:17:31.917 7 INFO neutron.quota.resource_registry [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-03 03:17:31.917 7 INFO neutron.quota.resource_registry [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-03 03:17:31.918 7 INFO neutron.quota.resource_registry [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-03 03:17:31.918 7 INFO neutron.quota.resource_registry [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-03 03:17:31.919 7 INFO neutron.quota.resource_registry [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-03 03:17:31.919 7 INFO neutron.quota.resource_registry [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-03 03:17:31.920 7 INFO neutron.quota.resource_registry [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-03 03:17:31.920 7 WARNING neutron.quota.resource_registry [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] ipsecpolicy is already registered 2026-04-03 03:17:31.920 7 INFO neutron.quota.resource_registry [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-03 03:17:31.920 7 WARNING neutron.quota.resource_registry [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] ikepolicy is already registered 2026-04-03 03:17:31.925 7 INFO neutron.quota.resource_registry [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-03 03:17:31.925 7 WARNING neutron.quota.resource_registry [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] router is already registered 2026-04-03 03:17:31.925 7 INFO neutron.quota.resource_registry [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-03 03:17:31.926 7 WARNING neutron.quota.resource_registry [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] floatingip is already registered 2026-04-03 03:17:31.929 7 INFO neutron.quota.resource_registry [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-03 03:17:31.929 7 WARNING neutron.quota.resource_registry [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] rbac_policy is already registered 2026-04-03 03:17:31.930 7 INFO neutron.quota.resource_registry [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-03 03:17:31.930 7 WARNING neutron.quota.resource_registry [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] security_group is already registered 2026-04-03 03:17:31.930 7 INFO neutron.quota.resource_registry [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-03 03:17:31.931 7 WARNING neutron.quota.resource_registry [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] security_group_rule is already registered 2026-04-03 03:17:31.931 7 INFO neutron.quota.resource_registry [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-03 03:17:31.931 7 WARNING neutron.quota.resource_registry [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] subnetpool is already registered 2026-04-03 03:17:31.932 7 INFO neutron.quota.resource_registry [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-03 03:17:31.932 7 WARNING neutron.quota.resource_registry [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] subnetpool is already registered 2026-04-03 03:17:31.932 7 INFO neutron.quota.resource_registry [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-03 03:17:31.933 7 WARNING neutron.quota.resource_registry [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] trunk is already registered 2026-04-03 03:17:31.933 7 INFO neutron.quota.resource_registry [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-03 03:17:31.933 7 WARNING neutron.quota.resource_registry [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] ikepolicy is already registered 2026-04-03 03:17:31.933 7 INFO neutron.quota.resource_registry [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-03 03:17:31.934 7 WARNING neutron.quota.resource_registry [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] ipsecpolicy is already registered 2026-04-03 03:17:31.934 7 INFO neutron.quota.resource_registry [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-03 03:17:31.934 7 WARNING neutron.quota.resource_registry [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] endpoint_group is already registered 2026-04-03 03:17:31.934 7 INFO neutron.quota.resource_registry [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-03 03:17:31.935 7 WARNING neutron.quota.resource_registry [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] vpnservice is already registered 2026-04-03 03:17:31.935 7 INFO neutron.quota.resource_registry [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-03 03:17:31.935 7 WARNING neutron.quota.resource_registry [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] ipsec_site_connection is already registered 2026-04-03 03:17:31.935 7 INFO neutron.quota.resource_registry [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-03 03:17:31.936 7 WARNING neutron.quota.resource_registry [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] ipsecpolicy is already registered 2026-04-03 03:17:31.936 7 INFO neutron.quota.resource_registry [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-03 03:17:31.936 7 WARNING neutron.quota.resource_registry [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] ikepolicy is already registered 2026-04-03 03:17:31.956 8 INFO neutron_vpnaas.services.vpn.plugin [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-03 03:17:31.957 8 INFO neutron.common.utils [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-03 03:17:31.957 8 INFO neutron.manager [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loading Plugin: taas 2026-04-03 03:17:31.974 7 WARNING keystonemiddleware._common.config [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-03 03:17:31.981 7 WARNING oslo_config.cfg [None req-f679c167-bf09-470b-8a03-7276075f02db - - - - - -] 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 0x7fada5f87668 pid: 7 (default app) 2026-04-03 03:17:31.984 8 WARNING stevedore.named [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-03 03:17:31.985 8 WARNING stevedore.named [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-03 03:17:32.006 8 INFO neutron_taas.services.taas.taas_plugin [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-03 03:17:32.006 8 INFO neutron.manager [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loading Plugin: tapmirror 2026-04-03 03:17:32.021 8 WARNING stevedore.named [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-03 03:17:32.022 8 WARNING stevedore.named [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-03 03:17:32.037 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-03 03:17:32.037 8 INFO neutron.manager [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loading Plugin: auto_allocate 2026-04-03 03:17:32.049 8 INFO neutron.manager [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loading Plugin: tag 2026-04-03 03:17:32.056 8 INFO neutron.manager [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loading Plugin: timestamp 2026-04-03 03:17:32.060 8 INFO neutron.manager [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loading Plugin: network_ip_availability 2026-04-03 03:17:32.063 8 INFO neutron.manager [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loading Plugin: flavors 2026-04-03 03:17:32.067 8 INFO neutron.manager [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loading Plugin: revisions 2026-04-03 03:17:32.070 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Initializing extension manager. 2026-04-03 03:17:32.071 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: address-group 2026-04-03 03:17:32.072 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: address-scope 2026-04-03 03:17:32.073 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-03 03:17:32.074 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: agent 2026-04-03 03:17:32.074 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: agent-resources-synced 2026-04-03 03:17:32.075 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: allowed-address-pairs 2026-04-03 03:17:32.076 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: auto-allocated-topology 2026-04-03 03:17:32.077 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: availability_zone 2026-04-03 03:17:32.077 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: availability_zone_filter 2026-04-03 03:17:32.078 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-03 03:17:32.078 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: default-subnetpools 2026-04-03 03:17:32.080 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-03 03:17:32.081 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: dns-integration 2026-04-03 03:17:32.081 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: dns-domain-ports 2026-04-03 03:17:32.082 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-03 03:17:32.082 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: dvr 2026-04-03 03:17:32.083 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-03 03:17:32.084 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: empty-string-filtering 2026-04-03 03:17:32.084 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-03 03:17:32.085 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-03 03:17:32.085 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: external-net 2026-04-03 03:17:32.086 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-03 03:17:32.086 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: extraroute 2026-04-03 03:17:32.087 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: extraroute-atomic 2026-04-03 03:17:32.087 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-03 03:17:32.088 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-03 03:17:32.088 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-03 03:17:32.089 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-03 03:17:32.089 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: fip-port-details 2026-04-03 03:17:32.090 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: flavors 2026-04-03 03:17:32.092 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-03 03:17:32.092 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: floatingip-pools 2026-04-03 03:17:32.093 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: ip_allocation 2026-04-03 03:17:32.093 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: ip-substring-filtering 2026-04-03 03:17:32.094 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: l2_adjacency 2026-04-03 03:17:32.095 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: router 2026-04-03 03:17:32.097 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-03 03:17:32.097 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-03 03:17:32.098 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-03 03:17:32.098 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: ext-gw-mode 2026-04-03 03:17:32.099 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: l3-ha 2026-04-03 03:17:32.099 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-03 03:17:32.100 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-03 03:17:32.100 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: l3-flavors 2026-04-03 03:17:32.101 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-03 03:17:32.102 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-03 03:17:32.104 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-03 03:17:32.105 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-03 03:17:32.106 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-03 03:17:32.107 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-03 03:17:32.108 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-03 03:17:32.109 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: multi-provider 2026-04-03 03:17:32.109 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: net-mtu 2026-04-03 03:17:32.110 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: net-mtu-writable 2026-04-03 03:17:32.110 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: network_availability_zone 2026-04-03 03:17:32.111 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: network_ha 2026-04-03 03:17:32.111 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: network-ip-availability 2026-04-03 03:17:32.112 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-03 03:17:32.113 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: pagination 2026-04-03 03:17:32.113 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: port-device-profile 2026-04-03 03:17:32.114 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-03 03:17:32.114 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-03 03:17:32.115 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-03 03:17:32.116 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: port-mac-override 2026-04-03 03:17:32.116 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-03 03:17:32.117 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-03 03:17:32.117 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-03 03:17:32.118 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: port-resource-request 2026-04-03 03:17:32.118 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: port-resource-request-groups 2026-04-03 03:17:32.119 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-03 03:17:32.119 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: binding 2026-04-03 03:17:32.120 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: binding-extended 2026-04-03 03:17:32.120 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: port-security 2026-04-03 03:17:32.121 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: project-id 2026-04-03 03:17:32.121 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: provider 2026-04-03 03:17:32.122 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-03 03:17:32.124 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: qos 2026-04-03 03:17:32.125 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-03 03:17:32.125 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-03 03:17:32.126 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: qos-default 2026-04-03 03:17:32.126 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: qos-fip 2026-04-03 03:17:32.127 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-03 03:17:32.127 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: qos-gateway-ip 2026-04-03 03:17:32.128 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: qos-port-network-policy 2026-04-03 03:17:32.128 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: qos-pps-minimum 2026-04-03 03:17:32.129 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-03 03:17:32.129 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: qos-pps 2026-04-03 03:17:32.130 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: qos-rule-type-details 2026-04-03 03:17:32.130 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-03 03:17:32.131 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: qos-rules-alias 2026-04-03 03:17:32.131 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: quota-check-limit 2026-04-03 03:17:32.132 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: quota-check-limit-default 2026-04-03 03:17:32.134 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: quotas 2026-04-03 03:17:32.135 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: quota_details 2026-04-03 03:17:32.137 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: rbac-policies 2026-04-03 03:17:32.137 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: rbac-address-group 2026-04-03 03:17:32.138 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: rbac-address-scope 2026-04-03 03:17:32.138 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: rbac-security-groups 2026-04-03 03:17:32.139 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: rbac-subnetpool 2026-04-03 03:17:32.139 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: revision-if-match 2026-04-03 03:17:32.140 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: standard-attr-revisions 2026-04-03 03:17:32.140 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: router_availability_zone 2026-04-03 03:17:32.141 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-03 03:17:32.142 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: security-groups-default-rules 2026-04-03 03:17:32.143 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-03 03:17:32.143 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-03 03:17:32.144 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-03 03:17:32.144 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-03 03:17:32.145 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-03 03:17:32.149 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: security-group 2026-04-03 03:17:32.152 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: segment 2026-04-03 03:17:32.152 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-03 03:17:32.153 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: service-type 2026-04-03 03:17:32.153 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: sorting 2026-04-03 03:17:32.154 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: standard-attr-segment 2026-04-03 03:17:32.155 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: standard-attr-description 2026-04-03 03:17:32.155 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: stateful-security-group 2026-04-03 03:17:32.156 8 WARNING neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-03 03:17:32.156 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-03 03:17:32.157 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: subnet-external-network 2026-04-03 03:17:32.157 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: subnet_onboard 2026-04-03 03:17:32.158 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-03 03:17:32.158 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: subnet-service-types 2026-04-03 03:17:32.159 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: subnet_allocation 2026-04-03 03:17:32.160 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-03 03:17:32.160 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: tag-creation 2026-04-03 03:17:32.161 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-03 03:17:32.164 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: standard-attr-tag 2026-04-03 03:17:32.165 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-03 03:17:32.166 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: trunk 2026-04-03 03:17:32.166 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: trunk-details 2026-04-03 03:17:32.167 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-03 03:17:32.167 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-03 03:17:32.168 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-03 03:17:32.168 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-03 03:17:32.170 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-03 03:17:32.171 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-03 03:17:32.172 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: vpn-flavors 2026-04-03 03:17:32.173 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: vpnaas 2026-04-03 03:17:32.174 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: taas 2026-04-03 03:17:32.176 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: tap-mirror 2026-04-03 03:17:32.176 8 INFO neutron.api.extensions [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Loaded extension: taas-vlan-filter 2026-04-03 03:17:32.178 8 INFO neutron.quota.resource_registry [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-03 03:17:32.179 8 INFO neutron.quota.resource_registry [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-03 03:17:32.179 8 INFO neutron.quota.resource_registry [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-03 03:17:32.179 8 INFO neutron.quota.resource_registry [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-03 03:17:32.182 8 INFO neutron.quota.resource_registry [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-03 03:17:32.183 8 INFO neutron.quota.resource_registry [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-03 03:17:32.188 8 INFO neutron.quota.resource_registry [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-03 03:17:32.188 8 INFO neutron.quota.resource_registry [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-03 03:17:32.189 8 INFO neutron.quota.resource_registry [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-03 03:17:32.189 8 INFO neutron.quota.resource_registry [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-03 03:17:32.190 8 WARNING neutron.quota.resource_registry [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] subnetpool is already registered 2026-04-03 03:17:32.190 8 INFO neutron.quota.resource_registry [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-03 03:17:32.190 8 WARNING neutron.quota.resource_registry [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] subnetpool is already registered 2026-04-03 03:17:32.191 8 INFO neutron.quota.resource_registry [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-03 03:17:32.191 8 INFO neutron.quota.resource_registry [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-03 03:17:32.191 8 INFO neutron.quota.resource_registry [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-03 03:17:32.192 8 INFO neutron.quota.resource_registry [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-03 03:17:32.192 8 INFO neutron.quota.resource_registry [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-03 03:17:32.193 8 INFO neutron.quota.resource_registry [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-03 03:17:32.193 8 INFO neutron.quota.resource_registry [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-03 03:17:32.193 8 WARNING neutron.quota.resource_registry [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] ipsecpolicy is already registered 2026-04-03 03:17:32.194 8 INFO neutron.quota.resource_registry [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-03 03:17:32.194 8 WARNING neutron.quota.resource_registry [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] ikepolicy is already registered 2026-04-03 03:17:32.198 8 INFO neutron.quota.resource_registry [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-03 03:17:32.199 8 WARNING neutron.quota.resource_registry [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] router is already registered 2026-04-03 03:17:32.199 8 INFO neutron.quota.resource_registry [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-03 03:17:32.199 8 WARNING neutron.quota.resource_registry [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] floatingip is already registered 2026-04-03 03:17:32.203 8 INFO neutron.quota.resource_registry [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-03 03:17:32.203 8 WARNING neutron.quota.resource_registry [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] rbac_policy is already registered 2026-04-03 03:17:32.204 8 INFO neutron.quota.resource_registry [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-03 03:17:32.204 8 WARNING neutron.quota.resource_registry [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] security_group is already registered 2026-04-03 03:17:32.204 8 INFO neutron.quota.resource_registry [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-03 03:17:32.205 8 WARNING neutron.quota.resource_registry [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] security_group_rule is already registered 2026-04-03 03:17:32.205 8 INFO neutron.quota.resource_registry [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-03 03:17:32.206 8 WARNING neutron.quota.resource_registry [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] subnetpool is already registered 2026-04-03 03:17:32.206 8 INFO neutron.quota.resource_registry [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-03 03:17:32.206 8 WARNING neutron.quota.resource_registry [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] subnetpool is already registered 2026-04-03 03:17:32.207 8 INFO neutron.quota.resource_registry [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-03 03:17:32.207 8 WARNING neutron.quota.resource_registry [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] trunk is already registered 2026-04-03 03:17:32.207 8 INFO neutron.quota.resource_registry [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-03 03:17:32.207 8 WARNING neutron.quota.resource_registry [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] ikepolicy is already registered 2026-04-03 03:17:32.208 8 INFO neutron.quota.resource_registry [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-03 03:17:32.208 8 WARNING neutron.quota.resource_registry [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] ipsecpolicy is already registered 2026-04-03 03:17:32.208 8 INFO neutron.quota.resource_registry [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-03 03:17:32.209 8 WARNING neutron.quota.resource_registry [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] endpoint_group is already registered 2026-04-03 03:17:32.209 8 INFO neutron.quota.resource_registry [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-03 03:17:32.209 8 WARNING neutron.quota.resource_registry [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] vpnservice is already registered 2026-04-03 03:17:32.210 8 INFO neutron.quota.resource_registry [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-03 03:17:32.210 8 WARNING neutron.quota.resource_registry [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] ipsec_site_connection is already registered 2026-04-03 03:17:32.210 8 INFO neutron.quota.resource_registry [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-03 03:17:32.210 8 WARNING neutron.quota.resource_registry [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] ipsecpolicy is already registered 2026-04-03 03:17:32.211 8 INFO neutron.quota.resource_registry [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-03 03:17:32.211 8 WARNING neutron.quota.resource_registry [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] ikepolicy is already registered 2026-04-03 03:17:32.250 8 WARNING keystonemiddleware._common.config [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-03 03:17:32.257 8 WARNING oslo_config.cfg [None req-4c8c1ec8-f869-4516-852d-fa9e3b600b2a - - - - - -] 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 8 seconds on interpreter 0x7fada5f87668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-03 03:17:36.204 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4a897ade-413d-4740-99f5-e33e288ed763 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1/2] 199.204.45.30 () {44 vars in 924 bytes} [Fri Apr 3 03:17:35 2026] GET /v2.0/networks/public => generated 108 bytes in 780 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 2/3] 199.204.45.30 () {44 vars in 946 bytes} [Fri Apr 3 03:17:36 2026] GET /v2.0/networks?name=public => generated 15 bytes in 371 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:17:36.946 8 WARNING neutron.services.revisions.revision_plugin [None req-f43ed7c4-8a82-42b0-b05f-1dd8cd78d78d b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Could not find related network for resource to bump revision. 2026-04-03 03:17:36.967 8 INFO neutron.db.segments_db [None req-f43ed7c4-8a82-42b0-b05f-1dd8cd78d78d b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Added segment d35f3acf-66bc-40ab-a4bb-203179bebd9a of type flat for network 5748bb78-aec2-4120-8776-c63ed173ad6b 2026-04-03 03:17:37.014 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f43ed7c4-8a82-42b0-b05f-1dd8cd78d78d b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2/4] 199.204.45.30 () {48 vars in 964 bytes} [Fri Apr 3 03:17:36 2026] POST /v2.0/networks => generated 124 bytes in 450 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-03 03:17:42.877 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0043847f-a7c4-43ad-8ba7-e2410d437d1e b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/6] 199.204.45.30 () {44 vars in 924 bytes} [Fri Apr 3 03:17:42 2026] GET /v2.0/networks/public => generated 108 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4/7] 199.204.45.30 () {44 vars in 946 bytes} [Fri Apr 3 03:17:42 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:17:42.951 8 WARNING neutron.services.revisions.revision_plugin [None req-fe9727c8-0b08-473d-a5d3-b19b100f04aa b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Could not find related network for resource to bump revision. 2026-04-03 03:17:42.967 8 INFO neutron.db.segments_db [None req-fe9727c8-0b08-473d-a5d3-b19b100f04aa b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Added segment 36996429-58bd-4461-ab87-a28f0b0ad43d of type flat for network e831184b-bb31-4173-9110-a2c6c90edbaf 2026-04-03 03:17:42.996 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fe9727c8-0b08-473d-a5d3-b19b100f04aa b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/8] 199.204.45.30 () {48 vars in 964 bytes} [Fri Apr 3 03:17:42 2026] POST /v2.0/networks => generated 124 bytes in 106 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-03 03:17:49.161 7 INFO neutron.pecan_wsgi.hooks.translation [None req-89a21d8b-e6a4-4226-8ed2-fac9e74b377c b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/9] 199.204.45.30 () {44 vars in 924 bytes} [Fri Apr 3 03:17:48 2026] GET /v2.0/networks/public => generated 108 bytes in 379 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 5/10] 199.204.45.30 () {44 vars in 946 bytes} [Fri Apr 3 03:17:49 2026] GET /v2.0/networks?name=public => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:17:49.438 7 WARNING neutron.services.revisions.revision_plugin [None req-bf7aa863-c016-4806-9d0a-adeb276d0087 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Could not find related network for resource to bump revision. 2026-04-03 03:17:49.459 7 INFO neutron.db.segments_db [None req-bf7aa863-c016-4806-9d0a-adeb276d0087 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Added segment 35cba1a8-53d8-451e-9077-ceddad4fa0bd of type flat for network 85db9223-12ef-4894-90ef-46f0cb4c7db4 2026-04-03 03:17:49.504 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bf7aa863-c016-4806-9d0a-adeb276d0087 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/11] 199.204.45.30 () {48 vars in 964 bytes} [Fri Apr 3 03:17:49 2026] POST /v2.0/networks => generated 124 bytes in 322 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-03 03:17:55.374 7 INFO neutron.pecan_wsgi.hooks.translation [None req-00ca9fd3-fe41-4b63-b899-f12e18a952af b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/13] 199.204.45.30 () {44 vars in 924 bytes} [Fri Apr 3 03:17:55 2026] GET /v2.0/networks/public => generated 108 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 7/14] 199.204.45.30 () {44 vars in 946 bytes} [Fri Apr 3 03:17:55 2026] GET /v2.0/networks?name=public => generated 15 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:17:55.434 7 WARNING neutron.services.revisions.revision_plugin [None req-e48f244c-d6eb-4d61-8035-bc6af1abfbb6 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Could not find related network for resource to bump revision. 2026-04-03 03:17:55.454 7 INFO neutron.db.segments_db [None req-e48f244c-d6eb-4d61-8035-bc6af1abfbb6 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Added segment 62526a85-cac0-4342-8000-94c04741d075 of type flat for network 70b6d339-3cab-4e64-a0cf-f9ef5ab5849b 2026-04-03 03:17:55.475 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e48f244c-d6eb-4d61-8035-bc6af1abfbb6 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/15] 199.204.45.30 () {48 vars in 964 bytes} [Fri Apr 3 03:17:55 2026] POST /v2.0/networks => generated 124 bytes in 92 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-03 03:18:01.364 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e9ec095e-fa8d-4e84-8cbc-1bb978454979 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/16] 199.204.45.30 () {44 vars in 924 bytes} [Fri Apr 3 03:18:01 2026] GET /v2.0/networks/public => generated 108 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 9/17] 199.204.45.30 () {44 vars in 946 bytes} [Fri Apr 3 03:18:01 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-04-03 03:18:01.432 8 WARNING neutron.services.revisions.revision_plugin [None req-8c4e1173-7ac3-4f07-a986-0e090b79d21f b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Could not find related network for resource to bump revision. 2026-04-03 03:18:01.445 8 INFO neutron.db.segments_db [None req-8c4e1173-7ac3-4f07-a986-0e090b79d21f b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Added segment ff7eef2a-a158-46eb-874d-dbebd2f4b676 of type flat for network 6c7cd01f-73c7-4c9c-bed7-54bc10ff749f 2026-04-03 03:18:01.462 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8c4e1173-7ac3-4f07-a986-0e090b79d21f b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/18] 199.204.45.30 () {48 vars in 964 bytes} [Fri Apr 3 03:18:01 2026] POST /v2.0/networks => generated 124 bytes in 79 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-03 03:18:07.346 7 INFO neutron.pecan_wsgi.hooks.translation [None req-be58cb74-5439-4386-aab0-a65f47afd8d9 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/19] 199.204.45.30 () {44 vars in 924 bytes} [Fri Apr 3 03:18:07 2026] GET /v2.0/networks/public => generated 108 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 10/20] 199.204.45.30 () {44 vars in 946 bytes} [Fri Apr 3 03:18:07 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:18:09.566 7 WARNING neutron.services.revisions.revision_plugin [None req-106648e3-7270-4909-b5b3-85d709cc31d3 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Could not find related network for resource to bump revision. 2026-04-03 03:18:09.589 7 INFO neutron.db.segments_db [None req-106648e3-7270-4909-b5b3-85d709cc31d3 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Added segment f22c09b8-1f99-41af-8fa2-e8573a650ea0 of type flat for network e62df3b8-c183-49b9-a550-2cefa7b10ca7 [pid: 7|app: 0|req: 11/22] 199.204.45.30 () {48 vars in 964 bytes} [Fri Apr 3 03:18:07 2026] POST /v2.0/networks => generated 706 bytes in 6217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:18:14.636 8 INFO neutron.pecan_wsgi.hooks.translation [None req-862d89a9-ec63-4173-a610-3f28c032f5c9 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/23] 199.204.45.30 () {44 vars in 924 bytes} [Fri Apr 3 03:18:14 2026] GET /v2.0/networks/public => generated 108 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/24] 199.204.45.30 () {44 vars in 946 bytes} [Fri Apr 3 03:18:14 2026] GET /v2.0/networks?name=public => generated 709 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:18:14.715 8 INFO neutron.pecan_wsgi.hooks.translation [None req-488cf929-c542-4110-b5d0-3e2f70a85fcb b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 13/25] 199.204.45.30 () {44 vars in 1031 bytes} [Fri Apr 3 03:18:14 2026] GET /v2.0/subnets/public-subnet?network_id=e62df3b8-c183-49b9-a550-2cefa7b10ca7 => generated 113 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/26] 199.204.45.30 () {44 vars in 1054 bytes} [Fri Apr 3 03:18:14 2026] GET /v2.0/subnets?name=public-subnet&network_id=e62df3b8-c183-49b9-a550-2cefa7b10ca7 => generated 14 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/27] 199.204.45.30 () {48 vars in 962 bytes} [Fri Apr 3 03:18:14 2026] POST /v2.0/subnets => generated 664 bytes in 416 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:23:04.899 8 INFO neutron.pecan_wsgi.hooks.translation [None req-eb6cd69e-ad23-4f8a-a980-7324b726436d b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 33/65] 199.204.45.30 () {44 vars in 934 bytes} [Fri Apr 3 03:23:04 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 119 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 33/66] 199.204.45.30 () {44 vars in 956 bytes} [Fri Apr 3 03:23:04 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:23:05.029 8 INFO neutron.db.segments_db [None req-781ba4a8-8c42-4caf-a073-ab43bbe1214d b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Added segment 120df1b4-0b8f-4463-aee0-936bb91eabcb of type vxlan for network cb738926-1880-4b2f-99f8-5f8f2a06f59c [pid: 8|app: 0|req: 34/67] 199.204.45.30 () {48 vars in 963 bytes} [Fri Apr 3 03:23:04 2026] POST /v2.0/networks => generated 688 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:23:06.030 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1efe7a26-975e-4166-959f-ea8f983925b1 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 34/68] 199.204.45.30 () {44 vars in 934 bytes} [Fri Apr 3 03:23:05 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/69] 199.204.45.30 () {44 vars in 956 bytes} [Fri Apr 3 03:23:06 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:23:06.100 7 INFO neutron.pecan_wsgi.hooks.translation [None req-55e930f1-c8a9-4b45-aad2-16cece4a66fa b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 35/70] 199.204.45.30 () {44 vars in 1033 bytes} [Fri Apr 3 03:23:06 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=cb738926-1880-4b2f-99f8-5f8f2a06f59c => generated 114 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/71] 199.204.45.30 () {44 vars in 1056 bytes} [Fri Apr 3 03:23:06 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=cb738926-1880-4b2f-99f8-5f8f2a06f59c => generated 14 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/72] 199.204.45.30 () {48 vars in 962 bytes} [Fri Apr 3 03:23:06 2026] POST /v2.0/subnets => generated 651 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:23:07.440 8 INFO neutron.api.v2.resource [None req-fa9a57e3-c78e-4616-aa24-bedd60b4dd64 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 37/73] 199.204.45.30 () {44 vars in 968 bytes} [Fri Apr 3 03:23:07 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/74] 199.204.45.30 () {44 vars in 990 bytes} [Fri Apr 3 03:23:07 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/77] 199.204.45.30 () {48 vars in 977 bytes} [Fri Apr 3 03:23:07 2026] POST /v2.0/security-groups => generated 1616 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/78] 199.204.45.30 () {44 vars in 998 bytes} [Fri Apr 3 03:23:08 2026] GET /v2.0/security-groups/9657e61b-49c3-4745-bc78-dbb186f0548f => generated 1616 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/79] 199.204.45.30 () {44 vars in 998 bytes} [Fri Apr 3 03:23:08 2026] GET /v2.0/security-groups/9657e61b-49c3-4745-bc78-dbb186f0548f => generated 1616 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/80] 199.204.45.30 () {44 vars in 998 bytes} [Fri Apr 3 03:23:08 2026] GET /v2.0/security-groups/9657e61b-49c3-4745-bc78-dbb186f0548f => generated 1616 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/81] 199.204.45.30 () {48 vars in 988 bytes} [Fri Apr 3 03:23:08 2026] POST /v2.0/security-group-rules => generated 601 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/82] 199.204.45.30 () {44 vars in 998 bytes} [Fri Apr 3 03:23:09 2026] GET /v2.0/security-groups/9657e61b-49c3-4745-bc78-dbb186f0548f => generated 2230 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/83] 199.204.45.30 () {44 vars in 998 bytes} [Fri Apr 3 03:23:09 2026] GET /v2.0/security-groups/9657e61b-49c3-4745-bc78-dbb186f0548f => generated 2230 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/84] 199.204.45.30 () {44 vars in 998 bytes} [Fri Apr 3 03:23:09 2026] GET /v2.0/security-groups/9657e61b-49c3-4745-bc78-dbb186f0548f => generated 2230 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/85] 199.204.45.30 () {48 vars in 988 bytes} [Fri Apr 3 03:23:09 2026] POST /v2.0/security-group-rules => generated 603 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/86] 199.204.45.30 () {44 vars in 998 bytes} [Fri Apr 3 03:23:10 2026] GET /v2.0/security-groups/9657e61b-49c3-4745-bc78-dbb186f0548f => generated 2846 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/87] 199.204.45.30 () {44 vars in 998 bytes} [Fri Apr 3 03:23:10 2026] GET /v2.0/security-groups/9657e61b-49c3-4745-bc78-dbb186f0548f => generated 2846 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/88] 199.204.45.30 () {44 vars in 998 bytes} [Fri Apr 3 03:23:10 2026] GET /v2.0/security-groups/9657e61b-49c3-4745-bc78-dbb186f0548f => generated 2846 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/89] 199.204.45.30 () {48 vars in 988 bytes} [Fri Apr 3 03:23:10 2026] POST /v2.0/security-group-rules => generated 603 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/90] 199.204.45.30 () {44 vars in 998 bytes} [Fri Apr 3 03:23:11 2026] GET /v2.0/security-groups/9657e61b-49c3-4745-bc78-dbb186f0548f => generated 3462 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/91] 199.204.45.30 () {44 vars in 998 bytes} [Fri Apr 3 03:23:11 2026] GET /v2.0/security-groups/9657e61b-49c3-4745-bc78-dbb186f0548f => generated 3462 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/92] 199.204.45.30 () {44 vars in 998 bytes} [Fri Apr 3 03:23:11 2026] GET /v2.0/security-groups/9657e61b-49c3-4745-bc78-dbb186f0548f => generated 3462 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/93] 199.204.45.30 () {48 vars in 988 bytes} [Fri Apr 3 03:23:11 2026] POST /v2.0/security-group-rules => generated 603 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/94] 199.204.45.30 () {44 vars in 998 bytes} [Fri Apr 3 03:23:12 2026] GET /v2.0/security-groups/9657e61b-49c3-4745-bc78-dbb186f0548f => generated 4078 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/95] 199.204.45.30 () {44 vars in 998 bytes} [Fri Apr 3 03:23:12 2026] GET /v2.0/security-groups/9657e61b-49c3-4745-bc78-dbb186f0548f => generated 4078 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/96] 199.204.45.30 () {44 vars in 998 bytes} [Fri Apr 3 03:23:12 2026] GET /v2.0/security-groups/9657e61b-49c3-4745-bc78-dbb186f0548f => generated 4078 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/97] 199.204.45.30 () {48 vars in 988 bytes} [Fri Apr 3 03:23:12 2026] POST /v2.0/security-group-rules => generated 603 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/98] 199.204.45.30 () {44 vars in 984 bytes} [Fri Apr 3 03:23:14 2026] GET /v2.0/networks/cb738926-1880-4b2f-99f8-5f8f2a06f59c => generated 732 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:23:14.245 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dd4c4e82-4769-4c20-94c3-9d4d725e9ed3 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 49/99] 199.204.45.30 () {44 vars in 1073 bytes} [Fri Apr 3 03:23:14 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=cb738926-1880-4b2f-99f8-5f8f2a06f59c => generated 132 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/100] 199.204.45.30 () {44 vars in 1096 bytes} [Fri Apr 3 03:23:14 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=cb738926-1880-4b2f-99f8-5f8f2a06f59c => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/101] 199.204.45.30 () {44 vars in 998 bytes} [Fri Apr 3 03:23:14 2026] GET /v2.0/security-groups/9657e61b-49c3-4745-bc78-dbb186f0548f => generated 4694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/102] 199.204.45.30 () {48 vars in 958 bytes} [Fri Apr 3 03:23:14 2026] POST /v2.0/ports => generated 1096 bytes in 351 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-03 03:23:21.726 8 INFO neutron.pecan_wsgi.hooks.translation [None req-76914e63-7b1e-44dc-afb5-8dfda45e5566 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 51/103] 199.204.45.30 () {44 vars in 976 bytes} [Fri Apr 3 03:23:21 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 53/104] 199.204.45.30 () {44 vars in 998 bytes} [Fri Apr 3 03:23:21 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/107] 199.204.45.30 () {48 vars in 1028 bytes} [Fri Apr 3 03:23:21 2026] PUT /v2.0/ports/8676876a-4b81-4aca-9fb4-6270883cfbc2 => generated 1245 bytes in 632 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/108] 199.204.45.30 () {44 vars in 917 bytes} [Fri Apr 3 03:23:24 2026] GET /v2.0/ports => generated 3726 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-03 03:23:25.093 8 INFO neutron.api.v2.resource [None req-37bbf8ee-f8b2-44fd-ab22-e0b9c3a4e48d b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 53/109] 199.204.45.30 () {44 vars in 956 bytes} [Fri Apr 3 03:23:25 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/110] 199.204.45.30 () {44 vars in 978 bytes} [Fri Apr 3 03:23:25 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/111] 199.204.45.30 () {48 vars in 977 bytes} [Fri Apr 3 03:23:25 2026] POST /v2.0/security-groups => generated 1610 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/112] 199.204.45.30 () {44 vars in 998 bytes} [Fri Apr 3 03:23:26 2026] GET /v2.0/security-groups/6480aeb7-af1f-4eb7-857b-37ad24e06298 => generated 1610 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/113] 199.204.45.30 () {44 vars in 998 bytes} [Fri Apr 3 03:23:26 2026] GET /v2.0/security-groups/6480aeb7-af1f-4eb7-857b-37ad24e06298 => generated 1610 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/114] 199.204.45.30 () {44 vars in 998 bytes} [Fri Apr 3 03:23:26 2026] GET /v2.0/security-groups/6480aeb7-af1f-4eb7-857b-37ad24e06298 => generated 1610 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/115] 199.204.45.30 () {48 vars in 988 bytes} [Fri Apr 3 03:23:26 2026] POST /v2.0/security-group-rules => generated 621 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/116] 199.204.45.30 () {44 vars in 998 bytes} [Fri Apr 3 03:23:27 2026] GET /v2.0/security-groups/6480aeb7-af1f-4eb7-857b-37ad24e06298 => generated 2244 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/117] 199.204.45.30 () {44 vars in 998 bytes} [Fri Apr 3 03:23:27 2026] GET /v2.0/security-groups/6480aeb7-af1f-4eb7-857b-37ad24e06298 => generated 2244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/118] 199.204.45.30 () {44 vars in 998 bytes} [Fri Apr 3 03:23:27 2026] GET /v2.0/security-groups/6480aeb7-af1f-4eb7-857b-37ad24e06298 => generated 2244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/119] 199.204.45.30 () {48 vars in 988 bytes} [Fri Apr 3 03:23:27 2026] POST /v2.0/security-group-rules => generated 625 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 68/132] 199.204.45.30 () {44 vars in 972 bytes} [Fri Apr 3 03:24:56 2026] GET /v2.0/quotas/7dfcef0d5ba54800b9d97a47125a8d51 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 65/133] 199.204.45.30 () {48 vars in 1024 bytes} [Fri Apr 3 03:24:57 2026] PUT /v2.0/quotas/7dfcef0d5ba54800b9d97a47125a8d51 => generated 291 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-03 03:27:19.426 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bb7f2cbf-61e8-4272-815b-1086e5ad8562 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 78/152] 199.204.45.30 () {30 vars in 740 bytes} [Fri Apr 3 03:27:19 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 119 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 75/153] 199.204.45.30 () {30 vars in 762 bytes} [Fri Apr 3 03:27:19 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 03:27:21.407 7 INFO neutron.pecan_wsgi.hooks.translation [None req-43074587-1767-42f6-b5c4-d73b87363ae6 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 79/154] 199.204.45.30 () {30 vars in 740 bytes} [Fri Apr 3 03:27:21 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 100 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 76/155] 199.204.45.30 () {30 vars in 762 bytes} [Fri Apr 3 03:27:21 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 03:35:52.796 7 INFO neutron.api.v2.resource [None req-b1cf623a-2446-496c-8403-bd94f61a6555 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 115/226] 199.204.45.30 () {44 vars in 1071 bytes} [Fri Apr 3 03:35:52 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=5f6e839e110145d7a3cacde7544a8bec => generated 139 bytes in 110 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/227] 199.204.45.30 () {44 vars in 1094 bytes} [Fri Apr 3 03:35:52 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=5f6e839e110145d7a3cacde7544a8bec => generated 23 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/228] 199.204.45.30 () {48 vars in 978 bytes} [Fri Apr 3 03:35:52 2026] POST /v2.0/security-groups => generated 1624 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/229] 199.204.45.30 () {44 vars in 1085 bytes} [Fri Apr 3 03:35:54 2026] GET /v2.0/security-groups/7946b5b3-90cf-45eb-be1e-695d332ac40e?project_id=5f6e839e110145d7a3cacde7544a8bec => generated 1624 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 117/230] 199.204.45.30 () {44 vars in 998 bytes} [Fri Apr 3 03:35:54 2026] GET /v2.0/security-groups/7946b5b3-90cf-45eb-be1e-695d332ac40e => generated 1624 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/231] 199.204.45.30 () {44 vars in 1085 bytes} [Fri Apr 3 03:35:54 2026] GET /v2.0/security-groups/7946b5b3-90cf-45eb-be1e-695d332ac40e?project_id=5f6e839e110145d7a3cacde7544a8bec => generated 1624 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 118/232] 199.204.45.30 () {48 vars in 988 bytes} [Fri Apr 3 03:35:54 2026] POST /v2.0/security-group-rules => generated 597 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 115/233] 199.204.45.30 () {44 vars in 1085 bytes} [Fri Apr 3 03:35:55 2026] GET /v2.0/security-groups/7946b5b3-90cf-45eb-be1e-695d332ac40e?project_id=5f6e839e110145d7a3cacde7544a8bec => generated 2234 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 119/234] 199.204.45.30 () {44 vars in 998 bytes} [Fri Apr 3 03:35:55 2026] GET /v2.0/security-groups/7946b5b3-90cf-45eb-be1e-695d332ac40e => generated 2234 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 116/235] 199.204.45.30 () {44 vars in 1085 bytes} [Fri Apr 3 03:35:55 2026] GET /v2.0/security-groups/7946b5b3-90cf-45eb-be1e-695d332ac40e?project_id=5f6e839e110145d7a3cacde7544a8bec => generated 2234 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 120/236] 199.204.45.30 () {48 vars in 988 bytes} [Fri Apr 3 03:35:55 2026] POST /v2.0/security-group-rules => generated 599 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 117/237] 199.204.45.30 () {44 vars in 1085 bytes} [Fri Apr 3 03:35:56 2026] GET /v2.0/security-groups/7946b5b3-90cf-45eb-be1e-695d332ac40e?project_id=5f6e839e110145d7a3cacde7544a8bec => generated 2846 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/238] 199.204.45.30 () {44 vars in 998 bytes} [Fri Apr 3 03:35:56 2026] GET /v2.0/security-groups/7946b5b3-90cf-45eb-be1e-695d332ac40e => generated 2846 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 118/239] 199.204.45.30 () {44 vars in 1085 bytes} [Fri Apr 3 03:35:56 2026] GET /v2.0/security-groups/7946b5b3-90cf-45eb-be1e-695d332ac40e?project_id=5f6e839e110145d7a3cacde7544a8bec => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/240] 199.204.45.30 () {48 vars in 988 bytes} [Fri Apr 3 03:35:56 2026] POST /v2.0/security-group-rules => generated 601 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 119/241] 199.204.45.30 () {44 vars in 1085 bytes} [Fri Apr 3 03:35:57 2026] GET /v2.0/security-groups/7946b5b3-90cf-45eb-be1e-695d332ac40e?project_id=5f6e839e110145d7a3cacde7544a8bec => generated 3460 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/242] 199.204.45.30 () {44 vars in 998 bytes} [Fri Apr 3 03:35:57 2026] GET /v2.0/security-groups/7946b5b3-90cf-45eb-be1e-695d332ac40e => generated 3460 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 120/243] 199.204.45.30 () {44 vars in 1085 bytes} [Fri Apr 3 03:35:57 2026] GET /v2.0/security-groups/7946b5b3-90cf-45eb-be1e-695d332ac40e?project_id=5f6e839e110145d7a3cacde7544a8bec => generated 3460 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/244] 199.204.45.30 () {48 vars in 988 bytes} [Fri Apr 3 03:35:57 2026] POST /v2.0/security-group-rules => generated 602 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 130/263] 199.204.45.30 () {30 vars in 739 bytes} [Fri Apr 3 03:38:19 2026] GET /v2.0/networks?tenant_id=5f6e839e110145d7a3cacde7544a8bec&shared=False => generated 15 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:38:19.862 7 INFO neutron.db.segments_db [None req-93d7f916-9ea0-4c7c-bbe8-938b3da626db a0506ea121934a86a203c376807a9ae2 5f6e839e110145d7a3cacde7544a8bec - - 6e47be39940c46e082a8de61cb56052a 6e47be39940c46e082a8de61cb56052a] Added segment e74c4c39-fa25-4e12-8993-2720375eac21 of type vxlan for network bcc00996-3eee-4a04-a6e7-c1829fec1b45 [pid: 7|app: 0|req: 134/264] 199.204.45.30 () {34 vars in 681 bytes} [Fri Apr 3 03:38:19 2026] POST /v2.0/networks => generated 699 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 131/265] 199.204.45.30 () {30 vars in 721 bytes} [Fri Apr 3 03:38:19 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: 7|app: 0|req: 135/266] 199.204.45.30 () {30 vars in 632 bytes} [Fri Apr 3 03:38:20 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 132/267] 199.204.45.30 () {34 vars in 676 bytes} [Fri Apr 3 03:38:20 2026] POST /v2.0/ports => generated 999 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 136/268] 199.204.45.30 () {30 vars in 702 bytes} [Fri Apr 3 03:38:20 2026] GET /v2.0/networks/bcc00996-3eee-4a04-a6e7-c1829fec1b45 => generated 705 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 133/269] 199.204.45.30 () {30 vars in 721 bytes} [Fri Apr 3 03:38:22 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 137/270] 199.204.45.30 () {30 vars in 702 bytes} [Fri Apr 3 03:38:22 2026] GET /v2.0/networks/bcc00996-3eee-4a04-a6e7-c1829fec1b45 => generated 705 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 136/275] 199.204.45.30 () {44 vars in 972 bytes} [Fri Apr 3 03:38:38 2026] GET /v2.0/quotas/5f6e839e110145d7a3cacde7544a8bec => 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: 140/276] 199.204.45.30 () {48 vars in 1024 bytes} [Fri Apr 3 03:38:38 2026] PUT /v2.0/quotas/5f6e839e110145d7a3cacde7544a8bec => generated 291 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:49:28.958 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bdc36407-198c-42b2-a043-6be95a737a31 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 180/363] 199.204.45.30 () {44 vars in 924 bytes} [Fri Apr 3 03:49:28 2026] GET /v2.0/networks/public => generated 108 bytes in 140 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/364] 199.204.45.30 () {44 vars in 946 bytes} [Fri Apr 3 03:49:28 2026] GET /v2.0/networks?name=public => generated 753 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:49:30.016 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ad16542b-3821-4875-b7a7-f82738086cfc b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 181/365] 199.204.45.30 () {44 vars in 924 bytes} [Fri Apr 3 03:49:29 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/366] 199.204.45.30 () {44 vars in 946 bytes} [Fri Apr 3 03:49:30 2026] GET /v2.0/networks?name=public => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:49:30.088 8 INFO neutron.pecan_wsgi.hooks.translation [None req-052be201-8721-4631-a16c-716adb6dc9c7 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 182/367] 199.204.45.30 () {44 vars in 1031 bytes} [Fri Apr 3 03:49:30 2026] GET /v2.0/subnets/public-subnet?network_id=e62df3b8-c183-49b9-a550-2cefa7b10ca7 => generated 113 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/368] 199.204.45.30 () {44 vars in 1054 bytes} [Fri Apr 3 03:49:30 2026] GET /v2.0/subnets?name=public-subnet&network_id=e62df3b8-c183-49b9-a550-2cefa7b10ca7 => generated 667 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:49:56.638 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1fa81e8b-a748-4c89-a218-ed2a7a39b909 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 185/373] 199.204.45.30 () {44 vars in 934 bytes} [Fri Apr 3 03:49:56 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/374] 199.204.45.30 () {44 vars in 956 bytes} [Fri Apr 3 03:49:56 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:49:57.645 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a470cace-ee29-4bf1-846a-6f1f530c896b b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 186/375] 199.204.45.30 () {44 vars in 934 bytes} [Fri Apr 3 03:49:57 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/376] 199.204.45.30 () {44 vars in 956 bytes} [Fri Apr 3 03:49:57 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:49:57.716 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5d21a676-e832-4788-befc-b6b22f1e3fdd b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 187/377] 199.204.45.30 () {44 vars in 1033 bytes} [Fri Apr 3 03:49:57 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=cb738926-1880-4b2f-99f8-5f8f2a06f59c => generated 114 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/378] 199.204.45.30 () {44 vars in 1056 bytes} [Fri Apr 3 03:49:57 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=cb738926-1880-4b2f-99f8-5f8f2a06f59c => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:49:59.003 8 INFO neutron.api.v2.resource [None req-606b0937-bd02-4835-a118-02fdffc09946 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 188/379] 199.204.45.30 () {44 vars in 968 bytes} [Fri Apr 3 03:49:58 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/380] 199.204.45.30 () {44 vars in 990 bytes} [Fri Apr 3 03:49:59 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/381] 199.204.45.30 () {44 vars in 998 bytes} [Fri Apr 3 03:50:00 2026] GET /v2.0/security-groups/9657e61b-49c3-4745-bc78-dbb186f0548f => generated 4694 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/382] 199.204.45.30 () {44 vars in 998 bytes} [Fri Apr 3 03:50:00 2026] GET /v2.0/security-groups/9657e61b-49c3-4745-bc78-dbb186f0548f => generated 4694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/383] 199.204.45.30 () {44 vars in 1008 bytes} [Fri Apr 3 03:50:00 2026] GET /v2.0/security-group-rules/ba03b281-8e08-4615-ba85-4419ba8a58d5 => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/384] 199.204.45.30 () {44 vars in 998 bytes} [Fri Apr 3 03:50:00 2026] GET /v2.0/security-groups/9657e61b-49c3-4745-bc78-dbb186f0548f => generated 4694 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/385] 199.204.45.30 () {44 vars in 998 bytes} [Fri Apr 3 03:50:01 2026] GET /v2.0/security-groups/9657e61b-49c3-4745-bc78-dbb186f0548f => generated 4694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/386] 199.204.45.30 () {44 vars in 1008 bytes} [Fri Apr 3 03:50:01 2026] GET /v2.0/security-group-rules/33297cec-238f-4b61-9c44-d8c6e674620b => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/387] 199.204.45.30 () {44 vars in 998 bytes} [Fri Apr 3 03:50:01 2026] GET /v2.0/security-groups/9657e61b-49c3-4745-bc78-dbb186f0548f => generated 4694 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/388] 199.204.45.30 () {44 vars in 998 bytes} [Fri Apr 3 03:50:01 2026] GET /v2.0/security-groups/9657e61b-49c3-4745-bc78-dbb186f0548f => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/389] 199.204.45.30 () {44 vars in 1008 bytes} [Fri Apr 3 03:50:02 2026] GET /v2.0/security-group-rules/f5faf7d4-d83e-4c3c-90fe-628ab6488af0 => generated 603 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/390] 199.204.45.30 () {44 vars in 998 bytes} [Fri Apr 3 03:50:02 2026] GET /v2.0/security-groups/9657e61b-49c3-4745-bc78-dbb186f0548f => generated 4694 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/391] 199.204.45.30 () {44 vars in 998 bytes} [Fri Apr 3 03:50:02 2026] GET /v2.0/security-groups/9657e61b-49c3-4745-bc78-dbb186f0548f => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/392] 199.204.45.30 () {44 vars in 1008 bytes} [Fri Apr 3 03:50:02 2026] GET /v2.0/security-group-rules/a46b6bbd-c8d1-4e9a-84f3-07ba5ca717b3 => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/393] 199.204.45.30 () {44 vars in 998 bytes} [Fri Apr 3 03:50:03 2026] GET /v2.0/security-groups/9657e61b-49c3-4745-bc78-dbb186f0548f => generated 4694 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/394] 199.204.45.30 () {44 vars in 998 bytes} [Fri Apr 3 03:50:03 2026] GET /v2.0/security-groups/9657e61b-49c3-4745-bc78-dbb186f0548f => generated 4694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/395] 199.204.45.30 () {44 vars in 1008 bytes} [Fri Apr 3 03:50:03 2026] GET /v2.0/security-group-rules/4cd41a26-087f-4f39-9dab-d3551b6f6f8f => generated 603 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/396] 199.204.45.30 () {44 vars in 984 bytes} [Fri Apr 3 03:50:05 2026] GET /v2.0/networks/cb738926-1880-4b2f-99f8-5f8f2a06f59c => generated 732 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:50:05.251 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d0eac439-4022-4ded-96d8-fa72a5473217 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 197/397] 199.204.45.30 () {44 vars in 1073 bytes} [Fri Apr 3 03:50:05 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=cb738926-1880-4b2f-99f8-5f8f2a06f59c => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/398] 199.204.45.30 () {44 vars in 1096 bytes} [Fri Apr 3 03:50:05 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=cb738926-1880-4b2f-99f8-5f8f2a06f59c => generated 1250 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/399] 199.204.45.30 () {44 vars in 998 bytes} [Fri Apr 3 03:50:05 2026] GET /v2.0/security-groups/9657e61b-49c3-4745-bc78-dbb186f0548f => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 03:50:13.107 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ea61db4d-1755-4137-8523-392401d6bb7c b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 203/402] 199.204.45.30 () {44 vars in 976 bytes} [Fri Apr 3 03:50:13 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/403] 199.204.45.30 () {44 vars in 998 bytes} [Fri Apr 3 03:50:13 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1250 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/404] 199.204.45.30 () {44 vars in 917 bytes} [Fri Apr 3 03:50:14 2026] GET /v2.0/ports => generated 4721 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 03:50:15.746 8 INFO neutron.api.v2.resource [None req-32801d3b-de4e-484e-ac7e-314477ec8720 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 201/405] 199.204.45.30 () {44 vars in 956 bytes} [Fri Apr 3 03:50:15 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 65 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/406] 199.204.45.30 () {44 vars in 978 bytes} [Fri Apr 3 03:50:15 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/407] 199.204.45.30 () {44 vars in 998 bytes} [Fri Apr 3 03:50:16 2026] GET /v2.0/security-groups/6480aeb7-af1f-4eb7-857b-37ad24e06298 => generated 2882 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/408] 199.204.45.30 () {44 vars in 998 bytes} [Fri Apr 3 03:50:16 2026] GET /v2.0/security-groups/6480aeb7-af1f-4eb7-857b-37ad24e06298 => generated 2882 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/409] 199.204.45.30 () {44 vars in 1008 bytes} [Fri Apr 3 03:50:16 2026] GET /v2.0/security-group-rules/843ab2e3-6710-405b-8864-ba4aef1aa959 => generated 621 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/410] 199.204.45.30 () {44 vars in 998 bytes} [Fri Apr 3 03:50:17 2026] GET /v2.0/security-groups/6480aeb7-af1f-4eb7-857b-37ad24e06298 => generated 2882 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/411] 199.204.45.30 () {44 vars in 998 bytes} [Fri Apr 3 03:50:17 2026] GET /v2.0/security-groups/6480aeb7-af1f-4eb7-857b-37ad24e06298 => generated 2882 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/412] 199.204.45.30 () {44 vars in 1008 bytes} [Fri Apr 3 03:50:17 2026] GET /v2.0/security-group-rules/e413f0db-b781-46ef-9942-d6dbd8261782 => generated 625 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/415] 199.204.45.30 () {44 vars in 972 bytes} [Fri Apr 3 03:50:28 2026] GET /v2.0/quotas/7dfcef0d5ba54800b9d97a47125a8d51 => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:51:19.286 8 INFO neutron.api.v2.resource [None req-5f571ddd-fc14-4681-8f2e-f2b118daaf43 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 209/422] 199.204.45.30 () {44 vars in 1071 bytes} [Fri Apr 3 03:51:19 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=5f6e839e110145d7a3cacde7544a8bec => generated 139 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/423] 199.204.45.30 () {44 vars in 1094 bytes} [Fri Apr 3 03:51:19 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=5f6e839e110145d7a3cacde7544a8bec => generated 4072 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/424] 199.204.45.30 () {44 vars in 1085 bytes} [Fri Apr 3 03:51:20 2026] GET /v2.0/security-groups/7946b5b3-90cf-45eb-be1e-695d332ac40e?project_id=5f6e839e110145d7a3cacde7544a8bec => generated 4075 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/425] 199.204.45.30 () {44 vars in 998 bytes} [Fri Apr 3 03:51:20 2026] GET /v2.0/security-groups/7946b5b3-90cf-45eb-be1e-695d332ac40e => generated 4075 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/426] 199.204.45.30 () {44 vars in 1008 bytes} [Fri Apr 3 03:51:20 2026] GET /v2.0/security-group-rules/5e916948-586a-40d4-a614-b58bf5d712c6 => generated 597 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/427] 199.204.45.30 () {44 vars in 1085 bytes} [Fri Apr 3 03:51:21 2026] GET /v2.0/security-groups/7946b5b3-90cf-45eb-be1e-695d332ac40e?project_id=5f6e839e110145d7a3cacde7544a8bec => generated 4075 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/428] 199.204.45.30 () {44 vars in 998 bytes} [Fri Apr 3 03:51:21 2026] GET /v2.0/security-groups/7946b5b3-90cf-45eb-be1e-695d332ac40e => generated 4075 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/429] 199.204.45.30 () {44 vars in 1008 bytes} [Fri Apr 3 03:51:21 2026] GET /v2.0/security-group-rules/f6e8e576-d121-4f99-a99d-81ee78dc76b5 => generated 599 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/430] 199.204.45.30 () {44 vars in 1085 bytes} [Fri Apr 3 03:51:22 2026] GET /v2.0/security-groups/7946b5b3-90cf-45eb-be1e-695d332ac40e?project_id=5f6e839e110145d7a3cacde7544a8bec => generated 4075 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/431] 199.204.45.30 () {44 vars in 998 bytes} [Fri Apr 3 03:51:22 2026] GET /v2.0/security-groups/7946b5b3-90cf-45eb-be1e-695d332ac40e => generated 4075 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/432] 199.204.45.30 () {44 vars in 1008 bytes} [Fri Apr 3 03:51:22 2026] GET /v2.0/security-group-rules/317104ad-d7bc-43d2-98b6-ec7def7952e9 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/435] 199.204.45.30 () {44 vars in 1085 bytes} [Fri Apr 3 03:51:23 2026] GET /v2.0/security-groups/7946b5b3-90cf-45eb-be1e-695d332ac40e?project_id=5f6e839e110145d7a3cacde7544a8bec => generated 4075 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/436] 199.204.45.30 () {44 vars in 998 bytes} [Fri Apr 3 03:51:23 2026] GET /v2.0/security-groups/7946b5b3-90cf-45eb-be1e-695d332ac40e => generated 4075 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/437] 199.204.45.30 () {44 vars in 1008 bytes} [Fri Apr 3 03:51:23 2026] GET /v2.0/security-group-rules/c0385259-33c3-416e-9c1a-a48864b51fa2 => generated 602 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/438] 199.204.45.30 () {44 vars in 972 bytes} [Fri Apr 3 03:51:30 2026] GET /v2.0/quotas/5f6e839e110145d7a3cacde7544a8bec => 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: 225/445] 199.204.45.30 () {44 vars in 946 bytes} [Fri Apr 3 03:52:21 2026] GET /v2.0/networks?name=public => generated 753 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/452] 10.0.0.78 () {32 vars in 648 bytes} [Fri Apr 3 03:53:01 2026] GET /v2.0/networks => generated 2168 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/453] 10.0.0.78 () {32 vars in 654 bytes} [Fri Apr 3 03:53:02 2026] GET /v2.0/floatingips => 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: 225/454] 10.0.0.78 () {32 vars in 646 bytes} [Fri Apr 3 03:53:02 2026] GET /v2.0/routers => generated 15 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/455] 10.0.0.78 () {32 vars in 642 bytes} [Fri Apr 3 03:53:02 2026] GET /v2.0/ports => generated 4721 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/456] 10.0.0.78 () {32 vars in 646 bytes} [Fri Apr 3 03:53:02 2026] GET /v2.0/subnets => generated 1308 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/457] 10.0.0.78 () {32 vars in 648 bytes} [Fri Apr 3 03:53:02 2026] GET /v2.0/networks => generated 2168 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/458] 10.0.0.78 () {32 vars in 662 bytes} [Fri Apr 3 03:53:02 2026] GET /v2.0/security-groups => generated 17397 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/459] 10.0.0.78 () {32 vars in 654 bytes} [Fri Apr 3 03:53:03 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:53:13.532 7 INFO neutron.db.segments_db [None req-e2189884-e6bc-44d0-91eb-7a1515e23f6a b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Added segment f065c0f5-fd43-4bf4-b60a-2640acaae7ba of type vxlan for network b493dac7-5610-4bb4-8d6c-a30a9763de95 2026-04-03 03:53:13.552 8 INFO neutron.db.segments_db [None req-aa718f91-db5c-4cf3-aac7-6da3f2618592 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Added segment 6cd88a36-1d4a-43fa-9d32-24adf493ca58 of type vxlan for network 4df9c010-bf1d-4add-9755-c699f112cda3 [pid: 7|app: 0|req: 234/462] 10.0.0.78 () {34 vars in 670 bytes} [Fri Apr 3 03:53:13 2026] POST /v2.0/networks => generated 732 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/463] 10.0.0.78 () {34 vars in 670 bytes} [Fri Apr 3 03:53:13 2026] POST /v2.0/networks => generated 729 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/464] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:53:13 2026] POST /v2.0/subnets => generated 698 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:53:13.878 7 INFO neutron.db.segments_db [None req-62a86a00-96d2-4110-ad6c-1bcc2c9409e1 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Added segment 62960c77-02d2-4cad-9116-95c9b6428964 of type vxlan for network 050e5a1d-2706-4361-a62b-5da205b8f587 [pid: 8|app: 0|req: 231/465] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:53:13 2026] POST /v2.0/subnets => generated 695 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/466] 10.0.0.78 () {34 vars in 670 bytes} [Fri Apr 3 03:53:13 2026] POST /v2.0/networks => generated 725 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:53:13.986 8 INFO neutron.db.segments_db [None req-d1a3355c-ee05-4954-a1e0-1bf377fa342d b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Added segment 0706c4f7-b983-48f7-987b-2618136a4dd1 of type vxlan for network 71243ab6-49ec-45c9-94db-390881461438 [pid: 7|app: 0|req: 236/467] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:53:13 2026] GET /v2.0/security-groups?tenant_id=3133b88dc56b48c894db5a965fcb6d2c&name=default => generated 2921 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 03:53:14.133 7 INFO neutron.db.segments_db [None req-7549f653-dbbe-402d-a073-53eb5b934046 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Added segment e7c8ad2b-d248-4cae-9b30-54d58507fff2 of type vxlan for network 55a78584-5bdc-4e9a-bb3f-f7ba33021bc3 2026-04-03 03:53:14.172 8 INFO neutron.db.l3_hamode_db [None req-d1a3355c-ee05-4954-a1e0-1bf377fa342d b59e91656d154720b278bada7f0493c1 61f3b03acbbd40a08e951a137d59b436 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-03 03:53:14.315 7 INFO neutron.db.l3_hamode_db [None req-7549f653-dbbe-402d-a073-53eb5b934046 b59e91656d154720b278bada7f0493c1 723498c0ad0948e4a9966eb31c23000e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-03 03:53:14.965 8 INFO neutron.db.l3_hamode_db [None req-d1a3355c-ee05-4954-a1e0-1bf377fa342d b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-03 03:53:15.105 7 INFO neutron.db.l3_hamode_db [None req-7549f653-dbbe-402d-a073-53eb5b934046 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 232/468] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:53:13 2026] POST /v2.0/routers => generated 738 bytes in 2280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/469] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:53:16 2026] POST /v2.0/subnets => generated 691 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/470] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:53:14 2026] POST /v2.0/routers => generated 735 bytes in 2359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/471] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:53:16 2026] DELETE /v2.0/security-groups/6394fa85-9180-49f5-b538-9594ed680fcd => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 03:53:16.510 8 INFO neutron.db.segments_db [None req-23c39a3f-e633-4cfb-844e-e0d21386c7b5 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Added segment 50c51c76-c6eb-4460-a1cd-e4ae60fad636 of type vxlan for network ecddc0c9-3c93-4e06-af07-4be6e9c21d17 2026-04-03 03:53:16.708 8 INFO neutron.db.l3_hamode_db [None req-23c39a3f-e633-4cfb-844e-e0d21386c7b5 b59e91656d154720b278bada7f0493c1 0c00d0ab45af4c98a3e53bd52062a2e0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-03 03:53:17.257 8 INFO neutron.db.l3_hamode_db [None req-23c39a3f-e633-4cfb-844e-e0d21386c7b5 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 238/472] 10.0.0.78 () {34 vars in 782 bytes} [Fri Apr 3 03:53:16 2026] PUT /v2.0/routers/51f5d301-ab86-4df9-b310-56d4d9665b54/add_router_interface => generated 309 bytes in 1125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/473] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:53:16 2026] POST /v2.0/routers => generated 731 bytes in 1578 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/474] 10.0.0.78 () {34 vars in 782 bytes} [Fri Apr 3 03:53:17 2026] PUT /v2.0/routers/dc21c26d-e33b-4553-a8a5-103cb5a9ae95/add_router_interface => generated 309 bytes in 1102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:53:18.994 7 INFO neutron.db.segments_db [None req-8a711d48-1a7e-4640-9757-6058f3580187 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Added segment a6c0333b-5db3-4366-bf99-ec2fe3e26db4 of type vxlan for network a14a9c53-7437-4251-ba38-85e0e06cfc6f [pid: 7|app: 0|req: 240/475] 10.0.0.78 () {34 vars in 670 bytes} [Fri Apr 3 03:53:18 2026] POST /v2.0/networks => generated 719 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/476] 10.0.0.78 () {34 vars in 782 bytes} [Fri Apr 3 03:53:18 2026] PUT /v2.0/routers/1d08ffe8-e629-45f2-b444-d0af089b5f5b/add_router_interface => generated 309 bytes in 1098 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/477] 10.0.0.78 () {34 vars in 684 bytes} [Fri Apr 3 03:53:19 2026] POST /v2.0/security-groups => generated 1661 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/478] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:53:19 2026] POST /v2.0/subnets => generated 685 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:53:19.401 8 INFO neutron.db.segments_db [None req-f19e1a1b-a185-4f04-882a-f361fdaac95e b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Added segment 0c1577d4-5306-4e6a-8ad5-2d77bd770758 of type vxlan for network 564dd4c1-1dce-40b6-9fee-b841b1759376 [pid: 7|app: 0|req: 242/479] 10.0.0.78 () {34 vars in 694 bytes} [Fri Apr 3 03:53:19 2026] POST /v2.0/security-group-rules => generated 597 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/480] 10.0.0.78 () {34 vars in 694 bytes} [Fri Apr 3 03:53:19 2026] POST /v2.0/security-group-rules => generated 602 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:53:19.647 8 INFO neutron.db.l3_hamode_db [None req-f19e1a1b-a185-4f04-882a-f361fdaac95e b59e91656d154720b278bada7f0493c1 095837dd59db4ad9a8e184bd2f9a56c7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 244/481] 10.0.0.71 () {38 vars in 970 bytes} [Fri Apr 3 03:53:19 2026] POST /v2.0/security-groups => generated 1683 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/482] 10.0.0.78 () {34 vars in 675 bytes} [Fri Apr 3 03:53:19 2026] POST /v2.0/floatingips => generated 552 bytes in 588 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/483] 10.0.0.71 () {34 vars in 990 bytes} [Fri Apr 3 03:53:20 2026] GET /v2.0/security-groups/5aa5fc69-a2b8-409d-939a-efe5b813f3df => generated 1683 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 03:53:20.333 8 INFO neutron.db.l3_hamode_db [None req-f19e1a1b-a185-4f04-882a-f361fdaac95e b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 247/484] 10.0.0.71 () {38 vars in 970 bytes} [Fri Apr 3 03:53:20 2026] POST /v2.0/security-groups => generated 1681 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/485] 10.0.0.71 () {38 vars in 980 bytes} [Fri Apr 3 03:53:20 2026] POST /v2.0/security-group-rules => generated 614 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/486] 10.0.0.71 () {38 vars in 970 bytes} [Fri Apr 3 03:53:20 2026] POST /v2.0/security-groups => generated 1681 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/487] 10.0.0.71 () {34 vars in 1099 bytes} [Fri Apr 3 03:53:20 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1652497394&fields=id&tenant_id=61f3b03acbbd40a08e951a137d59b436 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/488] 10.0.0.71 () {38 vars in 970 bytes} [Fri Apr 3 03:53:20 2026] POST /v2.0/security-groups => generated 1685 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/489] 10.0.0.71 () {34 vars in 981 bytes} [Fri Apr 3 03:53:20 2026] GET /v2.0/networks?id=b493dac7-5610-4bb4-8d6c-a30a9763de95 => generated 683 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/490] 10.0.0.71 () {38 vars in 970 bytes} [Fri Apr 3 03:53:20 2026] POST /v2.0/security-groups => generated 1681 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/491] 10.0.0.71 () {34 vars in 964 bytes} [Fri Apr 3 03:53:21 2026] GET /v2.0/quotas/61f3b03acbbd40a08e951a137d59b436 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/492] 10.0.0.71 () {34 vars in 990 bytes} [Fri Apr 3 03:53:21 2026] GET /v2.0/security-groups/b57930aa-35f6-4d1d-8a85-5761744c7eb5 => generated 1685 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/493] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:53:19 2026] POST /v2.0/routers => generated 725 bytes in 1778 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/494] 10.0.0.71 () {34 vars in 1001 bytes} [Fri Apr 3 03:53:21 2026] GET /v2.0/ports?tenant_id=61f3b03acbbd40a08e951a137d59b436&fields=id => generated 103 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/495] 10.0.0.71 () {38 vars in 980 bytes} [Fri Apr 3 03:53:21 2026] POST /v2.0/security-group-rules => generated 614 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/496] 10.0.0.71 () {34 vars in 1001 bytes} [Fri Apr 3 03:53:21 2026] GET /v2.0/security-groups?tenant_id=0c00d0ab45af4c98a3e53bd52062a2e0 => generated 7904 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/497] 10.0.0.71 () {34 vars in 990 bytes} [Fri Apr 3 03:53:21 2026] GET /v2.0/security-groups/3b89ee7f-eaa7-423d-836f-c8aed7c9b098 => generated 2918 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/498] 10.0.0.71 () {34 vars in 990 bytes} [Fri Apr 3 03:53:21 2026] GET /v2.0/security-groups/3b89ee7f-eaa7-423d-836f-c8aed7c9b098 => generated 2918 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/499] 10.0.0.71 () {34 vars in 990 bytes} [Fri Apr 3 03:53:21 2026] GET /v2.0/security-groups/b57930aa-35f6-4d1d-8a85-5761744c7eb5 => generated 2310 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/500] 10.0.0.71 () {38 vars in 980 bytes} [Fri Apr 3 03:53:21 2026] POST /v2.0/security-group-rules => generated 619 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/501] 10.0.0.71 () {34 vars in 906 bytes} [Fri Apr 3 03:53:21 2026] GET /v2.0/extensions => generated 21537 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/502] 10.0.0.71 () {34 vars in 990 bytes} [Fri Apr 3 03:53:21 2026] GET /v2.0/security-groups/54030eca-81b7-4e32-ba7b-21baf7e7e2b6 => generated 1681 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/503] 10.0.0.71 () {34 vars in 1007 bytes} [Fri Apr 3 03:53:21 2026] GET /v2.0/networks/b493dac7-5610-4bb4-8d6c-a30a9763de95?fields=segments => generated 14 bytes in 331 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/504] 10.0.0.71 () {36 vars in 1012 bytes} [Fri Apr 3 03:53:21 2026] DELETE /v2.0/security-groups/54030eca-81b7-4e32-ba7b-21baf7e7e2b6 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/505] 10.0.0.71 () {34 vars in 1107 bytes} [Fri Apr 3 03:53:22 2026] GET /v2.0/networks/b493dac7-5610-4bb4-8d6c-a30a9763de95?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/506] 10.0.0.78 () {34 vars in 782 bytes} [Fri Apr 3 03:53:21 2026] PUT /v2.0/routers/45001d09-cc99-4457-9071-2d6486db7bb0/add_router_interface => generated 309 bytes in 959 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/507] 10.0.0.71 () {34 vars in 990 bytes} [Fri Apr 3 03:53:22 2026] GET /v2.0/security-groups/b57930aa-35f6-4d1d-8a85-5761744c7eb5 => generated 2940 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 03:53:22.191 7 INFO neutron.api.v2.resource [req-85b7bc87-b06d-4e27-a9d6-bff7c3bf3ff3 req-3bfec906-cb91-4f4c-b410-4060a725ac68 2cccf200537747479b7515a32d315e79 0c00d0ab45af4c98a3e53bd52062a2e0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 258/508] 10.0.0.71 () {34 vars in 990 bytes} [Fri Apr 3 03:53:22 2026] GET /v2.0/security-groups/54030eca-81b7-4e32-ba7b-21baf7e7e2b6 => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/509] 10.0.0.71 () {34 vars in 1000 bytes} [Fri Apr 3 03:53:22 2026] GET /v2.0/security-group-rules/ffbd8336-cc6c-4d36-ad6e-f935b638d2ea => generated 616 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/510] 10.0.0.71 () {34 vars in 990 bytes} [Fri Apr 3 03:53:22 2026] GET /v2.0/security-groups/b57930aa-35f6-4d1d-8a85-5761744c7eb5 => generated 2940 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/511] 10.0.0.71 () {34 vars in 990 bytes} [Fri Apr 3 03:53:22 2026] GET /v2.0/security-groups/610d283e-7e02-4478-8975-a8cd26edbf2f => generated 1681 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/512] 10.0.0.71 () {36 vars in 1022 bytes} [Fri Apr 3 03:53:22 2026] DELETE /v2.0/security-group-rules/ffbd8336-cc6c-4d36-ad6e-f935b638d2ea => 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: 253/513] 10.0.0.71 () {36 vars in 1012 bytes} [Fri Apr 3 03:53:22 2026] DELETE /v2.0/security-groups/610d283e-7e02-4478-8975-a8cd26edbf2f => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/514] 10.0.0.71 () {34 vars in 990 bytes} [Fri Apr 3 03:53:22 2026] GET /v2.0/security-groups/b57930aa-35f6-4d1d-8a85-5761744c7eb5 => generated 2310 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/515] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:22 2026] GET /v2.0/ports?device_id=71ab8ea8-7496-4123-adc7-3dcd63c861ea => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:53:22.473 8 INFO neutron.api.v2.resource [req-a722d582-625b-47a0-b39e-d9d703cddd02 req-f2470da0-e194-4cbb-9b08-da4e1c48f025 2cccf200537747479b7515a32d315e79 0c00d0ab45af4c98a3e53bd52062a2e0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 255/516] 10.0.0.71 () {34 vars in 990 bytes} [Fri Apr 3 03:53:22 2026] GET /v2.0/security-groups/610d283e-7e02-4478-8975-a8cd26edbf2f => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/517] 10.0.0.71 () {36 vars in 1012 bytes} [Fri Apr 3 03:53:22 2026] DELETE /v2.0/security-groups/b57930aa-35f6-4d1d-8a85-5761744c7eb5 => 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: 256/518] 10.0.0.71 () {34 vars in 990 bytes} [Fri Apr 3 03:53:22 2026] GET /v2.0/security-groups/68a8b790-57c7-4d7e-abce-0f6a331af463 => generated 1681 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/519] 10.0.0.71 () {34 vars in 990 bytes} [Fri Apr 3 03:53:22 2026] GET /v2.0/security-groups/5aa5fc69-a2b8-409d-939a-efe5b813f3df => generated 2308 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/522] 10.0.0.71 () {36 vars in 1012 bytes} [Fri Apr 3 03:53:22 2026] DELETE /v2.0/security-groups/68a8b790-57c7-4d7e-abce-0f6a331af463 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/523] 10.0.0.71 () {36 vars in 1012 bytes} [Fri Apr 3 03:53:22 2026] DELETE /v2.0/security-groups/5aa5fc69-a2b8-409d-939a-efe5b813f3df => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 03:53:22.687 8 INFO neutron.api.v2.resource [req-ac7bfef6-36fd-48b9-8d86-948002115d9d req-d7e3a800-f6b9-42ef-bef9-fb8f81315c3d 2cccf200537747479b7515a32d315e79 0c00d0ab45af4c98a3e53bd52062a2e0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 261/524] 10.0.0.71 () {34 vars in 990 bytes} [Fri Apr 3 03:53:22 2026] GET /v2.0/security-groups/68a8b790-57c7-4d7e-abce-0f6a331af463 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/525] 10.0.0.78 () {34 vars in 684 bytes} [Fri Apr 3 03:53:22 2026] POST /v2.0/security-groups => generated 1661 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/526] 10.0.0.71 () {34 vars in 1001 bytes} [Fri Apr 3 03:53:22 2026] GET /v2.0/security-groups?tenant_id=0c00d0ab45af4c98a3e53bd52062a2e0 => generated 2921 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/527] 10.0.0.78 () {34 vars in 694 bytes} [Fri Apr 3 03:53:22 2026] POST /v2.0/security-group-rules => generated 597 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/528] 10.0.0.71 () {34 vars in 990 bytes} [Fri Apr 3 03:53:22 2026] GET /v2.0/security-groups/3b89ee7f-eaa7-423d-836f-c8aed7c9b098 => generated 2918 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/529] 10.0.0.78 () {34 vars in 694 bytes} [Fri Apr 3 03:53:23 2026] POST /v2.0/security-group-rules => generated 602 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/530] 10.0.0.71 () {34 vars in 990 bytes} [Fri Apr 3 03:53:23 2026] GET /v2.0/security-groups/3b89ee7f-eaa7-423d-836f-c8aed7c9b098 => generated 2918 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 03:53:23.441 7 INFO neutron_taas.services.taas.taas_plugin [None req-fba423fa-ec56-4f9a-ba36-7e812475c57c b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] TaaS: Handle Delete Port: c212f0a0-792a-474c-8ad8-d55598f1086d 2026-04-03 03:53:23.448 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fba423fa-ec56-4f9a-ba36-7e812475c57c b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Tap Mirror: Handle Delete Port: c212f0a0-792a-474c-8ad8-d55598f1086d [pid: 8|app: 0|req: 268/531] 10.0.0.78 () {34 vars in 675 bytes} [Fri Apr 3 03:53:23 2026] POST /v2.0/floatingips => generated 552 bytes in 483 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:53:23.671 8 INFO neutron.api.v2.resource [req-30b9db1f-4049-4864-8bfc-0f95c793765d req-7b193e6f-a029-4602-99dc-13642c0be17e 2cccf200537747479b7515a32d315e79 0c00d0ab45af4c98a3e53bd52062a2e0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 269/532] 10.0.0.71 () {34 vars in 990 bytes} [Fri Apr 3 03:53:23 2026] GET /v2.0/security-groups/68a8b790-57c7-4d7e-abce-0f6a331af463 => 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: 270/533] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:23 2026] GET /v2.0/ports?device_id=71ab8ea8-7496-4123-adc7-3dcd63c861ea => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:53:23.709 8 INFO neutron.api.v2.resource [req-2b39c236-3d6f-416c-946c-47749e7e5704 req-ef93e96c-f07a-45f8-a69e-75276d9a30d4 2cccf200537747479b7515a32d315e79 0c00d0ab45af4c98a3e53bd52062a2e0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 271/534] 10.0.0.71 () {34 vars in 990 bytes} [Fri Apr 3 03:53:23 2026] GET /v2.0/security-groups/610d283e-7e02-4478-8975-a8cd26edbf2f => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-03 03:53:23.742 8 INFO neutron.api.v2.resource [req-8699f77e-5d01-4cff-9e66-f8d6295e8a16 req-f5698040-9886-4fb1-807d-51ad7ea54910 2cccf200537747479b7515a32d315e79 0c00d0ab45af4c98a3e53bd52062a2e0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 272/535] 10.0.0.71 () {34 vars in 990 bytes} [Fri Apr 3 03:53:23 2026] GET /v2.0/security-groups/54030eca-81b7-4e32-ba7b-21baf7e7e2b6 => 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: 264/536] 10.0.0.78 () {34 vars in 788 bytes} [Fri Apr 3 03:53:22 2026] PUT /v2.0/routers/dc21c26d-e33b-4553-a8a5-103cb5a9ae95/remove_router_interface => generated 309 bytes in 1290 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:53:24.127 7 INFO neutron_taas.services.taas.taas_plugin [None req-05a16dd4-a11f-4993-96e4-7000fa2bdb6e b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] TaaS: Handle Delete Port: b07f8146-5638-48cf-8e80-7d48a0936ca0 2026-04-03 03:53:24.130 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-05a16dd4-a11f-4993-96e4-7000fa2bdb6e b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Tap Mirror: Handle Delete Port: b07f8146-5638-48cf-8e80-7d48a0936ca0 2026-04-03 03:53:24.173 8 INFO neutron_taas.services.taas.taas_plugin [None req-de7c2eb0-a049-449e-b2e7-6a329db584be b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] TaaS: Handle Delete Port: cbae8aca-9667-4667-aa28-3e6b3c75e05d 2026-04-03 03:53:24.181 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de7c2eb0-a049-449e-b2e7-6a329db584be b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Tap Mirror: Handle Delete Port: cbae8aca-9667-4667-aa28-3e6b3c75e05d 2026-04-03 03:53:24.339 7 INFO neutron_taas.services.taas.taas_plugin [None req-05a16dd4-a11f-4993-96e4-7000fa2bdb6e b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] TaaS: Handle Delete Port: e0109a18-6b74-4658-9b1c-2875e0f661cb 2026-04-03 03:53:24.341 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-05a16dd4-a11f-4993-96e4-7000fa2bdb6e b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Tap Mirror: Handle Delete Port: e0109a18-6b74-4658-9b1c-2875e0f661cb 2026-04-03 03:53:24.412 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-05a16dd4-a11f-4993-96e4-7000fa2bdb6e b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - 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.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/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.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/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.12/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.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 8|app: 0|req: 273/537] 10.0.0.78 () {34 vars in 788 bytes} [Fri Apr 3 03:53:23 2026] PUT /v2.0/routers/1d08ffe8-e629-45f2-b444-d0af089b5f5b/remove_router_interface => generated 309 bytes in 911 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/538] 10.0.0.71 () {34 vars in 1099 bytes} [Fri Apr 3 03:53:24 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1944020390&fields=id&tenant_id=095837dd59db4ad9a8e184bd2f9a56c7 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:53:24.772 7 INFO neutron.db.l3_hamode_db [None req-05a16dd4-a11f-4993-96e4-7000fa2bdb6e b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] HA network 55a78584-5bdc-4e9a-bb3f-f7ba33021bc3 was deleted as no HA routers are present in tenant 723498c0ad0948e4a9966eb31c23000e. [pid: 7|app: 0|req: 265/539] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:53:23 2026] DELETE /v2.0/routers/dc21c26d-e33b-4553-a8a5-103cb5a9ae95 => 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: 266/540] 10.0.0.71 () {34 vars in 981 bytes} [Fri Apr 3 03:53:24 2026] GET /v2.0/networks?id=a14a9c53-7437-4251-ba38-85e0e06cfc6f => generated 670 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:53:24.915 8 INFO neutron_taas.services.taas.taas_plugin [None req-847959c5-b395-450f-9f1e-97788c00302c b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] TaaS: Handle Delete Port: 5c18232d-9245-403a-9de5-73abe6b5eeb5 2026-04-03 03:53:24.918 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-847959c5-b395-450f-9f1e-97788c00302c b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Tap Mirror: Handle Delete Port: 5c18232d-9245-403a-9de5-73abe6b5eeb5 [pid: 7|app: 0|req: 267/541] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:53:24 2026] DELETE /v2.0/subnets/a118f619-7b1b-4f50-a99b-586df9803be0 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/542] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:25 2026] GET /v2.0/ports?device_id=71ab8ea8-7496-4123-adc7-3dcd63c861ea => generated 12 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/543] 10.0.0.71 () {34 vars in 964 bytes} [Fri Apr 3 03:53:25 2026] GET /v2.0/quotas/095837dd59db4ad9a8e184bd2f9a56c7 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:53:25.134 7 INFO neutron.services.segments.plugin [-] Segment e7c8ad2b-d248-4cae-9b30-54d58507fff2 resource provider aggregate not found 2026-04-03 03:53:25.150 7 INFO neutron.services.segments.plugin [-] Segment e7c8ad2b-d248-4cae-9b30-54d58507fff2 resource provider aggregate not found 2026-04-03 03:53:25.157 7 INFO neutron.services.segments.plugin [-] Segment e7c8ad2b-d248-4cae-9b30-54d58507fff2 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 e7c8ad2b-d248-4cae-9b30-54d58507fff2 found for delete ", "request_id": "req-007b1842-11fb-4fe0-ac9e-258319431080"}]} 2026-04-03 03:53:25.161 7 INFO neutron.services.segments.plugin [-] Segment e7c8ad2b-d248-4cae-9b30-54d58507fff2 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 e7c8ad2b-d248-4cae-9b30-54d58507fff2 found for delete ", "request_id": "req-e784a656-97bd-4169-8a2a-53896565dcd8"}]} 2026-04-03 03:53:25.182 8 INFO neutron_taas.services.taas.taas_plugin [None req-847959c5-b395-450f-9f1e-97788c00302c b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] TaaS: Handle Delete Port: 5e11ad95-f99f-42f8-93b6-b6779bc4d233 2026-04-03 03:53:25.185 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-847959c5-b395-450f-9f1e-97788c00302c b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Tap Mirror: Handle Delete Port: 5e11ad95-f99f-42f8-93b6-b6779bc4d233 2026-04-03 03:53:25.217 7 INFO neutron_taas.services.taas.taas_plugin [None req-cc596616-5926-48f2-9576-7fe973bdf81c b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] TaaS: Handle Delete Port: 7fe56ff6-865f-46f7-b214-dd2b97b4b7f5 2026-04-03 03:53:25.220 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc596616-5926-48f2-9576-7fe973bdf81c b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Tap Mirror: Handle Delete Port: 7fe56ff6-865f-46f7-b214-dd2b97b4b7f5 2026-04-03 03:53:25.277 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-847959c5-b395-450f-9f1e-97788c00302c b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - 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.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/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.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/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.12/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.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 7|app: 0|req: 270/544] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:53:25 2026] DELETE /v2.0/networks/4df9c010-bf1d-4add-9755-c699f112cda3 => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/545] 10.0.0.71 () {34 vars in 1001 bytes} [Fri Apr 3 03:53:25 2026] GET /v2.0/ports?tenant_id=095837dd59db4ad9a8e184bd2f9a56c7&fields=id => generated 57 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/546] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:53:25 2026] GET /v2.0/security-groups?tenant_id=723498c0ad0948e4a9966eb31c23000e&name=default => generated 2921 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 03:53:25.645 8 INFO neutron.db.l3_hamode_db [None req-847959c5-b395-450f-9f1e-97788c00302c b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] HA network ecddc0c9-3c93-4e06-af07-4be6e9c21d17 was deleted as no HA routers are present in tenant 0c00d0ab45af4c98a3e53bd52062a2e0. [pid: 8|app: 0|req: 275/547] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:53:24 2026] DELETE /v2.0/routers/1d08ffe8-e629-45f2-b444-d0af089b5f5b => generated 0 bytes in 952 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/548] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:53:25 2026] DELETE /v2.0/security-groups/0b96aa90-e584-4961-8dc1-567c6e08d23e => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/549] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:53:25 2026] DELETE /v2.0/subnets/c4c050e7-1713-4a98-aeeb-a4ac5304df5c => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/550] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:53:25 2026] DELETE /v2.0/networks/050e5a1d-2706-4361-a62b-5da205b8f587 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/551] 10.0.0.71 () {34 vars in 906 bytes} [Fri Apr 3 03:53:25 2026] GET /v2.0/extensions => generated 21537 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/552] 10.0.0.71 () {34 vars in 1007 bytes} [Fri Apr 3 03:53:26 2026] GET /v2.0/networks/a14a9c53-7437-4251-ba38-85e0e06cfc6f?fields=segments => generated 14 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/553] 10.0.0.71 () {34 vars in 1107 bytes} [Fri Apr 3 03:53:26 2026] GET /v2.0/networks/a14a9c53-7437-4251-ba38-85e0e06cfc6f?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: 276/554] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:26 2026] GET /v2.0/ports?device_id=71ab8ea8-7496-4123-adc7-3dcd63c861ea => 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: 279/555] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:53:26 2026] GET /v2.0/security-groups?tenant_id=0c00d0ab45af4c98a3e53bd52062a2e0&name=default => generated 2921 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 03:53:26.343 8 INFO neutron.services.segments.plugin [-] Segment 50c51c76-c6eb-4460-a1cd-e4ae60fad636 resource provider aggregate not found [pid: 7|app: 0|req: 277/556] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:53:26 2026] DELETE /v2.0/security-groups/3b89ee7f-eaa7-423d-836f-c8aed7c9b098 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 03:53:26.366 8 INFO neutron.services.segments.plugin [-] Segment 50c51c76-c6eb-4460-a1cd-e4ae60fad636 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 50c51c76-c6eb-4460-a1cd-e4ae60fad636 found for delete ", "request_id": "req-3056edd8-2d61-442a-b316-514a85d06fda"}]} [pid: 8|app: 0|req: 280/557] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:26 2026] GET /v2.0/ports?device_id=a9bda33a-61c6-484e-8c25-7b87b8df96a1 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:53:26.430 8 INFO neutron.services.segments.plugin [-] Segment 50c51c76-c6eb-4460-a1cd-e4ae60fad636 resource provider aggregate not found 2026-04-03 03:53:26.446 8 INFO neutron.services.segments.plugin [-] Segment 50c51c76-c6eb-4460-a1cd-e4ae60fad636 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 50c51c76-c6eb-4460-a1cd-e4ae60fad636 found for delete ", "request_id": "req-ab56978d-91dd-4c1a-8a85-599f63ed5b10"}]} 2026-04-03 03:53:27.178 7 INFO neutron.services.segments.plugin [-] Segment 6cd88a36-1d4a-43fa-9d32-24adf493ca58 resource provider aggregate not found 2026-04-03 03:53:27.187 7 INFO neutron.services.segments.plugin [-] Segment 6cd88a36-1d4a-43fa-9d32-24adf493ca58 resource provider aggregate not found 2026-04-03 03:53:27.196 7 INFO neutron.services.segments.plugin [-] Segment 6cd88a36-1d4a-43fa-9d32-24adf493ca58 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 6cd88a36-1d4a-43fa-9d32-24adf493ca58 found for delete ", "request_id": "req-00f67a6d-9e2d-45d4-918e-3dd04ff8331c"}]} 2026-04-03 03:53:27.204 7 INFO neutron.services.segments.plugin [-] Segment 6cd88a36-1d4a-43fa-9d32-24adf493ca58 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 6cd88a36-1d4a-43fa-9d32-24adf493ca58 found for delete ", "request_id": "req-30afd2a9-a5f5-4203-8b79-a099d2d33f03"}]} 2026-04-03 03:53:27.213 7 INFO neutron.services.segments.plugin [-] Segment 62960c77-02d2-4cad-9116-95c9b6428964 resource provider aggregate not found 2026-04-03 03:53:27.223 7 INFO neutron.services.segments.plugin [-] Segment 62960c77-02d2-4cad-9116-95c9b6428964 resource provider aggregate not found 2026-04-03 03:53:27.240 7 INFO neutron.services.segments.plugin [-] Segment 62960c77-02d2-4cad-9116-95c9b6428964 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 62960c77-02d2-4cad-9116-95c9b6428964 found for delete ", "request_id": "req-23625f10-8c3c-438e-a5bf-1aaf6c3b08dd"}]} 2026-04-03 03:53:27.243 7 INFO neutron.services.segments.plugin [-] Segment 62960c77-02d2-4cad-9116-95c9b6428964 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 62960c77-02d2-4cad-9116-95c9b6428964 found for delete ", "request_id": "req-4051a1db-059c-42cb-9a1c-58a8c7861a56"}]} [pid: 7|app: 0|req: 278/558] 199.204.45.30 () {34 vars in 985 bytes} [Fri Apr 3 03:53:27 2026] GET /v2.0/networks?id=b493dac7-5610-4bb4-8d6c-a30a9763de95 => generated 683 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/559] 199.204.45.30 () {34 vars in 910 bytes} [Fri Apr 3 03:53:27 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/560] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:27 2026] GET /v2.0/ports?device_id=71ab8ea8-7496-4123-adc7-3dcd63c861ea => 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: 279/561] 199.204.45.30 () {34 vars in 1049 bytes} [Fri Apr 3 03:53:27 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=61f3b03acbbd40a08e951a137d59b436 => generated 181 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/562] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:27 2026] GET /v2.0/ports?device_id=a9bda33a-61c6-484e-8c25-7b87b8df96a1 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/563] 199.204.45.30 () {38 vars in 954 bytes} [Fri Apr 3 03:53:27 2026] POST /v2.0/ports => generated 958 bytes in 417 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:53:28.151 7 INFO neutron.db.segments_db [None req-76de8861-cedf-40d5-9622-029e1075501d b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Added segment de98b414-2993-4f2e-aa70-80c5d74df7e1 of type vxlan for network 7142d3e2-e1f6-4cb5-b64f-eb8fad64f781 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 281/564] 10.0.0.78 () {34 vars in 670 bytes} [Fri Apr 3 03:53:27 2026] POST /v2.0/networks => generated 725 bytes in 470 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:53:28.352 8 INFO neutron.db.segments_db [None req-f5bfda77-0c4c-4518-b66a-845d23e2173a b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Added segment 954bb5ac-8eb3-42b5-903f-7417fb68c79e of type vxlan for network 3bb9de43-5ec9-4d9d-8724-19f9fa71c466 [pid: 8|app: 0|req: 284/565] 10.0.0.78 () {34 vars in 670 bytes} [Fri Apr 3 03:53:28 2026] POST /v2.0/networks => generated 725 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/566] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:53:28 2026] POST /v2.0/subnets => generated 691 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/567] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:28 2026] GET /v2.0/ports?device_id=71ab8ea8-7496-4123-adc7-3dcd63c861ea => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/568] 199.204.45.30 () {38 vars in 1027 bytes} [Fri Apr 3 03:53:28 2026] PUT /v2.0/ports/cbf6d3d4-2228-495f-8fa2-b7e3b74cd34c => generated 1239 bytes in 507 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 283/569] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:28 2026] GET /v2.0/ports?device_id=a9bda33a-61c6-484e-8c25-7b87b8df96a1 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:53:28.822 7 INFO neutron.db.segments_db [None req-aac8b34f-8c79-4e55-843d-6e679c90b115 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Added segment 7eb8a5b7-741c-4759-95fc-75e42762275b of type vxlan for network 1a162e61-6b04-408e-9183-7bbcf9e79907 [pid: 8|app: 0|req: 287/570] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:53:28 2026] POST /v2.0/subnets => generated 691 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/571] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:53:28 2026] GET /v2.0/security-groups?id=9d700658-dca7-40e6-a23b-0c5042465336&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:53:28.933 8 INFO neutron.db.segments_db [None req-8d810298-14a6-4992-aad7-8cd7b402c5f6 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Added segment 4133c3ce-ebad-4fc3-a786-70942bd2a62a of type vxlan for network 3c58cc88-e8f2-4e23-a7ec-acd6adb625f6 2026-04-03 03:53:29.079 7 INFO neutron.db.l3_hamode_db [None req-aac8b34f-8c79-4e55-843d-6e679c90b115 b59e91656d154720b278bada7f0493c1 dc8c51802a124b47952f3a284871c1ed - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-03 03:53:29.147 8 INFO neutron.db.l3_hamode_db [None req-8d810298-14a6-4992-aad7-8cd7b402c5f6 b59e91656d154720b278bada7f0493c1 7318e4e57e75404c93d90ee72c0c603c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-03 03:53:29.260 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d50db21a-7383-4594-84d2-f7280caf30cf'] response: {'name': 'network-changed', 'server_uuid': '71ab8ea8-7496-4123-adc7-3dcd63c861ea', 'tag': 'cbf6d3d4-2228-495f-8fa2-b7e3b74cd34c', 'status': 'completed', 'code': 200} 2026-04-03 03:53:29.962 7 INFO neutron.db.l3_hamode_db [None req-aac8b34f-8c79-4e55-843d-6e679c90b115 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-03 03:53:30.116 8 INFO neutron.db.l3_hamode_db [None req-8d810298-14a6-4992-aad7-8cd7b402c5f6 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 284/572] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:53:28 2026] POST /v2.0/routers => generated 731 bytes in 2348 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/573] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:53:28 2026] POST /v2.0/routers => generated 731 bytes in 2234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/574] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:31 2026] GET /v2.0/ports?device_id=a9bda33a-61c6-484e-8c25-7b87b8df96a1 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/575] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:31 2026] GET /v2.0/ports?device_id=71ab8ea8-7496-4123-adc7-3dcd63c861ea => generated 973 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/576] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:53:31 2026] GET /v2.0/ports?tenant_id=61f3b03acbbd40a08e951a137d59b436&device_id=71ab8ea8-7496-4123-adc7-3dcd63c861ea => generated 1242 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/577] 199.204.45.30 () {34 vars in 985 bytes} [Fri Apr 3 03:53:31 2026] GET /v2.0/networks?id=a14a9c53-7437-4251-ba38-85e0e06cfc6f => generated 670 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/578] 10.0.0.78 () {34 vars in 782 bytes} [Fri Apr 3 03:53:31 2026] PUT /v2.0/routers/7c483ddc-e6e9-44d1-a51d-d67094471575/add_router_interface => generated 309 bytes in 1226 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/579] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:53:32 2026] GET /v2.0/security-groups?id=9d700658-dca7-40e6-a23b-0c5042465336&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: 288/580] 199.204.45.30 () {34 vars in 1017 bytes} [Fri Apr 3 03:53:32 2026] GET /v2.0/networks?tenant_id=61f3b03acbbd40a08e951a137d59b436&shared=False => generated 779 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/581] 199.204.45.30 () {34 vars in 1049 bytes} [Fri Apr 3 03:53:32 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=095837dd59db4ad9a8e184bd2f9a56c7 => generated 181 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/582] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:32 2026] GET /v2.0/ports?device_id=a9bda33a-61c6-484e-8c25-7b87b8df96a1 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/583] 199.204.45.30 () {34 vars in 929 bytes} [Fri Apr 3 03:53:32 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/584] 10.0.0.78 () {34 vars in 782 bytes} [Fri Apr 3 03:53:31 2026] PUT /v2.0/routers/3d4f472c-f1fd-4dd1-8f24-b425a17d9ac4/add_router_interface => generated 309 bytes in 1679 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/585] 10.0.0.78 () {34 vars in 684 bytes} [Fri Apr 3 03:53:32 2026] POST /v2.0/security-groups => generated 1661 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/586] 199.204.45.30 () {38 vars in 954 bytes} [Fri Apr 3 03:53:32 2026] POST /v2.0/ports => generated 954 bytes in 432 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 295/587] 10.0.0.78 () {34 vars in 694 bytes} [Fri Apr 3 03:53:33 2026] POST /v2.0/security-group-rules => generated 597 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/588] 10.0.0.78 () {34 vars in 694 bytes} [Fri Apr 3 03:53:33 2026] POST /v2.0/security-group-rules => generated 602 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/589] 199.204.45.30 () {38 vars in 1027 bytes} [Fri Apr 3 03:53:33 2026] PUT /v2.0/ports/9172fb20-7ab4-428d-802e-1a3df6653fb5 => generated 1235 bytes in 366 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-03 03:53:33.483 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-72dbca5b-6f9e-46b5-aea1-95da79e4288e'] response: {'name': 'network-changed', 'server_uuid': 'a9bda33a-61c6-484e-8c25-7b87b8df96a1', 'tag': '9172fb20-7ab4-428d-802e-1a3df6653fb5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 294/590] 10.0.0.78 () {34 vars in 684 bytes} [Fri Apr 3 03:53:33 2026] POST /v2.0/security-groups => generated 1660 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/591] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:33 2026] GET /v2.0/ports?device_id=71ab8ea8-7496-4123-adc7-3dcd63c861ea => generated 973 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/592] 10.0.0.78 () {34 vars in 675 bytes} [Fri Apr 3 03:53:33 2026] POST /v2.0/floatingips => generated 552 bytes in 458 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/593] 10.0.0.78 () {34 vars in 694 bytes} [Fri Apr 3 03:53:33 2026] POST /v2.0/security-group-rules => generated 597 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/594] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:53:33 2026] GET /v2.0/ports?tenant_id=61f3b03acbbd40a08e951a137d59b436&device_id=71ab8ea8-7496-4123-adc7-3dcd63c861ea => generated 1242 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/595] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:53:33 2026] GET /v2.0/security-groups?id=9d700658-dca7-40e6-a23b-0c5042465336&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/596] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:33 2026] GET /v2.0/ports?device_id=a9bda33a-61c6-484e-8c25-7b87b8df96a1 => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/597] 199.204.45.30 () {34 vars in 1059 bytes} [Fri Apr 3 03:53:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=cbf6d3d4-2228-495f-8fa2-b7e3b74cd34c => 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: 298/598] 10.0.0.78 () {34 vars in 694 bytes} [Fri Apr 3 03:53:33 2026] POST /v2.0/security-group-rules => generated 602 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/599] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:53:33 2026] GET /v2.0/security-groups?id=1f9f790f-19a9-4ea7-ae9a-20aee60f41df&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: 299/600] 199.204.45.30 () {34 vars in 983 bytes} [Fri Apr 3 03:53:33 2026] GET /v2.0/subnets?id=0f776024-715c-4144-891e-8d1203055f15 => generated 701 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/601] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:53:33 2026] GET /v2.0/ports?network_id=b493dac7-5610-4bb4-8d6c-a30a9763de95&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: 7|app: 0|req: 301/602] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:53:34 2026] GET /v2.0/ports?tenant_id=095837dd59db4ad9a8e184bd2f9a56c7&device_id=a9bda33a-61c6-484e-8c25-7b87b8df96a1 => generated 1238 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/603] 199.204.45.30 () {34 vars in 1011 bytes} [Fri Apr 3 03:53:34 2026] GET /v2.0/networks/b493dac7-5610-4bb4-8d6c-a30a9763de95?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/604] 199.204.45.30 () {34 vars in 1017 bytes} [Fri Apr 3 03:53:34 2026] GET /v2.0/networks?tenant_id=095837dd59db4ad9a8e184bd2f9a56c7&shared=False => generated 766 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/605] 199.204.45.30 () {34 vars in 1111 bytes} [Fri Apr 3 03:53:34 2026] GET /v2.0/networks/b493dac7-5610-4bb4-8d6c-a30a9763de95?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/606] 10.0.0.78 () {34 vars in 675 bytes} [Fri Apr 3 03:53:33 2026] POST /v2.0/floatingips => generated 552 bytes in 534 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/607] 10.0.0.71 () {34 vars in 1099 bytes} [Fri Apr 3 03:53:34 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1557896355&fields=id&tenant_id=7318e4e57e75404c93d90ee72c0c603c => generated 69 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/608] 10.0.0.71 () {34 vars in 981 bytes} [Fri Apr 3 03:53:34 2026] GET /v2.0/networks?id=3bb9de43-5ec9-4d9d-8724-19f9fa71c466 => generated 676 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/609] 10.0.0.71 () {34 vars in 964 bytes} [Fri Apr 3 03:53:34 2026] GET /v2.0/quotas/7318e4e57e75404c93d90ee72c0c603c => 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: 305/610] 199.204.45.30 () {34 vars in 929 bytes} [Fri Apr 3 03:53:34 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 384 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/611] 10.0.0.71 () {34 vars in 1001 bytes} [Fri Apr 3 03:53:34 2026] GET /v2.0/ports?tenant_id=7318e4e57e75404c93d90ee72c0c603c&fields=id => generated 103 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/612] 10.0.0.71 () {34 vars in 1007 bytes} [Fri Apr 3 03:53:34 2026] GET /v2.0/networks/3bb9de43-5ec9-4d9d-8724-19f9fa71c466?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/613] 10.0.0.71 () {34 vars in 1107 bytes} [Fri Apr 3 03:53:34 2026] GET /v2.0/networks/3bb9de43-5ec9-4d9d-8724-19f9fa71c466?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/614] 10.0.0.71 () {34 vars in 1097 bytes} [Fri Apr 3 03:53:34 2026] GET /v2.0/security-groups?name=tempest-securitygroup--809621973&fields=id&tenant_id=dc8c51802a124b47952f3a284871c1ed => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/615] 10.0.0.71 () {34 vars in 981 bytes} [Fri Apr 3 03:53:34 2026] GET /v2.0/networks?id=7142d3e2-e1f6-4cb5-b64f-eb8fad64f781 => generated 676 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/616] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:34 2026] GET /v2.0/ports?device_id=71ab8ea8-7496-4123-adc7-3dcd63c861ea => 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: 309/617] 10.0.0.71 () {34 vars in 964 bytes} [Fri Apr 3 03:53:34 2026] GET /v2.0/quotas/dc8c51802a124b47952f3a284871c1ed => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/618] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:53:34 2026] GET /v2.0/security-groups?id=9d700658-dca7-40e6-a23b-0c5042465336&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: 310/619] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:35 2026] GET /v2.0/ports?device_id=9bfc97c0-2c64-479f-9e96-bb2234b940eb => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/620] 10.0.0.71 () {34 vars in 1001 bytes} [Fri Apr 3 03:53:34 2026] GET /v2.0/ports?tenant_id=dc8c51802a124b47952f3a284871c1ed&fields=id => generated 57 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/621] 10.0.0.71 () {34 vars in 1007 bytes} [Fri Apr 3 03:53:35 2026] GET /v2.0/networks/7142d3e2-e1f6-4cb5-b64f-eb8fad64f781?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/622] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:35 2026] GET /v2.0/ports?device_id=a9bda33a-61c6-484e-8c25-7b87b8df96a1 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/623] 10.0.0.71 () {34 vars in 1107 bytes} [Fri Apr 3 03:53:35 2026] GET /v2.0/networks/7142d3e2-e1f6-4cb5-b64f-eb8fad64f781?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: 312/624] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:53:35 2026] GET /v2.0/security-groups?id=1f9f790f-19a9-4ea7-ae9a-20aee60f41df&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: 313/625] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:35 2026] GET /v2.0/ports?device_id=9272abb6-bbce-4723-8c27-831b57490452 => 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: 313/626] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:53:35 2026] GET /v2.0/ports?tenant_id=095837dd59db4ad9a8e184bd2f9a56c7&device_id=a9bda33a-61c6-484e-8c25-7b87b8df96a1 => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/627] 199.204.45.30 () {34 vars in 1057 bytes} [Fri Apr 3 03:53:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=9172fb20-7ab4-428d-802e-1a3df6653fb5 => 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: 314/628] 199.204.45.30 () {34 vars in 983 bytes} [Fri Apr 3 03:53:35 2026] GET /v2.0/subnets?id=dba8520b-1c8a-4980-bbdd-9d90efc28a82 => generated 688 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/629] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:53:35 2026] GET /v2.0/ports?network_id=a14a9c53-7437-4251-ba38-85e0e06cfc6f&device_owner=network%3Adhcp => 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: 315/630] 199.204.45.30 () {34 vars in 1011 bytes} [Fri Apr 3 03:53:35 2026] GET /v2.0/networks/a14a9c53-7437-4251-ba38-85e0e06cfc6f?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/631] 199.204.45.30 () {34 vars in 1111 bytes} [Fri Apr 3 03:53:35 2026] GET /v2.0/networks/a14a9c53-7437-4251-ba38-85e0e06cfc6f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/632] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:36 2026] GET /v2.0/ports?device_id=9bfc97c0-2c64-479f-9e96-bb2234b940eb => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/633] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:36 2026] GET /v2.0/ports?device_id=71ab8ea8-7496-4123-adc7-3dcd63c861ea => generated 973 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/634] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:53:36 2026] GET /v2.0/security-groups?id=9d700658-dca7-40e6-a23b-0c5042465336&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/635] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:36 2026] GET /v2.0/ports?device_id=a9bda33a-61c6-484e-8c25-7b87b8df96a1 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/636] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:53:36 2026] GET /v2.0/security-groups?id=1f9f790f-19a9-4ea7-ae9a-20aee60f41df&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/637] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:36 2026] GET /v2.0/ports?device_id=9272abb6-bbce-4723-8c27-831b57490452 => 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: 320/638] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:37 2026] GET /v2.0/ports?device_id=9bfc97c0-2c64-479f-9e96-bb2234b940eb => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/639] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:37 2026] GET /v2.0/ports?device_id=71ab8ea8-7496-4123-adc7-3dcd63c861ea => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/640] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:53:37 2026] GET /v2.0/security-groups?id=9d700658-dca7-40e6-a23b-0c5042465336&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/641] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:37 2026] GET /v2.0/ports?device_id=a9bda33a-61c6-484e-8c25-7b87b8df96a1 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/642] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:53:37 2026] GET /v2.0/security-groups?id=1f9f790f-19a9-4ea7-ae9a-20aee60f41df&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/643] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:37 2026] GET /v2.0/ports?device_id=9272abb6-bbce-4723-8c27-831b57490452 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/646] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:38 2026] GET /v2.0/ports?device_id=9bfc97c0-2c64-479f-9e96-bb2234b940eb => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/647] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:38 2026] GET /v2.0/ports?device_id=71ab8ea8-7496-4123-adc7-3dcd63c861ea => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/648] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:53:38 2026] GET /v2.0/security-groups?id=9d700658-dca7-40e6-a23b-0c5042465336&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/649] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:38 2026] GET /v2.0/ports?device_id=a9bda33a-61c6-484e-8c25-7b87b8df96a1 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/650] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:38 2026] GET /v2.0/ports?device_id=9272abb6-bbce-4723-8c27-831b57490452 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/651] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:53:38 2026] GET /v2.0/security-groups?id=1f9f790f-19a9-4ea7-ae9a-20aee60f41df&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/652] 199.204.45.30 () {34 vars in 985 bytes} [Fri Apr 3 03:53:39 2026] GET /v2.0/networks?id=3bb9de43-5ec9-4d9d-8724-19f9fa71c466 => generated 676 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/653] 199.204.45.30 () {34 vars in 1049 bytes} [Fri Apr 3 03:53:39 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7318e4e57e75404c93d90ee72c0c603c => generated 181 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/654] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:39 2026] GET /v2.0/ports?device_id=9bfc97c0-2c64-479f-9e96-bb2234b940eb => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/655] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:39 2026] GET /v2.0/ports?device_id=71ab8ea8-7496-4123-adc7-3dcd63c861ea => generated 973 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/656] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:53:39 2026] GET /v2.0/security-groups?id=9d700658-dca7-40e6-a23b-0c5042465336&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: 331/657] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:39 2026] GET /v2.0/ports?device_id=9272abb6-bbce-4723-8c27-831b57490452 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/658] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:39 2026] GET /v2.0/ports?device_id=a9bda33a-61c6-484e-8c25-7b87b8df96a1 => generated 969 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/659] 199.204.45.30 () {38 vars in 954 bytes} [Fri Apr 3 03:53:39 2026] POST /v2.0/ports => generated 958 bytes in 421 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 333/660] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:53:39 2026] GET /v2.0/security-groups?id=1f9f790f-19a9-4ea7-ae9a-20aee60f41df&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: 8|app: 0|req: 328/661] 199.204.45.30 () {38 vars in 1027 bytes} [Fri Apr 3 03:53:39 2026] PUT /v2.0/ports/b37172f7-66f2-4c49-a60a-8e8045a6e5ee => generated 1239 bytes in 334 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/662] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:40 2026] GET /v2.0/ports?device_id=9bfc97c0-2c64-479f-9e96-bb2234b940eb => generated 973 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-03 03:53:40.661 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4828c4e3-4646-4771-b6b9-96e5d3e8c503'] response: {'name': 'network-changed', 'server_uuid': '9bfc97c0-2c64-479f-9e96-bb2234b940eb', 'tag': 'b37172f7-66f2-4c49-a60a-8e8045a6e5ee', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 329/663] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:53:40 2026] GET /v2.0/security-groups?id=ce5b4ffb-1532-4bb8-9a1c-a11379371757&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: 335/664] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:40 2026] GET /v2.0/ports?device_id=71ab8ea8-7496-4123-adc7-3dcd63c861ea => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/665] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:40 2026] GET /v2.0/ports?device_id=9272abb6-bbce-4723-8c27-831b57490452 => 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: 336/666] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:53:40 2026] GET /v2.0/security-groups?id=9d700658-dca7-40e6-a23b-0c5042465336&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: 331/667] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:41 2026] GET /v2.0/ports?device_id=a9bda33a-61c6-484e-8c25-7b87b8df96a1 => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/668] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:53:41 2026] GET /v2.0/security-groups?id=1f9f790f-19a9-4ea7-ae9a-20aee60f41df&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/669] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:53:41 2026] GET /v2.0/ports?tenant_id=7318e4e57e75404c93d90ee72c0c603c&device_id=9bfc97c0-2c64-479f-9e96-bb2234b940eb => generated 1242 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/670] 199.204.45.30 () {34 vars in 1017 bytes} [Fri Apr 3 03:53:41 2026] GET /v2.0/networks?tenant_id=7318e4e57e75404c93d90ee72c0c603c&shared=False => generated 772 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/671] 199.204.45.30 () {34 vars in 929 bytes} [Fri Apr 3 03:53:41 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/672] 199.204.45.30 () {34 vars in 985 bytes} [Fri Apr 3 03:53:41 2026] GET /v2.0/networks?id=7142d3e2-e1f6-4cb5-b64f-eb8fad64f781 => generated 676 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/673] 199.204.45.30 () {34 vars in 1049 bytes} [Fri Apr 3 03:53:41 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=dc8c51802a124b47952f3a284871c1ed => generated 180 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/674] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:41 2026] GET /v2.0/ports?device_id=9bfc97c0-2c64-479f-9e96-bb2234b940eb => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/675] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:53:41 2026] GET /v2.0/security-groups?id=ce5b4ffb-1532-4bb8-9a1c-a11379371757&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: 8|app: 0|req: 337/676] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:41 2026] GET /v2.0/ports?device_id=9272abb6-bbce-4723-8c27-831b57490452 => generated 961 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/677] 199.204.45.30 () {38 vars in 954 bytes} [Fri Apr 3 03:53:41 2026] POST /v2.0/ports => generated 958 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 341/678] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:53:42 2026] GET /v2.0/security-groups?id=1be3b8e2-1680-4bd0-9b5a-61e4d1e73d20&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/679] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:42 2026] GET /v2.0/ports?device_id=71ab8ea8-7496-4123-adc7-3dcd63c861ea => generated 975 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/680] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:53:42 2026] GET /v2.0/security-groups?id=9d700658-dca7-40e6-a23b-0c5042465336&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/681] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:42 2026] GET /v2.0/ports?device_id=a9bda33a-61c6-484e-8c25-7b87b8df96a1 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/682] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:53:42 2026] GET /v2.0/security-groups?id=1f9f790f-19a9-4ea7-ae9a-20aee60f41df&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: 342/683] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:53:42 2026] GET /v2.0/ports?tenant_id=7318e4e57e75404c93d90ee72c0c603c&device_id=9bfc97c0-2c64-479f-9e96-bb2234b940eb => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/684] 199.204.45.30 () {34 vars in 1059 bytes} [Fri Apr 3 03:53:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=b37172f7-66f2-4c49-a60a-8e8045a6e5ee => 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: 344/685] 199.204.45.30 () {34 vars in 983 bytes} [Fri Apr 3 03:53:42 2026] GET /v2.0/subnets?id=8fa254c6-d783-4276-ab27-c5d8f8e81b19 => generated 694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/686] 199.204.45.30 () {38 vars in 1027 bytes} [Fri Apr 3 03:53:42 2026] PUT /v2.0/ports/feaa98d9-6f5e-4ddc-a49e-4bf1da2bfd87 => generated 1239 bytes in 423 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/687] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:53:42 2026] GET /v2.0/ports?network_id=3bb9de43-5ec9-4d9d-8724-19f9fa71c466&device_owner=network%3Adhcp => generated 1244 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-03 03:53:42.604 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4ea90c01-8cb3-4f14-9082-f8aa6bc99cb3'] response: {'name': 'network-changed', 'server_uuid': '9272abb6-bbce-4723-8c27-831b57490452', 'tag': 'feaa98d9-6f5e-4ddc-a49e-4bf1da2bfd87', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 343/688] 199.204.45.30 () {34 vars in 1011 bytes} [Fri Apr 3 03:53:42 2026] GET /v2.0/networks/3bb9de43-5ec9-4d9d-8724-19f9fa71c466?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/689] 199.204.45.30 () {34 vars in 1111 bytes} [Fri Apr 3 03:53:42 2026] GET /v2.0/networks/3bb9de43-5ec9-4d9d-8724-19f9fa71c466?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/690] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:42 2026] GET /v2.0/ports?device_id=9bfc97c0-2c64-479f-9e96-bb2234b940eb => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/691] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:53:42 2026] GET /v2.0/security-groups?id=ce5b4ffb-1532-4bb8-9a1c-a11379371757&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: 345/692] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:53:43 2026] GET /v2.0/ports?tenant_id=dc8c51802a124b47952f3a284871c1ed&device_id=9272abb6-bbce-4723-8c27-831b57490452 => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/693] 199.204.45.30 () {34 vars in 1017 bytes} [Fri Apr 3 03:53:43 2026] GET /v2.0/networks?tenant_id=dc8c51802a124b47952f3a284871c1ed&shared=False => generated 772 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/694] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:43 2026] GET /v2.0/ports?device_id=9272abb6-bbce-4723-8c27-831b57490452 => generated 973 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/695] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:53:43 2026] GET /v2.0/security-groups?id=1be3b8e2-1680-4bd0-9b5a-61e4d1e73d20&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/696] 199.204.45.30 () {34 vars in 929 bytes} [Fri Apr 3 03:53:43 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/697] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:43 2026] GET /v2.0/ports?device_id=71ab8ea8-7496-4123-adc7-3dcd63c861ea => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/698] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:53:43 2026] GET /v2.0/security-groups?id=9d700658-dca7-40e6-a23b-0c5042465336&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: 7|app: 0|req: 349/699] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:43 2026] GET /v2.0/ports?device_id=a9bda33a-61c6-484e-8c25-7b87b8df96a1 => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/700] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:53:43 2026] GET /v2.0/security-groups?id=1f9f790f-19a9-4ea7-ae9a-20aee60f41df&fields=id&fields=name => generated 114 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/701] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:43 2026] GET /v2.0/ports?device_id=a9bda33a-61c6-484e-8c25-7b87b8df96a1 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/702] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:44 2026] GET /v2.0/ports?device_id=9bfc97c0-2c64-479f-9e96-bb2234b940eb => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/703] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:53:44 2026] GET /v2.0/security-groups?id=ce5b4ffb-1532-4bb8-9a1c-a11379371757&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:53:44.247 8 INFO neutron.db.l3_db [None req-c289757e-ae2d-492d-aa5a-6d424d5f194f abeae60039c04d29ad7688db0de1c973 095837dd59db4ad9a8e184bd2f9a56c7 - - default default] Floating IP 6e3b2235-dfa9-41d4-940c-5ab21d748ffb associated. External IP: 10.96.250.220, port: 9172fb20-7ab4-428d-802e-1a3df6653fb5. [pid: 7|app: 0|req: 353/704] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:53:44 2026] GET /v2.0/ports?tenant_id=dc8c51802a124b47952f3a284871c1ed&device_id=9272abb6-bbce-4723-8c27-831b57490452 => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/705] 199.204.45.30 () {34 vars in 1059 bytes} [Fri Apr 3 03:53:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=feaa98d9-6f5e-4ddc-a49e-4bf1da2bfd87 => 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: 355/706] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:44 2026] GET /v2.0/ports?device_id=9272abb6-bbce-4723-8c27-831b57490452 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/707] 199.204.45.30 () {34 vars in 983 bytes} [Fri Apr 3 03:53:44 2026] GET /v2.0/subnets?id=67fd77f0-728c-47fc-99a0-b80c3c07e51e => generated 694 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/708] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:53:44 2026] GET /v2.0/security-groups?id=1be3b8e2-1680-4bd0-9b5a-61e4d1e73d20&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/709] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:53:44 2026] GET /v2.0/ports?network_id=7142d3e2-e1f6-4cb5-b64f-eb8fad64f781&device_owner=network%3Adhcp => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/710] 10.0.0.78 () {34 vars in 748 bytes} [Fri Apr 3 03:53:43 2026] PUT /v2.0/floatingips/6e3b2235-dfa9-41d4-940c-5ab21d748ffb => generated 855 bytes in 841 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/711] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:44 2026] GET /v2.0/ports?device_id=71ab8ea8-7496-4123-adc7-3dcd63c861ea => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/712] 199.204.45.30 () {34 vars in 1011 bytes} [Fri Apr 3 03:53:44 2026] GET /v2.0/networks/7142d3e2-e1f6-4cb5-b64f-eb8fad64f781?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/713] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:53:44 2026] GET /v2.0/security-groups?id=9d700658-dca7-40e6-a23b-0c5042465336&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/714] 199.204.45.30 () {34 vars in 1111 bytes} [Fri Apr 3 03:53:44 2026] GET /v2.0/networks/7142d3e2-e1f6-4cb5-b64f-eb8fad64f781?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:53:44.665 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-858f8b30-2f09-4b52-8491-0495014f5520'] response: {'name': 'network-changed', 'server_uuid': 'a9bda33a-61c6-484e-8c25-7b87b8df96a1', 'tag': '9172fb20-7ab4-428d-802e-1a3df6653fb5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 361/715] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:44 2026] GET /v2.0/ports?device_id=a9bda33a-61c6-484e-8c25-7b87b8df96a1 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/716] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:53:44 2026] GET /v2.0/security-groups?id=1f9f790f-19a9-4ea7-ae9a-20aee60f41df&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/717] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:44 2026] GET /v2.0/ports?device_id=71ab8ea8-7496-4123-adc7-3dcd63c861ea => generated 975 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/718] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:45 2026] GET /v2.0/ports?device_id=a9bda33a-61c6-484e-8c25-7b87b8df96a1 => generated 971 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/719] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:53:45 2026] GET /v2.0/security-groups?id=1f9f790f-19a9-4ea7-ae9a-20aee60f41df&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: 7|app: 0|req: 365/720] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:53:45 2026] GET /v2.0/ports?tenant_id=095837dd59db4ad9a8e184bd2f9a56c7&device_id=a9bda33a-61c6-484e-8c25-7b87b8df96a1 => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 03:53:45.236 8 INFO neutron.db.l3_db [None req-34646e53-d3db-4b14-b533-dc6146c982da 52376cbc9bb6442ca310cf20d9c80c32 61f3b03acbbd40a08e951a137d59b436 - - default default] Floating IP 0d41bfcd-a0f1-4898-b408-d1dee5181f02 associated. External IP: 10.96.250.215, port: cbf6d3d4-2228-495f-8fa2-b7e3b74cd34c. [pid: 7|app: 0|req: 366/721] 199.204.45.30 () {34 vars in 985 bytes} [Fri Apr 3 03:53:45 2026] GET /v2.0/networks?id=a14a9c53-7437-4251-ba38-85e0e06cfc6f => generated 766 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/722] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:45 2026] GET /v2.0/ports?device_id=9bfc97c0-2c64-479f-9e96-bb2234b940eb => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/723] 199.204.45.30 () {34 vars in 1057 bytes} [Fri Apr 3 03:53:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=9172fb20-7ab4-428d-802e-1a3df6653fb5 => 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: 369/724] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:53:45 2026] GET /v2.0/security-groups?id=ce5b4ffb-1532-4bb8-9a1c-a11379371757&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: 7|app: 0|req: 370/725] 199.204.45.30 () {34 vars in 983 bytes} [Fri Apr 3 03:53:45 2026] GET /v2.0/subnets?id=dba8520b-1c8a-4980-bbdd-9d90efc28a82 => generated 688 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/726] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:53:45 2026] GET /v2.0/ports?network_id=a14a9c53-7437-4251-ba38-85e0e06cfc6f&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: 372/727] 199.204.45.30 () {34 vars in 1011 bytes} [Fri Apr 3 03:53:45 2026] GET /v2.0/networks/a14a9c53-7437-4251-ba38-85e0e06cfc6f?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/728] 10.0.0.78 () {34 vars in 748 bytes} [Fri Apr 3 03:53:44 2026] PUT /v2.0/floatingips/0d41bfcd-a0f1-4898-b408-d1dee5181f02 => generated 856 bytes in 793 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/729] 199.204.45.30 () {34 vars in 1111 bytes} [Fri Apr 3 03:53:45 2026] GET /v2.0/networks/a14a9c53-7437-4251-ba38-85e0e06cfc6f?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: 357/730] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:45 2026] GET /v2.0/ports?device_id=9272abb6-bbce-4723-8c27-831b57490452 => 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: 358/731] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:53:45 2026] GET /v2.0/security-groups?id=1be3b8e2-1680-4bd0-9b5a-61e4d1e73d20&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/732] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:45 2026] GET /v2.0/ports?device_id=71ab8ea8-7496-4123-adc7-3dcd63c861ea => 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: 359/733] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:53:45 2026] GET /v2.0/security-groups?id=9d700658-dca7-40e6-a23b-0c5042465336&fields=id&fields=name => generated 114 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/734] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:46 2026] GET /v2.0/ports?device_id=a9bda33a-61c6-484e-8c25-7b87b8df96a1 => 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: 360/735] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:53:46 2026] GET /v2.0/security-groups?id=1f9f790f-19a9-4ea7-ae9a-20aee60f41df&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: 376/736] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:46 2026] GET /v2.0/ports?device_id=9bfc97c0-2c64-479f-9e96-bb2234b940eb => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/737] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:53:46 2026] GET /v2.0/security-groups?id=ce5b4ffb-1532-4bb8-9a1c-a11379371757&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:53:46.717 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7000ae7f-d5e2-499f-a5b3-7a0130a51683'] response: {'name': 'network-changed', 'server_uuid': '71ab8ea8-7496-4123-adc7-3dcd63c861ea', 'tag': 'cbf6d3d4-2228-495f-8fa2-b7e3b74cd34c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 377/738] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:46 2026] GET /v2.0/ports?device_id=9272abb6-bbce-4723-8c27-831b57490452 => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/739] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:53:46 2026] GET /v2.0/security-groups?id=1be3b8e2-1680-4bd0-9b5a-61e4d1e73d20&fields=id&fields=name => generated 113 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/740] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:53:47 2026] GET /v2.0/ports?tenant_id=61f3b03acbbd40a08e951a137d59b436&device_id=71ab8ea8-7496-4123-adc7-3dcd63c861ea => 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: 363/741] 199.204.45.30 () {34 vars in 985 bytes} [Fri Apr 3 03:53:47 2026] GET /v2.0/networks?id=b493dac7-5610-4bb4-8d6c-a30a9763de95 => generated 779 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/742] 199.204.45.30 () {34 vars in 1059 bytes} [Fri Apr 3 03:53:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=cbf6d3d4-2228-495f-8fa2-b7e3b74cd34c => generated 859 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/743] 199.204.45.30 () {34 vars in 983 bytes} [Fri Apr 3 03:53:47 2026] GET /v2.0/subnets?id=0f776024-715c-4144-891e-8d1203055f15 => generated 701 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/744] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:53:47 2026] GET /v2.0/ports?network_id=b493dac7-5610-4bb4-8d6c-a30a9763de95&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/745] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:47 2026] GET /v2.0/ports?device_id=a9bda33a-61c6-484e-8c25-7b87b8df96a1 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/746] 199.204.45.30 () {34 vars in 1011 bytes} [Fri Apr 3 03:53:47 2026] GET /v2.0/networks/b493dac7-5610-4bb4-8d6c-a30a9763de95?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/747] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:53:47 2026] GET /v2.0/security-groups?id=1f9f790f-19a9-4ea7-ae9a-20aee60f41df&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/748] 199.204.45.30 () {34 vars in 993 bytes} [Fri Apr 3 03:53:47 2026] GET /v2.0/ports?device_id=a9bda33a-61c6-484e-8c25-7b87b8df96a1 => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/749] 199.204.45.30 () {34 vars in 1111 bytes} [Fri Apr 3 03:53:47 2026] GET /v2.0/networks/b493dac7-5610-4bb4-8d6c-a30a9763de95?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:53:47.733 8 INFO neutron_taas.services.taas.taas_plugin [req-24f5e0f5-e84b-4b1f-bf24-6318408b7154 req-609957e2-0581-4721-b7da-3f2fb6bf8bc7 abeae60039c04d29ad7688db0de1c973 095837dd59db4ad9a8e184bd2f9a56c7 - - default default] TaaS: Handle Delete Port: 9172fb20-7ab4-428d-802e-1a3df6653fb5 2026-04-03 03:53:47.739 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-24f5e0f5-e84b-4b1f-bf24-6318408b7154 req-609957e2-0581-4721-b7da-3f2fb6bf8bc7 abeae60039c04d29ad7688db0de1c973 095837dd59db4ad9a8e184bd2f9a56c7 - - default default] Tap Mirror: Handle Delete Port: 9172fb20-7ab4-428d-802e-1a3df6653fb5 [pid: 7|app: 0|req: 384/750] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:47 2026] GET /v2.0/ports?device_id=9bfc97c0-2c64-479f-9e96-bb2234b940eb => generated 975 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/751] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:53:47 2026] GET /v2.0/security-groups?id=ce5b4ffb-1532-4bb8-9a1c-a11379371757&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: 7|app: 0|req: 386/752] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:47 2026] GET /v2.0/ports?device_id=9bfc97c0-2c64-479f-9e96-bb2234b940eb => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:53:47.976 8 INFO neutron.db.l3_db [req-24f5e0f5-e84b-4b1f-bf24-6318408b7154 req-609957e2-0581-4721-b7da-3f2fb6bf8bc7 abeae60039c04d29ad7688db0de1c973 095837dd59db4ad9a8e184bd2f9a56c7 - - default default] Floating IP 6e3b2235-dfa9-41d4-940c-5ab21d748ffb disassociated. External IP: 10.96.250.220, port: 9172fb20-7ab4-428d-802e-1a3df6653fb5. [pid: 7|app: 0|req: 387/753] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:47 2026] GET /v2.0/ports?device_id=9272abb6-bbce-4723-8c27-831b57490452 => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/754] 199.204.45.30 () {36 vars in 996 bytes} [Fri Apr 3 03:53:47 2026] DELETE /v2.0/ports/9172fb20-7ab4-428d-802e-1a3df6653fb5 => generated 0 bytes in 787 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/755] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:53:48 2026] GET /v2.0/security-groups?id=1be3b8e2-1680-4bd0-9b5a-61e4d1e73d20&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:53:48.606 7 INFO neutron.db.l3_db [None req-330128d3-d895-494a-add6-5404fa18eb82 f7ed3893034b4a578e6a8dc8f43e3560 7318e4e57e75404c93d90ee72c0c603c - - default default] Floating IP 7d90fff4-dddb-48cd-95a8-1731b11e8300 associated. External IP: 10.96.250.213, port: b37172f7-66f2-4c49-a60a-8e8045a6e5ee. [pid: 8|app: 0|req: 369/756] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:48 2026] GET /v2.0/ports?device_id=a9bda33a-61c6-484e-8c25-7b87b8df96a1 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:53:48.761 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b23d882c-cc64-4b27-8ca3-32a180fa355e'] response: {'server_uuid': 'a9bda33a-61c6-484e-8c25-7b87b8df96a1', 'name': 'network-vif-deleted', 'tag': '9172fb20-7ab4-428d-802e-1a3df6653fb5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 388/757] 10.0.0.78 () {34 vars in 748 bytes} [Fri Apr 3 03:53:48 2026] PUT /v2.0/floatingips/7d90fff4-dddb-48cd-95a8-1731b11e8300 => generated 856 bytes in 911 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:53:49.034 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3bb3b3ac-c128-4dc8-9c19-58a87bcbd198'] response: {'name': 'network-changed', 'server_uuid': '9bfc97c0-2c64-479f-9e96-bb2234b940eb', 'tag': 'b37172f7-66f2-4c49-a60a-8e8045a6e5ee', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 370/758] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:49 2026] GET /v2.0/ports?device_id=9bfc97c0-2c64-479f-9e96-bb2234b940eb => generated 975 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/759] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:53:49 2026] GET /v2.0/security-groups?id=ce5b4ffb-1532-4bb8-9a1c-a11379371757&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/760] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:49 2026] GET /v2.0/ports?device_id=9bfc97c0-2c64-479f-9e96-bb2234b940eb => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/761] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:53:49 2026] GET /v2.0/security-groups?id=ce5b4ffb-1532-4bb8-9a1c-a11379371757&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: 391/762] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:53:49 2026] GET /v2.0/ports?tenant_id=7318e4e57e75404c93d90ee72c0c603c&device_id=9bfc97c0-2c64-479f-9e96-bb2234b940eb => generated 1244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/763] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:49 2026] GET /v2.0/ports?device_id=9272abb6-bbce-4723-8c27-831b57490452 => generated 975 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/764] 199.204.45.30 () {34 vars in 985 bytes} [Fri Apr 3 03:53:49 2026] GET /v2.0/networks?id=3bb9de43-5ec9-4d9d-8724-19f9fa71c466 => generated 772 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/765] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:53:49 2026] GET /v2.0/security-groups?id=1be3b8e2-1680-4bd0-9b5a-61e4d1e73d20&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/766] 199.204.45.30 () {34 vars in 1059 bytes} [Fri Apr 3 03:53:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=b37172f7-66f2-4c49-a60a-8e8045a6e5ee => generated 859 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/767] 199.204.45.30 () {34 vars in 983 bytes} [Fri Apr 3 03:53:49 2026] GET /v2.0/subnets?id=8fa254c6-d783-4276-ab27-c5d8f8e81b19 => generated 694 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/768] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:49 2026] GET /v2.0/ports?device_id=a9bda33a-61c6-484e-8c25-7b87b8df96a1 => 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: 375/769] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:53:49 2026] GET /v2.0/ports?network_id=3bb9de43-5ec9-4d9d-8724-19f9fa71c466&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: 7|app: 0|req: 395/770] 199.204.45.30 () {34 vars in 1011 bytes} [Fri Apr 3 03:53:49 2026] GET /v2.0/networks/3bb9de43-5ec9-4d9d-8724-19f9fa71c466?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/771] 199.204.45.30 () {34 vars in 1111 bytes} [Fri Apr 3 03:53:49 2026] GET /v2.0/networks/3bb9de43-5ec9-4d9d-8724-19f9fa71c466?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: 7|app: 0|req: 396/772] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:50 2026] GET /v2.0/ports?device_id=9bfc97c0-2c64-479f-9e96-bb2234b940eb => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/773] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:53:50 2026] GET /v2.0/security-groups?id=ce5b4ffb-1532-4bb8-9a1c-a11379371757&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/774] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:50 2026] GET /v2.0/ports?device_id=9272abb6-bbce-4723-8c27-831b57490452 => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/775] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:53:50 2026] GET /v2.0/security-groups?id=1be3b8e2-1680-4bd0-9b5a-61e4d1e73d20&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/776] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:50 2026] GET /v2.0/ports?device_id=a9bda33a-61c6-484e-8c25-7b87b8df96a1 => 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: 398/777] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:50 2026] GET /v2.0/ports?device_id=9272abb6-bbce-4723-8c27-831b57490452 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:53:51.250 8 INFO neutron.db.l3_db [None req-c28a23db-bd5f-4879-8a3d-5dc972e06ea8 0df7293485c44eb2bcf805f739ba5c02 dc8c51802a124b47952f3a284871c1ed - - default default] Floating IP 0fde9c0e-8468-4059-aae7-79ed50f80834 associated. External IP: 10.96.250.205, port: feaa98d9-6f5e-4ddc-a49e-4bf1da2bfd87. [pid: 8|app: 0|req: 380/778] 10.0.0.78 () {34 vars in 748 bytes} [Fri Apr 3 03:53:50 2026] PUT /v2.0/floatingips/0fde9c0e-8468-4059-aae7-79ed50f80834 => generated 856 bytes in 602 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:53:51.616 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a77438f9-a223-4e49-bec1-53ac388d0829'] response: {'name': 'network-changed', 'server_uuid': '9272abb6-bbce-4723-8c27-831b57490452', 'tag': 'feaa98d9-6f5e-4ddc-a49e-4bf1da2bfd87', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 399/779] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:51 2026] GET /v2.0/ports?device_id=9bfc97c0-2c64-479f-9e96-bb2234b940eb => generated 975 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/780] 199.204.45.30 () {34 vars in 993 bytes} [Fri Apr 3 03:53:51 2026] GET /v2.0/ports?device_id=9bfc97c0-2c64-479f-9e96-bb2234b940eb => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/781] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:53:51 2026] GET /v2.0/security-groups?id=ce5b4ffb-1532-4bb8-9a1c-a11379371757&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-04-03 03:53:52.043 8 INFO neutron_taas.services.taas.taas_plugin [req-c19bbacf-e82d-48f7-9297-898986835843 req-6c109a62-d441-4767-ba01-a92510fb64bd f7ed3893034b4a578e6a8dc8f43e3560 7318e4e57e75404c93d90ee72c0c603c - - default default] TaaS: Handle Delete Port: b37172f7-66f2-4c49-a60a-8e8045a6e5ee 2026-04-03 03:53:52.047 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c19bbacf-e82d-48f7-9297-898986835843 req-6c109a62-d441-4767-ba01-a92510fb64bd f7ed3893034b4a578e6a8dc8f43e3560 7318e4e57e75404c93d90ee72c0c603c - - default default] Tap Mirror: Handle Delete Port: b37172f7-66f2-4c49-a60a-8e8045a6e5ee [pid: 7|app: 0|req: 401/782] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:53:52 2026] DELETE /v2.0/security-groups/1f9f790f-19a9-4ea7-ae9a-20aee60f41df => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/783] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:53:52 2026] GET /v2.0/ports?tenant_id=dc8c51802a124b47952f3a284871c1ed&device_id=9272abb6-bbce-4723-8c27-831b57490452 => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 03:53:52.161 7 INFO neutron.api.v2.resource [None req-825dda11-e8e2-49b1-a79b-ee4093a70df1 abeae60039c04d29ad7688db0de1c973 095837dd59db4ad9a8e184bd2f9a56c7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 403/784] 10.0.0.78 () {32 vars in 736 bytes} [Fri Apr 3 03:53:52 2026] GET /v2.0/security-groups/1f9f790f-19a9-4ea7-ae9a-20aee60f41df => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-03 03:53:52.185 8 INFO neutron.db.l3_db [req-c19bbacf-e82d-48f7-9297-898986835843 req-6c109a62-d441-4767-ba01-a92510fb64bd f7ed3893034b4a578e6a8dc8f43e3560 7318e4e57e75404c93d90ee72c0c603c - - default default] Floating IP 7d90fff4-dddb-48cd-95a8-1731b11e8300 disassociated. External IP: 10.96.250.213, port: b37172f7-66f2-4c49-a60a-8e8045a6e5ee. [pid: 7|app: 0|req: 404/785] 199.204.45.30 () {34 vars in 985 bytes} [Fri Apr 3 03:53:52 2026] GET /v2.0/networks?id=7142d3e2-e1f6-4cb5-b64f-eb8fad64f781 => generated 772 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:53:52.307 7 INFO neutron_taas.services.taas.taas_plugin [None req-f627f8c5-4003-4e91-a1a8-bdac547de020 abeae60039c04d29ad7688db0de1c973 095837dd59db4ad9a8e184bd2f9a56c7 - - default default] TaaS: Handle Delete Port: 4d89b619-5651-497b-a939-c566b326a4b4 2026-04-03 03:53:52.309 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f627f8c5-4003-4e91-a1a8-bdac547de020 abeae60039c04d29ad7688db0de1c973 095837dd59db4ad9a8e184bd2f9a56c7 - - default default] Tap Mirror: Handle Delete Port: 4d89b619-5651-497b-a939-c566b326a4b4 [pid: 7|app: 0|req: 405/786] 10.0.0.78 () {32 vars in 731 bytes} [Fri Apr 3 03:53:52 2026] DELETE /v2.0/floatingips/6e3b2235-dfa9-41d4-940c-5ab21d748ffb => generated 0 bytes in 273 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/787] 199.204.45.30 () {34 vars in 1059 bytes} [Fri Apr 3 03:53:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=feaa98d9-6f5e-4ddc-a49e-4bf1da2bfd87 => generated 859 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/788] 199.204.45.30 () {36 vars in 996 bytes} [Fri Apr 3 03:53:51 2026] DELETE /v2.0/ports/b37172f7-66f2-4c49-a60a-8e8045a6e5ee => generated 0 bytes in 717 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/789] 199.204.45.30 () {34 vars in 983 bytes} [Fri Apr 3 03:53:52 2026] GET /v2.0/subnets?id=67fd77f0-728c-47fc-99a0-b80c3c07e51e => generated 694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/792] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:53:52 2026] GET /v2.0/ports?network_id=7142d3e2-e1f6-4cb5-b64f-eb8fad64f781&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: 387/793] 199.204.45.30 () {34 vars in 1011 bytes} [Fri Apr 3 03:53:52 2026] GET /v2.0/networks/7142d3e2-e1f6-4cb5-b64f-eb8fad64f781?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: 388/794] 199.204.45.30 () {34 vars in 1111 bytes} [Fri Apr 3 03:53:52 2026] GET /v2.0/networks/7142d3e2-e1f6-4cb5-b64f-eb8fad64f781?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:53:52.975 7 INFO neutron_taas.services.taas.taas_plugin [None req-af582a8c-1b56-48f9-98a4-a76dfb7779e3 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] TaaS: Handle Delete Port: e9be2ae0-c459-48ef-beaa-457b4206e3f0 2026-04-03 03:53:52.977 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af582a8c-1b56-48f9-98a4-a76dfb7779e3 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Tap Mirror: Handle Delete Port: e9be2ae0-c459-48ef-beaa-457b4206e3f0 [pid: 8|app: 0|req: 389/795] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:53 2026] GET /v2.0/ports?device_id=9bfc97c0-2c64-479f-9e96-bb2234b940eb => 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: 407/796] 10.0.0.78 () {34 vars in 788 bytes} [Fri Apr 3 03:53:52 2026] PUT /v2.0/routers/45001d09-cc99-4457-9071-2d6486db7bb0/remove_router_interface => generated 309 bytes in 1004 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:53:54.008 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-df00f258-a6ed-4295-9127-42314aa38623'] response: {'server_uuid': '9bfc97c0-2c64-479f-9e96-bb2234b940eb', 'name': 'network-vif-deleted', 'tag': 'b37172f7-66f2-4c49-a60a-8e8045a6e5ee', 'status': 'completed', 'code': 200} 2026-04-03 03:53:54.069 8 INFO neutron_taas.services.taas.taas_plugin [None req-467afc1e-fa9c-4f08-ae8c-2c13355b19ce b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] TaaS: Handle Delete Port: 1944c6f4-7e4d-4db6-9933-b40e845c9219 2026-04-03 03:53:54.072 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-467afc1e-fa9c-4f08-ae8c-2c13355b19ce b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Tap Mirror: Handle Delete Port: 1944c6f4-7e4d-4db6-9933-b40e845c9219 [pid: 7|app: 0|req: 408/797] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:54 2026] GET /v2.0/ports?device_id=9bfc97c0-2c64-479f-9e96-bb2234b940eb => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:53:54.316 8 INFO neutron_taas.services.taas.taas_plugin [None req-467afc1e-fa9c-4f08-ae8c-2c13355b19ce b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] TaaS: Handle Delete Port: 7dafb8f3-47e0-4c9f-86dc-69e5d966f293 2026-04-03 03:53:54.320 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-467afc1e-fa9c-4f08-ae8c-2c13355b19ce b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Tap Mirror: Handle Delete Port: 7dafb8f3-47e0-4c9f-86dc-69e5d966f293 2026-04-03 03:53:54.660 8 INFO neutron.services.segments.plugin [-] Segment 0c1577d4-5306-4e6a-8ad5-2d77bd770758 resource provider aggregate not found 2026-04-03 03:53:54.663 8 INFO neutron.services.segments.plugin [-] Segment 0c1577d4-5306-4e6a-8ad5-2d77bd770758 resource provider aggregate not found 2026-04-03 03:53:54.679 8 INFO neutron.services.segments.plugin [-] Segment 0c1577d4-5306-4e6a-8ad5-2d77bd770758 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 0c1577d4-5306-4e6a-8ad5-2d77bd770758 found for delete ", "request_id": "req-f4152fdc-23fb-4848-92eb-f8ac83f93577"}]} 2026-04-03 03:53:54.679 8 INFO neutron.services.segments.plugin [-] Segment 0c1577d4-5306-4e6a-8ad5-2d77bd770758 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 0c1577d4-5306-4e6a-8ad5-2d77bd770758 found for delete ", "request_id": "req-35589942-5949-49dd-9092-770a5310c9ec"}]} 2026-04-03 03:53:54.726 8 INFO neutron.db.l3_hamode_db [None req-467afc1e-fa9c-4f08-ae8c-2c13355b19ce b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] HA network 564dd4c1-1dce-40b6-9fee-b841b1759376 was deleted as no HA routers are present in tenant 095837dd59db4ad9a8e184bd2f9a56c7. [pid: 8|app: 0|req: 390/798] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:53:53 2026] DELETE /v2.0/routers/45001d09-cc99-4457-9071-2d6486db7bb0 => generated 0 bytes in 1202 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/799] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:53:54 2026] DELETE /v2.0/subnets/dba8520b-1c8a-4980-bbdd-9d90efc28a82 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:53:55.059 8 INFO neutron_taas.services.taas.taas_plugin [None req-6f90178d-9409-4dc2-97cc-dedb90c0a218 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] TaaS: Handle Delete Port: 08cf3a87-85ba-4270-8458-3f9f24fc682b 2026-04-03 03:53:55.068 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f90178d-9409-4dc2-97cc-dedb90c0a218 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Tap Mirror: Handle Delete Port: 08cf3a87-85ba-4270-8458-3f9f24fc682b [pid: 7|app: 0|req: 410/800] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:53:55 2026] GET /v2.0/ports?device_id=9bfc97c0-2c64-479f-9e96-bb2234b940eb => 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: 391/801] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:53:54 2026] DELETE /v2.0/networks/a14a9c53-7437-4251-ba38-85e0e06cfc6f => generated 0 bytes in 420 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/802] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:53:55 2026] GET /v2.0/security-groups?tenant_id=095837dd59db4ad9a8e184bd2f9a56c7&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/803] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:53:55 2026] DELETE /v2.0/security-groups/d4054a08-9539-41ef-ad52-cc292cfa76e7 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/804] 10.0.0.163 () {34 vars in 990 bytes} [Fri Apr 3 03:53:55 2026] GET /v2.0/ports?device_id=71ab8ea8-7496-4123-adc7-3dcd63c861ea => generated 1244 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/805] 10.0.0.163 () {34 vars in 1040 bytes} [Fri Apr 3 03:53:55 2026] GET /v2.0/security-groups?id=9d700658-dca7-40e6-a23b-0c5042465336&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: 7|app: 0|req: 413/806] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:53:56 2026] DELETE /v2.0/security-groups/ce5b4ffb-1532-4bb8-9a1c-a11379371757 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 03:53:56.476 8 INFO neutron.api.v2.resource [None req-fff9f6fe-308f-4e9c-bdb2-32deea99d709 f7ed3893034b4a578e6a8dc8f43e3560 7318e4e57e75404c93d90ee72c0c603c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 394/807] 10.0.0.78 () {32 vars in 736 bytes} [Fri Apr 3 03:53:56 2026] GET /v2.0/security-groups/ce5b4ffb-1532-4bb8-9a1c-a11379371757 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-03 03:53:56.580 7 INFO neutron_taas.services.taas.taas_plugin [None req-b450020b-98a9-49f7-ba7f-2680a4eaa4c5 f7ed3893034b4a578e6a8dc8f43e3560 7318e4e57e75404c93d90ee72c0c603c - - default default] TaaS: Handle Delete Port: 6c5a1782-b693-49e0-913e-5c8b7580fa5e 2026-04-03 03:53:56.583 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b450020b-98a9-49f7-ba7f-2680a4eaa4c5 f7ed3893034b4a578e6a8dc8f43e3560 7318e4e57e75404c93d90ee72c0c603c - - default default] Tap Mirror: Handle Delete Port: 6c5a1782-b693-49e0-913e-5c8b7580fa5e 2026-04-03 03:53:56.699 8 INFO neutron.services.segments.plugin [-] Segment a6c0333b-5db3-4366-bf99-ec2fe3e26db4 resource provider aggregate not found 2026-04-03 03:53:56.708 8 INFO neutron.services.segments.plugin [-] Segment a6c0333b-5db3-4366-bf99-ec2fe3e26db4 resource provider aggregate not found 2026-04-03 03:53:56.724 8 INFO neutron.services.segments.plugin [-] Segment a6c0333b-5db3-4366-bf99-ec2fe3e26db4 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 a6c0333b-5db3-4366-bf99-ec2fe3e26db4 found for delete ", "request_id": "req-f76967d7-b979-49b9-ba80-4599f3b0f36f"}]} 2026-04-03 03:53:56.727 8 INFO neutron.services.segments.plugin [-] Segment a6c0333b-5db3-4366-bf99-ec2fe3e26db4 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 a6c0333b-5db3-4366-bf99-ec2fe3e26db4 found for delete ", "request_id": "req-e545d5e8-fcee-43c8-b56a-2717ed3bdf3b"}]} [pid: 7|app: 0|req: 414/808] 10.0.0.78 () {32 vars in 731 bytes} [Fri Apr 3 03:53:56 2026] DELETE /v2.0/floatingips/7d90fff4-dddb-48cd-95a8-1731b11e8300 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 03:53:57.189 8 INFO neutron_taas.services.taas.taas_plugin [None req-ef74fd8a-b97a-4e2a-9823-97641dc15af5 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] TaaS: Handle Delete Port: 178cdcf8-2244-468b-b17f-7f4dec677f7e 2026-04-03 03:53:57.192 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef74fd8a-b97a-4e2a-9823-97641dc15af5 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Tap Mirror: Handle Delete Port: 178cdcf8-2244-468b-b17f-7f4dec677f7e [pid: 8|app: 0|req: 395/809] 10.0.0.78 () {34 vars in 788 bytes} [Fri Apr 3 03:53:56 2026] PUT /v2.0/routers/7c483ddc-e6e9-44d1-a51d-d67094471575/remove_router_interface => generated 309 bytes in 955 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:53:57.863 7 INFO neutron.db.segments_db [None req-40fd36bd-ba8b-4411-ac50-81d43dfba6ae b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Added segment ac20b61c-a6eb-4563-9db5-84d798c8e52d of type vxlan for network f0eb0600-dfa7-47d9-91aa-524e1b9e954a [pid: 7|app: 0|req: 415/810] 10.0.0.78 () {34 vars in 670 bytes} [Fri Apr 3 03:53:57 2026] POST /v2.0/networks => generated 726 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:53:57.954 8 INFO neutron_taas.services.taas.taas_plugin [None req-9b442094-c511-4807-a179-c22c578a08a5 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] TaaS: Handle Delete Port: 33315972-5471-4ec8-8b52-109df38b36fa 2026-04-03 03:53:57.957 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9b442094-c511-4807-a179-c22c578a08a5 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Tap Mirror: Handle Delete Port: 33315972-5471-4ec8-8b52-109df38b36fa [pid: 7|app: 0|req: 416/811] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:53:57 2026] POST /v2.0/subnets => generated 692 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:53:58.191 7 INFO neutron.db.segments_db [None req-fa741482-884f-4ae3-a18b-cd5914d6e65b b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Added segment f1803f77-c1e5-487e-b9f3-12eebcdb6333 of type vxlan for network 62c9321d-e681-4935-8e9b-785bdfd03d0f 2026-04-03 03:53:58.198 8 INFO neutron_taas.services.taas.taas_plugin [None req-9b442094-c511-4807-a179-c22c578a08a5 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] TaaS: Handle Delete Port: 706df927-5137-439f-95e5-5fe6e077c6ec 2026-04-03 03:53:58.201 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9b442094-c511-4807-a179-c22c578a08a5 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Tap Mirror: Handle Delete Port: 706df927-5137-439f-95e5-5fe6e077c6ec 2026-04-03 03:53:58.447 7 INFO neutron.db.l3_hamode_db [None req-fa741482-884f-4ae3-a18b-cd5914d6e65b b59e91656d154720b278bada7f0493c1 13eb5ce8445b4aaeb361efe0714a49e8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-03 03:53:58.502 8 INFO neutron.db.l3_hamode_db [None req-9b442094-c511-4807-a179-c22c578a08a5 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] HA network 3c58cc88-e8f2-4e23-a7ec-acd6adb625f6 was deleted as no HA routers are present in tenant 7318e4e57e75404c93d90ee72c0c603c. [pid: 8|app: 0|req: 396/812] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:53:57 2026] DELETE /v2.0/routers/7c483ddc-e6e9-44d1-a51d-d67094471575 => generated 0 bytes in 774 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/813] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:53:58 2026] DELETE /v2.0/subnets/8fa254c6-d783-4276-ab27-c5d8f8e81b19 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:53:58.742 8 INFO neutron.services.segments.plugin [-] Segment 4133c3ce-ebad-4fc3-a786-70942bd2a62a resource provider aggregate not found 2026-04-03 03:53:58.747 8 INFO neutron.services.segments.plugin [-] Segment 4133c3ce-ebad-4fc3-a786-70942bd2a62a resource provider aggregate not found 2026-04-03 03:53:58.773 8 INFO neutron.services.segments.plugin [-] Segment 4133c3ce-ebad-4fc3-a786-70942bd2a62a 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 4133c3ce-ebad-4fc3-a786-70942bd2a62a found for delete ", "request_id": "req-1b8250ca-cdcb-41e0-b5e7-1973187c7eb6"}]} 2026-04-03 03:53:58.774 8 INFO neutron.services.segments.plugin [-] Segment 4133c3ce-ebad-4fc3-a786-70942bd2a62a 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 4133c3ce-ebad-4fc3-a786-70942bd2a62a found for delete ", "request_id": "req-0b0a933b-94b7-4d92-b250-9ae274d6c04b"}]} 2026-04-03 03:53:58.835 8 INFO neutron_taas.services.taas.taas_plugin [None req-73154615-ad64-4767-a907-22219c5bedb1 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] TaaS: Handle Delete Port: 2a1e1bbc-1220-41e9-a1f9-d8d1a6f5d5fb 2026-04-03 03:53:58.841 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-73154615-ad64-4767-a907-22219c5bedb1 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Tap Mirror: Handle Delete Port: 2a1e1bbc-1220-41e9-a1f9-d8d1a6f5d5fb [pid: 8|app: 0|req: 398/814] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:53:58 2026] DELETE /v2.0/networks/3bb9de43-5ec9-4d9d-8724-19f9fa71c466 => generated 0 bytes in 339 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/815] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:53:59 2026] GET /v2.0/security-groups?tenant_id=7318e4e57e75404c93d90ee72c0c603c&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 03:53:59.288 7 INFO neutron.db.l3_hamode_db [None req-fa741482-884f-4ae3-a18b-cd5914d6e65b b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 400/816] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:53:59 2026] DELETE /v2.0/security-groups/3b28ba86-31bf-44fa-bdf7-9f8dc3d7b223 => 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: 417/817] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:53:58 2026] POST /v2.0/routers => generated 732 bytes in 2020 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:54:00.802 8 INFO neutron.services.segments.plugin [-] Segment 954bb5ac-8eb3-42b5-903f-7417fb68c79e resource provider aggregate not found 2026-04-03 03:54:00.825 8 INFO neutron.services.segments.plugin [-] Segment 954bb5ac-8eb3-42b5-903f-7417fb68c79e resource provider aggregate not found 2026-04-03 03:54:00.829 8 INFO neutron.services.segments.plugin [-] Segment 954bb5ac-8eb3-42b5-903f-7417fb68c79e 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 954bb5ac-8eb3-42b5-903f-7417fb68c79e found for delete ", "request_id": "req-533bc38e-01a1-4fcd-87cc-7bd9b3441851"}]} 2026-04-03 03:54:00.840 8 INFO neutron.services.segments.plugin [-] Segment 954bb5ac-8eb3-42b5-903f-7417fb68c79e 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 954bb5ac-8eb3-42b5-903f-7417fb68c79e found for delete ", "request_id": "req-8b8917f6-978d-4ded-8695-8efbab3ec8ba"}]} [pid: 8|app: 0|req: 401/818] 10.0.0.78 () {34 vars in 782 bytes} [Fri Apr 3 03:54:00 2026] PUT /v2.0/routers/14f931f0-0e83-435a-8d0a-52f2174cdc35/add_router_interface => generated 309 bytes in 1167 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/819] 10.0.0.163 () {34 vars in 990 bytes} [Fri Apr 3 03:54:02 2026] GET /v2.0/ports?device_id=9272abb6-bbce-4723-8c27-831b57490452 => generated 1244 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/820] 10.0.0.163 () {34 vars in 1040 bytes} [Fri Apr 3 03:54:02 2026] GET /v2.0/security-groups?id=1be3b8e2-1680-4bd0-9b5a-61e4d1e73d20&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/821] 10.0.0.71 () {34 vars in 981 bytes} [Fri Apr 3 03:54:02 2026] GET /v2.0/networks?id=f0eb0600-dfa7-47d9-91aa-524e1b9e954a => generated 677 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/822] 10.0.0.71 () {34 vars in 964 bytes} [Fri Apr 3 03:54:02 2026] GET /v2.0/quotas/13eb5ce8445b4aaeb361efe0714a49e8 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/823] 10.0.0.71 () {34 vars in 1001 bytes} [Fri Apr 3 03:54:02 2026] GET /v2.0/ports?tenant_id=13eb5ce8445b4aaeb361efe0714a49e8&fields=id => generated 103 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/824] 10.0.0.71 () {34 vars in 1007 bytes} [Fri Apr 3 03:54:02 2026] GET /v2.0/networks/f0eb0600-dfa7-47d9-91aa-524e1b9e954a?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/825] 10.0.0.71 () {34 vars in 1107 bytes} [Fri Apr 3 03:54:02 2026] GET /v2.0/networks/f0eb0600-dfa7-47d9-91aa-524e1b9e954a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/826] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:54:02 2026] GET /v2.0/ports?device_id=25626bfc-0e6c-4da7-a01e-cb8fbdbb8fec => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/827] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:54:03 2026] GET /v2.0/ports?device_id=25626bfc-0e6c-4da7-a01e-cb8fbdbb8fec => 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: 423/828] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:54:04 2026] GET /v2.0/ports?device_id=25626bfc-0e6c-4da7-a01e-cb8fbdbb8fec => 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: 424/829] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:54:05 2026] GET /v2.0/ports?device_id=25626bfc-0e6c-4da7-a01e-cb8fbdbb8fec => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/830] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:54:05 2026] GET /v2.0/security-groups?tenant_id=23293ab5b7f944fda3e65563b205673a&name=default => generated 2925 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/831] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:54:06 2026] DELETE /v2.0/security-groups/14308587-454b-45b4-a1e9-e851dee97602 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/832] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:54:06 2026] GET /v2.0/security-groups?tenant_id=ae818347b91245889d24e8321c247f47&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/833] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:54:06 2026] DELETE /v2.0/security-groups/c3708e15-3c0a-4d65-ac32-8ed91983c6bf => 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: 408/834] 199.204.45.30 () {34 vars in 985 bytes} [Fri Apr 3 03:54:07 2026] GET /v2.0/networks?id=f0eb0600-dfa7-47d9-91aa-524e1b9e954a => generated 677 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/835] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:54:07 2026] GET /v2.0/ports?device_id=25626bfc-0e6c-4da7-a01e-cb8fbdbb8fec => 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: 427/836] 199.204.45.30 () {38 vars in 954 bytes} [Fri Apr 3 03:54:07 2026] POST /v2.0/ports => generated 954 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/839] 199.204.45.30 () {38 vars in 1027 bytes} [Fri Apr 3 03:54:07 2026] PUT /v2.0/ports/56f43526-a697-498b-8932-a47911c999ab => generated 1235 bytes in 482 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 03:54:08.021 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4a7933bb-b80d-41b7-bd87-85c956e318d9'] response: {'name': 'network-changed', 'server_uuid': '25626bfc-0e6c-4da7-a01e-cb8fbdbb8fec', 'tag': '56f43526-a697-498b-8932-a47911c999ab', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 430/840] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:54:08 2026] GET /v2.0/ports?device_id=25626bfc-0e6c-4da7-a01e-cb8fbdbb8fec => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 411/841] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:54:08 2026] GET /v2.0/security-groups?id=8b6fcbfd-efdb-47ed-b2ea-cb463adaf65f&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/842] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:54:08 2026] GET /v2.0/ports?tenant_id=13eb5ce8445b4aaeb361efe0714a49e8&device_id=25626bfc-0e6c-4da7-a01e-cb8fbdbb8fec => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/843] 199.204.45.30 () {34 vars in 1017 bytes} [Fri Apr 3 03:54:08 2026] GET /v2.0/networks?tenant_id=13eb5ce8445b4aaeb361efe0714a49e8&shared=False => generated 773 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/844] 199.204.45.30 () {34 vars in 929 bytes} [Fri Apr 3 03:54:08 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/845] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:54:09 2026] GET /v2.0/ports?device_id=25626bfc-0e6c-4da7-a01e-cb8fbdbb8fec => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/846] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:54:09 2026] GET /v2.0/security-groups?id=8b6fcbfd-efdb-47ed-b2ea-cb463adaf65f&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/847] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:54:09 2026] GET /v2.0/ports?tenant_id=13eb5ce8445b4aaeb361efe0714a49e8&device_id=25626bfc-0e6c-4da7-a01e-cb8fbdbb8fec => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/848] 199.204.45.30 () {34 vars in 1057 bytes} [Fri Apr 3 03:54:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=56f43526-a697-498b-8932-a47911c999ab => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/849] 199.204.45.30 () {34 vars in 983 bytes} [Fri Apr 3 03:54:09 2026] GET /v2.0/subnets?id=6d9aa46a-8458-4424-947a-92488b7046cd => generated 695 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/850] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:54:09 2026] GET /v2.0/ports?network_id=f0eb0600-dfa7-47d9-91aa-524e1b9e954a&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/851] 199.204.45.30 () {34 vars in 1011 bytes} [Fri Apr 3 03:54:09 2026] GET /v2.0/networks/f0eb0600-dfa7-47d9-91aa-524e1b9e954a?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/852] 199.204.45.30 () {34 vars in 1111 bytes} [Fri Apr 3 03:54:09 2026] GET /v2.0/networks/f0eb0600-dfa7-47d9-91aa-524e1b9e954a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/853] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:54:10 2026] GET /v2.0/ports?device_id=25626bfc-0e6c-4da7-a01e-cb8fbdbb8fec => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/854] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:54:10 2026] GET /v2.0/security-groups?id=8b6fcbfd-efdb-47ed-b2ea-cb463adaf65f&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/855] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:54:10 2026] GET /v2.0/security-groups?tenant_id=f4ca4e3292bf42e58e45545b4452b7af&name=default => generated 2925 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/856] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:54:10 2026] DELETE /v2.0/security-groups/bea53993-1e17-4e40-892a-09e73f351584 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/857] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:54:11 2026] GET /v2.0/security-groups?tenant_id=d1c404983e0547fea948efbd019c3b6e&name=default => generated 2925 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/858] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:54:11 2026] DELETE /v2.0/security-groups/a4ec07d6-1c00-44a0-a0d5-f46c001eb4a2 => 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: 420/859] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:54:11 2026] GET /v2.0/ports?device_id=25626bfc-0e6c-4da7-a01e-cb8fbdbb8fec => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/860] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:54:11 2026] GET /v2.0/security-groups?id=8b6fcbfd-efdb-47ed-b2ea-cb463adaf65f&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/861] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:54:12 2026] GET /v2.0/ports?device_id=25626bfc-0e6c-4da7-a01e-cb8fbdbb8fec => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/862] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:54:12 2026] GET /v2.0/security-groups?id=8b6fcbfd-efdb-47ed-b2ea-cb463adaf65f&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/863] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:54:13 2026] GET /v2.0/ports?device_id=9272abb6-bbce-4723-8c27-831b57490452 => generated 975 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/864] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:54:13 2026] GET /v2.0/security-groups?id=1be3b8e2-1680-4bd0-9b5a-61e4d1e73d20&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/865] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:54:13 2026] GET /v2.0/ports?device_id=9272abb6-bbce-4723-8c27-831b57490452 => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/866] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:54:13 2026] GET /v2.0/security-groups?id=1be3b8e2-1680-4bd0-9b5a-61e4d1e73d20&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/867] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:54:13 2026] GET /v2.0/security-groups?tenant_id=75b18d461d3e4f92832697bcb1f03bb0&name=default => generated 2925 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/868] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:54:13 2026] GET /v2.0/ports?device_id=25626bfc-0e6c-4da7-a01e-cb8fbdbb8fec => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/869] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:54:14 2026] GET /v2.0/security-groups?id=8b6fcbfd-efdb-47ed-b2ea-cb463adaf65f&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/870] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:54:13 2026] DELETE /v2.0/security-groups/42337eee-c97d-49d4-a40c-ca1b42ac9615 => 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: 427/871] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:54:14 2026] GET /v2.0/ports?device_id=9272abb6-bbce-4723-8c27-831b57490452 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/872] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:54:14 2026] GET /v2.0/security-groups?id=1be3b8e2-1680-4bd0-9b5a-61e4d1e73d20&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/873] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:54:14 2026] GET /v2.0/ports?device_id=71ab8ea8-7496-4123-adc7-3dcd63c861ea => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/874] 10.0.0.71 () {34 vars in 970 bytes} [Fri Apr 3 03:54:14 2026] GET /v2.0/ports/cbf6d3d4-2228-495f-8fa2-b7e3b74cd34c => generated 972 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/875] 199.204.45.30 () {34 vars in 999 bytes} [Fri Apr 3 03:54:15 2026] GET /v2.0/subnets?network_id=b493dac7-5610-4bb4-8d6c-a30a9763de95 => generated 683 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/876] 199.204.45.30 () {34 vars in 1145 bytes} [Fri Apr 3 03:54:15 2026] GET /v2.0/ports?device_id=71ab8ea8-7496-4123-adc7-3dcd63c861ea&device_owner=compute%3Anova&network_id=b493dac7-5610-4bb4-8d6c-a30a9763de95 => 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: 430/877] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:54:15 2026] GET /v2.0/ports?device_id=25626bfc-0e6c-4da7-a01e-cb8fbdbb8fec => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/878] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:54:15 2026] GET /v2.0/ports?device_id=9272abb6-bbce-4723-8c27-831b57490452 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/879] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:54:15 2026] GET /v2.0/security-groups?id=8b6fcbfd-efdb-47ed-b2ea-cb463adaf65f&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/880] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:54:15 2026] GET /v2.0/security-groups?id=1be3b8e2-1680-4bd0-9b5a-61e4d1e73d20&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/881] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:54:15 2026] GET /v2.0/ports?tenant_id=dc8c51802a124b47952f3a284871c1ed&device_id=9272abb6-bbce-4723-8c27-831b57490452 => 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: 435/882] 199.204.45.30 () {34 vars in 985 bytes} [Fri Apr 3 03:54:15 2026] GET /v2.0/networks?id=7142d3e2-e1f6-4cb5-b64f-eb8fad64f781 => generated 772 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/883] 199.204.45.30 () {34 vars in 1059 bytes} [Fri Apr 3 03:54:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=feaa98d9-6f5e-4ddc-a49e-4bf1da2bfd87 => generated 861 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/884] 199.204.45.30 () {34 vars in 983 bytes} [Fri Apr 3 03:54:15 2026] GET /v2.0/subnets?id=67fd77f0-728c-47fc-99a0-b80c3c07e51e => generated 694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/885] 199.204.45.30 () {38 vars in 1027 bytes} [Fri Apr 3 03:54:15 2026] PUT /v2.0/ports/cbf6d3d4-2228-495f-8fa2-b7e3b74cd34c => generated 1149 bytes in 649 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/886] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:54:15 2026] GET /v2.0/ports?network_id=7142d3e2-e1f6-4cb5-b64f-eb8fad64f781&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-03 03:54:15.874 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-10eba524-510c-40e9-8139-b9f705a2ab2f'] response: {'name': 'network-changed', 'server_uuid': '71ab8ea8-7496-4123-adc7-3dcd63c861ea', 'tag': 'cbf6d3d4-2228-495f-8fa2-b7e3b74cd34c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 449/887] 199.204.45.30 () {34 vars in 1011 bytes} [Fri Apr 3 03:54:15 2026] GET /v2.0/networks/7142d3e2-e1f6-4cb5-b64f-eb8fad64f781?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/888] 199.204.45.30 () {34 vars in 1111 bytes} [Fri Apr 3 03:54:15 2026] GET /v2.0/networks/7142d3e2-e1f6-4cb5-b64f-eb8fad64f781?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/889] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:54:16 2026] GET /v2.0/ports?device_id=25626bfc-0e6c-4da7-a01e-cb8fbdbb8fec => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/890] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:54:16 2026] GET /v2.0/ports?device_id=9272abb6-bbce-4723-8c27-831b57490452 => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/891] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:54:16 2026] GET /v2.0/ports?tenant_id=61f3b03acbbd40a08e951a137d59b436&device_id=71ab8ea8-7496-4123-adc7-3dcd63c861ea => generated 1421 bytes in 403 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/892] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:54:16 2026] GET /v2.0/security-groups?id=8b6fcbfd-efdb-47ed-b2ea-cb463adaf65f&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/893] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:54:16 2026] GET /v2.0/security-groups?tenant_id=b813aebe06d14e6893382e1c8223cdb3&name=default => generated 2925 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/894] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:54:16 2026] GET /v2.0/security-groups?id=1be3b8e2-1680-4bd0-9b5a-61e4d1e73d20&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/895] 199.204.45.30 () {34 vars in 985 bytes} [Fri Apr 3 03:54:16 2026] GET /v2.0/networks?id=b493dac7-5610-4bb4-8d6c-a30a9763de95 => generated 779 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/896] 199.204.45.30 () {34 vars in 1059 bytes} [Fri Apr 3 03:54:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=cbf6d3d4-2228-495f-8fa2-b7e3b74cd34c => generated 861 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/897] 199.204.45.30 () {34 vars in 1057 bytes} [Fri Apr 3 03:54:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=cbf6d3d4-2228-495f-8fa2-b7e3b74cd34c => 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: 446/898] 199.204.45.30 () {34 vars in 983 bytes} [Fri Apr 3 03:54:16 2026] GET /v2.0/subnets?id=0f776024-715c-4144-891e-8d1203055f15 => generated 701 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/899] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:54:16 2026] DELETE /v2.0/security-groups/91d08dfe-0b9e-46ca-9f12-3063bd2189d7 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/900] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:54:16 2026] GET /v2.0/ports?network_id=b493dac7-5610-4bb4-8d6c-a30a9763de95&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: 454/901] 199.204.45.30 () {34 vars in 1011 bytes} [Fri Apr 3 03:54:16 2026] GET /v2.0/networks/b493dac7-5610-4bb4-8d6c-a30a9763de95?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/902] 199.204.45.30 () {34 vars in 1111 bytes} [Fri Apr 3 03:54:17 2026] GET /v2.0/networks/b493dac7-5610-4bb4-8d6c-a30a9763de95?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/903] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:54:17 2026] GET /v2.0/ports?device_id=25626bfc-0e6c-4da7-a01e-cb8fbdbb8fec => 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: 449/904] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:54:17 2026] GET /v2.0/security-groups?id=8b6fcbfd-efdb-47ed-b2ea-cb463adaf65f&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/905] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:54:17 2026] GET /v2.0/ports?device_id=9272abb6-bbce-4723-8c27-831b57490452 => generated 975 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/906] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:54:17 2026] GET /v2.0/ports?device_id=71ab8ea8-7496-4123-adc7-3dcd63c861ea => generated 1152 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/907] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:54:17 2026] GET /v2.0/security-groups?id=1be3b8e2-1680-4bd0-9b5a-61e4d1e73d20&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/908] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:54:17 2026] GET /v2.0/security-groups?id=9d700658-dca7-40e6-a23b-0c5042465336&fields=id&fields=name => generated 114 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/909] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:54:18 2026] GET /v2.0/ports?tenant_id=61f3b03acbbd40a08e951a137d59b436&device_id=71ab8ea8-7496-4123-adc7-3dcd63c861ea => generated 1421 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/910] 199.204.45.30 () {34 vars in 985 bytes} [Fri Apr 3 03:54:18 2026] GET /v2.0/networks?id=b493dac7-5610-4bb4-8d6c-a30a9763de95 => generated 779 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/911] 199.204.45.30 () {34 vars in 1059 bytes} [Fri Apr 3 03:54:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=cbf6d3d4-2228-495f-8fa2-b7e3b74cd34c => generated 861 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/912] 199.204.45.30 () {34 vars in 1057 bytes} [Fri Apr 3 03:54:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=cbf6d3d4-2228-495f-8fa2-b7e3b74cd34c => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/913] 199.204.45.30 () {34 vars in 983 bytes} [Fri Apr 3 03:54:18 2026] GET /v2.0/subnets?id=0f776024-715c-4144-891e-8d1203055f15 => generated 701 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/914] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:54:18 2026] GET /v2.0/ports?device_id=25626bfc-0e6c-4da7-a01e-cb8fbdbb8fec => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/915] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:54:18 2026] GET /v2.0/ports?network_id=b493dac7-5610-4bb4-8d6c-a30a9763de95&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: 455/916] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:54:18 2026] GET /v2.0/security-groups?id=8b6fcbfd-efdb-47ed-b2ea-cb463adaf65f&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/917] 199.204.45.30 () {34 vars in 1011 bytes} [Fri Apr 3 03:54:18 2026] GET /v2.0/networks/b493dac7-5610-4bb4-8d6c-a30a9763de95?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/918] 199.204.45.30 () {34 vars in 1111 bytes} [Fri Apr 3 03:54:18 2026] GET /v2.0/networks/b493dac7-5610-4bb4-8d6c-a30a9763de95?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/919] 10.0.0.78 () {32 vars in 652 bytes} [Fri Apr 3 03:54:18 2026] GET /v2.0/extensions => generated 21537 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/920] 10.0.0.78 () {32 vars in 680 bytes} [Fri Apr 3 03:54:18 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/921] 10.0.0.78 () {32 vars in 680 bytes} [Fri Apr 3 03:54:18 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/922] 10.0.0.78 () {32 vars in 728 bytes} [Fri Apr 3 03:54:18 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/923] 10.0.0.78 () {32 vars in 664 bytes} [Fri Apr 3 03:54:18 2026] GET /v2.0/extensions/agent => generated 153 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/924] 10.0.0.78 () {32 vars in 698 bytes} [Fri Apr 3 03:54:18 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/925] 10.0.0.78 () {32 vars in 696 bytes} [Fri Apr 3 03:54:18 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: 460/926] 10.0.0.78 () {32 vars in 700 bytes} [Fri Apr 3 03:54:18 2026] GET /v2.0/extensions/auto-allocated-topology => 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: 467/927] 10.0.0.78 () {32 vars in 688 bytes} [Fri Apr 3 03:54:18 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: 8|app: 0|req: 461/928] 10.0.0.78 () {32 vars in 702 bytes} [Fri Apr 3 03:54:18 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/929] 10.0.0.78 () {32 vars in 692 bytes} [Fri Apr 3 03:54:18 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/930] 10.0.0.78 () {32 vars in 694 bytes} [Fri Apr 3 03:54:18 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 6 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.78 () {32 vars in 684 bytes} [Fri Apr 3 03:54:18 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: 463/932] 10.0.0.78 () {32 vars in 686 bytes} [Fri Apr 3 03:54:18 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/933] 10.0.0.78 () {32 vars in 660 bytes} [Fri Apr 3 03:54:18 2026] GET /v2.0/extensions/dvr => 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: 471/934] 10.0.0.78 () {32 vars in 698 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/935] 10.0.0.78 () {32 vars in 678 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/external-net => 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: 473/936] 10.0.0.78 () {32 vars in 682 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/937] 10.0.0.78 () {32 vars in 674 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/938] 10.0.0.78 () {32 vars in 688 bytes} [Fri Apr 3 03:54:19 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: 476/939] 10.0.0.78 () {32 vars in 722 bytes} [Fri Apr 3 03:54:19 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: 477/940] 10.0.0.78 () {32 vars in 686 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/941] 10.0.0.78 () {32 vars in 668 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/942] 10.0.0.78 () {32 vars in 686 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/943] 199.204.45.30 () {34 vars in 1117 bytes} [Fri Apr 3 03:54:18 2026] GET /v2.0/ports?device_id=71ab8ea8-7496-4123-adc7-3dcd63c861ea&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.9 => generated 1152 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/944] 10.0.0.78 () {32 vars in 680 bytes} [Fri Apr 3 03:54:19 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: 481/945] 10.0.0.78 () {32 vars in 698 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/946] 10.0.0.78 () {32 vars in 678 bytes} [Fri Apr 3 03:54:19 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: 483/947] 10.0.0.78 () {32 vars in 666 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/router => generated 256 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/948] 10.0.0.78 () {32 vars in 676 bytes} [Fri Apr 3 03:54:19 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: 485/949] 10.0.0.78 () {32 vars in 664 bytes} [Fri Apr 3 03:54:19 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: 486/950] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/ports?device_id=9272abb6-bbce-4723-8c27-831b57490452 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/951] 10.0.0.78 () {32 vars in 674 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/952] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/security-groups?id=1be3b8e2-1680-4bd0-9b5a-61e4d1e73d20&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/953] 10.0.0.78 () {32 vars in 712 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/954] 10.0.0.78 () {32 vars in 690 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/955] 10.0.0.78 () {32 vars in 682 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/956] 10.0.0.78 () {32 vars in 668 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/957] 10.0.0.78 () {32 vars in 686 bytes} [Fri Apr 3 03:54:19 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: 494/958] 10.0.0.78 () {32 vars in 704 bytes} [Fri Apr 3 03:54:19 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: 495/959] 10.0.0.78 () {32 vars in 674 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/960] 10.0.0.78 () {32 vars in 700 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/961] 10.0.0.78 () {32 vars in 674 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/962] 10.0.0.78 () {32 vars in 692 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/963] 10.0.0.78 () {32 vars in 688 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/964] 10.0.0.78 () {32 vars in 708 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/965] 10.0.0.78 () {32 vars in 704 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/966] 10.0.0.78 () {32 vars in 718 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/967] 10.0.0.78 () {32 vars in 696 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/968] 10.0.0.78 () {32 vars in 710 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/port-resource-request-groups => 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: 505/969] 10.0.0.78 () {32 vars in 668 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/binding => 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: 506/970] 10.0.0.78 () {32 vars in 686 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/971] 10.0.0.78 () {32 vars in 680 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/972] 10.0.0.78 () {32 vars in 674 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/973] 10.0.0.78 () {32 vars in 670 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/provider => generated 191 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/974] 10.0.0.78 () {32 vars in 660 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/qos => 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: 511/975] 10.0.0.78 () {32 vars in 698 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/976] 10.0.0.78 () {32 vars in 698 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/977] 10.0.0.78 () {32 vars in 676 bytes} [Fri Apr 3 03:54:19 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: 514/978] 10.0.0.78 () {32 vars in 668 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/qos-fip => 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: 515/979] 10.0.0.78 () {32 vars in 682 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/980] 10.0.0.78 () {32 vars in 700 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/981] 10.0.0.78 () {32 vars in 684 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/982] 10.0.0.78 () {32 vars in 706 bytes} [Fri Apr 3 03:54:19 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: 519/983] 10.0.0.78 () {32 vars in 668 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/984] 10.0.0.78 () {32 vars in 696 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/985] 10.0.0.78 () {32 vars in 694 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/986] 10.0.0.78 () {32 vars in 684 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/987] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/ports?device_id=25626bfc-0e6c-4da7-a01e-cb8fbdbb8fec => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/988] 10.0.0.78 () {32 vars in 688 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/989] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/security-groups?id=8b6fcbfd-efdb-47ed-b2ea-cb463adaf65f&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/990] 10.0.0.78 () {32 vars in 704 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/991] 10.0.0.78 () {32 vars in 666 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/992] 10.0.0.78 () {32 vars in 680 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/993] 10.0.0.78 () {32 vars in 680 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/994] 10.0.0.78 () {32 vars in 690 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/995] 10.0.0.78 () {32 vars in 690 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/996] 10.0.0.78 () {32 vars in 694 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/997] 10.0.0.78 () {32 vars in 684 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/998] 10.0.0.78 () {32 vars in 688 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/999] 10.0.0.78 () {32 vars in 700 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1000] 10.0.0.78 () {32 vars in 702 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/router_availability_zone => 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: 537/1001] 10.0.0.78 () {32 vars in 712 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/1002] 199.204.45.30 () {38 vars in 1027 bytes} [Fri Apr 3 03:54:19 2026] PUT /v2.0/ports/cbf6d3d4-2228-495f-8fa2-b7e3b74cd34c => generated 972 bytes in 559 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1003] 10.0.0.78 () {32 vars in 716 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 466/1004] 10.0.0.78 () {32 vars in 714 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/1005] 10.0.0.78 () {32 vars in 726 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:54:19.675 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-872fa010-2fa0-4cca-8f5b-af0461314a7e'] response: {'name': 'network-changed', 'server_uuid': '71ab8ea8-7496-4123-adc7-3dcd63c861ea', 'tag': 'cbf6d3d4-2228-495f-8fa2-b7e3b74cd34c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 468/1006] 10.0.0.78 () {32 vars in 740 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/1007] 10.0.0.78 () {32 vars in 718 bytes} [Fri Apr 3 03:54:19 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) [pid: 7|app: 0|req: 539/1008] 199.204.45.30 () {34 vars in 993 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/ports?device_id=25626bfc-0e6c-4da7-a01e-cb8fbdbb8fec => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/1009] 10.0.0.78 () {32 vars in 682 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1010] 10.0.0.78 () {32 vars in 668 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/segment => generated 145 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1011] 10.0.0.78 () {32 vars in 718 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1012] 10.0.0.78 () {32 vars in 678 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1013] 10.0.0.78 () {32 vars in 668 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/sorting => 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: 544/1014] 10.0.0.78 () {32 vars in 696 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1015] 10.0.0.78 () {32 vars in 704 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1016] 10.0.0.78 () {32 vars in 700 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1017] 10.0.0.78 () {32 vars in 700 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1018] 10.0.0.78 () {32 vars in 682 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/subnet_onboard => 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: 549/1019] 10.0.0.78 () {32 vars in 704 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1020] 10.0.0.78 () {32 vars in 694 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:54:19.789 8 INFO neutron_taas.services.taas.taas_plugin [req-029fe509-7ea3-4ccd-a559-7a6bda361ab1 req-4db32d51-5fdc-409f-b11f-0f0dee67bf4c 6cf3304f89ad4fcd8ed9767ee762d6de 13eb5ce8445b4aaeb361efe0714a49e8 - - default default] TaaS: Handle Delete Port: 56f43526-a697-498b-8932-a47911c999ab [pid: 7|app: 0|req: 551/1021] 10.0.0.78 () {32 vars in 688 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:54:19.791 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-029fe509-7ea3-4ccd-a559-7a6bda361ab1 req-4db32d51-5fdc-409f-b11f-0f0dee67bf4c 6cf3304f89ad4fcd8ed9767ee762d6de 13eb5ce8445b4aaeb361efe0714a49e8 - - default default] Tap Mirror: Handle Delete Port: 56f43526-a697-498b-8932-a47911c999ab [pid: 7|app: 0|req: 552/1022] 10.0.0.78 () {32 vars in 696 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1023] 10.0.0.78 () {32 vars in 678 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1024] 10.0.0.78 () {32 vars in 688 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1025] 10.0.0.78 () {32 vars in 700 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1026] 10.0.0.78 () {32 vars in 664 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1027] 10.0.0.78 () {32 vars in 680 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1028] 10.0.0.78 () {32 vars in 676 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1029] 10.0.0.78 () {32 vars in 692 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1030] 10.0.0.78 () {32 vars in 676 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1031] 10.0.0.78 () {32 vars in 666 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1032] 10.0.0.78 () {32 vars in 662 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/taas => generated 175 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1033] 10.0.0.78 () {32 vars in 674 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1034] 10.0.0.78 () {32 vars in 686 bytes} [Fri Apr 3 03:54:19 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/1035] 199.204.45.30 () {36 vars in 996 bytes} [Fri Apr 3 03:54:19 2026] DELETE /v2.0/ports/56f43526-a697-498b-8932-a47911c999ab => 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: 565/1036] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:54:20 2026] GET /v2.0/ports?tenant_id=61f3b03acbbd40a08e951a137d59b436&device_id=71ab8ea8-7496-4123-adc7-3dcd63c861ea => 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: 472/1037] 199.204.45.30 () {34 vars in 985 bytes} [Fri Apr 3 03:54:20 2026] GET /v2.0/networks?id=b493dac7-5610-4bb4-8d6c-a30a9763de95 => generated 779 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/1038] 199.204.45.30 () {34 vars in 1059 bytes} [Fri Apr 3 03:54:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=cbf6d3d4-2228-495f-8fa2-b7e3b74cd34c => generated 861 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1039] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:54:20 2026] GET /v2.0/ports?device_id=9272abb6-bbce-4723-8c27-831b57490452 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1040] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:54:20 2026] GET /v2.0/security-groups?id=1be3b8e2-1680-4bd0-9b5a-61e4d1e73d20&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/1041] 199.204.45.30 () {34 vars in 983 bytes} [Fri Apr 3 03:54:20 2026] GET /v2.0/subnets?id=0f776024-715c-4144-891e-8d1203055f15 => generated 701 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1042] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:54:20 2026] GET /v2.0/ports?network_id=b493dac7-5610-4bb4-8d6c-a30a9763de95&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1043] 199.204.45.30 () {34 vars in 1011 bytes} [Fri Apr 3 03:54:20 2026] GET /v2.0/networks/b493dac7-5610-4bb4-8d6c-a30a9763de95?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1044] 199.204.45.30 () {34 vars in 1111 bytes} [Fri Apr 3 03:54:20 2026] GET /v2.0/networks/b493dac7-5610-4bb4-8d6c-a30a9763de95?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/1045] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:54:20 2026] GET /v2.0/security-groups?tenant_id=d7930d8f48844e749073211a79bbce00&name=default => generated 2925 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1046] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:54:20 2026] GET /v2.0/ports?device_id=25626bfc-0e6c-4da7-a01e-cb8fbdbb8fec => 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: 476/1047] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:54:20 2026] DELETE /v2.0/security-groups/84d829cb-72fb-4f70-b8d4-4f4720c4cb29 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1048] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:54:21 2026] GET /v2.0/ports?device_id=9272abb6-bbce-4723-8c27-831b57490452 => generated 973 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/1049] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:54:21 2026] GET /v2.0/security-groups?id=1be3b8e2-1680-4bd0-9b5a-61e4d1e73d20&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/1050] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:54:21 2026] GET /v2.0/ports?tenant_id=61f3b03acbbd40a08e951a137d59b436&device_id=71ab8ea8-7496-4123-adc7-3dcd63c861ea => 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: 573/1051] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:54:21 2026] GET /v2.0/ports?device_id=71ab8ea8-7496-4123-adc7-3dcd63c861ea => generated 975 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/1052] 199.204.45.30 () {34 vars in 985 bytes} [Fri Apr 3 03:54:21 2026] GET /v2.0/networks?id=b493dac7-5610-4bb4-8d6c-a30a9763de95 => generated 779 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1053] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:54:21 2026] GET /v2.0/security-groups?id=9d700658-dca7-40e6-a23b-0c5042465336&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/1054] 199.204.45.30 () {34 vars in 1059 bytes} [Fri Apr 3 03:54:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=cbf6d3d4-2228-495f-8fa2-b7e3b74cd34c => generated 861 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1055] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:54:21 2026] GET /v2.0/ports?device_id=25626bfc-0e6c-4da7-a01e-cb8fbdbb8fec => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/1056] 199.204.45.30 () {34 vars in 983 bytes} [Fri Apr 3 03:54:21 2026] GET /v2.0/subnets?id=0f776024-715c-4144-891e-8d1203055f15 => generated 701 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:54:21.719 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8abbbabd-10d4-419f-8521-8589ca3c15f6'] response: {'server_uuid': '25626bfc-0e6c-4da7-a01e-cb8fbdbb8fec', 'name': 'network-vif-deleted', 'tag': '56f43526-a697-498b-8932-a47911c999ab', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 576/1057] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:54:21 2026] GET /v2.0/ports?network_id=b493dac7-5610-4bb4-8d6c-a30a9763de95&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/1058] 199.204.45.30 () {34 vars in 1011 bytes} [Fri Apr 3 03:54:21 2026] GET /v2.0/networks/b493dac7-5610-4bb4-8d6c-a30a9763de95?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1059] 199.204.45.30 () {34 vars in 1111 bytes} [Fri Apr 3 03:54:21 2026] GET /v2.0/networks/b493dac7-5610-4bb4-8d6c-a30a9763de95?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1062] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:54:22 2026] GET /v2.0/ports?device_id=9272abb6-bbce-4723-8c27-831b57490452 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1063] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:54:22 2026] GET /v2.0/security-groups?id=1be3b8e2-1680-4bd0-9b5a-61e4d1e73d20&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1064] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:54:22 2026] GET /v2.0/ports?device_id=71ab8ea8-7496-4123-adc7-3dcd63c861ea => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1065] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:54:22 2026] GET /v2.0/security-groups?id=9d700658-dca7-40e6-a23b-0c5042465336&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1066] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:54:22 2026] GET /v2.0/ports?device_id=25626bfc-0e6c-4da7-a01e-cb8fbdbb8fec => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:54:22.843 8 INFO neutron.db.segments_db [None req-e30c28b8-bd77-40f5-8e65-7f7e9ef852e8 fd8a6e14da0b47e9b8233d8226abf4fe 00f6cc6adb0f4586a66490de030abfb1 - - default default] Added segment 71000b73-fdac-43bf-ba91-9ccb3659f457 of type vxlan for network 4bda8254-32b7-4361-ae88-448d0385a224 [pid: 8|app: 0|req: 483/1067] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 03:54:22 2026] POST /v2.0/networks => generated 628 bytes in 486 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1068] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:54:23 2026] POST /v2.0/subnets => generated 673 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:54:23.690 8 INFO neutron.db.segments_db [None req-a1c50d82-378f-4eed-a2b0-0c0317bee668 fd8a6e14da0b47e9b8233d8226abf4fe 00f6cc6adb0f4586a66490de030abfb1 - - default default] Added segment a13f62a4-5935-4af4-ad2b-6282790f9165 of type vxlan for network 9a841a80-4408-4afc-bf04-d4af413a8ce4 [pid: 8|app: 0|req: 484/1069] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 03:54:23 2026] POST /v2.0/networks => generated 629 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1070] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:54:23 2026] GET /v2.0/ports?device_id=9272abb6-bbce-4723-8c27-831b57490452 => generated 975 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1071] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:54:23 2026] GET /v2.0/security-groups?id=1be3b8e2-1680-4bd0-9b5a-61e4d1e73d20&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: 485/1072] 10.0.0.78 () {34 vars in 742 bytes} [Fri Apr 3 03:54:23 2026] PUT /v2.0/networks/9a841a80-4408-4afc-bf04-d4af413a8ce4 => generated 592 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1073] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:54:23 2026] GET /v2.0/ports?device_id=71ab8ea8-7496-4123-adc7-3dcd63c861ea => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1074] 199.204.45.30 () {34 vars in 993 bytes} [Fri Apr 3 03:54:23 2026] GET /v2.0/ports?device_id=71ab8ea8-7496-4123-adc7-3dcd63c861ea => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/1075] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:54:23 2026] POST /v2.0/subnets => generated 646 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/1076] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:54:24 2026] GET /v2.0/security-groups?id=9d700658-dca7-40e6-a23b-0c5042465336&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:54:24.245 8 INFO neutron_taas.services.taas.taas_plugin [req-d0209d11-7971-44df-bdac-08759fe409ed req-970c0cc4-f29d-4ddd-9e94-59a334d4b71d 52376cbc9bb6442ca310cf20d9c80c32 61f3b03acbbd40a08e951a137d59b436 - - default default] TaaS: Handle Delete Port: cbf6d3d4-2228-495f-8fa2-b7e3b74cd34c 2026-04-03 03:54:24.248 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d0209d11-7971-44df-bdac-08759fe409ed req-970c0cc4-f29d-4ddd-9e94-59a334d4b71d 52376cbc9bb6442ca310cf20d9c80c32 61f3b03acbbd40a08e951a137d59b436 - - default default] Tap Mirror: Handle Delete Port: cbf6d3d4-2228-495f-8fa2-b7e3b74cd34c 2026-04-03 03:54:24.288 7 INFO neutron_taas.services.taas.taas_plugin [None req-53aa5a9d-dab7-4a07-a165-125fdc5e07f9 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] TaaS: Handle Delete Port: 5172d559-8067-4cd1-8ec5-3052c9c36976 2026-04-03 03:54:24.291 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-53aa5a9d-dab7-4a07-a165-125fdc5e07f9 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Tap Mirror: Handle Delete Port: 5172d559-8067-4cd1-8ec5-3052c9c36976 2026-04-03 03:54:24.362 8 INFO neutron.db.l3_db [req-d0209d11-7971-44df-bdac-08759fe409ed req-970c0cc4-f29d-4ddd-9e94-59a334d4b71d 52376cbc9bb6442ca310cf20d9c80c32 61f3b03acbbd40a08e951a137d59b436 - - default default] Floating IP 0d41bfcd-a0f1-4898-b408-d1dee5181f02 disassociated. External IP: 10.96.250.215, port: cbf6d3d4-2228-495f-8fa2-b7e3b74cd34c. [pid: 8|app: 0|req: 488/1077] 199.204.45.30 () {36 vars in 996 bytes} [Fri Apr 3 03:54:24 2026] DELETE /v2.0/ports/cbf6d3d4-2228-495f-8fa2-b7e3b74cd34c => generated 0 bytes in 618 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:54:24.809 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-35b58563-cb6f-42e2-b2ab-16598656447e'] response: {'server_uuid': '71ab8ea8-7496-4123-adc7-3dcd63c861ea', 'name': 'network-vif-deleted', 'tag': 'cbf6d3d4-2228-495f-8fa2-b7e3b74cd34c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 590/1078] 10.0.0.78 () {34 vars in 788 bytes} [Fri Apr 3 03:54:23 2026] PUT /v2.0/routers/14f931f0-0e83-435a-8d0a-52f2174cdc35/remove_router_interface => generated 309 bytes in 880 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/1079] 10.0.0.78 () {34 vars in 740 bytes} [Fri Apr 3 03:54:24 2026] PUT /v2.0/subnets/6ce1eb38-f896-4e97-96f0-e4870f08aa9d => generated 656 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:54:25.053 7 INFO neutron_taas.services.taas.taas_plugin [None req-e55c4257-799e-499c-8485-6238e09356c0 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] TaaS: Handle Delete Port: 14f05e9f-8464-43db-9f14-a0139568b476 2026-04-03 03:54:25.056 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e55c4257-799e-499c-8485-6238e09356c0 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Tap Mirror: Handle Delete Port: 14f05e9f-8464-43db-9f14-a0139568b476 2026-04-03 03:54:25.123 8 INFO neutron.services.segments.plugin [-] Segment a13f62a4-5935-4af4-ad2b-6282790f9165 resource provider aggregate not found 2026-04-03 03:54:25.129 8 INFO neutron.services.segments.plugin [-] Segment a13f62a4-5935-4af4-ad2b-6282790f9165 resource provider aggregate not found [pid: 8|app: 0|req: 490/1080] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:54:24 2026] DELETE /v2.0/networks/9a841a80-4408-4afc-bf04-d4af413a8ce4 => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:54:25.150 8 INFO neutron.services.segments.plugin [-] Segment a13f62a4-5935-4af4-ad2b-6282790f9165 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 a13f62a4-5935-4af4-ad2b-6282790f9165 found for delete ", "request_id": "req-7ba26afa-0ec5-4564-a854-385263abf9e8"}]} 2026-04-03 03:54:25.151 8 INFO neutron.services.segments.plugin [-] Segment a13f62a4-5935-4af4-ad2b-6282790f9165 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 a13f62a4-5935-4af4-ad2b-6282790f9165 found for delete ", "request_id": "req-81adb5fa-3b1d-4c3b-bffc-a27aa6037b3d"}]} 2026-04-03 03:54:25.165 8 INFO neutron.pecan_wsgi.hooks.translation [None req-926b8e0c-ef75-488a-86a3-9dca1d9d3826 fd8a6e14da0b47e9b8233d8226abf4fe 00f6cc6adb0f4586a66490de030abfb1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 491/1081] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:54:25 2026] DELETE /v2.0/networks/9a841a80-4408-4afc-bf04-d4af413a8ce4 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/1082] 10.0.0.78 () {32 vars in 693 bytes} [Fri Apr 3 03:54:25 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/1083] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:54:25 2026] GET /v2.0/ports?device_id=71ab8ea8-7496-4123-adc7-3dcd63c861ea => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/1084] 10.0.0.78 () {32 vars in 741 bytes} [Fri Apr 3 03:54:25 2026] GET /v2.0/subnets?network_id=e62df3b8-c183-49b9-a550-2cefa7b10ca7 => generated 649 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/1085] 10.0.0.78 () {32 vars in 652 bytes} [Fri Apr 3 03:54:25 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-03 03:54:25.357 7 INFO neutron_taas.services.taas.taas_plugin [None req-e55c4257-799e-499c-8485-6238e09356c0 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] TaaS: Handle Delete Port: d8f1d629-2b4d-414d-89cb-ab71cfcdf0fc 2026-04-03 03:54:25.362 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e55c4257-799e-499c-8485-6238e09356c0 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Tap Mirror: Handle Delete Port: d8f1d629-2b4d-414d-89cb-ab71cfcdf0fc [pid: 8|app: 0|req: 496/1086] 10.0.0.78 () {32 vars in 648 bytes} [Fri Apr 3 03:54:25 2026] GET /v2.0/networks => generated 1312 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1087] 10.0.0.78 () {32 vars in 646 bytes} [Fri Apr 3 03:54:25 2026] GET /v2.0/subnets => generated 1312 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1088] 10.0.0.78 () {32 vars in 722 bytes} [Fri Apr 3 03:54:25 2026] GET /v2.0/networks/4bda8254-32b7-4361-ae88-448d0385a224 => 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: 499/1089] 10.0.0.78 () {32 vars in 720 bytes} [Fri Apr 3 03:54:25 2026] GET /v2.0/subnets/e6af2788-3375-400d-929f-565f26bc3ad9 => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:54:25.555 8 INFO neutron.pecan_wsgi.hooks.translation [None req-32ad4d01-9175-4bf6-a6ba-7ef652a102b2 fd8a6e14da0b47e9b8233d8226abf4fe 00f6cc6adb0f4586a66490de030abfb1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 500/1090] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:54:25 2026] DELETE /v2.0/subnets/6ce1eb38-f896-4e97-96f0-e4870f08aa9d => generated 136 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-03 03:54:25.579 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f698f971-8734-4d62-aee3-3160848bde9f fd8a6e14da0b47e9b8233d8226abf4fe 00f6cc6adb0f4586a66490de030abfb1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 501/1091] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:54:25 2026] DELETE /v2.0/networks/9a841a80-4408-4afc-bf04-d4af413a8ce4 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1092] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:54:25 2026] DELETE /v2.0/subnets/e6af2788-3375-400d-929f-565f26bc3ad9 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:54:25.762 7 INFO neutron.services.segments.plugin [-] Segment f1803f77-c1e5-487e-b9f3-12eebcdb6333 resource provider aggregate not found 2026-04-03 03:54:25.771 7 INFO neutron.services.segments.plugin [-] Segment f1803f77-c1e5-487e-b9f3-12eebcdb6333 resource provider aggregate not found 2026-04-03 03:54:25.790 7 INFO neutron.services.segments.plugin [-] Segment f1803f77-c1e5-487e-b9f3-12eebcdb6333 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 f1803f77-c1e5-487e-b9f3-12eebcdb6333 found for delete ", "request_id": "req-5f1c1687-c1c2-4d4c-a6fc-e4116d18c8a3"}]} 2026-04-03 03:54:25.795 7 INFO neutron.services.segments.plugin [-] Segment f1803f77-c1e5-487e-b9f3-12eebcdb6333 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 f1803f77-c1e5-487e-b9f3-12eebcdb6333 found for delete ", "request_id": "req-fba1a7f3-25fc-495d-a6db-6eb441978ce6"}]} 2026-04-03 03:54:25.797 7 INFO neutron.db.l3_hamode_db [None req-e55c4257-799e-499c-8485-6238e09356c0 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] HA network 62c9321d-e681-4935-8e9b-785bdfd03d0f was deleted as no HA routers are present in tenant 13eb5ce8445b4aaeb361efe0714a49e8. [pid: 7|app: 0|req: 591/1093] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:54:24 2026] DELETE /v2.0/routers/14f931f0-0e83-435a-8d0a-52f2174cdc35 => generated 0 bytes in 960 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 03:54:25.854 8 INFO neutron_taas.services.taas.taas_plugin [None req-30cd9666-65c7-4ab4-bd72-6d82d2678aa7 fd8a6e14da0b47e9b8233d8226abf4fe 00f6cc6adb0f4586a66490de030abfb1 - - default default] TaaS: Handle Delete Port: 78f47cab-0eb1-48f4-8176-1cc455665742 2026-04-03 03:54:25.856 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-30cd9666-65c7-4ab4-bd72-6d82d2678aa7 fd8a6e14da0b47e9b8233d8226abf4fe 00f6cc6adb0f4586a66490de030abfb1 - - default default] Tap Mirror: Handle Delete Port: 78f47cab-0eb1-48f4-8176-1cc455665742 [pid: 7|app: 0|req: 592/1094] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:54:25 2026] DELETE /v2.0/subnets/6d9aa46a-8458-4424-947a-92488b7046cd => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1095] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:54:25 2026] DELETE /v2.0/networks/4bda8254-32b7-4361-ae88-448d0385a224 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:54:26.077 7 INFO neutron_taas.services.taas.taas_plugin [None req-29ea5eb7-b1bc-4f36-9d9a-c48d933721eb b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] TaaS: Handle Delete Port: 89e5446d-be9c-4924-8fcf-39578604154b 2026-04-03 03:54:26.079 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-29ea5eb7-b1bc-4f36-9d9a-c48d933721eb b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Tap Mirror: Handle Delete Port: 89e5446d-be9c-4924-8fcf-39578604154b [pid: 7|app: 0|req: 593/1096] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:54:25 2026] DELETE /v2.0/networks/f0eb0600-dfa7-47d9-91aa-524e1b9e954a => generated 0 bytes in 289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1097] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:54:26 2026] GET /v2.0/ports?device_id=71ab8ea8-7496-4123-adc7-3dcd63c861ea => 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: 594/1098] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:54:26 2026] GET /v2.0/security-groups?tenant_id=13eb5ce8445b4aaeb361efe0714a49e8&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1099] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:54:26 2026] DELETE /v2.0/security-groups/8b6fcbfd-efdb-47ed-b2ea-cb463adaf65f => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1100] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:54:26 2026] GET /v2.0/security-groups?tenant_id=00f6cc6adb0f4586a66490de030abfb1&name=default => generated 2925 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1101] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:54:26 2026] DELETE /v2.0/security-groups/0722415a-c630-411d-8b9f-462481eab64a => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 03:54:27.170 8 INFO neutron.services.segments.plugin [-] Segment 71000b73-fdac-43bf-ba91-9ccb3659f457 resource provider aggregate not found 2026-04-03 03:54:27.174 8 INFO neutron.services.segments.plugin [-] Segment 71000b73-fdac-43bf-ba91-9ccb3659f457 resource provider aggregate not found 2026-04-03 03:54:27.189 8 INFO neutron.services.segments.plugin [-] Segment 71000b73-fdac-43bf-ba91-9ccb3659f457 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 71000b73-fdac-43bf-ba91-9ccb3659f457 found for delete ", "request_id": "req-049af34f-ae1c-4952-8911-81dcdfd3acdf"}]} 2026-04-03 03:54:27.189 8 INFO neutron.services.segments.plugin [-] Segment 71000b73-fdac-43bf-ba91-9ccb3659f457 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 71000b73-fdac-43bf-ba91-9ccb3659f457 found for delete ", "request_id": "req-d38e5971-6cfe-4292-8faf-f5bef28ca93e"}]} [pid: 7|app: 0|req: 596/1102] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:54:27 2026] GET /v2.0/ports?device_id=71ab8ea8-7496-4123-adc7-3dcd63c861ea => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:54:27.813 7 INFO neutron.services.segments.plugin [-] Segment ac20b61c-a6eb-4563-9db5-84d798c8e52d resource provider aggregate not found 2026-04-03 03:54:27.818 7 INFO neutron.services.segments.plugin [-] Segment ac20b61c-a6eb-4563-9db5-84d798c8e52d resource provider aggregate not found 2026-04-03 03:54:27.835 7 INFO neutron.services.segments.plugin [-] Segment ac20b61c-a6eb-4563-9db5-84d798c8e52d 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 ac20b61c-a6eb-4563-9db5-84d798c8e52d found for delete ", "request_id": "req-d991d8b7-d81e-4bf8-9945-41af14a8b30a"}]} 2026-04-03 03:54:27.836 7 INFO neutron.services.segments.plugin [-] Segment ac20b61c-a6eb-4563-9db5-84d798c8e52d 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 ac20b61c-a6eb-4563-9db5-84d798c8e52d found for delete ", "request_id": "req-6d37d668-9a2a-4f6d-bb26-1cb689255f54"}]} [pid: 8|app: 0|req: 507/1103] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:54:28 2026] DELETE /v2.0/security-groups/9d700658-dca7-40e6-a23b-0c5042465336 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 03:54:28.688 8 INFO neutron.api.v2.resource [None req-037c7d28-2e89-414e-820e-942933d9798b 52376cbc9bb6442ca310cf20d9c80c32 61f3b03acbbd40a08e951a137d59b436 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 508/1104] 10.0.0.78 () {32 vars in 736 bytes} [Fri Apr 3 03:54:28 2026] GET /v2.0/security-groups/9d700658-dca7-40e6-a23b-0c5042465336 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-03 03:54:28.788 8 INFO neutron_taas.services.taas.taas_plugin [None req-029fb60f-27a9-4e4e-afe4-5f96b9fa9ef0 52376cbc9bb6442ca310cf20d9c80c32 61f3b03acbbd40a08e951a137d59b436 - - default default] TaaS: Handle Delete Port: b9713998-8c46-4aec-8976-c48f75a11452 2026-04-03 03:54:28.790 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-029fb60f-27a9-4e4e-afe4-5f96b9fa9ef0 52376cbc9bb6442ca310cf20d9c80c32 61f3b03acbbd40a08e951a137d59b436 - - default default] Tap Mirror: Handle Delete Port: b9713998-8c46-4aec-8976-c48f75a11452 2026-04-03 03:54:28.962 7 INFO neutron.db.segments_db [None req-4f88010b-bc5e-4d81-824b-5a82f5e8f8d9 7e1a8b418d844932ae6b355783a606ea 34b5d9c0ebd345be8551713a1cac7cf1 - - default default] Added segment f242a695-7085-4daf-b693-3f7a43a8748d of type vxlan for network 55fd55c3-ca0e-42c0-8466-3ea860ee00bf [pid: 8|app: 0|req: 509/1105] 10.0.0.78 () {32 vars in 731 bytes} [Fri Apr 3 03:54:28 2026] DELETE /v2.0/floatingips/0d41bfcd-a0f1-4898-b408-d1dee5181f02 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1106] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 03:54:28 2026] POST /v2.0/networks => generated 625 bytes in 440 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1107] 10.0.0.78 () {34 vars in 664 bytes} [Fri Apr 3 03:54:29 2026] POST /v2.0/ports => generated 774 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-03 03:54:29.437 8 INFO neutron_taas.services.taas.taas_plugin [None req-c507a756-a01c-4551-b70c-c57ab75f5b64 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] TaaS: Handle Delete Port: c769e9d3-5bc7-4cc6-a781-532b233e4c7f 2026-04-03 03:54:29.440 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c507a756-a01c-4551-b70c-c57ab75f5b64 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Tap Mirror: Handle Delete Port: c769e9d3-5bc7-4cc6-a781-532b233e4c7f 2026-04-03 03:54:29.474 7 INFO neutron.db.segments_db [None req-4a5487d1-580a-4799-b1b8-4e132c5fc3f7 7e1a8b418d844932ae6b355783a606ea 34b5d9c0ebd345be8551713a1cac7cf1 - - default default] Added segment 2a3b8f12-9dfc-4bc9-aaef-6ab009df8d1b of type vxlan for network c900e658-ee0b-4b9d-a9fc-b565bdba57bd [pid: 7|app: 0|req: 599/1108] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 03:54:29 2026] POST /v2.0/networks => generated 612 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1109] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:54:29 2026] POST /v2.0/subnets => generated 626 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1110] 10.0.0.78 () {34 vars in 788 bytes} [Fri Apr 3 03:54:29 2026] PUT /v2.0/routers/51f5d301-ab86-4df9-b310-56d4d9665b54/remove_router_interface => generated 309 bytes in 1002 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1111] 10.0.0.78 () {34 vars in 664 bytes} [Fri Apr 3 03:54:29 2026] POST /v2.0/ports => generated 954 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-03 03:54:30.268 8 INFO neutron_taas.services.taas.taas_plugin [None req-fb662ea4-ce59-4a37-a9e7-deeef376647b b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] TaaS: Handle Delete Port: 5f67c887-85e1-4796-b7b6-f05faa2dbafa 2026-04-03 03:54:30.271 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb662ea4-ce59-4a37-a9e7-deeef376647b b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Tap Mirror: Handle Delete Port: 5f67c887-85e1-4796-b7b6-f05faa2dbafa 2026-04-03 03:54:30.314 7 INFO neutron_taas.services.taas.taas_plugin [None req-fb424090-574d-48f4-9707-c235dfa494ff 7e1a8b418d844932ae6b355783a606ea 34b5d9c0ebd345be8551713a1cac7cf1 - - default default] TaaS: Handle Delete Port: e2f79e07-3af7-409a-b02d-2181c0c64bca 2026-04-03 03:54:30.320 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb424090-574d-48f4-9707-c235dfa494ff 7e1a8b418d844932ae6b355783a606ea 34b5d9c0ebd345be8551713a1cac7cf1 - - default default] Tap Mirror: Handle Delete Port: e2f79e07-3af7-409a-b02d-2181c0c64bca [pid: 7|app: 0|req: 602/1112] 10.0.0.78 () {32 vars in 719 bytes} [Fri Apr 3 03:54:30 2026] DELETE /v2.0/ports/e2f79e07-3af7-409a-b02d-2181c0c64bca => generated 0 bytes in 250 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:54:30.473 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3a09e821-6c44-4d14-9113-a84323763583 7e1a8b418d844932ae6b355783a606ea 34b5d9c0ebd345be8551713a1cac7cf1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 603/1113] 10.0.0.78 () {32 vars in 719 bytes} [Fri Apr 3 03:54:30 2026] DELETE /v2.0/ports/e2f79e07-3af7-409a-b02d-2181c0c64bca => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-03 03:54:30.495 7 INFO neutron.pecan_wsgi.hooks.translation [None req-daace62a-125b-48f6-b25e-a8ff1c6caf04 7e1a8b418d844932ae6b355783a606ea 34b5d9c0ebd345be8551713a1cac7cf1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 604/1114] 10.0.0.78 () {32 vars in 716 bytes} [Fri Apr 3 03:54:30 2026] GET /v2.0/ports/e2f79e07-3af7-409a-b02d-2181c0c64bca => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-03 03:54:30.520 8 INFO neutron_taas.services.taas.taas_plugin [None req-fb662ea4-ce59-4a37-a9e7-deeef376647b b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] TaaS: Handle Delete Port: 7dba83a7-f2ef-461e-96aa-f368e3d27464 2026-04-03 03:54:30.523 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb662ea4-ce59-4a37-a9e7-deeef376647b b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Tap Mirror: Handle Delete Port: 7dba83a7-f2ef-461e-96aa-f368e3d27464 [pid: 7|app: 0|req: 605/1115] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:54:30 2026] DELETE /v2.0/subnets/e0483e47-af95-40bf-87a6-7366746d95ef => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:54:30.728 7 INFO neutron.services.segments.plugin [-] Segment 2a3b8f12-9dfc-4bc9-aaef-6ab009df8d1b resource provider aggregate not found 2026-04-03 03:54:30.733 7 INFO neutron.services.segments.plugin [-] Segment 2a3b8f12-9dfc-4bc9-aaef-6ab009df8d1b resource provider aggregate not found 2026-04-03 03:54:30.750 7 INFO neutron.services.segments.plugin [-] Segment 2a3b8f12-9dfc-4bc9-aaef-6ab009df8d1b 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 2a3b8f12-9dfc-4bc9-aaef-6ab009df8d1b found for delete ", "request_id": "req-0ab7e885-2575-4e2f-acf4-9f531066885c"}]} 2026-04-03 03:54:30.753 7 INFO neutron.services.segments.plugin [-] Segment 2a3b8f12-9dfc-4bc9-aaef-6ab009df8d1b 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 2a3b8f12-9dfc-4bc9-aaef-6ab009df8d1b found for delete ", "request_id": "req-31d8d62a-8848-4ef6-9a48-a12865c95579"}]} [pid: 7|app: 0|req: 606/1116] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:54:30 2026] DELETE /v2.0/networks/c900e658-ee0b-4b9d-a9fc-b565bdba57bd => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:54:30.828 7 INFO neutron.db.segments_db [None req-4ba29164-11e9-4cf8-b8ff-b868769867bb 7e1a8b418d844932ae6b355783a606ea 34b5d9c0ebd345be8551713a1cac7cf1 - - default default] Added segment 04b434ee-988a-41df-aee3-cdfc666517a8 of type vxlan for network e384365c-dde2-4715-b03d-57eb3e4e3426 2026-04-03 03:54:30.882 8 INFO neutron.services.segments.plugin [-] Segment 0706c4f7-b983-48f7-987b-2618136a4dd1 resource provider aggregate not found 2026-04-03 03:54:30.890 8 INFO neutron.services.segments.plugin [-] Segment 0706c4f7-b983-48f7-987b-2618136a4dd1 resource provider aggregate not found [pid: 7|app: 0|req: 607/1117] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 03:54:30 2026] POST /v2.0/networks => generated 612 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:54:30.911 8 INFO neutron.services.segments.plugin [-] Segment 0706c4f7-b983-48f7-987b-2618136a4dd1 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 0706c4f7-b983-48f7-987b-2618136a4dd1 found for delete ", "request_id": "req-27165da8-2846-4eb1-9d3c-4276fcb60886"}]} 2026-04-03 03:54:30.911 8 INFO neutron.services.segments.plugin [-] Segment 0706c4f7-b983-48f7-987b-2618136a4dd1 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 0706c4f7-b983-48f7-987b-2618136a4dd1 found for delete ", "request_id": "req-562d1008-b485-461e-9497-da5f62626e0f"}]} 2026-04-03 03:54:30.932 8 INFO neutron.db.l3_hamode_db [None req-fb662ea4-ce59-4a37-a9e7-deeef376647b b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] HA network 71243ab6-49ec-45c9-94db-390881461438 was deleted as no HA routers are present in tenant 61f3b03acbbd40a08e951a137d59b436. [pid: 8|app: 0|req: 511/1118] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:54:30 2026] DELETE /v2.0/routers/51f5d301-ab86-4df9-b310-56d4d9665b54 => generated 0 bytes in 887 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1119] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:54:30 2026] DELETE /v2.0/subnets/0f776024-715c-4144-891e-8d1203055f15 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1120] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:54:30 2026] POST /v2.0/subnets => generated 626 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:54:31.184 8 INFO neutron_taas.services.taas.taas_plugin [None req-2a0346fe-f60b-4e3a-b41c-07f873d628e3 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] TaaS: Handle Delete Port: ed75a9a1-3d75-4b70-a6f3-b8bb460f61ca 2026-04-03 03:54:31.187 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2a0346fe-f60b-4e3a-b41c-07f873d628e3 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Tap Mirror: Handle Delete Port: ed75a9a1-3d75-4b70-a6f3-b8bb460f61ca [pid: 8|app: 0|req: 513/1121] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:54:31 2026] DELETE /v2.0/networks/b493dac7-5610-4bb4-8d6c-a30a9763de95 => generated 0 bytes in 246 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1122] 10.0.0.78 () {34 vars in 664 bytes} [Fri Apr 3 03:54:31 2026] POST /v2.0/ports => generated 915 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1123] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:54:31 2026] GET /v2.0/security-groups?tenant_id=61f3b03acbbd40a08e951a137d59b436&name=default => generated 2921 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 03:54:31.556 8 INFO neutron_taas.services.taas.taas_plugin [None req-a455c249-7d63-43dd-ab3a-04a71498204c 7e1a8b418d844932ae6b355783a606ea 34b5d9c0ebd345be8551713a1cac7cf1 - - default default] TaaS: Handle Delete Port: 8b49976b-3fe3-4933-a693-c9b5c0e6dcbc 2026-04-03 03:54:31.560 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a455c249-7d63-43dd-ab3a-04a71498204c 7e1a8b418d844932ae6b355783a606ea 34b5d9c0ebd345be8551713a1cac7cf1 - - default default] Tap Mirror: Handle Delete Port: 8b49976b-3fe3-4933-a693-c9b5c0e6dcbc [pid: 7|app: 0|req: 611/1124] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:54:31 2026] DELETE /v2.0/security-groups/31ce5b62-ca62-4b7c-9441-6f7708d47375 => 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: 514/1125] 10.0.0.78 () {32 vars in 719 bytes} [Fri Apr 3 03:54:31 2026] DELETE /v2.0/ports/8b49976b-3fe3-4933-a693-c9b5c0e6dcbc => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:54:31.752 7 INFO neutron.pecan_wsgi.hooks.translation [None req-42d8bbef-bd71-4db4-be30-d2ca2cd0d0f2 7e1a8b418d844932ae6b355783a606ea 34b5d9c0ebd345be8551713a1cac7cf1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 612/1126] 10.0.0.78 () {32 vars in 716 bytes} [Fri Apr 3 03:54:31 2026] GET /v2.0/ports/8b49976b-3fe3-4933-a693-c9b5c0e6dcbc => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1127] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:54:31 2026] DELETE /v2.0/subnets/58bffe53-f655-478b-88d2-2384e410eec9 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1128] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:54:31 2026] DELETE /v2.0/networks/e384365c-dde2-4715-b03d-57eb3e4e3426 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1129] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:54:31 2026] GET /v2.0/security-groups?tenant_id=f92bd8e0d62647bebe741df4a6fffd85&name=default => generated 2925 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1130] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:54:32 2026] DELETE /v2.0/security-groups/a0913606-36ec-4a85-8e97-28f9f039b855 => 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: 517/1131] 10.0.0.78 () {34 vars in 664 bytes} [Fri Apr 3 03:54:32 2026] POST /v2.0/ports => generated 774 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 615/1132] 10.0.0.78 () {34 vars in 736 bytes} [Fri Apr 3 03:54:32 2026] PUT /v2.0/ports/8ee7ed3d-d96b-4eed-8878-958832cf998d => generated 752 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1133] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:54:32 2026] GET /v2.0/security-groups?tenant_id=6f2e17a1326d4db58fdb449a92ff5ac3&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 616/1134] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:54:32 2026] DELETE /v2.0/security-groups/6def6068-6609-4c72-a8ed-ae86ff94cdbe => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 03:54:32.566 8 INFO neutron_taas.services.taas.taas_plugin [None req-17b86cdc-01f7-434b-b64b-973bca0cc999 7e1a8b418d844932ae6b355783a606ea 34b5d9c0ebd345be8551713a1cac7cf1 - - default default] TaaS: Handle Delete Port: 8ee7ed3d-d96b-4eed-8878-958832cf998d 2026-04-03 03:54:32.569 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-17b86cdc-01f7-434b-b64b-973bca0cc999 7e1a8b418d844932ae6b355783a606ea 34b5d9c0ebd345be8551713a1cac7cf1 - - default default] Tap Mirror: Handle Delete Port: 8ee7ed3d-d96b-4eed-8878-958832cf998d [pid: 8|app: 0|req: 519/1135] 10.0.0.78 () {32 vars in 719 bytes} [Fri Apr 3 03:54:32 2026] DELETE /v2.0/ports/8ee7ed3d-d96b-4eed-8878-958832cf998d => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1136] 10.0.0.78 () {32 vars in 642 bytes} [Fri Apr 3 03:54:32 2026] GET /v2.0/ports => generated 777 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:54:32.763 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b5739ca3-43ca-46dd-a1c3-25b2f42ffe15 7e1a8b418d844932ae6b355783a606ea 34b5d9c0ebd345be8551713a1cac7cf1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 520/1137] 10.0.0.78 () {32 vars in 716 bytes} [Fri Apr 3 03:54:32 2026] GET /v2.0/ports/8ee7ed3d-d96b-4eed-8878-958832cf998d => 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: 618/1138] 10.0.0.78 () {32 vars in 642 bytes} [Fri Apr 3 03:54:32 2026] GET /v2.0/ports => generated 777 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1139] 10.0.0.78 () {32 vars in 716 bytes} [Fri Apr 3 03:54:32 2026] GET /v2.0/ports/e279ded4-b80f-4195-9e62-42186aa13f28 => generated 774 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:54:32.888 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c68ad8fa-ce56-44bf-a0e5-9bdb6258acb5 7e1a8b418d844932ae6b355783a606ea 34b5d9c0ebd345be8551713a1cac7cf1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 619/1140] 10.0.0.78 () {32 vars in 719 bytes} [Fri Apr 3 03:54:32 2026] DELETE /v2.0/ports/8b49976b-3fe3-4933-a693-c9b5c0e6dcbc => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-03 03:54:32.920 8 INFO neutron.pecan_wsgi.hooks.translation [None req-08fb06c2-dbb1-4458-9135-65ab1f8de4e9 7e1a8b418d844932ae6b355783a606ea 34b5d9c0ebd345be8551713a1cac7cf1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 522/1141] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:54:32 2026] DELETE /v2.0/subnets/58bffe53-f655-478b-88d2-2384e410eec9 => generated 136 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-03 03:54:32.935 8 INFO neutron.services.segments.plugin [-] Segment f065c0f5-fd43-4bf4-b60a-2640acaae7ba resource provider aggregate not found 2026-04-03 03:54:32.940 8 INFO neutron.services.segments.plugin [-] Segment f065c0f5-fd43-4bf4-b60a-2640acaae7ba resource provider aggregate not found 2026-04-03 03:54:32.943 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e41be663-5136-4469-9978-4aae7fe58308 7e1a8b418d844932ae6b355783a606ea 34b5d9c0ebd345be8551713a1cac7cf1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 620/1142] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:54:32 2026] DELETE /v2.0/subnets/e0483e47-af95-40bf-87a6-7366746d95ef => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-03 03:54:32.956 8 INFO neutron.services.segments.plugin [-] Segment f065c0f5-fd43-4bf4-b60a-2640acaae7ba 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 f065c0f5-fd43-4bf4-b60a-2640acaae7ba found for delete ", "request_id": "req-6ba76017-ed13-4203-97e5-3c9b7df86747"}]} 2026-04-03 03:54:32.960 8 INFO neutron.services.segments.plugin [-] Segment f065c0f5-fd43-4bf4-b60a-2640acaae7ba 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 f065c0f5-fd43-4bf4-b60a-2640acaae7ba found for delete ", "request_id": "req-65ea3c6f-15cb-40b0-a044-19a828e93da2"}]} 2026-04-03 03:54:32.981 8 INFO neutron.services.segments.plugin [-] Segment 04b434ee-988a-41df-aee3-cdfc666517a8 resource provider aggregate not found 2026-04-03 03:54:32.990 8 INFO neutron.services.segments.plugin [-] Segment 04b434ee-988a-41df-aee3-cdfc666517a8 resource provider aggregate not found 2026-04-03 03:54:33.009 8 INFO neutron.services.segments.plugin [-] Segment 04b434ee-988a-41df-aee3-cdfc666517a8 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 04b434ee-988a-41df-aee3-cdfc666517a8 found for delete ", "request_id": "req-3703e9c0-add3-4c86-8747-3b0e2d7ec59e"}]} 2026-04-03 03:54:33.011 8 INFO neutron.services.segments.plugin [-] Segment 04b434ee-988a-41df-aee3-cdfc666517a8 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 04b434ee-988a-41df-aee3-cdfc666517a8 found for delete ", "request_id": "req-116ad741-903b-47e1-b9c3-6f6a5f83e5e9"}]} 2026-04-03 03:54:33.083 8 INFO neutron_taas.services.taas.taas_plugin [None req-a8e75232-8b25-4228-92bc-4197bc6699d2 7e1a8b418d844932ae6b355783a606ea 34b5d9c0ebd345be8551713a1cac7cf1 - - default default] TaaS: Handle Delete Port: e279ded4-b80f-4195-9e62-42186aa13f28 2026-04-03 03:54:33.092 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a8e75232-8b25-4228-92bc-4197bc6699d2 7e1a8b418d844932ae6b355783a606ea 34b5d9c0ebd345be8551713a1cac7cf1 - - default default] Tap Mirror: Handle Delete Port: e279ded4-b80f-4195-9e62-42186aa13f28 [pid: 8|app: 0|req: 523/1143] 10.0.0.78 () {32 vars in 719 bytes} [Fri Apr 3 03:54:32 2026] DELETE /v2.0/ports/e279ded4-b80f-4195-9e62-42186aa13f28 => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:54:33.294 7 INFO neutron.services.segments.plugin [-] Segment f242a695-7085-4daf-b693-3f7a43a8748d resource provider aggregate not found 2026-04-03 03:54:33.302 7 INFO neutron.services.segments.plugin [-] Segment f242a695-7085-4daf-b693-3f7a43a8748d resource provider aggregate not found 2026-04-03 03:54:33.324 7 INFO neutron.services.segments.plugin [-] Segment f242a695-7085-4daf-b693-3f7a43a8748d 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 f242a695-7085-4daf-b693-3f7a43a8748d found for delete ", "request_id": "req-8c08d37d-a5ef-4225-8bd0-83138f7aa530"}]} 2026-04-03 03:54:33.325 7 INFO neutron.services.segments.plugin [-] Segment f242a695-7085-4daf-b693-3f7a43a8748d 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 f242a695-7085-4daf-b693-3f7a43a8748d found for delete ", "request_id": "req-bb2dfa4f-bbd8-4f9d-81c3-9541c671b6f1"}]} [pid: 7|app: 0|req: 621/1144] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:54:33 2026] DELETE /v2.0/networks/55fd55c3-ca0e-42c0-8466-3ea860ee00bf => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:54:33.867 8 INFO neutron.db.segments_db [None req-bff7f5c4-1d9d-4831-91cd-3f4d148ed1dc b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Added segment 97e99ef9-d499-43e2-9619-bd6218a5c3c5 of type vxlan for network a4340efb-d916-4e5b-bbe5-80bf10438ece [pid: 7|app: 0|req: 622/1145] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:54:33 2026] GET /v2.0/security-groups?tenant_id=34b5d9c0ebd345be8551713a1cac7cf1&name=default => generated 2925 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1146] 10.0.0.78 () {34 vars in 670 bytes} [Fri Apr 3 03:54:33 2026] POST /v2.0/networks => generated 728 bytes in 497 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1147] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:54:33 2026] DELETE /v2.0/security-groups/9ab604a8-ba8b-40b8-b7e6-0389c54aead4 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1148] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:54:33 2026] POST /v2.0/subnets => generated 694 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:54:34.172 7 INFO neutron.db.segments_db [None req-e28a34e4-79d1-457b-89dd-032d5939d8f3 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Added segment ba84bd72-c4e4-49bc-acc7-62d2eed889ef of type vxlan for network 08bc6ca3-4bfd-4ebf-aa5c-fcca4e9f8c5f 2026-04-03 03:54:34.379 7 INFO neutron.db.l3_hamode_db [None req-e28a34e4-79d1-457b-89dd-032d5939d8f3 b59e91656d154720b278bada7f0493c1 6716b176972847268ba5d149a43cb0b9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 526/1149] 10.0.0.163 () {34 vars in 990 bytes} [Fri Apr 3 03:54:34 2026] GET /v2.0/ports?device_id=9272abb6-bbce-4723-8c27-831b57490452 => generated 1244 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1150] 10.0.0.163 () {34 vars in 1040 bytes} [Fri Apr 3 03:54:34 2026] GET /v2.0/security-groups?id=1be3b8e2-1680-4bd0-9b5a-61e4d1e73d20&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:54:35.068 7 INFO neutron.db.l3_hamode_db [None req-e28a34e4-79d1-457b-89dd-032d5939d8f3 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 624/1151] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:54:34 2026] POST /v2.0/routers => generated 734 bytes in 1775 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:54:36.076 8 INFO neutron.db.segments_db [None req-4052cf7e-d5cd-47a4-9bf8-b7297defa904 e1420b188a6e4b939eacbe9c77802326 aa80d9b42cf54cf5b924c57b8ade310a - - default default] Added segment 9146b604-1c37-4c62-93e6-4fd6cb0f3ea0 of type vxlan for network 9c0a6370-4095-4b0a-b130-9e08f01605a5 [pid: 8|app: 0|req: 528/1152] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 03:54:35 2026] POST /v2.0/networks => generated 615 bytes in 473 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:54:36.220 8 INFO neutron.db.segments_db [None req-e6e921f0-626a-48b3-9dff-a06390c956a9 e1420b188a6e4b939eacbe9c77802326 aa80d9b42cf54cf5b924c57b8ade310a - - default default] Added segment 1f84fe29-5bf2-45e5-bd31-de1abacbd5de of type vxlan for network 96dc0827-e447-42c2-937c-1088a458ddff [pid: 8|app: 0|req: 529/1153] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 03:54:36 2026] POST /v2.0/networks => generated 615 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1154] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:54:36 2026] GET /v2.0/security-groups?tenant_id=2848a6702bff4d1eb356c37510e941af&name=default => generated 2925 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1155] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:54:36 2026] POST /v2.0/subnets => generated 646 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1156] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:54:36 2026] DELETE /v2.0/security-groups/6ea8a13d-4d4c-4005-ab76-e1384cc9c42b => 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: 625/1157] 10.0.0.78 () {34 vars in 782 bytes} [Fri Apr 3 03:54:35 2026] PUT /v2.0/routers/313423be-e5a4-4012-bff6-9813c0c16665/add_router_interface => generated 309 bytes in 1126 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1158] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:54:36 2026] POST /v2.0/subnets => generated 655 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1159] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:54:37 2026] GET /v2.0/security-groups?tenant_id=c062f46dfdda4a6ab2a8d1070f5ece83&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 03:54:37.198 8 INFO neutron.db.segments_db [None req-9e0b2aee-cb5e-40d8-b4af-8e09855726c0 e1420b188a6e4b939eacbe9c77802326 aa80d9b42cf54cf5b924c57b8ade310a - - default default] Added segment c934931f-2506-4aec-aabb-c456dd5dec3f of type vxlan for network 676f0bf2-7f57-4503-bedf-4ecdc2923b5e [pid: 7|app: 0|req: 627/1160] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:54:37 2026] DELETE /v2.0/security-groups/a7795419-ad77-4ce1-b57d-1dbec491d0a7 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 03:54:37.451 8 INFO neutron.db.l3_hamode_db [None req-9e0b2aee-cb5e-40d8-b4af-8e09855726c0 e1420b188a6e4b939eacbe9c77802326 aa80d9b42cf54cf5b924c57b8ade310a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-03 03:54:37.593 8 INFO neutron.db.l3_hamode_db [None req-9e0b2aee-cb5e-40d8-b4af-8e09855726c0 e1420b188a6e4b939eacbe9c77802326 aa80d9b42cf54cf5b924c57b8ade310a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 630/1163] 10.0.0.78 () {34 vars in 684 bytes} [Fri Apr 3 03:54:37 2026] POST /v2.0/security-groups => generated 1658 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1164] 10.0.0.78 () {34 vars in 694 bytes} [Fri Apr 3 03:54:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1165] 10.0.0.78 () {34 vars in 694 bytes} [Fri Apr 3 03:54:38 2026] POST /v2.0/security-group-rules => generated 602 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1166] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:54:37 2026] POST /v2.0/routers => generated 510 bytes in 998 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1167] 10.0.0.78 () {34 vars in 675 bytes} [Fri Apr 3 03:54:38 2026] POST /v2.0/floatingips => generated 552 bytes in 496 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1168] 10.0.0.78 () {34 vars in 782 bytes} [Fri Apr 3 03:54:38 2026] PUT /v2.0/routers/e40f4ff8-e939-4bd9-afeb-f7d7796558ae/add_router_interface => generated 309 bytes in 970 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1169] 10.0.0.78 () {32 vars in 716 bytes} [Fri Apr 3 03:54:39 2026] GET /v2.0/ports/6251de62-3087-467a-8ff2-d4d9b35c9cac => generated 959 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1170] 10.0.0.78 () {34 vars in 782 bytes} [Fri Apr 3 03:54:39 2026] PUT /v2.0/routers/e40f4ff8-e939-4bd9-afeb-f7d7796558ae/add_router_interface => generated 309 bytes in 1529 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1171] 10.0.0.78 () {32 vars in 716 bytes} [Fri Apr 3 03:54:40 2026] GET /v2.0/ports/5705a3b1-ff50-4102-ba25-8a4df906c9d4 => generated 967 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:54:41.124 8 INFO neutron_taas.services.taas.taas_plugin [None req-791e633f-422b-4fb6-9db3-966c9d3657ec e1420b188a6e4b939eacbe9c77802326 aa80d9b42cf54cf5b924c57b8ade310a - - default default] TaaS: Handle Delete Port: 5705a3b1-ff50-4102-ba25-8a4df906c9d4 2026-04-03 03:54:41.128 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-791e633f-422b-4fb6-9db3-966c9d3657ec e1420b188a6e4b939eacbe9c77802326 aa80d9b42cf54cf5b924c57b8ade310a - - default default] Tap Mirror: Handle Delete Port: 5705a3b1-ff50-4102-ba25-8a4df906c9d4 [pid: 8|app: 0|req: 537/1172] 10.0.0.78 () {34 vars in 788 bytes} [Fri Apr 3 03:54:40 2026] PUT /v2.0/routers/e40f4ff8-e939-4bd9-afeb-f7d7796558ae/remove_router_interface => generated 309 bytes in 720 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:54:41.887 7 INFO neutron_taas.services.taas.taas_plugin [None req-c9813395-976a-4e94-a24b-72dca1cafd7d e1420b188a6e4b939eacbe9c77802326 aa80d9b42cf54cf5b924c57b8ade310a - - default default] TaaS: Handle Delete Port: 6251de62-3087-467a-8ff2-d4d9b35c9cac 2026-04-03 03:54:41.892 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c9813395-976a-4e94-a24b-72dca1cafd7d e1420b188a6e4b939eacbe9c77802326 aa80d9b42cf54cf5b924c57b8ade310a - - default default] Tap Mirror: Handle Delete Port: 6251de62-3087-467a-8ff2-d4d9b35c9cac [pid: 7|app: 0|req: 636/1173] 10.0.0.78 () {34 vars in 788 bytes} [Fri Apr 3 03:54:41 2026] PUT /v2.0/routers/e40f4ff8-e939-4bd9-afeb-f7d7796558ae/remove_router_interface => generated 309 bytes in 783 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1174] 10.0.0.78 () {32 vars in 735 bytes} [Fri Apr 3 03:54:42 2026] GET /v2.0/ports?device_id=e40f4ff8-e939-4bd9-afeb-f7d7796558ae => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1175] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:54:42 2026] GET /v2.0/security-groups?tenant_id=a8b44e352ba842ddb2e58893b61c08e4&name=default => generated 2925 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1176] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:54:42 2026] DELETE /v2.0/security-groups/c833c731-2507-4aa9-819e-25b515180720 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 03:54:42.533 7 INFO neutron_taas.services.taas.taas_plugin [None req-1edd8293-2e49-441f-b15c-0d49aa9a4b0a e1420b188a6e4b939eacbe9c77802326 aa80d9b42cf54cf5b924c57b8ade310a - - default default] TaaS: Handle Delete Port: 2ad82cb0-334b-46cc-a704-1d8967f588e1 2026-04-03 03:54:42.536 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1edd8293-2e49-441f-b15c-0d49aa9a4b0a e1420b188a6e4b939eacbe9c77802326 aa80d9b42cf54cf5b924c57b8ade310a - - default default] Tap Mirror: Handle Delete Port: 2ad82cb0-334b-46cc-a704-1d8967f588e1 2026-04-03 03:54:42.900 7 INFO neutron.services.segments.plugin [-] Segment c934931f-2506-4aec-aabb-c456dd5dec3f resource provider aggregate not found 2026-04-03 03:54:42.905 7 INFO neutron.services.segments.plugin [-] Segment c934931f-2506-4aec-aabb-c456dd5dec3f resource provider aggregate not found 2026-04-03 03:54:42.925 7 INFO neutron.services.segments.plugin [-] Segment c934931f-2506-4aec-aabb-c456dd5dec3f 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 c934931f-2506-4aec-aabb-c456dd5dec3f found for delete ", "request_id": "req-78d37930-903c-4818-ac0a-c5584599cbc8"}]} 2026-04-03 03:54:42.926 7 INFO neutron.services.segments.plugin [-] Segment c934931f-2506-4aec-aabb-c456dd5dec3f 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 c934931f-2506-4aec-aabb-c456dd5dec3f found for delete ", "request_id": "req-388bfb69-1c59-4813-81a1-402dd6f6b208"}]} 2026-04-03 03:54:42.945 7 INFO neutron.db.l3_hamode_db [None req-1edd8293-2e49-441f-b15c-0d49aa9a4b0a e1420b188a6e4b939eacbe9c77802326 aa80d9b42cf54cf5b924c57b8ade310a - - default default] HA network 676f0bf2-7f57-4503-bedf-4ecdc2923b5e was deleted as no HA routers are present in tenant aa80d9b42cf54cf5b924c57b8ade310a. [pid: 7|app: 0|req: 638/1177] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:54:42 2026] DELETE /v2.0/routers/e40f4ff8-e939-4bd9-afeb-f7d7796558ae => generated 0 bytes in 589 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1178] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:54:42 2026] DELETE /v2.0/subnets/123144a7-7b16-4a1d-8391-98e24240ae1e => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1179] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:54:43 2026] DELETE /v2.0/subnets/f2409bdc-cb05-4e38-8984-e05a085ba1b8 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1180] 10.0.0.71 () {34 vars in 1097 bytes} [Fri Apr 3 03:54:43 2026] GET /v2.0/security-groups?name=tempest-securitygroup--389170650&fields=id&tenant_id=6716b176972847268ba5d149a43cb0b9 => generated 69 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1181] 10.0.0.71 () {34 vars in 981 bytes} [Fri Apr 3 03:54:43 2026] GET /v2.0/networks?id=a4340efb-d916-4e5b-bbe5-80bf10438ece => generated 679 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:54:43.369 8 INFO neutron.services.segments.plugin [-] Segment 1f84fe29-5bf2-45e5-bd31-de1abacbd5de resource provider aggregate not found 2026-04-03 03:54:43.375 8 INFO neutron.services.segments.plugin [-] Segment 1f84fe29-5bf2-45e5-bd31-de1abacbd5de resource provider aggregate not found [pid: 7|app: 0|req: 642/1182] 10.0.0.71 () {34 vars in 964 bytes} [Fri Apr 3 03:54:43 2026] GET /v2.0/quotas/6716b176972847268ba5d149a43cb0b9 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:54:43.388 8 INFO neutron.services.segments.plugin [-] Segment 1f84fe29-5bf2-45e5-bd31-de1abacbd5de 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 1f84fe29-5bf2-45e5-bd31-de1abacbd5de found for delete ", "request_id": "req-9a92271f-d733-487d-a4b0-e3f295b96b94"}]} [pid: 8|app: 0|req: 541/1183] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:54:43 2026] DELETE /v2.0/networks/96dc0827-e447-42c2-937c-1088a458ddff => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:54:43.403 8 INFO neutron.services.segments.plugin [-] Segment 1f84fe29-5bf2-45e5-bd31-de1abacbd5de 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 1f84fe29-5bf2-45e5-bd31-de1abacbd5de found for delete ", "request_id": "req-cd29e4c5-5146-4672-bced-93a7f8e2ad5d"}]} [pid: 7|app: 0|req: 643/1184] 10.0.0.71 () {34 vars in 1001 bytes} [Fri Apr 3 03:54:43 2026] GET /v2.0/ports?tenant_id=6716b176972847268ba5d149a43cb0b9&fields=id => generated 57 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:54:43.479 8 INFO neutron_taas.services.taas.taas_plugin [None req-5f14b1a2-b2b2-45d5-8a06-d99de6321095 e1420b188a6e4b939eacbe9c77802326 aa80d9b42cf54cf5b924c57b8ade310a - - default default] TaaS: Handle Delete Port: 8dce98c4-d6db-4bfd-8ddd-d0bcff68d834 2026-04-03 03:54:43.481 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f14b1a2-b2b2-45d5-8a06-d99de6321095 e1420b188a6e4b939eacbe9c77802326 aa80d9b42cf54cf5b924c57b8ade310a - - default default] Tap Mirror: Handle Delete Port: 8dce98c4-d6db-4bfd-8ddd-d0bcff68d834 [pid: 7|app: 0|req: 644/1185] 10.0.0.71 () {34 vars in 1007 bytes} [Fri Apr 3 03:54:43 2026] GET /v2.0/networks/a4340efb-d916-4e5b-bbe5-80bf10438ece?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1186] 10.0.0.71 () {34 vars in 1107 bytes} [Fri Apr 3 03:54:43 2026] GET /v2.0/networks/a4340efb-d916-4e5b-bbe5-80bf10438ece?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: 542/1187] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:54:43 2026] DELETE /v2.0/networks/9c0a6370-4095-4b0a-b130-9e08f01605a5 => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:54:43.713 7 INFO neutron.db.segments_db [None req-3ba48f15-e31b-4f48-9981-4035efe5a83e e1420b188a6e4b939eacbe9c77802326 aa80d9b42cf54cf5b924c57b8ade310a - - default default] Added segment 8bc32397-e61d-4204-a281-1d1ee018399d of type vxlan for network a8229432-b44d-48d5-8992-6555e9b17414 [pid: 7|app: 0|req: 646/1188] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 03:54:43 2026] POST /v2.0/networks => generated 615 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1189] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:54:43 2026] GET /v2.0/ports?device_id=e960615c-5c0b-44b3-b36b-4b0858132d01 => 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: 543/1190] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:54:43 2026] POST /v2.0/subnets => generated 646 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:54:44.134 7 INFO neutron.db.segments_db [None req-1f478d3f-2dca-46d3-9895-d7508698f316 e1420b188a6e4b939eacbe9c77802326 aa80d9b42cf54cf5b924c57b8ade310a - - default default] Added segment af290f4c-be46-4e1d-b520-ed3683c0d5a2 of type vxlan for network c4075ccc-62ed-4399-93df-c5a2c5f80fb6 2026-04-03 03:54:44.363 7 INFO neutron.db.l3_hamode_db [None req-1f478d3f-2dca-46d3-9895-d7508698f316 e1420b188a6e4b939eacbe9c77802326 aa80d9b42cf54cf5b924c57b8ade310a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-03 03:54:44.489 7 INFO neutron.db.l3_hamode_db [None req-1f478d3f-2dca-46d3-9895-d7508698f316 e1420b188a6e4b939eacbe9c77802326 aa80d9b42cf54cf5b924c57b8ade310a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 544/1191] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:54:44 2026] GET /v2.0/ports?device_id=e960615c-5c0b-44b3-b36b-4b0858132d01 => 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: 648/1192] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:54:44 2026] POST /v2.0/routers => generated 511 bytes in 986 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1193] 10.0.0.78 () {34 vars in 664 bytes} [Fri Apr 3 03:54:45 2026] POST /v2.0/ports => generated 964 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:54:45.402 8 INFO neutron.services.segments.plugin [-] Segment 9146b604-1c37-4c62-93e6-4fd6cb0f3ea0 resource provider aggregate not found 2026-04-03 03:54:45.420 8 INFO neutron.services.segments.plugin [-] Segment 9146b604-1c37-4c62-93e6-4fd6cb0f3ea0 resource provider aggregate not found 2026-04-03 03:54:45.423 8 INFO neutron.services.segments.plugin [-] Segment 9146b604-1c37-4c62-93e6-4fd6cb0f3ea0 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 9146b604-1c37-4c62-93e6-4fd6cb0f3ea0 found for delete ", "request_id": "req-8e9a4991-13e9-4144-9d0a-1aea3a7334be"}]} 2026-04-03 03:54:45.434 8 INFO neutron.services.segments.plugin [-] Segment 9146b604-1c37-4c62-93e6-4fd6cb0f3ea0 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 9146b604-1c37-4c62-93e6-4fd6cb0f3ea0 found for delete ", "request_id": "req-abd12db7-ddab-4236-89b2-885111cffe93"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 546/1194] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:54:45 2026] GET /v2.0/ports?device_id=9272abb6-bbce-4723-8c27-831b57490452 => generated 975 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1195] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:54:45 2026] GET /v2.0/security-groups?id=1be3b8e2-1680-4bd0-9b5a-61e4d1e73d20&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1196] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:54:45 2026] GET /v2.0/ports?device_id=9272abb6-bbce-4723-8c27-831b57490452 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1197] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:54:45 2026] GET /v2.0/security-groups?id=1be3b8e2-1680-4bd0-9b5a-61e4d1e73d20&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1198] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:54:46 2026] GET /v2.0/ports?device_id=e960615c-5c0b-44b3-b36b-4b0858132d01 => 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: 649/1199] 10.0.0.78 () {34 vars in 782 bytes} [Fri Apr 3 03:54:45 2026] PUT /v2.0/routers/b3e30ce1-cc86-4cf7-950b-5073a395dbd1/add_router_interface => generated 309 bytes in 1129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1200] 10.0.0.78 () {32 vars in 716 bytes} [Fri Apr 3 03:54:46 2026] GET /v2.0/ports/18d16d43-2631-4807-9096-e1a7e8ed4216 => generated 1038 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-03 03:54:46.965 7 INFO neutron_taas.services.taas.taas_plugin [None req-6b114a32-2711-4516-9d77-14a4f462e9a0 e1420b188a6e4b939eacbe9c77802326 aa80d9b42cf54cf5b924c57b8ade310a - - default default] TaaS: Handle Delete Port: 18d16d43-2631-4807-9096-e1a7e8ed4216 2026-04-03 03:54:46.969 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6b114a32-2711-4516-9d77-14a4f462e9a0 e1420b188a6e4b939eacbe9c77802326 aa80d9b42cf54cf5b924c57b8ade310a - - default default] Tap Mirror: Handle Delete Port: 18d16d43-2631-4807-9096-e1a7e8ed4216 [pid: 8|app: 0|req: 552/1201] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:54:46 2026] GET /v2.0/ports?device_id=9272abb6-bbce-4723-8c27-831b57490452 => 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: 553/1202] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:54:47 2026] GET /v2.0/security-groups?id=1be3b8e2-1680-4bd0-9b5a-61e4d1e73d20&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1203] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:54:47 2026] GET /v2.0/ports?device_id=e960615c-5c0b-44b3-b36b-4b0858132d01 => 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: 650/1204] 10.0.0.78 () {34 vars in 788 bytes} [Fri Apr 3 03:54:46 2026] PUT /v2.0/routers/b3e30ce1-cc86-4cf7-950b-5073a395dbd1/remove_router_interface => generated 309 bytes in 797 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:54:47.516 8 INFO neutron.api.v2.resource [None req-55fc45b6-c87d-4a91-adbe-c44c5bcba5a1 e1420b188a6e4b939eacbe9c77802326 aa80d9b42cf54cf5b924c57b8ade310a - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 555/1205] 10.0.0.78 () {34 vars in 788 bytes} [Fri Apr 3 03:54:47 2026] PUT /v2.0/routers/b3e30ce1-cc86-4cf7-950b-5073a395dbd1/remove_router_interface => generated 197 bytes in 143 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 651/1206] 10.0.0.78 () {32 vars in 735 bytes} [Fri Apr 3 03:54:47 2026] GET /v2.0/ports?device_id=b3e30ce1-cc86-4cf7-950b-5073a395dbd1 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:54:47.772 8 INFO neutron_taas.services.taas.taas_plugin [None req-c84cba3e-ab6b-4735-afcc-aaa4149936f1 e1420b188a6e4b939eacbe9c77802326 aa80d9b42cf54cf5b924c57b8ade310a - - default default] TaaS: Handle Delete Port: 703d01b8-a48a-4aed-b4e7-e2005b26d936 2026-04-03 03:54:47.775 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c84cba3e-ab6b-4735-afcc-aaa4149936f1 e1420b188a6e4b939eacbe9c77802326 aa80d9b42cf54cf5b924c57b8ade310a - - default default] Tap Mirror: Handle Delete Port: 703d01b8-a48a-4aed-b4e7-e2005b26d936 [pid: 7|app: 0|req: 652/1207] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:54:47 2026] GET /v2.0/security-groups?tenant_id=1650103fca814450b2af4e5e1f169986&name=default => generated 2925 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 03:54:48.111 8 INFO neutron.services.segments.plugin [-] Segment af290f4c-be46-4e1d-b520-ed3683c0d5a2 resource provider aggregate not found 2026-04-03 03:54:48.119 8 INFO neutron.services.segments.plugin [-] Segment af290f4c-be46-4e1d-b520-ed3683c0d5a2 resource provider aggregate not found 2026-04-03 03:54:48.134 8 INFO neutron.services.segments.plugin [-] Segment af290f4c-be46-4e1d-b520-ed3683c0d5a2 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 af290f4c-be46-4e1d-b520-ed3683c0d5a2 found for delete ", "request_id": "req-573e70ae-4e8a-4f08-9a68-45d21f8456d9"}]} 2026-04-03 03:54:48.141 8 INFO neutron.services.segments.plugin [-] Segment af290f4c-be46-4e1d-b520-ed3683c0d5a2 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 af290f4c-be46-4e1d-b520-ed3683c0d5a2 found for delete ", "request_id": "req-33f6ce47-21ac-46d0-adbb-6307d72c0897"}]} 2026-04-03 03:54:48.146 8 INFO neutron.db.l3_hamode_db [None req-c84cba3e-ab6b-4735-afcc-aaa4149936f1 e1420b188a6e4b939eacbe9c77802326 aa80d9b42cf54cf5b924c57b8ade310a - - default default] HA network c4075ccc-62ed-4399-93df-c5a2c5f80fb6 was deleted as no HA routers are present in tenant aa80d9b42cf54cf5b924c57b8ade310a. [pid: 8|app: 0|req: 556/1208] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:54:47 2026] DELETE /v2.0/routers/b3e30ce1-cc86-4cf7-950b-5073a395dbd1 => generated 0 bytes in 617 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1209] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:54:48 2026] DELETE /v2.0/security-groups/78616f07-fdba-426d-8dde-ede10f516e85 => 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: 557/1210] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:54:48 2026] GET /v2.0/ports?device_id=9272abb6-bbce-4723-8c27-831b57490452 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1211] 199.204.45.30 () {34 vars in 985 bytes} [Fri Apr 3 03:54:48 2026] GET /v2.0/networks?id=a4340efb-d916-4e5b-bbe5-80bf10438ece => generated 679 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1212] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:54:48 2026] GET /v2.0/security-groups?id=1be3b8e2-1680-4bd0-9b5a-61e4d1e73d20&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1213] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:54:48 2026] DELETE /v2.0/subnets/e5969bfb-f6fd-4623-9390-8bac9e4671e9 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1214] 199.204.45.30 () {34 vars in 993 bytes} [Fri Apr 3 03:54:48 2026] GET /v2.0/ports?device_id=9272abb6-bbce-4723-8c27-831b57490452 => generated 975 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1215] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:54:48 2026] GET /v2.0/ports?device_id=e960615c-5c0b-44b3-b36b-4b0858132d01 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1216] 199.204.45.30 () {34 vars in 1049 bytes} [Fri Apr 3 03:54:48 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6716b176972847268ba5d149a43cb0b9 => generated 180 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1217] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:54:48 2026] DELETE /v2.0/networks/a8229432-b44d-48d5-8992-6555e9b17414 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1218] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:54:48 2026] GET /v2.0/security-groups?tenant_id=796cac8458bc4e8cb3fa1e5e59fb2005&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 03:54:48.553 8 INFO neutron_taas.services.taas.taas_plugin [req-a0ec0e36-005a-4baa-b5bc-a8f1e60f1d12 req-a755565a-6b62-42f2-90fd-785689be63dd 0df7293485c44eb2bcf805f739ba5c02 dc8c51802a124b47952f3a284871c1ed - - default default] TaaS: Handle Delete Port: feaa98d9-6f5e-4ddc-a49e-4bf1da2bfd87 2026-04-03 03:54:48.556 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a0ec0e36-005a-4baa-b5bc-a8f1e60f1d12 req-a755565a-6b62-42f2-90fd-785689be63dd 0df7293485c44eb2bcf805f739ba5c02 dc8c51802a124b47952f3a284871c1ed - - default default] Tap Mirror: Handle Delete Port: feaa98d9-6f5e-4ddc-a49e-4bf1da2bfd87 2026-04-03 03:54:48.674 8 INFO neutron.db.l3_db [req-a0ec0e36-005a-4baa-b5bc-a8f1e60f1d12 req-a755565a-6b62-42f2-90fd-785689be63dd 0df7293485c44eb2bcf805f739ba5c02 dc8c51802a124b47952f3a284871c1ed - - default default] Floating IP 0fde9c0e-8468-4059-aae7-79ed50f80834 disassociated. External IP: 10.96.250.205, port: feaa98d9-6f5e-4ddc-a49e-4bf1da2bfd87. [pid: 7|app: 0|req: 659/1219] 199.204.45.30 () {38 vars in 954 bytes} [Fri Apr 3 03:54:48 2026] POST /v2.0/ports => generated 954 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 660/1220] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:54:48 2026] DELETE /v2.0/security-groups/8b46e469-2136-462e-a0ca-e5f14c76e485 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 03:54:48.966 7 INFO neutron.db.segments_db [None req-2f8edd8e-7d69-4b8e-963b-be2ef068b887 e1420b188a6e4b939eacbe9c77802326 aa80d9b42cf54cf5b924c57b8ade310a - - default default] Added segment 09bb160d-c3b2-491f-8445-da748ce9bad2 of type vxlan for network 957adca3-d53c-4dbe-a94d-e29cdc173114 [pid: 7|app: 0|req: 661/1221] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 03:54:48 2026] POST /v2.0/networks => generated 614 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1222] 199.204.45.30 () {36 vars in 996 bytes} [Fri Apr 3 03:54:48 2026] DELETE /v2.0/ports/feaa98d9-6f5e-4ddc-a49e-4bf1da2bfd87 => generated 0 bytes in 578 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:54:49.079 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c2b83db2-36c2-41d5-865b-9df762b2b890'] response: {'server_uuid': '9272abb6-bbce-4723-8c27-831b57490452', 'name': 'network-vif-deleted', 'tag': 'feaa98d9-6f5e-4ddc-a49e-4bf1da2bfd87', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 562/1223] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:54:49 2026] POST /v2.0/subnets => generated 646 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:54:49.344 8 INFO neutron.db.segments_db [None req-97f39fdc-06b2-4358-8b43-48cf2021fbd0 e1420b188a6e4b939eacbe9c77802326 aa80d9b42cf54cf5b924c57b8ade310a - - default default] Added segment 9c0caffe-db52-405f-8123-49f5310d6ed8 of type vxlan for network 8a96a881-4010-4558-a50d-6cdac9a65121 [pid: 7|app: 0|req: 662/1224] 199.204.45.30 () {38 vars in 1027 bytes} [Fri Apr 3 03:54:49 2026] PUT /v2.0/ports/8d887a2e-3db6-4131-a069-fc4e6380a49f => generated 1235 bytes in 430 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 663/1225] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:54:49 2026] GET /v2.0/ports?device_id=9272abb6-bbce-4723-8c27-831b57490452 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:54:49.530 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-abe1a0e0-4bb4-480a-a863-6e89e0660659'] response: {'name': 'network-changed', 'server_uuid': 'e960615c-5c0b-44b3-b36b-4b0858132d01', 'tag': '8d887a2e-3db6-4131-a069-fc4e6380a49f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 664/1226] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:54:49 2026] GET /v2.0/ports?device_id=e960615c-5c0b-44b3-b36b-4b0858132d01 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:54:49.602 8 INFO neutron.db.l3_hamode_db [None req-97f39fdc-06b2-4358-8b43-48cf2021fbd0 e1420b188a6e4b939eacbe9c77802326 aa80d9b42cf54cf5b924c57b8ade310a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 665/1227] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:54:49 2026] GET /v2.0/security-groups?id=d82d39ef-ad83-4a11-acb5-cb0686118ba5&fields=id&fields=name => generated 113 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:54:49.741 8 INFO neutron.db.l3_hamode_db [None req-97f39fdc-06b2-4358-8b43-48cf2021fbd0 e1420b188a6e4b939eacbe9c77802326 aa80d9b42cf54cf5b924c57b8ade310a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 666/1228] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:54:50 2026] GET /v2.0/ports?tenant_id=6716b176972847268ba5d149a43cb0b9&device_id=e960615c-5c0b-44b3-b36b-4b0858132d01 => generated 1238 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1229] 199.204.45.30 () {34 vars in 1017 bytes} [Fri Apr 3 03:54:50 2026] GET /v2.0/networks?tenant_id=6716b176972847268ba5d149a43cb0b9&shared=False => generated 775 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1230] 199.204.45.30 () {34 vars in 929 bytes} [Fri Apr 3 03:54:50 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:54:50.162 8 INFO neutron.services.segments.plugin [-] Segment 8bc32397-e61d-4204-a281-1d1ee018399d resource provider aggregate not found 2026-04-03 03:54:50.167 8 INFO neutron.services.segments.plugin [-] Segment 8bc32397-e61d-4204-a281-1d1ee018399d resource provider aggregate not found 2026-04-03 03:54:50.188 8 INFO neutron.services.segments.plugin [-] Segment 8bc32397-e61d-4204-a281-1d1ee018399d 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 8bc32397-e61d-4204-a281-1d1ee018399d found for delete ", "request_id": "req-047dce2b-e2b0-4c83-9579-5d8288e56826"}]} 2026-04-03 03:54:50.205 8 INFO neutron.services.segments.plugin [-] Segment 8bc32397-e61d-4204-a281-1d1ee018399d 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 8bc32397-e61d-4204-a281-1d1ee018399d found for delete ", "request_id": "req-ef4055e5-e46d-4f08-ac88-ad4ff939c65e"}]} [pid: 8|app: 0|req: 563/1231] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:54:49 2026] POST /v2.0/routers => generated 511 bytes in 1068 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1232] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:54:50 2026] GET /v2.0/ports?device_id=9272abb6-bbce-4723-8c27-831b57490452 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1233] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:54:50 2026] GET /v2.0/ports?device_id=e960615c-5c0b-44b3-b36b-4b0858132d01 => generated 969 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1234] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:54:50 2026] GET /v2.0/security-groups?id=d82d39ef-ad83-4a11-acb5-cb0686118ba5&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1235] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:54:51 2026] GET /v2.0/ports?tenant_id=6716b176972847268ba5d149a43cb0b9&device_id=e960615c-5c0b-44b3-b36b-4b0858132d01 => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1236] 199.204.45.30 () {34 vars in 1057 bytes} [Fri Apr 3 03:54:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=8d887a2e-3db6-4131-a069-fc4e6380a49f => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1237] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:54:51 2026] GET /v2.0/security-groups?tenant_id=7b0d9c1ebbd2498eababfaa96822bc92&name=default => generated 2925 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1238] 199.204.45.30 () {34 vars in 983 bytes} [Fri Apr 3 03:54:51 2026] GET /v2.0/subnets?id=9558b0db-8360-4204-b3a1-dd872ab936dd => generated 697 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1239] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:54:51 2026] DELETE /v2.0/security-groups/b62f6cbb-afc2-4945-b6d0-28b20d743ac6 => 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: 572/1240] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:54:51 2026] GET /v2.0/ports?network_id=a4340efb-d916-4e5b-bbe5-80bf10438ece&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1241] 199.204.45.30 () {34 vars in 1011 bytes} [Fri Apr 3 03:54:51 2026] GET /v2.0/networks/a4340efb-d916-4e5b-bbe5-80bf10438ece?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1242] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:54:51 2026] GET /v2.0/ports?device_id=9272abb6-bbce-4723-8c27-831b57490452 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1243] 199.204.45.30 () {34 vars in 1111 bytes} [Fri Apr 3 03:54:51 2026] GET /v2.0/networks/a4340efb-d916-4e5b-bbe5-80bf10438ece?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1244] 10.0.0.78 () {34 vars in 782 bytes} [Fri Apr 3 03:54:50 2026] PUT /v2.0/routers/385cc862-3c76-4647-8ddc-c3df6fc859d4/add_router_interface => generated 309 bytes in 1479 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1245] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:54:51 2026] GET /v2.0/ports?device_id=e960615c-5c0b-44b3-b36b-4b0858132d01 => 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: 576/1246] 10.0.0.78 () {32 vars in 716 bytes} [Fri Apr 3 03:54:51 2026] GET /v2.0/ports/d0aed6ba-2600-437e-8c7a-a9886248df00 => generated 959 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1247] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:54:51 2026] GET /v2.0/security-groups?id=d82d39ef-ad83-4a11-acb5-cb0686118ba5&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:54:52.221 7 INFO neutron_taas.services.taas.taas_plugin [None req-ba0a0c93-802d-4804-8a00-456026f1ca75 e1420b188a6e4b939eacbe9c77802326 aa80d9b42cf54cf5b924c57b8ade310a - - default default] TaaS: Handle Delete Port: d0aed6ba-2600-437e-8c7a-a9886248df00 2026-04-03 03:54:52.225 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ba0a0c93-802d-4804-8a00-456026f1ca75 e1420b188a6e4b939eacbe9c77802326 aa80d9b42cf54cf5b924c57b8ade310a - - default default] Tap Mirror: Handle Delete Port: d0aed6ba-2600-437e-8c7a-a9886248df00 [pid: 7|app: 0|req: 671/1250] 10.0.0.78 () {34 vars in 788 bytes} [Fri Apr 3 03:54:51 2026] PUT /v2.0/routers/385cc862-3c76-4647-8ddc-c3df6fc859d4/remove_router_interface => generated 309 bytes in 685 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1251] 10.0.0.78 () {32 vars in 735 bytes} [Fri Apr 3 03:54:52 2026] GET /v2.0/ports?device_id=385cc862-3c76-4647-8ddc-c3df6fc859d4 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:54:52.862 7 INFO neutron_taas.services.taas.taas_plugin [None req-c75403cc-b43b-4b94-aba9-0a6afa1e0fc2 e1420b188a6e4b939eacbe9c77802326 aa80d9b42cf54cf5b924c57b8ade310a - - default default] TaaS: Handle Delete Port: 082e2d07-0983-41d6-b3b6-1c400916a345 2026-04-03 03:54:52.865 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c75403cc-b43b-4b94-aba9-0a6afa1e0fc2 e1420b188a6e4b939eacbe9c77802326 aa80d9b42cf54cf5b924c57b8ade310a - - default default] Tap Mirror: Handle Delete Port: 082e2d07-0983-41d6-b3b6-1c400916a345 [pid: 8|app: 0|req: 581/1252] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:54:52 2026] DELETE /v2.0/security-groups/1be3b8e2-1680-4bd0-9b5a-61e4d1e73d20 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 03:54:52.914 8 INFO neutron.api.v2.resource [None req-74ae4469-61e4-403c-9600-493e0d91570b 0df7293485c44eb2bcf805f739ba5c02 dc8c51802a124b47952f3a284871c1ed - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 582/1253] 10.0.0.78 () {32 vars in 736 bytes} [Fri Apr 3 03:54:52 2026] GET /v2.0/security-groups/1be3b8e2-1680-4bd0-9b5a-61e4d1e73d20 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-03 03:54:53.029 8 INFO neutron_taas.services.taas.taas_plugin [None req-4d594e6b-c2d6-420b-b9bf-6bc57425c41a 0df7293485c44eb2bcf805f739ba5c02 dc8c51802a124b47952f3a284871c1ed - - default default] TaaS: Handle Delete Port: 9b105370-4d00-42f5-8ff0-18bd22c3daa5 2026-04-03 03:54:53.033 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4d594e6b-c2d6-420b-b9bf-6bc57425c41a 0df7293485c44eb2bcf805f739ba5c02 dc8c51802a124b47952f3a284871c1ed - - default default] Tap Mirror: Handle Delete Port: 9b105370-4d00-42f5-8ff0-18bd22c3daa5 [pid: 8|app: 0|req: 583/1254] 10.0.0.78 () {32 vars in 731 bytes} [Fri Apr 3 03:54:52 2026] DELETE /v2.0/floatingips/0fde9c0e-8468-4059-aae7-79ed50f80834 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 03:54:53.207 7 INFO neutron.services.segments.plugin [-] Segment 9c0caffe-db52-405f-8123-49f5310d6ed8 resource provider aggregate not found 2026-04-03 03:54:53.219 7 INFO neutron.services.segments.plugin [-] Segment 9c0caffe-db52-405f-8123-49f5310d6ed8 resource provider aggregate not found 2026-04-03 03:54:53.235 7 INFO neutron.services.segments.plugin [-] Segment 9c0caffe-db52-405f-8123-49f5310d6ed8 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 9c0caffe-db52-405f-8123-49f5310d6ed8 found for delete ", "request_id": "req-fe54cdfa-0af9-476b-9eba-3ea1868ef27d"}]} 2026-04-03 03:54:53.238 7 INFO neutron.services.segments.plugin [-] Segment 9c0caffe-db52-405f-8123-49f5310d6ed8 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 9c0caffe-db52-405f-8123-49f5310d6ed8 found for delete ", "request_id": "req-ebf62a83-35dd-494a-869d-66f9abba28de"}]} 2026-04-03 03:54:53.245 7 INFO neutron.db.l3_hamode_db [None req-c75403cc-b43b-4b94-aba9-0a6afa1e0fc2 e1420b188a6e4b939eacbe9c77802326 aa80d9b42cf54cf5b924c57b8ade310a - - default default] HA network 8a96a881-4010-4558-a50d-6cdac9a65121 was deleted as no HA routers are present in tenant aa80d9b42cf54cf5b924c57b8ade310a. [pid: 8|app: 0|req: 584/1255] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:54:53 2026] GET /v2.0/ports?device_id=e960615c-5c0b-44b3-b36b-4b0858132d01 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1256] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:54:52 2026] DELETE /v2.0/routers/385cc862-3c76-4647-8ddc-c3df6fc859d4 => generated 0 bytes in 619 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1257] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:54:53 2026] GET /v2.0/security-groups?id=d82d39ef-ad83-4a11-acb5-cb0686118ba5&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1258] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:54:53 2026] DELETE /v2.0/subnets/7b7a5ded-134f-428b-b073-e24a085c02fb => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1259] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:54:53 2026] DELETE /v2.0/networks/957adca3-d53c-4dbe-a94d-e29cdc173114 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:54:53.590 8 INFO neutron_taas.services.taas.taas_plugin [None req-340c4fcf-9834-4bc9-9c76-4d0601bb7b6c b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] TaaS: Handle Delete Port: f86c1830-b798-4025-bf35-65cae4aa4c13 2026-04-03 03:54:53.593 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-340c4fcf-9834-4bc9-9c76-4d0601bb7b6c b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Tap Mirror: Handle Delete Port: f86c1830-b798-4025-bf35-65cae4aa4c13 2026-04-03 03:54:53.631 7 INFO neutron.db.segments_db [None req-89d28c7e-4c53-4776-83d8-894e79f7f212 e1420b188a6e4b939eacbe9c77802326 aa80d9b42cf54cf5b924c57b8ade310a - - default default] Added segment dafa38a3-527e-4f79-8e33-fcbd079da86b of type vxlan for network 95f11a5f-8d17-4011-976a-4b831e241e34 2026-04-03 03:54:53.843 7 INFO neutron.db.l3_hamode_db [None req-89d28c7e-4c53-4776-83d8-894e79f7f212 e1420b188a6e4b939eacbe9c77802326 aa80d9b42cf54cf5b924c57b8ade310a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 585/1260] 10.0.0.78 () {34 vars in 788 bytes} [Fri Apr 3 03:54:53 2026] PUT /v2.0/routers/3d4f472c-f1fd-4dd1-8f24-b425a17d9ac4/remove_router_interface => generated 309 bytes in 860 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:54:54.327 8 INFO neutron_taas.services.taas.taas_plugin [None req-a0c474fc-004d-4745-80fd-3ea5dc4af1d6 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] TaaS: Handle Delete Port: 19f13230-c23a-472e-8ad2-4dc2fe6a4e29 2026-04-03 03:54:54.330 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0c474fc-004d-4745-80fd-3ea5dc4af1d6 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Tap Mirror: Handle Delete Port: 19f13230-c23a-472e-8ad2-4dc2fe6a4e29 2026-04-03 03:54:54.573 8 INFO neutron_taas.services.taas.taas_plugin [None req-a0c474fc-004d-4745-80fd-3ea5dc4af1d6 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] TaaS: Handle Delete Port: 246c53fa-4c25-448d-944d-4777b9733995 2026-04-03 03:54:54.579 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0c474fc-004d-4745-80fd-3ea5dc4af1d6 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Tap Mirror: Handle Delete Port: 246c53fa-4c25-448d-944d-4777b9733995 2026-04-03 03:54:54.581 7 INFO neutron.db.l3_hamode_db [None req-89d28c7e-4c53-4776-83d8-894e79f7f212 e1420b188a6e4b939eacbe9c77802326 aa80d9b42cf54cf5b924c57b8ade310a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-03 03:54:54.998 8 INFO neutron.services.segments.plugin [-] Segment 7eb8a5b7-741c-4759-95fc-75e42762275b resource provider aggregate not found 2026-04-03 03:54:55.009 8 INFO neutron.services.segments.plugin [-] Segment 7eb8a5b7-741c-4759-95fc-75e42762275b resource provider aggregate not found 2026-04-03 03:54:55.025 8 INFO neutron.services.segments.plugin [-] Segment 7eb8a5b7-741c-4759-95fc-75e42762275b 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 7eb8a5b7-741c-4759-95fc-75e42762275b found for delete ", "request_id": "req-baff8e98-7380-49ab-b996-91059b045a44"}]} 2026-04-03 03:54:55.035 8 INFO neutron.services.segments.plugin [-] Segment 7eb8a5b7-741c-4759-95fc-75e42762275b 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 7eb8a5b7-741c-4759-95fc-75e42762275b found for delete ", "request_id": "req-ad73568e-5379-493a-8c4c-700d6416b5ad"}]} 2026-04-03 03:54:55.047 8 INFO neutron.db.l3_hamode_db [None req-a0c474fc-004d-4745-80fd-3ea5dc4af1d6 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] HA network 1a162e61-6b04-408e-9183-7bbcf9e79907 was deleted as no HA routers are present in tenant dc8c51802a124b47952f3a284871c1ed. [pid: 8|app: 0|req: 586/1261] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:54:54 2026] DELETE /v2.0/routers/3d4f472c-f1fd-4dd1-8f24-b425a17d9ac4 => generated 0 bytes in 940 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1262] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:54:55 2026] GET /v2.0/ports?device_id=e960615c-5c0b-44b3-b36b-4b0858132d01 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:54:55.268 7 INFO neutron.services.segments.plugin [-] Segment 09bb160d-c3b2-491f-8445-da748ce9bad2 resource provider aggregate not found 2026-04-03 03:54:55.273 7 INFO neutron.services.segments.plugin [-] Segment 09bb160d-c3b2-491f-8445-da748ce9bad2 resource provider aggregate not found [pid: 8|app: 0|req: 588/1263] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:54:55 2026] DELETE /v2.0/subnets/67fd77f0-728c-47fc-99a0-b80c3c07e51e => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:54:55.303 7 INFO neutron.services.segments.plugin [-] Segment 09bb160d-c3b2-491f-8445-da748ce9bad2 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 09bb160d-c3b2-491f-8445-da748ce9bad2 found for delete ", "request_id": "req-0ab1e143-c6c9-481e-8ec3-93d478937d32"}]} 2026-04-03 03:54:55.304 7 INFO neutron.services.segments.plugin [-] Segment 09bb160d-c3b2-491f-8445-da748ce9bad2 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 09bb160d-c3b2-491f-8445-da748ce9bad2 found for delete ", "request_id": "req-ff04a1d0-a574-4f55-b856-aed9f7bf20a8"}]} [pid: 8|app: 0|req: 589/1264] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:54:55 2026] GET /v2.0/security-groups?id=d82d39ef-ad83-4a11-acb5-cb0686118ba5&fields=id&fields=name => generated 113 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:54:55.452 8 INFO neutron_taas.services.taas.taas_plugin [None req-7d28f6fb-fa4d-41be-872a-231951c794bb b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] TaaS: Handle Delete Port: 1e91d224-0bdf-43c2-88ce-b2a8379db581 2026-04-03 03:54:55.455 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d28f6fb-fa4d-41be-872a-231951c794bb b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Tap Mirror: Handle Delete Port: 1e91d224-0bdf-43c2-88ce-b2a8379db581 [pid: 7|app: 0|req: 676/1265] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:54:53 2026] POST /v2.0/routers => generated 691 bytes in 1958 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1266] 10.0.0.78 () {32 vars in 720 bytes} [Fri Apr 3 03:54:55 2026] GET /v2.0/routers/f039e2b3-a5da-48fe-b0aa-c32aa4eb6bd0 => generated 697 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1267] 10.0.0.78 () {32 vars in 646 bytes} [Fri Apr 3 03:54:55 2026] GET /v2.0/routers => generated 700 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1268] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:54:55 2026] DELETE /v2.0/networks/7142d3e2-e1f6-4cb5-b64f-eb8fad64f781 => generated 0 bytes in 320 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1269] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:54:55 2026] GET /v2.0/security-groups?tenant_id=dc8c51802a124b47952f3a284871c1ed&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1270] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:54:55 2026] DELETE /v2.0/security-groups/1963bd4d-f59c-4de0-9c2e-3481982c7c9a => 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: 679/1271] 10.0.0.78 () {34 vars in 740 bytes} [Fri Apr 3 03:54:55 2026] PUT /v2.0/routers/f039e2b3-a5da-48fe-b0aa-c32aa4eb6bd0 => generated 704 bytes in 356 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1272] 10.0.0.78 () {32 vars in 720 bytes} [Fri Apr 3 03:54:56 2026] GET /v2.0/routers/f039e2b3-a5da-48fe-b0aa-c32aa4eb6bd0 => generated 704 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1273] 10.0.0.78 () {32 vars in 735 bytes} [Fri Apr 3 03:54:56 2026] GET /v2.0/ports?device_id=f039e2b3-a5da-48fe-b0aa-c32aa4eb6bd0 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:54:56.451 8 INFO neutron_taas.services.taas.taas_plugin [None req-08784044-7834-4875-b845-5c7b6c4336cf e1420b188a6e4b939eacbe9c77802326 aa80d9b42cf54cf5b924c57b8ade310a - - default default] TaaS: Handle Delete Port: 5480f737-d20a-4e83-8c68-c53fe4b97a10 2026-04-03 03:54:56.458 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-08784044-7834-4875-b845-5c7b6c4336cf e1420b188a6e4b939eacbe9c77802326 aa80d9b42cf54cf5b924c57b8ade310a - - default default] Tap Mirror: Handle Delete Port: 5480f737-d20a-4e83-8c68-c53fe4b97a10 [pid: 7|app: 0|req: 681/1274] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:54:56 2026] GET /v2.0/ports?device_id=e960615c-5c0b-44b3-b36b-4b0858132d01 => generated 969 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1275] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:54:56 2026] GET /v2.0/security-groups?id=d82d39ef-ad83-4a11-acb5-cb0686118ba5&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:54:56.800 8 INFO neutron_taas.services.taas.taas_plugin [None req-08784044-7834-4875-b845-5c7b6c4336cf e1420b188a6e4b939eacbe9c77802326 aa80d9b42cf54cf5b924c57b8ade310a - - default default] TaaS: Handle Delete Port: 13986936-73b8-4da4-a98e-1cdfbf06aa43 2026-04-03 03:54:56.803 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-08784044-7834-4875-b845-5c7b6c4336cf e1420b188a6e4b939eacbe9c77802326 aa80d9b42cf54cf5b924c57b8ade310a - - default default] Tap Mirror: Handle Delete Port: 13986936-73b8-4da4-a98e-1cdfbf06aa43 2026-04-03 03:54:57.050 8 INFO neutron.services.segments.plugin [-] Segment de98b414-2993-4f2e-aa70-80c5d74df7e1 resource provider aggregate not found 2026-04-03 03:54:57.054 8 INFO neutron.services.segments.plugin [-] Segment de98b414-2993-4f2e-aa70-80c5d74df7e1 resource provider aggregate not found 2026-04-03 03:54:57.069 8 INFO neutron.services.segments.plugin [-] Segment de98b414-2993-4f2e-aa70-80c5d74df7e1 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 de98b414-2993-4f2e-aa70-80c5d74df7e1 found for delete ", "request_id": "req-460219d8-b781-44ca-9c6b-562084146875"}]} 2026-04-03 03:54:57.072 8 INFO neutron.services.segments.plugin [-] Segment de98b414-2993-4f2e-aa70-80c5d74df7e1 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 de98b414-2993-4f2e-aa70-80c5d74df7e1 found for delete ", "request_id": "req-c81ae034-2390-4c58-b304-1ff0f9e039b9"}]} 2026-04-03 03:54:57.241 8 INFO neutron.db.l3_hamode_db [None req-08784044-7834-4875-b845-5c7b6c4336cf e1420b188a6e4b939eacbe9c77802326 aa80d9b42cf54cf5b924c57b8ade310a - - default default] HA network 95f11a5f-8d17-4011-976a-4b831e241e34 was deleted as no HA routers are present in tenant aa80d9b42cf54cf5b924c57b8ade310a. [pid: 8|app: 0|req: 594/1276] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:54:56 2026] DELETE /v2.0/routers/f039e2b3-a5da-48fe-b0aa-c32aa4eb6bd0 => generated 0 bytes in 1091 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1277] 10.0.0.78 () {32 vars in 735 bytes} [Fri Apr 3 03:54:57 2026] GET /v2.0/ports?device_id=f039e2b3-a5da-48fe-b0aa-c32aa4eb6bd0 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:54:57.307 8 INFO neutron.api.v2.resource [None req-41f9ee57-9e5f-442c-90ec-74dae49f0ed7 e1420b188a6e4b939eacbe9c77802326 aa80d9b42cf54cf5b924c57b8ade310a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 595/1278] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:54:57 2026] DELETE /v2.0/routers/f039e2b3-a5da-48fe-b0aa-c32aa4eb6bd0 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1279] 10.0.0.78 () {32 vars in 735 bytes} [Fri Apr 3 03:54:57 2026] GET /v2.0/ports?device_id=385cc862-3c76-4647-8ddc-c3df6fc859d4 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:54:57.359 8 INFO neutron.api.v2.resource [None req-881c2327-23ba-4ee2-bb66-5657c5f67103 e1420b188a6e4b939eacbe9c77802326 aa80d9b42cf54cf5b924c57b8ade310a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 596/1280] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:54:57 2026] DELETE /v2.0/routers/385cc862-3c76-4647-8ddc-c3df6fc859d4 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-03 03:54:57.377 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e2d84a61-c2af-4bff-b442-6d1965336c37 e1420b188a6e4b939eacbe9c77802326 aa80d9b42cf54cf5b924c57b8ade310a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 685/1281] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:54:57 2026] DELETE /v2.0/subnets/7b7a5ded-134f-428b-b073-e24a085c02fb => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1282] 10.0.0.78 () {32 vars in 735 bytes} [Fri Apr 3 03:54:57 2026] GET /v2.0/ports?device_id=b3e30ce1-cc86-4cf7-950b-5073a395dbd1 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:54:57.446 7 INFO neutron.api.v2.resource [None req-b5e29558-6f14-4d0a-892e-cfb607334cac e1420b188a6e4b939eacbe9c77802326 aa80d9b42cf54cf5b924c57b8ade310a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 686/1283] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:54:57 2026] DELETE /v2.0/routers/b3e30ce1-cc86-4cf7-950b-5073a395dbd1 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-03 03:54:57.469 8 INFO neutron.pecan_wsgi.hooks.translation [None req-129c8a9e-ffaf-426f-b34b-ac8afbcd519f e1420b188a6e4b939eacbe9c77802326 aa80d9b42cf54cf5b924c57b8ade310a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 598/1284] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:54:57 2026] DELETE /v2.0/subnets/e5969bfb-f6fd-4623-9390-8bac9e4671e9 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1285] 10.0.0.78 () {32 vars in 735 bytes} [Fri Apr 3 03:54:57 2026] GET /v2.0/ports?device_id=e40f4ff8-e939-4bd9-afeb-f7d7796558ae => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:54:57.532 8 INFO neutron.api.v2.resource [None req-2e30f351-dd47-4b52-afc2-d41667dcd8d3 e1420b188a6e4b939eacbe9c77802326 aa80d9b42cf54cf5b924c57b8ade310a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 599/1286] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:54:57 2026] DELETE /v2.0/routers/e40f4ff8-e939-4bd9-afeb-f7d7796558ae => generated 135 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-03 03:54:57.553 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f01651b5-278c-4353-a5f9-1e068578dea6 e1420b188a6e4b939eacbe9c77802326 aa80d9b42cf54cf5b924c57b8ade310a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 688/1287] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:54:57 2026] DELETE /v2.0/subnets/123144a7-7b16-4a1d-8391-98e24240ae1e => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-03 03:54:57.575 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b35bd29c-0819-437e-b254-2e0a90964c5c e1420b188a6e4b939eacbe9c77802326 aa80d9b42cf54cf5b924c57b8ade310a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 600/1288] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:54:57 2026] DELETE /v2.0/subnets/f2409bdc-cb05-4e38-8984-e05a085ba1b8 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1289] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:54:57 2026] GET /v2.0/ports?device_id=e960615c-5c0b-44b3-b36b-4b0858132d01 => 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: 601/1290] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:54:57 2026] GET /v2.0/security-groups?id=d82d39ef-ad83-4a11-acb5-cb0686118ba5&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1291] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:54:58 2026] GET /v2.0/security-groups?tenant_id=aa80d9b42cf54cf5b924c57b8ade310a&name=default => generated 2925 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1292] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:54:58 2026] DELETE /v2.0/security-groups/4828d513-76a8-48c5-8337-964c269bdbb5 => 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: 691/1293] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:54:58 2026] GET /v2.0/ports?device_id=e960615c-5c0b-44b3-b36b-4b0858132d01 => 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: 603/1294] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:54:58 2026] GET /v2.0/security-groups?id=d82d39ef-ad83-4a11-acb5-cb0686118ba5&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:54:59.088 8 INFO neutron.services.segments.plugin [-] Segment dafa38a3-527e-4f79-8e33-fcbd079da86b resource provider aggregate not found 2026-04-03 03:54:59.091 8 INFO neutron.services.segments.plugin [-] Segment dafa38a3-527e-4f79-8e33-fcbd079da86b resource provider aggregate not found 2026-04-03 03:54:59.105 8 INFO neutron.services.segments.plugin [-] Segment dafa38a3-527e-4f79-8e33-fcbd079da86b 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 dafa38a3-527e-4f79-8e33-fcbd079da86b found for delete ", "request_id": "req-5c9cced8-da6c-4da6-87b3-73e07b8948bc"}]} 2026-04-03 03:54:59.111 8 INFO neutron.services.segments.plugin [-] Segment dafa38a3-527e-4f79-8e33-fcbd079da86b 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 dafa38a3-527e-4f79-8e33-fcbd079da86b found for delete ", "request_id": "req-38fbcc82-4b5d-4656-afd9-6099db11e398"}]} [pid: 7|app: 0|req: 692/1295] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:55:00 2026] GET /v2.0/ports?device_id=e960615c-5c0b-44b3-b36b-4b0858132d01 => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1296] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:55:00 2026] GET /v2.0/security-groups?id=d82d39ef-ad83-4a11-acb5-cb0686118ba5&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: 693/1297] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:55:00 2026] GET /v2.0/ports?device_id=e960615c-5c0b-44b3-b36b-4b0858132d01 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:55:00.709 8 INFO neutron.db.l3_db [None req-6f647b25-272a-4400-b411-54e9c25cf0ce f3efc9b5909f4da39a1210a335853404 6716b176972847268ba5d149a43cb0b9 - - default default] Floating IP fa4a632d-bc7e-473d-ac7a-a7d29c059bae associated. External IP: 10.96.250.204, port: 8d887a2e-3db6-4131-a069-fc4e6380a49f. 2026-04-03 03:55:00.773 7 INFO neutron.db.segments_db [None req-95d3d265-6c52-4b9e-99d7-fdeeab829a2b 7d365f5e7f60424298032c775e3d3130 a3cadddaa7a64256820ea4815b0a7e06 - - default default] Added segment 35a15efb-a409-40ed-85bd-90b43a03db87 of type vxlan for network dd130096-e1fb-4803-b6bd-fe527bc80f33 [pid: 7|app: 0|req: 694/1298] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 03:55:00 2026] POST /v2.0/networks => generated 611 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1299] 10.0.0.78 () {34 vars in 748 bytes} [Fri Apr 3 03:55:00 2026] PUT /v2.0/floatingips/fa4a632d-bc7e-473d-ac7a-a7d29c059bae => generated 855 bytes in 796 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:55:01.133 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8ea2adff-69a6-43bb-8d93-68e68f248c73'] response: {'name': 'network-changed', 'server_uuid': 'e960615c-5c0b-44b3-b36b-4b0858132d01', 'tag': '8d887a2e-3db6-4131-a069-fc4e6380a49f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 695/1300] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:55:00 2026] GET /v2.0/security-groups?tenant_id=5d65d1605bfb43d1b2af84f4c156aa19&name=default => generated 2925 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 03:55:01.174 8 INFO neutron.db.segments_db [None req-a560e20f-d272-42ac-a2ba-2ca163f1e2f2 7d365f5e7f60424298032c775e3d3130 a3cadddaa7a64256820ea4815b0a7e06 - - default default] Added segment 08574728-4a5e-414c-b5a4-63832fa79881 of type vxlan for network 817cc0ce-b9d0-4897-a5b5-9dd292febf61 [pid: 7|app: 0|req: 696/1301] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:55:01 2026] GET /v2.0/ports?device_id=e960615c-5c0b-44b3-b36b-4b0858132d01 => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1302] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:55:01 2026] DELETE /v2.0/security-groups/be7eb761-9aa0-4c5d-af70-46f1ef7d7180 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1303] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 03:55:01 2026] POST /v2.0/networks => generated 610 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1304] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:55:01 2026] GET /v2.0/security-groups?id=d82d39ef-ad83-4a11-acb5-cb0686118ba5&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1305] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:55:01 2026] GET /v2.0/security-groups?tenant_id=45974906f0fc47f095c54488c839b584&name=default => generated 2925 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1306] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:55:01 2026] POST /v2.0/subnets => generated 626 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1307] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:55:01 2026] DELETE /v2.0/security-groups/03378634-0a4a-467b-bcad-7ed070244c43 => 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: 701/1308] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:55:01 2026] GET /v2.0/ports?tenant_id=6716b176972847268ba5d149a43cb0b9&device_id=e960615c-5c0b-44b3-b36b-4b0858132d01 => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1309] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:55:01 2026] GET /v2.0/ports?device_id=e960615c-5c0b-44b3-b36b-4b0858132d01 => generated 971 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1310] 199.204.45.30 () {34 vars in 985 bytes} [Fri Apr 3 03:55:01 2026] GET /v2.0/networks?id=a4340efb-d916-4e5b-bbe5-80bf10438ece => generated 775 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1311] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:55:01 2026] GET /v2.0/security-groups?id=d82d39ef-ad83-4a11-acb5-cb0686118ba5&fields=id&fields=name => generated 113 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1312] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:55:01 2026] POST /v2.0/subnets => generated 626 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1313] 199.204.45.30 () {34 vars in 1057 bytes} [Fri Apr 3 03:55:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=8d887a2e-3db6-4131-a069-fc4e6380a49f => generated 858 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1314] 199.204.45.30 () {34 vars in 983 bytes} [Fri Apr 3 03:55:01 2026] GET /v2.0/subnets?id=9558b0db-8360-4204-b3a1-dd872ab936dd => generated 697 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:55:01.997 8 INFO neutron.db.segments_db [None req-56cd688e-106f-44ce-a9ef-e3a6ba7c6c03 7d365f5e7f60424298032c775e3d3130 a3cadddaa7a64256820ea4815b0a7e06 - - default default] Added segment 3bb53330-dc44-4a67-9245-a2cdeb266955 of type vxlan for network 9ac3ad05-2349-42de-b923-3f8adbb99f8d [pid: 7|app: 0|req: 707/1315] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:55:01 2026] GET /v2.0/ports?network_id=a4340efb-d916-4e5b-bbe5-80bf10438ece&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1316] 199.204.45.30 () {34 vars in 1011 bytes} [Fri Apr 3 03:55:02 2026] GET /v2.0/networks/a4340efb-d916-4e5b-bbe5-80bf10438ece?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1317] 199.204.45.30 () {34 vars in 1111 bytes} [Fri Apr 3 03:55:02 2026] GET /v2.0/networks/a4340efb-d916-4e5b-bbe5-80bf10438ece?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:55:02.286 8 INFO neutron.db.l3_hamode_db [None req-56cd688e-106f-44ce-a9ef-e3a6ba7c6c03 7d365f5e7f60424298032c775e3d3130 a3cadddaa7a64256820ea4815b0a7e06 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-03 03:55:02.417 8 INFO neutron.db.l3_hamode_db [None req-56cd688e-106f-44ce-a9ef-e3a6ba7c6c03 7d365f5e7f60424298032c775e3d3130 a3cadddaa7a64256820ea4815b0a7e06 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-03 03:55:02.662 7 INFO neutron.db.segments_db [None req-25430a34-03ec-4f88-a733-ac286f6a07d8 f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] Added segment c37e8f08-673e-4714-ba53-a4cdb9219f73 of type vxlan for network 7c369af2-ac07-4822-a245-08de9a8ffd2b [pid: 7|app: 0|req: 710/1318] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 03:55:02 2026] POST /v2.0/networks => generated 621 bytes in 662 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1319] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:55:01 2026] POST /v2.0/routers => generated 507 bytes in 1152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1320] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:55:02 2026] POST /v2.0/subnets => generated 658 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1321] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:55:03 2026] GET /v2.0/ports?device_id=e960615c-5c0b-44b3-b36b-4b0858132d01 => 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: 611/1322] 10.0.0.78 () {32 vars in 721 bytes} [Fri Apr 3 03:55:03 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1323] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:55:03 2026] GET /v2.0/security-groups?id=d82d39ef-ad83-4a11-acb5-cb0686118ba5&fields=id&fields=name => generated 113 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1324] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:55:03 2026] POST /v2.0/subnets => generated 732 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:55:03.725 8 INFO neutron.db.segments_db [None req-2d4eae41-b9c2-4c14-86c3-f81dd4a8659d f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] Added segment 74774c9a-cbfd-42e1-8e74-9d8d4fcdc7c0 of type vxlan for network 933c5b71-70c9-4d76-ae47-32b8a4ec4d31 [pid: 8|app: 0|req: 614/1325] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 03:55:03 2026] POST /v2.0/networks => generated 619 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1326] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:55:03 2026] POST /v2.0/subnets => generated 656 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1327] 10.0.0.78 () {34 vars in 782 bytes} [Fri Apr 3 03:55:03 2026] PUT /v2.0/routers/443fe18e-511a-4663-92fa-95b6dd1a9fa6/add_router_interface => generated 309 bytes in 1127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1328] 10.0.0.78 () {32 vars in 716 bytes} [Fri Apr 3 03:55:04 2026] GET /v2.0/ports/64ed37de-7e64-4869-8add-cd8773c6a067 => generated 955 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1329] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:55:04 2026] POST /v2.0/subnets => generated 726 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:55:04.383 8 INFO neutron.db.segments_db [None req-f5dd0c69-6e12-4cfa-b4a7-4c7f1ac9e3e2 f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] Added segment 2f8afbc8-126f-4928-b65b-0c969b39e8c2 of type vxlan for network 7c3da979-7660-4fc6-b6a8-e8b02197b764 [pid: 8|app: 0|req: 617/1330] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 03:55:04 2026] POST /v2.0/networks => generated 617 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1331] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:55:04 2026] GET /v2.0/ports?device_id=e960615c-5c0b-44b3-b36b-4b0858132d01 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1332] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:55:04 2026] POST /v2.0/subnets => generated 654 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1333] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:55:04 2026] GET /v2.0/security-groups?id=d82d39ef-ad83-4a11-acb5-cb0686118ba5&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1334] 199.204.45.30 () {34 vars in 993 bytes} [Fri Apr 3 03:55:04 2026] GET /v2.0/ports?device_id=e960615c-5c0b-44b3-b36b-4b0858132d01 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1335] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:55:04 2026] POST /v2.0/subnets => generated 729 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:55:05.213 8 INFO neutron_taas.services.taas.taas_plugin [req-3b351a8b-42ee-433e-8553-b202ac7de751 req-6ba59281-adfa-4092-9b79-215a38d8a761 f3efc9b5909f4da39a1210a335853404 6716b176972847268ba5d149a43cb0b9 - - default default] TaaS: Handle Delete Port: 8d887a2e-3db6-4131-a069-fc4e6380a49f 2026-04-03 03:55:05.216 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3b351a8b-42ee-433e-8553-b202ac7de751 req-6ba59281-adfa-4092-9b79-215a38d8a761 f3efc9b5909f4da39a1210a335853404 6716b176972847268ba5d149a43cb0b9 - - default default] Tap Mirror: Handle Delete Port: 8d887a2e-3db6-4131-a069-fc4e6380a49f 2026-04-03 03:55:05.330 8 INFO neutron.db.l3_db [req-3b351a8b-42ee-433e-8553-b202ac7de751 req-6ba59281-adfa-4092-9b79-215a38d8a761 f3efc9b5909f4da39a1210a335853404 6716b176972847268ba5d149a43cb0b9 - - default default] Floating IP fa4a632d-bc7e-473d-ac7a-a7d29c059bae disassociated. External IP: 10.96.250.204, port: 8d887a2e-3db6-4131-a069-fc4e6380a49f. [pid: 7|app: 0|req: 714/1336] 10.0.0.78 () {34 vars in 782 bytes} [Fri Apr 3 03:55:04 2026] PUT /v2.0/routers/443fe18e-511a-4663-92fa-95b6dd1a9fa6/add_router_interface => generated 309 bytes in 1132 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:55:05.490 7 INFO neutron.db.segments_db [None req-45a33081-a2c0-4959-9ed4-573d36a38214 f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] Added segment 846fc444-e78c-49e7-a8e4-68110f59fd58 of type vxlan for network 684dcd12-7578-4782-9da3-2fb7cff0ade2 [pid: 8|app: 0|req: 623/1337] 199.204.45.30 () {36 vars in 996 bytes} [Fri Apr 3 03:55:05 2026] DELETE /v2.0/ports/8d887a2e-3db6-4131-a069-fc4e6380a49f => generated 0 bytes in 538 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1338] 10.0.0.78 () {32 vars in 716 bytes} [Fri Apr 3 03:55:05 2026] GET /v2.0/ports/b1e9b730-4488-43c0-9dc5-a9c30e6a6477 => generated 955 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:55:05.705 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-08279272-6d8a-4524-853f-8067d1dea4fc'] response: {'server_uuid': 'e960615c-5c0b-44b3-b36b-4b0858132d01', 'name': 'network-vif-deleted', 'tag': '8d887a2e-3db6-4131-a069-fc4e6380a49f', 'status': 'completed', 'code': 200} 2026-04-03 03:55:05.810 7 INFO neutron.db.l3_hamode_db [None req-45a33081-a2c0-4959-9ed4-573d36a38214 f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-03 03:55:06.051 8 INFO neutron_taas.services.taas.taas_plugin [None req-fb239017-4fc5-449d-b68b-f6868ef12703 7d365f5e7f60424298032c775e3d3130 a3cadddaa7a64256820ea4815b0a7e06 - - default default] TaaS: Handle Delete Port: b1e9b730-4488-43c0-9dc5-a9c30e6a6477 2026-04-03 03:55:06.054 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb239017-4fc5-449d-b68b-f6868ef12703 7d365f5e7f60424298032c775e3d3130 a3cadddaa7a64256820ea4815b0a7e06 - - default default] Tap Mirror: Handle Delete Port: b1e9b730-4488-43c0-9dc5-a9c30e6a6477 [pid: 8|app: 0|req: 625/1339] 10.0.0.78 () {34 vars in 788 bytes} [Fri Apr 3 03:55:05 2026] PUT /v2.0/routers/443fe18e-511a-4663-92fa-95b6dd1a9fa6/remove_router_interface => generated 309 bytes in 771 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1340] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:55:06 2026] GET /v2.0/ports?device_id=e960615c-5c0b-44b3-b36b-4b0858132d01 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:55:06.509 7 INFO neutron.db.l3_hamode_db [None req-45a33081-a2c0-4959-9ed4-573d36a38214 f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-03 03:55:06.827 8 INFO neutron_taas.services.taas.taas_plugin [None req-181ab1fe-805c-428b-9735-deeeaacc5888 7d365f5e7f60424298032c775e3d3130 a3cadddaa7a64256820ea4815b0a7e06 - - default default] TaaS: Handle Delete Port: 64ed37de-7e64-4869-8add-cd8773c6a067 2026-04-03 03:55:06.832 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-181ab1fe-805c-428b-9735-deeeaacc5888 7d365f5e7f60424298032c775e3d3130 a3cadddaa7a64256820ea4815b0a7e06 - - default default] Tap Mirror: Handle Delete Port: 64ed37de-7e64-4869-8add-cd8773c6a067 [pid: 8|app: 0|req: 627/1341] 10.0.0.78 () {34 vars in 788 bytes} [Fri Apr 3 03:55:06 2026] PUT /v2.0/routers/443fe18e-511a-4663-92fa-95b6dd1a9fa6/remove_router_interface => generated 309 bytes in 802 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1342] 10.0.0.78 () {32 vars in 735 bytes} [Fri Apr 3 03:55:07 2026] GET /v2.0/ports?device_id=443fe18e-511a-4663-92fa-95b6dd1a9fa6 => 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: 715/1343] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:55:05 2026] POST /v2.0/routers => generated 685 bytes in 1933 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:55:07.563 8 INFO neutron_taas.services.taas.taas_plugin [None req-67aeb1da-691f-43aa-8a12-3652184e2162 7d365f5e7f60424298032c775e3d3130 a3cadddaa7a64256820ea4815b0a7e06 - - default default] TaaS: Handle Delete Port: 65a2c75e-81ad-476e-a5d2-6015b4ea6729 2026-04-03 03:55:07.568 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67aeb1da-691f-43aa-8a12-3652184e2162 7d365f5e7f60424298032c775e3d3130 a3cadddaa7a64256820ea4815b0a7e06 - - default default] Tap Mirror: Handle Delete Port: 65a2c75e-81ad-476e-a5d2-6015b4ea6729 2026-04-03 03:55:07.892 8 INFO neutron.services.segments.plugin [-] Segment 3bb53330-dc44-4a67-9245-a2cdeb266955 resource provider aggregate not found 2026-04-03 03:55:07.893 8 INFO neutron.services.segments.plugin [-] Segment 3bb53330-dc44-4a67-9245-a2cdeb266955 resource provider aggregate not found 2026-04-03 03:55:07.911 8 INFO neutron.services.segments.plugin [-] Segment 3bb53330-dc44-4a67-9245-a2cdeb266955 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 3bb53330-dc44-4a67-9245-a2cdeb266955 found for delete ", "request_id": "req-47fed24c-b39a-48ae-9162-e2e1ea85be71"}]} 2026-04-03 03:55:07.918 8 INFO neutron.services.segments.plugin [-] Segment 3bb53330-dc44-4a67-9245-a2cdeb266955 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 3bb53330-dc44-4a67-9245-a2cdeb266955 found for delete ", "request_id": "req-1e78e1ef-a62c-4b2d-833d-12801b3f28cc"}]} 2026-04-03 03:55:07.931 8 INFO neutron.db.l3_hamode_db [None req-67aeb1da-691f-43aa-8a12-3652184e2162 7d365f5e7f60424298032c775e3d3130 a3cadddaa7a64256820ea4815b0a7e06 - - default default] HA network 9ac3ad05-2349-42de-b923-3f8adbb99f8d was deleted as no HA routers are present in tenant a3cadddaa7a64256820ea4815b0a7e06. [pid: 8|app: 0|req: 629/1344] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:55:07 2026] DELETE /v2.0/routers/443fe18e-511a-4663-92fa-95b6dd1a9fa6 => generated 0 bytes in 598 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1347] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:55:07 2026] GET /v2.0/ports?device_id=e960615c-5c0b-44b3-b36b-4b0858132d01 => 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: 633/1348] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:55:07 2026] GET /v2.0/security-groups?tenant_id=5d80e0f9506d4146a550efbfcfc2e204&name=default => generated 2925 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1349] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:55:08 2026] DELETE /v2.0/subnets/032c4ce9-b71a-4eb6-aea8-5e82d18e1bdc => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1350] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:55:08 2026] DELETE /v2.0/security-groups/7ced5e75-2872-4bd8-a2c4-0a4beed0e05a => 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: 636/1351] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:55:08 2026] DELETE /v2.0/subnets/f00aaf9c-1477-45d0-becf-df2dd9170848 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1352] 10.0.0.78 () {34 vars in 782 bytes} [Fri Apr 3 03:55:07 2026] PUT /v2.0/routers/809194ec-7b98-4b7e-891d-fafad89725e3/add_router_interface => generated 309 bytes in 1270 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:55:08.769 7 INFO neutron_taas.services.taas.taas_plugin [None req-f0337c6d-48c9-4c5b-88f5-7113a62bb8d1 7d365f5e7f60424298032c775e3d3130 a3cadddaa7a64256820ea4815b0a7e06 - - default default] TaaS: Handle Delete Port: eaf6db5e-f1ed-4bc5-b72a-b4a9d88e522d 2026-04-03 03:55:08.776 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f0337c6d-48c9-4c5b-88f5-7113a62bb8d1 7d365f5e7f60424298032c775e3d3130 a3cadddaa7a64256820ea4815b0a7e06 - - default default] Tap Mirror: Handle Delete Port: eaf6db5e-f1ed-4bc5-b72a-b4a9d88e522d [pid: 8|app: 0|req: 637/1353] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:55:08 2026] GET /v2.0/security-groups?tenant_id=5012855d50674e3daef1642b12e60d22&name=default => generated 2925 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 03:55:08.958 7 INFO neutron.services.segments.plugin [-] Segment 08574728-4a5e-414c-b5a4-63832fa79881 resource provider aggregate not found 2026-04-03 03:55:08.965 7 INFO neutron.services.segments.plugin [-] Segment 08574728-4a5e-414c-b5a4-63832fa79881 resource provider aggregate not found 2026-04-03 03:55:08.974 7 INFO neutron.services.segments.plugin [-] Segment 08574728-4a5e-414c-b5a4-63832fa79881 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 08574728-4a5e-414c-b5a4-63832fa79881 found for delete ", "request_id": "req-ad0bae3e-dbba-41a7-b177-dcd4bf46963e"}]} 2026-04-03 03:55:09.000 7 INFO neutron.services.segments.plugin [-] Segment 08574728-4a5e-414c-b5a4-63832fa79881 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 08574728-4a5e-414c-b5a4-63832fa79881 found for delete ", "request_id": "req-34d1ac42-369c-4c6a-867e-4caa1744be68"}]} [pid: 7|app: 0|req: 717/1354] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:55:08 2026] DELETE /v2.0/networks/817cc0ce-b9d0-4897-a5b5-9dd292febf61 => generated 0 bytes in 352 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1355] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:55:09 2026] DELETE /v2.0/security-groups/2fc85ba6-2e66-4fc0-ae26-93f402559e6c => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 03:55:09.202 7 INFO neutron_taas.services.taas.taas_plugin [None req-e789fb62-475c-4b5c-9802-548c51488522 7d365f5e7f60424298032c775e3d3130 a3cadddaa7a64256820ea4815b0a7e06 - - default default] TaaS: Handle Delete Port: 0e9a9c6d-c5d6-4483-8af9-80540e26fa30 2026-04-03 03:55:09.205 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e789fb62-475c-4b5c-9802-548c51488522 7d365f5e7f60424298032c775e3d3130 a3cadddaa7a64256820ea4815b0a7e06 - - default default] Tap Mirror: Handle Delete Port: 0e9a9c6d-c5d6-4483-8af9-80540e26fa30 [pid: 7|app: 0|req: 719/1356] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:55:09 2026] DELETE /v2.0/networks/dd130096-e1fb-4803-b6bd-fe527bc80f33 => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1357] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:55:09 2026] GET /v2.0/ports?device_id=e960615c-5c0b-44b3-b36b-4b0858132d01 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:55:09.497 7 INFO neutron.db.segments_db [None req-4bb2f2f1-1ad9-4f5f-95bd-e2ac7afd0868 7d365f5e7f60424298032c775e3d3130 a3cadddaa7a64256820ea4815b0a7e06 - - default default] Added segment cc0d6f67-5b60-4968-b28d-8583facf9ca6 of type vxlan for network ab1e4386-6106-44d2-95f4-9b288943170f [pid: 7|app: 0|req: 721/1358] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 03:55:09 2026] POST /v2.0/networks => generated 611 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1359] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:55:09 2026] POST /v2.0/subnets => generated 626 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:55:09.911 7 INFO neutron.db.segments_db [None req-451c23d1-a23a-441c-86ee-a710aa8709e7 7d365f5e7f60424298032c775e3d3130 a3cadddaa7a64256820ea4815b0a7e06 - - default default] Added segment af07d21e-9148-4724-9402-372e49995bb7 of type vxlan for network 11876701-9ac8-4894-a93a-63cb48e711ca 2026-04-03 03:55:10.212 7 INFO neutron.db.l3_hamode_db [None req-451c23d1-a23a-441c-86ee-a710aa8709e7 7d365f5e7f60424298032c775e3d3130 a3cadddaa7a64256820ea4815b0a7e06 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-03 03:55:10.335 7 INFO neutron.db.l3_hamode_db [None req-451c23d1-a23a-441c-86ee-a710aa8709e7 7d365f5e7f60424298032c775e3d3130 a3cadddaa7a64256820ea4815b0a7e06 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 638/1360] 10.0.0.78 () {34 vars in 782 bytes} [Fri Apr 3 03:55:08 2026] PUT /v2.0/routers/809194ec-7b98-4b7e-891d-fafad89725e3/add_router_interface => generated 309 bytes in 1835 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1361] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:55:10 2026] DELETE /v2.0/security-groups/d82d39ef-ad83-4a11-acb5-cb0686118ba5 => 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: 723/1362] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:55:09 2026] POST /v2.0/routers => generated 507 bytes in 1080 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:55:10.955 7 INFO neutron.api.v2.resource [None req-cf1b2545-f4a6-421c-919c-68eabce5f2c0 f3efc9b5909f4da39a1210a335853404 6716b176972847268ba5d149a43cb0b9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 724/1363] 10.0.0.78 () {32 vars in 736 bytes} [Fri Apr 3 03:55:10 2026] GET /v2.0/security-groups/d82d39ef-ad83-4a11-acb5-cb0686118ba5 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-03 03:55:10.997 7 INFO neutron.services.segments.plugin [-] Segment 35a15efb-a409-40ed-85bd-90b43a03db87 resource provider aggregate not found 2026-04-03 03:55:11.017 7 INFO neutron.services.segments.plugin [-] Segment 35a15efb-a409-40ed-85bd-90b43a03db87 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 35a15efb-a409-40ed-85bd-90b43a03db87 found for delete ", "request_id": "req-ddb467e8-9b8e-4a20-80cc-69a500f10ba4"}]} 2026-04-03 03:55:11.024 7 INFO neutron.services.segments.plugin [-] Segment 35a15efb-a409-40ed-85bd-90b43a03db87 resource provider aggregate not found 2026-04-03 03:55:11.041 7 INFO neutron.services.segments.plugin [-] Segment 35a15efb-a409-40ed-85bd-90b43a03db87 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 35a15efb-a409-40ed-85bd-90b43a03db87 found for delete ", "request_id": "req-e9a04422-e600-4fb9-894c-e9f143001221"}]} [pid: 7|app: 0|req: 725/1364] 10.0.0.78 () {34 vars in 664 bytes} [Fri Apr 3 03:55:10 2026] POST /v2.0/ports => generated 948 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-03 03:55:11.360 7 INFO neutron_taas.services.taas.taas_plugin [None req-05c516b7-f393-4c61-b87b-e63af09d1194 f3efc9b5909f4da39a1210a335853404 6716b176972847268ba5d149a43cb0b9 - - default default] TaaS: Handle Delete Port: 5fff599a-e10b-4118-8ef6-497c594fdf4f 2026-04-03 03:55:11.363 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-05c516b7-f393-4c61-b87b-e63af09d1194 f3efc9b5909f4da39a1210a335853404 6716b176972847268ba5d149a43cb0b9 - - default default] Tap Mirror: Handle Delete Port: 5fff599a-e10b-4118-8ef6-497c594fdf4f [pid: 7|app: 0|req: 726/1365] 10.0.0.78 () {32 vars in 731 bytes} [Fri Apr 3 03:55:11 2026] DELETE /v2.0/floatingips/fa4a632d-bc7e-473d-ac7a-a7d29c059bae => generated 0 bytes in 238 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1366] 10.0.0.78 () {34 vars in 782 bytes} [Fri Apr 3 03:55:10 2026] PUT /v2.0/routers/809194ec-7b98-4b7e-891d-fafad89725e3/add_router_interface => generated 309 bytes in 1454 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1367] 10.0.0.78 () {34 vars in 782 bytes} [Fri Apr 3 03:55:11 2026] PUT /v2.0/routers/baee7562-a50f-4046-a0f4-89a0c2885d86/add_router_interface => generated 309 bytes in 1030 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-03 03:55:12.561 8 INFO neutron_taas.services.taas.taas_plugin [None req-f4fe60e9-5c41-4134-ba15-9eb71198817a b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] TaaS: Handle Delete Port: 8bff1abf-16f7-457e-af18-fed24bdcf99e 2026-04-03 03:55:12.564 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4fe60e9-5c41-4134-ba15-9eb71198817a b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Tap Mirror: Handle Delete Port: 8bff1abf-16f7-457e-af18-fed24bdcf99e [pid: 7|app: 0|req: 728/1368] 10.0.0.78 () {34 vars in 683 bytes} [Fri Apr 3 03:55:12 2026] POST /v2.0/security-groups => generated 1627 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1369] 10.0.0.78 () {32 vars in 716 bytes} [Fri Apr 3 03:55:12 2026] GET /v2.0/ports/022fd511-bab0-4ebd-9bab-93c3befcd68e => generated 1022 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1370] 10.0.0.78 () {34 vars in 694 bytes} [Fri Apr 3 03:55:12 2026] POST /v2.0/security-group-rules => generated 597 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1371] 10.0.0.78 () {34 vars in 788 bytes} [Fri Apr 3 03:55:12 2026] PUT /v2.0/routers/313423be-e5a4-4012-bff6-9813c0c16665/remove_router_interface => generated 309 bytes in 889 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:55:13.088 7 INFO neutron_taas.services.taas.taas_plugin [None req-06161ea5-75d6-4cc2-9963-808499fc252b 7d365f5e7f60424298032c775e3d3130 a3cadddaa7a64256820ea4815b0a7e06 - - default default] TaaS: Handle Delete Port: 022fd511-bab0-4ebd-9bab-93c3befcd68e 2026-04-03 03:55:13.090 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-06161ea5-75d6-4cc2-9963-808499fc252b 7d365f5e7f60424298032c775e3d3130 a3cadddaa7a64256820ea4815b0a7e06 - - default default] Tap Mirror: Handle Delete Port: 022fd511-bab0-4ebd-9bab-93c3befcd68e [pid: 8|app: 0|req: 642/1372] 10.0.0.78 () {34 vars in 694 bytes} [Fri Apr 3 03:55:13 2026] POST /v2.0/security-group-rules => generated 597 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:55:13.412 8 INFO neutron_taas.services.taas.taas_plugin [None req-41615233-3e74-4705-90d1-7c8b5b0d8778 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] TaaS: Handle Delete Port: 29306c19-ead3-4050-8bbe-733f353e80eb 2026-04-03 03:55:13.415 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41615233-3e74-4705-90d1-7c8b5b0d8778 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Tap Mirror: Handle Delete Port: 29306c19-ead3-4050-8bbe-733f353e80eb [pid: 7|app: 0|req: 731/1373] 10.0.0.78 () {34 vars in 788 bytes} [Fri Apr 3 03:55:12 2026] PUT /v2.0/routers/baee7562-a50f-4046-a0f4-89a0c2885d86/remove_router_interface => generated 309 bytes in 695 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-03 03:55:13.664 8 INFO neutron_taas.services.taas.taas_plugin [None req-41615233-3e74-4705-90d1-7c8b5b0d8778 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] TaaS: Handle Delete Port: 1897148f-2c2e-453a-b8d9-165d516067a9 2026-04-03 03:55:13.667 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41615233-3e74-4705-90d1-7c8b5b0d8778 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Tap Mirror: Handle Delete Port: 1897148f-2c2e-453a-b8d9-165d516067a9 [pid: 7|app: 0|req: 732/1374] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:55:13 2026] GET /v2.0/security-groups?tenant_id=c73e135fdb4b46a69831c81700f0e4eb&name=default => generated 2925 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1375] 10.0.0.78 () {34 vars in 694 bytes} [Fri Apr 3 03:55:13 2026] POST /v2.0/security-group-rules => generated 599 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:55:13.857 7 INFO neutron.api.v2.resource [None req-8d71a00a-fdea-47f0-bf58-2e93a902d0a7 7d365f5e7f60424298032c775e3d3130 a3cadddaa7a64256820ea4815b0a7e06 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 734/1376] 10.0.0.78 () {34 vars in 788 bytes} [Fri Apr 3 03:55:13 2026] PUT /v2.0/routers/baee7562-a50f-4046-a0f4-89a0c2885d86/remove_router_interface => generated 197 bytes in 83 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1377] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:55:13 2026] DELETE /v2.0/security-groups/8c7cd30b-54d3-4916-ac23-cf609a4d14a9 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 03:55:14.001 8 INFO neutron.services.segments.plugin [-] Segment ba84bd72-c4e4-49bc-acc7-62d2eed889ef resource provider aggregate not found 2026-04-03 03:55:14.007 8 INFO neutron.services.segments.plugin [-] Segment ba84bd72-c4e4-49bc-acc7-62d2eed889ef resource provider aggregate not found 2026-04-03 03:55:14.018 8 INFO neutron.services.segments.plugin [-] Segment ba84bd72-c4e4-49bc-acc7-62d2eed889ef 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 ba84bd72-c4e4-49bc-acc7-62d2eed889ef found for delete ", "request_id": "req-8db86805-6581-4ab9-a603-86bd2ac16525"}]} 2026-04-03 03:55:14.024 8 INFO neutron.services.segments.plugin [-] Segment ba84bd72-c4e4-49bc-acc7-62d2eed889ef 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 ba84bd72-c4e4-49bc-acc7-62d2eed889ef found for delete ", "request_id": "req-64cfc602-4c33-44e0-958d-0d77d93d2e0f"}]} 2026-04-03 03:55:14.035 8 INFO neutron.db.l3_hamode_db [None req-41615233-3e74-4705-90d1-7c8b5b0d8778 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] HA network 08bc6ca3-4bfd-4ebf-aa5c-fcca4e9f8c5f was deleted as no HA routers are present in tenant 6716b176972847268ba5d149a43cb0b9. [pid: 8|app: 0|req: 643/1378] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:55:13 2026] DELETE /v2.0/routers/313423be-e5a4-4012-bff6-9813c0c16665 => generated 0 bytes in 833 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1379] 10.0.0.78 () {32 vars in 735 bytes} [Fri Apr 3 03:55:14 2026] GET /v2.0/ports?device_id=baee7562-a50f-4046-a0f4-89a0c2885d86 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1380] 10.0.0.78 () {34 vars in 694 bytes} [Fri Apr 3 03:55:13 2026] POST /v2.0/security-group-rules => generated 601 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1381] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:55:14 2026] GET /v2.0/security-groups?tenant_id=e0be17bcb57e4b5c873d7e9f4ed4844f&name=default => generated 2925 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1382] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:55:14 2026] DELETE /v2.0/subnets/9558b0db-8360-4204-b3a1-dd872ab936dd => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:55:14.325 8 INFO neutron_taas.services.taas.taas_plugin [None req-1ce6539a-a224-4367-b2d3-b97a8dbad250 7d365f5e7f60424298032c775e3d3130 a3cadddaa7a64256820ea4815b0a7e06 - - default default] TaaS: Handle Delete Port: ba0c5659-e816-4584-9685-755605c990d7 2026-04-03 03:55:14.328 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ce6539a-a224-4367-b2d3-b97a8dbad250 7d365f5e7f60424298032c775e3d3130 a3cadddaa7a64256820ea4815b0a7e06 - - default default] Tap Mirror: Handle Delete Port: ba0c5659-e816-4584-9685-755605c990d7 [pid: 7|app: 0|req: 738/1383] 10.0.0.78 () {34 vars in 694 bytes} [Fri Apr 3 03:55:14 2026] POST /v2.0/security-group-rules => generated 601 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1384] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:55:14 2026] DELETE /v2.0/security-groups/c94e2310-704b-4e2d-b3fc-e601cbf3b263 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 03:55:14.535 7 INFO neutron_taas.services.taas.taas_plugin [None req-4ddb83e0-e32e-483c-82f5-4ee0bf5233dc b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] TaaS: Handle Delete Port: be7ec014-be6e-488d-87c8-4ce31accdfc9 2026-04-03 03:55:14.537 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4ddb83e0-e32e-483c-82f5-4ee0bf5233dc b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Tap Mirror: Handle Delete Port: be7ec014-be6e-488d-87c8-4ce31accdfc9 2026-04-03 03:55:14.651 8 INFO neutron.db.l3_hamode_db [None req-1ce6539a-a224-4367-b2d3-b97a8dbad250 7d365f5e7f60424298032c775e3d3130 a3cadddaa7a64256820ea4815b0a7e06 - - default default] HA network 11876701-9ac8-4894-a93a-63cb48e711ca was deleted as no HA routers are present in tenant a3cadddaa7a64256820ea4815b0a7e06. [pid: 8|app: 0|req: 646/1385] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:55:14 2026] DELETE /v2.0/routers/baee7562-a50f-4046-a0f4-89a0c2885d86 => generated 0 bytes in 488 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 03:55:14.708 7 INFO neutron.services.segments.plugin [-] Segment 97e99ef9-d499-43e2-9619-bd6218a5c3c5 resource provider aggregate not found 2026-04-03 03:55:14.711 7 INFO neutron.services.segments.plugin [-] Segment 97e99ef9-d499-43e2-9619-bd6218a5c3c5 resource provider aggregate not found 2026-04-03 03:55:14.727 7 INFO neutron.services.segments.plugin [-] Segment 97e99ef9-d499-43e2-9619-bd6218a5c3c5 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 97e99ef9-d499-43e2-9619-bd6218a5c3c5 found for delete ", "request_id": "req-a6a2d2d8-b61c-489e-a744-7c0f08841d95"}]} 2026-04-03 03:55:14.741 7 INFO neutron.services.segments.plugin [-] Segment 97e99ef9-d499-43e2-9619-bd6218a5c3c5 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 97e99ef9-d499-43e2-9619-bd6218a5c3c5 found for delete ", "request_id": "req-03ec85ac-5e96-4ce0-b585-f1c08a0512c5"}]} [pid: 7|app: 0|req: 740/1386] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:55:14 2026] DELETE /v2.0/networks/a4340efb-d916-4e5b-bbe5-80bf10438ece => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1387] 10.0.0.78 () {34 vars in 694 bytes} [Fri Apr 3 03:55:14 2026] POST /v2.0/security-group-rules => generated 597 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1388] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:55:14 2026] DELETE /v2.0/subnets/8c9aaf5c-e4e5-4696-b1f5-11990847c4fe => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1389] 10.0.0.78 () {34 vars in 694 bytes} [Fri Apr 3 03:55:14 2026] POST /v2.0/security-group-rules => generated 597 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1390] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:55:14 2026] DELETE /v2.0/networks/ab1e4386-6106-44d2-95f4-9b288943170f => generated 0 bytes in 105 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1391] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:55:14 2026] GET /v2.0/security-groups?tenant_id=6716b176972847268ba5d149a43cb0b9&name=default => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1392] 10.0.0.78 () {34 vars in 694 bytes} [Fri Apr 3 03:55:14 2026] POST /v2.0/security-group-rules => generated 597 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:55:15.068 7 INFO neutron.db.segments_db [None req-7a6abc93-2c62-4d37-a90b-4d86c8a92964 7d365f5e7f60424298032c775e3d3130 a3cadddaa7a64256820ea4815b0a7e06 - - default default] Added segment 5b2c8ead-f92d-4723-a83b-3fd9222d5186 of type vxlan for network 5545debb-afbb-450d-b25a-d31419ff2c75 [pid: 7|app: 0|req: 744/1393] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 03:55:14 2026] POST /v2.0/networks => generated 611 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1394] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:55:15 2026] DELETE /v2.0/security-groups/b2083a24-9182-412b-980f-0822dce8aea7 => 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: 745/1395] 10.0.0.78 () {34 vars in 694 bytes} [Fri Apr 3 03:55:15 2026] POST /v2.0/security-group-rules => generated 599 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1396] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:55:15 2026] POST /v2.0/subnets => generated 626 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1397] 10.0.0.78 () {34 vars in 694 bytes} [Fri Apr 3 03:55:15 2026] POST /v2.0/security-group-rules => generated 601 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:55:15.457 8 INFO neutron.db.segments_db [None req-8bf9f603-3fa3-4520-926d-5e71b0b6111b 7d365f5e7f60424298032c775e3d3130 a3cadddaa7a64256820ea4815b0a7e06 - - default default] Added segment 83a7b525-d9cf-41c3-aa7b-09c82c7cb7d1 of type vxlan for network b57c86fb-1923-4771-95b6-9007b12e8299 [pid: 7|app: 0|req: 747/1398] 10.0.0.78 () {34 vars in 694 bytes} [Fri Apr 3 03:55:15 2026] POST /v2.0/security-group-rules => generated 597 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:55:15.715 8 INFO neutron.db.l3_hamode_db [None req-8bf9f603-3fa3-4520-926d-5e71b0b6111b 7d365f5e7f60424298032c775e3d3130 a3cadddaa7a64256820ea4815b0a7e06 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-03 03:55:15.861 8 INFO neutron.db.l3_hamode_db [None req-8bf9f603-3fa3-4520-926d-5e71b0b6111b 7d365f5e7f60424298032c775e3d3130 a3cadddaa7a64256820ea4815b0a7e06 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 748/1399] 10.0.0.71 () {34 vars in 1093 bytes} [Fri Apr 3 03:55:15 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-559472638&fields=id&tenant_id=9ada0fb4e05a4f00a789fb8ed3f28e47 => 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: 749/1400] 10.0.0.71 () {34 vars in 981 bytes} [Fri Apr 3 03:55:15 2026] GET /v2.0/networks?id=933c5b71-70c9-4d76-ae47-32b8a4ec4d31 => generated 705 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1401] 10.0.0.71 () {34 vars in 964 bytes} [Fri Apr 3 03:55:16 2026] GET /v2.0/quotas/9ada0fb4e05a4f00a789fb8ed3f28e47 => generated 292 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:55:16.048 8 INFO neutron.services.segments.plugin [-] Segment af07d21e-9148-4724-9402-372e49995bb7 resource provider aggregate not found 2026-04-03 03:55:16.057 8 INFO neutron.services.segments.plugin [-] Segment af07d21e-9148-4724-9402-372e49995bb7 resource provider aggregate not found 2026-04-03 03:55:16.074 8 INFO neutron.services.segments.plugin [-] Segment af07d21e-9148-4724-9402-372e49995bb7 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 af07d21e-9148-4724-9402-372e49995bb7 found for delete ", "request_id": "req-d65b3d44-54ba-4522-946a-5a9d67317910"}]} 2026-04-03 03:55:16.079 8 INFO neutron.services.segments.plugin [-] Segment af07d21e-9148-4724-9402-372e49995bb7 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 af07d21e-9148-4724-9402-372e49995bb7 found for delete ", "request_id": "req-a606dc3f-6d66-4d42-874e-a7a179284b7a"}]} [pid: 7|app: 0|req: 751/1402] 10.0.0.71 () {34 vars in 1001 bytes} [Fri Apr 3 03:55:16 2026] GET /v2.0/ports?tenant_id=9ada0fb4e05a4f00a789fb8ed3f28e47&fields=id => generated 195 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1403] 10.0.0.71 () {34 vars in 1007 bytes} [Fri Apr 3 03:55:16 2026] GET /v2.0/networks/933c5b71-70c9-4d76-ae47-32b8a4ec4d31?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1404] 10.0.0.71 () {34 vars in 1107 bytes} [Fri Apr 3 03:55:16 2026] GET /v2.0/networks/933c5b71-70c9-4d76-ae47-32b8a4ec4d31?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1405] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:55:16 2026] GET /v2.0/ports?device_id=b9ddfbb1-159b-4885-8dec-1db0f5d3d240 => 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: 652/1406] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:55:15 2026] POST /v2.0/routers => generated 504 bytes in 1163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:55:16.760 7 INFO neutron.services.segments.plugin [-] Segment cc0d6f67-5b60-4968-b28d-8583facf9ca6 resource provider aggregate not found 2026-04-03 03:55:16.766 7 INFO neutron.services.segments.plugin [-] Segment cc0d6f67-5b60-4968-b28d-8583facf9ca6 resource provider aggregate not found 2026-04-03 03:55:16.778 7 INFO neutron.services.segments.plugin [-] Segment cc0d6f67-5b60-4968-b28d-8583facf9ca6 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 cc0d6f67-5b60-4968-b28d-8583facf9ca6 found for delete ", "request_id": "req-c36a7536-ee84-4b1f-9463-7b95c8417dbc"}]} 2026-04-03 03:55:16.788 7 INFO neutron.services.segments.plugin [-] Segment cc0d6f67-5b60-4968-b28d-8583facf9ca6 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 cc0d6f67-5b60-4968-b28d-8583facf9ca6 found for delete ", "request_id": "req-a7a59b93-dfe6-4ae0-a243-cb68920c4981"}]} [pid: 7|app: 0|req: 755/1407] 10.0.0.78 () {34 vars in 782 bytes} [Fri Apr 3 03:55:16 2026] PUT /v2.0/routers/ef29965d-cb9c-4004-95d0-c378fe91d7df/add_router_interface => generated 309 bytes in 1480 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1408] 10.0.0.78 () {32 vars in 716 bytes} [Fri Apr 3 03:55:18 2026] GET /v2.0/ports/73c1f419-108c-40fa-a8f8-54a4787d8530 => generated 955 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:55:18.340 7 INFO neutron_taas.services.taas.taas_plugin [None req-60cedf18-44f2-4615-bf3f-2ef432c317e9 7d365f5e7f60424298032c775e3d3130 a3cadddaa7a64256820ea4815b0a7e06 - - default default] TaaS: Handle Delete Port: 73c1f419-108c-40fa-a8f8-54a4787d8530 2026-04-03 03:55:18.343 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60cedf18-44f2-4615-bf3f-2ef432c317e9 7d365f5e7f60424298032c775e3d3130 a3cadddaa7a64256820ea4815b0a7e06 - - default default] Tap Mirror: Handle Delete Port: 73c1f419-108c-40fa-a8f8-54a4787d8530 [pid: 8|app: 0|req: 654/1409] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:55:18 2026] GET /v2.0/security-groups?tenant_id=fe8ce43ebdb548a9ad245c4c5af9a0e3&name=default => generated 2925 bytes in 334 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1410] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:55:18 2026] DELETE /v2.0/security-groups/f4bedc80-5cdc-49bc-a1b8-cb0482c0182e => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1411] 10.0.0.78 () {34 vars in 788 bytes} [Fri Apr 3 03:55:18 2026] PUT /v2.0/routers/ef29965d-cb9c-4004-95d0-c378fe91d7df/remove_router_interface => generated 309 bytes in 662 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1412] 10.0.0.78 () {32 vars in 735 bytes} [Fri Apr 3 03:55:18 2026] GET /v2.0/ports?device_id=ef29965d-cb9c-4004-95d0-c378fe91d7df => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:55:18.935 7 INFO neutron_taas.services.taas.taas_plugin [None req-59e9cf97-97fd-4c99-9c0a-610de783cfd1 7d365f5e7f60424298032c775e3d3130 a3cadddaa7a64256820ea4815b0a7e06 - - default default] TaaS: Handle Delete Port: c6b42aa2-885a-49b5-9a84-41889338b1f5 2026-04-03 03:55:18.938 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-59e9cf97-97fd-4c99-9c0a-610de783cfd1 7d365f5e7f60424298032c775e3d3130 a3cadddaa7a64256820ea4815b0a7e06 - - default default] Tap Mirror: Handle Delete Port: c6b42aa2-885a-49b5-9a84-41889338b1f5 2026-04-03 03:55:19.290 7 INFO neutron.services.segments.plugin [-] Segment 83a7b525-d9cf-41c3-aa7b-09c82c7cb7d1 resource provider aggregate not found 2026-04-03 03:55:19.299 7 INFO neutron.services.segments.plugin [-] Segment 83a7b525-d9cf-41c3-aa7b-09c82c7cb7d1 resource provider aggregate not found 2026-04-03 03:55:19.313 7 INFO neutron.services.segments.plugin [-] Segment 83a7b525-d9cf-41c3-aa7b-09c82c7cb7d1 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 83a7b525-d9cf-41c3-aa7b-09c82c7cb7d1 found for delete ", "request_id": "req-760b2378-6771-462d-89cb-955a2a554b03"}]} 2026-04-03 03:55:19.318 7 INFO neutron.services.segments.plugin [-] Segment 83a7b525-d9cf-41c3-aa7b-09c82c7cb7d1 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 83a7b525-d9cf-41c3-aa7b-09c82c7cb7d1 found for delete ", "request_id": "req-bed97602-3cb8-41d9-a8a3-bda2cb68c1f1"}]} 2026-04-03 03:55:19.328 7 INFO neutron.db.l3_hamode_db [None req-59e9cf97-97fd-4c99-9c0a-610de783cfd1 7d365f5e7f60424298032c775e3d3130 a3cadddaa7a64256820ea4815b0a7e06 - - default default] HA network b57c86fb-1923-4771-95b6-9007b12e8299 was deleted as no HA routers are present in tenant a3cadddaa7a64256820ea4815b0a7e06. [pid: 7|app: 0|req: 757/1413] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:55:18 2026] DELETE /v2.0/routers/ef29965d-cb9c-4004-95d0-c378fe91d7df => generated 0 bytes in 561 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1414] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:55:19 2026] DELETE /v2.0/subnets/09f6450d-cb6f-422f-99c4-03019278858b => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1415] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:55:19 2026] DELETE /v2.0/networks/5545debb-afbb-450d-b25a-d31419ff2c75 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:55:19.657 8 INFO neutron.db.segments_db [None req-49cd213a-ac33-429c-8679-427377b5a708 7d365f5e7f60424298032c775e3d3130 a3cadddaa7a64256820ea4815b0a7e06 - - default default] Added segment 71a002e9-04e5-4938-a8a5-192e6b7cfb98 of type vxlan for network e0cb8831-47b6-4f6b-8623-c5e5b2bcafac 2026-04-03 03:55:19.903 8 INFO neutron.db.l3_hamode_db [None req-49cd213a-ac33-429c-8679-427377b5a708 7d365f5e7f60424298032c775e3d3130 a3cadddaa7a64256820ea4815b0a7e06 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 759/1416] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:55:20 2026] GET /v2.0/security-groups?tenant_id=76c1cf97399847929bee81b1d060c12f&name=default => generated 2925 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1417] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:55:20 2026] DELETE /v2.0/security-groups/4b7b5b13-ee0e-4020-90ae-e498595fc51a => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 03:55:20.752 8 INFO neutron.db.l3_hamode_db [None req-49cd213a-ac33-429c-8679-427377b5a708 7d365f5e7f60424298032c775e3d3130 a3cadddaa7a64256820ea4815b0a7e06 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 761/1418] 199.204.45.30 () {34 vars in 985 bytes} [Fri Apr 3 03:55:20 2026] GET /v2.0/networks?id=933c5b71-70c9-4d76-ae47-32b8a4ec4d31 => generated 705 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1419] 199.204.45.30 () {34 vars in 1049 bytes} [Fri Apr 3 03:55:20 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9ada0fb4e05a4f00a789fb8ed3f28e47 => generated 178 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1420] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:55:20 2026] GET /v2.0/security-groups?tenant_id=ea75c2bd99a345768e298add7987be4d&name=default => generated 2925 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1421] 199.204.45.30 () {38 vars in 954 bytes} [Fri Apr 3 03:55:20 2026] POST /v2.0/ports => generated 1179 bytes in 400 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-03 03:55:21.334 7 INFO neutron.services.segments.plugin [-] Segment 5b2c8ead-f92d-4723-a83b-3fd9222d5186 resource provider aggregate not found 2026-04-03 03:55:21.345 7 INFO neutron.services.segments.plugin [-] Segment 5b2c8ead-f92d-4723-a83b-3fd9222d5186 resource provider aggregate not found 2026-04-03 03:55:21.360 7 INFO neutron.services.segments.plugin [-] Segment 5b2c8ead-f92d-4723-a83b-3fd9222d5186 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 5b2c8ead-f92d-4723-a83b-3fd9222d5186 found for delete ", "request_id": "req-5f268c7d-5420-4764-ab04-c178b76f08f7"}]} 2026-04-03 03:55:21.365 7 INFO neutron.services.segments.plugin [-] Segment 5b2c8ead-f92d-4723-a83b-3fd9222d5186 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 5b2c8ead-f92d-4723-a83b-3fd9222d5186 found for delete ", "request_id": "req-daa9070f-2f59-4dae-9e8a-da08c82ffe6c"}]} [pid: 7|app: 0|req: 765/1422] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:55:21 2026] DELETE /v2.0/security-groups/2159804a-0431-4802-92a0-85e5cbe19bf2 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1423] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:55:19 2026] POST /v2.0/routers => generated 688 bytes in 1989 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1424] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:55:21 2026] GET /v2.0/ports?device_id=b9ddfbb1-159b-4885-8dec-1db0f5d3d240 => generated 1182 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1425] 10.0.0.78 () {32 vars in 720 bytes} [Fri Apr 3 03:55:21 2026] GET /v2.0/routers/762bfc58-9617-4160-9d35-0ddb09b38762 => generated 694 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1426] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:55:21 2026] GET /v2.0/security-groups?id=c340e86d-3842-4afc-a35e-cf2755102a6a&fields=id&fields=name => generated 111 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1427] 10.0.0.78 () {32 vars in 646 bytes} [Fri Apr 3 03:55:21 2026] GET /v2.0/routers => generated 697 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1428] 199.204.45.30 () {38 vars in 1027 bytes} [Fri Apr 3 03:55:21 2026] PUT /v2.0/ports/562e9cce-7b7a-4d6c-9d44-6fcf0a949cfd => generated 1460 bytes in 472 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 03:55:21.967 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-450628f9-161e-4981-ab14-4dd46c2d3fba'] response: {'name': 'network-changed', 'server_uuid': 'b9ddfbb1-159b-4885-8dec-1db0f5d3d240', 'tag': '562e9cce-7b7a-4d6c-9d44-6fcf0a949cfd', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 663/1429] 10.0.0.78 () {34 vars in 740 bytes} [Fri Apr 3 03:55:21 2026] PUT /v2.0/routers/762bfc58-9617-4160-9d35-0ddb09b38762 => generated 701 bytes in 404 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 767/1430] 10.0.0.78 () {32 vars in 720 bytes} [Fri Apr 3 03:55:22 2026] GET /v2.0/routers/762bfc58-9617-4160-9d35-0ddb09b38762 => generated 701 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1431] 10.0.0.78 () {32 vars in 735 bytes} [Fri Apr 3 03:55:22 2026] GET /v2.0/ports?device_id=762bfc58-9617-4160-9d35-0ddb09b38762 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1432] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:55:22 2026] GET /v2.0/ports?tenant_id=9ada0fb4e05a4f00a789fb8ed3f28e47&device_id=b9ddfbb1-159b-4885-8dec-1db0f5d3d240 => generated 1463 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 03:55:22.537 7 INFO neutron_taas.services.taas.taas_plugin [None req-bdadaa9f-ac5a-4f34-911e-58c44cb2aff5 7d365f5e7f60424298032c775e3d3130 a3cadddaa7a64256820ea4815b0a7e06 - - default default] TaaS: Handle Delete Port: d8d5dd5e-c92e-4140-ace1-fcc9877c9f16 2026-04-03 03:55:22.540 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bdadaa9f-ac5a-4f34-911e-58c44cb2aff5 7d365f5e7f60424298032c775e3d3130 a3cadddaa7a64256820ea4815b0a7e06 - - default default] Tap Mirror: Handle Delete Port: d8d5dd5e-c92e-4140-ace1-fcc9877c9f16 [pid: 8|app: 0|req: 666/1433] 199.204.45.30 () {34 vars in 1017 bytes} [Fri Apr 3 03:55:22 2026] GET /v2.0/networks?tenant_id=9ada0fb4e05a4f00a789fb8ed3f28e47&shared=False => generated 2374 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1436] 199.204.45.30 () {34 vars in 929 bytes} [Fri Apr 3 03:55:22 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:55:22.735 7 INFO neutron_taas.services.taas.taas_plugin [None req-bdadaa9f-ac5a-4f34-911e-58c44cb2aff5 7d365f5e7f60424298032c775e3d3130 a3cadddaa7a64256820ea4815b0a7e06 - - default default] TaaS: Handle Delete Port: 5fb0566c-afd4-432a-895e-7df1c0167265 2026-04-03 03:55:22.737 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bdadaa9f-ac5a-4f34-911e-58c44cb2aff5 7d365f5e7f60424298032c775e3d3130 a3cadddaa7a64256820ea4815b0a7e06 - - default default] Tap Mirror: Handle Delete Port: 5fb0566c-afd4-432a-895e-7df1c0167265 2026-04-03 03:55:22.991 7 INFO neutron.db.l3_hamode_db [None req-bdadaa9f-ac5a-4f34-911e-58c44cb2aff5 7d365f5e7f60424298032c775e3d3130 a3cadddaa7a64256820ea4815b0a7e06 - - default default] HA network e0cb8831-47b6-4f6b-8623-c5e5b2bcafac was deleted as no HA routers are present in tenant a3cadddaa7a64256820ea4815b0a7e06. [pid: 7|app: 0|req: 768/1437] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:55:22 2026] DELETE /v2.0/routers/762bfc58-9617-4160-9d35-0ddb09b38762 => generated 0 bytes in 645 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1438] 10.0.0.78 () {32 vars in 735 bytes} [Fri Apr 3 03:55:23 2026] GET /v2.0/ports?device_id=762bfc58-9617-4160-9d35-0ddb09b38762 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:55:23.048 7 INFO neutron.api.v2.resource [None req-9625de98-d6ed-418a-9fb7-df14ef24147c 7d365f5e7f60424298032c775e3d3130 a3cadddaa7a64256820ea4815b0a7e06 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 769/1439] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:55:23 2026] DELETE /v2.0/routers/762bfc58-9617-4160-9d35-0ddb09b38762 => generated 135 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1440] 10.0.0.78 () {32 vars in 735 bytes} [Fri Apr 3 03:55:23 2026] GET /v2.0/ports?device_id=ef29965d-cb9c-4004-95d0-c378fe91d7df => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:55:23.097 7 INFO neutron.api.v2.resource [None req-e80d5677-e394-4fec-8a49-ed169c232c16 7d365f5e7f60424298032c775e3d3130 a3cadddaa7a64256820ea4815b0a7e06 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 770/1441] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:55:23 2026] DELETE /v2.0/routers/ef29965d-cb9c-4004-95d0-c378fe91d7df => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-03 03:55:23.114 8 INFO neutron.pecan_wsgi.hooks.translation [None req-65ce9f6a-ce42-4dbc-bc25-b74ccb6bc84a 7d365f5e7f60424298032c775e3d3130 a3cadddaa7a64256820ea4815b0a7e06 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 672/1442] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:55:23 2026] DELETE /v2.0/subnets/09f6450d-cb6f-422f-99c4-03019278858b => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1443] 10.0.0.78 () {32 vars in 735 bytes} [Fri Apr 3 03:55:23 2026] GET /v2.0/ports?device_id=baee7562-a50f-4046-a0f4-89a0c2885d86 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:55:23.180 8 INFO neutron.api.v2.resource [None req-ffffdc26-f40b-4d69-aa30-4109f1733358 7d365f5e7f60424298032c775e3d3130 a3cadddaa7a64256820ea4815b0a7e06 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 673/1444] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:55:23 2026] DELETE /v2.0/routers/baee7562-a50f-4046-a0f4-89a0c2885d86 => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-03 03:55:23.196 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a419732b-4f97-4060-801d-62fb1b481f04 7d365f5e7f60424298032c775e3d3130 a3cadddaa7a64256820ea4815b0a7e06 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 772/1445] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:55:23 2026] DELETE /v2.0/subnets/8c9aaf5c-e4e5-4696-b1f5-11990847c4fe => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1446] 10.0.0.78 () {32 vars in 735 bytes} [Fri Apr 3 03:55:23 2026] GET /v2.0/ports?device_id=443fe18e-511a-4663-92fa-95b6dd1a9fa6 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:55:23.235 8 INFO neutron.api.v2.resource [None req-99bbd6ac-e14e-4f9f-ae1e-fd9cc34a465b 7d365f5e7f60424298032c775e3d3130 a3cadddaa7a64256820ea4815b0a7e06 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 675/1447] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:55:23 2026] DELETE /v2.0/routers/443fe18e-511a-4663-92fa-95b6dd1a9fa6 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-03 03:55:23.255 8 INFO neutron.pecan_wsgi.hooks.translation [None req-50fcd06a-77a0-4d43-b5dc-f7fa25fff89c 7d365f5e7f60424298032c775e3d3130 a3cadddaa7a64256820ea4815b0a7e06 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 676/1448] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:55:23 2026] DELETE /v2.0/subnets/032c4ce9-b71a-4eb6-aea8-5e82d18e1bdc => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-03 03:55:23.272 8 INFO neutron.pecan_wsgi.hooks.translation [None req-44a77f33-1580-40fb-997b-d3623b469788 7d365f5e7f60424298032c775e3d3130 a3cadddaa7a64256820ea4815b0a7e06 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 677/1449] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:55:23 2026] DELETE /v2.0/subnets/f00aaf9c-1477-45d0-becf-df2dd9170848 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-03 03:55:23.385 7 INFO neutron.services.segments.plugin [-] Segment 71a002e9-04e5-4938-a8a5-192e6b7cfb98 resource provider aggregate not found 2026-04-03 03:55:23.393 7 INFO neutron.services.segments.plugin [-] Segment 71a002e9-04e5-4938-a8a5-192e6b7cfb98 resource provider aggregate not found 2026-04-03 03:55:23.401 7 INFO neutron.services.segments.plugin [-] Segment 71a002e9-04e5-4938-a8a5-192e6b7cfb98 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 71a002e9-04e5-4938-a8a5-192e6b7cfb98 found for delete ", "request_id": "req-f21f09d2-ed8f-49fc-9861-b923ed1dcfbb"}]} 2026-04-03 03:55:23.408 7 INFO neutron.services.segments.plugin [-] Segment 71a002e9-04e5-4938-a8a5-192e6b7cfb98 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 71a002e9-04e5-4938-a8a5-192e6b7cfb98 found for delete ", "request_id": "req-ae525c98-a04d-4b6f-a7a0-82ff2429ae1b"}]} [pid: 7|app: 0|req: 773/1450] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:55:23 2026] GET /v2.0/security-groups?tenant_id=15688176f26b4a6486639da67dea3e46&name=default => generated 2925 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1451] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:55:23 2026] DELETE /v2.0/security-groups/5b7ed97c-c282-418d-b781-0795ea6e0a3a => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1452] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:55:23 2026] GET /v2.0/ports?tenant_id=9ada0fb4e05a4f00a789fb8ed3f28e47&device_id=b9ddfbb1-159b-4885-8dec-1db0f5d3d240 => generated 1463 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 03:55:23.681 8 INFO neutron.db.segments_db [None req-df3114db-7091-40b2-8aab-dcb70984e0e1 563cfd04529140b7b95cea77b9133de9 346d577ec881401488c0ca6280b41cc5 - - default default] Added segment 4cfb124b-ea86-4177-acd0-e927593ebec6 of type vxlan for network 36be2cb0-3e8d-4302-8c81-d0e549f5ccd9 2026-04-03 03:55:23.725 8 INFO neutron.db.segments_db [None req-df3114db-7091-40b2-8aab-dcb70984e0e1 563cfd04529140b7b95cea77b9133de9 346d577ec881401488c0ca6280b41cc5 - - default default] Added segment d435e7cc-cbbc-4a15-869c-e1ecef8e9b27 of type vxlan for network 35f917f4-4956-45dc-9abc-d9c3b7bca2ab [pid: 8|app: 0|req: 678/1453] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 03:55:23 2026] POST /v2.0/networks => generated 1207 bytes in 480 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1454] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:55:23 2026] GET /v2.0/security-groups?tenant_id=a3cadddaa7a64256820ea4815b0a7e06&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1455] 199.204.45.30 () {34 vars in 1055 bytes} [Fri Apr 3 03:55:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.72&port_id=562e9cce-7b7a-4d6c-9d44-6fcf0a949cfd => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1456] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:55:23 2026] DELETE /v2.0/security-groups/0ec487de-708c-47ee-bac4-a98599e457a2 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1457] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:55:23 2026] GET /v2.0/security-groups?tenant_id=1bef58b8084449d4b25681e7ca8e77d1&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1458] 199.204.45.30 () {34 vars in 1103 bytes} [Fri Apr 3 03:55:23 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3e0&port_id=562e9cce-7b7a-4d6c-9d44-6fcf0a949cfd => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1459] 10.0.0.78 () {32 vars in 648 bytes} [Fri Apr 3 03:55:23 2026] GET /v2.0/networks => generated 1844 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1460] 199.204.45.30 () {34 vars in 1063 bytes} [Fri Apr 3 03:55:24 2026] GET /v2.0/subnets?id=72948237-0fb9-4520-a1f5-d38ac132f3bf&id=ed025920-a6bf-43f2-88ae-d34db66fdd73 => generated 1411 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1461] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:55:23 2026] DELETE /v2.0/security-groups/fa149224-c0bc-4278-ba73-4b712781bdc9 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1462] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:55:24 2026] GET /v2.0/ports?network_id=933c5b71-70c9-4d76-ae47-32b8a4ec4d31&device_owner=network%3Adhcp => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1463] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:55:24 2026] GET /v2.0/ports?network_id=933c5b71-70c9-4d76-ae47-32b8a4ec4d31&device_owner=network%3Adhcp => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:55:24.125 8 INFO neutron.services.segments.plugin [-] Segment 4cfb124b-ea86-4177-acd0-e927593ebec6 resource provider aggregate not found 2026-04-03 03:55:24.129 8 INFO neutron.services.segments.plugin [-] Segment 4cfb124b-ea86-4177-acd0-e927593ebec6 resource provider aggregate not found [pid: 7|app: 0|req: 782/1464] 199.204.45.30 () {34 vars in 1011 bytes} [Fri Apr 3 03:55:24 2026] GET /v2.0/networks/933c5b71-70c9-4d76-ae47-32b8a4ec4d31?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:55:24.142 8 INFO neutron.services.segments.plugin [-] Segment 4cfb124b-ea86-4177-acd0-e927593ebec6 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 4cfb124b-ea86-4177-acd0-e927593ebec6 found for delete ", "request_id": "req-dfbcad61-b303-489a-88df-07d937c2167e"}]} 2026-04-03 03:55:24.147 8 INFO neutron.services.segments.plugin [-] Segment 4cfb124b-ea86-4177-acd0-e927593ebec6 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 4cfb124b-ea86-4177-acd0-e927593ebec6 found for delete ", "request_id": "req-dbb12b16-f8f8-41a9-9c63-e531ffdafbcd"}]} [pid: 8|app: 0|req: 683/1465] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:55:24 2026] DELETE /v2.0/networks/36be2cb0-3e8d-4302-8c81-d0e549f5ccd9 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1466] 199.204.45.30 () {34 vars in 1111 bytes} [Fri Apr 3 03:55:24 2026] GET /v2.0/networks/933c5b71-70c9-4d76-ae47-32b8a4ec4d31?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1467] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:55:24 2026] DELETE /v2.0/networks/35f917f4-4956-45dc-9abc-d9c3b7bca2ab => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1468] 10.0.0.78 () {32 vars in 648 bytes} [Fri Apr 3 03:55:24 2026] GET /v2.0/networks => generated 651 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:55:24.377 8 INFO neutron.db.segments_db [None req-2fbfc632-601b-4e56-904e-755cda9c43db 563cfd04529140b7b95cea77b9133de9 346d577ec881401488c0ca6280b41cc5 - - default default] Added segment c4f7ce5f-e523-4e99-a616-0859158d0273 of type vxlan for network 4f06d9a4-22c0-4ce9-8586-a8c3449b5994 [pid: 8|app: 0|req: 685/1469] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 03:55:24 2026] POST /v2.0/networks => generated 635 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:55:24.525 7 INFO neutron.db.segments_db [None req-6c30b9dc-f036-4609-bec7-5bb9270a9e7b 563cfd04529140b7b95cea77b9133de9 346d577ec881401488c0ca6280b41cc5 - - default default] Added segment 106a3cb7-5a2c-4567-916d-e714f966570b of type vxlan for network 21086e4f-7452-4af2-a5d6-9d81ca847520 [pid: 7|app: 0|req: 785/1470] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 03:55:24 2026] POST /v2.0/networks => generated 635 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1471] 10.0.0.78 () {34 vars in 664 bytes} [Fri Apr 3 03:55:24 2026] POST /v2.0/ports => generated 1506 bytes in 693 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1472] 10.0.0.78 () {32 vars in 642 bytes} [Fri Apr 3 03:55:25 2026] GET /v2.0/ports => generated 1506 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-03 03:55:25.507 8 INFO neutron_taas.services.taas.taas_plugin [None req-411f16d5-8f09-4803-8357-ff8edadfb29f 563cfd04529140b7b95cea77b9133de9 346d577ec881401488c0ca6280b41cc5 - - default default] TaaS: Handle Delete Port: e730d37a-7568-4107-9cbe-9951ed61a726 2026-04-03 03:55:25.509 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-411f16d5-8f09-4803-8357-ff8edadfb29f 563cfd04529140b7b95cea77b9133de9 346d577ec881401488c0ca6280b41cc5 - - default default] Tap Mirror: Handle Delete Port: e730d37a-7568-4107-9cbe-9951ed61a726 [pid: 8|app: 0|req: 687/1473] 10.0.0.78 () {32 vars in 719 bytes} [Fri Apr 3 03:55:25 2026] DELETE /v2.0/ports/e730d37a-7568-4107-9cbe-9951ed61a726 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:55:25.668 7 INFO neutron_taas.services.taas.taas_plugin [None req-57e095c1-fcd7-4c1c-ae65-1f2de39e2e32 563cfd04529140b7b95cea77b9133de9 346d577ec881401488c0ca6280b41cc5 - - default default] TaaS: Handle Delete Port: c62d3236-92fa-433a-ac0e-641d92fb0295 2026-04-03 03:55:25.671 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-57e095c1-fcd7-4c1c-ae65-1f2de39e2e32 563cfd04529140b7b95cea77b9133de9 346d577ec881401488c0ca6280b41cc5 - - default default] Tap Mirror: Handle Delete Port: c62d3236-92fa-433a-ac0e-641d92fb0295 [pid: 7|app: 0|req: 787/1474] 10.0.0.78 () {32 vars in 719 bytes} [Fri Apr 3 03:55:25 2026] DELETE /v2.0/ports/c62d3236-92fa-433a-ac0e-641d92fb0295 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1475] 10.0.0.78 () {32 vars in 642 bytes} [Fri Apr 3 03:55:25 2026] GET /v2.0/ports => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:55:25.840 7 INFO neutron.db.segments_db [None req-c9953a64-3bca-4524-8efa-a1516bf807e4 563cfd04529140b7b95cea77b9133de9 346d577ec881401488c0ca6280b41cc5 - - default default] Added segment ac012856-7925-4d75-912d-57c3bf3b934c of type vxlan for network 4d314a72-1dc2-4abc-bfba-f69c410950f6 [pid: 7|app: 0|req: 789/1476] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 03:55:25 2026] POST /v2.0/networks => generated 635 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:55:26.029 7 INFO neutron.db.segments_db [None req-82086313-c248-4b8e-bc50-1bb40aeb2435 563cfd04529140b7b95cea77b9133de9 346d577ec881401488c0ca6280b41cc5 - - default default] Added segment 12812f78-0d77-44ae-a7ca-61ed4213b215 of type vxlan for network 51beaf5d-4c64-4bb5-806f-5b140d1269e5 [pid: 7|app: 0|req: 790/1477] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 03:55:25 2026] POST /v2.0/networks => generated 635 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1478] 10.0.0.78 () {34 vars in 683 bytes} [Fri Apr 3 03:55:25 2026] POST /v2.0/security-groups => generated 1625 bytes in 435 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-03 03:55:26.176 8 INFO neutron.services.segments.plugin [-] Segment d435e7cc-cbbc-4a15-869c-e1ecef8e9b27 resource provider aggregate not found 2026-04-03 03:55:26.179 8 INFO neutron.services.segments.plugin [-] Segment d435e7cc-cbbc-4a15-869c-e1ecef8e9b27 resource provider aggregate not found 2026-04-03 03:55:26.194 8 INFO neutron.services.segments.plugin [-] Segment d435e7cc-cbbc-4a15-869c-e1ecef8e9b27 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 d435e7cc-cbbc-4a15-869c-e1ecef8e9b27 found for delete ", "request_id": "req-46df6bc7-2a3c-4552-b1c6-f837c259ceef"}]} 2026-04-03 03:55:26.196 8 INFO neutron.services.segments.plugin [-] Segment d435e7cc-cbbc-4a15-869c-e1ecef8e9b27 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 d435e7cc-cbbc-4a15-869c-e1ecef8e9b27 found for delete ", "request_id": "req-3481483d-2679-44b2-9dbb-93ba7ef5dbbc"}]} [pid: 7|app: 0|req: 791/1479] 10.0.0.78 () {32 vars in 662 bytes} [Fri Apr 3 03:55:26 2026] GET /v2.0/security-groups => generated 4530 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1480] 10.0.0.78 () {34 vars in 757 bytes} [Fri Apr 3 03:55:26 2026] PUT /v2.0/security-groups/335843c4-bfb9-4d89-b568-29bc9c440d86 => generated 1663 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1481] 10.0.0.78 () {32 vars in 736 bytes} [Fri Apr 3 03:55:26 2026] GET /v2.0/security-groups/335843c4-bfb9-4d89-b568-29bc9c440d86 => generated 1663 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1482] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:55:26 2026] DELETE /v2.0/security-groups/335843c4-bfb9-4d89-b568-29bc9c440d86 => 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: 793/1483] 10.0.0.78 () {32 vars in 662 bytes} [Fri Apr 3 03:55:26 2026] GET /v2.0/security-groups => generated 2925 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 03:55:26.452 8 INFO neutron.api.v2.resource [None req-dabe3eab-c3c3-462d-9571-848067dd10e7 1b55b576971a4397b24a072adb345891 706f973c189d4d8ba636dd9f9cc98054 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 691/1484] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:55:26 2026] DELETE /v2.0/security-groups/335843c4-bfb9-4d89-b568-29bc9c440d86 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1485] 10.0.0.78 () {34 vars in 683 bytes} [Fri Apr 3 03:55:26 2026] POST /v2.0/security-groups => generated 1625 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1486] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:55:26 2026] GET /v2.0/security-groups?tenant_id=1080c365e73248909e8ec705d7286bdb&name=default => generated 2925 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1487] 10.0.0.78 () {34 vars in 694 bytes} [Fri Apr 3 03:55:26 2026] POST /v2.0/security-group-rules => generated 601 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1488] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:55:26 2026] DELETE /v2.0/security-groups/99d568d0-f59b-4c7d-bb76-829150a1bfe4 => 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: 797/1489] 10.0.0.78 () {32 vars in 746 bytes} [Fri Apr 3 03:55:26 2026] GET /v2.0/security-group-rules/2f3d4c0f-6b12-4ff3-86c6-5a49ae64d5bc => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1490] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:55:26 2026] POST /v2.0/subnets => generated 1323 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1491] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:55:26 2026] GET /v2.0/ports?device_id=b9ddfbb1-159b-4885-8dec-1db0f5d3d240 => generated 1194 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1492] 10.0.0.78 () {32 vars in 646 bytes} [Fri Apr 3 03:55:26 2026] GET /v2.0/subnets => generated 1959 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1493] 10.0.0.78 () {32 vars in 672 bytes} [Fri Apr 3 03:55:26 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1494] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:55:26 2026] GET /v2.0/security-groups?id=c340e86d-3842-4afc-a35e-cf2755102a6a&fields=id&fields=name => generated 111 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1495] 10.0.0.78 () {32 vars in 749 bytes} [Fri Apr 3 03:55:27 2026] DELETE /v2.0/security-group-rules/2f3d4c0f-6b12-4ff3-86c6-5a49ae64d5bc => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1496] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:55:27 2026] DELETE /v2.0/subnets/f591ad0d-e579-4ba5-8e17-5759d949aac6 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1497] 10.0.0.78 () {32 vars in 672 bytes} [Fri Apr 3 03:55:27 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1498] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:55:27 2026] DELETE /v2.0/subnets/74928f41-6156-4da4-be5f-52ad8b80f2f8 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1499] 10.0.0.78 () {34 vars in 694 bytes} [Fri Apr 3 03:55:27 2026] POST /v2.0/security-group-rules => generated 601 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1500] 10.0.0.78 () {32 vars in 646 bytes} [Fri Apr 3 03:55:27 2026] GET /v2.0/subnets => generated 649 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1501] 10.0.0.78 () {32 vars in 746 bytes} [Fri Apr 3 03:55:27 2026] GET /v2.0/security-group-rules/cb816bca-bae7-499f-83b3-64225f9c15b5 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1502] 10.0.0.78 () {32 vars in 672 bytes} [Fri Apr 3 03:55:27 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1503] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:55:27 2026] DELETE /v2.0/networks/51beaf5d-4c64-4bb5-806f-5b140d1269e5 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1504] 10.0.0.78 () {32 vars in 749 bytes} [Fri Apr 3 03:55:27 2026] DELETE /v2.0/security-group-rules/cb816bca-bae7-499f-83b3-64225f9c15b5 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1505] 10.0.0.78 () {32 vars in 672 bytes} [Fri Apr 3 03:55:27 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1506] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:55:27 2026] DELETE /v2.0/networks/4d314a72-1dc2-4abc-bfba-f69c410950f6 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1507] 10.0.0.78 () {34 vars in 694 bytes} [Fri Apr 3 03:55:27 2026] POST /v2.0/security-group-rules => generated 602 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1508] 10.0.0.78 () {32 vars in 746 bytes} [Fri Apr 3 03:55:27 2026] GET /v2.0/security-group-rules/505f75b6-cfc8-4929-8110-47c9a0e98c03 => generated 602 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1509] 10.0.0.78 () {32 vars in 672 bytes} [Fri Apr 3 03:55:27 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1510] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:55:27 2026] DELETE /v2.0/networks/21086e4f-7452-4af2-a5d6-9d81ca847520 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1511] 10.0.0.78 () {32 vars in 749 bytes} [Fri Apr 3 03:55:27 2026] DELETE /v2.0/security-group-rules/505f75b6-cfc8-4929-8110-47c9a0e98c03 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1512] 10.0.0.78 () {32 vars in 672 bytes} [Fri Apr 3 03:55:27 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1513] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:55:27 2026] DELETE /v2.0/networks/4f06d9a4-22c0-4ce9-8586-a8c3449b5994 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1514] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:55:27 2026] DELETE /v2.0/security-groups/ba079fa8-aa99-4f5a-a118-fd2a7a914e24 => 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: 702/1515] 10.0.0.78 () {32 vars in 662 bytes} [Fri Apr 3 03:55:27 2026] GET /v2.0/security-groups => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1516] 10.0.0.78 () {32 vars in 662 bytes} [Fri Apr 3 03:55:27 2026] GET /v2.0/security-groups => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 03:55:28.218 8 INFO neutron.services.segments.plugin [-] Segment 12812f78-0d77-44ae-a7ca-61ed4213b215 resource provider aggregate not found 2026-04-03 03:55:28.231 8 INFO neutron.services.segments.plugin [-] Segment 12812f78-0d77-44ae-a7ca-61ed4213b215 resource provider aggregate not found 2026-04-03 03:55:28.238 8 INFO neutron.services.segments.plugin [-] Segment 12812f78-0d77-44ae-a7ca-61ed4213b215 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 12812f78-0d77-44ae-a7ca-61ed4213b215 found for delete ", "request_id": "req-bc7ff9e1-4b77-478c-8f30-9dd4860ad4f6"}]} 2026-04-03 03:55:28.250 8 INFO neutron.services.segments.plugin [-] Segment 12812f78-0d77-44ae-a7ca-61ed4213b215 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 12812f78-0d77-44ae-a7ca-61ed4213b215 found for delete ", "request_id": "req-95088aa8-2a8f-4f28-b44a-a52992bf2f8d"}]} 2026-04-03 03:55:28.264 8 INFO neutron.services.segments.plugin [-] Segment ac012856-7925-4d75-912d-57c3bf3b934c resource provider aggregate not found 2026-04-03 03:55:28.269 8 INFO neutron.services.segments.plugin [-] Segment ac012856-7925-4d75-912d-57c3bf3b934c resource provider aggregate not found 2026-04-03 03:55:28.285 8 INFO neutron.services.segments.plugin [-] Segment ac012856-7925-4d75-912d-57c3bf3b934c 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 ac012856-7925-4d75-912d-57c3bf3b934c found for delete ", "request_id": "req-439303e0-f9ea-4ae0-8baa-2dbbcc7b9b71"}]} 2026-04-03 03:55:28.286 8 INFO neutron.services.segments.plugin [-] Segment ac012856-7925-4d75-912d-57c3bf3b934c 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 ac012856-7925-4d75-912d-57c3bf3b934c found for delete ", "request_id": "req-2aaeed7d-30b1-49a7-a3ae-cc13cff9ff86"}]} 2026-04-03 03:55:28.302 8 INFO neutron.services.segments.plugin [-] Segment 106a3cb7-5a2c-4567-916d-e714f966570b resource provider aggregate not found 2026-04-03 03:55:28.305 8 INFO neutron.services.segments.plugin [-] Segment 106a3cb7-5a2c-4567-916d-e714f966570b resource provider aggregate not found 2026-04-03 03:55:28.317 8 INFO neutron.services.segments.plugin [-] Segment 106a3cb7-5a2c-4567-916d-e714f966570b 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 106a3cb7-5a2c-4567-916d-e714f966570b found for delete ", "request_id": "req-003cbc3d-e17a-466c-a104-225412b7883e"}]} 2026-04-03 03:55:28.330 8 INFO neutron.services.segments.plugin [-] Segment 106a3cb7-5a2c-4567-916d-e714f966570b 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 106a3cb7-5a2c-4567-916d-e714f966570b found for delete ", "request_id": "req-03d413b5-9190-463e-9cbe-d4e40746b842"}]} 2026-04-03 03:55:28.349 8 INFO neutron.services.segments.plugin [-] Segment c4f7ce5f-e523-4e99-a616-0859158d0273 resource provider aggregate not found 2026-04-03 03:55:28.353 8 INFO neutron.services.segments.plugin [-] Segment c4f7ce5f-e523-4e99-a616-0859158d0273 resource provider aggregate not found 2026-04-03 03:55:28.366 8 INFO neutron.services.segments.plugin [-] Segment c4f7ce5f-e523-4e99-a616-0859158d0273 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 c4f7ce5f-e523-4e99-a616-0859158d0273 found for delete ", "request_id": "req-550cde1e-081b-46c4-bc7d-7d33592f4b7b"}]} 2026-04-03 03:55:28.370 8 INFO neutron.services.segments.plugin [-] Segment c4f7ce5f-e523-4e99-a616-0859158d0273 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 c4f7ce5f-e523-4e99-a616-0859158d0273 found for delete ", "request_id": "req-2993a766-a9b6-4924-8d30-285a25bd0f1f"}]} [pid: 8|app: 0|req: 703/1517] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:55:28 2026] GET /v2.0/security-groups?tenant_id=706f973c189d4d8ba636dd9f9cc98054&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1518] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:55:28 2026] GET /v2.0/security-groups?tenant_id=346d577ec881401488c0ca6280b41cc5&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1519] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:55:28 2026] DELETE /v2.0/security-groups/90261da5-afeb-473c-af4c-34cfd09d6df7 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1520] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:55:28 2026] DELETE /v2.0/security-groups/1b40566d-509d-459c-bff8-ef249542973a => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 03:55:29.011 7 INFO neutron.db.segments_db [None req-22faddd0-88e7-46fe-a737-211c526d999a 5f52c5b5d19f410587f9b3c28154ecc5 97b8eeb7f47c4b1db4e0ba7454562779 - - default default] Added segment 5867eef5-bdb5-47ca-9f56-5cf70622eccd of type vxlan for network 5b2744a4-9638-4c29-aa51-7f43b81c4304 [pid: 7|app: 0|req: 817/1521] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 03:55:28 2026] POST /v2.0/networks => generated 630 bytes in 488 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1522] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:55:29 2026] POST /v2.0/subnets => generated 627 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:55:29.429 7 INFO neutron.db.segments_db [None req-1a1c4a1f-283f-45c5-a3cd-537f04f59fbf 5f52c5b5d19f410587f9b3c28154ecc5 97b8eeb7f47c4b1db4e0ba7454562779 - - default default] Added segment cac0a5e8-99b1-4fe1-af40-993140a1328c of type vxlan for network 202732b8-2c0c-47d6-9f5a-81898fc9ce26 2026-04-03 03:55:29.716 7 INFO neutron.db.l3_hamode_db [None req-1a1c4a1f-283f-45c5-a3cd-537f04f59fbf 5f52c5b5d19f410587f9b3c28154ecc5 97b8eeb7f47c4b1db4e0ba7454562779 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-03 03:55:30.457 7 INFO neutron.db.l3_hamode_db [None req-1a1c4a1f-283f-45c5-a3cd-537f04f59fbf 5f52c5b5d19f410587f9b3c28154ecc5 97b8eeb7f47c4b1db4e0ba7454562779 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-03 03:55:30.640 8 INFO neutron.db.segments_db [None req-4cd875ed-26f8-4afa-b223-09c6e24817a6 0a5ba53b37b84832a49c05ace3408092 14746cf888354242bccca1de0291666c - - default default] Added segment 8722dab2-f0f2-44b4-bd7a-43c95dadad43 of type vxlan for network e56dd193-e5e4-4746-a1f6-381959676b31 2026-04-03 03:55:30.699 8 INFO neutron.db.segments_db [None req-4cd875ed-26f8-4afa-b223-09c6e24817a6 0a5ba53b37b84832a49c05ace3408092 14746cf888354242bccca1de0291666c - - default default] Added segment 0f4d1ec1-6725-42c6-b10b-232741c9fce5 of type vxlan for network 542ed9ff-3f12-4d7e-a2e7-820378b36832 [pid: 8|app: 0|req: 706/1523] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 03:55:30 2026] POST /v2.0/networks => generated 1208 bytes in 600 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1524] 10.0.0.78 () {32 vars in 648 bytes} [Fri Apr 3 03:55:30 2026] GET /v2.0/networks => generated 1845 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 03:55:31.025 8 INFO neutron.services.segments.plugin [-] Segment 8722dab2-f0f2-44b4-bd7a-43c95dadad43 resource provider aggregate not found 2026-04-03 03:55:31.032 8 INFO neutron.services.segments.plugin [-] Segment 8722dab2-f0f2-44b4-bd7a-43c95dadad43 resource provider aggregate not found 2026-04-03 03:55:31.050 8 INFO neutron.services.segments.plugin [-] Segment 8722dab2-f0f2-44b4-bd7a-43c95dadad43 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 8722dab2-f0f2-44b4-bd7a-43c95dadad43 found for delete ", "request_id": "req-593a45fb-d569-4143-85a4-f3760aed0180"}]} 2026-04-03 03:55:31.056 8 INFO neutron.services.segments.plugin [-] Segment 8722dab2-f0f2-44b4-bd7a-43c95dadad43 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 8722dab2-f0f2-44b4-bd7a-43c95dadad43 found for delete ", "request_id": "req-f9a8063b-365f-4522-9c77-3b1d6159f0cf"}]} [pid: 8|app: 0|req: 708/1525] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:55:30 2026] DELETE /v2.0/networks/e56dd193-e5e4-4746-a1f6-381959676b31 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1526] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:55:31 2026] DELETE /v2.0/networks/542ed9ff-3f12-4d7e-a2e7-820378b36832 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1527] 10.0.0.78 () {32 vars in 648 bytes} [Fri Apr 3 03:55:31 2026] GET /v2.0/networks => generated 651 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:55:31.298 8 INFO neutron.db.segments_db [None req-ba2a2dc3-4adc-494a-a7f2-4b1ef8e6bb94 0a5ba53b37b84832a49c05ace3408092 14746cf888354242bccca1de0291666c - - default default] Added segment e1ecef76-b1d1-4fdb-8e69-1a7ef5c5633c of type vxlan for network 11f8b0e3-dd98-475b-bf87-d777170aeed7 [pid: 7|app: 0|req: 818/1528] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:55:29 2026] POST /v2.0/routers => generated 693 bytes in 1926 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1529] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 03:55:31 2026] POST /v2.0/networks => generated 631 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:55:31.438 8 INFO neutron.db.segments_db [None req-5c7e81da-63ca-4641-9f2f-cac11c9d70df 0a5ba53b37b84832a49c05ace3408092 14746cf888354242bccca1de0291666c - - default default] Added segment e7d051c9-ca06-4459-87e6-9cbad7a948c1 of type vxlan for network 516ac466-1209-4fa0-a4e4-93bc89557834 [pid: 8|app: 0|req: 712/1530] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 03:55:31 2026] POST /v2.0/networks => generated 630 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1531] 10.0.0.78 () {34 vars in 664 bytes} [Fri Apr 3 03:55:31 2026] POST /v2.0/ports => generated 1505 bytes in 484 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 714/1532] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:55:31 2026] GET /v2.0/security-groups?tenant_id=e34e8f72a2fc481aaaf0d4891bcf9ffa&name=default => generated 2925 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1533] 10.0.0.78 () {32 vars in 642 bytes} [Fri Apr 3 03:55:32 2026] GET /v2.0/ports => generated 1505 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1534] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:55:32 2026] GET /v2.0/ports?device_id=b9ddfbb1-159b-4885-8dec-1db0f5d3d240 => generated 1196 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1535] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:55:32 2026] DELETE /v2.0/security-groups/eff94048-7bae-4625-a4c3-896b5a9cb7a1 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1536] 10.0.0.78 () {34 vars in 782 bytes} [Fri Apr 3 03:55:31 2026] PUT /v2.0/routers/e34d9295-6ef0-4bbf-a0a0-d6e265b6fd3e/add_router_interface => generated 309 bytes in 1197 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:55:32.521 8 INFO neutron_taas.services.taas.taas_plugin [None req-48e7356f-cea5-4960-a8e5-8becfcc79007 0a5ba53b37b84832a49c05ace3408092 14746cf888354242bccca1de0291666c - - default default] TaaS: Handle Delete Port: f1648801-3079-4be2-9db6-0449ee9a2613 2026-04-03 03:55:32.524 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-48e7356f-cea5-4960-a8e5-8becfcc79007 0a5ba53b37b84832a49c05ace3408092 14746cf888354242bccca1de0291666c - - default default] Tap Mirror: Handle Delete Port: f1648801-3079-4be2-9db6-0449ee9a2613 [pid: 7|app: 0|req: 820/1537] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:55:32 2026] GET /v2.0/security-groups?id=c340e86d-3842-4afc-a35e-cf2755102a6a&fields=id&fields=name => generated 111 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1538] 10.0.0.78 () {32 vars in 719 bytes} [Fri Apr 3 03:55:32 2026] DELETE /v2.0/ports/f1648801-3079-4be2-9db6-0449ee9a2613 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1539] 10.0.0.78 () {32 vars in 817 bytes} [Fri Apr 3 03:55:32 2026] GET /v2.0/ports?network_id=933c5b71-70c9-4d76-ae47-32b8a4ec4d31&mac_address=fa%3A16%3A3e%3A72%3A0f%3Ad9 => generated 1196 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 03:55:32.720 8 INFO neutron_taas.services.taas.taas_plugin [None req-dad20f99-e7c4-4d22-a818-bd6f06006dde 0a5ba53b37b84832a49c05ace3408092 14746cf888354242bccca1de0291666c - - default default] TaaS: Handle Delete Port: 2623c5e4-7203-4d12-8281-f1b8cea4b149 2026-04-03 03:55:32.722 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dad20f99-e7c4-4d22-a818-bd6f06006dde 0a5ba53b37b84832a49c05ace3408092 14746cf888354242bccca1de0291666c - - default default] Tap Mirror: Handle Delete Port: 2623c5e4-7203-4d12-8281-f1b8cea4b149 [pid: 8|app: 0|req: 720/1540] 10.0.0.78 () {32 vars in 719 bytes} [Fri Apr 3 03:55:32 2026] DELETE /v2.0/ports/2623c5e4-7203-4d12-8281-f1b8cea4b149 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1541] 10.0.0.78 () {34 vars in 664 bytes} [Fri Apr 3 03:55:32 2026] POST /v2.0/ports => generated 955 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 822/1542] 10.0.0.78 () {32 vars in 642 bytes} [Fri Apr 3 03:55:32 2026] GET /v2.0/ports => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:55:33.074 8 INFO neutron.services.segments.plugin [-] Segment 0f4d1ec1-6725-42c6-b10b-232741c9fce5 resource provider aggregate not found 2026-04-03 03:55:33.081 8 INFO neutron.services.segments.plugin [-] Segment 0f4d1ec1-6725-42c6-b10b-232741c9fce5 resource provider aggregate not found 2026-04-03 03:55:33.094 8 INFO neutron.services.segments.plugin [-] Segment 0f4d1ec1-6725-42c6-b10b-232741c9fce5 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 0f4d1ec1-6725-42c6-b10b-232741c9fce5 found for delete ", "request_id": "req-b8fea182-81a4-4817-8eea-41d9461f3869"}]} 2026-04-03 03:55:33.109 8 INFO neutron.services.segments.plugin [-] Segment 0f4d1ec1-6725-42c6-b10b-232741c9fce5 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 0f4d1ec1-6725-42c6-b10b-232741c9fce5 found for delete ", "request_id": "req-baf79fc1-1a6a-4d5b-8910-3a6e6be9f97c"}]} [pid: 7|app: 0|req: 823/1543] 10.0.0.78 () {34 vars in 664 bytes} [Fri Apr 3 03:55:32 2026] POST /v2.0/ports => generated 954 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-03 03:55:33.304 7 INFO neutron.db.segments_db [None req-bb9bc2fa-e4b9-4c8b-94bb-23b357ca8095 0a5ba53b37b84832a49c05ace3408092 14746cf888354242bccca1de0291666c - - default default] Added segment fc43c3cc-62c9-4179-b51f-f6a51d9dad3d of type vxlan for network b6e7dc2c-5555-403a-aad9-284160ebddba [pid: 7|app: 0|req: 824/1544] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 03:55:33 2026] POST /v2.0/networks => generated 631 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:55:33.470 8 INFO neutron.db.l3_db [None req-f863e201-d196-4c46-b1e2-38ab5ceb558b f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] Floating IP 41ff540b-c4ea-4d52-b211-f724e9568961 associated. External IP: 10.96.250.207, port: 562e9cce-7b7a-4d6c-9d44-6fcf0a949cfd. [pid: 8|app: 0|req: 721/1545] 10.0.0.78 () {34 vars in 676 bytes} [Fri Apr 3 03:55:32 2026] POST /v2.0/floatingips => generated 854 bytes in 995 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:55:33.817 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-35c91719-d0eb-41c6-b1c3-619ebaac279d'] response: {'name': 'network-changed', 'server_uuid': 'b9ddfbb1-159b-4885-8dec-1db0f5d3d240', 'tag': '562e9cce-7b7a-4d6c-9d44-6fcf0a949cfd', 'status': 'completed', 'code': 200} 2026-04-03 03:55:33.850 8 INFO neutron.db.segments_db [None req-bf1d5eb6-b8e7-4ede-8ecc-7e2a85ba24b2 0a5ba53b37b84832a49c05ace3408092 14746cf888354242bccca1de0291666c - - default default] Added segment 1a755df7-1b67-48e6-ad2e-ff3c2ea6712f of type vxlan for network a3053837-7da7-44d8-86fd-08413fe69bff [pid: 8|app: 0|req: 722/1546] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 03:55:33 2026] POST /v2.0/networks => generated 631 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1547] 10.0.0.71 () {34 vars in 1093 bytes} [Fri Apr 3 03:55:33 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-559472638&fields=id&tenant_id=9ada0fb4e05a4f00a789fb8ed3f28e47 => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:55:34.185 7 INFO neutron.db.l3_db [None req-35ae2022-f9f0-44f3-adac-c3a4d15edadd 5f52c5b5d19f410587f9b3c28154ecc5 97b8eeb7f47c4b1db4e0ba7454562779 - - default default] Floating IP 6e8dd9b1-edde-4c46-8c57-e8e62e62e84a associated. External IP: 10.96.250.203, port: cee7b7f6-581e-49fc-9dd4-ded0f7f4dee7. [pid: 8|app: 0|req: 724/1548] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:55:33 2026] POST /v2.0/subnets => generated 1273 bytes in 424 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1549] 10.0.0.71 () {34 vars in 981 bytes} [Fri Apr 3 03:55:34 2026] GET /v2.0/networks?id=7c3da979-7660-4fc6-b6a8-e8b02197b764 => generated 703 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1550] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:55:34 2026] GET /v2.0/ports?tenant_id=9ada0fb4e05a4f00a789fb8ed3f28e47&device_id=b9ddfbb1-159b-4885-8dec-1db0f5d3d240 => generated 1465 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1551] 10.0.0.78 () {34 vars in 676 bytes} [Fri Apr 3 03:55:33 2026] POST /v2.0/floatingips => generated 841 bytes in 1109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1552] 10.0.0.78 () {32 vars in 646 bytes} [Fri Apr 3 03:55:34 2026] GET /v2.0/subnets => generated 1909 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1553] 10.0.0.71 () {34 vars in 964 bytes} [Fri Apr 3 03:55:34 2026] GET /v2.0/quotas/9ada0fb4e05a4f00a789fb8ed3f28e47 => 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: 728/1554] 199.204.45.30 () {34 vars in 985 bytes} [Fri Apr 3 03:55:34 2026] GET /v2.0/networks?id=933c5b71-70c9-4d76-ae47-32b8a4ec4d31 => generated 801 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:55:34.671 7 INFO neutron.db.l3_db [None req-e0d16403-0c99-4f57-a723-9ec8850822af 5f52c5b5d19f410587f9b3c28154ecc5 97b8eeb7f47c4b1db4e0ba7454562779 - - default default] Floating IP 6e8dd9b1-edde-4c46-8c57-e8e62e62e84a disassociated. External IP: 10.96.250.203, port: cee7b7f6-581e-49fc-9dd4-ded0f7f4dee7. [pid: 8|app: 0|req: 729/1555] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:55:34 2026] DELETE /v2.0/subnets/40fb36d8-7ca8-46a1-b9b5-c5ab801e35c5 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1556] 10.0.0.71 () {34 vars in 1001 bytes} [Fri Apr 3 03:55:34 2026] GET /v2.0/ports?tenant_id=9ada0fb4e05a4f00a789fb8ed3f28e47&fields=id => generated 333 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1557] 199.204.45.30 () {34 vars in 1055 bytes} [Fri Apr 3 03:55:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.72&port_id=562e9cce-7b7a-4d6c-9d44-6fcf0a949cfd => generated 857 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1558] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:55:34 2026] DELETE /v2.0/subnets/f39dc64a-57fd-41a6-863e-acd3db8cd4d5 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1559] 10.0.0.71 () {34 vars in 1007 bytes} [Fri Apr 3 03:55:34 2026] GET /v2.0/networks/7c3da979-7660-4fc6-b6a8-e8b02197b764?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1560] 199.204.45.30 () {34 vars in 1103 bytes} [Fri Apr 3 03:55:34 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3e0&port_id=562e9cce-7b7a-4d6c-9d44-6fcf0a949cfd => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1561] 10.0.0.78 () {34 vars in 748 bytes} [Fri Apr 3 03:55:34 2026] PUT /v2.0/floatingips/6e8dd9b1-edde-4c46-8c57-e8e62e62e84a => generated 552 bytes in 484 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1562] 10.0.0.78 () {32 vars in 646 bytes} [Fri Apr 3 03:55:35 2026] GET /v2.0/subnets => generated 649 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1563] 199.204.45.30 () {34 vars in 1063 bytes} [Fri Apr 3 03:55:35 2026] GET /v2.0/subnets?id=72948237-0fb9-4520-a1f5-d38ac132f3bf&id=ed025920-a6bf-43f2-88ae-d34db66fdd73 => generated 1411 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1564] 10.0.0.71 () {34 vars in 1107 bytes} [Fri Apr 3 03:55:35 2026] GET /v2.0/networks/7c3da979-7660-4fc6-b6a8-e8b02197b764?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:55:35.149 8 INFO neutron_taas.services.taas.taas_plugin [None req-480753c6-8129-43ea-9771-a536b4b5ab00 5f52c5b5d19f410587f9b3c28154ecc5 97b8eeb7f47c4b1db4e0ba7454562779 - - default default] TaaS: Handle Delete Port: 90e06362-a7b1-4870-9267-69cfc7339432 2026-04-03 03:55:35.151 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-480753c6-8129-43ea-9771-a536b4b5ab00 5f52c5b5d19f410587f9b3c28154ecc5 97b8eeb7f47c4b1db4e0ba7454562779 - - default default] Tap Mirror: Handle Delete Port: 90e06362-a7b1-4870-9267-69cfc7339432 2026-04-03 03:55:35.163 7 INFO neutron.services.segments.plugin [-] Segment 1a755df7-1b67-48e6-ad2e-ff3c2ea6712f resource provider aggregate not found 2026-04-03 03:55:35.170 7 INFO neutron.services.segments.plugin [-] Segment 1a755df7-1b67-48e6-ad2e-ff3c2ea6712f resource provider aggregate not found 2026-04-03 03:55:35.187 7 INFO neutron.services.segments.plugin [-] Segment 1a755df7-1b67-48e6-ad2e-ff3c2ea6712f 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 1a755df7-1b67-48e6-ad2e-ff3c2ea6712f found for delete ", "request_id": "req-67ce4a0b-19a6-41ba-9962-a9cdbb4065ce"}]} 2026-04-03 03:55:35.191 7 INFO neutron.services.segments.plugin [-] Segment 1a755df7-1b67-48e6-ad2e-ff3c2ea6712f 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 1a755df7-1b67-48e6-ad2e-ff3c2ea6712f found for delete ", "request_id": "req-644ecbb2-3071-4368-82b6-fed71744b0b5"}]} [pid: 7|app: 0|req: 829/1565] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:55:35 2026] DELETE /v2.0/networks/a3053837-7da7-44d8-86fd-08413fe69bff => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1566] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:55:35 2026] GET /v2.0/ports?network_id=933c5b71-70c9-4d76-ae47-32b8a4ec4d31&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1567] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:55:35 2026] GET /v2.0/ports?device_id=5600f382-48e6-4025-8e18-19476fab2fce => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1568] 10.0.0.78 () {32 vars in 731 bytes} [Fri Apr 3 03:55:35 2026] DELETE /v2.0/floatingips/6e8dd9b1-edde-4c46-8c57-e8e62e62e84a => generated 0 bytes in 250 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1569] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:55:35 2026] GET /v2.0/ports?network_id=933c5b71-70c9-4d76-ae47-32b8a4ec4d31&device_owner=network%3Adhcp => generated 1457 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1570] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:55:35 2026] DELETE /v2.0/networks/b6e7dc2c-5555-403a-aad9-284160ebddba => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1571] 199.204.45.30 () {34 vars in 1011 bytes} [Fri Apr 3 03:55:35 2026] GET /v2.0/networks/933c5b71-70c9-4d76-ae47-32b8a4ec4d31?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1572] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:55:35 2026] DELETE /v2.0/networks/516ac466-1209-4fa0-a4e4-93bc89557834 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1573] 199.204.45.30 () {34 vars in 1111 bytes} [Fri Apr 3 03:55:35 2026] GET /v2.0/networks/933c5b71-70c9-4d76-ae47-32b8a4ec4d31?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1574] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:55:35 2026] DELETE /v2.0/networks/11f8b0e3-dd98-475b-bf87-d777170aeed7 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:55:36.059 8 INFO neutron.db.l3_db [None req-1e9e972c-4254-4710-bb7b-4f6cd7a47fbf 5f52c5b5d19f410587f9b3c28154ecc5 97b8eeb7f47c4b1db4e0ba7454562779 - - default default] Floating IP f20704f5-ca39-4e45-88ef-d7cbd6680c9f associated. External IP: 10.96.250.209, port: f346176a-3c8d-4289-992b-0026f5cdba58. [pid: 7|app: 0|req: 837/1575] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:55:36 2026] GET /v2.0/security-groups?tenant_id=14746cf888354242bccca1de0291666c&name=default => generated 2925 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1576] 10.0.0.78 () {34 vars in 676 bytes} [Fri Apr 3 03:55:35 2026] POST /v2.0/floatingips => generated 842 bytes in 1074 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1577] 10.0.0.78 () {32 vars in 728 bytes} [Fri Apr 3 03:55:36 2026] GET /v2.0/floatingips/f20704f5-ca39-4e45-88ef-d7cbd6680c9f => generated 842 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1578] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:55:36 2026] DELETE /v2.0/security-groups/0462cd8a-bdaf-4e6b-986a-671e9f51a12e => 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: 741/1579] 10.0.0.78 () {32 vars in 654 bytes} [Fri Apr 3 03:55:36 2026] GET /v2.0/floatingips => generated 845 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:55:36.828 7 INFO neutron.db.l3_db [None req-206eb336-c97b-4429-87b7-9f3bcf8c67ac 5f52c5b5d19f410587f9b3c28154ecc5 97b8eeb7f47c4b1db4e0ba7454562779 - - default default] Floating IP f20704f5-ca39-4e45-88ef-d7cbd6680c9f associated. External IP: 10.96.250.209, port: f346176a-3c8d-4289-992b-0026f5cdba58. 2026-04-03 03:55:37.214 7 INFO neutron.services.segments.plugin [-] Segment fc43c3cc-62c9-4179-b51f-f6a51d9dad3d resource provider aggregate not found 2026-04-03 03:55:37.220 7 INFO neutron.services.segments.plugin [-] Segment fc43c3cc-62c9-4179-b51f-f6a51d9dad3d resource provider aggregate not found 2026-04-03 03:55:37.237 7 INFO neutron.services.segments.plugin [-] Segment fc43c3cc-62c9-4179-b51f-f6a51d9dad3d 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 fc43c3cc-62c9-4179-b51f-f6a51d9dad3d found for delete ", "request_id": "req-50110d72-1a43-4529-9e96-e48eda8eacce"}]} 2026-04-03 03:55:37.247 7 INFO neutron.services.segments.plugin [-] Segment fc43c3cc-62c9-4179-b51f-f6a51d9dad3d 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 fc43c3cc-62c9-4179-b51f-f6a51d9dad3d found for delete ", "request_id": "req-ad3b1ca9-09c4-45d9-8f03-39ef500c603f"}]} 2026-04-03 03:55:37.260 7 INFO neutron.services.segments.plugin [-] Segment e7d051c9-ca06-4459-87e6-9cbad7a948c1 resource provider aggregate not found 2026-04-03 03:55:37.267 7 INFO neutron.services.segments.plugin [-] Segment e7d051c9-ca06-4459-87e6-9cbad7a948c1 resource provider aggregate not found 2026-04-03 03:55:37.294 7 INFO neutron.services.segments.plugin [-] Segment e7d051c9-ca06-4459-87e6-9cbad7a948c1 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 e7d051c9-ca06-4459-87e6-9cbad7a948c1 found for delete ", "request_id": "req-6aaa0059-a811-4793-bfb1-d8fafc8ac297"}]} 2026-04-03 03:55:37.294 7 INFO neutron.services.segments.plugin [-] Segment e7d051c9-ca06-4459-87e6-9cbad7a948c1 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 e7d051c9-ca06-4459-87e6-9cbad7a948c1 found for delete ", "request_id": "req-48625fea-8142-4c7f-bd0e-b6aa44da0cf5"}]} 2026-04-03 03:55:37.326 7 INFO neutron.services.segments.plugin [-] Segment e1ecef76-b1d1-4fdb-8e69-1a7ef5c5633c resource provider aggregate not found 2026-04-03 03:55:37.329 7 INFO neutron.services.segments.plugin [-] Segment e1ecef76-b1d1-4fdb-8e69-1a7ef5c5633c resource provider aggregate not found 2026-04-03 03:55:37.345 7 INFO neutron.services.segments.plugin [-] Segment e1ecef76-b1d1-4fdb-8e69-1a7ef5c5633c 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 e1ecef76-b1d1-4fdb-8e69-1a7ef5c5633c found for delete ", "request_id": "req-937d297c-d757-489e-9309-160ccfb57213"}]} 2026-04-03 03:55:37.353 7 INFO neutron.services.segments.plugin [-] Segment e1ecef76-b1d1-4fdb-8e69-1a7ef5c5633c 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 e1ecef76-b1d1-4fdb-8e69-1a7ef5c5633c found for delete ", "request_id": "req-2e272f48-bd70-4dac-b3ca-8b42db292c4b"}]} [pid: 7|app: 0|req: 839/1580] 10.0.0.78 () {34 vars in 748 bytes} [Fri Apr 3 03:55:36 2026] PUT /v2.0/floatingips/f20704f5-ca39-4e45-88ef-d7cbd6680c9f => generated 841 bytes in 940 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:55:37.564 8 INFO neutron.db.l3_db [None req-7419e5b6-87e9-4602-9e90-5d1598d9a323 5f52c5b5d19f410587f9b3c28154ecc5 97b8eeb7f47c4b1db4e0ba7454562779 - - default default] Floating IP f20704f5-ca39-4e45-88ef-d7cbd6680c9f disassociated. External IP: 10.96.250.209, port: cee7b7f6-581e-49fc-9dd4-ded0f7f4dee7. [pid: 8|app: 0|req: 742/1583] 10.0.0.78 () {34 vars in 748 bytes} [Fri Apr 3 03:55:37 2026] PUT /v2.0/floatingips/f20704f5-ca39-4e45-88ef-d7cbd6680c9f => generated 552 bytes in 416 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:55:37.989 7 INFO neutron_taas.services.taas.taas_plugin [None req-b48d3f61-9d55-4eaa-ab94-14274aab8a84 5f52c5b5d19f410587f9b3c28154ecc5 97b8eeb7f47c4b1db4e0ba7454562779 - - default default] TaaS: Handle Delete Port: c54f8b14-edd9-49bb-bc20-b8d0d7e51b04 2026-04-03 03:55:37.992 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b48d3f61-9d55-4eaa-ab94-14274aab8a84 5f52c5b5d19f410587f9b3c28154ecc5 97b8eeb7f47c4b1db4e0ba7454562779 - - default default] Tap Mirror: Handle Delete Port: c54f8b14-edd9-49bb-bc20-b8d0d7e51b04 [pid: 7|app: 0|req: 842/1584] 10.0.0.78 () {32 vars in 731 bytes} [Fri Apr 3 03:55:37 2026] DELETE /v2.0/floatingips/f20704f5-ca39-4e45-88ef-d7cbd6680c9f => generated 0 bytes in 295 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 03:55:38.190 7 INFO neutron.api.v2.resource [None req-e37394df-bd04-421d-a1a7-a5ca6b474194 5f52c5b5d19f410587f9b3c28154ecc5 97b8eeb7f47c4b1db4e0ba7454562779 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 843/1585] 10.0.0.78 () {32 vars in 731 bytes} [Fri Apr 3 03:55:38 2026] DELETE /v2.0/floatingips/f20704f5-ca39-4e45-88ef-d7cbd6680c9f => generated 144 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-03 03:55:38.337 7 INFO neutron_taas.services.taas.taas_plugin [None req-cad5a81a-844f-4e85-8085-027fecb8fccc 5f52c5b5d19f410587f9b3c28154ecc5 97b8eeb7f47c4b1db4e0ba7454562779 - - default default] TaaS: Handle Delete Port: cee7b7f6-581e-49fc-9dd4-ded0f7f4dee7 2026-04-03 03:55:38.340 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cad5a81a-844f-4e85-8085-027fecb8fccc 5f52c5b5d19f410587f9b3c28154ecc5 97b8eeb7f47c4b1db4e0ba7454562779 - - default default] Tap Mirror: Handle Delete Port: cee7b7f6-581e-49fc-9dd4-ded0f7f4dee7 2026-04-03 03:55:38.424 8 INFO neutron.db.segments_db [None req-74eca657-fb78-460c-a8cb-054d8c6da008 ce11bfdea1c94e8c9799d16bcdc265ec f3e1129f2e794204a7ff4ab65d865e36 - - default default] Added segment c728f3dc-57ee-473d-9f62-59ee00adc215 of type vxlan for network 6ce86598-e8a1-48ee-9aae-ee80590718d3 [pid: 8|app: 0|req: 743/1586] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 03:55:38 2026] POST /v2.0/networks => generated 625 bytes in 418 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1587] 10.0.0.78 () {32 vars in 719 bytes} [Fri Apr 3 03:55:38 2026] DELETE /v2.0/ports/cee7b7f6-581e-49fc-9dd4-ded0f7f4dee7 => generated 0 bytes in 318 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:55:38.640 8 INFO neutron_taas.services.taas.taas_plugin [None req-55b1b994-a122-41b3-b74f-a4fe363aaaa6 5f52c5b5d19f410587f9b3c28154ecc5 97b8eeb7f47c4b1db4e0ba7454562779 - - default default] TaaS: Handle Delete Port: f346176a-3c8d-4289-992b-0026f5cdba58 2026-04-03 03:55:38.644 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-55b1b994-a122-41b3-b74f-a4fe363aaaa6 5f52c5b5d19f410587f9b3c28154ecc5 97b8eeb7f47c4b1db4e0ba7454562779 - - default default] Tap Mirror: Handle Delete Port: f346176a-3c8d-4289-992b-0026f5cdba58 [pid: 8|app: 0|req: 744/1588] 10.0.0.78 () {32 vars in 719 bytes} [Fri Apr 3 03:55:38 2026] DELETE /v2.0/ports/f346176a-3c8d-4289-992b-0026f5cdba58 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1589] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:55:38 2026] POST /v2.0/subnets => generated 641 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:55:38.863 7 INFO neutron.db.segments_db [None req-e4d3f58d-82b6-4958-b3c0-828b89af3bb9 ce11bfdea1c94e8c9799d16bcdc265ec f3e1129f2e794204a7ff4ab65d865e36 - - default default] Added segment afc792dd-960d-4403-b4a9-e24554ba94a9 of type vxlan for network 23cc3826-d3ac-4379-b171-dbc46d53811b [pid: 7|app: 0|req: 846/1590] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 03:55:38 2026] POST /v2.0/networks => generated 624 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1591] 10.0.0.78 () {34 vars in 742 bytes} [Fri Apr 3 03:55:38 2026] PUT /v2.0/networks/23cc3826-d3ac-4379-b171-dbc46d53811b => generated 592 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1592] 10.0.0.78 () {32 vars in 735 bytes} [Fri Apr 3 03:55:38 2026] GET /v2.0/ports?device_id=e34d9295-6ef0-4bbf-a0a0-d6e265b6fd3e => generated 958 bytes in 392 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1593] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:55:39 2026] POST /v2.0/subnets => generated 626 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1594] 10.0.0.78 () {34 vars in 740 bytes} [Fri Apr 3 03:55:39 2026] PUT /v2.0/subnets/adb6e69d-4b45-4784-bf06-340853d7f59b => generated 636 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:55:39.520 8 INFO neutron_taas.services.taas.taas_plugin [None req-34d292b7-5610-4242-81f2-4be4273f95ae 5f52c5b5d19f410587f9b3c28154ecc5 97b8eeb7f47c4b1db4e0ba7454562779 - - default default] TaaS: Handle Delete Port: 039a1d38-3241-429c-ada4-b81b576c581f 2026-04-03 03:55:39.525 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34d292b7-5610-4242-81f2-4be4273f95ae 5f52c5b5d19f410587f9b3c28154ecc5 97b8eeb7f47c4b1db4e0ba7454562779 - - default default] Tap Mirror: Handle Delete Port: 039a1d38-3241-429c-ada4-b81b576c581f 2026-04-03 03:55:39.576 7 INFO neutron.services.segments.plugin [-] Segment afc792dd-960d-4403-b4a9-e24554ba94a9 resource provider aggregate not found 2026-04-03 03:55:39.578 7 INFO neutron.services.segments.plugin [-] Segment afc792dd-960d-4403-b4a9-e24554ba94a9 resource provider aggregate not found 2026-04-03 03:55:39.594 7 INFO neutron.services.segments.plugin [-] Segment afc792dd-960d-4403-b4a9-e24554ba94a9 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 afc792dd-960d-4403-b4a9-e24554ba94a9 found for delete ", "request_id": "req-e6d52e46-9ab9-4026-babf-fecf136a0dc7"}]} [pid: 7|app: 0|req: 850/1595] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:55:39 2026] DELETE /v2.0/networks/23cc3826-d3ac-4379-b171-dbc46d53811b => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:55:39.602 7 INFO neutron.services.segments.plugin [-] Segment afc792dd-960d-4403-b4a9-e24554ba94a9 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 afc792dd-960d-4403-b4a9-e24554ba94a9 found for delete ", "request_id": "req-fac2d27d-4d7c-46bb-804d-fd05fe88a74b"}]} [pid: 7|app: 0|req: 851/1596] 199.204.45.30 () {34 vars in 985 bytes} [Fri Apr 3 03:55:39 2026] GET /v2.0/networks?id=7c3da979-7660-4fc6-b6a8-e8b02197b764 => generated 703 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:55:39.641 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cd9548c1-0090-4b3b-ac19-158bd5e9131d ce11bfdea1c94e8c9799d16bcdc265ec f3e1129f2e794204a7ff4ab65d865e36 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 852/1597] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:55:39 2026] DELETE /v2.0/networks/23cc3826-d3ac-4379-b171-dbc46d53811b => generated 138 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1598] 199.204.45.30 () {34 vars in 1049 bytes} [Fri Apr 3 03:55:39 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9ada0fb4e05a4f00a789fb8ed3f28e47 => generated 178 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1599] 10.0.0.78 () {32 vars in 693 bytes} [Fri Apr 3 03:55:39 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1600] 10.0.0.78 () {34 vars in 788 bytes} [Fri Apr 3 03:55:39 2026] PUT /v2.0/routers/e34d9295-6ef0-4bbf-a0a0-d6e265b6fd3e/remove_router_interface => generated 309 bytes in 820 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1601] 10.0.0.78 () {32 vars in 741 bytes} [Fri Apr 3 03:55:40 2026] GET /v2.0/subnets?network_id=e62df3b8-c183-49b9-a550-2cefa7b10ca7 => generated 649 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1602] 199.204.45.30 () {38 vars in 954 bytes} [Fri Apr 3 03:55:39 2026] POST /v2.0/ports => generated 1183 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 856/1603] 10.0.0.78 () {32 vars in 652 bytes} [Fri Apr 3 03:55:40 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-03 03:55:40.231 8 INFO neutron_taas.services.taas.taas_plugin [None req-914fb5e7-293e-44d1-92bf-284338911556 5f52c5b5d19f410587f9b3c28154ecc5 97b8eeb7f47c4b1db4e0ba7454562779 - - default default] TaaS: Handle Delete Port: 2aebdd76-f9d7-428c-a1a3-ddbe6473392c 2026-04-03 03:55:40.234 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-914fb5e7-293e-44d1-92bf-284338911556 5f52c5b5d19f410587f9b3c28154ecc5 97b8eeb7f47c4b1db4e0ba7454562779 - - default default] Tap Mirror: Handle Delete Port: 2aebdd76-f9d7-428c-a1a3-ddbe6473392c 2026-04-03 03:55:40.445 8 INFO neutron_taas.services.taas.taas_plugin [None req-914fb5e7-293e-44d1-92bf-284338911556 5f52c5b5d19f410587f9b3c28154ecc5 97b8eeb7f47c4b1db4e0ba7454562779 - - default default] TaaS: Handle Delete Port: 43b068e4-64fa-4ef1-9b4a-36bb52498ee4 2026-04-03 03:55:40.447 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-914fb5e7-293e-44d1-92bf-284338911556 5f52c5b5d19f410587f9b3c28154ecc5 97b8eeb7f47c4b1db4e0ba7454562779 - - default default] Tap Mirror: Handle Delete Port: 43b068e4-64fa-4ef1-9b4a-36bb52498ee4 [pid: 7|app: 0|req: 857/1604] 199.204.45.30 () {38 vars in 1027 bytes} [Fri Apr 3 03:55:40 2026] PUT /v2.0/ports/0b0c3c36-e401-418f-8db3-b7ec47e339ee => generated 1464 bytes in 429 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-03 03:55:40.570 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7f233309-812d-4f61-8709-ae0fabe4cccf'] response: {'name': 'network-changed', 'server_uuid': '5600f382-48e6-4025-8e18-19476fab2fce', 'tag': '0b0c3c36-e401-418f-8db3-b7ec47e339ee', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 858/1605] 10.0.0.78 () {32 vars in 648 bytes} [Fri Apr 3 03:55:40 2026] GET /v2.0/networks => generated 1309 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1606] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:55:40 2026] GET /v2.0/ports?device_id=5600f382-48e6-4025-8e18-19476fab2fce => generated 1198 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1607] 10.0.0.163 () {34 vars in 990 bytes} [Fri Apr 3 03:55:40 2026] GET /v2.0/ports?device_id=b9ddfbb1-159b-4885-8dec-1db0f5d3d240 => generated 1465 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1608] 10.0.0.78 () {32 vars in 646 bytes} [Fri Apr 3 03:55:40 2026] GET /v2.0/subnets => generated 1280 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1609] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:55:40 2026] GET /v2.0/security-groups?id=c340e86d-3842-4afc-a35e-cf2755102a6a&fields=id&fields=name => generated 111 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1610] 10.0.0.163 () {34 vars in 1040 bytes} [Fri Apr 3 03:55:40 2026] GET /v2.0/security-groups?id=c340e86d-3842-4afc-a35e-cf2755102a6a&fields=id&fields=name => generated 111 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:55:40.748 8 INFO neutron.services.segments.plugin [-] Segment cac0a5e8-99b1-4fe1-af40-993140a1328c resource provider aggregate not found 2026-04-03 03:55:40.757 8 INFO neutron.services.segments.plugin [-] Segment cac0a5e8-99b1-4fe1-af40-993140a1328c resource provider aggregate not found 2026-04-03 03:55:40.771 8 INFO neutron.services.segments.plugin [-] Segment cac0a5e8-99b1-4fe1-af40-993140a1328c 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 cac0a5e8-99b1-4fe1-af40-993140a1328c found for delete ", "request_id": "req-af6940e9-fdff-4ff9-95c7-123e534fa2b1"}]} [pid: 7|app: 0|req: 864/1611] 10.0.0.78 () {32 vars in 722 bytes} [Fri Apr 3 03:55:40 2026] GET /v2.0/networks/6ce86598-e8a1-48ee-9aae-ee80590718d3 => generated 669 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:55:40.783 8 INFO neutron.services.segments.plugin [-] Segment cac0a5e8-99b1-4fe1-af40-993140a1328c 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 cac0a5e8-99b1-4fe1-af40-993140a1328c found for delete ", "request_id": "req-a85a2553-188c-40e2-83aa-c5c755b7cfcd"}]} 2026-04-03 03:55:40.794 8 INFO neutron.db.l3_hamode_db [None req-914fb5e7-293e-44d1-92bf-284338911556 5f52c5b5d19f410587f9b3c28154ecc5 97b8eeb7f47c4b1db4e0ba7454562779 - - default default] HA network 202732b8-2c0c-47d6-9f5a-81898fc9ce26 was deleted as no HA routers are present in tenant 97b8eeb7f47c4b1db4e0ba7454562779. [pid: 8|app: 0|req: 748/1612] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:55:40 2026] DELETE /v2.0/routers/e34d9295-6ef0-4bbf-a0a0-d6e265b6fd3e => generated 0 bytes in 761 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1613] 10.0.0.78 () {32 vars in 720 bytes} [Fri Apr 3 03:55:40 2026] GET /v2.0/subnets/1846bae7-3864-4f1d-9b7d-9663d2abb40d => generated 641 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:55:40.828 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2293ee0c-116d-42a5-883a-7e2e7e81c5b5 ce11bfdea1c94e8c9799d16bcdc265ec f3e1129f2e794204a7ff4ab65d865e36 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 866/1614] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:55:40 2026] DELETE /v2.0/subnets/adb6e69d-4b45-4784-bf06-340853d7f59b => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-03 03:55:40.848 7 INFO neutron.pecan_wsgi.hooks.translation [None req-48c57d4a-1c14-4b4d-8a20-62f866d9c185 ce11bfdea1c94e8c9799d16bcdc265ec f3e1129f2e794204a7ff4ab65d865e36 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 867/1615] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:55:40 2026] DELETE /v2.0/networks/23cc3826-d3ac-4379-b171-dbc46d53811b => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1616] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:55:40 2026] DELETE /v2.0/subnets/edb5f1c8-73bc-454e-84ad-4dd171bd4854 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1617] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:55:40 2026] DELETE /v2.0/subnets/1846bae7-3864-4f1d-9b7d-9663d2abb40d => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1618] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:55:40 2026] DELETE /v2.0/networks/5b2744a4-9638-4c29-aa51-7f43b81c4304 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1619] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:55:41 2026] GET /v2.0/ports?tenant_id=9ada0fb4e05a4f00a789fb8ed3f28e47&device_id=5600f382-48e6-4025-8e18-19476fab2fce => generated 1467 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1620] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:55:41 2026] DELETE /v2.0/networks/6ce86598-e8a1-48ee-9aae-ee80590718d3 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1621] 199.204.45.30 () {34 vars in 1017 bytes} [Fri Apr 3 03:55:41 2026] GET /v2.0/networks?tenant_id=9ada0fb4e05a4f00a789fb8ed3f28e47&shared=False => generated 2374 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1622] 199.204.45.30 () {34 vars in 929 bytes} [Fri Apr 3 03:55:41 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:55:41.612 7 INFO neutron.services.segments.plugin [-] Segment c728f3dc-57ee-473d-9f62-59ee00adc215 resource provider aggregate not found 2026-04-03 03:55:41.617 7 INFO neutron.services.segments.plugin [-] Segment c728f3dc-57ee-473d-9f62-59ee00adc215 resource provider aggregate not found 2026-04-03 03:55:41.629 7 INFO neutron.services.segments.plugin [-] Segment c728f3dc-57ee-473d-9f62-59ee00adc215 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 c728f3dc-57ee-473d-9f62-59ee00adc215 found for delete ", "request_id": "req-638a8dd9-37b7-48e6-b546-232898c5aa35"}]} 2026-04-03 03:55:41.630 7 INFO neutron.services.segments.plugin [-] Segment c728f3dc-57ee-473d-9f62-59ee00adc215 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 c728f3dc-57ee-473d-9f62-59ee00adc215 found for delete ", "request_id": "req-82d537d8-cd94-4e0b-be9e-2c214ef95b4b"}]} [pid: 8|app: 0|req: 753/1623] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:55:41 2026] GET /v2.0/security-groups?tenant_id=97b8eeb7f47c4b1db4e0ba7454562779&name=default => generated 2925 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1624] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:55:41 2026] GET /v2.0/security-groups?tenant_id=f3e1129f2e794204a7ff4ab65d865e36&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1625] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:55:41 2026] DELETE /v2.0/security-groups/00ae8dca-2cd4-478f-bbba-c79c9fdf36f9 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1626] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:55:41 2026] DELETE /v2.0/security-groups/a76752e7-173d-47ea-a77b-99b45dadbda6 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1627] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:55:42 2026] GET /v2.0/ports?tenant_id=9ada0fb4e05a4f00a789fb8ed3f28e47&device_id=5600f382-48e6-4025-8e18-19476fab2fce => generated 1467 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1628] 199.204.45.30 () {34 vars in 1055 bytes} [Fri Apr 3 03:55:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.55&port_id=0b0c3c36-e401-418f-8db3-b7ec47e339ee => 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: 874/1629] 199.204.45.30 () {34 vars in 1105 bytes} [Fri Apr 3 03:55:42 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A391&port_id=0b0c3c36-e401-418f-8db3-b7ec47e339ee => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1630] 199.204.45.30 () {34 vars in 1063 bytes} [Fri Apr 3 03:55:42 2026] GET /v2.0/subnets?id=8d294f64-21e7-4f87-8e67-e0bed648bbf6&id=e813e161-8ddc-46fd-a3bb-75718b2b3792 => generated 1412 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1631] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:55:42 2026] GET /v2.0/ports?network_id=7c3da979-7660-4fc6-b6a8-e8b02197b764&device_owner=network%3Adhcp => generated 1461 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1632] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:55:42 2026] GET /v2.0/ports?network_id=7c3da979-7660-4fc6-b6a8-e8b02197b764&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1633] 199.204.45.30 () {34 vars in 1011 bytes} [Fri Apr 3 03:55:42 2026] GET /v2.0/networks/7c3da979-7660-4fc6-b6a8-e8b02197b764?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1634] 199.204.45.30 () {34 vars in 1111 bytes} [Fri Apr 3 03:55:42 2026] GET /v2.0/networks/7c3da979-7660-4fc6-b6a8-e8b02197b764?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:55:42.789 8 INFO neutron.services.segments.plugin [-] Segment 5867eef5-bdb5-47ca-9f56-5cf70622eccd resource provider aggregate not found 2026-04-03 03:55:42.804 8 INFO neutron.services.segments.plugin [-] Segment 5867eef5-bdb5-47ca-9f56-5cf70622eccd 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 5867eef5-bdb5-47ca-9f56-5cf70622eccd found for delete ", "request_id": "req-55e93a56-73cb-47fc-a332-f32c97ce423e"}]} 2026-04-03 03:55:42.806 8 INFO neutron.services.segments.plugin [-] Segment 5867eef5-bdb5-47ca-9f56-5cf70622eccd resource provider aggregate not found 2026-04-03 03:55:42.828 8 INFO neutron.services.segments.plugin [-] Segment 5867eef5-bdb5-47ca-9f56-5cf70622eccd 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 5867eef5-bdb5-47ca-9f56-5cf70622eccd found for delete ", "request_id": "req-8a1aced1-491c-4121-bd6d-27ff3450d40f"}]} 2026-04-03 03:55:43.964 7 INFO neutron.db.segments_db [None req-0b2710a1-d452-4c15-bf8e-4cf03fdadfe1 e3b37137ff30429797e0edecdbec3306 4f0a5273f0bd481dad30c6f4059cb52b - - default default] Added segment 09f0300e-ef6e-4db3-9c87-24f76e7ca789 of type vxlan for network a6b97506-2eac-47f5-974c-2a47b16fb078 [pid: 7|app: 0|req: 877/1635] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 03:55:43 2026] POST /v2.0/networks => generated 626 bytes in 467 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1636] 10.0.0.78 () {34 vars in 664 bytes} [Fri Apr 3 03:55:44 2026] POST /v2.0/ports => generated 778 bytes in 302 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:55:44.421 7 INFO neutron.db.segments_db [None req-6c88f2e5-f542-425f-b252-0c727ca10c93 e3b37137ff30429797e0edecdbec3306 4f0a5273f0bd481dad30c6f4059cb52b - - default default] Added segment cda2a904-360c-47d9-9921-800bb34af8c4 of type vxlan for network 06e2c90a-133c-4d48-b4d0-b27561c04b25 [pid: 7|app: 0|req: 878/1637] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 03:55:44 2026] POST /v2.0/networks => generated 617 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 760/1638] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:55:44 2026] POST /v2.0/subnets => generated 646 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1639] 10.0.0.78 () {34 vars in 664 bytes} [Fri Apr 3 03:55:44 2026] POST /v2.0/ports => generated 966 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-03 03:55:45.281 7 INFO neutron_taas.services.taas.taas_plugin [None req-43149260-fe8a-4011-a427-239976b17d6b e3b37137ff30429797e0edecdbec3306 4f0a5273f0bd481dad30c6f4059cb52b - - default default] TaaS: Handle Delete Port: e2f89653-7797-4546-95f5-c37d11dd2d3f 2026-04-03 03:55:45.286 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-43149260-fe8a-4011-a427-239976b17d6b e3b37137ff30429797e0edecdbec3306 4f0a5273f0bd481dad30c6f4059cb52b - - default default] Tap Mirror: Handle Delete Port: e2f89653-7797-4546-95f5-c37d11dd2d3f [pid: 7|app: 0|req: 880/1640] 10.0.0.78 () {32 vars in 719 bytes} [Fri Apr 3 03:55:45 2026] DELETE /v2.0/ports/e2f89653-7797-4546-95f5-c37d11dd2d3f => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1641] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:55:45 2026] GET /v2.0/security-groups?tenant_id=90c9caefa4474b5f8897b52eb5c2598f&name=default => generated 2925 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 03:55:45.447 7 INFO neutron.pecan_wsgi.hooks.translation [None req-56cf01bd-dd40-4084-9cac-899086e49234 e3b37137ff30429797e0edecdbec3306 4f0a5273f0bd481dad30c6f4059cb52b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 881/1642] 10.0.0.78 () {32 vars in 719 bytes} [Fri Apr 3 03:55:45 2026] DELETE /v2.0/ports/e2f89653-7797-4546-95f5-c37d11dd2d3f => generated 132 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-03 03:55:45.474 7 INFO neutron.pecan_wsgi.hooks.translation [None req-57a05696-dcfd-4c19-be06-a727c9fcc51e e3b37137ff30429797e0edecdbec3306 4f0a5273f0bd481dad30c6f4059cb52b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 882/1643] 10.0.0.78 () {32 vars in 716 bytes} [Fri Apr 3 03:55:45 2026] GET /v2.0/ports/e2f89653-7797-4546-95f5-c37d11dd2d3f => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1644] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:55:45 2026] DELETE /v2.0/security-groups/593721fe-767a-4730-aeaa-03e172ad6545 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1645] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:55:45 2026] DELETE /v2.0/subnets/702e9b53-81c8-40cd-92f8-fd37ae1b1845 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:55:45.758 8 INFO neutron.services.segments.plugin [-] Segment cda2a904-360c-47d9-9921-800bb34af8c4 resource provider aggregate not found 2026-04-03 03:55:45.767 8 INFO neutron.services.segments.plugin [-] Segment cda2a904-360c-47d9-9921-800bb34af8c4 resource provider aggregate not found 2026-04-03 03:55:45.781 8 INFO neutron.services.segments.plugin [-] Segment cda2a904-360c-47d9-9921-800bb34af8c4 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 cda2a904-360c-47d9-9921-800bb34af8c4 found for delete ", "request_id": "req-6234fdd6-ba7e-4d5d-b214-d7807bba355f"}]} 2026-04-03 03:55:45.787 8 INFO neutron.services.segments.plugin [-] Segment cda2a904-360c-47d9-9921-800bb34af8c4 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 cda2a904-360c-47d9-9921-800bb34af8c4 found for delete ", "request_id": "req-e8f42f79-2ad5-4bb4-83a7-37a5c4d62713"}]} [pid: 8|app: 0|req: 763/1646] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:55:45 2026] DELETE /v2.0/networks/06e2c90a-133c-4d48-b4d0-b27561c04b25 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:55:45.890 7 INFO neutron.db.segments_db [None req-651ade15-71d8-41b7-a1f8-559ac64a3487 e3b37137ff30429797e0edecdbec3306 4f0a5273f0bd481dad30c6f4059cb52b - - default default] Added segment 203bdbc9-7423-4132-a599-dd0c1a5858f9 of type vxlan for network 39fa4cd8-4e62-47ef-a41a-175c4d13cd2f [pid: 8|app: 0|req: 764/1647] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:55:45 2026] GET /v2.0/ports?device_id=5600f382-48e6-4025-8e18-19476fab2fce => generated 1200 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1648] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:55:45 2026] GET /v2.0/security-groups?id=c340e86d-3842-4afc-a35e-cf2755102a6a&fields=id&fields=name => generated 111 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1649] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 03:55:45 2026] POST /v2.0/networks => generated 617 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1650] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:55:46 2026] POST /v2.0/subnets => generated 646 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1651] 10.0.0.78 () {34 vars in 664 bytes} [Fri Apr 3 03:55:46 2026] POST /v2.0/ports => generated 919 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1652] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:55:46 2026] GET /v2.0/security-groups?tenant_id=4965ebbff4af4e26a7a2fda6f70ef1a1&name=default => generated 2925 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 03:55:46.654 7 INFO neutron_taas.services.taas.taas_plugin [None req-d4016039-0084-49df-aa0f-2881f7aad3b8 e3b37137ff30429797e0edecdbec3306 4f0a5273f0bd481dad30c6f4059cb52b - - default default] TaaS: Handle Delete Port: b15bbacc-0529-4cbc-a3a0-ec2396c290c9 2026-04-03 03:55:46.657 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d4016039-0084-49df-aa0f-2881f7aad3b8 e3b37137ff30429797e0edecdbec3306 4f0a5273f0bd481dad30c6f4059cb52b - - default default] Tap Mirror: Handle Delete Port: b15bbacc-0529-4cbc-a3a0-ec2396c290c9 [pid: 8|app: 0|req: 768/1653] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:55:46 2026] DELETE /v2.0/security-groups/601fb498-f4a8-4ba5-9ca5-b7cadc5ab769 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1654] 10.0.0.78 () {32 vars in 719 bytes} [Fri Apr 3 03:55:46 2026] DELETE /v2.0/ports/b15bbacc-0529-4cbc-a3a0-ec2396c290c9 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:55:46.775 8 INFO neutron.pecan_wsgi.hooks.translation [None req-01f8a8c3-3601-416d-b36c-5f603f0c5253 e3b37137ff30429797e0edecdbec3306 4f0a5273f0bd481dad30c6f4059cb52b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 769/1655] 10.0.0.78 () {32 vars in 716 bytes} [Fri Apr 3 03:55:46 2026] GET /v2.0/ports/b15bbacc-0529-4cbc-a3a0-ec2396c290c9 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1656] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:55:46 2026] DELETE /v2.0/subnets/71a48bd9-0d86-422f-af71-2b980aa96b72 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1657] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:55:46 2026] GET /v2.0/security-groups?tenant_id=a2ca5c86dbb54172a9c4451f8aaeb187&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 03:55:47.002 7 INFO neutron.services.segments.plugin [-] Segment 203bdbc9-7423-4132-a599-dd0c1a5858f9 resource provider aggregate not found 2026-04-03 03:55:47.016 7 INFO neutron.services.segments.plugin [-] Segment 203bdbc9-7423-4132-a599-dd0c1a5858f9 resource provider aggregate not found 2026-04-03 03:55:47.024 7 INFO neutron.services.segments.plugin [-] Segment 203bdbc9-7423-4132-a599-dd0c1a5858f9 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 203bdbc9-7423-4132-a599-dd0c1a5858f9 found for delete ", "request_id": "req-5803b640-21ba-4f3c-b3e1-45a6d53bd28a"}]} [pid: 7|app: 0|req: 888/1658] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:55:46 2026] DELETE /v2.0/networks/39fa4cd8-4e62-47ef-a41a-175c4d13cd2f => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:55:47.038 7 INFO neutron.services.segments.plugin [-] Segment 203bdbc9-7423-4132-a599-dd0c1a5858f9 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 203bdbc9-7423-4132-a599-dd0c1a5858f9 found for delete ", "request_id": "req-7b52c073-4386-4f71-bb37-92f5cade0f4f"}]} [pid: 8|app: 0|req: 771/1659] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:55:47 2026] DELETE /v2.0/security-groups/0664587b-907e-4f03-a9d8-c3d7aa189df6 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1660] 10.0.0.78 () {34 vars in 664 bytes} [Fri Apr 3 03:55:47 2026] POST /v2.0/ports => generated 779 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1661] 10.0.0.78 () {34 vars in 736 bytes} [Fri Apr 3 03:55:47 2026] PUT /v2.0/ports/f7425f5b-ba2a-4504-a80d-21298d4e3270 => generated 752 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-03 03:55:47.567 7 INFO neutron_taas.services.taas.taas_plugin [None req-5e5effbc-ead1-499a-bfaa-9192e929606f e3b37137ff30429797e0edecdbec3306 4f0a5273f0bd481dad30c6f4059cb52b - - default default] TaaS: Handle Delete Port: f7425f5b-ba2a-4504-a80d-21298d4e3270 2026-04-03 03:55:47.569 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e5effbc-ead1-499a-bfaa-9192e929606f e3b37137ff30429797e0edecdbec3306 4f0a5273f0bd481dad30c6f4059cb52b - - default default] Tap Mirror: Handle Delete Port: f7425f5b-ba2a-4504-a80d-21298d4e3270 [pid: 7|app: 0|req: 890/1662] 10.0.0.78 () {32 vars in 719 bytes} [Fri Apr 3 03:55:47 2026] DELETE /v2.0/ports/f7425f5b-ba2a-4504-a80d-21298d4e3270 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 773/1663] 10.0.0.78 () {32 vars in 642 bytes} [Fri Apr 3 03:55:47 2026] GET /v2.0/ports => generated 781 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:55:47.714 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1cf25bb8-7444-4f00-a73d-c240e0de0db4 e3b37137ff30429797e0edecdbec3306 4f0a5273f0bd481dad30c6f4059cb52b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 891/1664] 10.0.0.78 () {32 vars in 716 bytes} [Fri Apr 3 03:55:47 2026] GET /v2.0/ports/f7425f5b-ba2a-4504-a80d-21298d4e3270 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1665] 10.0.0.78 () {32 vars in 642 bytes} [Fri Apr 3 03:55:47 2026] GET /v2.0/ports => generated 781 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1666] 10.0.0.78 () {32 vars in 716 bytes} [Fri Apr 3 03:55:47 2026] GET /v2.0/ports/d64b1ef3-7410-4f31-bff7-8695f932d844 => generated 778 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:55:47.827 8 INFO neutron.pecan_wsgi.hooks.translation [None req-51e618ce-3834-40dc-b448-769779c1910a e3b37137ff30429797e0edecdbec3306 4f0a5273f0bd481dad30c6f4059cb52b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 775/1667] 10.0.0.78 () {32 vars in 719 bytes} [Fri Apr 3 03:55:47 2026] DELETE /v2.0/ports/b15bbacc-0529-4cbc-a3a0-ec2396c290c9 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-03 03:55:47.847 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a73eb26f-7965-4eeb-bc82-5a94cb62f86d e3b37137ff30429797e0edecdbec3306 4f0a5273f0bd481dad30c6f4059cb52b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 893/1668] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:55:47 2026] DELETE /v2.0/subnets/71a48bd9-0d86-422f-af71-2b980aa96b72 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-03 03:55:47.870 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fd9ad679-0cf0-4ea0-97e3-0791a247270c e3b37137ff30429797e0edecdbec3306 4f0a5273f0bd481dad30c6f4059cb52b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 776/1669] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:55:47 2026] DELETE /v2.0/subnets/702e9b53-81c8-40cd-92f8-fd37ae1b1845 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-03 03:55:47.992 7 INFO neutron_taas.services.taas.taas_plugin [None req-500129c5-40eb-426d-8702-24c50a06b17f e3b37137ff30429797e0edecdbec3306 4f0a5273f0bd481dad30c6f4059cb52b - - default default] TaaS: Handle Delete Port: d64b1ef3-7410-4f31-bff7-8695f932d844 2026-04-03 03:55:47.995 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-500129c5-40eb-426d-8702-24c50a06b17f e3b37137ff30429797e0edecdbec3306 4f0a5273f0bd481dad30c6f4059cb52b - - default default] Tap Mirror: Handle Delete Port: d64b1ef3-7410-4f31-bff7-8695f932d844 [pid: 7|app: 0|req: 894/1670] 10.0.0.78 () {32 vars in 719 bytes} [Fri Apr 3 03:55:47 2026] DELETE /v2.0/ports/d64b1ef3-7410-4f31-bff7-8695f932d844 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:55:48.183 8 INFO neutron.services.segments.plugin [-] Segment 09f0300e-ef6e-4db3-9c87-24f76e7ca789 resource provider aggregate not found 2026-04-03 03:55:48.192 8 INFO neutron.services.segments.plugin [-] Segment 09f0300e-ef6e-4db3-9c87-24f76e7ca789 resource provider aggregate not found 2026-04-03 03:55:48.202 8 INFO neutron.services.segments.plugin [-] Segment 09f0300e-ef6e-4db3-9c87-24f76e7ca789 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 09f0300e-ef6e-4db3-9c87-24f76e7ca789 found for delete ", "request_id": "req-66dcf5bb-f293-40fe-a959-d1d3436b55bc"}]} [pid: 8|app: 0|req: 777/1671] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:55:48 2026] DELETE /v2.0/networks/a6b97506-2eac-47f5-974c-2a47b16fb078 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:55:48.221 8 INFO neutron.services.segments.plugin [-] Segment 09f0300e-ef6e-4db3-9c87-24f76e7ca789 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 09f0300e-ef6e-4db3-9c87-24f76e7ca789 found for delete ", "request_id": "req-45a81110-dea3-413d-a203-ac0ee25e7bc3"}]} [pid: 8|app: 0|req: 778/1672] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:55:48 2026] GET /v2.0/security-groups?tenant_id=4f0a5273f0bd481dad30c6f4059cb52b&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 03:55:48.862 7 INFO neutron.db.segments_db [None req-974c0bfa-53e2-4dcc-9382-2cdd2456874f 8ca7c09a9357440697511082a3bd6144 58bcd6e5f118416b9d0a36f979686751 - - default default] Added segment 3d4cb3d2-2fc4-444a-9449-3881a310413d of type vxlan for network 02d6c2fa-b97e-4217-affd-a9e28be48590 [pid: 8|app: 0|req: 779/1673] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:55:48 2026] DELETE /v2.0/security-groups/98d1348b-a5fe-488f-bd04-98c8ea8c4cd0 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1674] 10.0.0.78 () {34 vars in 670 bytes} [Fri Apr 3 03:55:48 2026] POST /v2.0/networks => generated 613 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:55:48.987 8 INFO neutron.db.segments_db [None req-e12e28a2-88ae-4960-889d-0a332becafe4 8ca7c09a9357440697511082a3bd6144 58bcd6e5f118416b9d0a36f979686751 - - default default] Added segment 6709aa3f-bfe6-4c20-9f09-7152311399a7 of type vxlan for network b576adc7-ef31-4c12-bd36-7efc62cd2716 2026-04-03 03:55:49.215 8 INFO neutron.db.l3_hamode_db [None req-e12e28a2-88ae-4960-889d-0a332becafe4 8ca7c09a9357440697511082a3bd6144 58bcd6e5f118416b9d0a36f979686751 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-03 03:55:50.022 8 INFO neutron.db.l3_hamode_db [None req-e12e28a2-88ae-4960-889d-0a332becafe4 8ca7c09a9357440697511082a3bd6144 58bcd6e5f118416b9d0a36f979686751 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 780/1675] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:55:48 2026] POST /v2.0/routers => generated 694 bytes in 1947 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1676] 10.0.0.78 () {34 vars in 683 bytes} [Fri Apr 3 03:55:50 2026] POST /v2.0/security-groups => generated 1623 bytes in 403 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1677] 10.0.0.78 () {32 vars in 662 bytes} [Fri Apr 3 03:55:50 2026] GET /v2.0/security-groups => generated 4528 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1678] 10.0.0.78 () {32 vars in 775 bytes} [Fri Apr 3 03:55:50 2026] GET /v2.0/subnets?project_id=58bcd6e5f118416b9d0a36f979686751&cidr=10.100.0.0%2F28 => generated 14 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1679] 10.0.0.78 () {32 vars in 693 bytes} [Fri Apr 3 03:55:51 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1680] 10.0.0.78 () {34 vars in 757 bytes} [Fri Apr 3 03:55:51 2026] PUT /v2.0/security-groups/6831ad2b-4b3f-49c1-83e9-d0d85bd85452 => generated 1662 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1681] 10.0.0.78 () {32 vars in 783 bytes} [Fri Apr 3 03:55:51 2026] GET /v2.0/subnets?network_id=e62df3b8-c183-49b9-a550-2cefa7b10ca7&cidr=10.100.0.0%2F28 => generated 14 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1682] 10.0.0.78 () {32 vars in 736 bytes} [Fri Apr 3 03:55:51 2026] GET /v2.0/security-groups/6831ad2b-4b3f-49c1-83e9-d0d85bd85452 => generated 1662 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1683] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:55:51 2026] GET /v2.0/ports?device_id=5600f382-48e6-4025-8e18-19476fab2fce => generated 1200 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1684] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:55:51 2026] DELETE /v2.0/security-groups/6831ad2b-4b3f-49c1-83e9-d0d85bd85452 => 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: 785/1685] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:55:51 2026] GET /v2.0/security-groups?id=c340e86d-3842-4afc-a35e-cf2755102a6a&fields=id&fields=name => generated 111 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1686] 10.0.0.78 () {32 vars in 662 bytes} [Fri Apr 3 03:55:51 2026] GET /v2.0/security-groups => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1687] 10.0.0.78 () {32 vars in 817 bytes} [Fri Apr 3 03:55:51 2026] GET /v2.0/ports?network_id=7c3da979-7660-4fc6-b6a8-e8b02197b764&mac_address=fa%3A16%3A3e%3Af4%3Abb%3A6e => generated 1200 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 03:55:51.371 8 INFO neutron.api.v2.resource [None req-3e6e8641-25b0-4b03-9cb7-b0bca81fa7b8 08dcf9f9d78e4d71937e20e4be268d6f 9c7dcd64da9d418894128de622fc3c63 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 788/1688] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:55:51 2026] DELETE /v2.0/security-groups/6831ad2b-4b3f-49c1-83e9-d0d85bd85452 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1689] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:55:51 2026] POST /v2.0/subnets => generated 657 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1690] 10.0.0.78 () {34 vars in 683 bytes} [Fri Apr 3 03:55:51 2026] POST /v2.0/security-groups => generated 1624 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-03 03:55:52.122 8 INFO neutron.db.l3_db [None req-e9e7913c-54a4-48e8-bbba-58047045b0b4 f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] Floating IP 02fe7fcc-5f17-4e19-8a76-8b1bce59a1f6 associated. External IP: 10.96.250.202, port: 0b0c3c36-e401-418f-8db3-b7ec47e339ee. [pid: 8|app: 0|req: 789/1691] 10.0.0.78 () {34 vars in 676 bytes} [Fri Apr 3 03:55:51 2026] POST /v2.0/floatingips => generated 854 bytes in 1018 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:55:52.428 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-dbcc6d92-47a1-4b8d-9404-ca9336de404b'] response: {'name': 'network-changed', 'server_uuid': '5600f382-48e6-4025-8e18-19476fab2fce', 'tag': '0b0c3c36-e401-418f-8db3-b7ec47e339ee', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 790/1692] 10.0.0.78 () {34 vars in 694 bytes} [Fri Apr 3 03:55:52 2026] POST /v2.0/security-group-rules => generated 601 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1693] 10.0.0.78 () {32 vars in 746 bytes} [Fri Apr 3 03:55:52 2026] GET /v2.0/security-group-rules/b357bc71-4059-4f99-bc18-81b00aaf6299 => generated 601 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1694] 10.0.0.78 () {32 vars in 672 bytes} [Fri Apr 3 03:55:52 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1697] 10.0.0.78 () {32 vars in 749 bytes} [Fri Apr 3 03:55:52 2026] DELETE /v2.0/security-group-rules/b357bc71-4059-4f99-bc18-81b00aaf6299 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1698] 10.0.0.78 () {32 vars in 672 bytes} [Fri Apr 3 03:55:52 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1699] 10.0.0.78 () {34 vars in 782 bytes} [Fri Apr 3 03:55:51 2026] PUT /v2.0/routers/1fb0daa5-259e-4f47-9c79-7ed53ad5ac63/add_router_interface => generated 309 bytes in 1319 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1700] 10.0.0.78 () {34 vars in 694 bytes} [Fri Apr 3 03:55:52 2026] POST /v2.0/security-group-rules => generated 601 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1701] 10.0.0.78 () {32 vars in 648 bytes} [Fri Apr 3 03:55:52 2026] GET /v2.0/networks => generated 6662 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1702] 10.0.0.78 () {32 vars in 746 bytes} [Fri Apr 3 03:55:52 2026] GET /v2.0/security-group-rules/d7be56cb-808e-41e3-a24b-3af7d3ae43e2 => generated 601 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1703] 10.0.0.78 () {32 vars in 646 bytes} [Fri Apr 3 03:55:52 2026] GET /v2.0/subnets => generated 7420 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1704] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:55:52 2026] GET /v2.0/ports?tenant_id=9ada0fb4e05a4f00a789fb8ed3f28e47&device_id=5600f382-48e6-4025-8e18-19476fab2fce => generated 1469 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1705] 10.0.0.78 () {32 vars in 672 bytes} [Fri Apr 3 03:55:52 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1706] 199.204.45.30 () {34 vars in 985 bytes} [Fri Apr 3 03:55:53 2026] GET /v2.0/networks?id=7c3da979-7660-4fc6-b6a8-e8b02197b764 => generated 799 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1707] 10.0.0.78 () {32 vars in 749 bytes} [Fri Apr 3 03:55:53 2026] DELETE /v2.0/security-group-rules/d7be56cb-808e-41e3-a24b-3af7d3ae43e2 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1708] 199.204.45.30 () {34 vars in 1055 bytes} [Fri Apr 3 03:55:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.55&port_id=0b0c3c36-e401-418f-8db3-b7ec47e339ee => generated 857 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1709] 10.0.0.78 () {32 vars in 672 bytes} [Fri Apr 3 03:55:53 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1710] 199.204.45.30 () {34 vars in 1105 bytes} [Fri Apr 3 03:55:53 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A391&port_id=0b0c3c36-e401-418f-8db3-b7ec47e339ee => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:55:53.312 8 INFO neutron.db.securitygroups_db [None req-c651b4d9-fbd2-4499-a6a0-b37f424a2aab 08dcf9f9d78e4d71937e20e4be268d6f 9c7dcd64da9d418894128de622fc3c63 - - default default] Project 9c7dcd64da9d418894128de622fc3c63 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: 805/1711] 10.0.0.78 () {34 vars in 694 bytes} [Fri Apr 3 03:55:53 2026] POST /v2.0/security-group-rules => generated 607 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1712] 199.204.45.30 () {34 vars in 1063 bytes} [Fri Apr 3 03:55:53 2026] GET /v2.0/subnets?id=8d294f64-21e7-4f87-8e67-e0bed648bbf6&id=e813e161-8ddc-46fd-a3bb-75718b2b3792 => generated 1412 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1713] 10.0.0.78 () {32 vars in 746 bytes} [Fri Apr 3 03:55:53 2026] GET /v2.0/security-group-rules/9ce1c4d4-87d6-4002-818d-e9ec96f49451 => generated 607 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1714] 10.0.0.78 () {32 vars in 646 bytes} [Fri Apr 3 03:55:52 2026] GET /v2.0/routers => generated 1452 bytes in 451 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1715] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:55:53 2026] GET /v2.0/ports?network_id=7c3da979-7660-4fc6-b6a8-e8b02197b764&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1716] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:55:53 2026] GET /v2.0/ports?network_id=7c3da979-7660-4fc6-b6a8-e8b02197b764&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1717] 10.0.0.78 () {32 vars in 672 bytes} [Fri Apr 3 03:55:53 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1718] 199.204.45.30 () {34 vars in 1011 bytes} [Fri Apr 3 03:55:53 2026] GET /v2.0/networks/7c3da979-7660-4fc6-b6a8-e8b02197b764?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1719] 10.0.0.78 () {32 vars in 749 bytes} [Fri Apr 3 03:55:53 2026] DELETE /v2.0/security-group-rules/9ce1c4d4-87d6-4002-818d-e9ec96f49451 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1720] 199.204.45.30 () {34 vars in 1111 bytes} [Fri Apr 3 03:55:53 2026] GET /v2.0/networks/7c3da979-7660-4fc6-b6a8-e8b02197b764?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1721] 10.0.0.78 () {34 vars in 684 bytes} [Fri Apr 3 03:55:53 2026] POST /v2.0/security-groups => generated 1673 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1722] 10.0.0.78 () {32 vars in 672 bytes} [Fri Apr 3 03:55:53 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1723] 10.0.0.78 () {34 vars in 694 bytes} [Fri Apr 3 03:55:53 2026] POST /v2.0/security-group-rules => generated 597 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1724] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:55:53 2026] DELETE /v2.0/security-groups/a23026ff-8d16-4e31-8bf7-da7d4d6cb419 => 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: 815/1725] 10.0.0.78 () {32 vars in 662 bytes} [Fri Apr 3 03:55:53 2026] GET /v2.0/security-groups => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1726] 10.0.0.78 () {32 vars in 662 bytes} [Fri Apr 3 03:55:53 2026] GET /v2.0/security-groups => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1727] 10.0.0.78 () {34 vars in 694 bytes} [Fri Apr 3 03:55:53 2026] POST /v2.0/security-group-rules => generated 596 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1728] 10.0.0.78 () {34 vars in 694 bytes} [Fri Apr 3 03:55:53 2026] POST /v2.0/security-group-rules => generated 602 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1729] 10.0.0.78 () {34 vars in 694 bytes} [Fri Apr 3 03:55:53 2026] POST /v2.0/security-group-rules => generated 601 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:55:54.143 8 INFO neutron.db.securitygroups_db [None req-a2656c26-98b2-48ff-8b1e-fba3e7cb9616 8ca7c09a9357440697511082a3bd6144 58bcd6e5f118416b9d0a36f979686751 - - default default] Project 58bcd6e5f118416b9d0a36f979686751 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: 818/1730] 10.0.0.78 () {34 vars in 694 bytes} [Fri Apr 3 03:55:54 2026] POST /v2.0/security-group-rules => generated 607 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:55:54.260 7 INFO neutron.db.securitygroups_db [None req-de0ea4c2-24cc-481d-9e8d-2f5e457a0688 8ca7c09a9357440697511082a3bd6144 58bcd6e5f118416b9d0a36f979686751 - - default default] Project 58bcd6e5f118416b9d0a36f979686751 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: 913/1731] 10.0.0.78 () {34 vars in 694 bytes} [Fri Apr 3 03:55:54 2026] POST /v2.0/security-group-rules => generated 606 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1732] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:55:54 2026] GET /v2.0/security-groups?tenant_id=9c7dcd64da9d418894128de622fc3c63&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1733] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:55:54 2026] DELETE /v2.0/security-groups/1b20dfb2-b056-4685-858d-c8130297e053 => 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: 820/1734] 10.0.0.78 () {32 vars in 648 bytes} [Fri Apr 3 03:55:54 2026] GET /v2.0/networks => generated 1297 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1735] 10.0.0.71 () {34 vars in 1097 bytes} [Fri Apr 3 03:55:55 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-598932011&fields=id&tenant_id=58bcd6e5f118416b9d0a36f979686751 => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1736] 10.0.0.71 () {34 vars in 981 bytes} [Fri Apr 3 03:55:55 2026] GET /v2.0/networks?id=02d6c2fa-b97e-4217-affd-a9e28be48590 => generated 660 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1737] 10.0.0.71 () {34 vars in 964 bytes} [Fri Apr 3 03:55:55 2026] GET /v2.0/quotas/58bcd6e5f118416b9d0a36f979686751 => generated 292 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1738] 10.0.0.71 () {34 vars in 1001 bytes} [Fri Apr 3 03:55:55 2026] GET /v2.0/ports?tenant_id=58bcd6e5f118416b9d0a36f979686751&fields=id => generated 57 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1739] 10.0.0.71 () {34 vars in 1007 bytes} [Fri Apr 3 03:55:55 2026] GET /v2.0/networks/02d6c2fa-b97e-4217-affd-a9e28be48590?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1740] 10.0.0.71 () {34 vars in 1107 bytes} [Fri Apr 3 03:55:55 2026] GET /v2.0/networks/02d6c2fa-b97e-4217-affd-a9e28be48590?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1741] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:55:55 2026] GET /v2.0/ports?device_id=ab9ebd65-fa27-47f3-b418-614d25893436 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1742] 10.0.0.163 () {34 vars in 990 bytes} [Fri Apr 3 03:55:56 2026] GET /v2.0/ports?device_id=5600f382-48e6-4025-8e18-19476fab2fce => generated 1469 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1743] 10.0.0.163 () {34 vars in 1040 bytes} [Fri Apr 3 03:55:56 2026] GET /v2.0/security-groups?id=c340e86d-3842-4afc-a35e-cf2755102a6a&fields=id&fields=name => generated 111 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1744] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:55:56 2026] GET /v2.0/ports?device_id=ab9ebd65-fa27-47f3-b418-614d25893436 => 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: 824/1745] 10.0.0.78 () {34 vars in 675 bytes} [Fri Apr 3 03:55:56 2026] POST /v2.0/subnetpools => generated 548 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1746] 10.0.0.78 () {32 vars in 728 bytes} [Fri Apr 3 03:55:56 2026] GET /v2.0/subnetpools/157fb94e-e211-4851-875f-355de5dfbce3 => generated 548 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1747] 10.0.0.78 () {34 vars in 748 bytes} [Fri Apr 3 03:55:56 2026] PUT /v2.0/subnetpools/157fb94e-e211-4851-875f-355de5dfbce3 => generated 500 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1748] 10.0.0.78 () {32 vars in 731 bytes} [Fri Apr 3 03:55:56 2026] DELETE /v2.0/subnetpools/157fb94e-e211-4851-875f-355de5dfbce3 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 03:55:56.863 8 INFO neutron.api.v2.resource [None req-4fbfefbb-2685-4a7b-b338-9176f17581ea 81fce98840d74902b068083bc3379d81 a869116bdfc74247869c8a6561cc1dd4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 826/1749] 10.0.0.78 () {32 vars in 728 bytes} [Fri Apr 3 03:55:56 2026] GET /v2.0/subnetpools/157fb94e-e211-4851-875f-355de5dfbce3 => generated 145 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-03 03:55:56.880 7 INFO neutron.api.v2.resource [None req-429993b6-6235-4e9f-b078-0aac63c26276 81fce98840d74902b068083bc3379d81 a869116bdfc74247869c8a6561cc1dd4 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 924/1750] 10.0.0.78 () {32 vars in 731 bytes} [Fri Apr 3 03:55:56 2026] DELETE /v2.0/subnetpools/157fb94e-e211-4851-875f-355de5dfbce3 => generated 145 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1751] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:55:57 2026] GET /v2.0/security-groups?tenant_id=6b61d4deaaeb46b88fc8dd8804a58aa2&name=default => generated 2925 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1752] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:55:57 2026] GET /v2.0/security-groups?tenant_id=a869116bdfc74247869c8a6561cc1dd4&name=default => generated 2925 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1753] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:55:57 2026] DELETE /v2.0/security-groups/bf46f027-766c-459a-b3cb-9f2648c8b32a => 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: 926/1754] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:55:57 2026] DELETE /v2.0/security-groups/720d6f48-8f7b-4ea2-9dca-fd36557d77e9 => 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: 829/1755] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:55:57 2026] GET /v2.0/ports?device_id=ab9ebd65-fa27-47f3-b418-614d25893436 => 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: 927/1756] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:55:58 2026] GET /v2.0/ports?device_id=ab9ebd65-fa27-47f3-b418-614d25893436 => 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: 830/1757] 10.0.0.78 () {32 vars in 622 bytes} [Fri Apr 3 03:55:59 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: 928/1758] 10.0.0.78 () {32 vars in 632 bytes} [Fri Apr 3 03:55:59 2026] GET /v2.0/ => generated 632 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1759] 199.204.45.30 () {34 vars in 985 bytes} [Fri Apr 3 03:55:59 2026] GET /v2.0/networks?id=02d6c2fa-b97e-4217-affd-a9e28be48590 => generated 660 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1760] 199.204.45.30 () {34 vars in 1049 bytes} [Fri Apr 3 03:55:59 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=58bcd6e5f118416b9d0a36f979686751 => generated 180 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1761] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:55:59 2026] GET /v2.0/ports?device_id=ab9ebd65-fa27-47f3-b418-614d25893436 => 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: 930/1762] 199.204.45.30 () {38 vars in 954 bytes} [Fri Apr 3 03:55:59 2026] POST /v2.0/ports => generated 954 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 833/1763] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:56:00 2026] GET /v2.0/security-groups?tenant_id=cdd2d220a69b4f4e811ec9f80da79a54&name=default => generated 2925 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1764] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:56:00 2026] DELETE /v2.0/security-groups/a42ed5b0-a8a3-45ab-ae2b-91aa7a7e7797 => 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: 931/1765] 199.204.45.30 () {38 vars in 1027 bytes} [Fri Apr 3 03:56:00 2026] PUT /v2.0/ports/ab076afa-dfeb-4673-953c-88d3b658df8e => generated 1235 bytes in 405 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 03:56:00.802 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b546ab31-6412-40ba-9daa-450be78a2e34'] response: {'name': 'network-changed', 'server_uuid': 'ab9ebd65-fa27-47f3-b418-614d25893436', 'tag': 'ab076afa-dfeb-4673-953c-88d3b658df8e', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 932/1766] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:56:01 2026] GET /v2.0/ports?device_id=ab9ebd65-fa27-47f3-b418-614d25893436 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1767] 10.0.0.39 () {32 vars in 800 bytes} [Fri Apr 3 03:56:00 2026] GET /v2.0/extensions => generated 21537 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1768] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:56:01 2026] GET /v2.0/security-groups?id=1e24a764-a27a-46c6-ad1e-efb0e3147be7&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: 934/1769] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:56:01 2026] GET /v2.0/ports?tenant_id=58bcd6e5f118416b9d0a36f979686751&device_id=ab9ebd65-fa27-47f3-b418-614d25893436 => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1770] 10.0.0.39 () {30 vars in 723 bytes} [Fri Apr 3 03:56:01 2026] GET /v2.0/quotas/1563fb3ba86448d2a5efb42d62072545/details => generated 847 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1771] 199.204.45.30 () {34 vars in 1017 bytes} [Fri Apr 3 03:56:01 2026] GET /v2.0/networks?tenant_id=58bcd6e5f118416b9d0a36f979686751&shared=False => generated 756 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1772] 199.204.45.30 () {34 vars in 929 bytes} [Fri Apr 3 03:56:01 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1773] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:56:02 2026] GET /v2.0/ports?device_id=ab9ebd65-fa27-47f3-b418-614d25893436 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1774] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:56:02 2026] GET /v2.0/security-groups?id=1e24a764-a27a-46c6-ad1e-efb0e3147be7&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1775] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:56:02 2026] GET /v2.0/ports?tenant_id=58bcd6e5f118416b9d0a36f979686751&device_id=ab9ebd65-fa27-47f3-b418-614d25893436 => generated 1238 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1776] 199.204.45.30 () {34 vars in 1057 bytes} [Fri Apr 3 03:56:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=ab076afa-dfeb-4673-953c-88d3b658df8e => 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: 938/1777] 199.204.45.30 () {34 vars in 983 bytes} [Fri Apr 3 03:56:02 2026] GET /v2.0/subnets?id=1341417d-c86b-4fd8-ad38-0814cd85d4f9 => generated 678 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1778] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:56:02 2026] GET /v2.0/ports?network_id=02d6c2fa-b97e-4217-affd-a9e28be48590&device_owner=network%3Adhcp => generated 1244 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1779] 199.204.45.30 () {34 vars in 1011 bytes} [Fri Apr 3 03:56:02 2026] GET /v2.0/networks/02d6c2fa-b97e-4217-affd-a9e28be48590?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1780] 199.204.45.30 () {34 vars in 1111 bytes} [Fri Apr 3 03:56:02 2026] GET /v2.0/networks/02d6c2fa-b97e-4217-affd-a9e28be48590?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: 940/1781] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:56:03 2026] GET /v2.0/ports?device_id=ab9ebd65-fa27-47f3-b418-614d25893436 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1782] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:56:03 2026] GET /v2.0/security-groups?id=1e24a764-a27a-46c6-ad1e-efb0e3147be7&fields=id&fields=name => generated 113 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1783] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:56:04 2026] GET /v2.0/ports?device_id=ab9ebd65-fa27-47f3-b418-614d25893436 => generated 969 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1784] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:56:04 2026] GET /v2.0/security-groups?id=1e24a764-a27a-46c6-ad1e-efb0e3147be7&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1785] 10.0.0.39 () {32 vars in 800 bytes} [Fri Apr 3 03:56:04 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1786] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:56:04 2026] GET /v2.0/security-groups?tenant_id=39908cf76a1e40abafc62ae93ae154f5&name=default => generated 2925 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1787] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:56:04 2026] DELETE /v2.0/security-groups/d85b11e3-7905-43c8-9476-e4b5c2bd53ae => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1788] 10.0.0.39 () {30 vars in 723 bytes} [Fri Apr 3 03:56:04 2026] GET /v2.0/quotas/1563fb3ba86448d2a5efb42d62072545/details => generated 847 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1789] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:56:05 2026] GET /v2.0/ports?device_id=ab9ebd65-fa27-47f3-b418-614d25893436 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1790] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:56:05 2026] GET /v2.0/security-groups?id=1e24a764-a27a-46c6-ad1e-efb0e3147be7&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1791] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:56:06 2026] GET /v2.0/ports?device_id=ab9ebd65-fa27-47f3-b418-614d25893436 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1792] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:56:06 2026] GET /v2.0/security-groups?id=1e24a764-a27a-46c6-ad1e-efb0e3147be7&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1795] 10.0.0.78 () {32 vars in 720 bytes} [Fri Apr 3 03:56:07 2026] GET /v2.0/subnets/2c7d29b1-c668-46e4-bc6f-f53e252bb383 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1796] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:56:08 2026] GET /v2.0/ports?device_id=ab9ebd65-fa27-47f3-b418-614d25893436 => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1797] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:56:08 2026] GET /v2.0/security-groups?id=1e24a764-a27a-46c6-ad1e-efb0e3147be7&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1798] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:56:08 2026] GET /v2.0/ports?device_id=ab9ebd65-fa27-47f3-b418-614d25893436 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1799] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:56:08 2026] GET /v2.0/security-groups?tenant_id=f2225dba49c1427db4010581fd4c272a&name=default => generated 2925 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1800] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:56:08 2026] GET /v2.0/security-groups?tenant_id=1563fb3ba86448d2a5efb42d62072545&name=default => generated 2925 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1801] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:56:08 2026] GET /v2.0/security-groups?id=1e24a764-a27a-46c6-ad1e-efb0e3147be7&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1802] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:56:08 2026] DELETE /v2.0/security-groups/28577f85-49ae-404b-93bf-f919b2e2a251 => 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: 949/1803] 10.0.0.78 () {32 vars in 735 bytes} [Fri Apr 3 03:56:08 2026] GET /v2.0/ports?device_id=ab9ebd65-fa27-47f3-b418-614d25893436 => generated 1240 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1804] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:56:08 2026] DELETE /v2.0/security-groups/acb49297-f0cc-4ea4-b356-a087ad5d422a => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1805] 10.0.0.138 () {30 vars in 690 bytes} [Fri Apr 3 03:56:08 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1806] 10.0.0.138 () {30 vars in 692 bytes} [Fri Apr 3 03:56:09 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: 858/1807] 10.0.0.138 () {30 vars in 668 bytes} [Fri Apr 3 03:56:09 2026] GET /v2.0/extensions/qos => generated 166 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1808] 10.0.0.138 () {30 vars in 704 bytes} [Fri Apr 3 03:56:09 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) 2026-04-03 03:56:09.428 7 INFO neutron.db.l3_db [None req-05a9d3c9-f066-4d45-82f6-eda846f310ba 8ca7c09a9357440697511082a3bd6144 58bcd6e5f118416b9d0a36f979686751 - - default default] Floating IP 41575342-7106-497c-809e-43e91d271cf5 associated. External IP: 10.96.250.215, port: ab076afa-dfeb-4673-953c-88d3b658df8e. [pid: 8|app: 0|req: 860/1809] 10.0.0.138 () {28 vars in 439 bytes} [Fri Apr 3 03:56:09 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1810] 10.0.0.138 () {30 vars in 728 bytes} [Fri Apr 3 03:56:09 2026] GET /v2.0/subnets/2c7d29b1-c668-46e4-bc6f-f53e252bb383 => generated 658 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1811] 10.0.0.138 () {30 vars in 690 bytes} [Fri Apr 3 03:56:09 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1812] 10.0.0.138 () {30 vars in 692 bytes} [Fri Apr 3 03:56:09 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1813] 10.0.0.138 () {30 vars in 668 bytes} [Fri Apr 3 03:56:09 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: 865/1814] 10.0.0.138 () {30 vars in 704 bytes} [Fri Apr 3 03:56:09 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1815] 10.0.0.78 () {34 vars in 676 bytes} [Fri Apr 3 03:56:08 2026] POST /v2.0/floatingips => generated 855 bytes in 1144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1816] 10.0.0.138 () {30 vars in 728 bytes} [Fri Apr 3 03:56:09 2026] GET /v2.0/subnets/2c7d29b1-c668-46e4-bc6f-f53e252bb383 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:56:09.822 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f37b8b40-9b5d-409f-a5ae-4dc092298141'] response: {'name': 'network-changed', 'server_uuid': 'ab9ebd65-fa27-47f3-b418-614d25893436', 'tag': 'ab076afa-dfeb-4673-953c-88d3b658df8e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 866/1817] 10.0.0.78 () {32 vars in 728 bytes} [Fri Apr 3 03:56:09 2026] GET /v2.0/floatingips/41575342-7106-497c-809e-43e91d271cf5 => generated 855 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1818] 10.0.0.138 () {30 vars in 690 bytes} [Fri Apr 3 03:56:09 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: 867/1819] 10.0.0.138 () {30 vars in 692 bytes} [Fri Apr 3 03:56:09 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: 7|app: 0|req: 953/1820] 10.0.0.138 () {30 vars in 668 bytes} [Fri Apr 3 03:56:09 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: 868/1821] 10.0.0.138 () {30 vars in 704 bytes} [Fri Apr 3 03:56:09 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: 954/1822] 10.0.0.138 () {30 vars in 730 bytes} [Fri Apr 3 03:56:09 2026] GET /v2.0/networks/7c369af2-ac07-4822-a245-08de9a8ffd2b => generated 799 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1823] 10.0.0.138 () {30 vars in 682 bytes} [Fri Apr 3 03:56:10 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: 955/1824] 10.0.0.138 () {34 vars in 704 bytes} [Fri Apr 3 03:56:10 2026] POST /v2.0/ports => generated 1128 bytes in 390 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 956/1825] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:56:10 2026] GET /v2.0/ports?tenant_id=58bcd6e5f118416b9d0a36f979686751&device_id=ab9ebd65-fa27-47f3-b418-614d25893436 => 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: 957/1826] 199.204.45.30 () {34 vars in 985 bytes} [Fri Apr 3 03:56:10 2026] GET /v2.0/networks?id=02d6c2fa-b97e-4217-affd-a9e28be48590 => generated 756 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:56:10.581 8 INFO neutron.db.segments_db [None req-a17e4170-bed2-44f7-a89b-8791abc0093d b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Added segment e5dfd224-06af-4f1d-9fa2-c71723f4d1c4 of type vxlan for network c8d2b53c-6b50-4b38-9dd8-2a7c698c3348 [pid: 7|app: 0|req: 958/1827] 199.204.45.30 () {34 vars in 1057 bytes} [Fri Apr 3 03:56:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=ab076afa-dfeb-4673-953c-88d3b658df8e => generated 858 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1828] 199.204.45.30 () {34 vars in 983 bytes} [Fri Apr 3 03:56:10 2026] GET /v2.0/subnets?id=1341417d-c86b-4fd8-ad38-0814cd85d4f9 => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1829] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:56:10 2026] GET /v2.0/ports?network_id=02d6c2fa-b97e-4217-affd-a9e28be48590&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1830] 10.0.0.78 () {34 vars in 670 bytes} [Fri Apr 3 03:56:10 2026] POST /v2.0/networks => generated 722 bytes in 416 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1831] 199.204.45.30 () {34 vars in 1011 bytes} [Fri Apr 3 03:56:10 2026] GET /v2.0/networks/02d6c2fa-b97e-4217-affd-a9e28be48590?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1832] 199.204.45.30 () {34 vars in 1111 bytes} [Fri Apr 3 03:56:10 2026] GET /v2.0/networks/02d6c2fa-b97e-4217-affd-a9e28be48590?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1833] 10.0.0.78 () {32 vars in 728 bytes} [Fri Apr 3 03:56:10 2026] GET /v2.0/floatingips/41575342-7106-497c-809e-43e91d271cf5 => generated 855 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1834] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:56:10 2026] POST /v2.0/subnets => generated 688 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:56:10.949 7 INFO neutron.db.segments_db [None req-0581febb-bf2c-4829-aa90-9e5444375190 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Added segment bbbba00f-0df3-4a7e-a34f-6caa8c5f1208 of type vxlan for network 7d7b5332-03fa-486d-b6e4-3c6a30b1cc56 2026-04-03 03:56:11.163 7 INFO neutron.db.l3_hamode_db [None req-0581febb-bf2c-4829-aa90-9e5444375190 b59e91656d154720b278bada7f0493c1 87e5df1d581c43d2ae073f43c9ae2225 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-03 03:56:11.896 7 INFO neutron.db.l3_hamode_db [None req-0581febb-bf2c-4829-aa90-9e5444375190 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 872/1835] 10.0.0.78 () {32 vars in 728 bytes} [Fri Apr 3 03:56:11 2026] GET /v2.0/floatingips/41575342-7106-497c-809e-43e91d271cf5 => generated 857 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1836] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:56:10 2026] POST /v2.0/routers => generated 728 bytes in 1873 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:56:13.111 7 INFO neutron.db.segments_db [None req-256f47c1-b636-456e-b3e7-31275c8ccae2 58e3bce74f154222a6f3ce3881c2b14c d437984c000f42428f5df449c0e6f78f - - default default] Added segment 0f6098d5-0c23-4370-964d-747f174f49d4 of type vxlan for network cc3b4424-b21c-4cd9-9aed-e249e4266ba3 [pid: 7|app: 0|req: 965/1837] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 03:56:12 2026] POST /v2.0/networks => generated 612 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1838] 199.204.45.30 () {30 vars in 702 bytes} [Fri Apr 3 03:56:13 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1839] 10.0.0.78 () {34 vars in 663 bytes} [Fri Apr 3 03:56:13 2026] POST /v2.0/ports => generated 743 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 968/1840] 199.204.45.30 () {30 vars in 704 bytes} [Fri Apr 3 03:56:13 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:56:13.590 7 INFO neutron.db.segments_db [None req-2c29c58b-515a-4d6e-ba7a-8d3492543105 58e3bce74f154222a6f3ce3881c2b14c d437984c000f42428f5df449c0e6f78f - - default default] Added segment e86e3ab2-92b6-49a9-8651-f3b4510e5936 of type vxlan for network ca997b8b-3f98-49e2-b0fb-bb5f60b33708 [pid: 7|app: 0|req: 969/1841] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 03:56:13 2026] POST /v2.0/networks => generated 612 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1842] 199.204.45.30 () {30 vars in 680 bytes} [Fri Apr 3 03:56:13 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1843] 10.0.0.78 () {34 vars in 782 bytes} [Fri Apr 3 03:56:12 2026] PUT /v2.0/routers/c5c55181-3358-4b97-aad5-d89953344bf2/add_router_interface => generated 309 bytes in 1189 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1844] 199.204.45.30 () {30 vars in 716 bytes} [Fri Apr 3 03:56:13 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1845] 199.204.45.30 () {30 vars in 736 bytes} [Fri Apr 3 03:56:13 2026] GET /v2.0/ports/d1d1d358-59fd-48e7-a663-3c6a070d5e89 => generated 1128 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1846] 10.0.0.78 () {34 vars in 663 bytes} [Fri Apr 3 03:56:13 2026] POST /v2.0/ports => generated 743 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:56:14.081 8 INFO neutron.db.segments_db [None req-849b9571-56aa-4c49-8a64-ef8a38809e73 58e3bce74f154222a6f3ce3881c2b14c d437984c000f42428f5df449c0e6f78f - - default default] Added segment 6f6ebd19-f35f-4d5c-a83c-83aacfa0b09b of type vxlan for network c92d5611-d443-4718-9820-9a73d5de7e98 [pid: 8|app: 0|req: 876/1847] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 03:56:14 2026] POST /v2.0/networks => generated 612 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 877/1848] 199.204.45.30 () {30 vars in 702 bytes} [Fri Apr 3 03:56:14 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: 878/1849] 199.204.45.30 () {30 vars in 704 bytes} [Fri Apr 3 03:56:14 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1850] 199.204.45.30 () {30 vars in 680 bytes} [Fri Apr 3 03:56:14 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: 880/1851] 199.204.45.30 () {30 vars in 716 bytes} [Fri Apr 3 03:56:14 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:56:14.332 8 INFO neutron.api.v2.resource [None req-03b5a05c-dc66-47d5-a9dd-ddc2563df3c9 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 881/1852] 199.204.45.30 () {30 vars in 762 bytes} [Fri Apr 3 03:56:14 2026] GET /v2.0/security-groups/lb-ac9ad837-f7d6-4585-9d43-8de85c638637 => 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: 882/1853] 199.204.45.30 () {30 vars in 784 bytes} [Fri Apr 3 03:56:14 2026] GET /v2.0/security-groups?name=lb-ac9ad837-f7d6-4585-9d43-8de85c638637 => 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: 883/1854] 199.204.45.30 () {34 vars in 735 bytes} [Fri Apr 3 03:56:14 2026] POST /v2.0/security-groups => generated 1636 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1855] 10.0.0.78 () {34 vars in 663 bytes} [Fri Apr 3 03:56:14 2026] POST /v2.0/ports => generated 743 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 884/1856] 199.204.45.30 () {30 vars in 814 bytes} [Fri Apr 3 03:56:14 2026] GET /v2.0/security-group-rules?security_group_id=ade5723d-91fe-4732-a075-894104913e03 => generated 1182 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 03:56:14.580 7 INFO neutron.db.segments_db [None req-1e9f3f6d-24db-4f30-9e82-992d1c2112eb 58e3bce74f154222a6f3ce3881c2b14c d437984c000f42428f5df449c0e6f78f - - default default] Added segment 5382144f-2b35-412d-9c47-dd9a226c573b of type vxlan for network b289b1e4-7c28-4858-be53-fab7941319e9 [pid: 7|app: 0|req: 973/1857] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 03:56:14 2026] POST /v2.0/networks => generated 613 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1858] 199.204.45.30 () {34 vars in 788 bytes} [Fri Apr 3 03:56:14 2026] PUT /v2.0/ports/d1d1d358-59fd-48e7-a663-3c6a070d5e89 => generated 1128 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 886/1859] 199.204.45.30 () {30 vars in 702 bytes} [Fri Apr 3 03:56:14 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: 887/1860] 199.204.45.30 () {30 vars in 704 bytes} [Fri Apr 3 03:56:14 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1861] 199.204.45.30 () {30 vars in 680 bytes} [Fri Apr 3 03:56:14 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: 8|app: 0|req: 889/1862] 199.204.45.30 () {30 vars in 716 bytes} [Fri Apr 3 03:56:14 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: 890/1863] 199.204.45.30 () {30 vars in 740 bytes} [Fri Apr 3 03:56:14 2026] GET /v2.0/subnets/2c7d29b1-c668-46e4-bc6f-f53e252bb383 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1864] 10.0.0.78 () {34 vars in 663 bytes} [Fri Apr 3 03:56:14 2026] POST /v2.0/ports => generated 743 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:56:15.161 8 INFO neutron.db.segments_db [None req-806acf20-83df-4f90-99d0-9e5e31465956 58e3bce74f154222a6f3ce3881c2b14c d437984c000f42428f5df449c0e6f78f - - default default] Added segment 588f12be-7cd6-45ff-8d88-691bf5c56340 of type vxlan for network a8935aea-4ae5-4fc7-9408-a6924cc0063a [pid: 8|app: 0|req: 891/1865] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 03:56:15 2026] POST /v2.0/networks => generated 612 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 975/1866] 10.0.0.78 () {34 vars in 663 bytes} [Fri Apr 3 03:56:15 2026] POST /v2.0/ports => generated 743 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1867] 10.0.0.78 () {34 vars in 746 bytes} [Fri Apr 3 03:56:15 2026] PUT /v2.0/ports/b196c814-f17d-4df1-a975-2664fee85ab5/tags => generated 17 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 976/1868] 10.0.0.78 () {34 vars in 746 bytes} [Fri Apr 3 03:56:15 2026] PUT /v2.0/ports/a3d21bc8-675c-45cd-bde5-f29c6ded94df/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 893/1869] 10.0.0.78 () {34 vars in 746 bytes} [Fri Apr 3 03:56:15 2026] PUT /v2.0/ports/d96468d9-b75f-41b6-b058-f0fa090a7071/tags => generated 34 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 977/1870] 10.0.0.78 () {34 vars in 746 bytes} [Fri Apr 3 03:56:15 2026] PUT /v2.0/ports/9705394d-94c7-4c15-bd98-b12e05b6199b/tags => generated 19 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 894/1871] 10.0.0.78 () {32 vars in 659 bytes} [Fri Apr 3 03:56:15 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 978/1872] 10.0.0.78 () {32 vars in 673 bytes} [Fri Apr 3 03:56:16 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1873] 10.0.0.78 () {32 vars in 669 bytes} [Fri Apr 3 03:56:16 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1874] 10.0.0.71 () {34 vars in 981 bytes} [Fri Apr 3 03:56:16 2026] GET /v2.0/networks?id=c8d2b53c-6b50-4b38-9dd8-2a7c698c3348 => generated 673 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1875] 10.0.0.71 () {34 vars in 964 bytes} [Fri Apr 3 03:56:16 2026] GET /v2.0/quotas/87e5df1d581c43d2ae073f43c9ae2225 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1876] 10.0.0.78 () {32 vars in 681 bytes} [Fri Apr 3 03:56:16 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1877] 10.0.0.71 () {34 vars in 1001 bytes} [Fri Apr 3 03:56:16 2026] GET /v2.0/ports?tenant_id=87e5df1d581c43d2ae073f43c9ae2225&fields=id => generated 103 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1878] 10.0.0.71 () {34 vars in 1007 bytes} [Fri Apr 3 03:56:16 2026] GET /v2.0/networks/c8d2b53c-6b50-4b38-9dd8-2a7c698c3348?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1879] 10.0.0.78 () {32 vars in 667 bytes} [Fri Apr 3 03:56:16 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1880] 10.0.0.71 () {34 vars in 1107 bytes} [Fri Apr 3 03:56:16 2026] GET /v2.0/networks/c8d2b53c-6b50-4b38-9dd8-2a7c698c3348?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1881] 10.0.0.78 () {32 vars in 681 bytes} [Fri Apr 3 03:56:16 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1882] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:56:16 2026] GET /v2.0/ports?device_id=bf10fb39-f77f-4f60-b400-ebc596bb60e6 => 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: 984/1883] 10.0.0.78 () {32 vars in 677 bytes} [Fri Apr 3 03:56:16 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1884] 10.0.0.78 () {32 vars in 689 bytes} [Fri Apr 3 03:56:16 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 03:56:16.860 7 INFO neutron_taas.services.taas.taas_plugin [None req-d9641a68-ff43-4ced-b34f-d7f36e33dd2d 58e3bce74f154222a6f3ce3881c2b14c d437984c000f42428f5df449c0e6f78f - - default default] TaaS: Handle Delete Port: b196c814-f17d-4df1-a975-2664fee85ab5 2026-04-03 03:56:16.863 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d9641a68-ff43-4ced-b34f-d7f36e33dd2d 58e3bce74f154222a6f3ce3881c2b14c d437984c000f42428f5df449c0e6f78f - - default default] Tap Mirror: Handle Delete Port: b196c814-f17d-4df1-a975-2664fee85ab5 [pid: 7|app: 0|req: 985/1885] 10.0.0.78 () {32 vars in 719 bytes} [Fri Apr 3 03:56:16 2026] DELETE /v2.0/ports/b196c814-f17d-4df1-a975-2664fee85ab5 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:56:17.089 8 INFO neutron_taas.services.taas.taas_plugin [None req-aef10417-80b6-499d-888d-66a8b9e7b129 58e3bce74f154222a6f3ce3881c2b14c d437984c000f42428f5df449c0e6f78f - - default default] TaaS: Handle Delete Port: a3d21bc8-675c-45cd-bde5-f29c6ded94df 2026-04-03 03:56:17.093 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aef10417-80b6-499d-888d-66a8b9e7b129 58e3bce74f154222a6f3ce3881c2b14c d437984c000f42428f5df449c0e6f78f - - default default] Tap Mirror: Handle Delete Port: a3d21bc8-675c-45cd-bde5-f29c6ded94df [pid: 8|app: 0|req: 901/1886] 10.0.0.78 () {32 vars in 719 bytes} [Fri Apr 3 03:56:16 2026] DELETE /v2.0/ports/a3d21bc8-675c-45cd-bde5-f29c6ded94df => generated 0 bytes in 250 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:56:17.311 7 INFO neutron_taas.services.taas.taas_plugin [None req-b909bf1d-dccf-46ed-a3bb-d48f54656410 58e3bce74f154222a6f3ce3881c2b14c d437984c000f42428f5df449c0e6f78f - - default default] TaaS: Handle Delete Port: d96468d9-b75f-41b6-b058-f0fa090a7071 2026-04-03 03:56:17.315 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b909bf1d-dccf-46ed-a3bb-d48f54656410 58e3bce74f154222a6f3ce3881c2b14c d437984c000f42428f5df449c0e6f78f - - default default] Tap Mirror: Handle Delete Port: d96468d9-b75f-41b6-b058-f0fa090a7071 [pid: 7|app: 0|req: 986/1887] 10.0.0.78 () {32 vars in 719 bytes} [Fri Apr 3 03:56:17 2026] DELETE /v2.0/ports/d96468d9-b75f-41b6-b058-f0fa090a7071 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:56:17.492 8 INFO neutron_taas.services.taas.taas_plugin [None req-b809d255-b949-42bb-8c58-9f4f80d0ab35 58e3bce74f154222a6f3ce3881c2b14c d437984c000f42428f5df449c0e6f78f - - default default] TaaS: Handle Delete Port: 9705394d-94c7-4c15-bd98-b12e05b6199b 2026-04-03 03:56:17.494 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b809d255-b949-42bb-8c58-9f4f80d0ab35 58e3bce74f154222a6f3ce3881c2b14c d437984c000f42428f5df449c0e6f78f - - default default] Tap Mirror: Handle Delete Port: 9705394d-94c7-4c15-bd98-b12e05b6199b [pid: 8|app: 0|req: 902/1888] 10.0.0.78 () {32 vars in 719 bytes} [Fri Apr 3 03:56:17 2026] DELETE /v2.0/ports/9705394d-94c7-4c15-bd98-b12e05b6199b => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:56:17.715 7 INFO neutron_taas.services.taas.taas_plugin [None req-3559418c-005b-4d0e-ab56-09fad59f6593 58e3bce74f154222a6f3ce3881c2b14c d437984c000f42428f5df449c0e6f78f - - default default] TaaS: Handle Delete Port: 6f0d3234-46e8-4b5a-b229-8fca61660260 2026-04-03 03:56:17.718 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3559418c-005b-4d0e-ab56-09fad59f6593 58e3bce74f154222a6f3ce3881c2b14c d437984c000f42428f5df449c0e6f78f - - default default] Tap Mirror: Handle Delete Port: 6f0d3234-46e8-4b5a-b229-8fca61660260 [pid: 8|app: 0|req: 903/1889] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:56:17 2026] GET /v2.0/ports?device_id=bf10fb39-f77f-4f60-b400-ebc596bb60e6 => 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: 987/1890] 10.0.0.78 () {32 vars in 719 bytes} [Fri Apr 3 03:56:17 2026] DELETE /v2.0/ports/6f0d3234-46e8-4b5a-b229-8fca61660260 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:56:17.942 8 INFO neutron.services.segments.plugin [-] Segment 0f6098d5-0c23-4370-964d-747f174f49d4 resource provider aggregate not found 2026-04-03 03:56:17.945 8 INFO neutron.services.segments.plugin [-] Segment 0f6098d5-0c23-4370-964d-747f174f49d4 resource provider aggregate not found 2026-04-03 03:56:17.962 8 INFO neutron.services.segments.plugin [-] Segment 0f6098d5-0c23-4370-964d-747f174f49d4 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 0f6098d5-0c23-4370-964d-747f174f49d4 found for delete ", "request_id": "req-62ba7f1b-921c-49e4-af62-e0517d86dd37"}]} 2026-04-03 03:56:17.965 8 INFO neutron.services.segments.plugin [-] Segment 0f6098d5-0c23-4370-964d-747f174f49d4 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 0f6098d5-0c23-4370-964d-747f174f49d4 found for delete ", "request_id": "req-e9594648-b8ee-494e-8831-36896f746fad"}]} [pid: 8|app: 0|req: 904/1891] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:56:17 2026] DELETE /v2.0/networks/cc3b4424-b21c-4cd9-9aed-e249e4266ba3 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:56:18.109 7 INFO neutron.services.segments.plugin [-] Segment e86e3ab2-92b6-49a9-8651-f3b4510e5936 resource provider aggregate not found 2026-04-03 03:56:18.115 7 INFO neutron.services.segments.plugin [-] Segment e86e3ab2-92b6-49a9-8651-f3b4510e5936 resource provider aggregate not found 2026-04-03 03:56:18.130 7 INFO neutron.services.segments.plugin [-] Segment e86e3ab2-92b6-49a9-8651-f3b4510e5936 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 e86e3ab2-92b6-49a9-8651-f3b4510e5936 found for delete ", "request_id": "req-4fe0abf7-bf2b-4922-baa2-eb5166b525be"}]} 2026-04-03 03:56:18.132 7 INFO neutron.services.segments.plugin [-] Segment e86e3ab2-92b6-49a9-8651-f3b4510e5936 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 e86e3ab2-92b6-49a9-8651-f3b4510e5936 found for delete ", "request_id": "req-52db6583-6a1c-43d2-b62c-9140ba27c189"}]} [pid: 7|app: 0|req: 988/1892] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:56:17 2026] DELETE /v2.0/networks/ca997b8b-3f98-49e2-b0fb-bb5f60b33708 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1893] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:56:18 2026] DELETE /v2.0/networks/c92d5611-d443-4718-9820-9a73d5de7e98 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1894] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:56:18 2026] DELETE /v2.0/networks/b289b1e4-7c28-4858-be53-fab7941319e9 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1895] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:56:18 2026] DELETE /v2.0/networks/a8935aea-4ae5-4fc7-9408-a6924cc0063a => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1896] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:56:18 2026] GET /v2.0/ports?device_id=bf10fb39-f77f-4f60-b400-ebc596bb60e6 => 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: 907/1897] 10.0.0.163 () {34 vars in 990 bytes} [Fri Apr 3 03:56:19 2026] GET /v2.0/ports?device_id=ab9ebd65-fa27-47f3-b418-614d25893436 => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1898] 10.0.0.163 () {34 vars in 1040 bytes} [Fri Apr 3 03:56:19 2026] GET /v2.0/security-groups?id=1e24a764-a27a-46c6-ad1e-efb0e3147be7&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1899] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:56:19 2026] GET /v2.0/security-groups?tenant_id=cefcd7c2279b480bb92f851e2aed2e5d&name=default => generated 2925 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1900] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:56:19 2026] DELETE /v2.0/security-groups/330ea001-a10f-45c7-957c-ea2dba4aa336 => 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: 993/1901] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:56:19 2026] GET /v2.0/ports?device_id=bf10fb39-f77f-4f60-b400-ebc596bb60e6 => 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: 909/1902] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:56:19 2026] GET /v2.0/security-groups?tenant_id=2a0927a8c43b4293a22fd8d7f2e03025&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 03:56:19.985 8 INFO neutron.services.segments.plugin [-] Segment 6f6ebd19-f35f-4d5c-a83c-83aacfa0b09b resource provider aggregate not found 2026-04-03 03:56:19.987 8 INFO neutron.services.segments.plugin [-] Segment 6f6ebd19-f35f-4d5c-a83c-83aacfa0b09b resource provider aggregate not found 2026-04-03 03:56:20.004 8 INFO neutron.services.segments.plugin [-] Segment 6f6ebd19-f35f-4d5c-a83c-83aacfa0b09b 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 6f6ebd19-f35f-4d5c-a83c-83aacfa0b09b found for delete ", "request_id": "req-d062ac09-84e8-4d55-b93d-55a7a11b972d"}]} 2026-04-03 03:56:20.010 8 INFO neutron.services.segments.plugin [-] Segment 6f6ebd19-f35f-4d5c-a83c-83aacfa0b09b 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 6f6ebd19-f35f-4d5c-a83c-83aacfa0b09b found for delete ", "request_id": "req-57fc4475-12cb-4329-a6aa-7b889d94e646"}]} 2026-04-03 03:56:20.025 8 INFO neutron.services.segments.plugin [-] Segment 588f12be-7cd6-45ff-8d88-691bf5c56340 resource provider aggregate not found [pid: 7|app: 0|req: 994/1903] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:56:19 2026] DELETE /v2.0/security-groups/11098e35-3411-4cf4-9aaf-1bcf811a097f => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 03:56:20.029 8 INFO neutron.services.segments.plugin [-] Segment 588f12be-7cd6-45ff-8d88-691bf5c56340 resource provider aggregate not found 2026-04-03 03:56:20.042 8 INFO neutron.services.segments.plugin [-] Segment 588f12be-7cd6-45ff-8d88-691bf5c56340 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 588f12be-7cd6-45ff-8d88-691bf5c56340 found for delete ", "request_id": "req-2f581ee2-d6ee-4242-afb3-5f606c5f683b"}]} 2026-04-03 03:56:20.045 8 INFO neutron.services.segments.plugin [-] Segment 588f12be-7cd6-45ff-8d88-691bf5c56340 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 588f12be-7cd6-45ff-8d88-691bf5c56340 found for delete ", "request_id": "req-ce444c94-b150-49cd-ab70-0b30b41a33b8"}]} 2026-04-03 03:56:20.153 7 INFO neutron.services.segments.plugin [-] Segment 5382144f-2b35-412d-9c47-dd9a226c573b resource provider aggregate not found 2026-04-03 03:56:20.157 7 INFO neutron.services.segments.plugin [-] Segment 5382144f-2b35-412d-9c47-dd9a226c573b resource provider aggregate not found 2026-04-03 03:56:20.166 7 INFO neutron.services.segments.plugin [-] Segment 5382144f-2b35-412d-9c47-dd9a226c573b 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 5382144f-2b35-412d-9c47-dd9a226c573b found for delete ", "request_id": "req-e30da1c0-b706-4dae-9b9c-defe6baa6059"}]} 2026-04-03 03:56:20.169 7 INFO neutron.services.segments.plugin [-] Segment 5382144f-2b35-412d-9c47-dd9a226c573b 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 5382144f-2b35-412d-9c47-dd9a226c573b found for delete ", "request_id": "req-288ec108-41d3-452c-b6d0-91694fc7ac9d"}]} [pid: 8|app: 0|req: 910/1904] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:56:20 2026] GET /v2.0/security-groups?tenant_id=d437984c000f42428f5df449c0e6f78f&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/1905] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:56:20 2026] DELETE /v2.0/security-groups/c7dddda0-5178-450b-9442-d76d5e4e5677 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1906] 199.204.45.30 () {34 vars in 985 bytes} [Fri Apr 3 03:56:20 2026] GET /v2.0/networks?id=c8d2b53c-6b50-4b38-9dd8-2a7c698c3348 => generated 673 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1907] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:56:20 2026] GET /v2.0/ports?device_id=bf10fb39-f77f-4f60-b400-ebc596bb60e6 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1908] 199.204.45.30 () {38 vars in 954 bytes} [Fri Apr 3 03:56:21 2026] POST /v2.0/ports => generated 954 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1909] 199.204.45.30 () {38 vars in 1027 bytes} [Fri Apr 3 03:56:21 2026] PUT /v2.0/ports/2fe73b1a-7700-4bef-9e43-96fd4d91d38b => generated 1235 bytes in 421 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 03:56:21.861 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-071765f2-358a-45b7-bd68-f90904663eb0'] response: {'name': 'network-changed', 'server_uuid': 'bf10fb39-f77f-4f60-b400-ebc596bb60e6', 'tag': '2fe73b1a-7700-4bef-9e43-96fd4d91d38b', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 913/1910] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:56:22 2026] GET /v2.0/ports?device_id=bf10fb39-f77f-4f60-b400-ebc596bb60e6 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 998/1911] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:56:22 2026] GET /v2.0/security-groups?id=eba996e6-bf24-4e83-9d2d-65b6681e5a9b&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1912] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:56:22 2026] GET /v2.0/ports?tenant_id=87e5df1d581c43d2ae073f43c9ae2225&device_id=bf10fb39-f77f-4f60-b400-ebc596bb60e6 => generated 1238 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1913] 199.204.45.30 () {34 vars in 1017 bytes} [Fri Apr 3 03:56:22 2026] GET /v2.0/networks?tenant_id=87e5df1d581c43d2ae073f43c9ae2225&shared=False => generated 769 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1914] 199.204.45.30 () {34 vars in 929 bytes} [Fri Apr 3 03:56:22 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1917] 10.0.0.71 () {34 vars in 1015 bytes} [Fri Apr 3 03:56:22 2026] GET /v2.0/security-groups?id=6480aeb7-af1f-4eb7-857b-37ad24e06298&fields=id => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1918] 10.0.0.71 () {34 vars in 981 bytes} [Fri Apr 3 03:56:22 2026] GET /v2.0/networks?id=cb738926-1880-4b2f-99f8-5f8f2a06f59c => generated 735 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1919] 10.0.0.71 () {34 vars in 964 bytes} [Fri Apr 3 03:56:22 2026] GET /v2.0/quotas/7dfcef0d5ba54800b9d97a47125a8d51 => generated 291 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1920] 10.0.0.71 () {34 vars in 1001 bytes} [Fri Apr 3 03:56:22 2026] GET /v2.0/ports?tenant_id=7dfcef0d5ba54800b9d97a47125a8d51&fields=id => generated 149 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1921] 10.0.0.71 () {34 vars in 1007 bytes} [Fri Apr 3 03:56:22 2026] GET /v2.0/networks/cb738926-1880-4b2f-99f8-5f8f2a06f59c?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1922] 10.0.0.71 () {34 vars in 1107 bytes} [Fri Apr 3 03:56:22 2026] GET /v2.0/networks/cb738926-1880-4b2f-99f8-5f8f2a06f59c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1923] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:56:23 2026] GET /v2.0/ports?device_id=bf10fb39-f77f-4f60-b400-ebc596bb60e6 => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1924] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:56:23 2026] GET /v2.0/ports?device_id=cde601f0-3365-4f98-87be-6b49e8f6d09e => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/1925] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:56:23 2026] GET /v2.0/security-groups?id=eba996e6-bf24-4e83-9d2d-65b6681e5a9b&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1926] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:56:23 2026] GET /v2.0/ports?device_id=cde601f0-3365-4f98-87be-6b49e8f6d09e => 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: 1005/1927] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:56:23 2026] GET /v2.0/ports?tenant_id=87e5df1d581c43d2ae073f43c9ae2225&device_id=bf10fb39-f77f-4f60-b400-ebc596bb60e6 => generated 1238 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1928] 199.204.45.30 () {34 vars in 1057 bytes} [Fri Apr 3 03:56:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=2fe73b1a-7700-4bef-9e43-96fd4d91d38b => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/1929] 199.204.45.30 () {34 vars in 983 bytes} [Fri Apr 3 03:56:23 2026] GET /v2.0/subnets?id=3c523a87-377f-4e3d-a956-439296da2e32 => generated 691 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1930] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:56:23 2026] GET /v2.0/ports?network_id=c8d2b53c-6b50-4b38-9dd8-2a7c698c3348&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: 7|app: 0|req: 1007/1931] 199.204.45.30 () {34 vars in 1011 bytes} [Fri Apr 3 03:56:23 2026] GET /v2.0/networks/c8d2b53c-6b50-4b38-9dd8-2a7c698c3348?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1932] 199.204.45.30 () {34 vars in 1111 bytes} [Fri Apr 3 03:56:23 2026] GET /v2.0/networks/c8d2b53c-6b50-4b38-9dd8-2a7c698c3348?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/1933] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:56:24 2026] GET /v2.0/ports?device_id=bf10fb39-f77f-4f60-b400-ebc596bb60e6 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/1934] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:56:24 2026] GET /v2.0/security-groups?id=eba996e6-bf24-4e83-9d2d-65b6681e5a9b&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1935] 10.0.0.78 () {34 vars in 675 bytes} [Fri Apr 3 03:56:24 2026] POST /v2.0/subnetpools => generated 516 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/1936] 10.0.0.78 () {34 vars in 675 bytes} [Fri Apr 3 03:56:24 2026] POST /v2.0/subnetpools => generated 516 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1937] 10.0.0.78 () {34 vars in 675 bytes} [Fri Apr 3 03:56:24 2026] POST /v2.0/subnetpools => generated 516 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/1938] 10.0.0.78 () {34 vars in 675 bytes} [Fri Apr 3 03:56:24 2026] POST /v2.0/subnetpools => generated 516 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1939] 10.0.0.78 () {34 vars in 675 bytes} [Fri Apr 3 03:56:24 2026] POST /v2.0/subnetpools => generated 516 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/1940] 10.0.0.78 () {34 vars in 758 bytes} [Fri Apr 3 03:56:24 2026] PUT /v2.0/subnetpools/72ead6ab-cd5c-4e49-84a2-f4172161790c/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: 929/1941] 10.0.0.78 () {34 vars in 758 bytes} [Fri Apr 3 03:56:24 2026] PUT /v2.0/subnetpools/39d845d5-255b-4cdb-8543-99b438d9ca8a/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/1942] 10.0.0.78 () {34 vars in 758 bytes} [Fri Apr 3 03:56:25 2026] PUT /v2.0/subnetpools/0030e0ff-97cb-4123-b4e6-585107a95dee/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: 930/1943] 10.0.0.78 () {34 vars in 758 bytes} [Fri Apr 3 03:56:25 2026] PUT /v2.0/subnetpools/c99f418e-4cde-48f6-a351-244ed27278fd/tags => 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: 1014/1944] 10.0.0.78 () {32 vars in 671 bytes} [Fri Apr 3 03:56:25 2026] GET /v2.0/subnetpools?tags=red => 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: 931/1945] 10.0.0.78 () {32 vars in 685 bytes} [Fri Apr 3 03:56:25 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/1946] 10.0.0.78 () {32 vars in 681 bytes} [Fri Apr 3 03:56:25 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1947] 10.0.0.78 () {32 vars in 693 bytes} [Fri Apr 3 03:56:25 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/1948] 10.0.0.78 () {32 vars in 679 bytes} [Fri Apr 3 03:56:25 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1949] 10.0.0.78 () {32 vars in 693 bytes} [Fri Apr 3 03:56:25 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/1950] 10.0.0.78 () {32 vars in 689 bytes} [Fri Apr 3 03:56:25 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1951] 10.0.0.78 () {32 vars in 701 bytes} [Fri Apr 3 03:56:25 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/1952] 10.0.0.78 () {32 vars in 731 bytes} [Fri Apr 3 03:56:25 2026] DELETE /v2.0/subnetpools/72ead6ab-cd5c-4e49-84a2-f4172161790c => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1953] 10.0.0.78 () {32 vars in 731 bytes} [Fri Apr 3 03:56:25 2026] DELETE /v2.0/subnetpools/39d845d5-255b-4cdb-8543-99b438d9ca8a => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/1954] 10.0.0.78 () {32 vars in 731 bytes} [Fri Apr 3 03:56:25 2026] DELETE /v2.0/subnetpools/0030e0ff-97cb-4123-b4e6-585107a95dee => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1955] 10.0.0.78 () {32 vars in 731 bytes} [Fri Apr 3 03:56:25 2026] DELETE /v2.0/subnetpools/c99f418e-4cde-48f6-a351-244ed27278fd => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/1956] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:56:25 2026] GET /v2.0/ports?device_id=bf10fb39-f77f-4f60-b400-ebc596bb60e6 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1957] 10.0.0.78 () {32 vars in 731 bytes} [Fri Apr 3 03:56:25 2026] DELETE /v2.0/subnetpools/06019fbf-c57f-407d-83e4-8fd3a654c9f8 => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/1958] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:56:25 2026] GET /v2.0/security-groups?id=eba996e6-bf24-4e83-9d2d-65b6681e5a9b&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1959] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:56:26 2026] GET /v2.0/ports?device_id=cde601f0-3365-4f98-87be-6b49e8f6d09e => 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: 1022/1960] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:56:26 2026] GET /v2.0/ports?device_id=cde601f0-3365-4f98-87be-6b49e8f6d09e => 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: 939/1961] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:56:26 2026] GET /v2.0/security-groups?tenant_id=ab97cfbc4a564e1e976afc90c7e743c9&name=default => generated 2925 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1962] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:56:26 2026] GET /v2.0/ports?device_id=bf10fb39-f77f-4f60-b400-ebc596bb60e6 => generated 969 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/1963] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:56:26 2026] DELETE /v2.0/security-groups/30fb2f8a-975a-49ce-b089-c8da422e4b6c => 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: 941/1964] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:56:26 2026] GET /v2.0/security-groups?id=eba996e6-bf24-4e83-9d2d-65b6681e5a9b&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/1965] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:56:26 2026] GET /v2.0/security-groups?tenant_id=e50ced5f24db44f9bc2ffa026f7cfc88&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1966] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:56:27 2026] DELETE /v2.0/security-groups/f630ac62-9fb6-43d5-a3e4-3a8ad9e5295a => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/1967] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:56:27 2026] GET /v2.0/security-groups?tenant_id=a9da0f3898da4dbfb710908bc4741b92&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/1968] 199.204.45.30 () {34 vars in 985 bytes} [Fri Apr 3 03:56:27 2026] GET /v2.0/networks?id=cb738926-1880-4b2f-99f8-5f8f2a06f59c => generated 735 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1969] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:56:27 2026] DELETE /v2.0/security-groups/d298bba6-f9e8-4f9f-b30e-47c54909b904 => 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: 1027/1970] 199.204.45.30 () {34 vars in 1049 bytes} [Fri Apr 3 03:56:27 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7dfcef0d5ba54800b9d97a47125a8d51 => generated 343 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1971] 199.204.45.30 () {38 vars in 954 bytes} [Fri Apr 3 03:56:27 2026] POST /v2.0/ports => generated 1082 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 945/1972] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:56:27 2026] GET /v2.0/ports?device_id=bf10fb39-f77f-4f60-b400-ebc596bb60e6 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1973] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:56:27 2026] GET /v2.0/security-groups?id=eba996e6-bf24-4e83-9d2d-65b6681e5a9b&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/1974] 199.204.45.30 () {38 vars in 1027 bytes} [Fri Apr 3 03:56:27 2026] PUT /v2.0/ports/30531db4-9507-4ea6-877e-a8886d64e346 => generated 1243 bytes in 410 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 03:56:28.449 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-14ce4570-7dd4-4d5d-9457-7c8db095f5e1'] response: {'name': 'network-changed', 'server_uuid': 'cde601f0-3365-4f98-87be-6b49e8f6d09e', 'tag': '30531db4-9507-4ea6-877e-a8886d64e346', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 947/1975] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:56:28 2026] GET /v2.0/ports?tenant_id=7dfcef0d5ba54800b9d97a47125a8d51&device_id=cde601f0-3365-4f98-87be-6b49e8f6d09e => generated 1246 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 1029/1976] 199.204.45.30 () {34 vars in 1017 bytes} [Fri Apr 3 03:56:29 2026] GET /v2.0/networks?tenant_id=7dfcef0d5ba54800b9d97a47125a8d51&shared=False => generated 735 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1977] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:56:29 2026] GET /v2.0/ports?device_id=bf10fb39-f77f-4f60-b400-ebc596bb60e6 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/1978] 199.204.45.30 () {34 vars in 929 bytes} [Fri Apr 3 03:56:29 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/1979] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:56:29 2026] GET /v2.0/security-groups?id=eba996e6-bf24-4e83-9d2d-65b6681e5a9b&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1980] 10.0.0.78 () {32 vars in 825 bytes} [Fri Apr 3 03:56:29 2026] GET /v2.0/ports?project_id=58bcd6e5f118416b9d0a36f979686751&network_id=02d6c2fa-b97e-4217-affd-a9e28be48590 => generated 3691 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/1981] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:56:29 2026] GET /v2.0/ports?device_id=cde601f0-3365-4f98-87be-6b49e8f6d09e => generated 1246 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1982] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:56:29 2026] GET /v2.0/security-groups?id=6480aeb7-af1f-4eb7-857b-37ad24e06298&fields=id&fields=name => generated 96 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/1983] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:56:29 2026] GET /v2.0/ports?device_id=cde601f0-3365-4f98-87be-6b49e8f6d09e => generated 1246 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1984] 10.0.0.78 () {32 vars in 741 bytes} [Fri Apr 3 03:56:29 2026] GET /v2.0/subnets?network_id=e62df3b8-c183-49b9-a550-2cefa7b10ca7 => generated 667 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:56:29.738 7 INFO neutron.db.l3_db [None req-49d3077b-e482-4b20-b373-6ae771289bc9 8ca7c09a9357440697511082a3bd6144 58bcd6e5f118416b9d0a36f979686751 - - default default] Floating IP 41575342-7106-497c-809e-43e91d271cf5 disassociated. External IP: 10.96.250.215, port: ab076afa-dfeb-4673-953c-88d3b658df8e. [pid: 7|app: 0|req: 1034/1985] 10.0.0.78 () {34 vars in 748 bytes} [Fri Apr 3 03:56:29 2026] PUT /v2.0/floatingips/41575342-7106-497c-809e-43e91d271cf5 => generated 554 bytes in 436 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1986] 10.0.0.78 () {32 vars in 728 bytes} [Fri Apr 3 03:56:30 2026] GET /v2.0/floatingips/41575342-7106-497c-809e-43e91d271cf5 => generated 554 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/1987] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:56:30 2026] GET /v2.0/ports?tenant_id=7dfcef0d5ba54800b9d97a47125a8d51&device_id=cde601f0-3365-4f98-87be-6b49e8f6d09e => generated 1246 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1988] 199.204.45.30 () {34 vars in 1061 bytes} [Fri Apr 3 03:56:30 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.178&port_id=30531db4-9507-4ea6-877e-a8886d64e346 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/1989] 199.204.45.30 () {34 vars in 983 bytes} [Fri Apr 3 03:56:30 2026] GET /v2.0/subnets?id=bc5b5601-434a-4258-83cc-61e1eb5f34f8 => 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: 954/1990] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:56:30 2026] GET /v2.0/ports?device_id=bf10fb39-f77f-4f60-b400-ebc596bb60e6 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/1991] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:56:30 2026] GET /v2.0/ports?network_id=cb738926-1880-4b2f-99f8-5f8f2a06f59c&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1992] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:56:30 2026] GET /v2.0/security-groups?id=eba996e6-bf24-4e83-9d2d-65b6681e5a9b&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/1993] 199.204.45.30 () {34 vars in 1011 bytes} [Fri Apr 3 03:56:30 2026] GET /v2.0/networks/cb738926-1880-4b2f-99f8-5f8f2a06f59c?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1994] 199.204.45.30 () {34 vars in 1111 bytes} [Fri Apr 3 03:56:30 2026] GET /v2.0/networks/cb738926-1880-4b2f-99f8-5f8f2a06f59c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:56:30.492 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7622bb5f-a98b-4a6f-baba-b33bb017f43f'] response: {'name': 'network-changed', 'server_uuid': 'ab9ebd65-fa27-47f3-b418-614d25893436', 'tag': 'ab076afa-dfeb-4673-953c-88d3b658df8e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1039/1995] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:56:31 2026] GET /v2.0/ports?tenant_id=58bcd6e5f118416b9d0a36f979686751&device_id=ab9ebd65-fa27-47f3-b418-614d25893436 => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1996] 199.204.45.30 () {34 vars in 985 bytes} [Fri Apr 3 03:56:31 2026] GET /v2.0/networks?id=02d6c2fa-b97e-4217-affd-a9e28be48590 => generated 756 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/1997] 10.0.0.78 () {32 vars in 728 bytes} [Fri Apr 3 03:56:31 2026] GET /v2.0/floatingips/41575342-7106-497c-809e-43e91d271cf5 => generated 554 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1998] 199.204.45.30 () {34 vars in 1057 bytes} [Fri Apr 3 03:56:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=ab076afa-dfeb-4673-953c-88d3b658df8e => 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: 1041/1999] 199.204.45.30 () {34 vars in 983 bytes} [Fri Apr 3 03:56:31 2026] GET /v2.0/subnets?id=1341417d-c86b-4fd8-ad38-0814cd85d4f9 => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/2000] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:56:31 2026] GET /v2.0/ports?network_id=02d6c2fa-b97e-4217-affd-a9e28be48590&device_owner=network%3Adhcp => generated 1244 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2001] 199.204.45.30 () {34 vars in 1011 bytes} [Fri Apr 3 03:56:31 2026] GET /v2.0/networks/02d6c2fa-b97e-4217-affd-a9e28be48590?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/2002] 199.204.45.30 () {34 vars in 1111 bytes} [Fri Apr 3 03:56:31 2026] GET /v2.0/networks/02d6c2fa-b97e-4217-affd-a9e28be48590?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2003] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:56:31 2026] GET /v2.0/ports?device_id=bf10fb39-f77f-4f60-b400-ebc596bb60e6 => generated 971 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2004] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:56:31 2026] GET /v2.0/security-groups?id=eba996e6-bf24-4e83-9d2d-65b6681e5a9b&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:56:31.986 8 INFO neutron.db.segments_db [None req-751d3506-9e23-4615-9e0b-373527037364 e0630e005d304ed69f93656f6fc81c19 782b08a84abc4bce8b9a1858f311446c - - default default] Added segment 42077d17-a4c7-4d9c-beb8-9c519cb0a5c8 of type vxlan for network 8e181ccc-7183-4ecd-a5e0-ba940250f084 [pid: 8|app: 0|req: 961/2005] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 03:56:31 2026] POST /v2.0/networks => generated 611 bytes in 411 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/2006] 10.0.0.78 () {32 vars in 728 bytes} [Fri Apr 3 03:56:32 2026] GET /v2.0/floatingips/41575342-7106-497c-809e-43e91d271cf5 => generated 552 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/2007] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:56:32 2026] GET /v2.0/ports?device_id=cde601f0-3365-4f98-87be-6b49e8f6d09e => generated 1246 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/2008] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:56:32 2026] GET /v2.0/security-groups?id=6480aeb7-af1f-4eb7-857b-37ad24e06298&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: 8|app: 0|req: 965/2009] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:56:32 2026] GET /v2.0/ports?device_id=cde601f0-3365-4f98-87be-6b49e8f6d09e => generated 1246 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2010] 10.0.0.78 () {34 vars in 663 bytes} [Fri Apr 3 03:56:32 2026] POST /v2.0/ports => generated 743 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/2011] 10.0.0.78 () {34 vars in 665 bytes} [Fri Apr 3 03:56:32 2026] POST /v2.0/trunks => generated 407 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-03 03:56:32.734 7 INFO neutron.db.segments_db [None req-dbb2ac57-0273-40a2-8c2f-54b74b40db0f e0630e005d304ed69f93656f6fc81c19 782b08a84abc4bce8b9a1858f311446c - - default default] Added segment 7a9d2de1-23b0-42b0-9bbe-4ba40d340837 of type vxlan for network 0bdad89a-6053-4ed9-82d8-3f92c5179078 [pid: 7|app: 0|req: 1046/2012] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 03:56:32 2026] POST /v2.0/networks => generated 613 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2013] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:56:32 2026] GET /v2.0/ports?device_id=bf10fb39-f77f-4f60-b400-ebc596bb60e6 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2014] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:56:32 2026] GET /v2.0/security-groups?id=eba996e6-bf24-4e83-9d2d-65b6681e5a9b&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/2015] 10.0.0.78 () {34 vars in 663 bytes} [Fri Apr 3 03:56:32 2026] POST /v2.0/ports => generated 743 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 968/2016] 10.0.0.78 () {34 vars in 684 bytes} [Fri Apr 3 03:56:33 2026] POST /v2.0/security-groups => generated 1673 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2017] 10.0.0.78 () {34 vars in 665 bytes} [Fri Apr 3 03:56:33 2026] POST /v2.0/trunks => generated 407 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:56:33.416 7 INFO neutron.db.segments_db [None req-ede39164-616d-4655-b1e7-6f6e13b67dee e0630e005d304ed69f93656f6fc81c19 782b08a84abc4bce8b9a1858f311446c - - default default] Added segment 969b6f9a-45a2-4298-a5be-209f8138ac36 of type vxlan for network 784afd89-5eb1-45ce-b8ff-adfd509a5ce1 [pid: 8|app: 0|req: 969/2018] 10.0.0.78 () {34 vars in 694 bytes} [Fri Apr 3 03:56:33 2026] POST /v2.0/security-group-rules => generated 597 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2019] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 03:56:33 2026] POST /v2.0/networks => generated 612 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/2020] 10.0.0.78 () {34 vars in 694 bytes} [Fri Apr 3 03:56:33 2026] POST /v2.0/security-group-rules => generated 596 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/2021] 10.0.0.78 () {34 vars in 694 bytes} [Fri Apr 3 03:56:33 2026] POST /v2.0/security-group-rules => generated 602 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2022] 10.0.0.78 () {34 vars in 663 bytes} [Fri Apr 3 03:56:33 2026] POST /v2.0/ports => generated 743 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 972/2023] 10.0.0.78 () {34 vars in 694 bytes} [Fri Apr 3 03:56:33 2026] POST /v2.0/security-group-rules => generated 601 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:56:33.817 8 INFO neutron.db.securitygroups_db [None req-e4884231-d755-44b7-b837-e277a9a68946 8ca7c09a9357440697511082a3bd6144 58bcd6e5f118416b9d0a36f979686751 - - default default] Project 58bcd6e5f118416b9d0a36f979686751 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: 973/2024] 10.0.0.78 () {34 vars in 694 bytes} [Fri Apr 3 03:56:33 2026] POST /v2.0/security-group-rules => generated 607 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:56:33.917 8 INFO neutron.db.securitygroups_db [None req-f4922969-f3e1-451e-94f2-ee5def75aca1 8ca7c09a9357440697511082a3bd6144 58bcd6e5f118416b9d0a36f979686751 - - default default] Project 58bcd6e5f118416b9d0a36f979686751 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: 1052/2025] 10.0.0.78 () {34 vars in 665 bytes} [Fri Apr 3 03:56:33 2026] POST /v2.0/trunks => generated 407 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:56:33.983 7 INFO neutron.db.segments_db [None req-4a57c620-5909-420e-9a99-9881365e6d2f e0630e005d304ed69f93656f6fc81c19 782b08a84abc4bce8b9a1858f311446c - - default default] Added segment 261253ae-ee3e-45d5-a865-2b00b2de6312 of type vxlan for network a40e4dfc-5c03-408d-ac89-0945f6da9a0f [pid: 8|app: 0|req: 974/2026] 10.0.0.78 () {34 vars in 694 bytes} [Fri Apr 3 03:56:33 2026] POST /v2.0/security-group-rules => generated 606 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2027] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 03:56:33 2026] POST /v2.0/networks => generated 613 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2028] 199.204.45.30 () {34 vars in 993 bytes} [Fri Apr 3 03:56:34 2026] GET /v2.0/ports?device_id=bf10fb39-f77f-4f60-b400-ebc596bb60e6 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:56:34.264 7 INFO neutron_taas.services.taas.taas_plugin [req-d1e81f20-c018-4f7b-85b8-709a5ae84d01 req-d3323066-01d8-429a-acee-cf230bb7a308 01eae45a46b84080a6456b014b82cc76 87e5df1d581c43d2ae073f43c9ae2225 - - default default] TaaS: Handle Delete Port: 2fe73b1a-7700-4bef-9e43-96fd4d91d38b 2026-04-03 03:56:34.267 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d1e81f20-c018-4f7b-85b8-709a5ae84d01 req-d3323066-01d8-429a-acee-cf230bb7a308 01eae45a46b84080a6456b014b82cc76 87e5df1d581c43d2ae073f43c9ae2225 - - default default] Tap Mirror: Handle Delete Port: 2fe73b1a-7700-4bef-9e43-96fd4d91d38b [pid: 7|app: 0|req: 1055/2029] 199.204.45.30 () {36 vars in 996 bytes} [Fri Apr 3 03:56:34 2026] DELETE /v2.0/ports/2fe73b1a-7700-4bef-9e43-96fd4d91d38b => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2030] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:56:34 2026] GET /v2.0/ports?device_id=bf10fb39-f77f-4f60-b400-ebc596bb60e6 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:56:34.449 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7a995a9c-3607-4175-839c-ac258da3f21a'] response: {'server_uuid': 'bf10fb39-f77f-4f60-b400-ebc596bb60e6', 'name': 'network-vif-deleted', 'tag': '2fe73b1a-7700-4bef-9e43-96fd4d91d38b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1057/2031] 10.0.0.78 () {32 vars in 648 bytes} [Fri Apr 3 03:56:34 2026] GET /v2.0/networks => generated 1297 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2032] 199.204.45.30 () {34 vars in 993 bytes} [Fri Apr 3 03:56:34 2026] GET /v2.0/ports?device_id=cde601f0-3365-4f98-87be-6b49e8f6d09e => generated 1248 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2033] 199.204.45.30 () {34 vars in 1043 bytes} [Fri Apr 3 03:56:34 2026] GET /v2.0/security-groups?id=6480aeb7-af1f-4eb7-857b-37ad24e06298&fields=id&fields=name => generated 96 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2034] 10.0.0.71 () {34 vars in 1097 bytes} [Fri Apr 3 03:56:34 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-193960917&fields=id&tenant_id=58bcd6e5f118416b9d0a36f979686751 => 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: 1061/2035] 10.0.0.71 () {34 vars in 981 bytes} [Fri Apr 3 03:56:34 2026] GET /v2.0/networks?id=02d6c2fa-b97e-4217-affd-a9e28be48590 => generated 660 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2036] 10.0.0.71 () {34 vars in 964 bytes} [Fri Apr 3 03:56:34 2026] GET /v2.0/quotas/58bcd6e5f118416b9d0a36f979686751 => 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: 975/2037] 10.0.0.78 () {34 vars in 663 bytes} [Fri Apr 3 03:56:34 2026] POST /v2.0/ports => generated 743 bytes in 765 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 1063/2038] 10.0.0.71 () {34 vars in 1001 bytes} [Fri Apr 3 03:56:34 2026] GET /v2.0/ports?tenant_id=58bcd6e5f118416b9d0a36f979686751&fields=id => generated 149 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2039] 10.0.0.71 () {34 vars in 1007 bytes} [Fri Apr 3 03:56:34 2026] GET /v2.0/networks/02d6c2fa-b97e-4217-affd-a9e28be48590?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2040] 10.0.0.71 () {34 vars in 1107 bytes} [Fri Apr 3 03:56:34 2026] GET /v2.0/networks/02d6c2fa-b97e-4217-affd-a9e28be48590?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/2041] 10.0.0.78 () {34 vars in 665 bytes} [Fri Apr 3 03:56:34 2026] POST /v2.0/trunks => generated 407 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:56:35.069 7 INFO neutron.db.segments_db [None req-a616d361-8cbe-4ad2-9a2a-296032c1f93d e0630e005d304ed69f93656f6fc81c19 782b08a84abc4bce8b9a1858f311446c - - default default] Added segment 48ecdbf0-c81a-4e8a-a96a-68b5b078721a of type vxlan for network b3dd2abf-5631-48b8-969b-43628e2f11d2 [pid: 8|app: 0|req: 977/2042] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:56:35 2026] GET /v2.0/ports?device_id=09dac6c5-a5ea-4646-9036-89335989df53 => 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: 1066/2043] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 03:56:35 2026] POST /v2.0/networks => generated 613 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2044] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:56:35 2026] GET /v2.0/ports?device_id=cde601f0-3365-4f98-87be-6b49e8f6d09e => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2045] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:56:35 2026] GET /v2.0/security-groups?id=6480aeb7-af1f-4eb7-857b-37ad24e06298&fields=id&fields=name => generated 96 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2046] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:56:35 2026] GET /v2.0/ports?device_id=cde601f0-3365-4f98-87be-6b49e8f6d09e => generated 1248 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/2047] 10.0.0.78 () {34 vars in 663 bytes} [Fri Apr 3 03:56:35 2026] POST /v2.0/ports => generated 743 bytes in 373 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 1070/2048] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:56:35 2026] GET /v2.0/ports?device_id=bf10fb39-f77f-4f60-b400-ebc596bb60e6 => 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: 979/2049] 10.0.0.78 () {34 vars in 665 bytes} [Fri Apr 3 03:56:35 2026] POST /v2.0/trunks => generated 407 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2050] 10.0.0.78 () {34 vars in 748 bytes} [Fri Apr 3 03:56:35 2026] PUT /v2.0/trunks/e51427ab-f534-4076-8510-ec49d01cf89d/tags => generated 17 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/2051] 10.0.0.78 () {34 vars in 748 bytes} [Fri Apr 3 03:56:35 2026] PUT /v2.0/trunks/63285a2f-dd94-4495-b2fc-512d73241bd4/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2052] 10.0.0.78 () {34 vars in 748 bytes} [Fri Apr 3 03:56:35 2026] PUT /v2.0/trunks/e7606c6a-5887-4b79-83a4-c059fec80307/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/2053] 10.0.0.78 () {34 vars in 748 bytes} [Fri Apr 3 03:56:35 2026] PUT /v2.0/trunks/0fb4461d-b006-4695-8365-0cef1520d955/tags => 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: 1073/2054] 10.0.0.78 () {32 vars in 661 bytes} [Fri Apr 3 03:56:35 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/2055] 10.0.0.78 () {32 vars in 675 bytes} [Fri Apr 3 03:56:35 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2056] 10.0.0.78 () {32 vars in 671 bytes} [Fri Apr 3 03:56:35 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/2057] 10.0.0.78 () {32 vars in 683 bytes} [Fri Apr 3 03:56:36 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2058] 10.0.0.78 () {32 vars in 669 bytes} [Fri Apr 3 03:56:36 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/2059] 10.0.0.78 () {32 vars in 683 bytes} [Fri Apr 3 03:56:36 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2060] 10.0.0.78 () {32 vars in 679 bytes} [Fri Apr 3 03:56:36 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/2061] 10.0.0.78 () {32 vars in 691 bytes} [Fri Apr 3 03:56:36 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2062] 10.0.0.78 () {32 vars in 718 bytes} [Fri Apr 3 03:56:36 2026] GET /v2.0/trunks/e51427ab-f534-4076-8510-ec49d01cf89d => generated 412 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2063] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:56:36 2026] GET /v2.0/ports?device_id=09dac6c5-a5ea-4646-9036-89335989df53 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/2064] 10.0.0.78 () {32 vars in 716 bytes} [Fri Apr 3 03:56:36 2026] GET /v2.0/ports/4807f673-59b0-4e99-b456-756671c33707 => generated 826 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2065] 10.0.0.78 () {32 vars in 721 bytes} [Fri Apr 3 03:56:36 2026] DELETE /v2.0/trunks/e51427ab-f534-4076-8510-ec49d01cf89d => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/2066] 10.0.0.78 () {32 vars in 718 bytes} [Fri Apr 3 03:56:36 2026] GET /v2.0/trunks/63285a2f-dd94-4495-b2fc-512d73241bd4 => generated 420 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2067] 10.0.0.78 () {32 vars in 716 bytes} [Fri Apr 3 03:56:36 2026] GET /v2.0/ports/41768425-335d-420c-a585-8b80e42a642b => generated 826 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/2068] 10.0.0.78 () {32 vars in 721 bytes} [Fri Apr 3 03:56:36 2026] DELETE /v2.0/trunks/63285a2f-dd94-4495-b2fc-512d73241bd4 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2069] 10.0.0.78 () {32 vars in 718 bytes} [Fri Apr 3 03:56:36 2026] GET /v2.0/trunks/e7606c6a-5887-4b79-83a4-c059fec80307 => generated 429 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2070] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:56:36 2026] GET /v2.0/ports?device_id=bf10fb39-f77f-4f60-b400-ebc596bb60e6 => 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: 989/2071] 10.0.0.78 () {32 vars in 716 bytes} [Fri Apr 3 03:56:36 2026] GET /v2.0/ports/83a8ca13-343a-4aa6-9cd1-932c5483cec5 => generated 826 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2072] 10.0.0.78 () {32 vars in 721 bytes} [Fri Apr 3 03:56:36 2026] DELETE /v2.0/trunks/e7606c6a-5887-4b79-83a4-c059fec80307 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/2073] 10.0.0.78 () {32 vars in 718 bytes} [Fri Apr 3 03:56:36 2026] GET /v2.0/trunks/0fb4461d-b006-4695-8365-0cef1520d955 => generated 414 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2074] 10.0.0.78 () {32 vars in 716 bytes} [Fri Apr 3 03:56:36 2026] GET /v2.0/ports/b7127ef1-617e-4771-8e0c-c6fab58731e2 => generated 826 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/2075] 10.0.0.78 () {32 vars in 721 bytes} [Fri Apr 3 03:56:36 2026] DELETE /v2.0/trunks/0fb4461d-b006-4695-8365-0cef1520d955 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2076] 10.0.0.78 () {32 vars in 718 bytes} [Fri Apr 3 03:56:36 2026] GET /v2.0/trunks/ab72596c-aae8-4696-a138-e45d60f5e835 => generated 407 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2077] 10.0.0.78 () {32 vars in 716 bytes} [Fri Apr 3 03:56:36 2026] GET /v2.0/ports/b6241ed4-2cb7-4870-ae64-49373072875f => generated 826 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2078] 10.0.0.78 () {32 vars in 721 bytes} [Fri Apr 3 03:56:37 2026] DELETE /v2.0/trunks/ab72596c-aae8-4696-a138-e45d60f5e835 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 03:56:37.187 8 INFO neutron_taas.services.taas.taas_plugin [None req-3d38e5c9-4fbd-419f-be13-8856e4e32e7f e0630e005d304ed69f93656f6fc81c19 782b08a84abc4bce8b9a1858f311446c - - default default] TaaS: Handle Delete Port: 4807f673-59b0-4e99-b456-756671c33707 2026-04-03 03:56:37.190 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d38e5c9-4fbd-419f-be13-8856e4e32e7f e0630e005d304ed69f93656f6fc81c19 782b08a84abc4bce8b9a1858f311446c - - default default] Tap Mirror: Handle Delete Port: 4807f673-59b0-4e99-b456-756671c33707 [pid: 8|app: 0|req: 993/2079] 10.0.0.78 () {32 vars in 719 bytes} [Fri Apr 3 03:56:37 2026] DELETE /v2.0/ports/4807f673-59b0-4e99-b456-756671c33707 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/2080] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:56:37 2026] GET /v2.0/ports?device_id=09dac6c5-a5ea-4646-9036-89335989df53 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:56:37.358 7 INFO neutron_taas.services.taas.taas_plugin [None req-189c4ef8-58f9-40b2-8b1d-7b3e202031b7 e0630e005d304ed69f93656f6fc81c19 782b08a84abc4bce8b9a1858f311446c - - default default] TaaS: Handle Delete Port: 41768425-335d-420c-a585-8b80e42a642b 2026-04-03 03:56:37.361 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-189c4ef8-58f9-40b2-8b1d-7b3e202031b7 e0630e005d304ed69f93656f6fc81c19 782b08a84abc4bce8b9a1858f311446c - - default default] Tap Mirror: Handle Delete Port: 41768425-335d-420c-a585-8b80e42a642b [pid: 7|app: 0|req: 1087/2081] 10.0.0.78 () {32 vars in 719 bytes} [Fri Apr 3 03:56:37 2026] DELETE /v2.0/ports/41768425-335d-420c-a585-8b80e42a642b => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:56:37.553 8 INFO neutron_taas.services.taas.taas_plugin [None req-17c0b6ab-ffeb-4467-b022-9ee44cf8482d e0630e005d304ed69f93656f6fc81c19 782b08a84abc4bce8b9a1858f311446c - - default default] TaaS: Handle Delete Port: 83a8ca13-343a-4aa6-9cd1-932c5483cec5 2026-04-03 03:56:37.557 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-17c0b6ab-ffeb-4467-b022-9ee44cf8482d e0630e005d304ed69f93656f6fc81c19 782b08a84abc4bce8b9a1858f311446c - - default default] Tap Mirror: Handle Delete Port: 83a8ca13-343a-4aa6-9cd1-932c5483cec5 [pid: 8|app: 0|req: 995/2084] 10.0.0.78 () {32 vars in 719 bytes} [Fri Apr 3 03:56:37 2026] DELETE /v2.0/ports/83a8ca13-343a-4aa6-9cd1-932c5483cec5 => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:56:37.754 7 INFO neutron_taas.services.taas.taas_plugin [None req-e5be0a86-57e0-4bf2-886d-ed100d2433d9 e0630e005d304ed69f93656f6fc81c19 782b08a84abc4bce8b9a1858f311446c - - default default] TaaS: Handle Delete Port: b7127ef1-617e-4771-8e0c-c6fab58731e2 2026-04-03 03:56:37.757 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e5be0a86-57e0-4bf2-886d-ed100d2433d9 e0630e005d304ed69f93656f6fc81c19 782b08a84abc4bce8b9a1858f311446c - - default default] Tap Mirror: Handle Delete Port: b7127ef1-617e-4771-8e0c-c6fab58731e2 [pid: 7|app: 0|req: 1090/2085] 10.0.0.78 () {32 vars in 719 bytes} [Fri Apr 3 03:56:37 2026] DELETE /v2.0/ports/b7127ef1-617e-4771-8e0c-c6fab58731e2 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:56:37.933 8 INFO neutron_taas.services.taas.taas_plugin [None req-ab5689da-48bf-4de7-8fa9-0f28ff11cd5f e0630e005d304ed69f93656f6fc81c19 782b08a84abc4bce8b9a1858f311446c - - default default] TaaS: Handle Delete Port: b6241ed4-2cb7-4870-ae64-49373072875f 2026-04-03 03:56:37.936 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab5689da-48bf-4de7-8fa9-0f28ff11cd5f e0630e005d304ed69f93656f6fc81c19 782b08a84abc4bce8b9a1858f311446c - - default default] Tap Mirror: Handle Delete Port: b6241ed4-2cb7-4870-ae64-49373072875f [pid: 8|app: 0|req: 996/2086] 10.0.0.78 () {32 vars in 719 bytes} [Fri Apr 3 03:56:37 2026] DELETE /v2.0/ports/b6241ed4-2cb7-4870-ae64-49373072875f => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2087] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:56:38 2026] GET /v2.0/ports?device_id=cde601f0-3365-4f98-87be-6b49e8f6d09e => generated 1248 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2088] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:56:38 2026] GET /v2.0/security-groups?id=6480aeb7-af1f-4eb7-857b-37ad24e06298&fields=id&fields=name => generated 96 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:56:38.288 8 INFO neutron.services.segments.plugin [-] Segment 42077d17-a4c7-4d9c-beb8-9c519cb0a5c8 resource provider aggregate not found 2026-04-03 03:56:38.296 8 INFO neutron.services.segments.plugin [-] Segment 42077d17-a4c7-4d9c-beb8-9c519cb0a5c8 resource provider aggregate not found 2026-04-03 03:56:38.312 8 INFO neutron.services.segments.plugin [-] Segment 42077d17-a4c7-4d9c-beb8-9c519cb0a5c8 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 42077d17-a4c7-4d9c-beb8-9c519cb0a5c8 found for delete ", "request_id": "req-67005f8c-cb01-4630-9c37-a988b4375592"}]} 2026-04-03 03:56:38.314 8 INFO neutron.services.segments.plugin [-] Segment 42077d17-a4c7-4d9c-beb8-9c519cb0a5c8 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 42077d17-a4c7-4d9c-beb8-9c519cb0a5c8 found for delete ", "request_id": "req-4321351b-2260-4017-af6f-76adab0222ac"}]} [pid: 8|app: 0|req: 997/2089] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:56:38 2026] DELETE /v2.0/networks/8e181ccc-7183-4ecd-a5e0-ba940250f084 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2090] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:56:38 2026] GET /v2.0/ports?device_id=cde601f0-3365-4f98-87be-6b49e8f6d09e => generated 1248 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2091] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:56:38 2026] GET /v2.0/ports?device_id=09dac6c5-a5ea-4646-9036-89335989df53 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2092] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:56:38 2026] DELETE /v2.0/networks/0bdad89a-6053-4ed9-82d8-3f92c5179078 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:56:38.569 7 INFO neutron.services.segments.plugin [-] Segment 969b6f9a-45a2-4298-a5be-209f8138ac36 resource provider aggregate not found 2026-04-03 03:56:38.574 7 INFO neutron.services.segments.plugin [-] Segment 969b6f9a-45a2-4298-a5be-209f8138ac36 resource provider aggregate not found 2026-04-03 03:56:38.589 7 INFO neutron.services.segments.plugin [-] Segment 969b6f9a-45a2-4298-a5be-209f8138ac36 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 969b6f9a-45a2-4298-a5be-209f8138ac36 found for delete ", "request_id": "req-700c9655-eca1-4938-a425-ff9ea85a5eca"}]} 2026-04-03 03:56:38.591 7 INFO neutron.services.segments.plugin [-] Segment 969b6f9a-45a2-4298-a5be-209f8138ac36 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 969b6f9a-45a2-4298-a5be-209f8138ac36 found for delete ", "request_id": "req-62d690ad-e03a-47a7-bf79-56e88ef1d6b3"}]} [pid: 7|app: 0|req: 1095/2093] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:56:38 2026] DELETE /v2.0/networks/784afd89-5eb1-45ce-b8ff-adfd509a5ce1 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/2094] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:56:38 2026] DELETE /v2.0/networks/a40e4dfc-5c03-408d-ac89-0945f6da9a0f => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2095] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:56:38 2026] DELETE /v2.0/networks/b3dd2abf-5631-48b8-969b-43628e2f11d2 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:56:39.324 8 INFO neutron_taas.services.taas.taas_plugin [None req-f35a2e2c-3f8c-4655-9e4c-014ebfad3a59 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] TaaS: Handle Delete Port: 0e4fc41e-8346-4536-9cde-4a9deb61e973 2026-04-03 03:56:39.326 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f35a2e2c-3f8c-4655-9e4c-014ebfad3a59 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Tap Mirror: Handle Delete Port: 0e4fc41e-8346-4536-9cde-4a9deb61e973 [pid: 7|app: 0|req: 1097/2096] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:56:39 2026] GET /v2.0/ports?device_id=09dac6c5-a5ea-4646-9036-89335989df53 => 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: 1000/2097] 10.0.0.78 () {34 vars in 788 bytes} [Fri Apr 3 03:56:38 2026] PUT /v2.0/routers/c5c55181-3358-4b97-aad5-d89953344bf2/remove_router_interface => generated 309 bytes in 961 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2098] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:56:39 2026] GET /v2.0/security-groups?tenant_id=782b08a84abc4bce8b9a1858f311446c&name=default => generated 2925 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/2099] 199.204.45.30 () {34 vars in 985 bytes} [Fri Apr 3 03:56:39 2026] GET /v2.0/networks?id=02d6c2fa-b97e-4217-affd-a9e28be48590 => generated 660 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/2100] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:56:39 2026] DELETE /v2.0/security-groups/8229cfb8-4cf8-416a-b86d-52b6adf7681f => 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: 1003/2101] 199.204.45.30 () {34 vars in 1049 bytes} [Fri Apr 3 03:56:40 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=58bcd6e5f118416b9d0a36f979686751 => generated 272 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:56:40.120 7 INFO neutron_taas.services.taas.taas_plugin [None req-506e2ead-c34c-4a2c-8462-4a4f5efc3f29 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] TaaS: Handle Delete Port: f3612798-fb95-4f17-a588-57666b1bbec8 2026-04-03 03:56:40.122 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-506e2ead-c34c-4a2c-8462-4a4f5efc3f29 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Tap Mirror: Handle Delete Port: f3612798-fb95-4f17-a588-57666b1bbec8 2026-04-03 03:56:40.340 8 INFO neutron.services.segments.plugin [-] Segment 7a9d2de1-23b0-42b0-9bbe-4ba40d340837 resource provider aggregate not found 2026-04-03 03:56:40.350 8 INFO neutron.services.segments.plugin [-] Segment 7a9d2de1-23b0-42b0-9bbe-4ba40d340837 resource provider aggregate not found 2026-04-03 03:56:40.368 8 INFO neutron.services.segments.plugin [-] Segment 7a9d2de1-23b0-42b0-9bbe-4ba40d340837 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 7a9d2de1-23b0-42b0-9bbe-4ba40d340837 found for delete ", "request_id": "req-828d1794-f99d-49f4-8c71-0fb0c8b9b59b"}]} 2026-04-03 03:56:40.375 8 INFO neutron.services.segments.plugin [-] Segment 7a9d2de1-23b0-42b0-9bbe-4ba40d340837 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 7a9d2de1-23b0-42b0-9bbe-4ba40d340837 found for delete ", "request_id": "req-36451fda-0710-4c15-b94f-2545279f17ea"}]} 2026-04-03 03:56:40.383 7 INFO neutron_taas.services.taas.taas_plugin [None req-506e2ead-c34c-4a2c-8462-4a4f5efc3f29 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] TaaS: Handle Delete Port: 02d4dc5c-a8c4-47a3-a268-19215d7e72a7 2026-04-03 03:56:40.386 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-506e2ead-c34c-4a2c-8462-4a4f5efc3f29 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Tap Mirror: Handle Delete Port: 02d4dc5c-a8c4-47a3-a268-19215d7e72a7 2026-04-03 03:56:40.396 8 INFO neutron.services.segments.plugin [-] Segment 261253ae-ee3e-45d5-a865-2b00b2de6312 resource provider aggregate not found 2026-04-03 03:56:40.407 8 INFO neutron.services.segments.plugin [-] Segment 261253ae-ee3e-45d5-a865-2b00b2de6312 resource provider aggregate not found 2026-04-03 03:56:40.432 8 INFO neutron.services.segments.plugin [-] Segment 261253ae-ee3e-45d5-a865-2b00b2de6312 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 261253ae-ee3e-45d5-a865-2b00b2de6312 found for delete ", "request_id": "req-3fa4cb75-2442-46a4-af3b-732355e32423"}]} 2026-04-03 03:56:40.433 8 INFO neutron.services.segments.plugin [-] Segment 261253ae-ee3e-45d5-a865-2b00b2de6312 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 261253ae-ee3e-45d5-a865-2b00b2de6312 found for delete ", "request_id": "req-202e611d-7e78-4e53-bb0d-cd5e39d41996"}]} [pid: 8|app: 0|req: 1004/2102] 199.204.45.30 () {38 vars in 954 bytes} [Fri Apr 3 03:56:40 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-03 03:56:40.609 7 INFO neutron.services.segments.plugin [-] Segment 48ecdbf0-c81a-4e8a-a96a-68b5b078721a resource provider aggregate not found 2026-04-03 03:56:40.623 7 INFO neutron.services.segments.plugin [-] Segment 48ecdbf0-c81a-4e8a-a96a-68b5b078721a resource provider aggregate not found 2026-04-03 03:56:40.644 7 INFO neutron.services.segments.plugin [-] Segment 48ecdbf0-c81a-4e8a-a96a-68b5b078721a 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 48ecdbf0-c81a-4e8a-a96a-68b5b078721a found for delete ", "request_id": "req-fa3adbb2-d97d-4bdd-a9c0-5f05ee6a6812"}]} 2026-04-03 03:56:40.647 7 INFO neutron.services.segments.plugin [-] Segment 48ecdbf0-c81a-4e8a-a96a-68b5b078721a 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 48ecdbf0-c81a-4e8a-a96a-68b5b078721a found for delete ", "request_id": "req-3174c52b-e03f-4383-9d10-98e941d5f129"}]} [pid: 8|app: 0|req: 1005/2103] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:56:40 2026] GET /v2.0/security-groups?tenant_id=8135db8d7f0949938e10e67e1b776151&name=default => generated 2925 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 03:56:40.771 7 INFO neutron.db.l3_hamode_db [None req-506e2ead-c34c-4a2c-8462-4a4f5efc3f29 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] HA network 7d7b5332-03fa-486d-b6e4-3c6a30b1cc56 was deleted as no HA routers are present in tenant 87e5df1d581c43d2ae073f43c9ae2225. [pid: 7|app: 0|req: 1099/2104] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:56:39 2026] DELETE /v2.0/routers/c5c55181-3358-4b97-aad5-d89953344bf2 => generated 0 bytes in 861 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2105] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:56:40 2026] GET /v2.0/ports?device_id=09dac6c5-a5ea-4646-9036-89335989df53 => generated 957 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2106] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:56:40 2026] DELETE /v2.0/security-groups/36ae06b7-e813-4828-addc-24f7be2162d3 => 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: 1102/2107] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:56:40 2026] DELETE /v2.0/subnets/3c523a87-377f-4e3d-a956-439296da2e32 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2108] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:56:41 2026] GET /v2.0/security-groups?id=fc5a4c06-6c02-4e91-a8df-ef520fc1c614&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/2109] 199.204.45.30 () {38 vars in 1027 bytes} [Fri Apr 3 03:56:40 2026] PUT /v2.0/ports/bde0cc3d-81c4-4b24-afa8-ec12f80d05be => generated 1235 bytes in 456 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-03 03:56:41.204 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c5e77523-5b91-473c-aede-468a1ac2b782'] response: {'name': 'network-changed', 'server_uuid': '09dac6c5-a5ea-4646-9036-89335989df53', 'tag': 'bde0cc3d-81c4-4b24-afa8-ec12f80d05be', 'status': 'completed', 'code': 200} 2026-04-03 03:56:41.217 7 INFO neutron_taas.services.taas.taas_plugin [None req-b87fe456-c509-4e97-9e00-9d0a05590e23 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] TaaS: Handle Delete Port: 803250be-a650-474b-81d5-acf607989319 2026-04-03 03:56:41.220 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b87fe456-c509-4e97-9e00-9d0a05590e23 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Tap Mirror: Handle Delete Port: 803250be-a650-474b-81d5-acf607989319 [pid: 8|app: 0|req: 1007/2110] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:56:41 2026] GET /v2.0/security-groups?tenant_id=11a05d4dd7024721820f8876d3a4d203&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2111] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:56:41 2026] DELETE /v2.0/networks/c8d2b53c-6b50-4b38-9dd8-2a7c698c3348 => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2112] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:56:41 2026] DELETE /v2.0/security-groups/ed66c9a5-f46b-4e8a-b3aa-495a8e97a7e7 => 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: 1105/2113] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:56:41 2026] GET /v2.0/security-groups?tenant_id=87e5df1d581c43d2ae073f43c9ae2225&name=default => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2114] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:56:41 2026] DELETE /v2.0/security-groups/eba996e6-bf24-4e83-9d2d-65b6681e5a9b => 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: 1106/2115] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:56:41 2026] GET /v2.0/ports?tenant_id=58bcd6e5f118416b9d0a36f979686751&device_id=09dac6c5-a5ea-4646-9036-89335989df53 => generated 1238 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2116] 199.204.45.30 () {34 vars in 1017 bytes} [Fri Apr 3 03:56:41 2026] GET /v2.0/networks?tenant_id=58bcd6e5f118416b9d0a36f979686751&shared=False => generated 756 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2117] 199.204.45.30 () {34 vars in 929 bytes} [Fri Apr 3 03:56:41 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2118] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:56:42 2026] GET /v2.0/ports?device_id=09dac6c5-a5ea-4646-9036-89335989df53 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2119] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:56:42 2026] GET /v2.0/security-groups?id=fc5a4c06-6c02-4e91-a8df-ef520fc1c614&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:56:42.663 7 INFO neutron.services.segments.plugin [-] Segment bbbba00f-0df3-4a7e-a34f-6caa8c5f1208 resource provider aggregate not found 2026-04-03 03:56:42.673 7 INFO neutron.services.segments.plugin [-] Segment bbbba00f-0df3-4a7e-a34f-6caa8c5f1208 resource provider aggregate not found 2026-04-03 03:56:42.677 7 INFO neutron.services.segments.plugin [-] Segment bbbba00f-0df3-4a7e-a34f-6caa8c5f1208 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 bbbba00f-0df3-4a7e-a34f-6caa8c5f1208 found for delete ", "request_id": "req-8c9e3a14-c31b-40fa-949f-0ab4dbd99d73"}]} 2026-04-03 03:56:42.690 7 INFO neutron.services.segments.plugin [-] Segment e5dfd224-06af-4f1d-9fa2-c71723f4d1c4 resource provider aggregate not found 2026-04-03 03:56:42.695 7 INFO neutron.services.segments.plugin [-] Segment bbbba00f-0df3-4a7e-a34f-6caa8c5f1208 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 bbbba00f-0df3-4a7e-a34f-6caa8c5f1208 found for delete ", "request_id": "req-40f6113d-2f45-44b6-a656-784972cf8237"}]} 2026-04-03 03:56:42.703 7 INFO neutron.services.segments.plugin [-] Segment e5dfd224-06af-4f1d-9fa2-c71723f4d1c4 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 e5dfd224-06af-4f1d-9fa2-c71723f4d1c4 found for delete ", "request_id": "req-5ca60e58-63c4-442b-b533-d55af5b70040"}]} 2026-04-03 03:56:42.725 7 INFO neutron.services.segments.plugin [-] Segment e5dfd224-06af-4f1d-9fa2-c71723f4d1c4 resource provider aggregate not found 2026-04-03 03:56:42.740 7 INFO neutron.services.segments.plugin [-] Segment e5dfd224-06af-4f1d-9fa2-c71723f4d1c4 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 e5dfd224-06af-4f1d-9fa2-c71723f4d1c4 found for delete ", "request_id": "req-e18a5527-6ccd-4d09-847c-980337fb60a3"}]} [pid: 8|app: 0|req: 1012/2120] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:56:42 2026] GET /v2.0/ports?tenant_id=58bcd6e5f118416b9d0a36f979686751&device_id=09dac6c5-a5ea-4646-9036-89335989df53 => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2121] 199.204.45.30 () {34 vars in 1057 bytes} [Fri Apr 3 03:56:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=bde0cc3d-81c4-4b24-afa8-ec12f80d05be => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2122] 199.204.45.30 () {34 vars in 983 bytes} [Fri Apr 3 03:56:42 2026] GET /v2.0/subnets?id=1341417d-c86b-4fd8-ad38-0814cd85d4f9 => generated 678 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2123] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:56:42 2026] GET /v2.0/ports?network_id=02d6c2fa-b97e-4217-affd-a9e28be48590&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2124] 199.204.45.30 () {34 vars in 1011 bytes} [Fri Apr 3 03:56:43 2026] GET /v2.0/networks/02d6c2fa-b97e-4217-affd-a9e28be48590?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2125] 199.204.45.30 () {34 vars in 1111 bytes} [Fri Apr 3 03:56:43 2026] GET /v2.0/networks/02d6c2fa-b97e-4217-affd-a9e28be48590?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2126] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:56:43 2026] GET /v2.0/ports?device_id=09dac6c5-a5ea-4646-9036-89335989df53 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2127] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:56:43 2026] GET /v2.0/security-groups?id=fc5a4c06-6c02-4e91-a8df-ef520fc1c614&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2128] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:56:44 2026] GET /v2.0/ports?device_id=09dac6c5-a5ea-4646-9036-89335989df53 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2129] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:56:44 2026] GET /v2.0/security-groups?id=fc5a4c06-6c02-4e91-a8df-ef520fc1c614&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-04-03 03:56:45.075 8 INFO neutron.db.segments_db [None req-7242fe83-0383-4d11-9861-a30728d1e20f c212ab805d634c59956e50c245fcca6b 74ca80151e8140fba1d01c4e0a83d201 - - default default] Added segment e7cb0106-ab70-410a-9aa0-ea8e21cca98d of type vxlan for network 9d921c2c-a035-4e7e-9512-4ded4ddc3532 [pid: 8|app: 0|req: 1017/2130] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 03:56:44 2026] POST /v2.0/networks => generated 612 bytes in 431 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2131] 10.0.0.78 () {34 vars in 752 bytes} [Fri Apr 3 03:56:45 2026] PUT /v2.0/networks/9d921c2c-a035-4e7e-9512-4ded4ddc3532/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: 1018/2132] 10.0.0.78 () {32 vars in 732 bytes} [Fri Apr 3 03:56:45 2026] GET /v2.0/networks/9d921c2c-a035-4e7e-9512-4ded4ddc3532/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2133] 10.0.0.78 () {34 vars in 763 bytes} [Fri Apr 3 03:56:45 2026] PUT /v2.0/networks/9d921c2c-a035-4e7e-9512-4ded4ddc3532/tags/green => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2134] 10.0.0.78 () {32 vars in 732 bytes} [Fri Apr 3 03:56:45 2026] GET /v2.0/networks/9d921c2c-a035-4e7e-9512-4ded4ddc3532/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2135] 10.0.0.78 () {34 vars in 759 bytes} [Fri Apr 3 03:56:45 2026] PUT /v2.0/networks/9d921c2c-a035-4e7e-9512-4ded4ddc3532/tags/red => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2136] 10.0.0.78 () {32 vars in 732 bytes} [Fri Apr 3 03:56:45 2026] GET /v2.0/networks/9d921c2c-a035-4e7e-9512-4ded4ddc3532/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2137] 10.0.0.78 () {34 vars in 781 bytes} [Fri Apr 3 03:56:45 2026] PUT /v2.0/networks/9d921c2c-a035-4e7e-9512-4ded4ddc3532/tags/black.or.white => 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: 1021/2138] 10.0.0.78 () {32 vars in 732 bytes} [Fri Apr 3 03:56:45 2026] GET /v2.0/networks/9d921c2c-a035-4e7e-9512-4ded4ddc3532/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: 1118/2139] 10.0.0.78 () {34 vars in 752 bytes} [Fri Apr 3 03:56:45 2026] PUT /v2.0/networks/9d921c2c-a035-4e7e-9512-4ded4ddc3532/tags => generated 37 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2140] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:56:45 2026] GET /v2.0/ports?device_id=09dac6c5-a5ea-4646-9036-89335989df53 => generated 971 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2141] 10.0.0.78 () {32 vars in 732 bytes} [Fri Apr 3 03:56:45 2026] GET /v2.0/networks/9d921c2c-a035-4e7e-9512-4ded4ddc3532/tags => generated 37 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2142] 10.0.0.78 () {32 vars in 740 bytes} [Fri Apr 3 03:56:45 2026] GET /v2.0/networks/9d921c2c-a035-4e7e-9512-4ded4ddc3532/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2143] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:56:45 2026] GET /v2.0/security-groups?id=fc5a4c06-6c02-4e91-a8df-ef520fc1c614&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:56:45.909 8 INFO neutron.api.v2.resource [None req-17254904-cdda-4bf4-9c97-140a841c326d c212ab805d634c59956e50c245fcca6b 74ca80151e8140fba1d01c4e0a83d201 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1024/2144] 10.0.0.78 () {32 vars in 744 bytes} [Fri Apr 3 03:56:45 2026] GET /v2.0/networks/9d921c2c-a035-4e7e-9512-4ded4ddc3532/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2145] 10.0.0.78 () {32 vars in 743 bytes} [Fri Apr 3 03:56:45 2026] DELETE /v2.0/networks/9d921c2c-a035-4e7e-9512-4ded4ddc3532/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: 1025/2146] 10.0.0.78 () {32 vars in 732 bytes} [Fri Apr 3 03:56:45 2026] GET /v2.0/networks/9d921c2c-a035-4e7e-9512-4ded4ddc3532/tags => generated 30 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:56:46.079 7 INFO neutron.api.v2.resource [None req-ae1cfe14-c345-429b-9303-81abd97383c0 c212ab805d634c59956e50c245fcca6b 74ca80151e8140fba1d01c4e0a83d201 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1122/2147] 10.0.0.78 () {32 vars in 747 bytes} [Fri Apr 3 03:56:46 2026] DELETE /v2.0/networks/9d921c2c-a035-4e7e-9512-4ded4ddc3532/tags/green => generated 99 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2148] 10.0.0.78 () {32 vars in 735 bytes} [Fri Apr 3 03:56:46 2026] DELETE /v2.0/networks/9d921c2c-a035-4e7e-9512-4ded4ddc3532/tags => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2149] 10.0.0.78 () {32 vars in 732 bytes} [Fri Apr 3 03:56:46 2026] GET /v2.0/networks/9d921c2c-a035-4e7e-9512-4ded4ddc3532/tags => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:56:46.330 7 INFO neutron.services.segments.plugin [-] Segment e7cb0106-ab70-410a-9aa0-ea8e21cca98d resource provider aggregate not found 2026-04-03 03:56:46.337 7 INFO neutron.services.segments.plugin [-] Segment e7cb0106-ab70-410a-9aa0-ea8e21cca98d resource provider aggregate not found 2026-04-03 03:56:46.352 7 INFO neutron.services.segments.plugin [-] Segment e7cb0106-ab70-410a-9aa0-ea8e21cca98d 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 e7cb0106-ab70-410a-9aa0-ea8e21cca98d found for delete ", "request_id": "req-be221b34-c346-41ec-8ae5-8e4f1a7138f6"}]} 2026-04-03 03:56:46.360 7 INFO neutron.services.segments.plugin [-] Segment e7cb0106-ab70-410a-9aa0-ea8e21cca98d 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 e7cb0106-ab70-410a-9aa0-ea8e21cca98d found for delete ", "request_id": "req-fdea60f1-1890-4f65-bd6e-5940a59f2544"}]} [pid: 7|app: 0|req: 1124/2150] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:56:46 2026] DELETE /v2.0/networks/9d921c2c-a035-4e7e-9512-4ded4ddc3532 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:56:46.523 8 INFO neutron.db.segments_db [None req-ad8ef0d4-7278-4139-9514-126ff40e1dce 598373a792f640579ee6f8eed4a0460c 44bf16219e1f4564b75e49b6995505c0 - - default default] Added segment 20dc7dc8-73eb-467c-aa59-e6e7d0b42bcf of type vxlan for network 2a7d9900-7827-4c5f-b1b2-1b49ca787d58 [pid: 8|app: 0|req: 1027/2151] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 03:56:46 2026] POST /v2.0/networks => generated 612 bytes in 444 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:56:46.677 7 INFO neutron.db.segments_db [None req-12225a13-8e02-4084-abfc-69b2db3e900d 598373a792f640579ee6f8eed4a0460c 44bf16219e1f4564b75e49b6995505c0 - - default default] Added segment 876a9bde-4b9d-4f01-821e-7c8d4abeb9c0 of type vxlan for network 8cb74638-deb3-45b5-9600-5eafe1c227cd [pid: 7|app: 0|req: 1125/2152] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 03:56:46 2026] POST /v2.0/networks => generated 612 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:56:46.848 8 INFO neutron.db.segments_db [None req-f17e8549-1574-41d1-b575-560dce8e38f3 598373a792f640579ee6f8eed4a0460c 44bf16219e1f4564b75e49b6995505c0 - - default default] Added segment 8962c5d8-a2bb-48d1-8c58-f6546fd44266 of type vxlan for network 988f8bd4-81a3-4ecb-9078-734608022653 [pid: 8|app: 0|req: 1028/2153] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 03:56:46 2026] POST /v2.0/networks => generated 612 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:56:47.007 8 INFO neutron.db.segments_db [None req-ca5ca25b-62b2-4832-a944-c3d6a0c0ab65 598373a792f640579ee6f8eed4a0460c 44bf16219e1f4564b75e49b6995505c0 - - default default] Added segment 9b154f7d-12ad-417b-b9e1-1d77f413692f of type vxlan for network 525c41ff-434e-41ba-84d4-1f39e46c1230 [pid: 7|app: 0|req: 1126/2154] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:56:46 2026] GET /v2.0/ports?device_id=09dac6c5-a5ea-4646-9036-89335989df53 => generated 971 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2155] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 03:56:46 2026] POST /v2.0/networks => generated 610 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2156] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:56:47 2026] GET /v2.0/security-groups?id=fc5a4c06-6c02-4e91-a8df-ef520fc1c614&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:56:47.161 8 INFO neutron.db.segments_db [None req-b534aef9-98ab-4b88-a70f-dfdc07c32b9a 598373a792f640579ee6f8eed4a0460c 44bf16219e1f4564b75e49b6995505c0 - - default default] Added segment 42dba89e-df8c-4f97-8448-faae0f87bb9d of type vxlan for network 8184c8cb-927a-40d2-a589-d261e242c2f4 [pid: 8|app: 0|req: 1031/2157] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 03:56:47 2026] POST /v2.0/networks => generated 612 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2158] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:56:47 2026] GET /v2.0/security-groups?tenant_id=64c67aa8cd8e471387037c30ebb68a89&name=default => generated 2925 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2159] 10.0.0.78 () {34 vars in 752 bytes} [Fri Apr 3 03:56:47 2026] PUT /v2.0/networks/2a7d9900-7827-4c5f-b1b2-1b49ca787d58/tags => generated 17 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2160] 10.0.0.78 () {34 vars in 752 bytes} [Fri Apr 3 03:56:47 2026] PUT /v2.0/networks/8cb74638-deb3-45b5-9600-5eafe1c227cd/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: 1128/2161] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:56:47 2026] DELETE /v2.0/security-groups/29312801-a803-4d84-8e31-10824581fb7d => 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: 1034/2162] 10.0.0.78 () {34 vars in 752 bytes} [Fri Apr 3 03:56:47 2026] PUT /v2.0/networks/988f8bd4-81a3-4ecb-9078-734608022653/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: 1129/2163] 10.0.0.78 () {34 vars in 752 bytes} [Fri Apr 3 03:56:47 2026] PUT /v2.0/networks/525c41ff-434e-41ba-84d4-1f39e46c1230/tags => generated 19 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2164] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:56:47 2026] GET /v2.0/security-groups?tenant_id=74ca80151e8140fba1d01c4e0a83d201&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2165] 10.0.0.78 () {32 vars in 665 bytes} [Fri Apr 3 03:56:47 2026] GET /v2.0/networks?tags=red => generated 1854 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2166] 10.0.0.78 () {32 vars in 679 bytes} [Fri Apr 3 03:56:47 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1248 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2167] 10.0.0.78 () {32 vars in 675 bytes} [Fri Apr 3 03:56:47 2026] GET /v2.0/networks?tags-any=blue => generated 1248 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2168] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:56:47 2026] DELETE /v2.0/security-groups/468499fd-9f96-4851-8435-f7ca93d5abf3 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2169] 10.0.0.78 () {32 vars in 687 bytes} [Fri Apr 3 03:56:47 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1854 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2170] 10.0.0.78 () {32 vars in 673 bytes} [Fri Apr 3 03:56:47 2026] GET /v2.0/networks?not-tags=red => generated 1858 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2171] 10.0.0.78 () {32 vars in 687 bytes} [Fri Apr 3 03:56:47 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2464 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2172] 10.0.0.78 () {32 vars in 683 bytes} [Fri Apr 3 03:56:47 2026] GET /v2.0/networks?not-tags-any=blue => generated 2464 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2173] 10.0.0.78 () {32 vars in 695 bytes} [Fri Apr 3 03:56:48 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1858 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2174] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:56:48 2026] DELETE /v2.0/networks/2a7d9900-7827-4c5f-b1b2-1b49ca787d58 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2175] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:56:48 2026] GET /v2.0/ports?device_id=09dac6c5-a5ea-4646-9036-89335989df53 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2176] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:56:48 2026] GET /v2.0/security-groups?id=fc5a4c06-6c02-4e91-a8df-ef520fc1c614&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2177] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:56:48 2026] DELETE /v2.0/networks/8cb74638-deb3-45b5-9600-5eafe1c227cd => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:56:48.384 7 INFO neutron.services.segments.plugin [-] Segment 20dc7dc8-73eb-467c-aa59-e6e7d0b42bcf resource provider aggregate not found 2026-04-03 03:56:48.391 7 INFO neutron.services.segments.plugin [-] Segment 20dc7dc8-73eb-467c-aa59-e6e7d0b42bcf resource provider aggregate not found [pid: 7|app: 0|req: 1136/2178] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:56:48 2026] GET /v2.0/ports?device_id=09dac6c5-a5ea-4646-9036-89335989df53 => generated 971 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:56:48.414 7 INFO neutron.services.segments.plugin [-] Segment 20dc7dc8-73eb-467c-aa59-e6e7d0b42bcf 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 20dc7dc8-73eb-467c-aa59-e6e7d0b42bcf found for delete ", "request_id": "req-e796666d-f9f4-4110-a240-9c7a9a8efebd"}]} 2026-04-03 03:56:48.415 7 INFO neutron.services.segments.plugin [-] Segment 20dc7dc8-73eb-467c-aa59-e6e7d0b42bcf 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 20dc7dc8-73eb-467c-aa59-e6e7d0b42bcf found for delete ", "request_id": "req-72ff1e9a-0bd5-40e7-baf3-f0ec778c9531"}]} 2026-04-03 03:56:48.437 7 INFO neutron.services.segments.plugin [-] Segment 876a9bde-4b9d-4f01-821e-7c8d4abeb9c0 resource provider aggregate not found 2026-04-03 03:56:48.440 7 INFO neutron.services.segments.plugin [-] Segment 876a9bde-4b9d-4f01-821e-7c8d4abeb9c0 resource provider aggregate not found 2026-04-03 03:56:48.445 8 INFO neutron.services.segments.plugin [-] Segment 8962c5d8-a2bb-48d1-8c58-f6546fd44266 resource provider aggregate not found 2026-04-03 03:56:48.455 8 INFO neutron.services.segments.plugin [-] Segment 8962c5d8-a2bb-48d1-8c58-f6546fd44266 resource provider aggregate not found 2026-04-03 03:56:48.460 7 INFO neutron.services.segments.plugin [-] Segment 876a9bde-4b9d-4f01-821e-7c8d4abeb9c0 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 876a9bde-4b9d-4f01-821e-7c8d4abeb9c0 found for delete ", "request_id": "req-4bffd463-7ee2-4ae6-a9a4-5a808b5df2f0"}]} [pid: 7|app: 0|req: 1137/2179] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:56:48 2026] GET /v2.0/security-groups?id=fc5a4c06-6c02-4e91-a8df-ef520fc1c614&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:56:48.464 7 INFO neutron.services.segments.plugin [-] Segment 876a9bde-4b9d-4f01-821e-7c8d4abeb9c0 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 876a9bde-4b9d-4f01-821e-7c8d4abeb9c0 found for delete ", "request_id": "req-52e81804-7592-49d3-8717-347e0616c93f"}]} 2026-04-03 03:56:48.470 8 INFO neutron.services.segments.plugin [-] Segment 8962c5d8-a2bb-48d1-8c58-f6546fd44266 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 8962c5d8-a2bb-48d1-8c58-f6546fd44266 found for delete ", "request_id": "req-de77584a-979d-4067-a572-236eb7a39fa7"}]} 2026-04-03 03:56:48.487 8 INFO neutron.services.segments.plugin [-] Segment 8962c5d8-a2bb-48d1-8c58-f6546fd44266 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 8962c5d8-a2bb-48d1-8c58-f6546fd44266 found for delete ", "request_id": "req-63f9b16c-c8e5-4073-862d-87b4a8468743"}]} [pid: 8|app: 0|req: 1043/2180] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:56:48 2026] DELETE /v2.0/networks/988f8bd4-81a3-4ecb-9078-734608022653 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2181] 10.0.0.78 () {32 vars in 735 bytes} [Fri Apr 3 03:56:48 2026] GET /v2.0/ports?device_id=09dac6c5-a5ea-4646-9036-89335989df53 => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2182] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:56:48 2026] DELETE /v2.0/networks/525c41ff-434e-41ba-84d4-1f39e46c1230 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2183] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:56:48 2026] DELETE /v2.0/networks/8184c8cb-927a-40d2-a589-d261e242c2f4 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:56:48.928 8 INFO neutron.db.l3_db [None req-7cb85ac4-36cc-4257-b89c-7012f2b7368c 8ca7c09a9357440697511082a3bd6144 58bcd6e5f118416b9d0a36f979686751 - - default default] Floating IP 41575342-7106-497c-809e-43e91d271cf5 associated. External IP: 10.96.250.215, port: bde0cc3d-81c4-4b24-afa8-ec12f80d05be. [pid: 8|app: 0|req: 1045/2184] 10.0.0.78 () {34 vars in 748 bytes} [Fri Apr 3 03:56:48 2026] PUT /v2.0/floatingips/41575342-7106-497c-809e-43e91d271cf5 => generated 855 bytes in 738 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:56:49.333 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b063bb99-126c-478d-acaf-f08c8096cc3f'] response: {'name': 'network-changed', 'server_uuid': '09dac6c5-a5ea-4646-9036-89335989df53', 'tag': 'bde0cc3d-81c4-4b24-afa8-ec12f80d05be', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1140/2185] 10.0.0.78 () {32 vars in 728 bytes} [Fri Apr 3 03:56:49 2026] GET /v2.0/floatingips/41575342-7106-497c-809e-43e91d271cf5 => generated 855 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2186] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:56:49 2026] GET /v2.0/ports?tenant_id=58bcd6e5f118416b9d0a36f979686751&device_id=09dac6c5-a5ea-4646-9036-89335989df53 => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2187] 199.204.45.30 () {34 vars in 985 bytes} [Fri Apr 3 03:56:49 2026] GET /v2.0/networks?id=02d6c2fa-b97e-4217-affd-a9e28be48590 => generated 756 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2188] 199.204.45.30 () {34 vars in 1057 bytes} [Fri Apr 3 03:56:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=bde0cc3d-81c4-4b24-afa8-ec12f80d05be => generated 858 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2189] 199.204.45.30 () {34 vars in 983 bytes} [Fri Apr 3 03:56:49 2026] GET /v2.0/subnets?id=1341417d-c86b-4fd8-ad38-0814cd85d4f9 => generated 678 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2190] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:56:49 2026] GET /v2.0/security-groups?tenant_id=9f6f9ac681324b7b996988f770f823fb&name=default => generated 2925 bytes in 331 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2191] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:56:49 2026] GET /v2.0/ports?network_id=02d6c2fa-b97e-4217-affd-a9e28be48590&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: 1146/2192] 199.204.45.30 () {34 vars in 1011 bytes} [Fri Apr 3 03:56:50 2026] GET /v2.0/networks/02d6c2fa-b97e-4217-affd-a9e28be48590?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2193] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:56:50 2026] DELETE /v2.0/security-groups/be3b4690-1612-4fb8-a62d-31a7fba9e13a => 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: 1147/2194] 199.204.45.30 () {34 vars in 1111 bytes} [Fri Apr 3 03:56:50 2026] GET /v2.0/networks/02d6c2fa-b97e-4217-affd-a9e28be48590?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2195] 10.0.0.78 () {32 vars in 728 bytes} [Fri Apr 3 03:56:50 2026] GET /v2.0/floatingips/41575342-7106-497c-809e-43e91d271cf5 => generated 855 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2196] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:56:50 2026] GET /v2.0/security-groups?tenant_id=3385380ff1f8421a98bcb915ce706141&name=default => generated 2925 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 03:56:50.479 7 INFO neutron.services.segments.plugin [-] Segment 9b154f7d-12ad-417b-b9e1-1d77f413692f resource provider aggregate not found 2026-04-03 03:56:50.494 7 INFO neutron.services.segments.plugin [-] Segment 9b154f7d-12ad-417b-b9e1-1d77f413692f 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 9b154f7d-12ad-417b-b9e1-1d77f413692f found for delete ", "request_id": "req-2325e5ea-6841-4ded-a11d-59d36cd5e103"}]} 2026-04-03 03:56:50.499 7 INFO neutron.services.segments.plugin [-] Segment 9b154f7d-12ad-417b-b9e1-1d77f413692f resource provider aggregate not found 2026-04-03 03:56:50.516 7 INFO neutron.services.segments.plugin [-] Segment 42dba89e-df8c-4f97-8448-faae0f87bb9d resource provider aggregate not found 2026-04-03 03:56:50.519 7 INFO neutron.services.segments.plugin [-] Segment 9b154f7d-12ad-417b-b9e1-1d77f413692f 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 9b154f7d-12ad-417b-b9e1-1d77f413692f found for delete ", "request_id": "req-6e17ef3b-11ec-4dcd-a9ff-ea5229c1a29a"}]} 2026-04-03 03:56:50.537 7 INFO neutron.services.segments.plugin [-] Segment 42dba89e-df8c-4f97-8448-faae0f87bb9d 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 42dba89e-df8c-4f97-8448-faae0f87bb9d found for delete ", "request_id": "req-2833bdba-2373-457f-a470-c8fe3b388d47"}]} [pid: 7|app: 0|req: 1149/2197] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:56:50 2026] DELETE /v2.0/security-groups/a474894d-07af-4a3b-800e-adb74e98958c => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 03:56:50.546 7 INFO neutron.services.segments.plugin [-] Segment 42dba89e-df8c-4f97-8448-faae0f87bb9d resource provider aggregate not found 2026-04-03 03:56:50.570 7 INFO neutron.services.segments.plugin [-] Segment 42dba89e-df8c-4f97-8448-faae0f87bb9d 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 42dba89e-df8c-4f97-8448-faae0f87bb9d found for delete ", "request_id": "req-005db815-2a64-4f88-a690-1c44b4b82911"}]} [pid: 8|app: 0|req: 1049/2198] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:56:50 2026] GET /v2.0/security-groups?tenant_id=44bf16219e1f4564b75e49b6995505c0&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2199] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:56:50 2026] DELETE /v2.0/security-groups/870e7e37-fc84-459f-852c-cd23570e277d => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2200] 10.0.0.78 () {32 vars in 728 bytes} [Fri Apr 3 03:56:51 2026] GET /v2.0/floatingips/41575342-7106-497c-809e-43e91d271cf5 => generated 857 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:56:51.850 8 INFO neutron.db.segments_db [None req-2a7c1f10-bc06-4b36-a9dc-aaaf17d75a81 3e4fc1a58db140cabe7856e54c02cc10 8baad4ea566f4d208e27c45b0c307ff8 - - default default] Added segment b2b51420-2c19-4953-ab22-8fc71abca637 of type vxlan for network d22162f1-f558-45af-ae7b-be3c1c685991 [pid: 8|app: 0|req: 1050/2201] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 03:56:51 2026] POST /v2.0/networks => generated 612 bytes in 577 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2202] 10.0.0.78 () {34 vars in 663 bytes} [Fri Apr 3 03:56:51 2026] POST /v2.0/ports => generated 743 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2203] 10.0.0.78 () {34 vars in 746 bytes} [Fri Apr 3 03:56:52 2026] PUT /v2.0/ports/98dbe136-f650-4468-b35d-f234e438eba2/tags => generated 25 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 1153/2204] 10.0.0.78 () {32 vars in 726 bytes} [Fri Apr 3 03:56:52 2026] GET /v2.0/ports/98dbe136-f650-4468-b35d-f234e438eba2/tags => generated 25 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 1052/2205] 10.0.0.78 () {34 vars in 757 bytes} [Fri Apr 3 03:56:52 2026] PUT /v2.0/ports/98dbe136-f650-4468-b35d-f234e438eba2/tags/green => generated 4 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 1154/2208] 10.0.0.78 () {32 vars in 726 bytes} [Fri Apr 3 03:56:52 2026] GET /v2.0/ports/98dbe136-f650-4468-b35d-f234e438eba2/tags => generated 34 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 1055/2209] 10.0.0.78 () {34 vars in 753 bytes} [Fri Apr 3 03:56:52 2026] PUT /v2.0/ports/98dbe136-f650-4468-b35d-f234e438eba2/tags/red => generated 4 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 1155/2210] 10.0.0.78 () {32 vars in 726 bytes} [Fri Apr 3 03:56:52 2026] GET /v2.0/ports/98dbe136-f650-4468-b35d-f234e438eba2/tags => generated 34 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 1056/2211] 10.0.0.78 () {34 vars in 775 bytes} [Fri Apr 3 03:56:52 2026] PUT /v2.0/ports/98dbe136-f650-4468-b35d-f234e438eba2/tags/black.or.white => generated 4 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 1156/2212] 10.0.0.78 () {32 vars in 726 bytes} [Fri Apr 3 03:56:52 2026] GET /v2.0/ports/98dbe136-f650-4468-b35d-f234e438eba2/tags => generated 52 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 1057/2213] 10.0.0.78 () {34 vars in 746 bytes} [Fri Apr 3 03:56:52 2026] PUT /v2.0/ports/98dbe136-f650-4468-b35d-f234e438eba2/tags => generated 37 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 1157/2214] 10.0.0.78 () {32 vars in 726 bytes} [Fri Apr 3 03:56:53 2026] GET /v2.0/ports/98dbe136-f650-4468-b35d-f234e438eba2/tags => generated 37 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 1058/2215] 10.0.0.78 () {32 vars in 734 bytes} [Fri Apr 3 03:56:53 2026] GET /v2.0/ports/98dbe136-f650-4468-b35d-f234e438eba2/tags/red => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-03 03:56:53.187 7 INFO neutron.api.v2.resource [None req-c3b3da03-c7ea-4671-a8f7-fe64cc7fc384 3e4fc1a58db140cabe7856e54c02cc10 8baad4ea566f4d208e27c45b0c307ff8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1158/2216] 10.0.0.78 () {32 vars in 738 bytes} [Fri Apr 3 03:56:53 2026] GET /v2.0/ports/98dbe136-f650-4468-b35d-f234e438eba2/tags/green => generated 99 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 1059/2217] 10.0.0.78 () {32 vars in 737 bytes} [Fri Apr 3 03:56:53 2026] DELETE /v2.0/ports/98dbe136-f650-4468-b35d-f234e438eba2/tags/red => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 1159/2218] 10.0.0.78 () {32 vars in 726 bytes} [Fri Apr 3 03:56:53 2026] GET /v2.0/ports/98dbe136-f650-4468-b35d-f234e438eba2/tags => generated 30 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-03 03:56:53.419 8 INFO neutron.api.v2.resource [None req-924c53ca-3e62-46d4-a729-fef839e00f1d 3e4fc1a58db140cabe7856e54c02cc10 8baad4ea566f4d208e27c45b0c307ff8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1060/2219] 10.0.0.78 () {32 vars in 741 bytes} [Fri Apr 3 03:56:53 2026] DELETE /v2.0/ports/98dbe136-f650-4468-b35d-f234e438eba2/tags/green => generated 99 bytes in 83 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 1160/2220] 10.0.0.78 () {32 vars in 729 bytes} [Fri Apr 3 03:56:53 2026] DELETE /v2.0/ports/98dbe136-f650-4468-b35d-f234e438eba2/tags => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 1061/2221] 10.0.0.78 () {32 vars in 726 bytes} [Fri Apr 3 03:56:53 2026] GET /v2.0/ports/98dbe136-f650-4468-b35d-f234e438eba2/tags => generated 12 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-03 03:56:53.688 7 INFO neutron_taas.services.taas.taas_plugin [None req-e956dc28-2e6a-4523-8710-cf0275c0470e 3e4fc1a58db140cabe7856e54c02cc10 8baad4ea566f4d208e27c45b0c307ff8 - - default default] TaaS: Handle Delete Port: 98dbe136-f650-4468-b35d-f234e438eba2 2026-04-03 03:56:53.691 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e956dc28-2e6a-4523-8710-cf0275c0470e 3e4fc1a58db140cabe7856e54c02cc10 8baad4ea566f4d208e27c45b0c307ff8 - - default default] Tap Mirror: Handle Delete Port: 98dbe136-f650-4468-b35d-f234e438eba2 [pid: 7|app: 0|req: 1161/2222] 10.0.0.78 () {32 vars in 719 bytes} [Fri Apr 3 03:56:53 2026] DELETE /v2.0/ports/98dbe136-f650-4468-b35d-f234e438eba2 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-03 03:56:53.947 8 INFO neutron.services.segments.plugin [-] Segment b2b51420-2c19-4953-ab22-8fc71abca637 resource provider aggregate not found 2026-04-03 03:56:53.948 8 INFO neutron.services.segments.plugin [-] Segment b2b51420-2c19-4953-ab22-8fc71abca637 resource provider aggregate not found 2026-04-03 03:56:53.976 8 INFO neutron.services.segments.plugin [-] Segment b2b51420-2c19-4953-ab22-8fc71abca637 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 b2b51420-2c19-4953-ab22-8fc71abca637 found for delete ", "request_id": "req-4440d384-c8b4-4e97-b2a0-697e2448770d"}]} 2026-04-03 03:56:53.976 8 INFO neutron.services.segments.plugin [-] Segment b2b51420-2c19-4953-ab22-8fc71abca637 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 b2b51420-2c19-4953-ab22-8fc71abca637 found for delete ", "request_id": "req-dbdd80ba-000a-4a24-a364-a6f4de06f3f8"}]} [pid: 8|app: 0|req: 1062/2223] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:56:53 2026] DELETE /v2.0/networks/d22162f1-f558-45af-ae7b-be3c1c685991 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2224] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:56:54 2026] GET /v2.0/security-groups?tenant_id=8baad4ea566f4d208e27c45b0c307ff8&name=default => generated 2925 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2225] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:56:54 2026] DELETE /v2.0/security-groups/73cb7545-e3f7-4029-ac4d-4c4b447066dc => 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: 1162/2226] 10.0.0.78 () {34 vars in 675 bytes} [Fri Apr 3 03:56:54 2026] POST /v2.0/floatingips => generated 552 bytes in 791 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2227] 10.0.0.78 () {34 vars in 758 bytes} [Fri Apr 3 03:56:55 2026] PUT /v2.0/floatingips/8159cf3d-909b-4f79-a229-cab32a2a2d96/tags => generated 25 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2228] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:56:55 2026] GET /v2.0/security-groups?tenant_id=f7ab1f42b7f74e0ba7424feb437cbdc9&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2229] 10.0.0.78 () {32 vars in 738 bytes} [Fri Apr 3 03:56:55 2026] GET /v2.0/floatingips/8159cf3d-909b-4f79-a229-cab32a2a2d96/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2230] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:56:55 2026] DELETE /v2.0/security-groups/7a20e4fa-4a6b-40f0-a91a-866c9c584e15 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2231] 10.0.0.78 () {34 vars in 769 bytes} [Fri Apr 3 03:56:55 2026] PUT /v2.0/floatingips/8159cf3d-909b-4f79-a229-cab32a2a2d96/tags/green => generated 4 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2232] 10.0.0.78 () {32 vars in 738 bytes} [Fri Apr 3 03:56:55 2026] GET /v2.0/floatingips/8159cf3d-909b-4f79-a229-cab32a2a2d96/tags => generated 34 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2233] 10.0.0.78 () {34 vars in 765 bytes} [Fri Apr 3 03:56:55 2026] PUT /v2.0/floatingips/8159cf3d-909b-4f79-a229-cab32a2a2d96/tags/red => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2234] 10.0.0.78 () {32 vars in 738 bytes} [Fri Apr 3 03:56:55 2026] GET /v2.0/floatingips/8159cf3d-909b-4f79-a229-cab32a2a2d96/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2235] 10.0.0.78 () {34 vars in 787 bytes} [Fri Apr 3 03:56:55 2026] PUT /v2.0/floatingips/8159cf3d-909b-4f79-a229-cab32a2a2d96/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: 1069/2236] 10.0.0.78 () {32 vars in 738 bytes} [Fri Apr 3 03:56:55 2026] GET /v2.0/floatingips/8159cf3d-909b-4f79-a229-cab32a2a2d96/tags => generated 52 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2237] 10.0.0.78 () {34 vars in 758 bytes} [Fri Apr 3 03:56:55 2026] PUT /v2.0/floatingips/8159cf3d-909b-4f79-a229-cab32a2a2d96/tags => generated 37 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2238] 10.0.0.78 () {32 vars in 738 bytes} [Fri Apr 3 03:56:55 2026] GET /v2.0/floatingips/8159cf3d-909b-4f79-a229-cab32a2a2d96/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: 1169/2239] 10.0.0.78 () {32 vars in 746 bytes} [Fri Apr 3 03:56:55 2026] GET /v2.0/floatingips/8159cf3d-909b-4f79-a229-cab32a2a2d96/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 03:56:55.955 8 INFO neutron.api.v2.resource [None req-073ae51e-e548-406c-9914-514a0cbd2b8b 0691304417e04a1b92bf34a83522de62 2ed0730f56a5457898664402c635fe99 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1071/2240] 10.0.0.78 () {32 vars in 750 bytes} [Fri Apr 3 03:56:55 2026] GET /v2.0/floatingips/8159cf3d-909b-4f79-a229-cab32a2a2d96/tags/green => generated 99 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2241] 10.0.0.78 () {32 vars in 749 bytes} [Fri Apr 3 03:56:55 2026] DELETE /v2.0/floatingips/8159cf3d-909b-4f79-a229-cab32a2a2d96/tags/red => 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: 1072/2242] 10.0.0.78 () {32 vars in 738 bytes} [Fri Apr 3 03:56:56 2026] GET /v2.0/floatingips/8159cf3d-909b-4f79-a229-cab32a2a2d96/tags => generated 30 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:56:56.167 7 INFO neutron.api.v2.resource [None req-f5617a36-0f63-4184-81d9-a3351f6f996d 0691304417e04a1b92bf34a83522de62 2ed0730f56a5457898664402c635fe99 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1171/2243] 10.0.0.78 () {32 vars in 753 bytes} [Fri Apr 3 03:56:56 2026] DELETE /v2.0/floatingips/8159cf3d-909b-4f79-a229-cab32a2a2d96/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2244] 10.0.0.78 () {32 vars in 741 bytes} [Fri Apr 3 03:56:56 2026] DELETE /v2.0/floatingips/8159cf3d-909b-4f79-a229-cab32a2a2d96/tags => generated 0 bytes in 168 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2245] 10.0.0.78 () {32 vars in 738 bytes} [Fri Apr 3 03:56:56 2026] GET /v2.0/floatingips/8159cf3d-909b-4f79-a229-cab32a2a2d96/tags => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:56:56.559 8 INFO neutron_taas.services.taas.taas_plugin [None req-009e2cc2-4629-4d34-8bd0-0f894fa3b8c3 0691304417e04a1b92bf34a83522de62 2ed0730f56a5457898664402c635fe99 - - default default] TaaS: Handle Delete Port: f62bb226-5f0a-4745-84e2-dc9a7769c3b5 2026-04-03 03:56:56.562 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-009e2cc2-4629-4d34-8bd0-0f894fa3b8c3 0691304417e04a1b92bf34a83522de62 2ed0730f56a5457898664402c635fe99 - - default default] Tap Mirror: Handle Delete Port: f62bb226-5f0a-4745-84e2-dc9a7769c3b5 [pid: 8|app: 0|req: 1074/2246] 10.0.0.78 () {32 vars in 731 bytes} [Fri Apr 3 03:56:56 2026] DELETE /v2.0/floatingips/8159cf3d-909b-4f79-a229-cab32a2a2d96 => generated 0 bytes in 408 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2247] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:56:57 2026] GET /v2.0/security-groups?tenant_id=fd42bc80dcd349cd9e779b63e615d21c&name=default => generated 2925 bytes in 477 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2248] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:56:58 2026] DELETE /v2.0/security-groups/f4605306-cd2c-44b1-a17b-93494e6d053f => 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: 1174/2249] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:56:58 2026] GET /v2.0/security-groups?tenant_id=2ed0730f56a5457898664402c635fe99&name=default => generated 2925 bytes in 584 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2250] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:56:58 2026] DELETE /v2.0/security-groups/a99dc105-6fc9-49e8-a2a5-42d16e21c14e => 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: 1175/2251] 10.0.0.163 () {34 vars in 990 bytes} [Fri Apr 3 03:56:59 2026] GET /v2.0/ports?device_id=09dac6c5-a5ea-4646-9036-89335989df53 => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2252] 10.0.0.163 () {34 vars in 1040 bytes} [Fri Apr 3 03:56:59 2026] GET /v2.0/security-groups?id=fc5a4c06-6c02-4e91-a8df-ef520fc1c614&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:56:59.799 7 INFO neutron.db.segments_db [None req-c6bcae72-8fe6-4d17-8bcb-325f3bc08d1e 7151e33715b44c1ebd089be36f69bacc a9aea03549444013af58801839038e36 - - default default] Added segment 59d07f0d-71aa-4244-b96c-70d68aaf896f of type vxlan for network 29cf70c3-19a3-49e3-9b43-9c0719687f92 [pid: 7|app: 0|req: 1176/2253] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 03:56:59 2026] POST /v2.0/networks => generated 612 bytes in 466 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2254] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:56:59 2026] POST /v2.0/subnets => generated 626 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2255] 10.0.0.78 () {34 vars in 750 bytes} [Fri Apr 3 03:57:00 2026] PUT /v2.0/subnets/af14a100-d8b1-4761-bc3f-de4345090049/tags => generated 25 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2256] 10.0.0.78 () {32 vars in 730 bytes} [Fri Apr 3 03:57:00 2026] GET /v2.0/subnets/af14a100-d8b1-4761-bc3f-de4345090049/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2257] 10.0.0.78 () {34 vars in 761 bytes} [Fri Apr 3 03:57:00 2026] PUT /v2.0/subnets/af14a100-d8b1-4761-bc3f-de4345090049/tags/green => generated 4 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2258] 10.0.0.78 () {32 vars in 730 bytes} [Fri Apr 3 03:57:00 2026] GET /v2.0/subnets/af14a100-d8b1-4761-bc3f-de4345090049/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: 1179/2259] 10.0.0.78 () {34 vars in 757 bytes} [Fri Apr 3 03:57:00 2026] PUT /v2.0/subnets/af14a100-d8b1-4761-bc3f-de4345090049/tags/red => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2260] 10.0.0.78 () {32 vars in 730 bytes} [Fri Apr 3 03:57:00 2026] GET /v2.0/subnets/af14a100-d8b1-4761-bc3f-de4345090049/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2261] 10.0.0.78 () {34 vars in 779 bytes} [Fri Apr 3 03:57:00 2026] PUT /v2.0/subnets/af14a100-d8b1-4761-bc3f-de4345090049/tags/black.or.white => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2262] 10.0.0.78 () {32 vars in 730 bytes} [Fri Apr 3 03:57:00 2026] GET /v2.0/subnets/af14a100-d8b1-4761-bc3f-de4345090049/tags => generated 52 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2263] 10.0.0.78 () {34 vars in 750 bytes} [Fri Apr 3 03:57:00 2026] PUT /v2.0/subnets/af14a100-d8b1-4761-bc3f-de4345090049/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2264] 10.0.0.78 () {32 vars in 730 bytes} [Fri Apr 3 03:57:00 2026] GET /v2.0/subnets/af14a100-d8b1-4761-bc3f-de4345090049/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: 1182/2265] 10.0.0.78 () {32 vars in 738 bytes} [Fri Apr 3 03:57:00 2026] GET /v2.0/subnets/af14a100-d8b1-4761-bc3f-de4345090049/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 03:57:00.810 8 INFO neutron.api.v2.resource [None req-fbab3fb9-4de6-4ccc-b288-91bae4b4e69c 7151e33715b44c1ebd089be36f69bacc a9aea03549444013af58801839038e36 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1084/2266] 10.0.0.78 () {32 vars in 742 bytes} [Fri Apr 3 03:57:00 2026] GET /v2.0/subnets/af14a100-d8b1-4761-bc3f-de4345090049/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: 1183/2267] 10.0.0.78 () {32 vars in 741 bytes} [Fri Apr 3 03:57:00 2026] DELETE /v2.0/subnets/af14a100-d8b1-4761-bc3f-de4345090049/tags/red => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2268] 10.0.0.78 () {32 vars in 730 bytes} [Fri Apr 3 03:57:00 2026] GET /v2.0/subnets/af14a100-d8b1-4761-bc3f-de4345090049/tags => generated 30 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:57:00.968 7 INFO neutron.api.v2.resource [None req-38dbb89e-db35-4ab4-8179-2c1184a6e650 7151e33715b44c1ebd089be36f69bacc a9aea03549444013af58801839038e36 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1184/2269] 10.0.0.78 () {32 vars in 745 bytes} [Fri Apr 3 03:57:00 2026] DELETE /v2.0/subnets/af14a100-d8b1-4761-bc3f-de4345090049/tags/green => generated 99 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2270] 10.0.0.78 () {32 vars in 733 bytes} [Fri Apr 3 03:57:00 2026] DELETE /v2.0/subnets/af14a100-d8b1-4761-bc3f-de4345090049/tags => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2271] 10.0.0.78 () {32 vars in 730 bytes} [Fri Apr 3 03:57:01 2026] GET /v2.0/subnets/af14a100-d8b1-4761-bc3f-de4345090049/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: 1087/2272] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:57:01 2026] DELETE /v2.0/subnets/af14a100-d8b1-4761-bc3f-de4345090049 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:57:01.288 7 INFO neutron_taas.services.taas.taas_plugin [None req-96f86c5d-3431-4a80-bbe9-0133c0daed92 7151e33715b44c1ebd089be36f69bacc a9aea03549444013af58801839038e36 - - default default] TaaS: Handle Delete Port: 350bb53c-0cdb-4e61-ad2a-0227e0375b49 2026-04-03 03:57:01.290 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-96f86c5d-3431-4a80-bbe9-0133c0daed92 7151e33715b44c1ebd089be36f69bacc a9aea03549444013af58801839038e36 - - default default] Tap Mirror: Handle Delete Port: 350bb53c-0cdb-4e61-ad2a-0227e0375b49 2026-04-03 03:57:01.522 7 INFO neutron.services.segments.plugin [-] Segment 59d07f0d-71aa-4244-b96c-70d68aaf896f resource provider aggregate not found 2026-04-03 03:57:01.522 7 INFO neutron.services.segments.plugin [-] Segment 59d07f0d-71aa-4244-b96c-70d68aaf896f resource provider aggregate not found 2026-04-03 03:57:01.539 7 INFO neutron.services.segments.plugin [-] Segment 59d07f0d-71aa-4244-b96c-70d68aaf896f 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 59d07f0d-71aa-4244-b96c-70d68aaf896f found for delete ", "request_id": "req-9d4acc2d-2103-463c-8f02-b47c81a88e30"}]} 2026-04-03 03:57:01.545 7 INFO neutron.services.segments.plugin [-] Segment 59d07f0d-71aa-4244-b96c-70d68aaf896f 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 59d07f0d-71aa-4244-b96c-70d68aaf896f found for delete ", "request_id": "req-baf742ed-d3b8-4e12-9354-8d89b99f287c"}]} [pid: 7|app: 0|req: 1186/2273] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:57:01 2026] DELETE /v2.0/networks/29cf70c3-19a3-49e3-9b43-9c0719687f92 => generated 0 bytes in 365 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2274] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:57:02 2026] GET /v2.0/security-groups?tenant_id=5ab8b2d7d1ba4c04a83c42ec439c5262&name=default => generated 2925 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2275] 10.0.0.78 () {34 vars in 677 bytes} [Fri Apr 3 03:57:02 2026] POST /v2.0/qos/policies => generated 359 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2276] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:57:02 2026] DELETE /v2.0/security-groups/a2fb2b80-de09-475f-90d0-a394eed117a2 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2277] 10.0.0.78 () {34 vars in 752 bytes} [Fri Apr 3 03:57:02 2026] PUT /v2.0/policies/d2575f48-40c0-4bf8-9468-a8f0d5e3c127/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: 1090/2278] 10.0.0.78 () {32 vars in 732 bytes} [Fri Apr 3 03:57:02 2026] GET /v2.0/policies/d2575f48-40c0-4bf8-9468-a8f0d5e3c127/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: 1189/2279] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:57:02 2026] GET /v2.0/security-groups?tenant_id=a9aea03549444013af58801839038e36&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2280] 10.0.0.78 () {34 vars in 763 bytes} [Fri Apr 3 03:57:02 2026] PUT /v2.0/policies/d2575f48-40c0-4bf8-9468-a8f0d5e3c127/tags/green => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2281] 10.0.0.78 () {32 vars in 732 bytes} [Fri Apr 3 03:57:02 2026] GET /v2.0/policies/d2575f48-40c0-4bf8-9468-a8f0d5e3c127/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2282] 10.0.0.78 () {34 vars in 759 bytes} [Fri Apr 3 03:57:02 2026] PUT /v2.0/policies/d2575f48-40c0-4bf8-9468-a8f0d5e3c127/tags/red => 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: 1190/2283] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:57:02 2026] DELETE /v2.0/security-groups/1aa6a8c9-baf0-4fc8-b445-1b9dcd410ac8 => 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: 1094/2284] 10.0.0.78 () {32 vars in 732 bytes} [Fri Apr 3 03:57:02 2026] GET /v2.0/policies/d2575f48-40c0-4bf8-9468-a8f0d5e3c127/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: 1191/2285] 10.0.0.78 () {34 vars in 781 bytes} [Fri Apr 3 03:57:02 2026] PUT /v2.0/policies/d2575f48-40c0-4bf8-9468-a8f0d5e3c127/tags/black.or.white => 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: 1095/2286] 10.0.0.78 () {32 vars in 732 bytes} [Fri Apr 3 03:57:02 2026] GET /v2.0/policies/d2575f48-40c0-4bf8-9468-a8f0d5e3c127/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: 1192/2287] 10.0.0.78 () {34 vars in 752 bytes} [Fri Apr 3 03:57:02 2026] PUT /v2.0/policies/d2575f48-40c0-4bf8-9468-a8f0d5e3c127/tags => generated 37 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2288] 10.0.0.78 () {32 vars in 732 bytes} [Fri Apr 3 03:57:03 2026] GET /v2.0/policies/d2575f48-40c0-4bf8-9468-a8f0d5e3c127/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: 1193/2289] 10.0.0.78 () {32 vars in 740 bytes} [Fri Apr 3 03:57:03 2026] GET /v2.0/policies/d2575f48-40c0-4bf8-9468-a8f0d5e3c127/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 03:57:03.112 8 INFO neutron.api.v2.resource [None req-56857a83-1a37-4a04-a67a-5ab8d2462f68 f2e41ab8c848428892ee6bd6ea6da004 10a7ae8772514b3186ed22e7105143b8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1097/2290] 10.0.0.78 () {32 vars in 744 bytes} [Fri Apr 3 03:57:03 2026] GET /v2.0/policies/d2575f48-40c0-4bf8-9468-a8f0d5e3c127/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: 1194/2291] 10.0.0.78 () {32 vars in 743 bytes} [Fri Apr 3 03:57:03 2026] DELETE /v2.0/policies/d2575f48-40c0-4bf8-9468-a8f0d5e3c127/tags/red => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2292] 10.0.0.78 () {32 vars in 732 bytes} [Fri Apr 3 03:57:03 2026] GET /v2.0/policies/d2575f48-40c0-4bf8-9468-a8f0d5e3c127/tags => generated 30 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:57:03.279 7 INFO neutron.api.v2.resource [None req-6af0fd9f-0b4e-413b-810f-f49a0270c3e4 f2e41ab8c848428892ee6bd6ea6da004 10a7ae8772514b3186ed22e7105143b8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1195/2293] 10.0.0.78 () {32 vars in 747 bytes} [Fri Apr 3 03:57:03 2026] DELETE /v2.0/policies/d2575f48-40c0-4bf8-9468-a8f0d5e3c127/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2294] 10.0.0.78 () {32 vars in 735 bytes} [Fri Apr 3 03:57:03 2026] DELETE /v2.0/policies/d2575f48-40c0-4bf8-9468-a8f0d5e3c127/tags => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2295] 10.0.0.78 () {32 vars in 732 bytes} [Fri Apr 3 03:57:03 2026] GET /v2.0/policies/d2575f48-40c0-4bf8-9468-a8f0d5e3c127/tags => 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: 1100/2296] 10.0.0.78 () {32 vars in 733 bytes} [Fri Apr 3 03:57:03 2026] DELETE /v2.0/qos/policies/d2575f48-40c0-4bf8-9468-a8f0d5e3c127 => 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: 1197/2297] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:57:04 2026] GET /v2.0/security-groups?tenant_id=10a7ae8772514b3186ed22e7105143b8&name=default => generated 2925 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2298] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:57:04 2026] DELETE /v2.0/security-groups/d63e35b3-b6fe-4e07-a1fb-28d8934576b2 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2299] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:57:04 2026] GET /v2.0/security-groups?tenant_id=48bd2ed4ecf3441a90a539b997cd01cc&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2300] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:57:04 2026] DELETE /v2.0/security-groups/09bfea06-f22a-46d4-bdbe-f256ebb43a9c => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 03:57:08.230 8 INFO neutron.db.segments_db [None req-f3e6ddb2-837b-4307-8b5b-063530f3bf29 3327dd15f6d34431bc7cf7c0bad678a3 baf1b99c7b4c414e81a48dbdf0e13e1b - - default default] Added segment 882ce71c-0f60-4915-9369-12657cc76285 of type vxlan for network 1ecd752c-7f5b-4a8a-b25f-073a6db7042b 2026-04-03 03:57:08.509 8 INFO neutron.db.l3_hamode_db [None req-f3e6ddb2-837b-4307-8b5b-063530f3bf29 3327dd15f6d34431bc7cf7c0bad678a3 baf1b99c7b4c414e81a48dbdf0e13e1b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-03 03:57:08.619 8 INFO neutron.db.l3_hamode_db [None req-f3e6ddb2-837b-4307-8b5b-063530f3bf29 3327dd15f6d34431bc7cf7c0bad678a3 baf1b99c7b4c414e81a48dbdf0e13e1b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1200/2303] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:57:08 2026] GET /v2.0/ports?device_id=09dac6c5-a5ea-4646-9036-89335989df53 => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2304] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:57:08 2026] GET /v2.0/security-groups?id=fc5a4c06-6c02-4e91-a8df-ef520fc1c614&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2305] 10.0.0.78 () {34 vars in 667 bytes} [Fri Apr 3 03:57:08 2026] POST /v2.0/routers => generated 474 bytes in 1248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2306] 10.0.0.78 () {34 vars in 750 bytes} [Fri Apr 3 03:57:09 2026] PUT /v2.0/routers/8e0664c1-2460-4a98-b9b0-c553ef82795e/tags => generated 25 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2307] 10.0.0.78 () {32 vars in 730 bytes} [Fri Apr 3 03:57:09 2026] GET /v2.0/routers/8e0664c1-2460-4a98-b9b0-c553ef82795e/tags => generated 25 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2308] 10.0.0.78 () {34 vars in 761 bytes} [Fri Apr 3 03:57:09 2026] PUT /v2.0/routers/8e0664c1-2460-4a98-b9b0-c553ef82795e/tags/green => generated 4 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2309] 10.0.0.78 () {32 vars in 730 bytes} [Fri Apr 3 03:57:09 2026] GET /v2.0/routers/8e0664c1-2460-4a98-b9b0-c553ef82795e/tags => generated 34 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2310] 10.0.0.78 () {34 vars in 757 bytes} [Fri Apr 3 03:57:09 2026] PUT /v2.0/routers/8e0664c1-2460-4a98-b9b0-c553ef82795e/tags/red => generated 4 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2311] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:57:09 2026] GET /v2.0/ports?device_id=09dac6c5-a5ea-4646-9036-89335989df53 => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2312] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:57:10 2026] GET /v2.0/security-groups?id=fc5a4c06-6c02-4e91-a8df-ef520fc1c614&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2313] 10.0.0.78 () {32 vars in 730 bytes} [Fri Apr 3 03:57:10 2026] GET /v2.0/routers/8e0664c1-2460-4a98-b9b0-c553ef82795e/tags => generated 34 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2314] 10.0.0.78 () {34 vars in 779 bytes} [Fri Apr 3 03:57:10 2026] PUT /v2.0/routers/8e0664c1-2460-4a98-b9b0-c553ef82795e/tags/black.or.white => generated 4 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2315] 10.0.0.78 () {32 vars in 730 bytes} [Fri Apr 3 03:57:10 2026] GET /v2.0/routers/8e0664c1-2460-4a98-b9b0-c553ef82795e/tags => generated 52 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2316] 10.0.0.78 () {34 vars in 750 bytes} [Fri Apr 3 03:57:10 2026] PUT /v2.0/routers/8e0664c1-2460-4a98-b9b0-c553ef82795e/tags => generated 37 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2317] 10.0.0.78 () {32 vars in 730 bytes} [Fri Apr 3 03:57:10 2026] GET /v2.0/routers/8e0664c1-2460-4a98-b9b0-c553ef82795e/tags => generated 37 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2318] 10.0.0.78 () {32 vars in 738 bytes} [Fri Apr 3 03:57:10 2026] GET /v2.0/routers/8e0664c1-2460-4a98-b9b0-c553ef82795e/tags/red => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 03:57:10.766 7 INFO neutron.api.v2.resource [None req-67936cd2-6681-4ef8-b954-b32f72267d1c 3327dd15f6d34431bc7cf7c0bad678a3 baf1b99c7b4c414e81a48dbdf0e13e1b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1208/2319] 10.0.0.78 () {32 vars in 742 bytes} [Fri Apr 3 03:57:10 2026] GET /v2.0/routers/8e0664c1-2460-4a98-b9b0-c553ef82795e/tags/green => generated 99 bytes in 93 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2320] 10.0.0.78 () {32 vars in 741 bytes} [Fri Apr 3 03:57:10 2026] DELETE /v2.0/routers/8e0664c1-2460-4a98-b9b0-c553ef82795e/tags/red => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2321] 10.0.0.78 () {32 vars in 730 bytes} [Fri Apr 3 03:57:10 2026] GET /v2.0/routers/8e0664c1-2460-4a98-b9b0-c553ef82795e/tags => generated 30 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:57:11.072 8 INFO neutron.api.v2.resource [None req-b6d541d9-68ff-4e41-98f4-fc4cdd4a0410 3327dd15f6d34431bc7cf7c0bad678a3 baf1b99c7b4c414e81a48dbdf0e13e1b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1113/2322] 10.0.0.78 () {32 vars in 745 bytes} [Fri Apr 3 03:57:10 2026] DELETE /v2.0/routers/8e0664c1-2460-4a98-b9b0-c553ef82795e/tags/green => generated 99 bytes in 97 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2323] 10.0.0.78 () {32 vars in 733 bytes} [Fri Apr 3 03:57:11 2026] DELETE /v2.0/routers/8e0664c1-2460-4a98-b9b0-c553ef82795e/tags => 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: 1114/2324] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:57:11 2026] GET /v2.0/ports?device_id=09dac6c5-a5ea-4646-9036-89335989df53 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2325] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:57:11 2026] GET /v2.0/security-groups?id=fc5a4c06-6c02-4e91-a8df-ef520fc1c614&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2326] 199.204.45.30 () {34 vars in 993 bytes} [Fri Apr 3 03:57:11 2026] GET /v2.0/ports?device_id=09dac6c5-a5ea-4646-9036-89335989df53 => generated 969 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2327] 10.0.0.78 () {32 vars in 730 bytes} [Fri Apr 3 03:57:11 2026] GET /v2.0/routers/8e0664c1-2460-4a98-b9b0-c553ef82795e/tags => generated 12 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2328] 10.0.0.78 () {32 vars in 720 bytes} [Fri Apr 3 03:57:11 2026] GET /v2.0/routers/8e0664c1-2460-4a98-b9b0-c553ef82795e => generated 480 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:57:11.387 8 INFO neutron_taas.services.taas.taas_plugin [req-86ff4f51-52be-4c44-b736-11390b0380b7 req-e9dd0b03-2033-4983-8c6d-e556143e2773 8ca7c09a9357440697511082a3bd6144 58bcd6e5f118416b9d0a36f979686751 - - default default] TaaS: Handle Delete Port: bde0cc3d-81c4-4b24-afa8-ec12f80d05be 2026-04-03 03:57:11.391 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-86ff4f51-52be-4c44-b736-11390b0380b7 req-e9dd0b03-2033-4983-8c6d-e556143e2773 8ca7c09a9357440697511082a3bd6144 58bcd6e5f118416b9d0a36f979686751 - - default default] Tap Mirror: Handle Delete Port: bde0cc3d-81c4-4b24-afa8-ec12f80d05be 2026-04-03 03:57:11.521 8 INFO neutron.db.l3_db [req-86ff4f51-52be-4c44-b736-11390b0380b7 req-e9dd0b03-2033-4983-8c6d-e556143e2773 8ca7c09a9357440697511082a3bd6144 58bcd6e5f118416b9d0a36f979686751 - - default default] Floating IP 41575342-7106-497c-809e-43e91d271cf5 disassociated. External IP: 10.96.250.215, port: bde0cc3d-81c4-4b24-afa8-ec12f80d05be. [pid: 7|app: 0|req: 1213/2329] 10.0.0.78 () {34 vars in 741 bytes} [Fri Apr 3 03:57:11 2026] PUT /v2.0/routers/8e0664c1-2460-4a98-b9b0-c553ef82795e => generated 480 bytes in 436 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2330] 10.0.0.78 () {32 vars in 735 bytes} [Fri Apr 3 03:57:11 2026] GET /v2.0/ports?device_id=8e0664c1-2460-4a98-b9b0-c553ef82795e => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2331] 199.204.45.30 () {36 vars in 996 bytes} [Fri Apr 3 03:57:11 2026] DELETE /v2.0/ports/bde0cc3d-81c4-4b24-afa8-ec12f80d05be => generated 0 bytes in 617 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:57:11.918 7 INFO neutron_taas.services.taas.taas_plugin [None req-2156d9c1-9572-4ca8-9510-e31c260cd282 3327dd15f6d34431bc7cf7c0bad678a3 baf1b99c7b4c414e81a48dbdf0e13e1b - - default default] TaaS: Handle Delete Port: 72d63097-d982-4a56-9b54-e4c112edd930 2026-04-03 03:57:11.921 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2156d9c1-9572-4ca8-9510-e31c260cd282 3327dd15f6d34431bc7cf7c0bad678a3 baf1b99c7b4c414e81a48dbdf0e13e1b - - default default] Tap Mirror: Handle Delete Port: 72d63097-d982-4a56-9b54-e4c112edd930 2026-04-03 03:57:11.942 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f8212102-8cb5-4adb-8861-88cfd7a97826'] response: {'server_uuid': '09dac6c5-a5ea-4646-9036-89335989df53', 'name': 'network-vif-deleted', 'tag': 'bde0cc3d-81c4-4b24-afa8-ec12f80d05be', 'status': 'completed', 'code': 200} 2026-04-03 03:57:12.227 7 INFO neutron.services.segments.plugin [-] Segment 882ce71c-0f60-4915-9369-12657cc76285 resource provider aggregate not found 2026-04-03 03:57:12.241 7 INFO neutron.services.segments.plugin [-] Segment 882ce71c-0f60-4915-9369-12657cc76285 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 882ce71c-0f60-4915-9369-12657cc76285 found for delete ", "request_id": "req-8dc49673-d57d-45b9-93e6-4c1bccc8a60b"}]} 2026-04-03 03:57:12.243 7 INFO neutron.services.segments.plugin [-] Segment 882ce71c-0f60-4915-9369-12657cc76285 resource provider aggregate not found 2026-04-03 03:57:12.260 7 INFO neutron.db.l3_hamode_db [None req-2156d9c1-9572-4ca8-9510-e31c260cd282 3327dd15f6d34431bc7cf7c0bad678a3 baf1b99c7b4c414e81a48dbdf0e13e1b - - default default] HA network 1ecd752c-7f5b-4a8a-b25f-073a6db7042b was deleted as no HA routers are present in tenant baf1b99c7b4c414e81a48dbdf0e13e1b. 2026-04-03 03:57:12.264 7 INFO neutron.services.segments.plugin [-] Segment 882ce71c-0f60-4915-9369-12657cc76285 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 882ce71c-0f60-4915-9369-12657cc76285 found for delete ", "request_id": "req-22bb2999-ae8d-4d6f-b4a8-bfb1a8de37eb"}]} [pid: 7|app: 0|req: 1215/2332] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:57:11 2026] DELETE /v2.0/routers/8e0664c1-2460-4a98-b9b0-c553ef82795e => generated 0 bytes in 475 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2333] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:57:12 2026] GET /v2.0/ports?device_id=09dac6c5-a5ea-4646-9036-89335989df53 => 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: 1216/2334] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:57:12 2026] GET /v2.0/security-groups?tenant_id=baf1b99c7b4c414e81a48dbdf0e13e1b&name=default => generated 2925 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2335] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:57:13 2026] DELETE /v2.0/security-groups/b870b6f9-a63d-4fbc-b30f-bbb6c26af5f1 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2336] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:57:13 2026] GET /v2.0/ports?device_id=09dac6c5-a5ea-4646-9036-89335989df53 => 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: 1120/2337] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:57:13 2026] GET /v2.0/security-groups?tenant_id=e03e0bf204034df389ada3bb0ecbf280&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2338] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:57:13 2026] DELETE /v2.0/security-groups/59b70f4e-cbaf-43fd-bdc1-6e0c4f590b16 => 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: 1121/2339] 199.204.45.30 () {30 vars in 702 bytes} [Fri Apr 3 03:57:13 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: 7|app: 0|req: 1219/2340] 199.204.45.30 () {30 vars in 704 bytes} [Fri Apr 3 03:57:13 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: 1122/2341] 199.204.45.30 () {30 vars in 680 bytes} [Fri Apr 3 03:57:13 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: 1220/2342] 199.204.45.30 () {30 vars in 716 bytes} [Fri Apr 3 03:57:13 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: 1123/2343] 199.204.45.30 () {30 vars in 740 bytes} [Fri Apr 3 03:57:14 2026] GET /v2.0/subnets/2c7d29b1-c668-46e4-bc6f-f53e252bb383 => generated 676 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2344] 199.204.45.30 () {30 vars in 768 bytes} [Fri Apr 3 03:57:14 2026] GET /v2.0/ports?device_id=cde601f0-3365-4f98-87be-6b49e8f6d09e => generated 1248 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2345] 199.204.45.30 () {34 vars in 716 bytes} [Fri Apr 3 03:57:14 2026] POST /v2.0/ports => generated 1059 bytes in 388 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2346] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:57:14 2026] GET /v2.0/ports?device_id=09dac6c5-a5ea-4646-9036-89335989df53 => 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: 1125/2347] 10.0.0.71 () {34 vars in 970 bytes} [Fri Apr 3 03:57:14 2026] GET /v2.0/ports/b98b5b0a-cedc-418b-a0f4-3b18ba8e0913 => generated 1059 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2348] 10.0.0.71 () {34 vars in 906 bytes} [Fri Apr 3 03:57:14 2026] GET /v2.0/extensions => generated 21537 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2349] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:57:15 2026] GET /v2.0/ports?device_id=09dac6c5-a5ea-4646-9036-89335989df53 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2350] 199.204.45.30 () {34 vars in 1261 bytes} [Fri Apr 3 03:57:15 2026] GET /v2.0/ports/b98b5b0a-cedc-418b-a0f4-3b18ba8e0913?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2351] 199.204.45.30 () {34 vars in 1011 bytes} [Fri Apr 3 03:57:15 2026] GET /v2.0/networks/7c369af2-ac07-4822-a245-08de9a8ffd2b?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2352] 199.204.45.30 () {34 vars in 1111 bytes} [Fri Apr 3 03:57:15 2026] GET /v2.0/networks/7c369af2-ac07-4822-a245-08de9a8ffd2b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2353] 199.204.45.30 () {34 vars in 974 bytes} [Fri Apr 3 03:57:16 2026] GET /v2.0/ports/b98b5b0a-cedc-418b-a0f4-3b18ba8e0913 => generated 1059 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2354] 199.204.45.30 () {34 vars in 985 bytes} [Fri Apr 3 03:57:16 2026] GET /v2.0/networks?id=7c369af2-ac07-4822-a245-08de9a8ffd2b => generated 802 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2355] 199.204.45.30 () {38 vars in 1027 bytes} [Fri Apr 3 03:57:16 2026] PUT /v2.0/ports/b98b5b0a-cedc-418b-a0f4-3b18ba8e0913 => generated 1249 bytes in 423 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2356] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:57:16 2026] DELETE /v2.0/security-groups/fc5a4c06-6c02-4e91-a8df-ef520fc1c614 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 03:57:16.864 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-508a1f42-6362-4ecb-b4c5-eb218b960347'] response: {'name': 'network-changed', 'server_uuid': 'cde601f0-3365-4f98-87be-6b49e8f6d09e', 'tag': 'b98b5b0a-cedc-418b-a0f4-3b18ba8e0913', 'status': 'completed', 'code': 200} 2026-04-03 03:57:16.999 7 INFO neutron_taas.services.taas.taas_plugin [None req-7b3629e7-5ed4-4f7c-8ac2-eb53beedce63 8ca7c09a9357440697511082a3bd6144 58bcd6e5f118416b9d0a36f979686751 - - default default] TaaS: Handle Delete Port: 5815af0f-0ca2-4ac4-a3c5-5d7369470b85 2026-04-03 03:57:17.002 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b3629e7-5ed4-4f7c-8ac2-eb53beedce63 8ca7c09a9357440697511082a3bd6144 58bcd6e5f118416b9d0a36f979686751 - - default default] Tap Mirror: Handle Delete Port: 5815af0f-0ca2-4ac4-a3c5-5d7369470b85 [pid: 8|app: 0|req: 1130/2357] 10.0.0.78 () {34 vars in 675 bytes} [Fri Apr 3 03:57:16 2026] POST /v2.0/subnetpools => generated 516 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2358] 10.0.0.78 () {34 vars in 758 bytes} [Fri Apr 3 03:57:17 2026] PUT /v2.0/subnetpools/01f1768d-4392-4431-88fa-67f4fa1cf8d4/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2359] 10.0.0.78 () {32 vars in 738 bytes} [Fri Apr 3 03:57:17 2026] GET /v2.0/subnetpools/01f1768d-4392-4431-88fa-67f4fa1cf8d4/tags => generated 25 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2360] 10.0.0.78 () {32 vars in 731 bytes} [Fri Apr 3 03:57:16 2026] DELETE /v2.0/floatingips/41575342-7106-497c-809e-43e91d271cf5 => generated 0 bytes in 279 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2361] 10.0.0.78 () {34 vars in 769 bytes} [Fri Apr 3 03:57:17 2026] PUT /v2.0/subnetpools/01f1768d-4392-4431-88fa-67f4fa1cf8d4/tags/green => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2362] 10.0.0.78 () {32 vars in 738 bytes} [Fri Apr 3 03:57:17 2026] GET /v2.0/subnetpools/01f1768d-4392-4431-88fa-67f4fa1cf8d4/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2363] 10.0.0.78 () {34 vars in 765 bytes} [Fri Apr 3 03:57:17 2026] PUT /v2.0/subnetpools/01f1768d-4392-4431-88fa-67f4fa1cf8d4/tags/red => generated 4 bytes in 32 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2364] 10.0.0.78 () {32 vars in 738 bytes} [Fri Apr 3 03:57:17 2026] GET /v2.0/subnetpools/01f1768d-4392-4431-88fa-67f4fa1cf8d4/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2365] 10.0.0.78 () {34 vars in 787 bytes} [Fri Apr 3 03:57:17 2026] PUT /v2.0/subnetpools/01f1768d-4392-4431-88fa-67f4fa1cf8d4/tags/black.or.white => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2366] 10.0.0.78 () {32 vars in 738 bytes} [Fri Apr 3 03:57:17 2026] GET /v2.0/subnetpools/01f1768d-4392-4431-88fa-67f4fa1cf8d4/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: 1231/2367] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:57:17 2026] GET /v2.0/ports?device_id=ab9ebd65-fa27-47f3-b418-614d25893436 => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2368] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:57:17 2026] GET /v2.0/ports?tenant_id=7dfcef0d5ba54800b9d97a47125a8d51&device_id=cde601f0-3365-4f98-87be-6b49e8f6d09e => generated 2489 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2369] 10.0.0.78 () {34 vars in 758 bytes} [Fri Apr 3 03:57:17 2026] PUT /v2.0/subnetpools/01f1768d-4392-4431-88fa-67f4fa1cf8d4/tags => generated 37 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2370] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:57:17 2026] GET /v2.0/security-groups?id=1e24a764-a27a-46c6-ad1e-efb0e3147be7&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2371] 199.204.45.30 () {34 vars in 985 bytes} [Fri Apr 3 03:57:17 2026] GET /v2.0/networks?id=7c369af2-ac07-4822-a245-08de9a8ffd2b => generated 802 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2372] 10.0.0.78 () {32 vars in 738 bytes} [Fri Apr 3 03:57:17 2026] GET /v2.0/subnetpools/01f1768d-4392-4431-88fa-67f4fa1cf8d4/tags => generated 37 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2373] 199.204.45.30 () {34 vars in 1057 bytes} [Fri Apr 3 03:57:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.103&port_id=b98b5b0a-cedc-418b-a0f4-3b18ba8e0913 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2374] 10.0.0.78 () {32 vars in 746 bytes} [Fri Apr 3 03:57:17 2026] GET /v2.0/subnetpools/01f1768d-4392-4431-88fa-67f4fa1cf8d4/tags/red => generated 0 bytes in 24 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2375] 199.204.45.30 () {34 vars in 983 bytes} [Fri Apr 3 03:57:17 2026] GET /v2.0/subnets?id=2c7d29b1-c668-46e4-bc6f-f53e252bb383 => generated 679 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:57:17.524 8 INFO neutron.api.v2.resource [None req-ba5cfeff-d36d-4e52-b8c5-173c92515be0 2186b64f45dc408d985b302797515fe9 0a4245cc4808449fad3d3bac2bc9ddb7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1141/2376] 10.0.0.78 () {32 vars in 750 bytes} [Fri Apr 3 03:57:17 2026] GET /v2.0/subnetpools/01f1768d-4392-4431-88fa-67f4fa1cf8d4/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: 1236/2377] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:57:17 2026] GET /v2.0/ports?network_id=7c369af2-ac07-4822-a245-08de9a8ffd2b&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2378] 10.0.0.78 () {32 vars in 749 bytes} [Fri Apr 3 03:57:17 2026] DELETE /v2.0/subnetpools/01f1768d-4392-4431-88fa-67f4fa1cf8d4/tags/red => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2379] 199.204.45.30 () {34 vars in 1011 bytes} [Fri Apr 3 03:57:17 2026] GET /v2.0/networks/7c369af2-ac07-4822-a245-08de9a8ffd2b?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2380] 10.0.0.78 () {32 vars in 738 bytes} [Fri Apr 3 03:57:17 2026] GET /v2.0/subnetpools/01f1768d-4392-4431-88fa-67f4fa1cf8d4/tags => generated 30 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:57:17.642 7 INFO neutron.api.v2.resource [None req-9ccb1853-171a-43f0-8f34-06cee405835c 2186b64f45dc408d985b302797515fe9 0a4245cc4808449fad3d3bac2bc9ddb7 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1238/2381] 10.0.0.78 () {32 vars in 753 bytes} [Fri Apr 3 03:57:17 2026] DELETE /v2.0/subnetpools/01f1768d-4392-4431-88fa-67f4fa1cf8d4/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: 1144/2382] 199.204.45.30 () {34 vars in 1111 bytes} [Fri Apr 3 03:57:17 2026] GET /v2.0/networks/7c369af2-ac07-4822-a245-08de9a8ffd2b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2383] 10.0.0.78 () {32 vars in 741 bytes} [Fri Apr 3 03:57:17 2026] DELETE /v2.0/subnetpools/01f1768d-4392-4431-88fa-67f4fa1cf8d4/tags => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2384] 10.0.0.78 () {32 vars in 738 bytes} [Fri Apr 3 03:57:17 2026] GET /v2.0/subnetpools/01f1768d-4392-4431-88fa-67f4fa1cf8d4/tags => 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: 1240/2385] 10.0.0.78 () {32 vars in 731 bytes} [Fri Apr 3 03:57:17 2026] DELETE /v2.0/subnetpools/01f1768d-4392-4431-88fa-67f4fa1cf8d4 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2386] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:57:18 2026] GET /v2.0/ports?device_id=ab9ebd65-fa27-47f3-b418-614d25893436 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2387] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:57:18 2026] GET /v2.0/security-groups?id=1e24a764-a27a-46c6-ad1e-efb0e3147be7&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2388] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:57:18 2026] GET /v2.0/security-groups?tenant_id=0a4245cc4808449fad3d3bac2bc9ddb7&name=default => generated 2925 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2389] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:57:18 2026] GET /v2.0/ports?tenant_id=7dfcef0d5ba54800b9d97a47125a8d51&device_id=cde601f0-3365-4f98-87be-6b49e8f6d09e => generated 2489 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2390] 199.204.45.30 () {34 vars in 1061 bytes} [Fri Apr 3 03:57:18 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.178&port_id=30531db4-9507-4ea6-877e-a8886d64e346 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2391] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:57:18 2026] DELETE /v2.0/security-groups/5065261f-bd3e-4606-b5ca-0652d9b8dd29 => 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: 1149/2392] 199.204.45.30 () {34 vars in 983 bytes} [Fri Apr 3 03:57:18 2026] GET /v2.0/subnets?id=bc5b5601-434a-4258-83cc-61e1eb5f34f8 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2393] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:57:18 2026] GET /v2.0/ports?network_id=cb738926-1880-4b2f-99f8-5f8f2a06f59c&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: 1150/2394] 199.204.45.30 () {34 vars in 1011 bytes} [Fri Apr 3 03:57:18 2026] GET /v2.0/networks/cb738926-1880-4b2f-99f8-5f8f2a06f59c?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2395] 199.204.45.30 () {34 vars in 1111 bytes} [Fri Apr 3 03:57:18 2026] GET /v2.0/networks/cb738926-1880-4b2f-99f8-5f8f2a06f59c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2396] 199.204.45.30 () {34 vars in 1057 bytes} [Fri Apr 3 03:57:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.103&port_id=b98b5b0a-cedc-418b-a0f4-3b18ba8e0913 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2397] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:57:18 2026] GET /v2.0/security-groups?tenant_id=5bf02899e8cb42f1987aa7d20100a4db&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2398] 199.204.45.30 () {34 vars in 983 bytes} [Fri Apr 3 03:57:18 2026] GET /v2.0/subnets?id=2c7d29b1-c668-46e4-bc6f-f53e252bb383 => generated 679 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2399] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:57:18 2026] GET /v2.0/ports?network_id=7c369af2-ac07-4822-a245-08de9a8ffd2b&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2400] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:57:18 2026] DELETE /v2.0/security-groups/79c32875-51a7-4969-9753-54e88b3c98d1 => 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: 1155/2401] 199.204.45.30 () {34 vars in 1011 bytes} [Fri Apr 3 03:57:19 2026] GET /v2.0/networks/7c369af2-ac07-4822-a245-08de9a8ffd2b?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2402] 199.204.45.30 () {34 vars in 1111 bytes} [Fri Apr 3 03:57:19 2026] GET /v2.0/networks/7c369af2-ac07-4822-a245-08de9a8ffd2b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2403] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:57:19 2026] GET /v2.0/ports?device_id=ab9ebd65-fa27-47f3-b418-614d25893436 => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2404] 199.204.45.30 () {34 vars in 993 bytes} [Fri Apr 3 03:57:19 2026] GET /v2.0/ports?device_id=ab9ebd65-fa27-47f3-b418-614d25893436 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2405] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:57:19 2026] GET /v2.0/security-groups?id=1e24a764-a27a-46c6-ad1e-efb0e3147be7&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:57:19.894 7 INFO neutron_taas.services.taas.taas_plugin [req-6db9a016-55b0-4ab2-ada5-4d0818f20629 req-3e0a260c-f9e5-47a7-8221-9b89e78f5067 8ca7c09a9357440697511082a3bd6144 58bcd6e5f118416b9d0a36f979686751 - - default default] TaaS: Handle Delete Port: ab076afa-dfeb-4673-953c-88d3b658df8e 2026-04-03 03:57:19.898 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6db9a016-55b0-4ab2-ada5-4d0818f20629 req-3e0a260c-f9e5-47a7-8221-9b89e78f5067 8ca7c09a9357440697511082a3bd6144 58bcd6e5f118416b9d0a36f979686751 - - default default] Tap Mirror: Handle Delete Port: ab076afa-dfeb-4673-953c-88d3b658df8e [pid: 7|app: 0|req: 1249/2406] 199.204.45.30 () {36 vars in 996 bytes} [Fri Apr 3 03:57:19 2026] DELETE /v2.0/ports/ab076afa-dfeb-4673-953c-88d3b658df8e => generated 0 bytes in 255 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:57:20.078 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e9c1b88e-496c-4557-8043-e381d259bc0b'] response: {'server_uuid': 'ab9ebd65-fa27-47f3-b418-614d25893436', 'name': 'network-vif-deleted', 'tag': 'ab076afa-dfeb-4673-953c-88d3b658df8e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1158/2407] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:57:20 2026] GET /v2.0/ports?device_id=ab9ebd65-fa27-47f3-b418-614d25893436 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2408] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:57:21 2026] GET /v2.0/ports?device_id=ab9ebd65-fa27-47f3-b418-614d25893436 => 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: 1252/2411] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:57:23 2026] GET /v2.0/ports?device_id=ab9ebd65-fa27-47f3-b418-614d25893436 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2412] 10.0.0.71 () {34 vars in 970 bytes} [Fri Apr 3 03:57:23 2026] GET /v2.0/ports/b98b5b0a-cedc-418b-a0f4-3b18ba8e0913 => generated 1251 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2413] 199.204.45.30 () {34 vars in 788 bytes} [Fri Apr 3 03:57:23 2026] PUT /v2.0/ports/b98b5b0a-cedc-418b-a0f4-3b18ba8e0913 => generated 1275 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 03:57:23.550 8 INFO neutron.api.v2.resource [None req-7d927a21-b0bb-469b-9869-2d232408e515 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1161/2414] 199.204.45.30 () {30 vars in 762 bytes} [Fri Apr 3 03:57:23 2026] GET /v2.0/security-groups/lb-ac9ad837-f7d6-4585-9d43-8de85c638637 => generated 149 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-03 03:57:23.575 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bff7d523-63ab-4f2f-8f1c-1b5b42b14bfe'] response: {'name': 'network-changed', 'server_uuid': 'cde601f0-3365-4f98-87be-6b49e8f6d09e', 'tag': 'b98b5b0a-cedc-418b-a0f4-3b18ba8e0913', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1254/2415] 199.204.45.30 () {30 vars in 784 bytes} [Fri Apr 3 03:57:23 2026] GET /v2.0/security-groups?name=lb-ac9ad837-f7d6-4585-9d43-8de85c638637 => generated 1637 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2416] 199.204.45.30 () {34 vars in 788 bytes} [Fri Apr 3 03:57:23 2026] PUT /v2.0/ports/b98b5b0a-cedc-418b-a0f4-3b18ba8e0913 => generated 1313 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 03:57:23.901 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b387c29b-ffec-47ef-a3a4-eda933fd016e'] response: {'name': 'network-changed', 'server_uuid': 'cde601f0-3365-4f98-87be-6b49e8f6d09e', 'tag': 'b98b5b0a-cedc-418b-a0f4-3b18ba8e0913', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1255/2417] 199.204.45.30 () {30 vars in 702 bytes} [Fri Apr 3 03:57:24 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 1163/2418] 199.204.45.30 () {30 vars in 704 bytes} [Fri Apr 3 03:57:24 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: 1164/2419] 199.204.45.30 () {30 vars in 680 bytes} [Fri Apr 3 03:57:24 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2420] 199.204.45.30 () {30 vars in 716 bytes} [Fri Apr 3 03:57:24 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: 7|app: 0|req: 1256/2421] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:57:24 2026] GET /v2.0/ports?tenant_id=7dfcef0d5ba54800b9d97a47125a8d51&device_id=cde601f0-3365-4f98-87be-6b49e8f6d09e => generated 2589 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2422] 199.204.45.30 () {30 vars in 740 bytes} [Fri Apr 3 03:57:24 2026] GET /v2.0/subnets/2c7d29b1-c668-46e4-bc6f-f53e252bb383 => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2423] 199.204.45.30 () {34 vars in 985 bytes} [Fri Apr 3 03:57:24 2026] GET /v2.0/networks?id=7c369af2-ac07-4822-a245-08de9a8ffd2b => generated 802 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2424] 199.204.45.30 () {30 vars in 736 bytes} [Fri Apr 3 03:57:24 2026] GET /v2.0/ports/d1d1d358-59fd-48e7-a663-3c6a070d5e89 => generated 1128 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2425] 199.204.45.30 () {34 vars in 1057 bytes} [Fri Apr 3 03:57:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.103&port_id=b98b5b0a-cedc-418b-a0f4-3b18ba8e0913 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2426] 199.204.45.30 () {30 vars in 736 bytes} [Fri Apr 3 03:57:24 2026] GET /v2.0/ports/b98b5b0a-cedc-418b-a0f4-3b18ba8e0913 => generated 1349 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2427] 199.204.45.30 () {34 vars in 983 bytes} [Fri Apr 3 03:57:24 2026] GET /v2.0/subnets?id=2c7d29b1-c668-46e4-bc6f-f53e252bb383 => generated 679 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2428] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:57:24 2026] DELETE /v2.0/security-groups/1e24a764-a27a-46c6-ad1e-efb0e3147be7 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2429] 199.204.45.30 () {30 vars in 740 bytes} [Fri Apr 3 03:57:24 2026] GET /v2.0/subnets/2c7d29b1-c668-46e4-bc6f-f53e252bb383 => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2430] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:57:24 2026] GET /v2.0/ports?network_id=7c369af2-ac07-4822-a245-08de9a8ffd2b&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2431] 199.204.45.30 () {30 vars in 742 bytes} [Fri Apr 3 03:57:24 2026] GET /v2.0/networks/7c369af2-ac07-4822-a245-08de9a8ffd2b => generated 799 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2432] 199.204.45.30 () {34 vars in 1011 bytes} [Fri Apr 3 03:57:24 2026] GET /v2.0/networks/7c369af2-ac07-4822-a245-08de9a8ffd2b?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2433] 199.204.45.30 () {30 vars in 736 bytes} [Fri Apr 3 03:57:24 2026] GET /v2.0/ports/d1d1d358-59fd-48e7-a663-3c6a070d5e89 => generated 1128 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2434] 199.204.45.30 () {34 vars in 1111 bytes} [Fri Apr 3 03:57:24 2026] GET /v2.0/networks/7c369af2-ac07-4822-a245-08de9a8ffd2b?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: 1267/2435] 199.204.45.30 () {30 vars in 740 bytes} [Fri Apr 3 03:57:24 2026] GET /v2.0/subnets/2c7d29b1-c668-46e4-bc6f-f53e252bb383 => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:57:24.712 8 INFO neutron_taas.services.taas.taas_plugin [None req-2760e3ee-2434-4c78-8c32-93a6b2d0719a 8ca7c09a9357440697511082a3bd6144 58bcd6e5f118416b9d0a36f979686751 - - default default] TaaS: Handle Delete Port: f6c03c29-c057-4151-a544-733b98d94e14 2026-04-03 03:57:24.716 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2760e3ee-2434-4c78-8c32-93a6b2d0719a 8ca7c09a9357440697511082a3bd6144 58bcd6e5f118416b9d0a36f979686751 - - default default] Tap Mirror: Handle Delete Port: f6c03c29-c057-4151-a544-733b98d94e14 [pid: 8|app: 0|req: 1169/2436] 10.0.0.78 () {34 vars in 788 bytes} [Fri Apr 3 03:57:24 2026] PUT /v2.0/routers/1fb0daa5-259e-4f47-9c79-7ed53ad5ac63/remove_router_interface => generated 309 bytes in 993 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2437] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:57:25 2026] DELETE /v2.0/subnets/1341417d-c86b-4fd8-ad38-0814cd85d4f9 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2438] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:57:25 2026] GET /v2.0/ports?tenant_id=7dfcef0d5ba54800b9d97a47125a8d51&device_id=cde601f0-3365-4f98-87be-6b49e8f6d09e => generated 2589 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2439] 199.204.45.30 () {34 vars in 985 bytes} [Fri Apr 3 03:57:25 2026] GET /v2.0/networks?id=7c369af2-ac07-4822-a245-08de9a8ffd2b => generated 802 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2440] 199.204.45.30 () {34 vars in 1057 bytes} [Fri Apr 3 03:57:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.103&port_id=b98b5b0a-cedc-418b-a0f4-3b18ba8e0913 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2441] 199.204.45.30 () {34 vars in 983 bytes} [Fri Apr 3 03:57:25 2026] GET /v2.0/subnets?id=2c7d29b1-c668-46e4-bc6f-f53e252bb383 => generated 679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2442] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:57:25 2026] GET /v2.0/ports?network_id=7c369af2-ac07-4822-a245-08de9a8ffd2b&device_owner=network%3Adhcp => generated 1461 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 03:57:25.671 8 INFO neutron_taas.services.taas.taas_plugin [None req-f7c765af-926b-4bd3-839a-ca5e61e0cd4e 8ca7c09a9357440697511082a3bd6144 58bcd6e5f118416b9d0a36f979686751 - - default default] TaaS: Handle Delete Port: d5372865-0efb-4059-9a98-1b4bdf57443a 2026-04-03 03:57:25.674 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f7c765af-926b-4bd3-839a-ca5e61e0cd4e 8ca7c09a9357440697511082a3bd6144 58bcd6e5f118416b9d0a36f979686751 - - default default] Tap Mirror: Handle Delete Port: d5372865-0efb-4059-9a98-1b4bdf57443a [pid: 7|app: 0|req: 1274/2443] 199.204.45.30 () {34 vars in 1011 bytes} [Fri Apr 3 03:57:25 2026] GET /v2.0/networks/7c369af2-ac07-4822-a245-08de9a8ffd2b?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2444] 199.204.45.30 () {34 vars in 1111 bytes} [Fri Apr 3 03:57:25 2026] GET /v2.0/networks/7c369af2-ac07-4822-a245-08de9a8ffd2b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:57:25.912 8 INFO neutron_taas.services.taas.taas_plugin [None req-f7c765af-926b-4bd3-839a-ca5e61e0cd4e 8ca7c09a9357440697511082a3bd6144 58bcd6e5f118416b9d0a36f979686751 - - default default] TaaS: Handle Delete Port: c92e68cf-5e8e-4da2-9e6e-caeeb520e2b4 2026-04-03 03:57:25.914 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f7c765af-926b-4bd3-839a-ca5e61e0cd4e 8ca7c09a9357440697511082a3bd6144 58bcd6e5f118416b9d0a36f979686751 - - default default] Tap Mirror: Handle Delete Port: c92e68cf-5e8e-4da2-9e6e-caeeb520e2b4 2026-04-03 03:57:26.211 8 INFO neutron.services.segments.plugin [-] Segment 6709aa3f-bfe6-4c20-9f09-7152311399a7 resource provider aggregate not found 2026-04-03 03:57:26.219 8 INFO neutron.services.segments.plugin [-] Segment 6709aa3f-bfe6-4c20-9f09-7152311399a7 resource provider aggregate not found 2026-04-03 03:57:26.238 8 INFO neutron.services.segments.plugin [-] Segment 6709aa3f-bfe6-4c20-9f09-7152311399a7 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 6709aa3f-bfe6-4c20-9f09-7152311399a7 found for delete ", "request_id": "req-a2b4a154-0047-4d86-a867-efce3adc0149"}]} 2026-04-03 03:57:26.241 8 INFO neutron.services.segments.plugin [-] Segment 6709aa3f-bfe6-4c20-9f09-7152311399a7 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 6709aa3f-bfe6-4c20-9f09-7152311399a7 found for delete ", "request_id": "req-dc22611c-2adc-4da2-9e13-368b2ae43ea6"}]} 2026-04-03 03:57:26.248 8 INFO neutron.db.l3_hamode_db [None req-f7c765af-926b-4bd3-839a-ca5e61e0cd4e 8ca7c09a9357440697511082a3bd6144 58bcd6e5f118416b9d0a36f979686751 - - default default] HA network b576adc7-ef31-4c12-bd36-7efc62cd2716 was deleted as no HA routers are present in tenant 58bcd6e5f118416b9d0a36f979686751. [pid: 8|app: 0|req: 1170/2445] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:57:25 2026] DELETE /v2.0/routers/1fb0daa5-259e-4f47-9c79-7ed53ad5ac63 => generated 0 bytes in 815 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 03:57:26.340 7 INFO neutron_taas.services.taas.taas_plugin [None req-b783b903-1c26-4479-8822-b638e33695c8 8ca7c09a9357440697511082a3bd6144 58bcd6e5f118416b9d0a36f979686751 - - default default] TaaS: Handle Delete Port: bd525374-aba3-4ba1-9c47-753aab975abb 2026-04-03 03:57:26.342 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b783b903-1c26-4479-8822-b638e33695c8 8ca7c09a9357440697511082a3bd6144 58bcd6e5f118416b9d0a36f979686751 - - default default] Tap Mirror: Handle Delete Port: bd525374-aba3-4ba1-9c47-753aab975abb 2026-04-03 03:57:26.491 7 INFO neutron.services.segments.plugin [-] Segment 3d4cb3d2-2fc4-444a-9449-3881a310413d resource provider aggregate not found 2026-04-03 03:57:26.499 7 INFO neutron.services.segments.plugin [-] Segment 3d4cb3d2-2fc4-444a-9449-3881a310413d resource provider aggregate not found 2026-04-03 03:57:26.504 7 INFO neutron.services.segments.plugin [-] Segment 3d4cb3d2-2fc4-444a-9449-3881a310413d 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 3d4cb3d2-2fc4-444a-9449-3881a310413d found for delete ", "request_id": "req-0c8f0e4e-987c-4369-97c9-12f1d8dd4d32"}]} 2026-04-03 03:57:26.516 7 INFO neutron.services.segments.plugin [-] Segment 3d4cb3d2-2fc4-444a-9449-3881a310413d 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 3d4cb3d2-2fc4-444a-9449-3881a310413d found for delete ", "request_id": "req-df2b6ca1-fe4d-4bf5-a5c2-236bf2b4b029"}]} [pid: 7|app: 0|req: 1276/2446] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:57:26 2026] DELETE /v2.0/networks/02d6c2fa-b97e-4217-affd-a9e28be48590 => generated 0 bytes in 274 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2447] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:57:27 2026] GET /v2.0/security-groups?tenant_id=ee40c755e44a473186eb0418892b01a6&name=default => generated 2925 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2448] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:57:27 2026] DELETE /v2.0/security-groups/5afc3238-da5b-48dd-bd5e-5deb0fb8ef1f => 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: 1172/2449] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:57:27 2026] GET /v2.0/security-groups?tenant_id=58bcd6e5f118416b9d0a36f979686751&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2450] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:57:27 2026] DELETE /v2.0/security-groups/da34268c-2b0d-4cb8-9174-7c2f366c4b87 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 03:57:29.974 8 INFO neutron.db.segments_db [None req-d33c1bcb-070a-408f-af35-abc33c16ef07 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Added segment cb66084d-828b-4928-b002-f353609f242c of type vxlan for network f8b3b70a-56d0-4461-9ddf-50737bca50af [pid: 8|app: 0|req: 1173/2451] 10.0.0.78 () {34 vars in 670 bytes} [Fri Apr 3 03:57:29 2026] POST /v2.0/networks => generated 722 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2452] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:57:30 2026] POST /v2.0/subnets => generated 688 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:57:30.277 8 INFO neutron.db.segments_db [None req-f1cba0a1-850a-4ee3-8354-f74bafa7724a b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Added segment 95a4df72-7d07-467a-bf81-13ceb95d6b42 of type vxlan for network 8be61984-5df1-4e02-adc4-2f5b2cf11b6b 2026-04-03 03:57:30.531 8 INFO neutron.db.l3_hamode_db [None req-f1cba0a1-850a-4ee3-8354-f74bafa7724a b59e91656d154720b278bada7f0493c1 c0bcc0e80b084c2e99f99d587ccb8ef2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-03 03:57:31.294 8 INFO neutron.db.l3_hamode_db [None req-f1cba0a1-850a-4ee3-8354-f74bafa7724a b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-03 03:57:31.710 7 INFO neutron.db.l3_db [None req-c2164540-ef2b-41d9-96ad-340e5b815d81 f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] Floating IP 56f79ba9-8e32-445f-8be9-cad640f29e31 associated. External IP: 10.96.250.220, port: d1d1d358-59fd-48e7-a663-3c6a070d5e89. [pid: 7|app: 0|req: 1280/2453] 10.0.0.78 () {34 vars in 676 bytes} [Fri Apr 3 03:57:30 2026] POST /v2.0/floatingips => generated 898 bytes in 1031 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2454] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:57:30 2026] POST /v2.0/routers => generated 728 bytes in 1956 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2455] 10.0.0.78 () {34 vars in 782 bytes} [Fri Apr 3 03:57:32 2026] PUT /v2.0/routers/edb776d6-2f72-4b59-8dc0-fffb465a8ebf/add_router_interface => generated 309 bytes in 1245 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:57:34.686 8 INFO neutron.db.segments_db [None req-a456ce72-ebdf-419f-a7f9-593e8b1a9844 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Added segment 11997717-3631-49f1-ad4d-add44eac5b1f of type vxlan for network d4988a21-112c-48ad-822e-0bbf05184f6a [pid: 8|app: 0|req: 1175/2456] 10.0.0.78 () {34 vars in 670 bytes} [Fri Apr 3 03:57:34 2026] POST /v2.0/networks => generated 722 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2457] 199.204.45.30 () {30 vars in 702 bytes} [Fri Apr 3 03:57:34 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: 8|app: 0|req: 1177/2458] 199.204.45.30 () {30 vars in 704 bytes} [Fri Apr 3 03:57:34 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2459] 199.204.45.30 () {30 vars in 680 bytes} [Fri Apr 3 03:57:34 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: 8|app: 0|req: 1179/2460] 199.204.45.30 () {30 vars in 716 bytes} [Fri Apr 3 03:57: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) 2026-04-03 03:57:34.975 8 INFO neutron.api.v2.resource [None req-e14b3a52-d11b-41c5-a59d-430c4a28ea36 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1180/2461] 199.204.45.30 () {30 vars in 762 bytes} [Fri Apr 3 03:57:34 2026] GET /v2.0/security-groups/lb-ac9ad837-f7d6-4585-9d43-8de85c638637 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2462] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:57:34 2026] POST /v2.0/subnets => generated 688 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2463] 199.204.45.30 () {30 vars in 784 bytes} [Fri Apr 3 03:57:34 2026] GET /v2.0/security-groups?name=lb-ac9ad837-f7d6-4585-9d43-8de85c638637 => generated 1637 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 03:57:35.043 7 INFO neutron.db.segments_db [None req-004339bd-0fc7-493b-8f18-c3cb3c658e3d b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Added segment 77694bf0-129d-4759-90c7-565ccb5c9f4e of type vxlan for network 84a09083-c11b-4556-9063-e35744eaff2c [pid: 8|app: 0|req: 1182/2464] 199.204.45.30 () {30 vars in 814 bytes} [Fri Apr 3 03:57:35 2026] GET /v2.0/security-group-rules?security_group_id=ade5723d-91fe-4732-a075-894104913e03 => generated 1182 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2465] 199.204.45.30 () {34 vars in 746 bytes} [Fri Apr 3 03:57:35 2026] POST /v2.0/security-group-rules => generated 597 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:57:35.256 7 INFO neutron.db.l3_hamode_db [None req-004339bd-0fc7-493b-8f18-c3cb3c658e3d b59e91656d154720b278bada7f0493c1 56e0c0a7024241e6914f8441059f2464 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1184/2466] 199.204.45.30 () {34 vars in 746 bytes} [Fri Apr 3 03:57:35 2026] POST /v2.0/security-group-rules => generated 601 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:57:36.086 7 INFO neutron.db.l3_hamode_db [None req-004339bd-0fc7-493b-8f18-c3cb3c658e3d b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1283/2467] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:57:35 2026] POST /v2.0/routers => generated 728 bytes in 2036 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2470] 10.0.0.78 () {34 vars in 782 bytes} [Fri Apr 3 03:57:37 2026] PUT /v2.0/routers/348c3e08-f0d7-4389-8d40-3b6bc20e66ae/add_router_interface => generated 309 bytes in 1670 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2471] 10.0.0.78 () {34 vars in 684 bytes} [Fri Apr 3 03:57:39 2026] POST /v2.0/security-groups => generated 1677 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2472] 10.0.0.78 () {34 vars in 694 bytes} [Fri Apr 3 03:57:39 2026] POST /v2.0/security-group-rules => generated 597 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2473] 10.0.0.78 () {34 vars in 694 bytes} [Fri Apr 3 03:57:39 2026] POST /v2.0/security-group-rules => generated 596 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2474] 10.0.0.78 () {34 vars in 694 bytes} [Fri Apr 3 03:57:39 2026] POST /v2.0/security-group-rules => generated 602 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2475] 10.0.0.78 () {34 vars in 694 bytes} [Fri Apr 3 03:57:39 2026] POST /v2.0/security-group-rules => generated 601 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:57:40.160 8 INFO neutron.db.securitygroups_db [None req-762ac072-332a-4f93-8049-8b572a6e0e61 89d8ded101a94786afe9960be793b975 c0bcc0e80b084c2e99f99d587ccb8ef2 - - default default] Project c0bcc0e80b084c2e99f99d587ccb8ef2 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: 1188/2476] 10.0.0.78 () {34 vars in 694 bytes} [Fri Apr 3 03:57:40 2026] POST /v2.0/security-group-rules => generated 607 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:57:40.286 7 INFO neutron.db.securitygroups_db [None req-c19bd793-6d06-48e5-b028-3c9f5b42b2f7 89d8ded101a94786afe9960be793b975 c0bcc0e80b084c2e99f99d587ccb8ef2 - - default default] Project c0bcc0e80b084c2e99f99d587ccb8ef2 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: 1289/2477] 10.0.0.78 () {34 vars in 694 bytes} [Fri Apr 3 03:57:40 2026] POST /v2.0/security-group-rules => generated 606 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2478] 10.0.0.78 () {34 vars in 684 bytes} [Fri Apr 3 03:57:40 2026] POST /v2.0/security-groups => generated 1662 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2479] 10.0.0.78 () {34 vars in 694 bytes} [Fri Apr 3 03:57:40 2026] POST /v2.0/security-group-rules => generated 597 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2480] 10.0.0.78 () {34 vars in 694 bytes} [Fri Apr 3 03:57:41 2026] POST /v2.0/security-group-rules => generated 602 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2481] 10.0.0.78 () {34 vars in 675 bytes} [Fri Apr 3 03:57:41 2026] POST /v2.0/floatingips => generated 552 bytes in 499 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2482] 10.0.0.71 () {34 vars in 1099 bytes} [Fri Apr 3 03:57:41 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1792626344&fields=id&tenant_id=c0bcc0e80b084c2e99f99d587ccb8ef2 => generated 69 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2483] 10.0.0.71 () {34 vars in 1099 bytes} [Fri Apr 3 03:57:41 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1309134262&fields=id&tenant_id=c0bcc0e80b084c2e99f99d587ccb8ef2 => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2484] 10.0.0.71 () {34 vars in 981 bytes} [Fri Apr 3 03:57:41 2026] GET /v2.0/networks?id=f8b3b70a-56d0-4461-9ddf-50737bca50af => generated 673 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2485] 10.0.0.71 () {34 vars in 964 bytes} [Fri Apr 3 03:57:41 2026] GET /v2.0/quotas/c0bcc0e80b084c2e99f99d587ccb8ef2 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2486] 10.0.0.71 () {34 vars in 1001 bytes} [Fri Apr 3 03:57:41 2026] GET /v2.0/ports?tenant_id=c0bcc0e80b084c2e99f99d587ccb8ef2&fields=id => generated 103 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2487] 10.0.0.71 () {34 vars in 1007 bytes} [Fri Apr 3 03:57:42 2026] GET /v2.0/networks/f8b3b70a-56d0-4461-9ddf-50737bca50af?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2488] 10.0.0.71 () {34 vars in 1107 bytes} [Fri Apr 3 03:57:42 2026] GET /v2.0/networks/f8b3b70a-56d0-4461-9ddf-50737bca50af?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2489] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:57:42 2026] GET /v2.0/ports?device_id=af9e6940-53b1-4c19-8eaa-c434440f56a4 => 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: 1195/2490] 10.0.0.138 () {30 vars in 690 bytes} [Fri Apr 3 03:57:42 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: 1296/2491] 10.0.0.138 () {30 vars in 692 bytes} [Fri Apr 3 03:57:42 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: 1196/2492] 10.0.0.138 () {30 vars in 668 bytes} [Fri Apr 3 03:57:42 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: 1297/2493] 10.0.0.138 () {30 vars in 704 bytes} [Fri Apr 3 03:57:42 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: 1197/2494] 10.0.0.138 () {28 vars in 439 bytes} [Fri Apr 3 03:57:43 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: 1298/2495] 10.0.0.138 () {30 vars in 728 bytes} [Fri Apr 3 03:57:43 2026] GET /v2.0/subnets/ed025920-a6bf-43f2-88ae-d34db66fdd73 => generated 656 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2496] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:57:43 2026] GET /v2.0/ports?device_id=af9e6940-53b1-4c19-8eaa-c434440f56a4 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2497] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:57:44 2026] GET /v2.0/ports?device_id=af9e6940-53b1-4c19-8eaa-c434440f56a4 => 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: 1199/2498] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:57:45 2026] GET /v2.0/ports?device_id=af9e6940-53b1-4c19-8eaa-c434440f56a4 => 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: 1300/2499] 199.204.45.30 () {30 vars in 702 bytes} [Fri Apr 3 03:57:45 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2500] 199.204.45.30 () {30 vars in 704 bytes} [Fri Apr 3 03:57:45 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: 1301/2501] 199.204.45.30 () {30 vars in 680 bytes} [Fri Apr 3 03:57:45 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: 8|app: 0|req: 1201/2502] 199.204.45.30 () {30 vars in 716 bytes} [Fri Apr 3 03:57:45 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: 1302/2503] 199.204.45.30 () {30 vars in 740 bytes} [Fri Apr 3 03:57:45 2026] GET /v2.0/subnets/ed025920-a6bf-43f2-88ae-d34db66fdd73 => generated 674 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2504] 199.204.45.30 () {30 vars in 768 bytes} [Fri Apr 3 03:57:45 2026] GET /v2.0/ports?device_id=cde601f0-3365-4f98-87be-6b49e8f6d09e => generated 2589 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2505] 199.204.45.30 () {30 vars in 702 bytes} [Fri Apr 3 03:57:46 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: 1203/2506] 199.204.45.30 () {30 vars in 704 bytes} [Fri Apr 3 03:57:46 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: 1304/2507] 199.204.45.30 () {30 vars in 680 bytes} [Fri Apr 3 03:57:46 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: 1204/2508] 199.204.45.30 () {30 vars in 716 bytes} [Fri Apr 3 03:57:46 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: 1305/2509] 199.204.45.30 () {34 vars in 716 bytes} [Fri Apr 3 03:57:46 2026] POST /v2.0/ports => generated 1328 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2510] 199.204.45.30 () {34 vars in 985 bytes} [Fri Apr 3 03:57:46 2026] GET /v2.0/networks?id=f8b3b70a-56d0-4461-9ddf-50737bca50af => generated 673 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 1306/2511] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:57:46 2026] GET /v2.0/ports?device_id=af9e6940-53b1-4c19-8eaa-c434440f56a4 => 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: 1206/2512] 199.204.45.30 () {34 vars in 1049 bytes} [Fri Apr 3 03:57:46 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c0bcc0e80b084c2e99f99d587ccb8ef2 => generated 274 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2513] 10.0.0.71 () {34 vars in 970 bytes} [Fri Apr 3 03:57:47 2026] GET /v2.0/ports/cd456d1c-b4e9-41df-8ad4-cc1d5cb04dad => generated 1328 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2514] 199.204.45.30 () {38 vars in 954 bytes} [Fri Apr 3 03:57:46 2026] POST /v2.0/ports => generated 993 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2515] 10.0.0.71 () {34 vars in 906 bytes} [Fri Apr 3 03:57:47 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 1308/2516] 199.204.45.30 () {38 vars in 1027 bytes} [Fri Apr 3 03:57:47 2026] PUT /v2.0/ports/b9c59e26-89ee-45fd-b071-1215564e4839 => generated 1274 bytes in 409 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 03:57:47.524 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ad1b50e3-ff42-4297-9039-fb89c010198b'] response: {'name': 'network-changed', 'server_uuid': 'af9e6940-53b1-4c19-8eaa-c434440f56a4', 'tag': 'b9c59e26-89ee-45fd-b071-1215564e4839', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1209/2517] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:57:47 2026] GET /v2.0/ports?device_id=af9e6940-53b1-4c19-8eaa-c434440f56a4 => generated 1008 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 1309/2518] 10.0.0.71 () {34 vars in 1119 bytes} [Fri Apr 3 03:57:47 2026] GET /v2.0/security-groups?id=f48ae27c-6e91-4b9f-8aa7-9d74593d6318&id=e42b89d2-c0d6-4890-9e15-d5b166b32036&fields=id&fields=name => generated 207 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2519] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:57:48 2026] GET /v2.0/ports?tenant_id=c0bcc0e80b084c2e99f99d587ccb8ef2&device_id=af9e6940-53b1-4c19-8eaa-c434440f56a4 => generated 1277 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2520] 199.204.45.30 () {34 vars in 1261 bytes} [Fri Apr 3 03:57:48 2026] GET /v2.0/ports/cd456d1c-b4e9-41df-8ad4-cc1d5cb04dad?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2521] 199.204.45.30 () {34 vars in 1017 bytes} [Fri Apr 3 03:57:48 2026] GET /v2.0/networks?tenant_id=c0bcc0e80b084c2e99f99d587ccb8ef2&shared=False => generated 769 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2522] 199.204.45.30 () {34 vars in 1011 bytes} [Fri Apr 3 03:57:48 2026] GET /v2.0/networks/933c5b71-70c9-4d76-ae47-32b8a4ec4d31?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2523] 199.204.45.30 () {34 vars in 929 bytes} [Fri Apr 3 03:57:48 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2524] 199.204.45.30 () {34 vars in 1111 bytes} [Fri Apr 3 03:57:48 2026] GET /v2.0/networks/933c5b71-70c9-4d76-ae47-32b8a4ec4d31?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2525] 199.204.45.30 () {34 vars in 974 bytes} [Fri Apr 3 03:57:48 2026] GET /v2.0/ports/cd456d1c-b4e9-41df-8ad4-cc1d5cb04dad => generated 1328 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2526] 199.204.45.30 () {34 vars in 985 bytes} [Fri Apr 3 03:57:48 2026] GET /v2.0/networks?id=933c5b71-70c9-4d76-ae47-32b8a4ec4d31 => generated 801 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2527] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:57:48 2026] GET /v2.0/ports?device_id=af9e6940-53b1-4c19-8eaa-c434440f56a4 => generated 1008 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2528] 10.0.0.71 () {34 vars in 1119 bytes} [Fri Apr 3 03:57:48 2026] GET /v2.0/security-groups?id=f48ae27c-6e91-4b9f-8aa7-9d74593d6318&id=e42b89d2-c0d6-4890-9e15-d5b166b32036&fields=id&fields=name => generated 207 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2529] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:57:49 2026] GET /v2.0/ports?tenant_id=c0bcc0e80b084c2e99f99d587ccb8ef2&device_id=af9e6940-53b1-4c19-8eaa-c434440f56a4 => generated 1277 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2530] 199.204.45.30 () {34 vars in 1057 bytes} [Fri Apr 3 03:57:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=b9c59e26-89ee-45fd-b071-1215564e4839 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2531] 199.204.45.30 () {38 vars in 1027 bytes} [Fri Apr 3 03:57:48 2026] PUT /v2.0/ports/cd456d1c-b4e9-41df-8ad4-cc1d5cb04dad => generated 1518 bytes in 451 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2532] 199.204.45.30 () {34 vars in 983 bytes} [Fri Apr 3 03:57:49 2026] GET /v2.0/subnets?id=24912317-6e31-4aac-a27f-d568ea0c8d13 => generated 691 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 1314/2533] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:57:49 2026] GET /v2.0/ports?network_id=f8b3b70a-56d0-4461-9ddf-50737bca50af&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2534] 199.204.45.30 () {34 vars in 1011 bytes} [Fri Apr 3 03:57:49 2026] GET /v2.0/networks/f8b3b70a-56d0-4461-9ddf-50737bca50af?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2535] 199.204.45.30 () {34 vars in 1111 bytes} [Fri Apr 3 03:57:49 2026] GET /v2.0/networks/f8b3b70a-56d0-4461-9ddf-50737bca50af?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:57:49.563 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-794030f3-61d0-4c1b-b372-b746e3ce3278'] response: {'name': 'network-changed', 'server_uuid': 'cde601f0-3365-4f98-87be-6b49e8f6d09e', 'tag': 'cd456d1c-b4e9-41df-8ad4-cc1d5cb04dad', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1221/2536] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:57:50 2026] GET /v2.0/ports?device_id=af9e6940-53b1-4c19-8eaa-c434440f56a4 => generated 1008 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2537] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:57:50 2026] GET /v2.0/ports?tenant_id=7dfcef0d5ba54800b9d97a47125a8d51&device_id=cde601f0-3365-4f98-87be-6b49e8f6d09e => generated 4099 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2538] 10.0.0.71 () {34 vars in 1119 bytes} [Fri Apr 3 03:57:50 2026] GET /v2.0/security-groups?id=f48ae27c-6e91-4b9f-8aa7-9d74593d6318&id=e42b89d2-c0d6-4890-9e15-d5b166b32036&fields=id&fields=name => generated 207 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2539] 199.204.45.30 () {34 vars in 985 bytes} [Fri Apr 3 03:57:50 2026] GET /v2.0/networks?id=933c5b71-70c9-4d76-ae47-32b8a4ec4d31 => generated 801 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2540] 199.204.45.30 () {34 vars in 1057 bytes} [Fri Apr 3 03:57:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.183&port_id=cd456d1c-b4e9-41df-8ad4-cc1d5cb04dad => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2541] 199.204.45.30 () {34 vars in 1103 bytes} [Fri Apr 3 03:57:50 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1ff&port_id=cd456d1c-b4e9-41df-8ad4-cc1d5cb04dad => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2542] 199.204.45.30 () {34 vars in 1063 bytes} [Fri Apr 3 03:57:50 2026] GET /v2.0/subnets?id=72948237-0fb9-4520-a1f5-d38ac132f3bf&id=ed025920-a6bf-43f2-88ae-d34db66fdd73 => generated 1411 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2543] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:57:50 2026] GET /v2.0/ports?network_id=933c5b71-70c9-4d76-ae47-32b8a4ec4d31&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2544] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:57:50 2026] GET /v2.0/ports?network_id=933c5b71-70c9-4d76-ae47-32b8a4ec4d31&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2545] 199.204.45.30 () {34 vars in 1011 bytes} [Fri Apr 3 03:57:50 2026] GET /v2.0/networks/933c5b71-70c9-4d76-ae47-32b8a4ec4d31?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2546] 199.204.45.30 () {34 vars in 1111 bytes} [Fri Apr 3 03:57:50 2026] GET /v2.0/networks/933c5b71-70c9-4d76-ae47-32b8a4ec4d31?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2547] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:57:51 2026] GET /v2.0/ports?device_id=af9e6940-53b1-4c19-8eaa-c434440f56a4 => generated 1008 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2548] 10.0.0.71 () {34 vars in 1119 bytes} [Fri Apr 3 03:57:51 2026] GET /v2.0/security-groups?id=f48ae27c-6e91-4b9f-8aa7-9d74593d6318&id=e42b89d2-c0d6-4890-9e15-d5b166b32036&fields=id&fields=name => generated 207 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2549] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:57:51 2026] GET /v2.0/ports?tenant_id=7dfcef0d5ba54800b9d97a47125a8d51&device_id=cde601f0-3365-4f98-87be-6b49e8f6d09e => generated 4099 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2550] 199.204.45.30 () {34 vars in 1061 bytes} [Fri Apr 3 03:57:51 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.178&port_id=30531db4-9507-4ea6-877e-a8886d64e346 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2551] 199.204.45.30 () {34 vars in 983 bytes} [Fri Apr 3 03:57:51 2026] GET /v2.0/subnets?id=bc5b5601-434a-4258-83cc-61e1eb5f34f8 => generated 654 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2552] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:57:51 2026] GET /v2.0/ports?network_id=cb738926-1880-4b2f-99f8-5f8f2a06f59c&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: 7|app: 0|req: 1324/2553] 199.204.45.30 () {34 vars in 1011 bytes} [Fri Apr 3 03:57:51 2026] GET /v2.0/networks/cb738926-1880-4b2f-99f8-5f8f2a06f59c?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2554] 199.204.45.30 () {34 vars in 1111 bytes} [Fri Apr 3 03:57:51 2026] GET /v2.0/networks/cb738926-1880-4b2f-99f8-5f8f2a06f59c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2555] 199.204.45.30 () {34 vars in 1057 bytes} [Fri Apr 3 03:57:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.103&port_id=b98b5b0a-cedc-418b-a0f4-3b18ba8e0913 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2556] 199.204.45.30 () {34 vars in 983 bytes} [Fri Apr 3 03:57:51 2026] GET /v2.0/subnets?id=2c7d29b1-c668-46e4-bc6f-f53e252bb383 => generated 679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2557] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:57:51 2026] GET /v2.0/ports?network_id=7c369af2-ac07-4822-a245-08de9a8ffd2b&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2558] 199.204.45.30 () {34 vars in 1011 bytes} [Fri Apr 3 03:57:51 2026] GET /v2.0/networks/7c369af2-ac07-4822-a245-08de9a8ffd2b?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2559] 199.204.45.30 () {34 vars in 1111 bytes} [Fri Apr 3 03:57:51 2026] GET /v2.0/networks/7c369af2-ac07-4822-a245-08de9a8ffd2b?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: 8|app: 0|req: 1233/2560] 199.204.45.30 () {34 vars in 1057 bytes} [Fri Apr 3 03:57:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.183&port_id=cd456d1c-b4e9-41df-8ad4-cc1d5cb04dad => 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: 1328/2561] 199.204.45.30 () {34 vars in 1103 bytes} [Fri Apr 3 03:57:51 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1ff&port_id=cd456d1c-b4e9-41df-8ad4-cc1d5cb04dad => 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: 1234/2562] 199.204.45.30 () {34 vars in 1063 bytes} [Fri Apr 3 03:57:52 2026] GET /v2.0/subnets?id=72948237-0fb9-4520-a1f5-d38ac132f3bf&id=ed025920-a6bf-43f2-88ae-d34db66fdd73 => generated 1411 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2563] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:57:52 2026] GET /v2.0/ports?network_id=933c5b71-70c9-4d76-ae47-32b8a4ec4d31&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2564] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:57:52 2026] GET /v2.0/ports?network_id=933c5b71-70c9-4d76-ae47-32b8a4ec4d31&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2565] 199.204.45.30 () {34 vars in 1011 bytes} [Fri Apr 3 03:57:52 2026] GET /v2.0/networks/933c5b71-70c9-4d76-ae47-32b8a4ec4d31?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2566] 199.204.45.30 () {34 vars in 1111 bytes} [Fri Apr 3 03:57:52 2026] GET /v2.0/networks/933c5b71-70c9-4d76-ae47-32b8a4ec4d31?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2567] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:57:52 2026] GET /v2.0/ports?device_id=af9e6940-53b1-4c19-8eaa-c434440f56a4 => generated 1010 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2568] 10.0.0.71 () {34 vars in 1119 bytes} [Fri Apr 3 03:57:52 2026] GET /v2.0/security-groups?id=f48ae27c-6e91-4b9f-8aa7-9d74593d6318&id=e42b89d2-c0d6-4890-9e15-d5b166b32036&fields=id&fields=name => generated 207 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2571] 199.204.45.30 () {34 vars in 993 bytes} [Fri Apr 3 03:57:52 2026] GET /v2.0/ports?device_id=af9e6940-53b1-4c19-8eaa-c434440f56a4 => generated 1279 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2572] 199.204.45.30 () {34 vars in 1123 bytes} [Fri Apr 3 03:57:52 2026] GET /v2.0/security-groups?id=f48ae27c-6e91-4b9f-8aa7-9d74593d6318&id=e42b89d2-c0d6-4890-9e15-d5b166b32036&fields=id&fields=name => generated 207 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2573] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:57:53 2026] GET /v2.0/ports?device_id=af9e6940-53b1-4c19-8eaa-c434440f56a4 => generated 1010 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2574] 10.0.0.71 () {34 vars in 1119 bytes} [Fri Apr 3 03:57:53 2026] GET /v2.0/security-groups?id=f48ae27c-6e91-4b9f-8aa7-9d74593d6318&id=e42b89d2-c0d6-4890-9e15-d5b166b32036&fields=id&fields=name => generated 207 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2575] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:57:54 2026] GET /v2.0/ports?device_id=af9e6940-53b1-4c19-8eaa-c434440f56a4 => generated 1010 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2576] 10.0.0.71 () {34 vars in 1119 bytes} [Fri Apr 3 03:57:54 2026] GET /v2.0/security-groups?id=f48ae27c-6e91-4b9f-8aa7-9d74593d6318&id=e42b89d2-c0d6-4890-9e15-d5b166b32036&fields=id&fields=name => generated 207 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2577] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:57:54 2026] GET /v2.0/ports?device_id=af9e6940-53b1-4c19-8eaa-c434440f56a4 => generated 1010 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 03:57:55.317 7 INFO neutron.db.l3_db [None req-a3dcc92c-1f08-4eac-9d6c-2d1c18c61a17 89d8ded101a94786afe9960be793b975 c0bcc0e80b084c2e99f99d587ccb8ef2 - - default default] Floating IP 0f2e7805-eb9a-4f44-99ae-39edaccef2f1 associated. External IP: 10.96.250.205, port: b9c59e26-89ee-45fd-b071-1215564e4839. [pid: 7|app: 0|req: 1336/2578] 10.0.0.78 () {34 vars in 748 bytes} [Fri Apr 3 03:57:54 2026] PUT /v2.0/floatingips/0f2e7805-eb9a-4f44-99ae-39edaccef2f1 => generated 855 bytes in 718 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:57:55.688 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d16b55b3-b22d-4d98-ada2-9a84c5f6315f'] response: {'name': 'network-changed', 'server_uuid': 'af9e6940-53b1-4c19-8eaa-c434440f56a4', 'tag': 'b9c59e26-89ee-45fd-b071-1215564e4839', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1243/2579] 10.0.0.71 () {34 vars in 970 bytes} [Fri Apr 3 03:57:56 2026] GET /v2.0/ports/cd456d1c-b4e9-41df-8ad4-cc1d5cb04dad => generated 1520 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2580] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:57:56 2026] GET /v2.0/ports?tenant_id=c0bcc0e80b084c2e99f99d587ccb8ef2&device_id=af9e6940-53b1-4c19-8eaa-c434440f56a4 => 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: 1337/2581] 199.204.45.30 () {30 vars in 742 bytes} [Fri Apr 3 03:57:56 2026] GET /v2.0/networks/933c5b71-70c9-4d76-ae47-32b8a4ec4d31 => generated 798 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2582] 199.204.45.30 () {30 vars in 740 bytes} [Fri Apr 3 03:57:56 2026] GET /v2.0/subnets/ed025920-a6bf-43f2-88ae-d34db66fdd73 => generated 674 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2583] 199.204.45.30 () {34 vars in 985 bytes} [Fri Apr 3 03:57:56 2026] GET /v2.0/networks?id=f8b3b70a-56d0-4461-9ddf-50737bca50af => generated 769 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2584] 199.204.45.30 () {30 vars in 740 bytes} [Fri Apr 3 03:57:56 2026] GET /v2.0/subnets/72948237-0fb9-4520-a1f5-d38ac132f3bf => generated 744 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2585] 199.204.45.30 () {34 vars in 1057 bytes} [Fri Apr 3 03:57:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=b9c59e26-89ee-45fd-b071-1215564e4839 => generated 858 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2586] 199.204.45.30 () {34 vars in 983 bytes} [Fri Apr 3 03:57:56 2026] GET /v2.0/subnets?id=24912317-6e31-4aac-a27f-d568ea0c8d13 => generated 691 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2587] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:57:56 2026] GET /v2.0/ports?network_id=f8b3b70a-56d0-4461-9ddf-50737bca50af&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2588] 199.204.45.30 () {30 vars in 702 bytes} [Fri Apr 3 03:57:56 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: 1249/2589] 199.204.45.30 () {30 vars in 704 bytes} [Fri Apr 3 03:57:56 2026] GET /v2.0/extensions/dns-integration => 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: 1341/2590] 199.204.45.30 () {34 vars in 1011 bytes} [Fri Apr 3 03:57:56 2026] GET /v2.0/networks/f8b3b70a-56d0-4461-9ddf-50737bca50af?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2591] 199.204.45.30 () {30 vars in 680 bytes} [Fri Apr 3 03:57:56 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: 1342/2592] 199.204.45.30 () {30 vars in 716 bytes} [Fri Apr 3 03:57:56 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: 1251/2593] 199.204.45.30 () {34 vars in 1111 bytes} [Fri Apr 3 03:57:56 2026] GET /v2.0/networks/f8b3b70a-56d0-4461-9ddf-50737bca50af?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2594] 199.204.45.30 () {30 vars in 740 bytes} [Fri Apr 3 03:57:56 2026] GET /v2.0/subnets/2c7d29b1-c668-46e4-bc6f-f53e252bb383 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2595] 199.204.45.30 () {30 vars in 736 bytes} [Fri Apr 3 03:57:56 2026] GET /v2.0/ports/d1d1d358-59fd-48e7-a663-3c6a070d5e89 => generated 1128 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2596] 199.204.45.30 () {30 vars in 736 bytes} [Fri Apr 3 03:57:56 2026] GET /v2.0/ports/b98b5b0a-cedc-418b-a0f4-3b18ba8e0913 => generated 1349 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2597] 199.204.45.30 () {30 vars in 740 bytes} [Fri Apr 3 03:57:56 2026] GET /v2.0/subnets/2c7d29b1-c668-46e4-bc6f-f53e252bb383 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2598] 199.204.45.30 () {30 vars in 742 bytes} [Fri Apr 3 03:57:56 2026] GET /v2.0/networks/7c369af2-ac07-4822-a245-08de9a8ffd2b => generated 799 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2599] 199.204.45.30 () {30 vars in 736 bytes} [Fri Apr 3 03:57:56 2026] GET /v2.0/ports/d1d1d358-59fd-48e7-a663-3c6a070d5e89 => generated 1128 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2600] 199.204.45.30 () {30 vars in 740 bytes} [Fri Apr 3 03:57:56 2026] GET /v2.0/subnets/2c7d29b1-c668-46e4-bc6f-f53e252bb383 => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2601] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:58:02 2026] GET /v2.0/ports?device_id=af9e6940-53b1-4c19-8eaa-c434440f56a4 => generated 1010 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2602] 10.0.0.71 () {34 vars in 1119 bytes} [Fri Apr 3 03:58:03 2026] GET /v2.0/security-groups?id=f48ae27c-6e91-4b9f-8aa7-9d74593d6318&id=e42b89d2-c0d6-4890-9e15-d5b166b32036&fields=id&fields=name => generated 207 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2603] 10.0.0.78 () {32 vars in 735 bytes} [Fri Apr 3 03:58:03 2026] GET /v2.0/ports?device_id=af9e6940-53b1-4c19-8eaa-c434440f56a4 => generated 1279 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2604] 10.0.0.78 () {32 vars in 857 bytes} [Fri Apr 3 03:58:03 2026] GET /v2.0/floatingips?floating_network_id=e62df3b8-c183-49b9-a550-2cefa7b10ca7&port_id=b9c59e26-89ee-45fd-b071-1215564e4839 => generated 860 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2605] 10.0.0.138 () {30 vars in 690 bytes} [Fri Apr 3 03:58:03 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: 1349/2606] 10.0.0.138 () {30 vars in 692 bytes} [Fri Apr 3 03:58:03 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: 1258/2607] 10.0.0.138 () {30 vars in 668 bytes} [Fri Apr 3 03:58:03 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: 1350/2608] 10.0.0.138 () {30 vars in 704 bytes} [Fri Apr 3 03:58:03 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: 1259/2609] 10.0.0.163 () {34 vars in 990 bytes} [Fri Apr 3 03:58:03 2026] GET /v2.0/ports?device_id=af9e6940-53b1-4c19-8eaa-c434440f56a4 => generated 1279 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2610] 10.0.0.163 () {34 vars in 1120 bytes} [Fri Apr 3 03:58:04 2026] GET /v2.0/security-groups?id=f48ae27c-6e91-4b9f-8aa7-9d74593d6318&id=e42b89d2-c0d6-4890-9e15-d5b166b32036&fields=id&fields=name => generated 207 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2611] 10.0.0.138 () {28 vars in 439 bytes} [Fri Apr 3 03:58:04 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: 1352/2612] 10.0.0.138 () {30 vars in 728 bytes} [Fri Apr 3 03:58:04 2026] GET /v2.0/subnets/8d294f64-21e7-4f87-8e67-e0bed648bbf6 => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2613] 199.204.45.30 () {30 vars in 702 bytes} [Fri Apr 3 03:58:05 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/2614] 199.204.45.30 () {30 vars in 704 bytes} [Fri Apr 3 03:58:05 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: 1262/2615] 199.204.45.30 () {30 vars in 680 bytes} [Fri Apr 3 03:58:05 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: 1354/2616] 199.204.45.30 () {30 vars in 716 bytes} [Fri Apr 3 03:58:05 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: 1263/2617] 199.204.45.30 () {30 vars in 740 bytes} [Fri Apr 3 03:58:05 2026] GET /v2.0/subnets/ed025920-a6bf-43f2-88ae-d34db66fdd73 => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2618] 199.204.45.30 () {30 vars in 740 bytes} [Fri Apr 3 03:58:05 2026] GET /v2.0/subnets/8d294f64-21e7-4f87-8e67-e0bed648bbf6 => generated 672 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2619] 199.204.45.30 () {30 vars in 768 bytes} [Fri Apr 3 03:58:05 2026] GET /v2.0/ports?device_id=cde601f0-3365-4f98-87be-6b49e8f6d09e => generated 4101 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2620] 199.204.45.30 () {30 vars in 702 bytes} [Fri Apr 3 03:58:05 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: 8|app: 0|req: 1265/2621] 199.204.45.30 () {30 vars in 704 bytes} [Fri Apr 3 03:58:05 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: 1357/2622] 199.204.45.30 () {30 vars in 680 bytes} [Fri Apr 3 03:58:05 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: 1266/2623] 199.204.45.30 () {30 vars in 716 bytes} [Fri Apr 3 03:58:05 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: 1358/2624] 199.204.45.30 () {34 vars in 716 bytes} [Fri Apr 3 03:58:05 2026] POST /v2.0/ports => generated 1332 bytes in 338 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2625] 10.0.0.71 () {34 vars in 970 bytes} [Fri Apr 3 03:58:06 2026] GET /v2.0/ports/2bf0efbb-2f93-4f0f-8a9e-491240de821e => generated 1332 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 1359/2626] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:58:06 2026] GET /v2.0/ports?device_id=af9e6940-53b1-4c19-8eaa-c434440f56a4 => generated 1010 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2627] 10.0.0.71 () {34 vars in 1119 bytes} [Fri Apr 3 03:58:06 2026] GET /v2.0/security-groups?id=f48ae27c-6e91-4b9f-8aa7-9d74593d6318&id=e42b89d2-c0d6-4890-9e15-d5b166b32036&fields=id&fields=name => generated 207 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2628] 199.204.45.30 () {34 vars in 1261 bytes} [Fri Apr 3 03:58:07 2026] GET /v2.0/ports/2bf0efbb-2f93-4f0f-8a9e-491240de821e?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2629] 199.204.45.30 () {34 vars in 1011 bytes} [Fri Apr 3 03:58:07 2026] GET /v2.0/networks/7c3da979-7660-4fc6-b6a8-e8b02197b764?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2630] 199.204.45.30 () {34 vars in 1111 bytes} [Fri Apr 3 03:58:07 2026] GET /v2.0/networks/7c3da979-7660-4fc6-b6a8-e8b02197b764?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2633] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:58:07 2026] GET /v2.0/ports?device_id=af9e6940-53b1-4c19-8eaa-c434440f56a4 => generated 1010 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2634] 10.0.0.71 () {34 vars in 1119 bytes} [Fri Apr 3 03:58:07 2026] GET /v2.0/security-groups?id=f48ae27c-6e91-4b9f-8aa7-9d74593d6318&id=e42b89d2-c0d6-4890-9e15-d5b166b32036&fields=id&fields=name => generated 207 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2635] 199.204.45.30 () {34 vars in 974 bytes} [Fri Apr 3 03:58:07 2026] GET /v2.0/ports/2bf0efbb-2f93-4f0f-8a9e-491240de821e => generated 1332 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2636] 199.204.45.30 () {34 vars in 985 bytes} [Fri Apr 3 03:58:07 2026] GET /v2.0/networks?id=7c3da979-7660-4fc6-b6a8-e8b02197b764 => generated 799 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2637] 199.204.45.30 () {38 vars in 1027 bytes} [Fri Apr 3 03:58:07 2026] PUT /v2.0/ports/2bf0efbb-2f93-4f0f-8a9e-491240de821e => generated 1522 bytes in 434 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 03:58:08.454 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fe9eac79-54ab-4b88-b065-39e888f5fa75'] response: {'name': 'network-changed', 'server_uuid': 'cde601f0-3365-4f98-87be-6b49e8f6d09e', 'tag': '2bf0efbb-2f93-4f0f-8a9e-491240de821e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1365/2638] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:58:08 2026] GET /v2.0/ports?device_id=af9e6940-53b1-4c19-8eaa-c434440f56a4 => generated 1010 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 1274/2639] 10.0.0.71 () {34 vars in 1119 bytes} [Fri Apr 3 03:58:08 2026] GET /v2.0/security-groups?id=f48ae27c-6e91-4b9f-8aa7-9d74593d6318&id=e42b89d2-c0d6-4890-9e15-d5b166b32036&fields=id&fields=name => generated 207 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2640] 199.204.45.30 () {34 vars in 993 bytes} [Fri Apr 3 03:58:08 2026] GET /v2.0/ports?device_id=af9e6940-53b1-4c19-8eaa-c434440f56a4 => generated 1010 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2641] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:58:08 2026] GET /v2.0/ports?tenant_id=7dfcef0d5ba54800b9d97a47125a8d51&device_id=cde601f0-3365-4f98-87be-6b49e8f6d09e => generated 5615 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2642] 199.204.45.30 () {34 vars in 985 bytes} [Fri Apr 3 03:58:09 2026] GET /v2.0/networks?id=7c3da979-7660-4fc6-b6a8-e8b02197b764 => generated 799 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:58:09.079 7 INFO neutron_taas.services.taas.taas_plugin [req-c1e7bce1-191d-4538-9f5f-81027865d34a req-a5fc0f83-494c-44b7-ac48-3f2187ded4f9 89d8ded101a94786afe9960be793b975 c0bcc0e80b084c2e99f99d587ccb8ef2 - - default default] TaaS: Handle Delete Port: b9c59e26-89ee-45fd-b071-1215564e4839 2026-04-03 03:58:09.082 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c1e7bce1-191d-4538-9f5f-81027865d34a req-a5fc0f83-494c-44b7-ac48-3f2187ded4f9 89d8ded101a94786afe9960be793b975 c0bcc0e80b084c2e99f99d587ccb8ef2 - - default default] Tap Mirror: Handle Delete Port: b9c59e26-89ee-45fd-b071-1215564e4839 [pid: 8|app: 0|req: 1277/2643] 199.204.45.30 () {34 vars in 1057 bytes} [Fri Apr 3 03:58:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.175&port_id=2bf0efbb-2f93-4f0f-8a9e-491240de821e => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2644] 199.204.45.30 () {34 vars in 1105 bytes} [Fri Apr 3 03:58:09 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1c4&port_id=2bf0efbb-2f93-4f0f-8a9e-491240de821e => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2645] 199.204.45.30 () {34 vars in 1063 bytes} [Fri Apr 3 03:58:09 2026] GET /v2.0/subnets?id=8d294f64-21e7-4f87-8e67-e0bed648bbf6&id=e813e161-8ddc-46fd-a3bb-75718b2b3792 => generated 1412 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2646] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:58:09 2026] GET /v2.0/ports?network_id=7c3da979-7660-4fc6-b6a8-e8b02197b764&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 03:58:09.241 7 INFO neutron.db.l3_db [req-c1e7bce1-191d-4538-9f5f-81027865d34a req-a5fc0f83-494c-44b7-ac48-3f2187ded4f9 89d8ded101a94786afe9960be793b975 c0bcc0e80b084c2e99f99d587ccb8ef2 - - default default] Floating IP 0f2e7805-eb9a-4f44-99ae-39edaccef2f1 disassociated. External IP: 10.96.250.205, port: b9c59e26-89ee-45fd-b071-1215564e4839. [pid: 8|app: 0|req: 1281/2647] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:58:09 2026] GET /v2.0/ports?network_id=7c3da979-7660-4fc6-b6a8-e8b02197b764&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2648] 199.204.45.30 () {34 vars in 1011 bytes} [Fri Apr 3 03:58:09 2026] GET /v2.0/networks/7c3da979-7660-4fc6-b6a8-e8b02197b764?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2649] 199.204.45.30 () {34 vars in 1111 bytes} [Fri Apr 3 03:58:09 2026] GET /v2.0/networks/7c3da979-7660-4fc6-b6a8-e8b02197b764?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2650] 199.204.45.30 () {36 vars in 996 bytes} [Fri Apr 3 03:58:08 2026] DELETE /v2.0/ports/b9c59e26-89ee-45fd-b071-1215564e4839 => generated 0 bytes in 608 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:58:09.629 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1d1f55c8-b277-4540-882a-ef8c6111a7c5'] response: {'server_uuid': 'af9e6940-53b1-4c19-8eaa-c434440f56a4', 'name': 'network-vif-deleted', 'tag': 'b9c59e26-89ee-45fd-b071-1215564e4839', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1284/2651] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:58:09 2026] GET /v2.0/ports?device_id=af9e6940-53b1-4c19-8eaa-c434440f56a4 => 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: 1368/2652] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:58:10 2026] GET /v2.0/ports?tenant_id=7dfcef0d5ba54800b9d97a47125a8d51&device_id=cde601f0-3365-4f98-87be-6b49e8f6d09e => generated 5615 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2653] 199.204.45.30 () {34 vars in 1061 bytes} [Fri Apr 3 03:58:10 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.178&port_id=30531db4-9507-4ea6-877e-a8886d64e346 => 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: 1369/2654] 199.204.45.30 () {34 vars in 983 bytes} [Fri Apr 3 03:58:10 2026] GET /v2.0/subnets?id=bc5b5601-434a-4258-83cc-61e1eb5f34f8 => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2655] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:58:10 2026] GET /v2.0/ports?network_id=cb738926-1880-4b2f-99f8-5f8f2a06f59c&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: 7|app: 0|req: 1370/2656] 199.204.45.30 () {34 vars in 1011 bytes} [Fri Apr 3 03:58:10 2026] GET /v2.0/networks/cb738926-1880-4b2f-99f8-5f8f2a06f59c?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2657] 199.204.45.30 () {34 vars in 1111 bytes} [Fri Apr 3 03:58:10 2026] GET /v2.0/networks/cb738926-1880-4b2f-99f8-5f8f2a06f59c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2658] 199.204.45.30 () {34 vars in 1057 bytes} [Fri Apr 3 03:58:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.103&port_id=b98b5b0a-cedc-418b-a0f4-3b18ba8e0913 => 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: 1288/2659] 199.204.45.30 () {34 vars in 983 bytes} [Fri Apr 3 03:58:10 2026] GET /v2.0/subnets?id=2c7d29b1-c668-46e4-bc6f-f53e252bb383 => generated 679 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2660] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:58:10 2026] GET /v2.0/ports?network_id=7c369af2-ac07-4822-a245-08de9a8ffd2b&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: 8|app: 0|req: 1289/2661] 199.204.45.30 () {34 vars in 1011 bytes} [Fri Apr 3 03:58:10 2026] GET /v2.0/networks/7c369af2-ac07-4822-a245-08de9a8ffd2b?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2662] 199.204.45.30 () {34 vars in 1111 bytes} [Fri Apr 3 03:58:10 2026] GET /v2.0/networks/7c369af2-ac07-4822-a245-08de9a8ffd2b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2663] 199.204.45.30 () {34 vars in 1057 bytes} [Fri Apr 3 03:58:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.183&port_id=cd456d1c-b4e9-41df-8ad4-cc1d5cb04dad => 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: 1374/2664] 199.204.45.30 () {34 vars in 1103 bytes} [Fri Apr 3 03:58:10 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1ff&port_id=cd456d1c-b4e9-41df-8ad4-cc1d5cb04dad => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2665] 199.204.45.30 () {34 vars in 1063 bytes} [Fri Apr 3 03:58:11 2026] GET /v2.0/subnets?id=72948237-0fb9-4520-a1f5-d38ac132f3bf&id=ed025920-a6bf-43f2-88ae-d34db66fdd73 => generated 1411 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2666] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:58:11 2026] GET /v2.0/ports?network_id=933c5b71-70c9-4d76-ae47-32b8a4ec4d31&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: 8|app: 0|req: 1292/2667] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:58:11 2026] GET /v2.0/ports?device_id=af9e6940-53b1-4c19-8eaa-c434440f56a4 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2668] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:58:11 2026] GET /v2.0/ports?network_id=933c5b71-70c9-4d76-ae47-32b8a4ec4d31&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2669] 199.204.45.30 () {34 vars in 1011 bytes} [Fri Apr 3 03:58:11 2026] GET /v2.0/networks/933c5b71-70c9-4d76-ae47-32b8a4ec4d31?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2670] 199.204.45.30 () {34 vars in 1111 bytes} [Fri Apr 3 03:58:11 2026] GET /v2.0/networks/933c5b71-70c9-4d76-ae47-32b8a4ec4d31?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2671] 199.204.45.30 () {34 vars in 1057 bytes} [Fri Apr 3 03:58:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.175&port_id=2bf0efbb-2f93-4f0f-8a9e-491240de821e => 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: 1378/2672] 199.204.45.30 () {34 vars in 1105 bytes} [Fri Apr 3 03:58:11 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1c4&port_id=2bf0efbb-2f93-4f0f-8a9e-491240de821e => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2673] 199.204.45.30 () {34 vars in 1063 bytes} [Fri Apr 3 03:58:11 2026] GET /v2.0/subnets?id=8d294f64-21e7-4f87-8e67-e0bed648bbf6&id=e813e161-8ddc-46fd-a3bb-75718b2b3792 => generated 1412 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2674] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:58:11 2026] GET /v2.0/ports?network_id=7c3da979-7660-4fc6-b6a8-e8b02197b764&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2675] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:58:11 2026] GET /v2.0/ports?network_id=7c3da979-7660-4fc6-b6a8-e8b02197b764&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2676] 199.204.45.30 () {34 vars in 1011 bytes} [Fri Apr 3 03:58:11 2026] GET /v2.0/networks/7c3da979-7660-4fc6-b6a8-e8b02197b764?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2677] 199.204.45.30 () {34 vars in 1111 bytes} [Fri Apr 3 03:58:11 2026] GET /v2.0/networks/7c3da979-7660-4fc6-b6a8-e8b02197b764?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2678] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:58:12 2026] GET /v2.0/ports?device_id=af9e6940-53b1-4c19-8eaa-c434440f56a4 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2679] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:58:13 2026] DELETE /v2.0/security-groups/f48ae27c-6e91-4b9f-8aa7-9d74593d6318 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 03:58:13.455 7 INFO neutron.api.v2.resource [None req-c28d5c7a-4e74-4359-a1dc-8144181f86ba 89d8ded101a94786afe9960be793b975 c0bcc0e80b084c2e99f99d587ccb8ef2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1382/2680] 10.0.0.78 () {32 vars in 736 bytes} [Fri Apr 3 03:58:13 2026] GET /v2.0/security-groups/f48ae27c-6e91-4b9f-8aa7-9d74593d6318 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-03 03:58:13.570 8 INFO neutron_taas.services.taas.taas_plugin [None req-1afdd21d-8651-4b38-84fe-3f5b6ed1bff1 89d8ded101a94786afe9960be793b975 c0bcc0e80b084c2e99f99d587ccb8ef2 - - default default] TaaS: Handle Delete Port: cc6d84a6-6a72-4e4c-8602-f20da488fefb 2026-04-03 03:58:13.573 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1afdd21d-8651-4b38-84fe-3f5b6ed1bff1 89d8ded101a94786afe9960be793b975 c0bcc0e80b084c2e99f99d587ccb8ef2 - - default default] Tap Mirror: Handle Delete Port: cc6d84a6-6a72-4e4c-8602-f20da488fefb [pid: 8|app: 0|req: 1299/2681] 10.0.0.78 () {32 vars in 731 bytes} [Fri Apr 3 03:58:13 2026] DELETE /v2.0/floatingips/0f2e7805-eb9a-4f44-99ae-39edaccef2f1 => generated 0 bytes in 271 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2682] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:58:13 2026] DELETE /v2.0/security-groups/e42b89d2-c0d6-4890-9e15-d5b166b32036 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 03:58:14.261 8 INFO neutron_taas.services.taas.taas_plugin [None req-d2549139-3464-48f5-948d-e6660743c1c0 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] TaaS: Handle Delete Port: 95160dc4-0358-48a6-ae03-3af6eba3b38f 2026-04-03 03:58:14.263 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d2549139-3464-48f5-948d-e6660743c1c0 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Tap Mirror: Handle Delete Port: 95160dc4-0358-48a6-ae03-3af6eba3b38f [pid: 8|app: 0|req: 1300/2683] 10.0.0.78 () {34 vars in 788 bytes} [Fri Apr 3 03:58:13 2026] PUT /v2.0/routers/edb776d6-2f72-4b59-8dc0-fffb465a8ebf/remove_router_interface => generated 309 bytes in 895 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:58:15.038 7 INFO neutron_taas.services.taas.taas_plugin [None req-24e7f5fc-c64a-47a9-bc3c-0aa6a53ba577 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] TaaS: Handle Delete Port: 0ed4d872-5f2d-4c11-b584-ad12a4a31bde 2026-04-03 03:58:15.042 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-24e7f5fc-c64a-47a9-bc3c-0aa6a53ba577 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Tap Mirror: Handle Delete Port: 0ed4d872-5f2d-4c11-b584-ad12a4a31bde [pid: 8|app: 0|req: 1301/2684] 10.0.0.71 () {34 vars in 970 bytes} [Fri Apr 3 03:58:15 2026] GET /v2.0/ports/2bf0efbb-2f93-4f0f-8a9e-491240de821e => generated 1524 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 03:58:15.312 7 INFO neutron_taas.services.taas.taas_plugin [None req-24e7f5fc-c64a-47a9-bc3c-0aa6a53ba577 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] TaaS: Handle Delete Port: bce7ac7c-cbba-4e91-9535-703514945b24 2026-04-03 03:58:15.315 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-24e7f5fc-c64a-47a9-bc3c-0aa6a53ba577 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Tap Mirror: Handle Delete Port: bce7ac7c-cbba-4e91-9535-703514945b24 [pid: 8|app: 0|req: 1302/2685] 199.204.45.30 () {30 vars in 742 bytes} [Fri Apr 3 03:58:15 2026] GET /v2.0/networks/7c3da979-7660-4fc6-b6a8-e8b02197b764 => generated 796 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2686] 199.204.45.30 () {30 vars in 740 bytes} [Fri Apr 3 03:58:15 2026] GET /v2.0/subnets/8d294f64-21e7-4f87-8e67-e0bed648bbf6 => generated 672 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2687] 199.204.45.30 () {30 vars in 740 bytes} [Fri Apr 3 03:58:15 2026] GET /v2.0/subnets/e813e161-8ddc-46fd-a3bb-75718b2b3792 => generated 747 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2688] 199.204.45.30 () {30 vars in 736 bytes} [Fri Apr 3 03:58:15 2026] GET /v2.0/ports/cd456d1c-b4e9-41df-8ad4-cc1d5cb04dad => generated 1520 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 03:58:15.625 7 INFO neutron.services.segments.plugin [-] Segment 95a4df72-7d07-467a-bf81-13ceb95d6b42 resource provider aggregate not found 2026-04-03 03:58:15.640 7 INFO neutron.services.segments.plugin [-] Segment 95a4df72-7d07-467a-bf81-13ceb95d6b42 resource provider aggregate not found 2026-04-03 03:58:15.650 7 INFO neutron.services.segments.plugin [-] Segment 95a4df72-7d07-467a-bf81-13ceb95d6b42 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 95a4df72-7d07-467a-bf81-13ceb95d6b42 found for delete ", "request_id": "req-ca017fc0-a21d-4c08-8788-c4df1ef8242d"}]} 2026-04-03 03:58:15.661 7 INFO neutron.db.l3_hamode_db [None req-24e7f5fc-c64a-47a9-bc3c-0aa6a53ba577 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] HA network 8be61984-5df1-4e02-adc4-2f5b2cf11b6b was deleted as no HA routers are present in tenant c0bcc0e80b084c2e99f99d587ccb8ef2. 2026-04-03 03:58:15.662 7 INFO neutron.services.segments.plugin [-] Segment 95a4df72-7d07-467a-bf81-13ceb95d6b42 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 95a4df72-7d07-467a-bf81-13ceb95d6b42 found for delete ", "request_id": "req-cad71737-7bd5-4eeb-b62d-ae4e92849fd1"}]} [pid: 7|app: 0|req: 1384/2689] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:58:14 2026] DELETE /v2.0/routers/edb776d6-2f72-4b59-8dc0-fffb465a8ebf => generated 0 bytes in 874 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2690] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:58:15 2026] DELETE /v2.0/subnets/24912317-6e31-4aac-a27f-d568ea0c8d13 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2691] 199.204.45.30 () {34 vars in 789 bytes} [Fri Apr 3 03:58:15 2026] PUT /v2.0/ports/cd456d1c-b4e9-41df-8ad4-cc1d5cb04dad => generated 1255 bytes in 365 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-03 03:58:15.941 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-77ea2e90-ea46-4998-af61-b13fa11102b1'] response: {'name': 'network-changed', 'server_uuid': 'cde601f0-3365-4f98-87be-6b49e8f6d09e', 'tag': 'cd456d1c-b4e9-41df-8ad4-cc1d5cb04dad', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1307/2692] 199.204.45.30 () {30 vars in 742 bytes} [Fri Apr 3 03:58:15 2026] GET /v2.0/networks/933c5b71-70c9-4d76-ae47-32b8a4ec4d31 => generated 798 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:58:15.989 7 INFO neutron_taas.services.taas.taas_plugin [None req-2431ac16-205f-427c-9b22-b5e144ef0aa9 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] TaaS: Handle Delete Port: ab22b206-06a9-4165-a663-d66255d00aab 2026-04-03 03:58:15.991 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2431ac16-205f-427c-9b22-b5e144ef0aa9 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Tap Mirror: Handle Delete Port: ab22b206-06a9-4165-a663-d66255d00aab [pid: 8|app: 0|req: 1308/2693] 199.204.45.30 () {30 vars in 740 bytes} [Fri Apr 3 03:58:15 2026] GET /v2.0/subnets/ed025920-a6bf-43f2-88ae-d34db66fdd73 => generated 674 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2694] 199.204.45.30 () {30 vars in 702 bytes} [Fri Apr 3 03:58:16 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: 1310/2695] 199.204.45.30 () {30 vars in 704 bytes} [Fri Apr 3 03:58:16 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2696] 199.204.45.30 () {30 vars in 680 bytes} [Fri Apr 3 03:58:16 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: 8|app: 0|req: 1312/2697] 199.204.45.30 () {30 vars in 716 bytes} [Fri Apr 3 03:58:16 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: 1386/2698] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:58:15 2026] DELETE /v2.0/networks/f8b3b70a-56d0-4461-9ddf-50737bca50af => generated 0 bytes in 330 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2699] 199.204.45.30 () {30 vars in 740 bytes} [Fri Apr 3 03:58:16 2026] GET /v2.0/subnets/2c7d29b1-c668-46e4-bc6f-f53e252bb383 => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2700] 199.204.45.30 () {30 vars in 736 bytes} [Fri Apr 3 03:58:16 2026] GET /v2.0/ports/d1d1d358-59fd-48e7-a663-3c6a070d5e89 => generated 1128 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2701] 199.204.45.30 () {30 vars in 736 bytes} [Fri Apr 3 03:58:16 2026] GET /v2.0/ports/b98b5b0a-cedc-418b-a0f4-3b18ba8e0913 => generated 1349 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2702] 199.204.45.30 () {30 vars in 740 bytes} [Fri Apr 3 03:58:16 2026] GET /v2.0/subnets/2c7d29b1-c668-46e4-bc6f-f53e252bb383 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2703] 199.204.45.30 () {30 vars in 742 bytes} [Fri Apr 3 03:58:16 2026] GET /v2.0/networks/7c369af2-ac07-4822-a245-08de9a8ffd2b => generated 799 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2704] 199.204.45.30 () {30 vars in 736 bytes} [Fri Apr 3 03:58:16 2026] GET /v2.0/ports/d1d1d358-59fd-48e7-a663-3c6a070d5e89 => generated 1128 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2705] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:58:16 2026] GET /v2.0/ports?tenant_id=7dfcef0d5ba54800b9d97a47125a8d51&device_id=cde601f0-3365-4f98-87be-6b49e8f6d09e => generated 5388 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2706] 199.204.45.30 () {30 vars in 740 bytes} [Fri Apr 3 03:58:16 2026] GET /v2.0/subnets/2c7d29b1-c668-46e4-bc6f-f53e252bb383 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2707] 199.204.45.30 () {34 vars in 985 bytes} [Fri Apr 3 03:58:16 2026] GET /v2.0/networks?id=933c5b71-70c9-4d76-ae47-32b8a4ec4d31 => generated 801 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:58:16.568 7 INFO neutron_taas.services.taas.taas_plugin [None req-e2ca26aa-57c8-4195-a6b5-46019d305aab b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] TaaS: Handle Delete Port: d28aee49-8111-4da3-84ca-1b6568befbb6 2026-04-03 03:58:16.572 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e2ca26aa-57c8-4195-a6b5-46019d305aab b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Tap Mirror: Handle Delete Port: d28aee49-8111-4da3-84ca-1b6568befbb6 [pid: 8|app: 0|req: 1322/2708] 199.204.45.30 () {34 vars in 1057 bytes} [Fri Apr 3 03:58:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.183&port_id=cd456d1c-b4e9-41df-8ad4-cc1d5cb04dad => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2709] 199.204.45.30 () {34 vars in 983 bytes} [Fri Apr 3 03:58:16 2026] GET /v2.0/subnets?id=ed025920-a6bf-43f2-88ae-d34db66fdd73 => generated 677 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2710] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:58:16 2026] GET /v2.0/ports?network_id=933c5b71-70c9-4d76-ae47-32b8a4ec4d31&device_owner=network%3Adhcp => generated 1457 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2711] 199.204.45.30 () {34 vars in 1011 bytes} [Fri Apr 3 03:58:16 2026] GET /v2.0/networks/933c5b71-70c9-4d76-ae47-32b8a4ec4d31?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2712] 199.204.45.30 () {34 vars in 1111 bytes} [Fri Apr 3 03:58:16 2026] GET /v2.0/networks/933c5b71-70c9-4d76-ae47-32b8a4ec4d31?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2713] 10.0.0.78 () {34 vars in 788 bytes} [Fri Apr 3 03:58:16 2026] PUT /v2.0/routers/348c3e08-f0d7-4389-8d40-3b6bc20e66ae/remove_router_interface => generated 309 bytes in 1317 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:58:17.668 7 INFO neutron.services.segments.plugin [-] Segment cb66084d-828b-4928-b002-f353609f242c resource provider aggregate not found 2026-04-03 03:58:17.682 7 INFO neutron.services.segments.plugin [-] Segment cb66084d-828b-4928-b002-f353609f242c resource provider aggregate not found 2026-04-03 03:58:17.685 7 INFO neutron.services.segments.plugin [-] Segment cb66084d-828b-4928-b002-f353609f242c 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 cb66084d-828b-4928-b002-f353609f242c found for delete ", "request_id": "req-0d93fe89-dae9-46f0-80e2-85ba495a7853"}]} 2026-04-03 03:58:17.693 7 INFO neutron.services.segments.plugin [-] Segment cb66084d-828b-4928-b002-f353609f242c 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 cb66084d-828b-4928-b002-f353609f242c found for delete ", "request_id": "req-45ca15ed-d0ab-4b6f-8b1a-1164be642e2e"}]} 2026-04-03 03:58:17.740 8 INFO neutron_taas.services.taas.taas_plugin [None req-78dc669e-fe33-495d-aef6-54ac56cb31d3 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] TaaS: Handle Delete Port: d5511783-4534-4cda-958f-70250f62e7c1 2026-04-03 03:58:17.743 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-78dc669e-fe33-495d-aef6-54ac56cb31d3 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Tap Mirror: Handle Delete Port: d5511783-4534-4cda-958f-70250f62e7c1 2026-04-03 03:58:17.982 8 INFO neutron_taas.services.taas.taas_plugin [None req-78dc669e-fe33-495d-aef6-54ac56cb31d3 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] TaaS: Handle Delete Port: 2d94266f-47a1-49a3-90d6-f54a4fc669d1 2026-04-03 03:58:17.985 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-78dc669e-fe33-495d-aef6-54ac56cb31d3 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Tap Mirror: Handle Delete Port: 2d94266f-47a1-49a3-90d6-f54a4fc669d1 2026-04-03 03:58:18.359 8 INFO neutron.services.segments.plugin [-] Segment 77694bf0-129d-4759-90c7-565ccb5c9f4e resource provider aggregate not found 2026-04-03 03:58:18.362 8 INFO neutron.services.segments.plugin [-] Segment 77694bf0-129d-4759-90c7-565ccb5c9f4e resource provider aggregate not found 2026-04-03 03:58:18.376 8 INFO neutron.services.segments.plugin [-] Segment 77694bf0-129d-4759-90c7-565ccb5c9f4e 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 77694bf0-129d-4759-90c7-565ccb5c9f4e found for delete ", "request_id": "req-42c3fa8b-917c-4d09-9883-4969c0e0100c"}]} 2026-04-03 03:58:18.377 8 INFO neutron.services.segments.plugin [-] Segment 77694bf0-129d-4759-90c7-565ccb5c9f4e 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 77694bf0-129d-4759-90c7-565ccb5c9f4e found for delete ", "request_id": "req-2ba16d40-43fa-4069-a20a-2b5be76c2a51"}]} 2026-04-03 03:58:18.392 8 INFO neutron.db.l3_hamode_db [None req-78dc669e-fe33-495d-aef6-54ac56cb31d3 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] HA network 84a09083-c11b-4556-9063-e35744eaff2c was deleted as no HA routers are present in tenant 56e0c0a7024241e6914f8441059f2464. [pid: 8|app: 0|req: 1327/2714] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:58:17 2026] DELETE /v2.0/routers/348c3e08-f0d7-4389-8d40-3b6bc20e66ae => generated 0 bytes in 876 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2715] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:58:18 2026] DELETE /v2.0/subnets/ed2197b5-14b1-4f43-b778-7b964fcdba87 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:58:18.654 8 INFO neutron_taas.services.taas.taas_plugin [None req-b8036ead-46f3-41e3-95c6-783c3a4712c3 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] TaaS: Handle Delete Port: 6cea9675-bde8-41dd-b782-ce8c26f33f0b 2026-04-03 03:58:18.657 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8036ead-46f3-41e3-95c6-783c3a4712c3 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Tap Mirror: Handle Delete Port: 6cea9675-bde8-41dd-b782-ce8c26f33f0b [pid: 8|app: 0|req: 1328/2716] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:58:18 2026] DELETE /v2.0/networks/d4988a21-112c-48ad-822e-0bbf05184f6a => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2717] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:58:19 2026] GET /v2.0/security-groups?tenant_id=c0bcc0e80b084c2e99f99d587ccb8ef2&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2718] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:58:19 2026] DELETE /v2.0/security-groups/f145e03d-b5f4-4aeb-b5b1-2ef688f9a7e1 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2719] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:58:19 2026] GET /v2.0/security-groups?tenant_id=56e0c0a7024241e6914f8441059f2464&name=default => generated 2929 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2720] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:58:19 2026] DELETE /v2.0/security-groups/7b67ad34-f880-4b48-bfcb-9b82cfd8e308 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 03:58:20.397 8 INFO neutron.services.segments.plugin [-] Segment 11997717-3631-49f1-ad4d-add44eac5b1f resource provider aggregate not found 2026-04-03 03:58:20.402 8 INFO neutron.services.segments.plugin [-] Segment 11997717-3631-49f1-ad4d-add44eac5b1f resource provider aggregate not found 2026-04-03 03:58:20.413 8 INFO neutron.services.segments.plugin [-] Segment 11997717-3631-49f1-ad4d-add44eac5b1f 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 11997717-3631-49f1-ad4d-add44eac5b1f found for delete ", "request_id": "req-74567dba-5996-4f3d-bf28-4f2a46ecdbb0"}]} 2026-04-03 03:58:20.418 8 INFO neutron.services.segments.plugin [-] Segment 11997717-3631-49f1-ad4d-add44eac5b1f 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 11997717-3631-49f1-ad4d-add44eac5b1f found for delete ", "request_id": "req-56dd7df5-a3a2-4825-a635-8f82c499d2dc"}]} 2026-04-03 03:58:23.722 7 INFO neutron.db.segments_db [None req-b6c0deef-24dd-46d9-8c5e-e83586ebf85b 8ee0bd67489e4ab5b44229d24284bd42 3b1991a034614df3a6753eb7e505b322 - - default default] Added segment 60d28516-ac31-4ad0-b45e-0c4a4dc67b52 of type vxlan for network 67d8683c-cf55-406b-9a72-bafd62a8bdb6 2026-04-03 03:58:23.961 7 INFO neutron.db.l3_hamode_db [None req-b6c0deef-24dd-46d9-8c5e-e83586ebf85b 8ee0bd67489e4ab5b44229d24284bd42 3b1991a034614df3a6753eb7e505b322 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-03 03:58:24.067 7 INFO neutron.db.l3_hamode_db [None req-b6c0deef-24dd-46d9-8c5e-e83586ebf85b 8ee0bd67489e4ab5b44229d24284bd42 3b1991a034614df3a6753eb7e505b322 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1392/2723] 10.0.0.78 () {34 vars in 667 bytes} [Fri Apr 3 03:58:23 2026] POST /v2.0/routers => generated 474 bytes in 1188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:58:24.745 8 INFO neutron.db.l3_hamode_db [None req-5e2d8f0b-91da-4512-a280-bd19ae728240 8ee0bd67489e4ab5b44229d24284bd42 3b1991a034614df3a6753eb7e505b322 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-03 03:58:24.857 8 INFO neutron.db.l3_hamode_db [None req-5e2d8f0b-91da-4512-a280-bd19ae728240 8ee0bd67489e4ab5b44229d24284bd42 3b1991a034614df3a6753eb7e505b322 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1332/2724] 10.0.0.78 () {34 vars in 667 bytes} [Fri Apr 3 03:58:24 2026] POST /v2.0/routers => generated 474 bytes in 748 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:58:25.491 7 INFO neutron.db.l3_hamode_db [None req-2799335f-537a-47a8-a63e-6899f2ce9dab 8ee0bd67489e4ab5b44229d24284bd42 3b1991a034614df3a6753eb7e505b322 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-03 03:58:25.598 7 INFO neutron.db.l3_hamode_db [None req-2799335f-537a-47a8-a63e-6899f2ce9dab 8ee0bd67489e4ab5b44229d24284bd42 3b1991a034614df3a6753eb7e505b322 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1393/2725] 10.0.0.78 () {34 vars in 667 bytes} [Fri Apr 3 03:58:25 2026] POST /v2.0/routers => generated 474 bytes in 712 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:58:26.227 8 INFO neutron.db.l3_hamode_db [None req-384b8d17-313c-41fd-af96-83c3c1f51a7e 8ee0bd67489e4ab5b44229d24284bd42 3b1991a034614df3a6753eb7e505b322 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-03 03:58:26.358 8 INFO neutron.db.l3_hamode_db [None req-384b8d17-313c-41fd-af96-83c3c1f51a7e 8ee0bd67489e4ab5b44229d24284bd42 3b1991a034614df3a6753eb7e505b322 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1333/2726] 10.0.0.78 () {34 vars in 667 bytes} [Fri Apr 3 03:58:26 2026] POST /v2.0/routers => generated 474 bytes in 715 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:58:26.943 7 INFO neutron.db.l3_hamode_db [None req-bfeaf090-59de-4826-b25e-cb2b2a6b831e 8ee0bd67489e4ab5b44229d24284bd42 3b1991a034614df3a6753eb7e505b322 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-03 03:58:27.039 7 INFO neutron.db.l3_hamode_db [None req-bfeaf090-59de-4826-b25e-cb2b2a6b831e 8ee0bd67489e4ab5b44229d24284bd42 3b1991a034614df3a6753eb7e505b322 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1394/2727] 10.0.0.78 () {34 vars in 667 bytes} [Fri Apr 3 03:58:26 2026] POST /v2.0/routers => generated 474 bytes in 709 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2728] 10.0.0.78 () {34 vars in 750 bytes} [Fri Apr 3 03:58:27 2026] PUT /v2.0/routers/0221c282-22f3-403f-8a21-1e5f25e31047/tags => generated 17 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2729] 10.0.0.78 () {34 vars in 750 bytes} [Fri Apr 3 03:58:27 2026] PUT /v2.0/routers/a3dd435a-52de-4748-ab0c-fae76ff6c6ed/tags => generated 25 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2730] 10.0.0.78 () {34 vars in 750 bytes} [Fri Apr 3 03:58:27 2026] PUT /v2.0/routers/8f3d7c67-9039-45b7-8957-15e53193cecb/tags => generated 34 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2731] 10.0.0.78 () {34 vars in 750 bytes} [Fri Apr 3 03:58:27 2026] PUT /v2.0/routers/a787e5b2-13d2-4c29-b9e9-b5b2ca1b73a7/tags => generated 19 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2732] 10.0.0.78 () {32 vars in 663 bytes} [Fri Apr 3 03:58:28 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2733] 10.0.0.78 () {32 vars in 677 bytes} [Fri Apr 3 03:58:28 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2734] 10.0.0.78 () {32 vars in 673 bytes} [Fri Apr 3 03:58:28 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2735] 10.0.0.78 () {32 vars in 685 bytes} [Fri Apr 3 03:58:28 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2736] 10.0.0.78 () {32 vars in 671 bytes} [Fri Apr 3 03:58:28 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2737] 10.0.0.78 () {32 vars in 685 bytes} [Fri Apr 3 03:58:28 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2738] 10.0.0.78 () {32 vars in 681 bytes} [Fri Apr 3 03:58:28 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2739] 10.0.0.78 () {32 vars in 693 bytes} [Fri Apr 3 03:58:28 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2740] 10.0.0.78 () {32 vars in 720 bytes} [Fri Apr 3 03:58:28 2026] GET /v2.0/routers/0221c282-22f3-403f-8a21-1e5f25e31047 => generated 485 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2741] 199.204.45.30 () {30 vars in 702 bytes} [Fri Apr 3 03:58: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: 8|app: 0|req: 1342/2742] 199.204.45.30 () {30 vars in 704 bytes} [Fri Apr 3 03:58:29 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2743] 199.204.45.30 () {30 vars in 680 bytes} [Fri Apr 3 03:58:29 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2744] 199.204.45.30 () {30 vars in 716 bytes} [Fri Apr 3 03:58:29 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: 8|app: 0|req: 1345/2745] 199.204.45.30 () {30 vars in 740 bytes} [Fri Apr 3 03:58:29 2026] GET /v2.0/subnets/ed025920-a6bf-43f2-88ae-d34db66fdd73 => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2746] 199.204.45.30 () {30 vars in 768 bytes} [Fri Apr 3 03:58:29 2026] GET /v2.0/ports?device_id=cde601f0-3365-4f98-87be-6b49e8f6d09e => generated 5388 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2747] 10.0.0.78 () {34 vars in 741 bytes} [Fri Apr 3 03:58:28 2026] PUT /v2.0/routers/0221c282-22f3-403f-8a21-1e5f25e31047 => generated 485 bytes in 530 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2748] 10.0.0.78 () {32 vars in 735 bytes} [Fri Apr 3 03:58:29 2026] GET /v2.0/ports?device_id=0221c282-22f3-403f-8a21-1e5f25e31047 => 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: 1348/2749] 199.204.45.30 () {30 vars in 702 bytes} [Fri Apr 3 03:58:29 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: 1349/2750] 199.204.45.30 () {30 vars in 704 bytes} [Fri Apr 3 03:58:29 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: 1350/2751] 199.204.45.30 () {30 vars in 680 bytes} [Fri Apr 3 03:58:29 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2752] 199.204.45.30 () {30 vars in 716 bytes} [Fri Apr 3 03:58:29 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: 1352/2753] 199.204.45.30 () {30 vars in 736 bytes} [Fri Apr 3 03:58:29 2026] GET /v2.0/ports/2bf0efbb-2f93-4f0f-8a9e-491240de821e => generated 1524 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 03:58:29.453 7 INFO neutron_taas.services.taas.taas_plugin [None req-376e5453-0806-4bac-aa81-730990f0042d 8ee0bd67489e4ab5b44229d24284bd42 3b1991a034614df3a6753eb7e505b322 - - default default] TaaS: Handle Delete Port: 3228e47c-5b76-4c28-9245-5dcd81bbf86c 2026-04-03 03:58:29.456 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-376e5453-0806-4bac-aa81-730990f0042d 8ee0bd67489e4ab5b44229d24284bd42 3b1991a034614df3a6753eb7e505b322 - - default default] Tap Mirror: Handle Delete Port: 3228e47c-5b76-4c28-9245-5dcd81bbf86c [pid: 7|app: 0|req: 1402/2754] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:58:29 2026] DELETE /v2.0/routers/0221c282-22f3-403f-8a21-1e5f25e31047 => generated 0 bytes in 361 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2755] 10.0.0.78 () {32 vars in 720 bytes} [Fri Apr 3 03:58:29 2026] GET /v2.0/routers/a3dd435a-52de-4748-ab0c-fae76ff6c6ed => generated 493 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2756] 199.204.45.30 () {34 vars in 789 bytes} [Fri Apr 3 03:58:29 2026] PUT /v2.0/ports/2bf0efbb-2f93-4f0f-8a9e-491240de821e => generated 1255 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 1354/2757] 199.204.45.30 () {30 vars in 742 bytes} [Fri Apr 3 03:58:29 2026] GET /v2.0/networks/7c3da979-7660-4fc6-b6a8-e8b02197b764 => generated 796 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:58:29.789 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-517666e2-aac8-4140-8278-880569e0bcd0'] response: {'name': 'network-changed', 'server_uuid': 'cde601f0-3365-4f98-87be-6b49e8f6d09e', 'tag': '2bf0efbb-2f93-4f0f-8a9e-491240de821e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1355/2758] 199.204.45.30 () {30 vars in 740 bytes} [Fri Apr 3 03:58:29 2026] GET /v2.0/subnets/8d294f64-21e7-4f87-8e67-e0bed648bbf6 => generated 672 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2759] 199.204.45.30 () {30 vars in 736 bytes} [Fri Apr 3 03:58:29 2026] GET /v2.0/ports/2bf0efbb-2f93-4f0f-8a9e-491240de821e => generated 1291 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2760] 199.204.45.30 () {34 vars in 788 bytes} [Fri Apr 3 03:58:29 2026] PUT /v2.0/ports/2bf0efbb-2f93-4f0f-8a9e-491240de821e => generated 1080 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 1358/2761] 199.204.45.30 () {30 vars in 742 bytes} [Fri Apr 3 03:58:30 2026] GET /v2.0/networks/7c3da979-7660-4fc6-b6a8-e8b02197b764 => generated 796 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2762] 199.204.45.30 () {30 vars in 768 bytes} [Fri Apr 3 03:58:30 2026] GET /v2.0/ports?device_id=cde601f0-3365-4f98-87be-6b49e8f6d09e => generated 4980 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2763] 10.0.0.78 () {34 vars in 741 bytes} [Fri Apr 3 03:58:29 2026] PUT /v2.0/routers/a3dd435a-52de-4748-ab0c-fae76ff6c6ed => generated 493 bytes in 579 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2764] 10.0.0.78 () {32 vars in 735 bytes} [Fri Apr 3 03:58:30 2026] GET /v2.0/ports?device_id=a3dd435a-52de-4748-ab0c-fae76ff6c6ed => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:58:30.496 7 INFO neutron_taas.services.taas.taas_plugin [None req-a21fade7-e4ef-44b2-a506-b45be436ac09 8ee0bd67489e4ab5b44229d24284bd42 3b1991a034614df3a6753eb7e505b322 - - default default] TaaS: Handle Delete Port: a674da12-7d29-4f11-95ce-0a6a74a2f5d8 2026-04-03 03:58:30.499 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a21fade7-e4ef-44b2-a506-b45be436ac09 8ee0bd67489e4ab5b44229d24284bd42 3b1991a034614df3a6753eb7e505b322 - - default default] Tap Mirror: Handle Delete Port: a674da12-7d29-4f11-95ce-0a6a74a2f5d8 [pid: 8|app: 0|req: 1360/2765] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:58:30 2026] GET /v2.0/ports?tenant_id=7dfcef0d5ba54800b9d97a47125a8d51&device_id=cde601f0-3365-4f98-87be-6b49e8f6d09e => generated 4980 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2766] 199.204.45.30 () {30 vars in 768 bytes} [Fri Apr 3 03:58:30 2026] GET /v2.0/ports?device_id=cde601f0-3365-4f98-87be-6b49e8f6d09e => generated 4980 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2767] 199.204.45.30 () {34 vars in 985 bytes} [Fri Apr 3 03:58:30 2026] GET /v2.0/networks?id=7c3da979-7660-4fc6-b6a8-e8b02197b764 => generated 799 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2768] 199.204.45.30 () {34 vars in 1011 bytes} [Fri Apr 3 03:58:30 2026] GET /v2.0/networks/7c3da979-7660-4fc6-b6a8-e8b02197b764?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2769] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:58:30 2026] DELETE /v2.0/routers/a3dd435a-52de-4748-ab0c-fae76ff6c6ed => generated 0 bytes in 361 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2770] 199.204.45.30 () {34 vars in 1111 bytes} [Fri Apr 3 03:58:30 2026] GET /v2.0/networks/7c3da979-7660-4fc6-b6a8-e8b02197b764?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2771] 10.0.0.78 () {32 vars in 720 bytes} [Fri Apr 3 03:58:30 2026] GET /v2.0/routers/8f3d7c67-9039-45b7-8957-15e53193cecb => generated 502 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2772] 10.0.0.78 () {34 vars in 741 bytes} [Fri Apr 3 03:58:30 2026] PUT /v2.0/routers/8f3d7c67-9039-45b7-8957-15e53193cecb => generated 502 bytes in 496 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2773] 10.0.0.78 () {32 vars in 735 bytes} [Fri Apr 3 03:58:31 2026] GET /v2.0/ports?device_id=8f3d7c67-9039-45b7-8957-15e53193cecb => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:58:31.401 8 INFO neutron_taas.services.taas.taas_plugin [None req-53cf835b-e6a5-4066-a443-86d5c266fd8b 8ee0bd67489e4ab5b44229d24284bd42 3b1991a034614df3a6753eb7e505b322 - - default default] TaaS: Handle Delete Port: a30a6e7b-e0ad-4982-8524-6319050e8fe4 2026-04-03 03:58:31.404 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-53cf835b-e6a5-4066-a443-86d5c266fd8b 8ee0bd67489e4ab5b44229d24284bd42 3b1991a034614df3a6753eb7e505b322 - - default default] Tap Mirror: Handle Delete Port: a30a6e7b-e0ad-4982-8524-6319050e8fe4 [pid: 8|app: 0|req: 1366/2774] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:58:31 2026] DELETE /v2.0/routers/8f3d7c67-9039-45b7-8957-15e53193cecb => generated 0 bytes in 349 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2775] 199.204.45.30 () {30 vars in 768 bytes} [Fri Apr 3 03:58:31 2026] GET /v2.0/ports?device_id=cde601f0-3365-4f98-87be-6b49e8f6d09e => generated 4980 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2776] 10.0.0.78 () {32 vars in 720 bytes} [Fri Apr 3 03:58:31 2026] GET /v2.0/routers/a787e5b2-13d2-4c29-b9e9-b5b2ca1b73a7 => generated 487 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:58:31.830 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6c93cd8d-d875-4f21-a553-74235776e726'] response: {'name': 'network-changed', 'server_uuid': 'cde601f0-3365-4f98-87be-6b49e8f6d09e', 'tag': '2bf0efbb-2f93-4f0f-8a9e-491240de821e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1410/2777] 10.0.0.78 () {34 vars in 741 bytes} [Fri Apr 3 03:58:31 2026] PUT /v2.0/routers/a787e5b2-13d2-4c29-b9e9-b5b2ca1b73a7 => generated 487 bytes in 497 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2778] 10.0.0.78 () {32 vars in 735 bytes} [Fri Apr 3 03:58:32 2026] GET /v2.0/ports?device_id=a787e5b2-13d2-4c29-b9e9-b5b2ca1b73a7 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:58:32.355 7 INFO neutron_taas.services.taas.taas_plugin [None req-b41c2e5b-701d-4942-8f3a-f56000c49d64 8ee0bd67489e4ab5b44229d24284bd42 3b1991a034614df3a6753eb7e505b322 - - default default] TaaS: Handle Delete Port: 74d95753-94d9-4b9c-a9fb-002c7531e129 2026-04-03 03:58:32.358 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b41c2e5b-701d-4942-8f3a-f56000c49d64 8ee0bd67489e4ab5b44229d24284bd42 3b1991a034614df3a6753eb7e505b322 - - default default] Tap Mirror: Handle Delete Port: 74d95753-94d9-4b9c-a9fb-002c7531e129 [pid: 8|app: 0|req: 1369/2779] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:58:32 2026] GET /v2.0/ports?tenant_id=7dfcef0d5ba54800b9d97a47125a8d51&device_id=cde601f0-3365-4f98-87be-6b49e8f6d09e => generated 4980 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2780] 199.204.45.30 () {34 vars in 985 bytes} [Fri Apr 3 03:58:32 2026] GET /v2.0/networks?id=7c3da979-7660-4fc6-b6a8-e8b02197b764 => generated 799 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2781] 199.204.45.30 () {34 vars in 1011 bytes} [Fri Apr 3 03:58:32 2026] GET /v2.0/networks/7c3da979-7660-4fc6-b6a8-e8b02197b764?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2782] 199.204.45.30 () {34 vars in 1111 bytes} [Fri Apr 3 03:58:32 2026] GET /v2.0/networks/7c3da979-7660-4fc6-b6a8-e8b02197b764?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2783] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:58:32 2026] DELETE /v2.0/routers/a787e5b2-13d2-4c29-b9e9-b5b2ca1b73a7 => generated 0 bytes in 373 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2784] 10.0.0.78 () {32 vars in 720 bytes} [Fri Apr 3 03:58:32 2026] GET /v2.0/routers/70870b1e-ab4b-485e-82db-f3f36163c276 => generated 480 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2785] 199.204.45.30 () {30 vars in 768 bytes} [Fri Apr 3 03:58:32 2026] GET /v2.0/ports?device_id=cde601f0-3365-4f98-87be-6b49e8f6d09e => generated 4980 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2786] 199.204.45.30 () {34 vars in 974 bytes} [Fri Apr 3 03:58:32 2026] GET /v2.0/ports/2bf0efbb-2f93-4f0f-8a9e-491240de821e => generated 1116 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2787] 199.204.45.30 () {34 vars in 1059 bytes} [Fri Apr 3 03:58:32 2026] GET /v2.0/ports/2bf0efbb-2f93-4f0f-8a9e-491240de821e?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2788] 199.204.45.30 () {34 vars in 1015 bytes} [Fri Apr 3 03:58:32 2026] GET /v2.0/networks/7c3da979-7660-4fc6-b6a8-e8b02197b764?fields=dns_domain => generated 29 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2789] 199.204.45.30 () {38 vars in 1027 bytes} [Fri Apr 3 03:58:32 2026] PUT /v2.0/ports/2bf0efbb-2f93-4f0f-8a9e-491240de821e => generated 917 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2790] 10.0.0.78 () {34 vars in 741 bytes} [Fri Apr 3 03:58:32 2026] PUT /v2.0/routers/70870b1e-ab4b-485e-82db-f3f36163c276 => generated 480 bytes in 481 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 1379/2791] 10.0.0.78 () {32 vars in 735 bytes} [Fri Apr 3 03:58:33 2026] GET /v2.0/ports?device_id=70870b1e-ab4b-485e-82db-f3f36163c276 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:58:33.296 7 INFO neutron_taas.services.taas.taas_plugin [None req-db122d93-8522-48b9-86aa-4b9d0420abc0 8ee0bd67489e4ab5b44229d24284bd42 3b1991a034614df3a6753eb7e505b322 - - default default] TaaS: Handle Delete Port: e06208c2-4a37-4aca-9521-a517316a36e8 2026-04-03 03:58:33.300 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db122d93-8522-48b9-86aa-4b9d0420abc0 8ee0bd67489e4ab5b44229d24284bd42 3b1991a034614df3a6753eb7e505b322 - - default default] Tap Mirror: Handle Delete Port: e06208c2-4a37-4aca-9521-a517316a36e8 2026-04-03 03:58:33.635 7 INFO neutron.db.l3_hamode_db [None req-db122d93-8522-48b9-86aa-4b9d0420abc0 8ee0bd67489e4ab5b44229d24284bd42 3b1991a034614df3a6753eb7e505b322 - - default default] HA network 67d8683c-cf55-406b-9a72-bafd62a8bdb6 was deleted as no HA routers are present in tenant 3b1991a034614df3a6753eb7e505b322. [pid: 7|app: 0|req: 1413/2792] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:58:33 2026] DELETE /v2.0/routers/70870b1e-ab4b-485e-82db-f3f36163c276 => generated 0 bytes in 512 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 03:58:33.708 7 INFO neutron.services.segments.plugin [-] Segment 60d28516-ac31-4ad0-b45e-0c4a4dc67b52 resource provider aggregate not found 2026-04-03 03:58:33.730 7 INFO neutron.services.segments.plugin [-] Segment 60d28516-ac31-4ad0-b45e-0c4a4dc67b52 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 60d28516-ac31-4ad0-b45e-0c4a4dc67b52 found for delete ", "request_id": "req-0f78e338-84ba-4cff-baed-20910c49763b"}]} 2026-04-03 03:58:33.751 7 INFO neutron.services.segments.plugin [-] Segment 60d28516-ac31-4ad0-b45e-0c4a4dc67b52 resource provider aggregate not found [pid: 8|app: 0|req: 1380/2793] 199.204.45.30 () {30 vars in 768 bytes} [Fri Apr 3 03:58:33 2026] GET /v2.0/ports?device_id=cde601f0-3365-4f98-87be-6b49e8f6d09e => generated 3872 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 03:58:33.767 7 INFO neutron.services.segments.plugin [-] Segment 60d28516-ac31-4ad0-b45e-0c4a4dc67b52 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 60d28516-ac31-4ad0-b45e-0c4a4dc67b52 found for delete ", "request_id": "req-10ca2516-d6b5-4221-a849-c3f626c94a2e"}]} 2026-04-03 03:58:33.895 7 INFO neutron_taas.services.taas.taas_plugin [None req-33f34804-84bc-441b-b8c9-aac5156b4312 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] TaaS: Handle Delete Port: 2bf0efbb-2f93-4f0f-8a9e-491240de821e 2026-04-03 03:58:33.899 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-33f34804-84bc-441b-b8c9-aac5156b4312 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Tap Mirror: Handle Delete Port: 2bf0efbb-2f93-4f0f-8a9e-491240de821e [pid: 7|app: 0|req: 1414/2794] 199.204.45.30 () {32 vars in 758 bytes} [Fri Apr 3 03:58:33 2026] DELETE /v2.0/ports/2bf0efbb-2f93-4f0f-8a9e-491240de821e => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2795] 199.204.45.30 () {30 vars in 702 bytes} [Fri Apr 3 03:58:34 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: 1415/2796] 199.204.45.30 () {30 vars in 704 bytes} [Fri Apr 3 03:58:34 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: 1382/2797] 199.204.45.30 () {30 vars in 680 bytes} [Fri Apr 3 03:58:34 2026] GET /v2.0/extensions/qos => 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: 1416/2798] 199.204.45.30 () {30 vars in 716 bytes} [Fri Apr 3 03:58:34 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: 1383/2799] 199.204.45.30 () {30 vars in 740 bytes} [Fri Apr 3 03:58:34 2026] GET /v2.0/subnets/2c7d29b1-c668-46e4-bc6f-f53e252bb383 => generated 676 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2800] 199.204.45.30 () {30 vars in 736 bytes} [Fri Apr 3 03:58:34 2026] GET /v2.0/ports/d1d1d358-59fd-48e7-a663-3c6a070d5e89 => generated 1128 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2801] 199.204.45.30 () {30 vars in 736 bytes} [Fri Apr 3 03:58:34 2026] GET /v2.0/ports/b98b5b0a-cedc-418b-a0f4-3b18ba8e0913 => generated 1349 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2802] 199.204.45.30 () {30 vars in 740 bytes} [Fri Apr 3 03:58:34 2026] GET /v2.0/subnets/2c7d29b1-c668-46e4-bc6f-f53e252bb383 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2803] 199.204.45.30 () {30 vars in 742 bytes} [Fri Apr 3 03:58:34 2026] GET /v2.0/networks/7c369af2-ac07-4822-a245-08de9a8ffd2b => generated 799 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2804] 199.204.45.30 () {30 vars in 736 bytes} [Fri Apr 3 03:58:34 2026] GET /v2.0/ports/d1d1d358-59fd-48e7-a663-3c6a070d5e89 => generated 1128 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2805] 199.204.45.30 () {30 vars in 740 bytes} [Fri Apr 3 03:58:34 2026] GET /v2.0/subnets/2c7d29b1-c668-46e4-bc6f-f53e252bb383 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2806] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:58:34 2026] GET /v2.0/ports?tenant_id=7dfcef0d5ba54800b9d97a47125a8d51&device_id=cde601f0-3365-4f98-87be-6b49e8f6d09e => generated 3872 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2807] 199.204.45.30 () {34 vars in 1225 bytes} [Fri Apr 3 03:58:34 2026] GET /v2.0/networks?id=cb738926-1880-4b2f-99f8-5f8f2a06f59c&id=7c369af2-ac07-4822-a245-08de9a8ffd2b&id=933c5b71-70c9-4d76-ae47-32b8a4ec4d31&id=7c3da979-7660-4fc6-b6a8-e8b02197b764 => generated 3095 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2808] 199.204.45.30 () {34 vars in 1061 bytes} [Fri Apr 3 03:58:34 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.178&port_id=30531db4-9507-4ea6-877e-a8886d64e346 => 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: 1390/2809] 199.204.45.30 () {34 vars in 983 bytes} [Fri Apr 3 03:58:34 2026] GET /v2.0/subnets?id=bc5b5601-434a-4258-83cc-61e1eb5f34f8 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2810] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:58:34 2026] GET /v2.0/security-groups?tenant_id=d70e45aa46234ad385f032bcc1791447&name=default => generated 2929 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2811] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:58:34 2026] GET /v2.0/ports?network_id=cb738926-1880-4b2f-99f8-5f8f2a06f59c&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: 8|app: 0|req: 1392/2812] 199.204.45.30 () {34 vars in 1011 bytes} [Fri Apr 3 03:58:34 2026] GET /v2.0/networks/cb738926-1880-4b2f-99f8-5f8f2a06f59c?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2813] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:58:34 2026] DELETE /v2.0/security-groups/73bc7eab-44eb-4cdf-8d7c-a3a1a2d54c4c => 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: 1393/2814] 199.204.45.30 () {34 vars in 1111 bytes} [Fri Apr 3 03:58:34 2026] GET /v2.0/networks/cb738926-1880-4b2f-99f8-5f8f2a06f59c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2815] 199.204.45.30 () {34 vars in 1057 bytes} [Fri Apr 3 03:58:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.103&port_id=b98b5b0a-cedc-418b-a0f4-3b18ba8e0913 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2816] 199.204.45.30 () {34 vars in 983 bytes} [Fri Apr 3 03:58:34 2026] GET /v2.0/subnets?id=2c7d29b1-c668-46e4-bc6f-f53e252bb383 => generated 679 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2817] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:58:34 2026] GET /v2.0/ports?network_id=7c369af2-ac07-4822-a245-08de9a8ffd2b&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2818] 199.204.45.30 () {34 vars in 1011 bytes} [Fri Apr 3 03:58:35 2026] GET /v2.0/networks/7c369af2-ac07-4822-a245-08de9a8ffd2b?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2819] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:58:34 2026] GET /v2.0/security-groups?tenant_id=3b1991a034614df3a6753eb7e505b322&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2820] 199.204.45.30 () {34 vars in 1111 bytes} [Fri Apr 3 03:58:35 2026] GET /v2.0/networks/7c369af2-ac07-4822-a245-08de9a8ffd2b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2821] 199.204.45.30 () {34 vars in 1057 bytes} [Fri Apr 3 03:58:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.183&port_id=cd456d1c-b4e9-41df-8ad4-cc1d5cb04dad => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2822] 199.204.45.30 () {34 vars in 983 bytes} [Fri Apr 3 03:58:35 2026] GET /v2.0/subnets?id=ed025920-a6bf-43f2-88ae-d34db66fdd73 => generated 677 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2823] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:58:35 2026] DELETE /v2.0/security-groups/106bee09-b0ae-44b3-b3d0-e283f854ce57 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2824] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:58:35 2026] GET /v2.0/ports?network_id=933c5b71-70c9-4d76-ae47-32b8a4ec4d31&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: 8|app: 0|req: 1397/2825] 199.204.45.30 () {34 vars in 1011 bytes} [Fri Apr 3 03:58:35 2026] GET /v2.0/networks/933c5b71-70c9-4d76-ae47-32b8a4ec4d31?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2826] 199.204.45.30 () {34 vars in 1111 bytes} [Fri Apr 3 03:58:35 2026] GET /v2.0/networks/933c5b71-70c9-4d76-ae47-32b8a4ec4d31?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2827] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:58:35 2026] GET /v2.0/security-groups?tenant_id=b3957cc2b0f94c6087105ad178101477&name=default => generated 2929 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2828] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:58:35 2026] DELETE /v2.0/security-groups/77c6e23f-d7b9-4f6d-91ea-00deb559bfe6 => 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: 1400/2831] 199.204.45.30 () {30 vars in 702 bytes} [Fri Apr 3 03:58:39 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: 1432/2832] 199.204.45.30 () {30 vars in 704 bytes} [Fri Apr 3 03:58:39 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: 1401/2833] 199.204.45.30 () {30 vars in 680 bytes} [Fri Apr 3 03:58:39 2026] GET /v2.0/extensions/qos => 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: 1433/2834] 199.204.45.30 () {30 vars in 716 bytes} [Fri Apr 3 03:58:39 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: 8|app: 0|req: 1402/2835] 199.204.45.30 () {30 vars in 768 bytes} [Fri Apr 3 03:58:39 2026] GET /v2.0/ports?device_id=cde601f0-3365-4f98-87be-6b49e8f6d09e => generated 3872 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2836] 199.204.45.30 () {30 vars in 702 bytes} [Fri Apr 3 03:58:39 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: 8|app: 0|req: 1403/2837] 199.204.45.30 () {30 vars in 704 bytes} [Fri Apr 3 03:58:39 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: 7|app: 0|req: 1435/2838] 199.204.45.30 () {30 vars in 680 bytes} [Fri Apr 3 03:58:39 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2839] 199.204.45.30 () {30 vars in 716 bytes} [Fri Apr 3 03:58:39 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: 1436/2840] 199.204.45.30 () {30 vars in 736 bytes} [Fri Apr 3 03:58:39 2026] GET /v2.0/ports/cd456d1c-b4e9-41df-8ad4-cc1d5cb04dad => generated 1291 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2841] 199.204.45.30 () {34 vars in 788 bytes} [Fri Apr 3 03:58:39 2026] PUT /v2.0/ports/cd456d1c-b4e9-41df-8ad4-cc1d5cb04dad => generated 1080 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2842] 199.204.45.30 () {30 vars in 742 bytes} [Fri Apr 3 03:58:39 2026] GET /v2.0/networks/933c5b71-70c9-4d76-ae47-32b8a4ec4d31 => generated 798 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 1406/2843] 199.204.45.30 () {30 vars in 768 bytes} [Fri Apr 3 03:58:39 2026] GET /v2.0/ports?device_id=cde601f0-3365-4f98-87be-6b49e8f6d09e => generated 3697 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 03:58:39.956 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7d5e951d-f1cf-4d9e-a564-78a526a4a5a6'] response: {'name': 'network-changed', 'server_uuid': 'cde601f0-3365-4f98-87be-6b49e8f6d09e', 'tag': 'cd456d1c-b4e9-41df-8ad4-cc1d5cb04dad', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1438/2844] 199.204.45.30 () {30 vars in 768 bytes} [Fri Apr 3 03:58:39 2026] GET /v2.0/ports?device_id=cde601f0-3365-4f98-87be-6b49e8f6d09e => generated 3697 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2845] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:58:40 2026] GET /v2.0/ports?tenant_id=7dfcef0d5ba54800b9d97a47125a8d51&device_id=cde601f0-3365-4f98-87be-6b49e8f6d09e => generated 3697 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2846] 199.204.45.30 () {34 vars in 985 bytes} [Fri Apr 3 03:58:40 2026] GET /v2.0/networks?id=933c5b71-70c9-4d76-ae47-32b8a4ec4d31 => generated 801 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2847] 199.204.45.30 () {34 vars in 1011 bytes} [Fri Apr 3 03:58:40 2026] GET /v2.0/networks/933c5b71-70c9-4d76-ae47-32b8a4ec4d31?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2848] 199.204.45.30 () {34 vars in 1111 bytes} [Fri Apr 3 03:58:40 2026] GET /v2.0/networks/933c5b71-70c9-4d76-ae47-32b8a4ec4d31?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2849] 199.204.45.30 () {30 vars in 768 bytes} [Fri Apr 3 03:58:41 2026] GET /v2.0/ports?device_id=cde601f0-3365-4f98-87be-6b49e8f6d09e => generated 3697 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2850] 199.204.45.30 () {34 vars in 974 bytes} [Fri Apr 3 03:58:41 2026] GET /v2.0/ports/cd456d1c-b4e9-41df-8ad4-cc1d5cb04dad => generated 1116 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2851] 199.204.45.30 () {34 vars in 1059 bytes} [Fri Apr 3 03:58:41 2026] GET /v2.0/ports/cd456d1c-b4e9-41df-8ad4-cc1d5cb04dad?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2852] 199.204.45.30 () {34 vars in 1015 bytes} [Fri Apr 3 03:58:41 2026] GET /v2.0/networks/933c5b71-70c9-4d76-ae47-32b8a4ec4d31?fields=dns_domain => generated 29 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2853] 199.204.45.30 () {30 vars in 768 bytes} [Fri Apr 3 03:58:42 2026] GET /v2.0/ports?device_id=cde601f0-3365-4f98-87be-6b49e8f6d09e => generated 3697 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2854] 199.204.45.30 () {38 vars in 1027 bytes} [Fri Apr 3 03:58:42 2026] PUT /v2.0/ports/cd456d1c-b4e9-41df-8ad4-cc1d5cb04dad => generated 917 bytes in 191 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2855] 199.204.45.30 () {30 vars in 768 bytes} [Fri Apr 3 03:58:43 2026] GET /v2.0/ports?device_id=cde601f0-3365-4f98-87be-6b49e8f6d09e => generated 2589 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-03 03:58:43.271 8 INFO neutron_taas.services.taas.taas_plugin [None req-7153caff-3bfe-46de-8f83-2285975612da b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] TaaS: Handle Delete Port: cd456d1c-b4e9-41df-8ad4-cc1d5cb04dad 2026-04-03 03:58:43.274 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7153caff-3bfe-46de-8f83-2285975612da b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Tap Mirror: Handle Delete Port: cd456d1c-b4e9-41df-8ad4-cc1d5cb04dad [pid: 8|app: 0|req: 1412/2856] 199.204.45.30 () {32 vars in 758 bytes} [Fri Apr 3 03:58:43 2026] DELETE /v2.0/ports/cd456d1c-b4e9-41df-8ad4-cc1d5cb04dad => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2857] 199.204.45.30 () {30 vars in 702 bytes} [Fri Apr 3 03:58:43 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: 1413/2858] 199.204.45.30 () {30 vars in 704 bytes} [Fri Apr 3 03:58:43 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: 1446/2859] 199.204.45.30 () {30 vars in 680 bytes} [Fri Apr 3 03:58:43 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: 1414/2860] 199.204.45.30 () {30 vars in 716 bytes} [Fri Apr 3 03:58:43 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: 1447/2861] 199.204.45.30 () {30 vars in 740 bytes} [Fri Apr 3 03:58:43 2026] GET /v2.0/subnets/2c7d29b1-c668-46e4-bc6f-f53e252bb383 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2862] 199.204.45.30 () {30 vars in 736 bytes} [Fri Apr 3 03:58:43 2026] GET /v2.0/ports/d1d1d358-59fd-48e7-a663-3c6a070d5e89 => generated 1128 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2863] 199.204.45.30 () {30 vars in 736 bytes} [Fri Apr 3 03:58:43 2026] GET /v2.0/ports/b98b5b0a-cedc-418b-a0f4-3b18ba8e0913 => generated 1349 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2864] 199.204.45.30 () {30 vars in 740 bytes} [Fri Apr 3 03:58:43 2026] GET /v2.0/subnets/2c7d29b1-c668-46e4-bc6f-f53e252bb383 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2865] 199.204.45.30 () {30 vars in 742 bytes} [Fri Apr 3 03:58:43 2026] GET /v2.0/networks/7c369af2-ac07-4822-a245-08de9a8ffd2b => generated 799 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2866] 199.204.45.30 () {30 vars in 736 bytes} [Fri Apr 3 03:58:43 2026] GET /v2.0/ports/d1d1d358-59fd-48e7-a663-3c6a070d5e89 => generated 1128 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2867] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:58:43 2026] GET /v2.0/ports?tenant_id=7dfcef0d5ba54800b9d97a47125a8d51&device_id=cde601f0-3365-4f98-87be-6b49e8f6d09e => generated 2589 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2868] 199.204.45.30 () {30 vars in 740 bytes} [Fri Apr 3 03:58:43 2026] GET /v2.0/subnets/2c7d29b1-c668-46e4-bc6f-f53e252bb383 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2869] 199.204.45.30 () {34 vars in 1145 bytes} [Fri Apr 3 03:58:43 2026] GET /v2.0/networks?id=cb738926-1880-4b2f-99f8-5f8f2a06f59c&id=7c369af2-ac07-4822-a245-08de9a8ffd2b&id=933c5b71-70c9-4d76-ae47-32b8a4ec4d31 => generated 2310 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2870] 199.204.45.30 () {34 vars in 1061 bytes} [Fri Apr 3 03:58:43 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.178&port_id=30531db4-9507-4ea6-877e-a8886d64e346 => 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: 1452/2871] 199.204.45.30 () {34 vars in 983 bytes} [Fri Apr 3 03:58:43 2026] GET /v2.0/subnets?id=bc5b5601-434a-4258-83cc-61e1eb5f34f8 => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2872] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:58:43 2026] GET /v2.0/ports?network_id=cb738926-1880-4b2f-99f8-5f8f2a06f59c&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: 7|app: 0|req: 1453/2873] 199.204.45.30 () {34 vars in 1011 bytes} [Fri Apr 3 03:58:43 2026] GET /v2.0/networks/cb738926-1880-4b2f-99f8-5f8f2a06f59c?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2874] 199.204.45.30 () {34 vars in 1111 bytes} [Fri Apr 3 03:58:44 2026] GET /v2.0/networks/cb738926-1880-4b2f-99f8-5f8f2a06f59c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2875] 199.204.45.30 () {34 vars in 1057 bytes} [Fri Apr 3 03:58:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.103&port_id=b98b5b0a-cedc-418b-a0f4-3b18ba8e0913 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2876] 199.204.45.30 () {34 vars in 983 bytes} [Fri Apr 3 03:58:44 2026] GET /v2.0/subnets?id=2c7d29b1-c668-46e4-bc6f-f53e252bb383 => generated 679 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2877] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:58:44 2026] GET /v2.0/ports?network_id=7c369af2-ac07-4822-a245-08de9a8ffd2b&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: 8|app: 0|req: 1423/2878] 199.204.45.30 () {34 vars in 1011 bytes} [Fri Apr 3 03:58:44 2026] GET /v2.0/networks/7c369af2-ac07-4822-a245-08de9a8ffd2b?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2879] 199.204.45.30 () {34 vars in 1111 bytes} [Fri Apr 3 03:58:44 2026] GET /v2.0/networks/7c369af2-ac07-4822-a245-08de9a8ffd2b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2882] 199.204.45.30 () {30 vars in 702 bytes} [Fri Apr 3 03:58:56 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2883] 199.204.45.30 () {30 vars in 704 bytes} [Fri Apr 3 03:58:56 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: 1426/2884] 199.204.45.30 () {30 vars in 680 bytes} [Fri Apr 3 03:58:56 2026] GET /v2.0/extensions/qos => 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: 1459/2885] 199.204.45.30 () {30 vars in 716 bytes} [Fri Apr 3 03:58:56 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:58:56.251 8 INFO neutron.api.v2.resource [None req-e32df557-f248-4dfd-806f-3468c1ad2974 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1427/2886] 199.204.45.30 () {30 vars in 762 bytes} [Fri Apr 3 03:58:56 2026] GET /v2.0/security-groups/lb-ac9ad837-f7d6-4585-9d43-8de85c638637 => generated 149 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2887] 199.204.45.30 () {30 vars in 784 bytes} [Fri Apr 3 03:58:56 2026] GET /v2.0/security-groups?name=lb-ac9ad837-f7d6-4585-9d43-8de85c638637 => generated 2863 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2888] 199.204.45.30 () {30 vars in 814 bytes} [Fri Apr 3 03:58:56 2026] GET /v2.0/security-group-rules?security_group_id=ade5723d-91fe-4732-a075-894104913e03 => generated 2334 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2889] 199.204.45.30 () {32 vars in 788 bytes} [Fri Apr 3 03:58:56 2026] DELETE /v2.0/security-group-rules/3af8c888-8357-472d-9eeb-b5c07a754f49 => 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: 1429/2890] 199.204.45.30 () {32 vars in 788 bytes} [Fri Apr 3 03:58:56 2026] DELETE /v2.0/security-group-rules/ba5e8085-16d0-49e8-b8a4-f08dbf7e5b6e => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 03:58:59.314 7 INFO neutron_taas.services.taas.taas_plugin [None req-dbadba46-43e4-41cb-9984-bb6830c58097 f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] TaaS: Handle Delete Port: e394d6b0-9bdc-4d48-aeff-935aa6760bcf 2026-04-03 03:58:59.317 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dbadba46-43e4-41cb-9984-bb6830c58097 f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] Tap Mirror: Handle Delete Port: e394d6b0-9bdc-4d48-aeff-935aa6760bcf 2026-04-03 03:58:59.514 7 INFO neutron.db.l3_db [None req-dbadba46-43e4-41cb-9984-bb6830c58097 f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] Floating IP 56f79ba9-8e32-445f-8be9-cad640f29e31 disassociated (deleted). External IP: 10.96.250.220, port: d1d1d358-59fd-48e7-a663-3c6a070d5e89. [pid: 7|app: 0|req: 1462/2891] 10.0.0.78 () {32 vars in 731 bytes} [Fri Apr 3 03:58:59 2026] DELETE /v2.0/floatingips/56f79ba9-8e32-445f-8be9-cad640f29e31 => generated 0 bytes in 607 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 03:58:59.824 8 INFO neutron.api.v2.resource [None req-88f1f370-89d8-4d95-a70e-8e21fc4ff932 f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1430/2892] 10.0.0.78 () {32 vars in 728 bytes} [Fri Apr 3 03:58:59 2026] GET /v2.0/floatingips/56f79ba9-8e32-445f-8be9-cad640f29e31 => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2893] 199.204.45.30 () {30 vars in 702 bytes} [Fri Apr 3 03:59:00 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: 1431/2894] 199.204.45.30 () {30 vars in 704 bytes} [Fri Apr 3 03:59:00 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: 1464/2895] 199.204.45.30 () {30 vars in 680 bytes} [Fri Apr 3 03:59:00 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: 1432/2896] 199.204.45.30 () {30 vars in 716 bytes} [Fri Apr 3 03:59:00 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) 2026-04-03 03:59:00.927 7 INFO neutron.api.v2.resource [None req-df1d437f-8324-4563-9a78-b5a6a71207ea b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1465/2897] 199.204.45.30 () {30 vars in 762 bytes} [Fri Apr 3 03:59:00 2026] GET /v2.0/security-groups/lb-ac9ad837-f7d6-4585-9d43-8de85c638637 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2898] 199.204.45.30 () {30 vars in 784 bytes} [Fri Apr 3 03:59:00 2026] GET /v2.0/security-groups?name=lb-ac9ad837-f7d6-4585-9d43-8de85c638637 => generated 1637 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2899] 199.204.45.30 () {30 vars in 814 bytes} [Fri Apr 3 03:59:00 2026] GET /v2.0/security-group-rules?security_group_id=ade5723d-91fe-4732-a075-894104913e03 => generated 1182 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2900] 199.204.45.30 () {30 vars in 702 bytes} [Fri Apr 3 03:59:01 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: 1467/2901] 199.204.45.30 () {30 vars in 704 bytes} [Fri Apr 3 03:59:01 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: 1435/2902] 199.204.45.30 () {30 vars in 680 bytes} [Fri Apr 3 03:59:01 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: 1468/2903] 199.204.45.30 () {30 vars in 716 bytes} [Fri Apr 3 03:59:01 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: 1436/2904] 199.204.45.30 () {30 vars in 740 bytes} [Fri Apr 3 03:59:01 2026] GET /v2.0/subnets/2c7d29b1-c668-46e4-bc6f-f53e252bb383 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2905] 199.204.45.30 () {30 vars in 768 bytes} [Fri Apr 3 03:59:01 2026] GET /v2.0/ports?device_id=cde601f0-3365-4f98-87be-6b49e8f6d09e => generated 2589 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2906] 199.204.45.30 () {30 vars in 768 bytes} [Fri Apr 3 03:59:01 2026] GET /v2.0/ports?device_id=cde601f0-3365-4f98-87be-6b49e8f6d09e => generated 2589 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2907] 199.204.45.30 () {30 vars in 768 bytes} [Fri Apr 3 03:59:01 2026] GET /v2.0/ports?device_id=cde601f0-3365-4f98-87be-6b49e8f6d09e => generated 2589 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2908] 199.204.45.30 () {30 vars in 768 bytes} [Fri Apr 3 03:59:02 2026] GET /v2.0/ports?device_id=cde601f0-3365-4f98-87be-6b49e8f6d09e => generated 2589 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2909] 199.204.45.30 () {34 vars in 974 bytes} [Fri Apr 3 03:59:03 2026] GET /v2.0/ports/b98b5b0a-cedc-418b-a0f4-3b18ba8e0913 => generated 1349 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2910] 199.204.45.30 () {30 vars in 768 bytes} [Fri Apr 3 03:59:03 2026] GET /v2.0/ports?device_id=cde601f0-3365-4f98-87be-6b49e8f6d09e => generated 2589 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2911] 199.204.45.30 () {34 vars in 1059 bytes} [Fri Apr 3 03:59:03 2026] GET /v2.0/ports/b98b5b0a-cedc-418b-a0f4-3b18ba8e0913?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2912] 199.204.45.30 () {34 vars in 1015 bytes} [Fri Apr 3 03:59:03 2026] GET /v2.0/networks/7c369af2-ac07-4822-a245-08de9a8ffd2b?fields=dns_domain => generated 29 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2913] 199.204.45.30 () {38 vars in 1027 bytes} [Fri Apr 3 03:59:03 2026] PUT /v2.0/ports/b98b5b0a-cedc-418b-a0f4-3b18ba8e0913 => generated 1150 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2914] 199.204.45.30 () {30 vars in 768 bytes} [Fri Apr 3 03:59:04 2026] GET /v2.0/ports?device_id=cde601f0-3365-4f98-87be-6b49e8f6d09e => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 1474/2915] 199.204.45.30 () {34 vars in 788 bytes} [Fri Apr 3 03:59:04 2026] PUT /v2.0/ports/b98b5b0a-cedc-418b-a0f4-3b18ba8e0913 => generated 1090 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2916] 199.204.45.30 () {30 vars in 736 bytes} [Fri Apr 3 03:59:04 2026] GET /v2.0/ports/b98b5b0a-cedc-418b-a0f4-3b18ba8e0913 => generated 1090 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-03 03:59:04.926 7 INFO neutron_taas.services.taas.taas_plugin [None req-b4fcb477-d57d-4c37-8d4f-3a68d84f911c b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] TaaS: Handle Delete Port: b98b5b0a-cedc-418b-a0f4-3b18ba8e0913 2026-04-03 03:59:04.930 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b4fcb477-d57d-4c37-8d4f-3a68d84f911c b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Tap Mirror: Handle Delete Port: b98b5b0a-cedc-418b-a0f4-3b18ba8e0913 [pid: 7|app: 0|req: 1475/2917] 199.204.45.30 () {32 vars in 758 bytes} [Fri Apr 3 03:59:04 2026] DELETE /v2.0/ports/b98b5b0a-cedc-418b-a0f4-3b18ba8e0913 => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2918] 199.204.45.30 () {30 vars in 702 bytes} [Fri Apr 3 03:59:05 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: 1476/2919] 199.204.45.30 () {30 vars in 704 bytes} [Fri Apr 3 03:59:05 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: 1444/2920] 199.204.45.30 () {30 vars in 680 bytes} [Fri Apr 3 03:59:05 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: 1477/2921] 199.204.45.30 () {30 vars in 716 bytes} [Fri Apr 3 03:59:05 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) 2026-04-03 03:59:05.232 8 INFO neutron.pecan_wsgi.hooks.translation [None req-76551dd7-643f-4c1a-a959-919f3e9d05a2 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1445/2922] 199.204.45.30 () {32 vars in 758 bytes} [Fri Apr 3 03:59:05 2026] DELETE /v2.0/ports/b98b5b0a-cedc-418b-a0f4-3b18ba8e0913 => 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: 1478/2923] 199.204.45.30 () {30 vars in 736 bytes} [Fri Apr 3 03:59:05 2026] GET /v2.0/ports/d1d1d358-59fd-48e7-a663-3c6a070d5e89 => generated 1128 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 03:59:05.290 8 INFO neutron.api.v2.resource [None req-3658f554-7c04-451c-a5cc-6cc8c57ddacf b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1446/2924] 199.204.45.30 () {30 vars in 762 bytes} [Fri Apr 3 03:59:05 2026] GET /v2.0/security-groups/lb-ac9ad837-f7d6-4585-9d43-8de85c638637 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2925] 199.204.45.30 () {30 vars in 784 bytes} [Fri Apr 3 03:59:05 2026] GET /v2.0/security-groups?name=lb-ac9ad837-f7d6-4585-9d43-8de85c638637 => generated 1637 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2926] 199.204.45.30 () {30 vars in 736 bytes} [Fri Apr 3 03:59:05 2026] GET /v2.0/ports/d1d1d358-59fd-48e7-a663-3c6a070d5e89 => generated 1128 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2927] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:59:05 2026] GET /v2.0/ports?tenant_id=7dfcef0d5ba54800b9d97a47125a8d51&device_id=cde601f0-3365-4f98-87be-6b49e8f6d09e => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2928] 199.204.45.30 () {34 vars in 1065 bytes} [Fri Apr 3 03:59:05 2026] GET /v2.0/networks?id=cb738926-1880-4b2f-99f8-5f8f2a06f59c&id=7c369af2-ac07-4822-a245-08de9a8ffd2b => generated 1523 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2929] 199.204.45.30 () {34 vars in 1061 bytes} [Fri Apr 3 03:59:05 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.178&port_id=30531db4-9507-4ea6-877e-a8886d64e346 => 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: 1483/2930] 199.204.45.30 () {34 vars in 983 bytes} [Fri Apr 3 03:59:05 2026] GET /v2.0/subnets?id=bc5b5601-434a-4258-83cc-61e1eb5f34f8 => generated 654 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2931] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:59:05 2026] GET /v2.0/ports?network_id=cb738926-1880-4b2f-99f8-5f8f2a06f59c&device_owner=network%3Adhcp => generated 1244 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2932] 199.204.45.30 () {34 vars in 1011 bytes} [Fri Apr 3 03:59:05 2026] GET /v2.0/networks/cb738926-1880-4b2f-99f8-5f8f2a06f59c?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2933] 199.204.45.30 () {34 vars in 788 bytes} [Fri Apr 3 03:59:05 2026] PUT /v2.0/ports/d1d1d358-59fd-48e7-a663-3c6a070d5e89 => generated 1090 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2934] 199.204.45.30 () {34 vars in 1111 bytes} [Fri Apr 3 03:59:05 2026] GET /v2.0/networks/cb738926-1880-4b2f-99f8-5f8f2a06f59c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2935] 199.204.45.30 () {32 vars in 778 bytes} [Fri Apr 3 03:59:05 2026] DELETE /v2.0/security-groups/ade5723d-91fe-4732-a075-894104913e03 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 03:59:05.841 7 INFO neutron_taas.services.taas.taas_plugin [None req-07c5960e-8df5-47bd-92df-d31f76ada29e b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] TaaS: Handle Delete Port: d1d1d358-59fd-48e7-a663-3c6a070d5e89 2026-04-03 03:59:05.843 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-07c5960e-8df5-47bd-92df-d31f76ada29e b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Tap Mirror: Handle Delete Port: d1d1d358-59fd-48e7-a663-3c6a070d5e89 [pid: 7|app: 0|req: 1487/2936] 199.204.45.30 () {32 vars in 758 bytes} [Fri Apr 3 03:59:05 2026] DELETE /v2.0/ports/d1d1d358-59fd-48e7-a663-3c6a070d5e89 => 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: 1451/2939] 199.204.45.30 () {34 vars in 993 bytes} [Fri Apr 3 03:59:08 2026] GET /v2.0/ports?device_id=cde601f0-3365-4f98-87be-6b49e8f6d09e => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 03:59:08.959 7 INFO neutron_taas.services.taas.taas_plugin [req-da22fffe-3f2c-4d44-9856-6b4f7e79c8b9 req-fd45c5ac-3378-4939-b7f2-4c5dd716e503 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] TaaS: Handle Delete Port: 30531db4-9507-4ea6-877e-a8886d64e346 2026-04-03 03:59:08.961 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-da22fffe-3f2c-4d44-9856-6b4f7e79c8b9 req-fd45c5ac-3378-4939-b7f2-4c5dd716e503 b59e91656d154720b278bada7f0493c1 7dfcef0d5ba54800b9d97a47125a8d51 - - default default] Tap Mirror: Handle Delete Port: 30531db4-9507-4ea6-877e-a8886d64e346 [pid: 7|app: 0|req: 1489/2940] 199.204.45.30 () {36 vars in 996 bytes} [Fri Apr 3 03:59:08 2026] DELETE /v2.0/ports/30531db4-9507-4ea6-877e-a8886d64e346 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:59:09.156 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c6d01ac8-aa2f-4937-8d33-0ee387783beb'] response: {'server_uuid': 'cde601f0-3365-4f98-87be-6b49e8f6d09e', 'name': 'network-vif-deleted', 'tag': '30531db4-9507-4ea6-877e-a8886d64e346', 'status': 'completed', 'code': 200} 2026-04-03 03:59:10.173 8 INFO neutron_taas.services.taas.taas_plugin [None req-80dfd3ef-e9b2-41d8-9517-3352f24986bb f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] TaaS: Handle Delete Port: 032a7b32-cb36-46b9-8072-8422566d9dd1 2026-04-03 03:59:10.175 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-80dfd3ef-e9b2-41d8-9517-3352f24986bb f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] Tap Mirror: Handle Delete Port: 032a7b32-cb36-46b9-8072-8422566d9dd1 2026-04-03 03:59:10.345 8 INFO neutron.db.l3_db [None req-80dfd3ef-e9b2-41d8-9517-3352f24986bb f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] Floating IP 02fe7fcc-5f17-4e19-8a76-8b1bce59a1f6 disassociated (deleted). External IP: 10.96.250.202, port: 0b0c3c36-e401-418f-8db3-b7ec47e339ee. [pid: 8|app: 0|req: 1452/2941] 10.0.0.78 () {32 vars in 731 bytes} [Fri Apr 3 03:59:10 2026] DELETE /v2.0/floatingips/02fe7fcc-5f17-4e19-8a76-8b1bce59a1f6 => generated 0 bytes in 623 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 03:59:10.685 7 INFO neutron.api.v2.resource [None req-87acc301-887b-4237-84c9-9523f9e67129 f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1490/2942] 10.0.0.78 () {32 vars in 728 bytes} [Fri Apr 3 03:59:10 2026] GET /v2.0/floatingips/02fe7fcc-5f17-4e19-8a76-8b1bce59a1f6 => generated 144 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-03 03:59:10.715 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-23b70f36-f0e0-44e2-84e7-4e38016c53f5'] response: {'name': 'network-changed', 'server_uuid': '5600f382-48e6-4025-8e18-19476fab2fce', 'tag': '0b0c3c36-e401-418f-8db3-b7ec47e339ee', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1453/2943] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:59:10 2026] GET /v2.0/ports?device_id=5600f382-48e6-4025-8e18-19476fab2fce => generated 1200 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2944] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:59:11 2026] GET /v2.0/security-groups?id=c340e86d-3842-4afc-a35e-cf2755102a6a&fields=id&fields=name => generated 111 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2945] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:59:11 2026] GET /v2.0/ports?tenant_id=9ada0fb4e05a4f00a789fb8ed3f28e47&device_id=5600f382-48e6-4025-8e18-19476fab2fce => generated 1469 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2946] 199.204.45.30 () {34 vars in 985 bytes} [Fri Apr 3 03:59:11 2026] GET /v2.0/networks?id=7c3da979-7660-4fc6-b6a8-e8b02197b764 => generated 799 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2947] 199.204.45.30 () {34 vars in 1055 bytes} [Fri Apr 3 03:59:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.55&port_id=0b0c3c36-e401-418f-8db3-b7ec47e339ee => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2948] 199.204.45.30 () {34 vars in 1105 bytes} [Fri Apr 3 03:59:11 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A391&port_id=0b0c3c36-e401-418f-8db3-b7ec47e339ee => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2949] 199.204.45.30 () {34 vars in 1063 bytes} [Fri Apr 3 03:59:11 2026] GET /v2.0/subnets?id=8d294f64-21e7-4f87-8e67-e0bed648bbf6&id=e813e161-8ddc-46fd-a3bb-75718b2b3792 => generated 1412 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2950] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:59:11 2026] GET /v2.0/ports?network_id=7c3da979-7660-4fc6-b6a8-e8b02197b764&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2951] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:59:11 2026] GET /v2.0/ports?network_id=7c3da979-7660-4fc6-b6a8-e8b02197b764&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/2952] 199.204.45.30 () {34 vars in 1011 bytes} [Fri Apr 3 03:59:11 2026] GET /v2.0/networks/7c3da979-7660-4fc6-b6a8-e8b02197b764?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2953] 199.204.45.30 () {34 vars in 1111 bytes} [Fri Apr 3 03:59:11 2026] GET /v2.0/networks/7c3da979-7660-4fc6-b6a8-e8b02197b764?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2954] 199.204.45.30 () {34 vars in 993 bytes} [Fri Apr 3 03:59:13 2026] GET /v2.0/ports?device_id=5600f382-48e6-4025-8e18-19476fab2fce => generated 1200 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 03:59:13.438 8 INFO neutron_taas.services.taas.taas_plugin [req-daed5c02-2858-4b5e-b58d-cb2b05aa5a42 req-25993393-ccd5-4c21-a51e-02547538cd15 f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] TaaS: Handle Delete Port: 0b0c3c36-e401-418f-8db3-b7ec47e339ee 2026-04-03 03:59:13.441 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-daed5c02-2858-4b5e-b58d-cb2b05aa5a42 req-25993393-ccd5-4c21-a51e-02547538cd15 f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] Tap Mirror: Handle Delete Port: 0b0c3c36-e401-418f-8db3-b7ec47e339ee [pid: 8|app: 0|req: 1459/2955] 199.204.45.30 () {36 vars in 996 bytes} [Fri Apr 3 03:59:13 2026] DELETE /v2.0/ports/0b0c3c36-e401-418f-8db3-b7ec47e339ee => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:59:13.666 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-13b765b3-4ea8-4985-b83d-975d1ac02274'] response: {'server_uuid': '5600f382-48e6-4025-8e18-19476fab2fce', 'name': 'network-vif-deleted', 'tag': '0b0c3c36-e401-418f-8db3-b7ec47e339ee', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1497/2956] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:59:16 2026] GET /v2.0/ports?device_id=5600f382-48e6-4025-8e18-19476fab2fce => generated 12 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 03:59:21.420 8 INFO neutron_taas.services.taas.taas_plugin [None req-4d0bf6fd-1d4d-47ba-98d6-8ccfb78f8bfa f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] TaaS: Handle Delete Port: 889eb293-5ed3-4e59-bceb-0f8bcb748c10 2026-04-03 03:59:21.423 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4d0bf6fd-1d4d-47ba-98d6-8ccfb78f8bfa f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] Tap Mirror: Handle Delete Port: 889eb293-5ed3-4e59-bceb-0f8bcb748c10 2026-04-03 03:59:21.576 8 INFO neutron.db.l3_db [None req-4d0bf6fd-1d4d-47ba-98d6-8ccfb78f8bfa f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] Floating IP 41ff540b-c4ea-4d52-b211-f724e9568961 disassociated (deleted). External IP: 10.96.250.207, port: 562e9cce-7b7a-4d6c-9d44-6fcf0a949cfd. [pid: 8|app: 0|req: 1460/2957] 10.0.0.78 () {32 vars in 731 bytes} [Fri Apr 3 03:59:21 2026] DELETE /v2.0/floatingips/41ff540b-c4ea-4d52-b211-f724e9568961 => generated 0 bytes in 565 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 03:59:21.887 7 INFO neutron.api.v2.resource [None req-480474c4-1899-4d0c-9961-c39ac73b8590 f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1498/2958] 10.0.0.78 () {32 vars in 728 bytes} [Fri Apr 3 03:59:21 2026] GET /v2.0/floatingips/41ff540b-c4ea-4d52-b211-f724e9568961 => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-03 03:59:21.894 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c1393c05-d38d-419b-9f43-65bcb67385d8'] response: {'name': 'network-changed', 'server_uuid': 'b9ddfbb1-159b-4885-8dec-1db0f5d3d240', 'tag': '562e9cce-7b7a-4d6c-9d44-6fcf0a949cfd', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1461/2959] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:59:22 2026] GET /v2.0/ports?device_id=b9ddfbb1-159b-4885-8dec-1db0f5d3d240 => generated 1196 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2960] 10.0.0.71 () {34 vars in 1039 bytes} [Fri Apr 3 03:59:22 2026] GET /v2.0/security-groups?id=c340e86d-3842-4afc-a35e-cf2755102a6a&fields=id&fields=name => generated 111 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2961] 199.204.45.30 () {34 vars in 1079 bytes} [Fri Apr 3 03:59:22 2026] GET /v2.0/ports?tenant_id=9ada0fb4e05a4f00a789fb8ed3f28e47&device_id=b9ddfbb1-159b-4885-8dec-1db0f5d3d240 => generated 1465 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/2962] 199.204.45.30 () {34 vars in 985 bytes} [Fri Apr 3 03:59:22 2026] GET /v2.0/networks?id=933c5b71-70c9-4d76-ae47-32b8a4ec4d31 => generated 801 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2963] 199.204.45.30 () {34 vars in 1055 bytes} [Fri Apr 3 03:59:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.72&port_id=562e9cce-7b7a-4d6c-9d44-6fcf0a949cfd => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2966] 199.204.45.30 () {34 vars in 1103 bytes} [Fri Apr 3 03:59:22 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3e0&port_id=562e9cce-7b7a-4d6c-9d44-6fcf0a949cfd => 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: 1466/2967] 199.204.45.30 () {34 vars in 1063 bytes} [Fri Apr 3 03:59:22 2026] GET /v2.0/subnets?id=72948237-0fb9-4520-a1f5-d38ac132f3bf&id=ed025920-a6bf-43f2-88ae-d34db66fdd73 => generated 1411 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/2968] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:59:22 2026] GET /v2.0/ports?network_id=933c5b71-70c9-4d76-ae47-32b8a4ec4d31&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: 1467/2969] 199.204.45.30 () {34 vars in 1051 bytes} [Fri Apr 3 03:59:22 2026] GET /v2.0/ports?network_id=933c5b71-70c9-4d76-ae47-32b8a4ec4d31&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: 1503/2970] 199.204.45.30 () {34 vars in 1011 bytes} [Fri Apr 3 03:59:22 2026] GET /v2.0/networks/933c5b71-70c9-4d76-ae47-32b8a4ec4d31?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2971] 199.204.45.30 () {34 vars in 1111 bytes} [Fri Apr 3 03:59:22 2026] GET /v2.0/networks/933c5b71-70c9-4d76-ae47-32b8a4ec4d31?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/2972] 199.204.45.30 () {34 vars in 993 bytes} [Fri Apr 3 03:59:24 2026] GET /v2.0/ports?device_id=b9ddfbb1-159b-4885-8dec-1db0f5d3d240 => generated 1196 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 03:59:24.664 8 INFO neutron_taas.services.taas.taas_plugin [req-39c032d7-4b63-489d-a61f-e69270ac3c98 req-37fe0491-a967-42fd-a844-e3ebd8fdd66c f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] TaaS: Handle Delete Port: 562e9cce-7b7a-4d6c-9d44-6fcf0a949cfd 2026-04-03 03:59:24.666 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-39c032d7-4b63-489d-a61f-e69270ac3c98 req-37fe0491-a967-42fd-a844-e3ebd8fdd66c f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] Tap Mirror: Handle Delete Port: 562e9cce-7b7a-4d6c-9d44-6fcf0a949cfd [pid: 8|app: 0|req: 1469/2973] 199.204.45.30 () {36 vars in 996 bytes} [Fri Apr 3 03:59:24 2026] DELETE /v2.0/ports/562e9cce-7b7a-4d6c-9d44-6fcf0a949cfd => generated 0 bytes in 242 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:59:24.827 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-52be05dd-1b2c-4ab5-9e78-e51c323cf389'] response: {'server_uuid': 'b9ddfbb1-159b-4885-8dec-1db0f5d3d240', 'name': 'network-vif-deleted', 'tag': '562e9cce-7b7a-4d6c-9d44-6fcf0a949cfd', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1505/2974] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:59:25 2026] GET /v2.0/ports?device_id=b9ddfbb1-159b-4885-8dec-1db0f5d3d240 => 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: 1470/2975] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:59:26 2026] GET /v2.0/ports?device_id=b9ddfbb1-159b-4885-8dec-1db0f5d3d240 => 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: 1506/2976] 10.0.0.71 () {34 vars in 989 bytes} [Fri Apr 3 03:59:27 2026] GET /v2.0/ports?device_id=b9ddfbb1-159b-4885-8dec-1db0f5d3d240 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2977] 10.0.0.78 () {32 vars in 749 bytes} [Fri Apr 3 03:59:32 2026] DELETE /v2.0/security-group-rules/b50a4c34-888c-4d55-b3e1-dbad9c3387ec => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 03:59:32.399 7 INFO neutron.api.v2.resource [None req-c3240ff6-465a-4830-af57-016a5e5df84c f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1507/2978] 10.0.0.78 () {32 vars in 746 bytes} [Fri Apr 3 03:59:32 2026] GET /v2.0/security-group-rules/b50a4c34-888c-4d55-b3e1-dbad9c3387ec => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2979] 10.0.0.78 () {32 vars in 749 bytes} [Fri Apr 3 03:59:32 2026] DELETE /v2.0/security-group-rules/88ad1dca-8a53-4c55-a5bb-97838b4b5162 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 03:59:32.484 7 INFO neutron.api.v2.resource [None req-59687c86-18b1-4055-aad2-51850bc2175a f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1508/2980] 10.0.0.78 () {32 vars in 746 bytes} [Fri Apr 3 03:59:32 2026] GET /v2.0/security-group-rules/88ad1dca-8a53-4c55-a5bb-97838b4b5162 => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2981] 10.0.0.78 () {32 vars in 749 bytes} [Fri Apr 3 03:59:32 2026] DELETE /v2.0/security-group-rules/b13fcd64-84b7-49a2-8faf-e1b3a5a46eed => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 03:59:32.580 7 INFO neutron.api.v2.resource [None req-9c344f94-8750-4011-8f20-8b315e28adb8 f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1509/2982] 10.0.0.78 () {32 vars in 746 bytes} [Fri Apr 3 03:59:32 2026] GET /v2.0/security-group-rules/b13fcd64-84b7-49a2-8faf-e1b3a5a46eed => 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: 1474/2983] 10.0.0.78 () {32 vars in 749 bytes} [Fri Apr 3 03:59:32 2026] DELETE /v2.0/security-group-rules/0c7cd0b3-cefc-4b34-92ee-2f1b8d895fd1 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 03:59:32.667 7 INFO neutron.api.v2.resource [None req-df8003fe-957f-4cc9-9360-92950dc9bcf1 f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1510/2984] 10.0.0.78 () {32 vars in 746 bytes} [Fri Apr 3 03:59:32 2026] GET /v2.0/security-group-rules/0c7cd0b3-cefc-4b34-92ee-2f1b8d895fd1 => 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: 1475/2985] 10.0.0.78 () {32 vars in 749 bytes} [Fri Apr 3 03:59:32 2026] DELETE /v2.0/security-group-rules/24c71ecb-7e44-4ed5-8b3b-2bf51803bbda => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 03:59:32.753 7 INFO neutron.api.v2.resource [None req-2a21ab69-538e-4fd0-a0dc-744be548e99a f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1511/2986] 10.0.0.78 () {32 vars in 746 bytes} [Fri Apr 3 03:59:32 2026] GET /v2.0/security-group-rules/24c71ecb-7e44-4ed5-8b3b-2bf51803bbda => 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: 1476/2987] 10.0.0.78 () {32 vars in 749 bytes} [Fri Apr 3 03:59:32 2026] DELETE /v2.0/security-group-rules/4a1e6cdd-18bd-4c2b-8848-f5cf4c2c4c9a => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 03:59:32.839 7 INFO neutron.api.v2.resource [None req-92b7faff-9553-499c-9340-acb280da9e25 f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1512/2988] 10.0.0.78 () {32 vars in 746 bytes} [Fri Apr 3 03:59:32 2026] GET /v2.0/security-group-rules/4a1e6cdd-18bd-4c2b-8848-f5cf4c2c4c9a => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2989] 10.0.0.78 () {32 vars in 749 bytes} [Fri Apr 3 03:59:32 2026] DELETE /v2.0/security-group-rules/988491f3-c6c6-47d0-981f-5cfca6b50389 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 03:59:32.912 7 INFO neutron.api.v2.resource [None req-4d8424ae-bddf-439e-ba95-232dd3401969 f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1513/2990] 10.0.0.78 () {32 vars in 746 bytes} [Fri Apr 3 03:59:32 2026] GET /v2.0/security-group-rules/988491f3-c6c6-47d0-981f-5cfca6b50389 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/2991] 10.0.0.78 () {32 vars in 749 bytes} [Fri Apr 3 03:59:32 2026] DELETE /v2.0/security-group-rules/cfdb66a4-6b7f-4f1c-a512-5d90b331c94b => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 03:59:32.990 7 INFO neutron.api.v2.resource [None req-8cc20e5f-41b9-4171-bcbd-73eb7df676b6 f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1514/2992] 10.0.0.78 () {32 vars in 746 bytes} [Fri Apr 3 03:59:32 2026] GET /v2.0/security-group-rules/cfdb66a4-6b7f-4f1c-a512-5d90b331c94b => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2993] 10.0.0.78 () {32 vars in 749 bytes} [Fri Apr 3 03:59:32 2026] DELETE /v2.0/security-group-rules/90f168ed-431e-4830-921c-d1827081c20b => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 03:59:33.079 7 INFO neutron.api.v2.resource [None req-d1e7668d-d396-4417-a4ee-52c0f7ca6279 f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1515/2994] 10.0.0.78 () {32 vars in 746 bytes} [Fri Apr 3 03:59:33 2026] GET /v2.0/security-group-rules/90f168ed-431e-4830-921c-d1827081c20b => 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: 1480/2995] 10.0.0.78 () {32 vars in 749 bytes} [Fri Apr 3 03:59:33 2026] DELETE /v2.0/security-group-rules/89d5d881-6a2f-4ad5-be1c-bf14c71f59c0 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 03:59:33.156 7 INFO neutron.api.v2.resource [None req-021e887a-7bd1-4fd5-a462-0fb2056aa4ef f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1516/2996] 10.0.0.78 () {32 vars in 746 bytes} [Fri Apr 3 03:59:33 2026] GET /v2.0/security-group-rules/89d5d881-6a2f-4ad5-be1c-bf14c71f59c0 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2997] 10.0.0.78 () {32 vars in 749 bytes} [Fri Apr 3 03:59:33 2026] DELETE /v2.0/security-group-rules/c3f23d74-e9f5-426b-9f57-49e5c30f9b95 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 03:59:33.242 7 INFO neutron.api.v2.resource [None req-a445ec88-27c9-489e-be52-13eec15e87eb f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1517/2998] 10.0.0.78 () {32 vars in 746 bytes} [Fri Apr 3 03:59:33 2026] GET /v2.0/security-group-rules/c3f23d74-e9f5-426b-9f57-49e5c30f9b95 => 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: 1482/2999] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:59:33 2026] DELETE /v2.0/security-groups/c340e86d-3842-4afc-a35e-cf2755102a6a => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 03:59:33.347 7 INFO neutron.api.v2.resource [None req-ecd6aa50-6ae9-44b6-955e-7b95a1463ed4 f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1518/3000] 10.0.0.78 () {32 vars in 736 bytes} [Fri Apr 3 03:59:33 2026] GET /v2.0/security-groups/c340e86d-3842-4afc-a35e-cf2755102a6a => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-03 03:59:33.759 8 INFO neutron_taas.services.taas.taas_plugin [None req-1c3b4bdd-4e43-4a75-ae02-394d6cb541c7 f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] TaaS: Handle Delete Port: d5fb2103-e4d1-426a-98aa-93940a7c8613 2026-04-03 03:59:33.763 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c3b4bdd-4e43-4a75-ae02-394d6cb541c7 f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] Tap Mirror: Handle Delete Port: d5fb2103-e4d1-426a-98aa-93940a7c8613 [pid: 8|app: 0|req: 1483/3001] 10.0.0.78 () {34 vars in 788 bytes} [Fri Apr 3 03:59:33 2026] PUT /v2.0/routers/809194ec-7b98-4b7e-891d-fafad89725e3/remove_router_interface => generated 309 bytes in 868 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:59:34.422 7 INFO neutron.api.v2.resource [None req-6ec9b6ca-7b81-401b-b7bd-99d4350e87ba f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1519/3002] 10.0.0.78 () {34 vars in 788 bytes} [Fri Apr 3 03:59:34 2026] PUT /v2.0/routers/809194ec-7b98-4b7e-891d-fafad89725e3/remove_router_interface => generated 198 bytes in 153 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-03 03:59:34.855 8 INFO neutron_taas.services.taas.taas_plugin [None req-39262c34-e5b7-4f2d-b74a-fa0323a08c41 f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] TaaS: Handle Delete Port: 22fac507-e502-43b2-8890-879d15182f0e 2026-04-03 03:59:34.859 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-39262c34-e5b7-4f2d-b74a-fa0323a08c41 f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] Tap Mirror: Handle Delete Port: 22fac507-e502-43b2-8890-879d15182f0e [pid: 8|app: 0|req: 1484/3003] 10.0.0.78 () {34 vars in 788 bytes} [Fri Apr 3 03:59:34 2026] PUT /v2.0/routers/809194ec-7b98-4b7e-891d-fafad89725e3/remove_router_interface => generated 309 bytes in 956 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:59:35.537 7 INFO neutron.api.v2.resource [None req-dc68ea3b-28d5-48e8-b28a-a929174f2725 f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1520/3004] 10.0.0.78 () {34 vars in 788 bytes} [Fri Apr 3 03:59:35 2026] PUT /v2.0/routers/809194ec-7b98-4b7e-891d-fafad89725e3/remove_router_interface => generated 198 bytes in 148 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-03 03:59:36.327 8 INFO neutron_taas.services.taas.taas_plugin [None req-23873850-9789-4191-bf7a-e3c0aac8deb9 f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] TaaS: Handle Delete Port: 9b2308df-af79-4d6a-9867-df3136d97847 2026-04-03 03:59:36.329 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23873850-9789-4191-bf7a-e3c0aac8deb9 f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] Tap Mirror: Handle Delete Port: 9b2308df-af79-4d6a-9867-df3136d97847 [pid: 8|app: 0|req: 1485/3005] 10.0.0.78 () {34 vars in 788 bytes} [Fri Apr 3 03:59:35 2026] PUT /v2.0/routers/809194ec-7b98-4b7e-891d-fafad89725e3/remove_router_interface => generated 309 bytes in 1321 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:59:37.028 7 INFO neutron.api.v2.resource [None req-7c69595f-fdc1-441a-a787-0a3c748a673f f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1521/3006] 10.0.0.78 () {34 vars in 788 bytes} [Fri Apr 3 03:59:36 2026] PUT /v2.0/routers/809194ec-7b98-4b7e-891d-fafad89725e3/remove_router_interface => generated 198 bytes in 159 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-03 03:59:37.223 8 INFO neutron_taas.services.taas.taas_plugin [None req-00499cee-2ea7-44f9-9eb5-761273de641f f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] TaaS: Handle Delete Port: cc8b1554-b41a-4b65-86b2-72b78c04b3aa 2026-04-03 03:59:37.227 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00499cee-2ea7-44f9-9eb5-761273de641f f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] Tap Mirror: Handle Delete Port: cc8b1554-b41a-4b65-86b2-72b78c04b3aa 2026-04-03 03:59:37.503 8 INFO neutron_taas.services.taas.taas_plugin [None req-00499cee-2ea7-44f9-9eb5-761273de641f f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] TaaS: Handle Delete Port: 92bc6f9e-3d8f-4e06-8d9e-20992bd79ea2 2026-04-03 03:59:37.506 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00499cee-2ea7-44f9-9eb5-761273de641f f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] Tap Mirror: Handle Delete Port: 92bc6f9e-3d8f-4e06-8d9e-20992bd79ea2 2026-04-03 03:59:37.848 8 INFO neutron.db.l3_hamode_db [None req-00499cee-2ea7-44f9-9eb5-761273de641f f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] HA network 684dcd12-7578-4782-9da3-2fb7cff0ade2 was deleted as no HA routers are present in tenant 9ada0fb4e05a4f00a789fb8ed3f28e47. [pid: 8|app: 0|req: 1486/3009] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:59:37 2026] DELETE /v2.0/routers/809194ec-7b98-4b7e-891d-fafad89725e3 => generated 0 bytes in 820 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 03:59:37.882 7 INFO neutron.api.v2.resource [None req-16d7e7b4-f2cc-4de4-adde-75fc1b0656e8 f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1524/3010] 10.0.0.78 () {32 vars in 720 bytes} [Fri Apr 3 03:59:37 2026] GET /v2.0/routers/809194ec-7b98-4b7e-891d-fafad89725e3 => generated 135 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-03 03:59:37.939 8 INFO neutron.services.segments.plugin [-] Segment 846fc444-e78c-49e7-a8e4-68110f59fd58 resource provider aggregate not found 2026-04-03 03:59:37.944 8 INFO neutron.services.segments.plugin [-] Segment 846fc444-e78c-49e7-a8e4-68110f59fd58 resource provider aggregate not found 2026-04-03 03:59:37.959 8 INFO neutron.services.segments.plugin [-] Segment 846fc444-e78c-49e7-a8e4-68110f59fd58 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 846fc444-e78c-49e7-a8e4-68110f59fd58 found for delete ", "request_id": "req-d784ea34-6071-4ab8-a49e-99db01e40350"}]} 2026-04-03 03:59:37.964 8 INFO neutron.services.segments.plugin [-] Segment 846fc444-e78c-49e7-a8e4-68110f59fd58 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 846fc444-e78c-49e7-a8e4-68110f59fd58 found for delete ", "request_id": "req-fed8d389-f398-42e8-b0bf-6def587bb624"}]} [pid: 8|app: 0|req: 1487/3011] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:59:37 2026] DELETE /v2.0/subnets/e813e161-8ddc-46fd-a3bb-75718b2b3792 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:59:38.070 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b0cf3247-1016-4a8b-b36e-3b4ea945d5c3 f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1525/3012] 10.0.0.78 () {32 vars in 720 bytes} [Fri Apr 3 03:59:38 2026] GET /v2.0/subnets/e813e161-8ddc-46fd-a3bb-75718b2b3792 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/3013] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:59:38 2026] DELETE /v2.0/subnets/8d294f64-21e7-4f87-8e67-e0bed648bbf6 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:59:38.247 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d8f9bb2b-edb7-4715-8dc0-3c0faddca623 f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1526/3014] 10.0.0.78 () {32 vars in 720 bytes} [Fri Apr 3 03:59:38 2026] GET /v2.0/subnets/8d294f64-21e7-4f87-8e67-e0bed648bbf6 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-03 03:59:38.347 8 INFO neutron_taas.services.taas.taas_plugin [None req-b605815b-22a2-4548-b23c-0b29c3b8a924 f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] TaaS: Handle Delete Port: 11db092d-8bee-4b6e-abae-190dfed942dc 2026-04-03 03:59:38.350 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b605815b-22a2-4548-b23c-0b29c3b8a924 f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] Tap Mirror: Handle Delete Port: 11db092d-8bee-4b6e-abae-190dfed942dc [pid: 8|app: 0|req: 1489/3015] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:59:38 2026] DELETE /v2.0/networks/7c3da979-7660-4fc6-b6a8-e8b02197b764 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:59:38.556 7 INFO neutron.pecan_wsgi.hooks.translation [None req-74c2eb26-e724-4907-a6e9-ebded8d9babd f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1527/3016] 10.0.0.78 () {32 vars in 722 bytes} [Fri Apr 3 03:59:38 2026] GET /v2.0/networks/7c3da979-7660-4fc6-b6a8-e8b02197b764 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/3017] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:59:38 2026] DELETE /v2.0/subnets/72948237-0fb9-4520-a1f5-d38ac132f3bf => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:59:38.717 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ff922c4b-f5c1-44f9-866e-209b49a36de6 f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1528/3018] 10.0.0.78 () {32 vars in 720 bytes} [Fri Apr 3 03:59:38 2026] GET /v2.0/subnets/72948237-0fb9-4520-a1f5-d38ac132f3bf => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/3019] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:59:38 2026] DELETE /v2.0/subnets/ed025920-a6bf-43f2-88ae-d34db66fdd73 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:59:38.850 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ff5c5a5f-a4f6-4204-9051-1045e6cca95a f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1529/3020] 10.0.0.78 () {32 vars in 720 bytes} [Fri Apr 3 03:59:38 2026] GET /v2.0/subnets/ed025920-a6bf-43f2-88ae-d34db66fdd73 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-03 03:59:38.945 8 INFO neutron_taas.services.taas.taas_plugin [None req-78fa0cf2-fc02-4a5c-b972-d2e53844c40e f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] TaaS: Handle Delete Port: 52cc55e7-ef24-4467-ae88-2f633cc8a3a4 2026-04-03 03:59:38.948 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-78fa0cf2-fc02-4a5c-b972-d2e53844c40e f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] Tap Mirror: Handle Delete Port: 52cc55e7-ef24-4467-ae88-2f633cc8a3a4 [pid: 8|app: 0|req: 1492/3021] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:59:38 2026] DELETE /v2.0/networks/933c5b71-70c9-4d76-ae47-32b8a4ec4d31 => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:59:39.137 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fb0582d5-6f66-45f2-a4b0-42547ddcded1 f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1530/3022] 10.0.0.78 () {32 vars in 722 bytes} [Fri Apr 3 03:59:39 2026] GET /v2.0/networks/933c5b71-70c9-4d76-ae47-32b8a4ec4d31 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/3023] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:59:39 2026] DELETE /v2.0/subnets/99ba0ed0-cb1c-466b-b671-e1e3c9356762 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:59:39.305 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a56567da-154c-4a09-9396-1f4cc63cdbc8 f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1531/3024] 10.0.0.78 () {32 vars in 720 bytes} [Fri Apr 3 03:59:39 2026] GET /v2.0/subnets/99ba0ed0-cb1c-466b-b671-e1e3c9356762 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/3025] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:59:39 2026] DELETE /v2.0/subnets/2c7d29b1-c668-46e4-bc6f-f53e252bb383 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:59:39.460 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ca0e2cb8-1bd9-4fc9-bff9-90a9758554e3 f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1532/3026] 10.0.0.78 () {32 vars in 720 bytes} [Fri Apr 3 03:59:39 2026] GET /v2.0/subnets/2c7d29b1-c668-46e4-bc6f-f53e252bb383 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-03 03:59:39.563 8 INFO neutron_taas.services.taas.taas_plugin [None req-a00dea04-88d3-4dc6-82d9-089654d834aa f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] TaaS: Handle Delete Port: 6437c60e-f250-4a0c-a2ad-85c9bb7bf756 2026-04-03 03:59:39.565 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a00dea04-88d3-4dc6-82d9-089654d834aa f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] Tap Mirror: Handle Delete Port: 6437c60e-f250-4a0c-a2ad-85c9bb7bf756 [pid: 8|app: 0|req: 1495/3027] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:59:39 2026] DELETE /v2.0/networks/7c369af2-ac07-4822-a245-08de9a8ffd2b => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:59:39.779 7 INFO neutron.pecan_wsgi.hooks.translation [None req-805a60aa-88c8-407b-8cd7-2d99bb7f0f2c f6d7acc9471c4cc6a6dcf7f8a793e8bb 9ada0fb4e05a4f00a789fb8ed3f28e47 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1533/3028] 10.0.0.78 () {32 vars in 722 bytes} [Fri Apr 3 03:59:39 2026] GET /v2.0/networks/7c369af2-ac07-4822-a245-08de9a8ffd2b => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-03 03:59:39.979 8 INFO neutron.services.segments.plugin [-] Segment 2f8afbc8-126f-4928-b65b-0c969b39e8c2 resource provider aggregate not found 2026-04-03 03:59:39.986 8 INFO neutron.services.segments.plugin [-] Segment 2f8afbc8-126f-4928-b65b-0c969b39e8c2 resource provider aggregate not found 2026-04-03 03:59:39.999 8 INFO neutron.services.segments.plugin [-] Segment 2f8afbc8-126f-4928-b65b-0c969b39e8c2 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 2f8afbc8-126f-4928-b65b-0c969b39e8c2 found for delete ", "request_id": "req-be609a1d-5226-4915-84b2-3e8ce79e87d2"}]} 2026-04-03 03:59:40.003 8 INFO neutron.services.segments.plugin [-] Segment 2f8afbc8-126f-4928-b65b-0c969b39e8c2 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 2f8afbc8-126f-4928-b65b-0c969b39e8c2 found for delete ", "request_id": "req-dee35bf6-94b9-4001-9b8e-4a34b98c2e82"}]} 2026-04-03 03:59:40.017 8 INFO neutron.services.segments.plugin [-] Segment 74774c9a-cbfd-42e1-8e74-9d8d4fcdc7c0 resource provider aggregate not found 2026-04-03 03:59:40.022 8 INFO neutron.services.segments.plugin [-] Segment 74774c9a-cbfd-42e1-8e74-9d8d4fcdc7c0 resource provider aggregate not found 2026-04-03 03:59:40.037 8 INFO neutron.services.segments.plugin [-] Segment 74774c9a-cbfd-42e1-8e74-9d8d4fcdc7c0 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 74774c9a-cbfd-42e1-8e74-9d8d4fcdc7c0 found for delete ", "request_id": "req-244438d0-77d0-4241-be74-2d6f4f479e77"}]} 2026-04-03 03:59:40.042 8 INFO neutron.services.segments.plugin [-] Segment 74774c9a-cbfd-42e1-8e74-9d8d4fcdc7c0 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 74774c9a-cbfd-42e1-8e74-9d8d4fcdc7c0 found for delete ", "request_id": "req-60e065da-fcb7-46dd-9611-bcce01bf8795"}]} 2026-04-03 03:59:40.055 8 INFO neutron.services.segments.plugin [-] Segment c37e8f08-673e-4714-ba53-a4cdb9219f73 resource provider aggregate not found 2026-04-03 03:59:40.060 8 INFO neutron.services.segments.plugin [-] Segment c37e8f08-673e-4714-ba53-a4cdb9219f73 resource provider aggregate not found 2026-04-03 03:59:40.072 8 INFO neutron.services.segments.plugin [-] Segment c37e8f08-673e-4714-ba53-a4cdb9219f73 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 c37e8f08-673e-4714-ba53-a4cdb9219f73 found for delete ", "request_id": "req-eac64746-e1eb-4b59-8bca-45fc44470e78"}]} 2026-04-03 03:59:40.073 8 INFO neutron.services.segments.plugin [-] Segment c37e8f08-673e-4714-ba53-a4cdb9219f73 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 c37e8f08-673e-4714-ba53-a4cdb9219f73 found for delete ", "request_id": "req-58f257c7-da6c-4433-a93a-68d41bc4a010"}]} [pid: 8|app: 0|req: 1496/3029] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:59:41 2026] GET /v2.0/security-groups?tenant_id=7800d55aa2d84925a099399210bc63ee&name=default => generated 2929 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/3030] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:59:41 2026] DELETE /v2.0/security-groups/a7f89a4e-ab13-43af-9cd0-4c0dd4e9f20d => 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: 1497/3031] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:59:41 2026] GET /v2.0/security-groups?tenant_id=9ada0fb4e05a4f00a789fb8ed3f28e47&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3032] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:59:41 2026] DELETE /v2.0/security-groups/658830cd-7f9c-4544-b260-282997a73f0b => 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: 1498/3033] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:59:42 2026] GET /v2.0/security-groups?tenant_id=f5585b9a9b154cb28dac3e87cfbb6171&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3034] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:59:42 2026] DELETE /v2.0/security-groups/9a2fd3e3-4c2b-4cdc-b9be-cf4e9bebf249 => 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: 1499/3035] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:59:42 2026] GET /v2.0/security-groups?tenant_id=0664c01176504e40b0e36df03918754e&name=default => generated 2929 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3036] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:59:42 2026] DELETE /v2.0/security-groups/c1f0b778-8aad-4896-a724-00b3ae7d980e => 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: 1500/3037] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:59:42 2026] GET /v2.0/security-groups?tenant_id=40022ba6c58b41829f4d2b57b2b85b66&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/3038] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:59:43 2026] DELETE /v2.0/security-groups/9e9160d4-1d9a-46b6-ad6d-16173a262f4e => 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: 1501/3039] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:59:43 2026] GET /v2.0/security-groups?tenant_id=ca0832f01d6d4663ba226dfc008d8421&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3040] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:59:43 2026] DELETE /v2.0/security-groups/b873447a-0cbb-4ff6-8484-dca29effdd80 => 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: 1502/3041] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:59:43 2026] GET /v2.0/security-groups?tenant_id=137042f15a854ca5ad694497861c2264&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3042] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:59:43 2026] DELETE /v2.0/security-groups/dee3cba6-8111-4b43-9af3-a5712e6ff9de => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 03:59:48.041 8 INFO neutron.db.segments_db [None req-0349fb83-9be6-4d56-b8a9-e2d525f00417 bc9a9e468af4440b8b055c14bc41d2f7 57637ae28ece4ce3bab78792d3a4592d - - default default] Added segment 8d75d281-4364-42a6-8de5-61de73ece0c6 of type vxlan for network ebb3710b-29fe-4bf6-9085-c578b4025d84 [pid: 8|app: 0|req: 1503/3043] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 03:59:47 2026] POST /v2.0/networks => generated 705 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3044] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:59:48 2026] POST /v2.0/subnets => generated 644 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:59:48.330 8 WARNING neutron.api.v2.base [None req-4748a588-63fd-4cf3-b086-b54454e065b8 bc9a9e468af4440b8b055c14bc41d2f7 57637ae28ece4ce3bab78792d3a4592d - - 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-04-03 03:59:48.330 8 INFO neutron.api.v2.resource [None req-4748a588-63fd-4cf3-b086-b54454e065b8 bc9a9e468af4440b8b055c14bc41d2f7 57637ae28ece4ce3bab78792d3a4592d - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 1504/3045] 10.0.0.78 () {34 vars in 680 bytes} [Fri Apr 3 03:59:48 2026] POST /v2.0/rbac-policies => generated 143 bytes in 9 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-04-03 03:59:48.503 7 INFO neutron.services.segments.plugin [-] Segment 8d75d281-4364-42a6-8de5-61de73ece0c6 resource provider aggregate not found 2026-04-03 03:59:48.510 7 INFO neutron.services.segments.plugin [-] Segment 8d75d281-4364-42a6-8de5-61de73ece0c6 resource provider aggregate not found 2026-04-03 03:59:48.527 7 INFO neutron.services.segments.plugin [-] Segment 8d75d281-4364-42a6-8de5-61de73ece0c6 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 8d75d281-4364-42a6-8de5-61de73ece0c6 found for delete ", "request_id": "req-385c3283-a98c-4a11-918c-ed94097fc951"}]} 2026-04-03 03:59:48.528 7 INFO neutron.services.segments.plugin [-] Segment 8d75d281-4364-42a6-8de5-61de73ece0c6 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 8d75d281-4364-42a6-8de5-61de73ece0c6 found for delete ", "request_id": "req-0c0a7b83-656d-4ce3-afec-d2bd2df3ffac"}]} [pid: 7|app: 0|req: 1542/3046] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:59:48 2026] DELETE /v2.0/networks/ebb3710b-29fe-4bf6-9085-c578b4025d84 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:59:48.599 8 INFO neutron.db.segments_db [None req-f7b42c1b-f6a6-4f38-b3b9-c0d3059d5688 bc9a9e468af4440b8b055c14bc41d2f7 57637ae28ece4ce3bab78792d3a4592d - - default default] Added segment d92fb1c7-f523-4408-bbde-9fc757a8a183 of type vxlan for network 94f7080b-47d7-4303-bf65-a4d9830cdf38 [pid: 8|app: 0|req: 1505/3047] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 03:59:48 2026] POST /v2.0/networks => generated 708 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3048] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:59:48 2026] POST /v2.0/subnets => generated 647 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 03:59:48.888 8 WARNING neutron.api.v2.base [None req-f81797c5-fd96-4bbe-91ea-894b5811771e bc9a9e468af4440b8b055c14bc41d2f7 57637ae28ece4ce3bab78792d3a4592d - - 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-04-03 03:59:48.889 8 INFO neutron.api.v2.resource [None req-f81797c5-fd96-4bbe-91ea-894b5811771e bc9a9e468af4440b8b055c14bc41d2f7 57637ae28ece4ce3bab78792d3a4592d - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 1506/3049] 10.0.0.78 () {34 vars in 680 bytes} [Fri Apr 3 03:59:48 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) [pid: 7|app: 0|req: 1544/3050] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:59:48 2026] DELETE /v2.0/networks/94f7080b-47d7-4303-bf65-a4d9830cdf38 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:59:49.105 8 INFO neutron.db.segments_db [None req-4c0ac610-1297-4b81-9445-2fc7975de3a2 bc9a9e468af4440b8b055c14bc41d2f7 57637ae28ece4ce3bab78792d3a4592d - - default default] Added segment 7c84020c-dccf-49b8-9551-77adc090b82d of type vxlan for network c58b86c1-0893-4b56-859d-579d303c0253 [pid: 8|app: 0|req: 1507/3051] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 03:59:49 2026] POST /v2.0/networks => generated 708 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3052] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 03:59:49 2026] POST /v2.0/subnets => generated 647 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/3053] 10.0.0.78 () {34 vars in 680 bytes} [Fri Apr 3 03:59:49 2026] POST /v2.0/rbac-policies => generated 324 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3054] 10.0.0.78 () {32 vars in 722 bytes} [Fri Apr 3 03:59:49 2026] GET /v2.0/networks/c58b86c1-0893-4b56-859d-579d303c0253 => generated 655 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-03 03:59:50.458 8 INFO neutron.pecan_wsgi.hooks.translation [None req-71f5df77-df3a-4739-b9d1-77fef902219f 2b691c6f2c3948feb01958bfda6bd26d 884066503b164287aab28f75275e0263 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1509/3055] 10.0.0.78 () {32 vars in 722 bytes} [Fri Apr 3 03:59:50 2026] GET /v2.0/networks/c58b86c1-0893-4b56-859d-579d303c0253 => generated 138 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-03 03:59:50.551 7 INFO neutron.services.segments.plugin [-] Segment d92fb1c7-f523-4408-bbde-9fc757a8a183 resource provider aggregate not found 2026-04-03 03:59:50.558 7 INFO neutron.services.segments.plugin [-] Segment d92fb1c7-f523-4408-bbde-9fc757a8a183 resource provider aggregate not found 2026-04-03 03:59:50.576 7 INFO neutron_taas.services.taas.taas_plugin [None req-740b8d95-e62c-4cf3-aa97-473f43cb3559 bc9a9e468af4440b8b055c14bc41d2f7 57637ae28ece4ce3bab78792d3a4592d - - default default] TaaS: Handle Delete Port: fc178560-7794-4153-9f86-52f94e09b144 2026-04-03 03:59:50.577 7 INFO neutron.services.segments.plugin [-] Segment d92fb1c7-f523-4408-bbde-9fc757a8a183 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 d92fb1c7-f523-4408-bbde-9fc757a8a183 found for delete ", "request_id": "req-db105269-2a1b-4ddf-a3f1-6ccb790daa26"}]} 2026-04-03 03:59:50.579 7 INFO neutron.services.segments.plugin [-] Segment d92fb1c7-f523-4408-bbde-9fc757a8a183 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 d92fb1c7-f523-4408-bbde-9fc757a8a183 found for delete ", "request_id": "req-7ca2a214-19ef-449b-baac-d36d56f9c9c4"}]} 2026-04-03 03:59:50.579 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-740b8d95-e62c-4cf3-aa97-473f43cb3559 bc9a9e468af4440b8b055c14bc41d2f7 57637ae28ece4ce3bab78792d3a4592d - - default default] Tap Mirror: Handle Delete Port: fc178560-7794-4153-9f86-52f94e09b144 [pid: 7|app: 0|req: 1547/3056] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 03:59:50 2026] DELETE /v2.0/networks/c58b86c1-0893-4b56-859d-579d303c0253 => generated 0 bytes in 356 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 03:59:50.841 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dc770d7d-1417-449b-8366-56a033b5c82e bc9a9e468af4440b8b055c14bc41d2f7 57637ae28ece4ce3bab78792d3a4592d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1510/3057] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:59:50 2026] DELETE /v2.0/subnets/bdc6b4b1-9f83-409a-a81b-e1a5ca61306b => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-03 03:59:50.860 7 INFO neutron.pecan_wsgi.hooks.translation [None req-12c3c01e-a5cb-4689-87c8-75bc6a14c9fa bc9a9e468af4440b8b055c14bc41d2f7 57637ae28ece4ce3bab78792d3a4592d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1548/3058] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:59:50 2026] DELETE /v2.0/subnets/d9b9be85-658f-47c3-9170-a8565e8588a0 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-03 03:59:50.878 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f78e26ff-bb20-4c5b-8cff-995715afb01d bc9a9e468af4440b8b055c14bc41d2f7 57637ae28ece4ce3bab78792d3a4592d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1511/3059] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 03:59:50 2026] DELETE /v2.0/subnets/1e54417b-02e5-4702-9218-b19663611c0c => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3060] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:59:51 2026] GET /v2.0/security-groups?tenant_id=648a4cfbcce94c18887fb6f2908e4d8d&name=default => generated 2929 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/3061] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:59:51 2026] DELETE /v2.0/security-groups/325ec949-5204-43bc-a951-8c552cdb0a54 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3062] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:59:52 2026] GET /v2.0/security-groups?tenant_id=57637ae28ece4ce3bab78792d3a4592d&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3063] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:59:52 2026] DELETE /v2.0/security-groups/5de7e1a5-5cd3-4e6a-b804-246cae9c3aa6 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3064] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 03:59:52 2026] GET /v2.0/security-groups?tenant_id=884066503b164287aab28f75275e0263&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/3067] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 03:59:52 2026] DELETE /v2.0/security-groups/c049eee4-6e0a-4d9e-8bc8-2dc6d26b9c29 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 03:59:52.599 7 INFO neutron.services.segments.plugin [-] Segment 7c84020c-dccf-49b8-9551-77adc090b82d resource provider aggregate not found 2026-04-03 03:59:52.602 7 INFO neutron.services.segments.plugin [-] Segment 7c84020c-dccf-49b8-9551-77adc090b82d resource provider aggregate not found 2026-04-03 03:59:52.616 7 INFO neutron.services.segments.plugin [-] Segment 7c84020c-dccf-49b8-9551-77adc090b82d 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 7c84020c-dccf-49b8-9551-77adc090b82d found for delete ", "request_id": "req-a4623d87-40da-495b-af6c-6b890f0a3096"}]} 2026-04-03 03:59:52.620 7 INFO neutron.services.segments.plugin [-] Segment 7c84020c-dccf-49b8-9551-77adc090b82d 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 7c84020c-dccf-49b8-9551-77adc090b82d found for delete ", "request_id": "req-ee13e350-01c4-4e79-b088-5d2e1d617d3f"}]} [pid: 7|app: 0|req: 1554/3068] 10.0.0.78 () {34 vars in 675 bytes} [Fri Apr 3 03:59:56 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) [pid: 8|app: 0|req: 1515/3069] 10.0.0.78 () {34 vars in 675 bytes} [Fri Apr 3 03:59:57 2026] POST /v2.0/floatingips => generated 552 bytes in 512 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3070] 10.0.0.78 () {34 vars in 675 bytes} [Fri Apr 3 03:59:57 2026] POST /v2.0/floatingips => generated 552 bytes in 477 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/3071] 10.0.0.78 () {34 vars in 675 bytes} [Fri Apr 3 03:59:58 2026] POST /v2.0/floatingips => generated 552 bytes in 500 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3072] 10.0.0.78 () {34 vars in 675 bytes} [Fri Apr 3 03:59:58 2026] POST /v2.0/floatingips => generated 552 bytes in 530 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3073] 10.0.0.78 () {34 vars in 758 bytes} [Fri Apr 3 03:59:59 2026] PUT /v2.0/floatingips/34663a7c-fdb2-4a78-8397-711d0c9f28c8/tags => generated 17 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3074] 10.0.0.78 () {34 vars in 758 bytes} [Fri Apr 3 03:59:59 2026] PUT /v2.0/floatingips/9739c8ee-c8ff-4bc4-986e-f192589125c8/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: 1518/3075] 10.0.0.78 () {34 vars in 758 bytes} [Fri Apr 3 03:59:59 2026] PUT /v2.0/floatingips/f82408e7-439f-4253-be90-f5aa1d762763/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3076] 10.0.0.78 () {34 vars in 758 bytes} [Fri Apr 3 03:59:59 2026] PUT /v2.0/floatingips/8b722d01-c92b-479a-9abb-edb974fe7c22/tags => generated 19 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/3077] 10.0.0.78 () {32 vars in 671 bytes} [Fri Apr 3 03:59:59 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3078] 10.0.0.78 () {32 vars in 685 bytes} [Fri Apr 3 03:59:59 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3079] 10.0.0.78 () {32 vars in 681 bytes} [Fri Apr 3 03:59:59 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3080] 10.0.0.78 () {32 vars in 693 bytes} [Fri Apr 3 03:59:59 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 478 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3081] 10.0.0.78 () {32 vars in 679 bytes} [Fri Apr 3 04:00:00 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3082] 10.0.0.78 () {32 vars in 693 bytes} [Fri Apr 3 04:00:00 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3083] 10.0.0.78 () {32 vars in 689 bytes} [Fri Apr 3 04:00:00 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: 1562/3084] 10.0.0.78 () {32 vars in 701 bytes} [Fri Apr 3 04:00:00 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 04:00:00.385 8 INFO neutron_taas.services.taas.taas_plugin [None req-9503ddba-14e3-4e8a-b49c-9c1e774adb8e 91bf5772a85b45f991c2fa2c0f5a7d12 717e16892e93496e86596cf07993c3ba - - default default] TaaS: Handle Delete Port: 8ac7c4be-a28d-4210-840d-380f4986c959 2026-04-03 04:00:00.389 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9503ddba-14e3-4e8a-b49c-9c1e774adb8e 91bf5772a85b45f991c2fa2c0f5a7d12 717e16892e93496e86596cf07993c3ba - - default default] Tap Mirror: Handle Delete Port: 8ac7c4be-a28d-4210-840d-380f4986c959 [pid: 8|app: 0|req: 1523/3085] 10.0.0.78 () {32 vars in 731 bytes} [Fri Apr 3 04:00:00 2026] DELETE /v2.0/floatingips/34663a7c-fdb2-4a78-8397-711d0c9f28c8 => generated 0 bytes in 262 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 04:00:00.679 7 INFO neutron_taas.services.taas.taas_plugin [None req-4043c3b1-19ab-4145-a925-4ff15e426c32 91bf5772a85b45f991c2fa2c0f5a7d12 717e16892e93496e86596cf07993c3ba - - default default] TaaS: Handle Delete Port: 9474c351-5d18-404d-9812-a07e3a47ee4a 2026-04-03 04:00:00.682 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4043c3b1-19ab-4145-a925-4ff15e426c32 91bf5772a85b45f991c2fa2c0f5a7d12 717e16892e93496e86596cf07993c3ba - - default default] Tap Mirror: Handle Delete Port: 9474c351-5d18-404d-9812-a07e3a47ee4a [pid: 7|app: 0|req: 1563/3086] 10.0.0.78 () {32 vars in 731 bytes} [Fri Apr 3 04:00:00 2026] DELETE /v2.0/floatingips/9739c8ee-c8ff-4bc4-986e-f192589125c8 => generated 0 bytes in 305 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 04:00:00.978 8 INFO neutron_taas.services.taas.taas_plugin [None req-7b009c01-0caa-4b2a-8131-77874678a279 91bf5772a85b45f991c2fa2c0f5a7d12 717e16892e93496e86596cf07993c3ba - - default default] TaaS: Handle Delete Port: 41a5bbc3-44e9-4b0a-bd8c-a57f348fc880 2026-04-03 04:00:00.982 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b009c01-0caa-4b2a-8131-77874678a279 91bf5772a85b45f991c2fa2c0f5a7d12 717e16892e93496e86596cf07993c3ba - - default default] Tap Mirror: Handle Delete Port: 41a5bbc3-44e9-4b0a-bd8c-a57f348fc880 [pid: 8|app: 0|req: 1524/3087] 10.0.0.78 () {32 vars in 731 bytes} [Fri Apr 3 04:00:00 2026] DELETE /v2.0/floatingips/f82408e7-439f-4253-be90-f5aa1d762763 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 04:00:01.261 7 INFO neutron_taas.services.taas.taas_plugin [None req-4dc02276-cfba-43b8-b664-2f1c4cc8733c 91bf5772a85b45f991c2fa2c0f5a7d12 717e16892e93496e86596cf07993c3ba - - default default] TaaS: Handle Delete Port: f39f1064-9b4d-4683-9004-102ffee2efb8 2026-04-03 04:00:01.264 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4dc02276-cfba-43b8-b664-2f1c4cc8733c 91bf5772a85b45f991c2fa2c0f5a7d12 717e16892e93496e86596cf07993c3ba - - default default] Tap Mirror: Handle Delete Port: f39f1064-9b4d-4683-9004-102ffee2efb8 [pid: 7|app: 0|req: 1564/3088] 10.0.0.78 () {32 vars in 731 bytes} [Fri Apr 3 04:00:01 2026] DELETE /v2.0/floatingips/8b722d01-c92b-479a-9abb-edb974fe7c22 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 04:00:01.561 8 INFO neutron_taas.services.taas.taas_plugin [None req-709295cd-f427-44e9-af59-d029636a9fcb 91bf5772a85b45f991c2fa2c0f5a7d12 717e16892e93496e86596cf07993c3ba - - default default] TaaS: Handle Delete Port: f3d21fb3-d1ef-46ca-bf94-7a109271435c 2026-04-03 04:00:01.564 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-709295cd-f427-44e9-af59-d029636a9fcb 91bf5772a85b45f991c2fa2c0f5a7d12 717e16892e93496e86596cf07993c3ba - - default default] Tap Mirror: Handle Delete Port: f3d21fb3-d1ef-46ca-bf94-7a109271435c [pid: 8|app: 0|req: 1525/3089] 10.0.0.78 () {32 vars in 731 bytes} [Fri Apr 3 04:00:01 2026] DELETE /v2.0/floatingips/22417f26-7015-4084-85c5-a8675d971e41 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3090] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 04:00:02 2026] GET /v2.0/security-groups?tenant_id=717e16892e93496e86596cf07993c3ba&name=default => generated 2929 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/3091] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 04:00:02 2026] DELETE /v2.0/security-groups/c1141695-378a-45cf-81b5-f4b4f9b81e2d => 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: 1566/3092] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 04:00:03 2026] GET /v2.0/security-groups?tenant_id=d73566c9d1ee4664b621414e4fdd4791&name=default => generated 2929 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3093] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 04:00:03 2026] DELETE /v2.0/security-groups/61b81039-4650-470e-a1ec-b56945e6534e => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3094] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 04:00:03 2026] GET /v2.0/security-groups?tenant_id=daa606d4d9de4351ba000bc10d877b65&name=default => generated 2929 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3095] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 04:00:03 2026] DELETE /v2.0/security-groups/507f6be4-860d-4deb-8720-fe7d2bafea58 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3098] 10.0.0.78 () {34 vars in 677 bytes} [Fri Apr 3 04:00:07 2026] POST /v2.0/qos/policies => generated 359 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3099] 10.0.0.78 () {34 vars in 677 bytes} [Fri Apr 3 04:00:07 2026] POST /v2.0/qos/policies => generated 359 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3100] 10.0.0.78 () {34 vars in 677 bytes} [Fri Apr 3 04:00:07 2026] POST /v2.0/qos/policies => generated 359 bytes in 30 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/3101] 10.0.0.78 () {34 vars in 677 bytes} [Fri Apr 3 04:00:07 2026] POST /v2.0/qos/policies => generated 359 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3102] 10.0.0.78 () {34 vars in 677 bytes} [Fri Apr 3 04:00:07 2026] POST /v2.0/qos/policies => generated 359 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/3103] 10.0.0.78 () {34 vars in 752 bytes} [Fri Apr 3 04:00:07 2026] PUT /v2.0/policies/a637fd92-5e38-4764-958f-401e60d0172c/tags => generated 17 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3104] 10.0.0.78 () {34 vars in 752 bytes} [Fri Apr 3 04:00:07 2026] PUT /v2.0/policies/9d11ca17-41e4-495d-818a-62a99ca61fac/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/3105] 10.0.0.78 () {34 vars in 752 bytes} [Fri Apr 3 04:00:08 2026] PUT /v2.0/policies/d225d8f7-76dc-40b2-8619-9f1e71d51f53/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3106] 10.0.0.78 () {34 vars in 752 bytes} [Fri Apr 3 04:00:08 2026] PUT /v2.0/policies/eeb1792b-5219-48f0-ab55-14bc592f9c70/tags => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/3107] 10.0.0.78 () {32 vars in 673 bytes} [Fri Apr 3 04:00:08 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3108] 10.0.0.78 () {32 vars in 687 bytes} [Fri Apr 3 04:00:08 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3109] 10.0.0.78 () {32 vars in 683 bytes} [Fri Apr 3 04:00:08 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3110] 10.0.0.78 () {32 vars in 695 bytes} [Fri Apr 3 04:00:08 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3111] 10.0.0.78 () {32 vars in 681 bytes} [Fri Apr 3 04:00:08 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3112] 10.0.0.78 () {32 vars in 695 bytes} [Fri Apr 3 04:00:08 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3113] 10.0.0.78 () {32 vars in 691 bytes} [Fri Apr 3 04:00:08 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3114] 10.0.0.78 () {32 vars in 703 bytes} [Fri Apr 3 04:00:09 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3115] 10.0.0.78 () {32 vars in 733 bytes} [Fri Apr 3 04:00:09 2026] DELETE /v2.0/qos/policies/a637fd92-5e38-4764-958f-401e60d0172c => 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: 1578/3116] 10.0.0.78 () {32 vars in 733 bytes} [Fri Apr 3 04:00:09 2026] DELETE /v2.0/qos/policies/9d11ca17-41e4-495d-818a-62a99ca61fac => 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: 1539/3117] 10.0.0.78 () {32 vars in 733 bytes} [Fri Apr 3 04:00:09 2026] DELETE /v2.0/qos/policies/d225d8f7-76dc-40b2-8619-9f1e71d51f53 => 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: 1579/3118] 10.0.0.78 () {32 vars in 733 bytes} [Fri Apr 3 04:00:09 2026] DELETE /v2.0/qos/policies/eeb1792b-5219-48f0-ab55-14bc592f9c70 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3119] 10.0.0.78 () {32 vars in 733 bytes} [Fri Apr 3 04:00:09 2026] DELETE /v2.0/qos/policies/42902465-5ac2-4e14-b6c6-25e2ee63fe24 => 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: 1580/3120] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 04:00:10 2026] GET /v2.0/security-groups?tenant_id=70a7bc14d46f4e0ba6e90b30da0144a5&name=default => generated 2929 bytes in 320 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3121] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 04:00:10 2026] DELETE /v2.0/security-groups/6c2288c1-cd8e-4da3-a01d-93894cb3df69 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3122] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 04:00:10 2026] GET /v2.0/security-groups?tenant_id=babf2523111e4471a2e939eefd318a9f&name=default => generated 2929 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3123] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 04:00:10 2026] DELETE /v2.0/security-groups/e849b148-e49e-4659-95cb-bc0d78fb10bc => 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: 1582/3124] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 04:00:11 2026] GET /v2.0/security-groups?tenant_id=e3e33395bd354c718e36c18a4495d18b&name=default => generated 2929 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3125] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 04:00:11 2026] DELETE /v2.0/security-groups/96058315-c848-438c-9822-e9a3b8b02651 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3126] 10.0.0.78 () {34 vars in 683 bytes} [Fri Apr 3 04:00:15 2026] POST /v2.0/security-groups => generated 1603 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3127] 10.0.0.78 () {34 vars in 683 bytes} [Fri Apr 3 04:00:15 2026] POST /v2.0/security-groups => generated 1603 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3128] 10.0.0.78 () {34 vars in 683 bytes} [Fri Apr 3 04:00:15 2026] POST /v2.0/security-groups => generated 1603 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3129] 10.0.0.78 () {34 vars in 683 bytes} [Fri Apr 3 04:00:16 2026] POST /v2.0/security-groups => generated 1603 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/3130] 10.0.0.78 () {34 vars in 683 bytes} [Fri Apr 3 04:00:16 2026] POST /v2.0/security-groups => generated 1603 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3131] 10.0.0.78 () {34 vars in 766 bytes} [Fri Apr 3 04:00:16 2026] PUT /v2.0/security-groups/1d6870e2-c7f9-4550-a5a4-191aff91d473/tags => generated 17 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3132] 10.0.0.78 () {34 vars in 766 bytes} [Fri Apr 3 04:00:16 2026] PUT /v2.0/security-groups/16117a93-448a-4f63-b2f4-dcbad9625902/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3133] 10.0.0.78 () {34 vars in 766 bytes} [Fri Apr 3 04:00:16 2026] PUT /v2.0/security-groups/cbcc97ea-92f4-47d9-8470-eb917e57d7ee/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: 1587/3134] 10.0.0.78 () {34 vars in 766 bytes} [Fri Apr 3 04:00:16 2026] PUT /v2.0/security-groups/4e2e9f38-957e-4e84-9e31-49f112c6cac1/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: 1548/3135] 10.0.0.78 () {32 vars in 679 bytes} [Fri Apr 3 04:00:16 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3136] 10.0.0.78 () {32 vars in 693 bytes} [Fri Apr 3 04:00:16 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3137] 10.0.0.78 () {32 vars in 689 bytes} [Fri Apr 3 04:00:16 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3138] 10.0.0.78 () {32 vars in 701 bytes} [Fri Apr 3 04:00:16 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3139] 10.0.0.78 () {32 vars in 687 bytes} [Fri Apr 3 04:00:16 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3140] 10.0.0.78 () {32 vars in 701 bytes} [Fri Apr 3 04:00:16 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3141] 10.0.0.78 () {32 vars in 697 bytes} [Fri Apr 3 04:00:16 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3142] 10.0.0.78 () {32 vars in 709 bytes} [Fri Apr 3 04:00:16 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3143] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 04:00:16 2026] DELETE /v2.0/security-groups/1d6870e2-c7f9-4550-a5a4-191aff91d473 => 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: 1592/3144] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 04:00:17 2026] DELETE /v2.0/security-groups/16117a93-448a-4f63-b2f4-dcbad9625902 => 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: 1553/3145] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 04:00:17 2026] DELETE /v2.0/security-groups/cbcc97ea-92f4-47d9-8470-eb917e57d7ee => 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: 1593/3146] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 04:00:17 2026] DELETE /v2.0/security-groups/4e2e9f38-957e-4e84-9e31-49f112c6cac1 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3147] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 04:00:17 2026] DELETE /v2.0/security-groups/29c44d33-e5d1-475d-b36f-4af7ae68f892 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3148] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 04:00:18 2026] GET /v2.0/security-groups?tenant_id=0d6fd030b5bb43d6af27fbe91f33cca1&name=default => generated 2929 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3149] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 04:00:18 2026] DELETE /v2.0/security-groups/e09ba105-15e0-41f0-92d0-611c834f3c0b => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3150] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 04:00:18 2026] GET /v2.0/security-groups?tenant_id=3a6234ea3bcd4e6da2e139e946e9159c&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3151] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 04:00:18 2026] DELETE /v2.0/security-groups/956dd77b-90a3-4167-9092-8b6679732e0b => 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: 1596/3152] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 04:00:19 2026] GET /v2.0/security-groups?tenant_id=b8bef6e136524230bb17ccd4ae6d7244&name=default => generated 2929 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3153] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 04:00:19 2026] DELETE /v2.0/security-groups/74254b72-3954-4cf6-a8ef-bc00ea6644ae => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 04:00:23.572 7 INFO neutron.db.segments_db [None req-97bd3742-681e-4052-8664-2a1e745db837 ed308d7bd57e4592ba300871dbe12d77 0a0ad5a89ea54e8cb8b15aeaf5c1209a - - default default] Added segment ae8504ec-c769-47ea-a0dc-7a52037e626f of type vxlan for network dfc4696c-dcce-4202-b16c-ad71b70d312f [pid: 7|app: 0|req: 1598/3156] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 04:00:23 2026] POST /v2.0/networks => generated 611 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3157] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 04:00:23 2026] POST /v2.0/subnets => generated 626 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 04:00:23.972 7 INFO neutron.db.segments_db [None req-c8649b53-787b-488a-b6dc-257591b4ab90 ed308d7bd57e4592ba300871dbe12d77 0a0ad5a89ea54e8cb8b15aeaf5c1209a - - default default] Added segment 4c9e70eb-3b03-48b6-b545-a111518c56d8 of type vxlan for network 7fe7c06c-6864-43a4-b842-8456220ba9fa [pid: 7|app: 0|req: 1599/3158] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 04:00:23 2026] POST /v2.0/networks => generated 613 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3159] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 04:00:24 2026] POST /v2.0/subnets => generated 629 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 04:00:24.301 7 INFO neutron.db.segments_db [None req-41e17173-b287-46f4-a378-39563e1dba33 ed308d7bd57e4592ba300871dbe12d77 0a0ad5a89ea54e8cb8b15aeaf5c1209a - - default default] Added segment 72fc6ed4-6b31-4882-8ac5-1ac0e6765d74 of type vxlan for network 14ca71cb-a5e5-4ff9-8055-9093cceb64c4 [pid: 7|app: 0|req: 1600/3160] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 04:00:24 2026] POST /v2.0/networks => generated 612 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3161] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 04:00:24 2026] POST /v2.0/subnets => generated 629 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 04:00:24.676 7 INFO neutron.db.segments_db [None req-64b0c0ef-0490-4d99-9347-b3d3c0ca444f ed308d7bd57e4592ba300871dbe12d77 0a0ad5a89ea54e8cb8b15aeaf5c1209a - - default default] Added segment 57b59e76-a874-4dc0-97cf-ae8fe6b09626 of type vxlan for network aa18cd35-4e59-4668-a4f2-668d857cfdb5 [pid: 7|app: 0|req: 1601/3162] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 04:00:24 2026] POST /v2.0/networks => generated 613 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/3163] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 04:00:24 2026] POST /v2.0/subnets => generated 629 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 04:00:25.058 7 INFO neutron.db.segments_db [None req-17d3453a-7be7-4f1c-b8f0-41fbc3c933e4 ed308d7bd57e4592ba300871dbe12d77 0a0ad5a89ea54e8cb8b15aeaf5c1209a - - default default] Added segment f92cfc0c-1de5-449a-95c7-98fe60f549b5 of type vxlan for network 5ff0d407-8bff-4ed3-89de-0b7a7c9c1977 [pid: 7|app: 0|req: 1602/3164] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 04:00:25 2026] POST /v2.0/networks => generated 612 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3165] 10.0.0.78 () {34 vars in 668 bytes} [Fri Apr 3 04:00:25 2026] POST /v2.0/subnets => generated 629 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3166] 10.0.0.78 () {34 vars in 750 bytes} [Fri Apr 3 04:00:25 2026] PUT /v2.0/subnets/e42a9b73-38da-4f8c-8ae5-080fd2668f4a/tags => generated 17 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3167] 10.0.0.78 () {34 vars in 750 bytes} [Fri Apr 3 04:00:25 2026] PUT /v2.0/subnets/e8d59328-fe9d-481b-b7bb-d84ea6b610b8/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3168] 10.0.0.78 () {34 vars in 750 bytes} [Fri Apr 3 04:00:25 2026] PUT /v2.0/subnets/60c4dd20-34a4-409c-b926-6230ef08b653/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3169] 10.0.0.78 () {34 vars in 750 bytes} [Fri Apr 3 04:00:25 2026] PUT /v2.0/subnets/d2531c34-6a34-46b6-adb3-c8bb42ac8f60/tags => 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: 1605/3170] 10.0.0.78 () {32 vars in 663 bytes} [Fri Apr 3 04:00:25 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3171] 10.0.0.78 () {32 vars in 677 bytes} [Fri Apr 3 04:00:25 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3172] 10.0.0.78 () {32 vars in 673 bytes} [Fri Apr 3 04:00:25 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3173] 10.0.0.78 () {32 vars in 685 bytes} [Fri Apr 3 04:00:25 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3174] 10.0.0.78 () {32 vars in 671 bytes} [Fri Apr 3 04:00:25 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3175] 10.0.0.78 () {32 vars in 685 bytes} [Fri Apr 3 04:00:25 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3176] 10.0.0.78 () {32 vars in 681 bytes} [Fri Apr 3 04:00:25 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3177] 10.0.0.78 () {32 vars in 693 bytes} [Fri Apr 3 04:00:25 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3178] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 04:00:25 2026] DELETE /v2.0/subnets/e42a9b73-38da-4f8c-8ae5-080fd2668f4a => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3179] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 04:00:26 2026] DELETE /v2.0/subnets/e8d59328-fe9d-481b-b7bb-d84ea6b610b8 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3180] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 04:00:26 2026] DELETE /v2.0/subnets/60c4dd20-34a4-409c-b926-6230ef08b653 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3181] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 04:00:26 2026] DELETE /v2.0/subnets/d2531c34-6a34-46b6-adb3-c8bb42ac8f60 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3182] 10.0.0.78 () {32 vars in 723 bytes} [Fri Apr 3 04:00:26 2026] DELETE /v2.0/subnets/9a8529d5-1d71-4695-be77-3b56e77ad821 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 04:00:26.719 8 INFO neutron_taas.services.taas.taas_plugin [None req-6d383d68-8102-4fd4-bc6e-7d9d2b3b32c5 ed308d7bd57e4592ba300871dbe12d77 0a0ad5a89ea54e8cb8b15aeaf5c1209a - - default default] TaaS: Handle Delete Port: c9b56e22-3d14-41ff-8f52-253d4ac8c949 2026-04-03 04:00:26.722 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6d383d68-8102-4fd4-bc6e-7d9d2b3b32c5 ed308d7bd57e4592ba300871dbe12d77 0a0ad5a89ea54e8cb8b15aeaf5c1209a - - default default] Tap Mirror: Handle Delete Port: c9b56e22-3d14-41ff-8f52-253d4ac8c949 2026-04-03 04:00:26.891 8 INFO neutron.services.segments.plugin [-] Segment ae8504ec-c769-47ea-a0dc-7a52037e626f resource provider aggregate not found 2026-04-03 04:00:26.897 8 INFO neutron.services.segments.plugin [-] Segment ae8504ec-c769-47ea-a0dc-7a52037e626f resource provider aggregate not found 2026-04-03 04:00:26.914 8 INFO neutron.services.segments.plugin [-] Segment ae8504ec-c769-47ea-a0dc-7a52037e626f 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 ae8504ec-c769-47ea-a0dc-7a52037e626f found for delete ", "request_id": "req-5935dde5-4fe7-4554-bece-0734303f5d28"}]} 2026-04-03 04:00:26.915 8 INFO neutron.services.segments.plugin [-] Segment ae8504ec-c769-47ea-a0dc-7a52037e626f 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 ae8504ec-c769-47ea-a0dc-7a52037e626f found for delete ", "request_id": "req-8ea5f206-bb41-417f-88d7-5c63425c305b"}]} [pid: 8|app: 0|req: 1572/3183] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 04:00:26 2026] DELETE /v2.0/networks/dfc4696c-dcce-4202-b16c-ad71b70d312f => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 04:00:27.029 7 INFO neutron.services.segments.plugin [-] Segment 4c9e70eb-3b03-48b6-b545-a111518c56d8 resource provider aggregate not found 2026-04-03 04:00:27.032 7 INFO neutron.services.segments.plugin [-] Segment 4c9e70eb-3b03-48b6-b545-a111518c56d8 resource provider aggregate not found 2026-04-03 04:00:27.046 7 INFO neutron.services.segments.plugin [-] Segment 4c9e70eb-3b03-48b6-b545-a111518c56d8 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 4c9e70eb-3b03-48b6-b545-a111518c56d8 found for delete ", "request_id": "req-221e4d54-16b9-4c36-b20c-8615d5f7d080"}]} 2026-04-03 04:00:27.055 7 INFO neutron.services.segments.plugin [-] Segment 4c9e70eb-3b03-48b6-b545-a111518c56d8 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 4c9e70eb-3b03-48b6-b545-a111518c56d8 found for delete ", "request_id": "req-936280f6-5761-4f7f-bd5e-6e65e12c934b"}]} [pid: 7|app: 0|req: 1612/3184] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 04:00:26 2026] DELETE /v2.0/networks/7fe7c06c-6864-43a4-b842-8456220ba9fa => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3185] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 04:00:27 2026] DELETE /v2.0/networks/14ca71cb-a5e5-4ff9-8055-9093cceb64c4 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3186] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 04:00:27 2026] DELETE /v2.0/networks/aa18cd35-4e59-4668-a4f2-668d857cfdb5 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3187] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 04:00:27 2026] DELETE /v2.0/networks/5ff0d407-8bff-4ed3-89de-0b7a7c9c1977 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3188] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 04:00:28 2026] GET /v2.0/security-groups?tenant_id=0b6a1f91fa9743489f299e9a5f63de29&name=default => generated 2929 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3189] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 04:00:28 2026] DELETE /v2.0/security-groups/6ab06aa7-ca25-4018-893f-17afd6e93ae7 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3190] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 04:00:28 2026] GET /v2.0/security-groups?tenant_id=265ab2ddb4c2417092d7b35c9426ef36&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3191] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 04:00:28 2026] DELETE /v2.0/security-groups/78aef3fd-08e6-422c-b974-22596ea15098 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 04:00:28.932 8 INFO neutron.services.segments.plugin [-] Segment 72fc6ed4-6b31-4882-8ac5-1ac0e6765d74 resource provider aggregate not found 2026-04-03 04:00:28.936 8 INFO neutron.services.segments.plugin [-] Segment 72fc6ed4-6b31-4882-8ac5-1ac0e6765d74 resource provider aggregate not found 2026-04-03 04:00:28.951 8 INFO neutron.services.segments.plugin [-] Segment 72fc6ed4-6b31-4882-8ac5-1ac0e6765d74 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 72fc6ed4-6b31-4882-8ac5-1ac0e6765d74 found for delete ", "request_id": "req-edc9baf5-1938-4c74-bd51-8116e3bd2f2c"}]} 2026-04-03 04:00:28.955 8 INFO neutron.services.segments.plugin [-] Segment 72fc6ed4-6b31-4882-8ac5-1ac0e6765d74 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 72fc6ed4-6b31-4882-8ac5-1ac0e6765d74 found for delete ", "request_id": "req-f295dadb-0750-46fc-8907-72ed0079d9f9"}]} 2026-04-03 04:00:28.968 8 INFO neutron.services.segments.plugin [-] Segment f92cfc0c-1de5-449a-95c7-98fe60f549b5 resource provider aggregate not found 2026-04-03 04:00:28.972 8 INFO neutron.services.segments.plugin [-] Segment f92cfc0c-1de5-449a-95c7-98fe60f549b5 resource provider aggregate not found 2026-04-03 04:00:28.985 8 INFO neutron.services.segments.plugin [-] Segment f92cfc0c-1de5-449a-95c7-98fe60f549b5 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 f92cfc0c-1de5-449a-95c7-98fe60f549b5 found for delete ", "request_id": "req-80aa80cf-81b3-4039-902f-1bc7330d8505"}]} 2026-04-03 04:00:28.987 8 INFO neutron.services.segments.plugin [-] Segment f92cfc0c-1de5-449a-95c7-98fe60f549b5 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 f92cfc0c-1de5-449a-95c7-98fe60f549b5 found for delete ", "request_id": "req-2a54deee-f1e1-4fc0-bc51-ac2c3bc28ddc"}]} 2026-04-03 04:00:29.064 7 INFO neutron.services.segments.plugin [-] Segment 57b59e76-a874-4dc0-97cf-ae8fe6b09626 resource provider aggregate not found 2026-04-03 04:00:29.078 7 INFO neutron.services.segments.plugin [-] Segment 57b59e76-a874-4dc0-97cf-ae8fe6b09626 resource provider aggregate not found 2026-04-03 04:00:29.083 7 INFO neutron.services.segments.plugin [-] Segment 57b59e76-a874-4dc0-97cf-ae8fe6b09626 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 57b59e76-a874-4dc0-97cf-ae8fe6b09626 found for delete ", "request_id": "req-2e51834b-f182-4d4a-bebf-13c246a49b17"}]} [pid: 7|app: 0|req: 1616/3192] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 04:00:29 2026] GET /v2.0/security-groups?tenant_id=0a0ad5a89ea54e8cb8b15aeaf5c1209a&name=default => generated 2929 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-03 04:00:29.092 7 INFO neutron.services.segments.plugin [-] Segment 57b59e76-a874-4dc0-97cf-ae8fe6b09626 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 57b59e76-a874-4dc0-97cf-ae8fe6b09626 found for delete ", "request_id": "req-a5fa7e10-edc2-48f5-bf9e-80597313920d"}]} [pid: 8|app: 0|req: 1577/3193] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 04:00:29 2026] DELETE /v2.0/security-groups/1411242c-813c-4ec6-8934-d469d704ede5 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3194] 10.0.0.78 () {34 vars in 683 bytes} [Fri Apr 3 04:00:32 2026] POST /v2.0/security-groups => generated 1603 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3195] 10.0.0.78 () {34 vars in 766 bytes} [Fri Apr 3 04:00:32 2026] PUT /v2.0/security-groups/6e0ac243-2ca6-46da-b60e-8e6bd6db6bce/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: 1618/3196] 10.0.0.78 () {32 vars in 746 bytes} [Fri Apr 3 04:00:32 2026] GET /v2.0/security-groups/6e0ac243-2ca6-46da-b60e-8e6bd6db6bce/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3197] 10.0.0.78 () {34 vars in 777 bytes} [Fri Apr 3 04:00:32 2026] PUT /v2.0/security-groups/6e0ac243-2ca6-46da-b60e-8e6bd6db6bce/tags/green => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3198] 10.0.0.78 () {32 vars in 746 bytes} [Fri Apr 3 04:00:32 2026] GET /v2.0/security-groups/6e0ac243-2ca6-46da-b60e-8e6bd6db6bce/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3199] 10.0.0.78 () {34 vars in 773 bytes} [Fri Apr 3 04:00:32 2026] PUT /v2.0/security-groups/6e0ac243-2ca6-46da-b60e-8e6bd6db6bce/tags/red => 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: 1620/3200] 10.0.0.78 () {32 vars in 746 bytes} [Fri Apr 3 04:00:32 2026] GET /v2.0/security-groups/6e0ac243-2ca6-46da-b60e-8e6bd6db6bce/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3201] 10.0.0.78 () {34 vars in 795 bytes} [Fri Apr 3 04:00:32 2026] PUT /v2.0/security-groups/6e0ac243-2ca6-46da-b60e-8e6bd6db6bce/tags/black.or.white => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3202] 10.0.0.78 () {32 vars in 746 bytes} [Fri Apr 3 04:00:32 2026] GET /v2.0/security-groups/6e0ac243-2ca6-46da-b60e-8e6bd6db6bce/tags => generated 52 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3203] 10.0.0.78 () {34 vars in 766 bytes} [Fri Apr 3 04:00:32 2026] PUT /v2.0/security-groups/6e0ac243-2ca6-46da-b60e-8e6bd6db6bce/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3204] 10.0.0.78 () {32 vars in 746 bytes} [Fri Apr 3 04:00:33 2026] GET /v2.0/security-groups/6e0ac243-2ca6-46da-b60e-8e6bd6db6bce/tags => generated 37 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3205] 10.0.0.78 () {32 vars in 754 bytes} [Fri Apr 3 04:00:33 2026] GET /v2.0/security-groups/6e0ac243-2ca6-46da-b60e-8e6bd6db6bce/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 04:00:33.138 7 INFO neutron.api.v2.resource [None req-2125a720-16e2-4977-a023-35a73e7b4dd9 d576521584b849409a1d2c40187196ed 7b83b4d9265947f48798603202779fc2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1623/3206] 10.0.0.78 () {32 vars in 758 bytes} [Fri Apr 3 04:00:33 2026] GET /v2.0/security-groups/6e0ac243-2ca6-46da-b60e-8e6bd6db6bce/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3207] 10.0.0.78 () {32 vars in 757 bytes} [Fri Apr 3 04:00:33 2026] DELETE /v2.0/security-groups/6e0ac243-2ca6-46da-b60e-8e6bd6db6bce/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3208] 10.0.0.78 () {32 vars in 746 bytes} [Fri Apr 3 04:00:33 2026] GET /v2.0/security-groups/6e0ac243-2ca6-46da-b60e-8e6bd6db6bce/tags => generated 30 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 04:00:33.265 8 INFO neutron.api.v2.resource [None req-72f89445-91f4-4d2b-815b-4e00f7522e70 d576521584b849409a1d2c40187196ed 7b83b4d9265947f48798603202779fc2 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1585/3209] 10.0.0.78 () {32 vars in 761 bytes} [Fri Apr 3 04:00:33 2026] DELETE /v2.0/security-groups/6e0ac243-2ca6-46da-b60e-8e6bd6db6bce/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1625/3210] 10.0.0.78 () {32 vars in 749 bytes} [Fri Apr 3 04:00:33 2026] DELETE /v2.0/security-groups/6e0ac243-2ca6-46da-b60e-8e6bd6db6bce/tags => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3211] 10.0.0.78 () {32 vars in 746 bytes} [Fri Apr 3 04:00:33 2026] GET /v2.0/security-groups/6e0ac243-2ca6-46da-b60e-8e6bd6db6bce/tags => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1626/3212] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 04:00:33 2026] DELETE /v2.0/security-groups/6e0ac243-2ca6-46da-b60e-8e6bd6db6bce => 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: 1587/3213] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 04:00:34 2026] GET /v2.0/security-groups?tenant_id=7b83b4d9265947f48798603202779fc2&name=default => generated 2929 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3214] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 04:00:34 2026] DELETE /v2.0/security-groups/46a19f84-7fd7-4328-9666-273d9e1d896e => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3215] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 04:00:34 2026] GET /v2.0/security-groups?tenant_id=e4f642c925a849739007eda15ad860ff&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3216] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 04:00:34 2026] DELETE /v2.0/security-groups/08102979-2c6b-46de-8775-a29a51388bdd => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 04:00:37.979 8 INFO neutron.db.segments_db [None req-b7a23b2f-67d2-4957-babe-3979c1c70bba 781c08479add4893b0a0190e67ecafca 36f7e6326dcf4910984625e6e096891a - - default default] Added segment 32eac1c5-d3ae-4e3d-bb5d-58f86625d73f of type vxlan for network 4feec69a-29ee-43ba-9e56-b08619ba4f44 [pid: 8|app: 0|req: 1590/3219] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 04:00:37 2026] POST /v2.0/networks => generated 613 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3220] 10.0.0.78 () {34 vars in 663 bytes} [Fri Apr 3 04:00:38 2026] POST /v2.0/ports => generated 743 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3221] 10.0.0.78 () {34 vars in 665 bytes} [Fri Apr 3 04:00:38 2026] POST /v2.0/trunks => generated 407 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: 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: 1631/3222] 10.0.0.78 () {34 vars in 748 bytes} [Fri Apr 3 04:00:38 2026] PUT /v2.0/trunks/1b770929-2fde-4277-bce5-845885d1157c/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3223] 10.0.0.78 () {32 vars in 728 bytes} [Fri Apr 3 04:00:38 2026] GET /v2.0/trunks/1b770929-2fde-4277-bce5-845885d1157c/tags => generated 25 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3224] 10.0.0.78 () {34 vars in 759 bytes} [Fri Apr 3 04:00:38 2026] PUT /v2.0/trunks/1b770929-2fde-4277-bce5-845885d1157c/tags/green => generated 4 bytes in 31 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3225] 10.0.0.78 () {32 vars in 728 bytes} [Fri Apr 3 04:00:38 2026] GET /v2.0/trunks/1b770929-2fde-4277-bce5-845885d1157c/tags => generated 34 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3226] 10.0.0.78 () {34 vars in 755 bytes} [Fri Apr 3 04:00:38 2026] PUT /v2.0/trunks/1b770929-2fde-4277-bce5-845885d1157c/tags/red => generated 4 bytes in 24 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3227] 10.0.0.78 () {32 vars in 728 bytes} [Fri Apr 3 04:00:38 2026] GET /v2.0/trunks/1b770929-2fde-4277-bce5-845885d1157c/tags => generated 34 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3228] 10.0.0.78 () {34 vars in 777 bytes} [Fri Apr 3 04:00:38 2026] PUT /v2.0/trunks/1b770929-2fde-4277-bce5-845885d1157c/tags/black.or.white => generated 4 bytes in 32 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3229] 10.0.0.78 () {32 vars in 728 bytes} [Fri Apr 3 04:00:38 2026] GET /v2.0/trunks/1b770929-2fde-4277-bce5-845885d1157c/tags => generated 52 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1635/3230] 10.0.0.78 () {34 vars in 748 bytes} [Fri Apr 3 04:00:38 2026] PUT /v2.0/trunks/1b770929-2fde-4277-bce5-845885d1157c/tags => generated 37 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3231] 10.0.0.78 () {32 vars in 728 bytes} [Fri Apr 3 04:00:38 2026] GET /v2.0/trunks/1b770929-2fde-4277-bce5-845885d1157c/tags => generated 37 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3232] 10.0.0.78 () {32 vars in 736 bytes} [Fri Apr 3 04:00:38 2026] GET /v2.0/trunks/1b770929-2fde-4277-bce5-845885d1157c/tags/red => generated 0 bytes in 18 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 04:00:38.787 8 INFO neutron.api.v2.resource [None req-b532ceeb-dfc0-41bf-848e-25cb392c35ec 781c08479add4893b0a0190e67ecafca 36f7e6326dcf4910984625e6e096891a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1597/3233] 10.0.0.78 () {32 vars in 740 bytes} [Fri Apr 3 04:00:38 2026] GET /v2.0/trunks/1b770929-2fde-4277-bce5-845885d1157c/tags/green => generated 99 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1637/3234] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 04:00:38 2026] DELETE /v2.0/trunks/1b770929-2fde-4277-bce5-845885d1157c/tags/red => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3235] 10.0.0.78 () {32 vars in 728 bytes} [Fri Apr 3 04:00:38 2026] GET /v2.0/trunks/1b770929-2fde-4277-bce5-845885d1157c/tags => generated 30 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 04:00:38.875 7 INFO neutron.api.v2.resource [None req-3a03bef0-e121-446d-97e9-158b8b13feb7 781c08479add4893b0a0190e67ecafca 36f7e6326dcf4910984625e6e096891a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1638/3236] 10.0.0.78 () {32 vars in 743 bytes} [Fri Apr 3 04:00:38 2026] DELETE /v2.0/trunks/1b770929-2fde-4277-bce5-845885d1157c/tags/green => generated 99 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3237] 10.0.0.78 () {32 vars in 731 bytes} [Fri Apr 3 04:00:38 2026] DELETE /v2.0/trunks/1b770929-2fde-4277-bce5-845885d1157c/tags => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1639/3238] 10.0.0.78 () {32 vars in 728 bytes} [Fri Apr 3 04:00:38 2026] GET /v2.0/trunks/1b770929-2fde-4277-bce5-845885d1157c/tags => 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: 1600/3239] 10.0.0.78 () {32 vars in 718 bytes} [Fri Apr 3 04:00:38 2026] GET /v2.0/trunks/1b770929-2fde-4277-bce5-845885d1157c => generated 407 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1640/3240] 10.0.0.78 () {32 vars in 716 bytes} [Fri Apr 3 04:00:38 2026] GET /v2.0/ports/bb2b3522-f1cd-41e2-995b-8535ea859d2d => generated 826 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3241] 10.0.0.78 () {32 vars in 721 bytes} [Fri Apr 3 04:00:39 2026] DELETE /v2.0/trunks/1b770929-2fde-4277-bce5-845885d1157c => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 04:00:39.188 7 INFO neutron_taas.services.taas.taas_plugin [None req-d4d91dcd-877c-469e-b7da-9ff795d197be 781c08479add4893b0a0190e67ecafca 36f7e6326dcf4910984625e6e096891a - - default default] TaaS: Handle Delete Port: bb2b3522-f1cd-41e2-995b-8535ea859d2d 2026-04-03 04:00:39.191 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d4d91dcd-877c-469e-b7da-9ff795d197be 781c08479add4893b0a0190e67ecafca 36f7e6326dcf4910984625e6e096891a - - default default] Tap Mirror: Handle Delete Port: bb2b3522-f1cd-41e2-995b-8535ea859d2d [pid: 7|app: 0|req: 1641/3242] 10.0.0.78 () {32 vars in 719 bytes} [Fri Apr 3 04:00:39 2026] DELETE /v2.0/ports/bb2b3522-f1cd-41e2-995b-8535ea859d2d => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 04:00:39.391 8 INFO neutron.services.segments.plugin [-] Segment 32eac1c5-d3ae-4e3d-bb5d-58f86625d73f resource provider aggregate not found 2026-04-03 04:00:39.396 8 INFO neutron.services.segments.plugin [-] Segment 32eac1c5-d3ae-4e3d-bb5d-58f86625d73f resource provider aggregate not found 2026-04-03 04:00:39.410 8 INFO neutron.services.segments.plugin [-] Segment 32eac1c5-d3ae-4e3d-bb5d-58f86625d73f 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 32eac1c5-d3ae-4e3d-bb5d-58f86625d73f found for delete ", "request_id": "req-feccb9a8-18b7-4897-9619-f467254c3f0a"}]} 2026-04-03 04:00:39.412 8 INFO neutron.services.segments.plugin [-] Segment 32eac1c5-d3ae-4e3d-bb5d-58f86625d73f 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 32eac1c5-d3ae-4e3d-bb5d-58f86625d73f found for delete ", "request_id": "req-7ccd6123-f2b3-41ba-b55e-3c25e939b46a"}]} [pid: 8|app: 0|req: 1602/3243] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 04:00:39 2026] DELETE /v2.0/networks/4feec69a-29ee-43ba-9e56-b08619ba4f44 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1642/3244] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 04:00:40 2026] GET /v2.0/security-groups?tenant_id=42bf929c743c40d4b4edb41d8c1de090&name=default => generated 2929 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3245] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 04:00:40 2026] DELETE /v2.0/security-groups/d5698abb-bcfc-4142-83e6-005bc9406bed => 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: 1643/3246] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 04:00:40 2026] GET /v2.0/security-groups?tenant_id=36f7e6326dcf4910984625e6e096891a&name=default => generated 2929 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3247] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 04:00:40 2026] DELETE /v2.0/security-groups/488f6793-ee58-4b99-9003-f266b194b6c8 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-03 04:00:43.879 7 INFO neutron.db.segments_db [None req-79de1a3c-ebd9-456b-8dfb-9bf95f5ef552 7eb6808728d8446bbff25d8af5d1b5d0 e39036431a74401e9fbb900dbf898d7c - - default default] Added segment 4197330a-c8d2-4dfe-9739-cf74fe657b72 of type vxlan for network ca0890b6-8525-4c56-9b4b-156657d1d4b2 [pid: 7|app: 0|req: 1644/3248] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 04:00:43 2026] POST /v2.0/networks => generated 613 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-03 04:00:44.031 8 INFO neutron.db.segments_db [None req-d55e041d-1d61-45ed-a73c-22bcf52d5c41 7eb6808728d8446bbff25d8af5d1b5d0 e39036431a74401e9fbb900dbf898d7c - - default default] Added segment 160c7a50-2fb0-44e7-96fc-23fd8660b981 of type vxlan for network 4676ba4d-5b1b-442f-8347-4980ae44cc12 [pid: 8|app: 0|req: 1605/3249] 10.0.0.78 () {34 vars in 669 bytes} [Fri Apr 3 04:00:43 2026] POST /v2.0/networks => generated 613 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1645/3250] 10.0.0.78 () {34 vars in 752 bytes} [Fri Apr 3 04:00:44 2026] PUT /v2.0/networks/ca0890b6-8525-4c56-9b4b-156657d1d4b2/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/3251] 10.0.0.78 () {32 vars in 732 bytes} [Fri Apr 3 04:00:44 2026] GET /v2.0/networks/ca0890b6-8525-4c56-9b4b-156657d1d4b2/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1646/3252] 10.0.0.78 () {34 vars in 752 bytes} [Fri Apr 3 04:00:44 2026] PUT /v2.0/networks/4676ba4d-5b1b-442f-8347-4980ae44cc12/tags => generated 17 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3253] 10.0.0.78 () {32 vars in 732 bytes} [Fri Apr 3 04:00:44 2026] GET /v2.0/networks/4676ba4d-5b1b-442f-8347-4980ae44cc12/tags => generated 17 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1647/3254] 10.0.0.78 () {34 vars in 752 bytes} [Fri Apr 3 04:00:44 2026] PUT /v2.0/networks/4676ba4d-5b1b-442f-8347-4980ae44cc12/tags => generated 12 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3255] 10.0.0.78 () {32 vars in 732 bytes} [Fri Apr 3 04:00:44 2026] GET /v2.0/networks/4676ba4d-5b1b-442f-8347-4980ae44cc12/tags => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1648/3256] 10.0.0.78 () {32 vars in 732 bytes} [Fri Apr 3 04:00:44 2026] GET /v2.0/networks/ca0890b6-8525-4c56-9b4b-156657d1d4b2/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-03 04:00:44.600 8 INFO neutron.services.segments.plugin [-] Segment 4197330a-c8d2-4dfe-9739-cf74fe657b72 resource provider aggregate not found 2026-04-03 04:00:44.606 8 INFO neutron.services.segments.plugin [-] Segment 4197330a-c8d2-4dfe-9739-cf74fe657b72 resource provider aggregate not found 2026-04-03 04:00:44.622 8 INFO neutron.services.segments.plugin [-] Segment 4197330a-c8d2-4dfe-9739-cf74fe657b72 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 4197330a-c8d2-4dfe-9739-cf74fe657b72 found for delete ", "request_id": "req-c186a6d5-fdb7-471b-9505-77e7abef8642"}]} 2026-04-03 04:00:44.625 8 INFO neutron.services.segments.plugin [-] Segment 4197330a-c8d2-4dfe-9739-cf74fe657b72 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 4197330a-c8d2-4dfe-9739-cf74fe657b72 found for delete ", "request_id": "req-81a7e5dd-d465-40a3-9a68-8430085ec6a5"}]} [pid: 8|app: 0|req: 1609/3257] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 04:00:44 2026] DELETE /v2.0/networks/ca0890b6-8525-4c56-9b4b-156657d1d4b2 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-03 04:00:44.752 7 INFO neutron.services.segments.plugin [-] Segment 160c7a50-2fb0-44e7-96fc-23fd8660b981 resource provider aggregate not found 2026-04-03 04:00:44.758 7 INFO neutron.services.segments.plugin [-] Segment 160c7a50-2fb0-44e7-96fc-23fd8660b981 resource provider aggregate not found 2026-04-03 04:00:44.774 7 INFO neutron.services.segments.plugin [-] Segment 160c7a50-2fb0-44e7-96fc-23fd8660b981 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 160c7a50-2fb0-44e7-96fc-23fd8660b981 found for delete ", "request_id": "req-5320f448-77f0-448f-ae60-69ab0b74a74c"}]} 2026-04-03 04:00:44.776 7 INFO neutron.services.segments.plugin [-] Segment 160c7a50-2fb0-44e7-96fc-23fd8660b981 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 160c7a50-2fb0-44e7-96fc-23fd8660b981 found for delete ", "request_id": "req-87f76d27-60ea-4025-8189-5a280fb47599"}]} [pid: 7|app: 0|req: 1649/3258] 10.0.0.78 () {32 vars in 725 bytes} [Fri Apr 3 04:00:44 2026] DELETE /v2.0/networks/4676ba4d-5b1b-442f-8347-4980ae44cc12 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3259] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 04:00:45 2026] GET /v2.0/security-groups?tenant_id=d1f002c836fd491f8ddf3977001b951d&name=default => generated 2929 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1650/3260] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 04:00:45 2026] DELETE /v2.0/security-groups/a2c59ea6-0f64-413b-99d9-7c13068f9d05 => 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: 1611/3261] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 04:00:45 2026] GET /v2.0/security-groups?tenant_id=e39036431a74401e9fbb900dbf898d7c&name=default => generated 2929 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1651/3262] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 04:00:45 2026] DELETE /v2.0/security-groups/2c77b059-7771-4f64-b497-54e70d757d67 => 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: 1612/3263] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 04:00:49 2026] GET /v2.0/security-groups?tenant_id=3db8ec47ffb7400d96df87d09b50ab32&name=default => generated 2929 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1652/3264] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 04:00:49 2026] DELETE /v2.0/security-groups/dc422c88-014b-41af-afdf-db15ea455be5 => 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: 1613/3265] 10.0.0.78 () {32 vars in 773 bytes} [Fri Apr 3 04:00:49 2026] GET /v2.0/security-groups?tenant_id=6751556f6fc346449daff12fddf7802f&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1653/3266] 10.0.0.78 () {32 vars in 739 bytes} [Fri Apr 3 04:00:49 2026] DELETE /v2.0/security-groups/5886b724-3a09-4ecf-a4e3-40da8e4c76e8 => 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: 1614/3267] 10.0.0.78 () {32 vars in 648 bytes} [Fri Apr 3 04:00:52 2026] GET /v2.0/networks => generated 2168 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/3270] 10.0.0.78 () {32 vars in 654 bytes} [Fri Apr 3 04:00:53 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: 7|app: 0|req: 1655/3271] 10.0.0.78 () {32 vars in 646 bytes} [Fri Apr 3 04:00:53 2026] GET /v2.0/routers => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1617/3272] 10.0.0.78 () {32 vars in 642 bytes} [Fri Apr 3 04:00:53 2026] GET /v2.0/ports => generated 4721 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1656/3273] 10.0.0.78 () {32 vars in 646 bytes} [Fri Apr 3 04:00:53 2026] GET /v2.0/subnets => generated 1308 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1618/3274] 10.0.0.78 () {32 vars in 648 bytes} [Fri Apr 3 04:00:53 2026] GET /v2.0/networks => generated 2168 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1657/3275] 10.0.0.78 () {32 vars in 662 bytes} [Fri Apr 3 04:00:53 2026] GET /v2.0/security-groups => generated 17397 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/3276] 10.0.0.78 () {32 vars in 654 bytes} [Fri Apr 3 04:00:53 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)