+ 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 [Tue Apr 7 00:43:39 2026] *** compiled with version: 13.3.0 on 27 February 2026 14:41:32 os: Linux-5.15.0-174-generic #184-Ubuntu SMP Fri Mar 13 18:41:50 UTC 2026 nodename: neutron-server-dc6586c59-xqw9x 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, Jan 22 2026, 20:57:42) [GCC 13.3.0] Python main interpreter initialized at 0x7f8fe743e668 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-07 00:43:43.829 7 INFO neutron.common.config [-] Logging enabled! 2026-04-07 00:43:43.830 7 INFO neutron.common.config [-] uwsgi version 27.0.2.dev36 2026-04-07 00:43:43.888 8 INFO neutron.common.config [-] Logging enabled! 2026-04-07 00:43:43.888 8 INFO neutron.common.config [-] uwsgi version 27.0.2.dev36 2026-04-07 00:43:44.204 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-07 00:43:44.266 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-07 00:43:45.667 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-07 00:43:45.670 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-07 00:43:45.674 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-07 00:43:45.675 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-07 00:43:45.675 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-07 00:43:45.676 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-07 00:43:45.676 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-07 00:43:45.683 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-07 00:43:45.683 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-07 00:43:45.683 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-07 00:43:45.705 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-07 00:43:45.706 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-07 00:43:45.707 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-07 00:43:45.733 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-07 00:43:45.733 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-07 00:43:45.734 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-07 00:43:45.734 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-07 00:43:45.772 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-07 00:43:45.775 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-07 00:43:45.778 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-07 00:43:45.779 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-07 00:43:45.779 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-07 00:43:45.780 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-07 00:43:45.780 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-07 00:43:45.787 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-07 00:43:45.787 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-07 00:43:45.787 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-07 00:43:45.809 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-07 00:43:45.810 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-07 00:43:45.810 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-07 00:43:45.836 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-07 00:43:45.837 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-07 00:43:45.837 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-07 00:43:45.837 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-07 00:43:46.026 7 INFO neutron.plugins.ml2.managers [None req-d745ba91-36b8-4d5c-9c6a-eaa966d66f82 - - - - - -] Initializing driver for type 'vlan' 2026-04-07 00:43:46.123 8 INFO neutron.plugins.ml2.managers [None req-84d35e73-aa87-4233-a1c0-b3647b64055f - - - - - -] Initializing driver for type 'vlan' 2026-04-07 00:43:46.337 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-d745ba91-36b8-4d5c-9c6a-eaa966d66f82 - - - - - -] VlanTypeDriver initialization complete 2026-04-07 00:43:46.337 7 INFO neutron.plugins.ml2.managers [None req-d745ba91-36b8-4d5c-9c6a-eaa966d66f82 - - - - - -] Initializing driver for type 'vxlan' 2026-04-07 00:43:46.338 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-d745ba91-36b8-4d5c-9c6a-eaa966d66f82 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-07 00:43:46.372 7 INFO neutron.plugins.ml2.managers [None req-d745ba91-36b8-4d5c-9c6a-eaa966d66f82 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-07 00:43:46.373 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-d745ba91-36b8-4d5c-9c6a-eaa966d66f82 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-07 00:43:46.373 7 INFO neutron.plugins.ml2.managers [None req-d745ba91-36b8-4d5c-9c6a-eaa966d66f82 - - - - - -] Initializing extension driver 'port_security' 2026-04-07 00:43:46.373 7 INFO neutron.plugins.ml2.extensions.port_security [None req-d745ba91-36b8-4d5c-9c6a-eaa966d66f82 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-07 00:43:46.374 7 INFO neutron.plugins.ml2.managers [None req-d745ba91-36b8-4d5c-9c6a-eaa966d66f82 - - - - - -] Initializing extension driver 'qos' 2026-04-07 00:43:46.374 7 INFO neutron.plugins.ml2.managers [None req-d745ba91-36b8-4d5c-9c6a-eaa966d66f82 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-07 00:43:46.374 7 INFO neutron.plugins.ml2.managers [None req-d745ba91-36b8-4d5c-9c6a-eaa966d66f82 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-07 00:43:46.389 7 INFO neutron.quota [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded quota_driver: . 2026-04-07 00:43:46.390 7 INFO neutron.plugins.ml2.plugin [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Modular L2 Plugin initialization complete 2026-04-07 00:43:46.390 7 INFO neutron.plugins.ml2.managers [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-07 00:43:46.390 7 INFO neutron.plugins.ml2.managers [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-07 00:43:46.390 7 INFO neutron.plugins.ml2.managers [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-07 00:43:46.391 7 INFO neutron.manager [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loading Plugin: qos 2026-04-07 00:43:46.403 7 INFO neutron.manager [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loading Plugin: router 2026-04-07 00:43:46.429 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-84d35e73-aa87-4233-a1c0-b3647b64055f - - - - - -] VlanTypeDriver initialization complete 2026-04-07 00:43:46.430 8 INFO neutron.plugins.ml2.managers [None req-84d35e73-aa87-4233-a1c0-b3647b64055f - - - - - -] Initializing driver for type 'vxlan' 2026-04-07 00:43:46.430 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-84d35e73-aa87-4233-a1c0-b3647b64055f - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-07 00:43:46.444 8 INFO neutron.plugins.ml2.managers [None req-84d35e73-aa87-4233-a1c0-b3647b64055f - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-07 00:43:46.444 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-84d35e73-aa87-4233-a1c0-b3647b64055f - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-07 00:43:46.444 8 INFO neutron.plugins.ml2.managers [None req-84d35e73-aa87-4233-a1c0-b3647b64055f - - - - - -] Initializing extension driver 'port_security' 2026-04-07 00:43:46.444 7 INFO neutron.services.service_base [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-07 00:43:46.444 8 INFO neutron.plugins.ml2.extensions.port_security [None req-84d35e73-aa87-4233-a1c0-b3647b64055f - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-07 00:43:46.445 7 INFO neutron.manager [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loading Plugin: segments 2026-04-07 00:43:46.445 8 INFO neutron.plugins.ml2.managers [None req-84d35e73-aa87-4233-a1c0-b3647b64055f - - - - - -] Initializing extension driver 'qos' 2026-04-07 00:43:46.445 8 INFO neutron.plugins.ml2.managers [None req-84d35e73-aa87-4233-a1c0-b3647b64055f - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-07 00:43:46.445 8 INFO neutron.plugins.ml2.managers [None req-84d35e73-aa87-4233-a1c0-b3647b64055f - - - - - -] Initializing mechanism driver 'l2population' 2026-04-07 00:43:46.461 8 INFO neutron.quota [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded quota_driver: . 2026-04-07 00:43:46.462 8 INFO neutron.plugins.ml2.plugin [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Modular L2 Plugin initialization complete 2026-04-07 00:43:46.462 8 INFO neutron.plugins.ml2.managers [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-07 00:43:46.462 8 INFO neutron.plugins.ml2.managers [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-07 00:43:46.462 8 INFO neutron.plugins.ml2.managers [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Got port-security extension from driver 'port_security' 2026-04-07 00:43:46.462 8 INFO neutron.manager [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loading Plugin: qos 2026-04-07 00:43:46.475 8 INFO neutron.manager [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loading Plugin: router 2026-04-07 00:43:46.516 8 INFO neutron.services.service_base [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-07 00:43:46.516 8 INFO neutron.manager [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loading Plugin: segments 2026-04-07 00:43:46.541 7 INFO neutron.manager [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loading Plugin: trunk 2026-04-07 00:43:46.557 7 INFO neutron.manager [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loading Plugin: vpnaas 2026-04-07 00:43:46.595 7 WARNING stevedore.named [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-07 00:43:46.620 8 INFO neutron.manager [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loading Plugin: trunk 2026-04-07 00:43:46.635 8 INFO neutron.manager [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loading Plugin: vpnaas 2026-04-07 00:43:46.658 7 INFO neutron_vpnaas.services.vpn.plugin [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-07 00:43:46.658 7 INFO neutron.common.utils [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-07 00:43:46.659 7 INFO neutron.manager [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loading Plugin: taas 2026-04-07 00:43:46.673 8 WARNING stevedore.named [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-07 00:43:46.682 7 WARNING stevedore.named [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-07 00:43:46.683 7 WARNING stevedore.named [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-07 00:43:46.702 7 INFO neutron_taas.services.taas.taas_plugin [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-07 00:43:46.703 7 INFO neutron.manager [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loading Plugin: tapmirror 2026-04-07 00:43:46.714 7 WARNING stevedore.named [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-07 00:43:46.714 7 WARNING stevedore.named [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-07 00:43:46.729 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-07 00:43:46.729 7 INFO neutron.manager [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loading Plugin: auto_allocate 2026-04-07 00:43:46.738 7 INFO neutron.manager [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loading Plugin: tag 2026-04-07 00:43:46.737 8 INFO neutron_vpnaas.services.vpn.plugin [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-07 00:43:46.738 8 INFO neutron.common.utils [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-07 00:43:46.738 8 INFO neutron.manager [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loading Plugin: taas 2026-04-07 00:43:46.747 7 INFO neutron.manager [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loading Plugin: timestamp 2026-04-07 00:43:46.750 7 INFO neutron.manager [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loading Plugin: network_ip_availability 2026-04-07 00:43:46.753 7 INFO neutron.manager [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loading Plugin: flavors 2026-04-07 00:43:46.758 7 INFO neutron.manager [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loading Plugin: revisions 2026-04-07 00:43:46.761 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Initializing extension manager. 2026-04-07 00:43:46.761 8 WARNING stevedore.named [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-07 00:43:46.762 8 WARNING stevedore.named [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-07 00:43:46.763 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: address-group 2026-04-07 00:43:46.764 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: address-scope 2026-04-07 00:43:46.764 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-07 00:43:46.765 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: agent 2026-04-07 00:43:46.766 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: agent-resources-synced 2026-04-07 00:43:46.767 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-07 00:43:46.768 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-07 00:43:46.768 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: availability_zone 2026-04-07 00:43:46.769 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: availability_zone_filter 2026-04-07 00:43:46.770 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-07 00:43:46.770 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: default-subnetpools 2026-04-07 00:43:46.772 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-07 00:43:46.773 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: dns-integration 2026-04-07 00:43:46.773 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: dns-domain-ports 2026-04-07 00:43:46.774 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-07 00:43:46.775 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: dvr 2026-04-07 00:43:46.775 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-07 00:43:46.776 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: empty-string-filtering 2026-04-07 00:43:46.776 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-07 00:43:46.777 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-07 00:43:46.777 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: external-net 2026-04-07 00:43:46.778 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-07 00:43:46.778 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: extraroute 2026-04-07 00:43:46.779 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: extraroute-atomic 2026-04-07 00:43:46.780 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-07 00:43:46.780 8 INFO neutron_taas.services.taas.taas_plugin [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-07 00:43:46.780 8 INFO neutron.manager [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loading Plugin: tapmirror 2026-04-07 00:43:46.781 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-07 00:43:46.782 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-07 00:43:46.783 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-07 00:43:46.783 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: fip-port-details 2026-04-07 00:43:46.784 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: flavors 2026-04-07 00:43:46.786 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-07 00:43:46.788 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: floatingip-pools 2026-04-07 00:43:46.788 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: ip_allocation 2026-04-07 00:43:46.789 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: ip-substring-filtering 2026-04-07 00:43:46.790 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: l2_adjacency 2026-04-07 00:43:46.791 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: router 2026-04-07 00:43:46.792 8 WARNING stevedore.named [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-07 00:43:46.792 8 WARNING stevedore.named [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-07 00:43:46.793 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-07 00:43:46.794 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-07 00:43:46.794 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-07 00:43:46.795 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: ext-gw-mode 2026-04-07 00:43:46.795 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: l3-ha 2026-04-07 00:43:46.796 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-07 00:43:46.796 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-07 00:43:46.797 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: l3-flavors 2026-04-07 00:43:46.798 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-07 00:43:46.799 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-07 00:43:46.801 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-07 00:43:46.802 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-07 00:43:46.803 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-07 00:43:46.806 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-07 00:43:46.807 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-07 00:43:46.808 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: multi-provider 2026-04-07 00:43:46.809 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: net-mtu 2026-04-07 00:43:46.809 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: net-mtu-writable 2026-04-07 00:43:46.809 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-07 00:43:46.810 8 INFO neutron.manager [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loading Plugin: auto_allocate 2026-04-07 00:43:46.810 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: network_availability_zone 2026-04-07 00:43:46.810 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: network_ha 2026-04-07 00:43:46.811 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: network-ip-availability 2026-04-07 00:43:46.813 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-07 00:43:46.813 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: pagination 2026-04-07 00:43:46.814 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: port-device-profile 2026-04-07 00:43:46.814 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-07 00:43:46.815 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-07 00:43:46.816 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-07 00:43:46.816 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: port-mac-override 2026-04-07 00:43:46.817 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-07 00:43:46.817 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-07 00:43:46.818 8 INFO neutron.manager [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loading Plugin: tag 2026-04-07 00:43:46.818 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-07 00:43:46.818 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: port-resource-request 2026-04-07 00:43:46.819 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-07 00:43:46.820 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-07 00:43:46.820 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: binding 2026-04-07 00:43:46.821 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: binding-extended 2026-04-07 00:43:46.822 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: port-security 2026-04-07 00:43:46.822 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: project-id 2026-04-07 00:43:46.823 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: provider 2026-04-07 00:43:46.823 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-07 00:43:46.825 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: qos 2026-04-07 00:43:46.826 8 INFO neutron.manager [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loading Plugin: timestamp 2026-04-07 00:43:46.826 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-07 00:43:46.827 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-07 00:43:46.827 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: qos-default 2026-04-07 00:43:46.828 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: qos-fip 2026-04-07 00:43:46.829 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-07 00:43:46.829 8 INFO neutron.manager [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loading Plugin: network_ip_availability 2026-04-07 00:43:46.829 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-07 00:43:46.830 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-07 00:43:46.830 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-07 00:43:46.831 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-07 00:43:46.832 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: qos-pps 2026-04-07 00:43:46.832 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-07 00:43:46.833 8 INFO neutron.manager [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loading Plugin: flavors 2026-04-07 00:43:46.833 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-07 00:43:46.834 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: qos-rules-alias 2026-04-07 00:43:46.834 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: quota-check-limit 2026-04-07 00:43:46.835 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-07 00:43:46.836 8 INFO neutron.manager [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loading Plugin: revisions 2026-04-07 00:43:46.837 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: quotas 2026-04-07 00:43:46.838 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: quota_details 2026-04-07 00:43:46.839 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Initializing extension manager. 2026-04-07 00:43:46.840 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: rbac-policies 2026-04-07 00:43:46.840 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: address-group 2026-04-07 00:43:46.840 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: rbac-address-group 2026-04-07 00:43:46.841 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: rbac-address-scope 2026-04-07 00:43:46.841 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: rbac-security-groups 2026-04-07 00:43:46.841 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: address-scope 2026-04-07 00:43:46.842 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-07 00:43:46.842 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: rbac-subnetpool 2026-04-07 00:43:46.843 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: revision-if-match 2026-04-07 00:43:46.843 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: agent 2026-04-07 00:43:46.843 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: agent-resources-synced 2026-04-07 00:43:46.843 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-07 00:43:46.844 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: router_availability_zone 2026-04-07 00:43:46.844 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: allowed-address-pairs 2026-04-07 00:43:46.845 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-07 00:43:46.845 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: auto-allocated-topology 2026-04-07 00:43:46.846 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: availability_zone 2026-04-07 00:43:46.846 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: availability_zone_filter 2026-04-07 00:43:46.846 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-07 00:43:46.847 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-07 00:43:46.847 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-07 00:43:46.847 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: default-subnetpools 2026-04-07 00:43:46.848 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-07 00:43:46.848 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-07 00:43:46.849 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-07 00:43:46.849 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-07 00:43:46.849 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-07 00:43:46.849 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: dns-integration 2026-04-07 00:43:46.850 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: dns-domain-ports 2026-04-07 00:43:46.850 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-07 00:43:46.851 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: dvr 2026-04-07 00:43:46.851 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-07 00:43:46.852 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: empty-string-filtering 2026-04-07 00:43:46.852 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-07 00:43:46.853 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-07 00:43:46.853 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: external-net 2026-04-07 00:43:46.854 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-07 00:43:46.854 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: extraroute 2026-04-07 00:43:46.854 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: security-group 2026-04-07 00:43:46.855 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: extraroute-atomic 2026-04-07 00:43:46.855 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-07 00:43:46.856 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: segment 2026-04-07 00:43:46.856 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-07 00:43:46.856 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-07 00:43:46.856 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-07 00:43:46.857 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: service-type 2026-04-07 00:43:46.857 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-07 00:43:46.858 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: sorting 2026-04-07 00:43:46.858 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: fip-port-details 2026-04-07 00:43:46.858 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: standard-attr-segment 2026-04-07 00:43:46.859 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: flavors 2026-04-07 00:43:46.859 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: standard-attr-description 2026-04-07 00:43:46.860 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: stateful-security-group 2026-04-07 00:43:46.860 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-07 00:43:46.860 7 WARNING neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-07 00:43:46.861 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-07 00:43:46.861 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: floatingip-pools 2026-04-07 00:43:46.861 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: ip_allocation 2026-04-07 00:43:46.861 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: subnet-external-network 2026-04-07 00:43:46.862 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: subnet_onboard 2026-04-07 00:43:46.862 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: ip-substring-filtering 2026-04-07 00:43:46.863 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-07 00:43:46.863 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: l2_adjacency 2026-04-07 00:43:46.863 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: subnet-service-types 2026-04-07 00:43:46.864 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: subnet_allocation 2026-04-07 00:43:46.864 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: router 2026-04-07 00:43:46.865 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-07 00:43:46.865 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: tag-creation 2026-04-07 00:43:46.866 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-07 00:43:46.866 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-07 00:43:46.866 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-07 00:43:46.867 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-07 00:43:46.867 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: ext-gw-mode 2026-04-07 00:43:46.868 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: l3-ha 2026-04-07 00:43:46.868 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-07 00:43:46.869 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-07 00:43:46.869 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: l3-flavors 2026-04-07 00:43:46.870 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: standard-attr-tag 2026-04-07 00:43:46.870 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-07 00:43:46.871 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-07 00:43:46.871 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-07 00:43:46.872 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: trunk 2026-04-07 00:43:46.872 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: trunk-details 2026-04-07 00:43:46.873 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-07 00:43:46.873 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-07 00:43:46.873 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-07 00:43:46.874 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-07 00:43:46.874 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-07 00:43:46.875 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-07 00:43:46.875 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-07 00:43:46.876 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-07 00:43:46.877 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-07 00:43:46.877 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-07 00:43:46.877 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: multi-provider 2026-04-07 00:43:46.878 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-07 00:43:46.878 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: net-mtu 2026-04-07 00:43:46.878 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: net-mtu-writable 2026-04-07 00:43:46.878 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: vpn-flavors 2026-04-07 00:43:46.879 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: network_availability_zone 2026-04-07 00:43:46.879 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: network_ha 2026-04-07 00:43:46.880 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: network-ip-availability 2026-04-07 00:43:46.880 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: vpnaas 2026-04-07 00:43:46.881 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-07 00:43:46.881 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: pagination 2026-04-07 00:43:46.881 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: taas 2026-04-07 00:43:46.882 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: port-device-profile 2026-04-07 00:43:46.882 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-07 00:43:46.883 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: tap-mirror 2026-04-07 00:43:46.883 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-07 00:43:46.883 7 INFO neutron.api.extensions [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-07 00:43:46.883 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-07 00:43:46.884 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: port-mac-override 2026-04-07 00:43:46.884 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-07 00:43:46.885 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-07 00:43:46.885 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-07 00:43:46.886 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: port-resource-request 2026-04-07 00:43:46.886 7 INFO neutron.quota.resource_registry [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-07 00:43:46.886 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: port-resource-request-groups 2026-04-07 00:43:46.886 7 INFO neutron.quota.resource_registry [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-07 00:43:46.886 7 INFO neutron.quota.resource_registry [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-07 00:43:46.886 7 INFO neutron.quota.resource_registry [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-07 00:43:46.887 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-07 00:43:46.887 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: binding 2026-04-07 00:43:46.888 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: binding-extended 2026-04-07 00:43:46.888 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: port-security 2026-04-07 00:43:46.889 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: project-id 2026-04-07 00:43:46.889 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: provider 2026-04-07 00:43:46.890 7 INFO neutron.quota.resource_registry [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-07 00:43:46.890 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-07 00:43:46.891 7 INFO neutron.quota.resource_registry [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-07 00:43:46.894 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: qos 2026-04-07 00:43:46.894 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-07 00:43:46.895 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-07 00:43:46.895 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: qos-default 2026-04-07 00:43:46.895 7 INFO neutron.quota.resource_registry [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-07 00:43:46.896 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: qos-fip 2026-04-07 00:43:46.896 7 INFO neutron.quota.resource_registry [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-07 00:43:46.896 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-07 00:43:46.896 7 INFO neutron.quota.resource_registry [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-07 00:43:46.897 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: qos-gateway-ip 2026-04-07 00:43:46.897 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: qos-port-network-policy 2026-04-07 00:43:46.897 7 INFO neutron.quota.resource_registry [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-07 00:43:46.898 7 WARNING neutron.quota.resource_registry [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] subnetpool is already registered 2026-04-07 00:43:46.898 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: qos-pps-minimum 2026-04-07 00:43:46.898 7 INFO neutron.quota.resource_registry [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-07 00:43:46.898 7 WARNING neutron.quota.resource_registry [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] subnetpool is already registered 2026-04-07 00:43:46.898 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-07 00:43:46.899 7 INFO neutron.quota.resource_registry [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-07 00:43:46.899 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: qos-pps 2026-04-07 00:43:46.899 7 INFO neutron.quota.resource_registry [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-07 00:43:46.900 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: qos-rule-type-details 2026-04-07 00:43:46.900 7 INFO neutron.quota.resource_registry [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-07 00:43:46.900 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-07 00:43:46.900 7 INFO neutron.quota.resource_registry [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-07 00:43:46.901 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: qos-rules-alias 2026-04-07 00:43:46.901 7 INFO neutron.quota.resource_registry [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-07 00:43:46.901 7 INFO neutron.quota.resource_registry [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-07 00:43:46.901 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: quota-check-limit 2026-04-07 00:43:46.902 7 INFO neutron.quota.resource_registry [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-07 00:43:46.902 7 WARNING neutron.quota.resource_registry [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] ipsecpolicy is already registered 2026-04-07 00:43:46.902 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: quota-check-limit-default 2026-04-07 00:43:46.902 7 INFO neutron.quota.resource_registry [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-07 00:43:46.902 7 WARNING neutron.quota.resource_registry [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] ikepolicy is already registered 2026-04-07 00:43:46.904 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: quotas 2026-04-07 00:43:46.905 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: quota_details 2026-04-07 00:43:46.906 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: rbac-policies 2026-04-07 00:43:46.907 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: rbac-address-group 2026-04-07 00:43:46.907 7 INFO neutron.quota.resource_registry [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-07 00:43:46.907 7 WARNING neutron.quota.resource_registry [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] router is already registered 2026-04-07 00:43:46.907 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: rbac-address-scope 2026-04-07 00:43:46.908 7 INFO neutron.quota.resource_registry [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-07 00:43:46.908 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: rbac-security-groups 2026-04-07 00:43:46.908 7 WARNING neutron.quota.resource_registry [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] floatingip is already registered 2026-04-07 00:43:46.908 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: rbac-subnetpool 2026-04-07 00:43:46.909 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: revision-if-match 2026-04-07 00:43:46.910 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: standard-attr-revisions 2026-04-07 00:43:46.910 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: router_availability_zone 2026-04-07 00:43:46.911 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-07 00:43:46.912 7 INFO neutron.quota.resource_registry [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-07 00:43:46.912 7 WARNING neutron.quota.resource_registry [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] rbac_policy is already registered 2026-04-07 00:43:46.912 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: security-groups-default-rules 2026-04-07 00:43:46.913 7 INFO neutron.quota.resource_registry [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-07 00:43:46.913 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-07 00:43:46.913 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-07 00:43:46.913 7 WARNING neutron.quota.resource_registry [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] security_group is already registered 2026-04-07 00:43:46.914 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-07 00:43:46.914 7 INFO neutron.quota.resource_registry [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-07 00:43:46.914 7 WARNING neutron.quota.resource_registry [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] security_group_rule is already registered 2026-04-07 00:43:46.914 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-07 00:43:46.915 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-07 00:43:46.915 7 INFO neutron.quota.resource_registry [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-07 00:43:46.915 7 WARNING neutron.quota.resource_registry [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] subnetpool is already registered 2026-04-07 00:43:46.916 7 INFO neutron.quota.resource_registry [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-07 00:43:46.916 7 WARNING neutron.quota.resource_registry [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] subnetpool is already registered 2026-04-07 00:43:46.916 7 INFO neutron.quota.resource_registry [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-07 00:43:46.916 7 WARNING neutron.quota.resource_registry [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] trunk is already registered 2026-04-07 00:43:46.917 7 INFO neutron.quota.resource_registry [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-07 00:43:46.917 7 WARNING neutron.quota.resource_registry [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] ikepolicy is already registered 2026-04-07 00:43:46.917 7 INFO neutron.quota.resource_registry [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-07 00:43:46.918 7 WARNING neutron.quota.resource_registry [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] ipsecpolicy is already registered 2026-04-07 00:43:46.918 7 INFO neutron.quota.resource_registry [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-07 00:43:46.918 7 WARNING neutron.quota.resource_registry [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] endpoint_group is already registered 2026-04-07 00:43:46.919 7 INFO neutron.quota.resource_registry [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-07 00:43:46.919 7 WARNING neutron.quota.resource_registry [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] vpnservice is already registered 2026-04-07 00:43:46.919 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: security-group 2026-04-07 00:43:46.919 7 INFO neutron.quota.resource_registry [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-07 00:43:46.919 7 WARNING neutron.quota.resource_registry [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] ipsec_site_connection is already registered 2026-04-07 00:43:46.920 7 INFO neutron.quota.resource_registry [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-07 00:43:46.920 7 WARNING neutron.quota.resource_registry [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] ipsecpolicy is already registered 2026-04-07 00:43:46.920 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: segment 2026-04-07 00:43:46.920 7 INFO neutron.quota.resource_registry [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-07 00:43:46.921 7 WARNING neutron.quota.resource_registry [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] ikepolicy is already registered 2026-04-07 00:43:46.921 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-07 00:43:46.921 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: service-type 2026-04-07 00:43:46.922 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: sorting 2026-04-07 00:43:46.922 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: standard-attr-segment 2026-04-07 00:43:46.923 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: standard-attr-description 2026-04-07 00:43:46.923 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: stateful-security-group 2026-04-07 00:43:46.924 8 WARNING neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-07 00:43:46.924 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-07 00:43:46.925 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: subnet-external-network 2026-04-07 00:43:46.926 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: subnet_onboard 2026-04-07 00:43:46.926 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-07 00:43:46.927 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: subnet-service-types 2026-04-07 00:43:46.928 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: subnet_allocation 2026-04-07 00:43:46.928 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-07 00:43:46.929 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: tag-creation 2026-04-07 00:43:46.929 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-07 00:43:46.933 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: standard-attr-tag 2026-04-07 00:43:46.934 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-07 00:43:46.934 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: trunk 2026-04-07 00:43:46.935 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: trunk-details 2026-04-07 00:43:46.935 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-07 00:43:46.936 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-07 00:43:46.936 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-07 00:43:46.937 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-07 00:43:46.939 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-07 00:43:46.940 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-07 00:43:46.940 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: vpn-flavors 2026-04-07 00:43:46.942 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: vpnaas 2026-04-07 00:43:46.943 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: taas 2026-04-07 00:43:46.944 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: tap-mirror 2026-04-07 00:43:46.945 8 INFO neutron.api.extensions [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Loaded extension: taas-vlan-filter 2026-04-07 00:43:46.947 8 INFO neutron.quota.resource_registry [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-07 00:43:46.947 8 INFO neutron.quota.resource_registry [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-07 00:43:46.947 8 INFO neutron.quota.resource_registry [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-07 00:43:46.947 8 INFO neutron.quota.resource_registry [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-07 00:43:46.951 8 INFO neutron.quota.resource_registry [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-07 00:43:46.951 8 INFO neutron.quota.resource_registry [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-07 00:43:46.956 8 INFO neutron.quota.resource_registry [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-07 00:43:46.957 8 INFO neutron.quota.resource_registry [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-07 00:43:46.957 8 INFO neutron.quota.resource_registry [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-07 00:43:46.958 8 INFO neutron.quota.resource_registry [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-07 00:43:46.958 8 WARNING neutron.quota.resource_registry [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] subnetpool is already registered 2026-04-07 00:43:46.958 8 INFO neutron.quota.resource_registry [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-07 00:43:46.959 8 WARNING neutron.quota.resource_registry [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] subnetpool is already registered 2026-04-07 00:43:46.959 8 INFO neutron.quota.resource_registry [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-07 00:43:46.959 7 WARNING keystonemiddleware._common.config [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-07 00:43:46.960 8 INFO neutron.quota.resource_registry [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-07 00:43:46.960 8 INFO neutron.quota.resource_registry [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-07 00:43:46.960 8 INFO neutron.quota.resource_registry [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-07 00:43:46.961 8 INFO neutron.quota.resource_registry [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-07 00:43:46.961 8 INFO neutron.quota.resource_registry [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-07 00:43:46.962 8 INFO neutron.quota.resource_registry [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-07 00:43:46.962 8 WARNING neutron.quota.resource_registry [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] ipsecpolicy is already registered 2026-04-07 00:43:46.962 8 INFO neutron.quota.resource_registry [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-07 00:43:46.962 8 WARNING neutron.quota.resource_registry [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] ikepolicy is already registered 2026-04-07 00:43:46.966 8 INFO neutron.quota.resource_registry [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-07 00:43:46.967 7 WARNING oslo_config.cfg [None req-4e53c46f-bcdf-4854-a8fc-ceaa8fbe3556 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-04-07 00:43:46.967 8 WARNING neutron.quota.resource_registry [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] router is already registered 2026-04-07 00:43:46.967 8 INFO neutron.quota.resource_registry [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-07 00:43:46.967 8 WARNING neutron.quota.resource_registry [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] floatingip is already registered WSGI app 0 (mountpoint='') ready in 7 seconds on interpreter 0x7f8fe743e668 pid: 7 (default app) 2026-04-07 00:43:46.971 8 INFO neutron.quota.resource_registry [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-07 00:43:46.971 8 WARNING neutron.quota.resource_registry [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] rbac_policy is already registered 2026-04-07 00:43:46.972 8 INFO neutron.quota.resource_registry [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-07 00:43:46.972 8 WARNING neutron.quota.resource_registry [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] security_group is already registered 2026-04-07 00:43:46.972 8 INFO neutron.quota.resource_registry [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-07 00:43:46.972 8 WARNING neutron.quota.resource_registry [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] security_group_rule is already registered 2026-04-07 00:43:46.973 8 INFO neutron.quota.resource_registry [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-07 00:43:46.973 8 WARNING neutron.quota.resource_registry [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] subnetpool is already registered 2026-04-07 00:43:46.974 8 INFO neutron.quota.resource_registry [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-07 00:43:46.974 8 WARNING neutron.quota.resource_registry [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] subnetpool is already registered 2026-04-07 00:43:46.974 8 INFO neutron.quota.resource_registry [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-07 00:43:46.975 8 WARNING neutron.quota.resource_registry [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] trunk is already registered 2026-04-07 00:43:46.975 8 INFO neutron.quota.resource_registry [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-07 00:43:46.975 8 WARNING neutron.quota.resource_registry [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] ikepolicy is already registered 2026-04-07 00:43:46.975 8 INFO neutron.quota.resource_registry [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-07 00:43:46.975 8 WARNING neutron.quota.resource_registry [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] ipsecpolicy is already registered 2026-04-07 00:43:46.976 8 INFO neutron.quota.resource_registry [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-07 00:43:46.976 8 WARNING neutron.quota.resource_registry [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] endpoint_group is already registered 2026-04-07 00:43:46.976 8 INFO neutron.quota.resource_registry [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-07 00:43:46.976 8 WARNING neutron.quota.resource_registry [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] vpnservice is already registered 2026-04-07 00:43:46.977 8 INFO neutron.quota.resource_registry [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-07 00:43:46.977 8 WARNING neutron.quota.resource_registry [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] ipsec_site_connection is already registered 2026-04-07 00:43:46.977 8 INFO neutron.quota.resource_registry [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-07 00:43:46.977 8 WARNING neutron.quota.resource_registry [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] ipsecpolicy is already registered 2026-04-07 00:43:46.978 8 INFO neutron.quota.resource_registry [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-07 00:43:46.978 8 WARNING neutron.quota.resource_registry [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] ikepolicy is already registered 2026-04-07 00:43:47.016 8 WARNING keystonemiddleware._common.config [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-07 00:43:47.022 8 WARNING oslo_config.cfg [None req-9fbeb3e4-fb80-4dcb-9f6e-5e1544e0cd8f - - - - - -] 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 0x7f8fe743e668 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-07 00:43:52.397 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5c6633d7-6a56-4d3a-aa4a-1100dd28967f e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/3] 199.204.45.49 () {44 vars in 923 bytes} [Tue Apr 7 00:43:51 2026] GET /v2.0/networks/public => generated 108 bytes in 765 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: 8|app: 0|req: 1/4] 199.204.45.49 () {44 vars in 945 bytes} [Tue Apr 7 00:43:52 2026] GET /v2.0/networks?name=public => generated 15 bytes in 358 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 00:43:53.159 7 WARNING neutron.services.revisions.revision_plugin [None req-effc4e74-61d8-458d-b7cd-8b93c13d28b2 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Could not find related network for resource to bump revision. 2026-04-07 00:43:53.179 7 INFO neutron.db.segments_db [None req-effc4e74-61d8-458d-b7cd-8b93c13d28b2 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Added segment 913f968b-931f-40a9-a5ca-a4c65376d21e of type flat for network f1d811c8-0726-4812-a65b-fcdbd3cb560b 2026-04-07 00:43:53.223 7 INFO neutron.pecan_wsgi.hooks.translation [None req-effc4e74-61d8-458d-b7cd-8b93c13d28b2 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/5] 199.204.45.49 () {48 vars in 963 bytes} [Tue Apr 7 00:43:52 2026] POST /v2.0/networks => generated 124 bytes in 472 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 00:43:59.054 7 INFO neutron.pecan_wsgi.hooks.translation [None req-16945136-7fc2-4e13-a777-6c34f6810cc2 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/7] 199.204.45.49 () {44 vars in 923 bytes} [Tue Apr 7 00:43:59 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/8] 199.204.45.49 () {44 vars in 945 bytes} [Tue Apr 7 00:43:59 2026] GET /v2.0/networks?name=public => generated 15 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 00:43:59.140 7 WARNING neutron.services.revisions.revision_plugin [None req-a3913e1b-5fa1-4452-a86e-a373899322d0 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Could not find related network for resource to bump revision. 2026-04-07 00:43:59.151 7 INFO neutron.db.segments_db [None req-a3913e1b-5fa1-4452-a86e-a373899322d0 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Added segment 5584e8c9-39fb-4eac-b352-2ca34ddc71a8 of type flat for network 26a4c3e9-1d41-4536-80c8-6b486f93406e 2026-04-07 00:43:59.176 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a3913e1b-5fa1-4452-a86e-a373899322d0 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/9] 199.204.45.49 () {48 vars in 963 bytes} [Tue Apr 7 00:43:59 2026] POST /v2.0/networks => generated 124 bytes in 113 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 00:44:05.316 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6c923355-8a37-4a2d-9204-9e7cd96460fd e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/10] 199.204.45.49 () {44 vars in 923 bytes} [Tue Apr 7 00:44:04 2026] GET /v2.0/networks/public => generated 108 bytes in 362 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 7/11] 199.204.45.49 () {44 vars in 945 bytes} [Tue Apr 7 00:44:05 2026] GET /v2.0/networks?name=public => generated 15 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 00:44:05.576 8 WARNING neutron.services.revisions.revision_plugin [None req-851367b0-bbb2-461c-b5ef-d70b193f4ae6 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Could not find related network for resource to bump revision. 2026-04-07 00:44:05.595 8 INFO neutron.db.segments_db [None req-851367b0-bbb2-461c-b5ef-d70b193f4ae6 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Added segment 28c16238-fa8f-4e4b-9197-b7d8d7983c84 of type flat for network 155ff112-98a5-4168-82d3-1454b7f18d35 2026-04-07 00:44:05.654 8 INFO neutron.pecan_wsgi.hooks.translation [None req-851367b0-bbb2-461c-b5ef-d70b193f4ae6 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/12] 199.204.45.49 () {48 vars in 963 bytes} [Tue Apr 7 00:44:05 2026] POST /v2.0/networks => generated 124 bytes in 311 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 00:44:11.517 8 INFO neutron.pecan_wsgi.hooks.translation [None req-db1ae1c2-b897-495d-b3ba-1a1615607d8b e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/14] 199.204.45.49 () {44 vars in 923 bytes} [Tue Apr 7 00:44:11 2026] GET /v2.0/networks/public => generated 108 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 9/15] 199.204.45.49 () {44 vars in 945 bytes} [Tue Apr 7 00:44:11 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-07 00:44:11.588 8 WARNING neutron.services.revisions.revision_plugin [None req-c80754d5-0678-4e32-8508-b40ac8e0c2db e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Could not find related network for resource to bump revision. 2026-04-07 00:44:11.620 8 INFO neutron.db.segments_db [None req-c80754d5-0678-4e32-8508-b40ac8e0c2db e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Added segment 5c345408-21c2-4278-a32e-758092b81425 of type flat for network 7bd8a4e7-182e-4415-853c-b336a82d6666 2026-04-07 00:44:11.672 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c80754d5-0678-4e32-8508-b40ac8e0c2db e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/16] 199.204.45.49 () {48 vars in 963 bytes} [Tue Apr 7 00:44:11 2026] POST /v2.0/networks => generated 124 bytes in 158 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 00:44:17.519 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5a541e1f-6941-4465-92ed-a140e306dd30 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/17] 199.204.45.49 () {44 vars in 923 bytes} [Tue Apr 7 00:44:17 2026] GET /v2.0/networks/public => generated 108 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/18] 199.204.45.49 () {44 vars in 945 bytes} [Tue Apr 7 00:44:17 2026] GET /v2.0/networks?name=public => generated 15 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 00:44:18.124 7 WARNING neutron.services.revisions.revision_plugin [None req-af98ec42-4019-446b-b512-02e2b71ab945 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Could not find related network for resource to bump revision. 2026-04-07 00:44:18.142 7 INFO neutron.db.segments_db [None req-af98ec42-4019-446b-b512-02e2b71ab945 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Added segment 9caec771-1d5f-42c7-a898-15ac3d0f6177 of type flat for network c3d6dd37-b7a6-49b1-a9e7-2daa27a8eef2 [pid: 7|app: 0|req: 11/19] 199.204.45.49 () {48 vars in 963 bytes} [Tue Apr 7 00:44:17 2026] POST /v2.0/networks => generated 706 bytes in 836 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 00:44:19.364 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a4775e5c-73d5-43d4-ac45-df72e3567306 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/20] 199.204.45.49 () {44 vars in 923 bytes} [Tue Apr 7 00:44:19 2026] GET /v2.0/networks/public => generated 108 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/21] 199.204.45.49 () {44 vars in 945 bytes} [Tue Apr 7 00:44:19 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-07 00:44:19.457 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9f13d468-5e6a-4c6f-ad24-9e860d6fb3c2 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/22] 199.204.45.49 () {44 vars in 1030 bytes} [Tue Apr 7 00:44:19 2026] GET /v2.0/subnets/public-subnet?network_id=c3d6dd37-b7a6-49b1-a9e7-2daa27a8eef2 => generated 113 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/23] 199.204.45.49 () {44 vars in 1053 bytes} [Tue Apr 7 00:44:19 2026] GET /v2.0/subnets?name=public-subnet&network_id=c3d6dd37-b7a6-49b1-a9e7-2daa27a8eef2 => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/24] 199.204.45.49 () {48 vars in 961 bytes} [Tue Apr 7 00:44:19 2026] POST /v2.0/subnets => generated 664 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 00:49:05.139 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e26f1bbb-45e1-45de-9063-e8fadcd6f460 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 30/62] 199.204.45.49 () {44 vars in 933 bytes} [Tue Apr 7 00:49:05 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 117 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 33/63] 199.204.45.49 () {44 vars in 955 bytes} [Tue Apr 7 00:49:05 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 00:49:05.217 8 INFO neutron.db.segments_db [None req-39a52620-bceb-45f9-a55f-52bbdd4d3af0 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Added segment 3f1e7b88-a0a7-4f6e-840e-3699df4991d7 of type vxlan for network 8cf64159-4292-421e-afd1-0bfeaa4c506b [pid: 8|app: 0|req: 31/64] 199.204.45.49 () {48 vars in 962 bytes} [Tue Apr 7 00:49:05 2026] POST /v2.0/networks => generated 707 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 00:49:06.216 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ce9dd547-9b07-40f8-b9fa-42a50cabfbbb e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 34/65] 199.204.45.49 () {44 vars in 933 bytes} [Tue Apr 7 00:49:06 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: 8|app: 0|req: 32/66] 199.204.45.49 () {44 vars in 955 bytes} [Tue Apr 7 00:49:06 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 00:49:06.278 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7ab2e92d-f5c0-48cd-ad05-d533e56d6a19 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 35/67] 199.204.45.49 () {44 vars in 1032 bytes} [Tue Apr 7 00:49:06 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=8cf64159-4292-421e-afd1-0bfeaa4c506b => generated 114 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 33/68] 199.204.45.49 () {44 vars in 1055 bytes} [Tue Apr 7 00:49:06 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=8cf64159-4292-421e-afd1-0bfeaa4c506b => 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: 36/69] 199.204.45.49 () {48 vars in 961 bytes} [Tue Apr 7 00:49:06 2026] POST /v2.0/subnets => generated 651 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 00:49:07.609 8 INFO neutron.api.v2.resource [None req-c71a05b5-36be-4f96-95a6-220295dbb16f e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 34/70] 199.204.45.49 () {44 vars in 967 bytes} [Tue Apr 7 00:49:07 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/71] 199.204.45.49 () {44 vars in 989 bytes} [Tue Apr 7 00:49:07 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => 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: 35/72] 199.204.45.49 () {48 vars in 976 bytes} [Tue Apr 7 00:49:07 2026] POST /v2.0/security-groups => generated 1616 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/73] 199.204.45.49 () {44 vars in 997 bytes} [Tue Apr 7 00:49:08 2026] GET /v2.0/security-groups/246a09a9-8e49-41a0-ba17-1e5c65514013 => generated 1616 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/74] 199.204.45.49 () {44 vars in 997 bytes} [Tue Apr 7 00:49:08 2026] GET /v2.0/security-groups/246a09a9-8e49-41a0-ba17-1e5c65514013 => 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: 39/75] 199.204.45.49 () {44 vars in 997 bytes} [Tue Apr 7 00:49:09 2026] GET /v2.0/security-groups/246a09a9-8e49-41a0-ba17-1e5c65514013 => generated 1616 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/76] 199.204.45.49 () {48 vars in 987 bytes} [Tue Apr 7 00:49:09 2026] POST /v2.0/security-group-rules => generated 601 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/77] 199.204.45.49 () {44 vars in 997 bytes} [Tue Apr 7 00:49:09 2026] GET /v2.0/security-groups/246a09a9-8e49-41a0-ba17-1e5c65514013 => generated 2230 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/78] 199.204.45.49 () {44 vars in 997 bytes} [Tue Apr 7 00:49:09 2026] GET /v2.0/security-groups/246a09a9-8e49-41a0-ba17-1e5c65514013 => generated 2230 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/79] 199.204.45.49 () {44 vars in 997 bytes} [Tue Apr 7 00:49:09 2026] GET /v2.0/security-groups/246a09a9-8e49-41a0-ba17-1e5c65514013 => generated 2230 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/80] 199.204.45.49 () {48 vars in 987 bytes} [Tue Apr 7 00:49:10 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: 43/83] 199.204.45.49 () {44 vars in 997 bytes} [Tue Apr 7 00:49:10 2026] GET /v2.0/security-groups/246a09a9-8e49-41a0-ba17-1e5c65514013 => generated 2846 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/84] 199.204.45.49 () {44 vars in 997 bytes} [Tue Apr 7 00:49:10 2026] GET /v2.0/security-groups/246a09a9-8e49-41a0-ba17-1e5c65514013 => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/85] 199.204.45.49 () {44 vars in 997 bytes} [Tue Apr 7 00:49:10 2026] GET /v2.0/security-groups/246a09a9-8e49-41a0-ba17-1e5c65514013 => generated 2846 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/86] 199.204.45.49 () {48 vars in 987 bytes} [Tue Apr 7 00:49:11 2026] POST /v2.0/security-group-rules => generated 603 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/87] 199.204.45.49 () {44 vars in 997 bytes} [Tue Apr 7 00:49:12 2026] GET /v2.0/security-groups/246a09a9-8e49-41a0-ba17-1e5c65514013 => 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: 43/88] 199.204.45.49 () {44 vars in 997 bytes} [Tue Apr 7 00:49:12 2026] GET /v2.0/security-groups/246a09a9-8e49-41a0-ba17-1e5c65514013 => generated 3462 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/89] 199.204.45.49 () {44 vars in 997 bytes} [Tue Apr 7 00:49:12 2026] GET /v2.0/security-groups/246a09a9-8e49-41a0-ba17-1e5c65514013 => generated 3462 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/90] 199.204.45.49 () {48 vars in 987 bytes} [Tue Apr 7 00:49:12 2026] POST /v2.0/security-group-rules => generated 603 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/91] 199.204.45.49 () {44 vars in 997 bytes} [Tue Apr 7 00:49:13 2026] GET /v2.0/security-groups/246a09a9-8e49-41a0-ba17-1e5c65514013 => generated 4078 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/92] 199.204.45.49 () {44 vars in 997 bytes} [Tue Apr 7 00:49:13 2026] GET /v2.0/security-groups/246a09a9-8e49-41a0-ba17-1e5c65514013 => generated 4078 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/93] 199.204.45.49 () {44 vars in 997 bytes} [Tue Apr 7 00:49:13 2026] GET /v2.0/security-groups/246a09a9-8e49-41a0-ba17-1e5c65514013 => generated 4078 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/94] 199.204.45.49 () {48 vars in 987 bytes} [Tue Apr 7 00:49:13 2026] POST /v2.0/security-group-rules => generated 603 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/95] 199.204.45.49 () {44 vars in 983 bytes} [Tue Apr 7 00:49:14 2026] GET /v2.0/networks/8cf64159-4292-421e-afd1-0bfeaa4c506b => generated 732 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 00:49:14.570 8 INFO neutron.pecan_wsgi.hooks.translation [None req-72a4288a-f5e4-4768-b085-0ba6cd0318dd e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 47/96] 199.204.45.49 () {44 vars in 1072 bytes} [Tue Apr 7 00:49:14 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=8cf64159-4292-421e-afd1-0bfeaa4c506b => 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: 50/97] 199.204.45.49 () {44 vars in 1095 bytes} [Tue Apr 7 00:49:14 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=8cf64159-4292-421e-afd1-0bfeaa4c506b => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/98] 199.204.45.49 () {44 vars in 997 bytes} [Tue Apr 7 00:49:14 2026] GET /v2.0/security-groups/246a09a9-8e49-41a0-ba17-1e5c65514013 => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/99] 199.204.45.49 () {48 vars in 957 bytes} [Tue Apr 7 00:49:14 2026] POST /v2.0/ports => generated 1100 bytes in 561 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-07 00:49:22.765 8 INFO neutron.pecan_wsgi.hooks.translation [None req-40f1ce29-4655-4be6-a2a0-d464dbb3a2c3 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 49/100] 199.204.45.49 () {44 vars in 975 bytes} [Tue Apr 7 00:49:22 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 64 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: 52/101] 199.204.45.49 () {44 vars in 997 bytes} [Tue Apr 7 00:49:22 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/102] 199.204.45.49 () {48 vars in 1027 bytes} [Tue Apr 7 00:49:22 2026] PUT /v2.0/ports/122b4a88-459e-4613-acc9-a974cd0dc4c1 => generated 1249 bytes in 657 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/103] 199.204.45.49 () {44 vars in 916 bytes} [Tue Apr 7 00:49:25 2026] GET /v2.0/ports => generated 3730 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 00:49:26.133 7 INFO neutron.api.v2.resource [None req-da1483fb-e84a-45aa-b776-7fee3dcaa229 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 55/106] 199.204.45.49 () {44 vars in 955 bytes} [Tue Apr 7 00:49:26 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 43 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: 8|app: 0|req: 52/107] 199.204.45.49 () {44 vars in 977 bytes} [Tue Apr 7 00:49:26 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/108] 199.204.45.49 () {48 vars in 976 bytes} [Tue Apr 7 00:49:26 2026] POST /v2.0/security-groups => generated 1610 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/109] 199.204.45.49 () {44 vars in 997 bytes} [Tue Apr 7 00:49:27 2026] GET /v2.0/security-groups/59549253-5858-4467-8ae0-49fb216613ea => generated 1610 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/110] 199.204.45.49 () {44 vars in 997 bytes} [Tue Apr 7 00:49:27 2026] GET /v2.0/security-groups/59549253-5858-4467-8ae0-49fb216613ea => generated 1610 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/111] 199.204.45.49 () {44 vars in 997 bytes} [Tue Apr 7 00:49:27 2026] GET /v2.0/security-groups/59549253-5858-4467-8ae0-49fb216613ea => generated 1610 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/112] 199.204.45.49 () {48 vars in 987 bytes} [Tue Apr 7 00:49:27 2026] POST /v2.0/security-group-rules => generated 623 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/113] 199.204.45.49 () {44 vars in 997 bytes} [Tue Apr 7 00:49:28 2026] GET /v2.0/security-groups/59549253-5858-4467-8ae0-49fb216613ea => generated 2246 bytes in 70 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.49 () {44 vars in 997 bytes} [Tue Apr 7 00:49:28 2026] GET /v2.0/security-groups/59549253-5858-4467-8ae0-49fb216613ea => generated 2246 bytes in 21 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.49 () {44 vars in 997 bytes} [Tue Apr 7 00:49:28 2026] GET /v2.0/security-groups/59549253-5858-4467-8ae0-49fb216613ea => generated 2246 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/116] 199.204.45.49 () {48 vars in 987 bytes} [Tue Apr 7 00:49:28 2026] POST /v2.0/security-group-rules => generated 627 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 65/125] 199.204.45.49 () {44 vars in 971 bytes} [Tue Apr 7 00:50:36 2026] GET /v2.0/quotas/ee679f684f614773815a99a5a1fad90b => 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: 61/126] 199.204.45.49 () {48 vars in 1023 bytes} [Tue Apr 7 00:50:37 2026] PUT /v2.0/quotas/ee679f684f614773815a99a5a1fad90b => generated 291 bytes in 31 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-07 00:52:57.025 7 INFO neutron.pecan_wsgi.hooks.translation [None req-80d78a6d-3344-4e1c-8cce-cad48d90b1f1 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 76/147] 199.204.45.49 () {30 vars in 739 bytes} [Tue Apr 7 00:52:56 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 201 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: 72/148] 199.204.45.49 () {30 vars in 761 bytes} [Tue Apr 7 00:52:57 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 00:52:58.862 7 INFO neutron.pecan_wsgi.hooks.translation [None req-60bd5c2b-3edf-4a6f-b913-909c2dc5de52 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 77/149] 199.204.45.49 () {30 vars in 739 bytes} [Tue Apr 7 00:52:58 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 73/150] 199.204.45.49 () {30 vars in 761 bytes} [Tue Apr 7 00:52:58 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 00:59:12.662 7 INFO neutron.api.v2.resource [None req-b8d40020-2eca-4920-9fb9-fe0a0bdc8327 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 103/201] 199.204.45.49 () {44 vars in 1070 bytes} [Tue Apr 7 00:59:12 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=ba722725730d4dd7840d6321fd30c934 => generated 139 bytes in 130 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 99/202] 199.204.45.49 () {44 vars in 1093 bytes} [Tue Apr 7 00:59:12 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=ba722725730d4dd7840d6321fd30c934 => generated 23 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/203] 199.204.45.49 () {48 vars in 977 bytes} [Tue Apr 7 00:59:12 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) [pid: 8|app: 0|req: 100/204] 199.204.45.49 () {44 vars in 1084 bytes} [Tue Apr 7 00:59:13 2026] GET /v2.0/security-groups/61f8aedc-3a16-47c8-a8ff-048e099d24c1?project_id=ba722725730d4dd7840d6321fd30c934 => generated 1624 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/205] 199.204.45.49 () {44 vars in 997 bytes} [Tue Apr 7 00:59:13 2026] GET /v2.0/security-groups/61f8aedc-3a16-47c8-a8ff-048e099d24c1 => generated 1624 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 101/206] 199.204.45.49 () {44 vars in 1084 bytes} [Tue Apr 7 00:59:14 2026] GET /v2.0/security-groups/61f8aedc-3a16-47c8-a8ff-048e099d24c1?project_id=ba722725730d4dd7840d6321fd30c934 => generated 1624 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/207] 199.204.45.49 () {48 vars in 987 bytes} [Tue Apr 7 00:59:14 2026] POST /v2.0/security-group-rules => generated 597 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 102/208] 199.204.45.49 () {44 vars in 1084 bytes} [Tue Apr 7 00:59:15 2026] GET /v2.0/security-groups/61f8aedc-3a16-47c8-a8ff-048e099d24c1?project_id=ba722725730d4dd7840d6321fd30c934 => generated 2234 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/209] 199.204.45.49 () {44 vars in 997 bytes} [Tue Apr 7 00:59:15 2026] GET /v2.0/security-groups/61f8aedc-3a16-47c8-a8ff-048e099d24c1 => generated 2234 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/210] 199.204.45.49 () {44 vars in 1084 bytes} [Tue Apr 7 00:59:15 2026] GET /v2.0/security-groups/61f8aedc-3a16-47c8-a8ff-048e099d24c1?project_id=ba722725730d4dd7840d6321fd30c934 => generated 2234 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/211] 199.204.45.49 () {48 vars in 987 bytes} [Tue Apr 7 00:59:15 2026] POST /v2.0/security-group-rules => generated 599 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/212] 199.204.45.49 () {44 vars in 1084 bytes} [Tue Apr 7 00:59:16 2026] GET /v2.0/security-groups/61f8aedc-3a16-47c8-a8ff-048e099d24c1?project_id=ba722725730d4dd7840d6321fd30c934 => generated 2846 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/213] 199.204.45.49 () {44 vars in 997 bytes} [Tue Apr 7 00:59:16 2026] GET /v2.0/security-groups/61f8aedc-3a16-47c8-a8ff-048e099d24c1 => generated 2846 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/214] 199.204.45.49 () {44 vars in 1084 bytes} [Tue Apr 7 00:59:16 2026] GET /v2.0/security-groups/61f8aedc-3a16-47c8-a8ff-048e099d24c1?project_id=ba722725730d4dd7840d6321fd30c934 => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/215] 199.204.45.49 () {48 vars in 987 bytes} [Tue Apr 7 00:59:16 2026] POST /v2.0/security-group-rules => generated 601 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/216] 199.204.45.49 () {44 vars in 1084 bytes} [Tue Apr 7 00:59:17 2026] GET /v2.0/security-groups/61f8aedc-3a16-47c8-a8ff-048e099d24c1?project_id=ba722725730d4dd7840d6321fd30c934 => generated 3460 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/217] 199.204.45.49 () {44 vars in 997 bytes} [Tue Apr 7 00:59:17 2026] GET /v2.0/security-groups/61f8aedc-3a16-47c8-a8ff-048e099d24c1 => generated 3460 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/218] 199.204.45.49 () {44 vars in 1084 bytes} [Tue Apr 7 00:59:17 2026] GET /v2.0/security-groups/61f8aedc-3a16-47c8-a8ff-048e099d24c1?project_id=ba722725730d4dd7840d6321fd30c934 => generated 3460 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/219] 199.204.45.49 () {48 vars in 987 bytes} [Tue Apr 7 00:59:17 2026] POST /v2.0/security-group-rules => generated 602 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 117/238] 199.204.45.49 () {30 vars in 738 bytes} [Tue Apr 7 01:01:29 2026] GET /v2.0/networks?tenant_id=ba722725730d4dd7840d6321fd30c934&shared=False => generated 15 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:01:29.380 7 INFO neutron.db.segments_db [None req-a591fcf9-b4ea-46b4-b976-9bc6d6ada69b f2c2f5366ff24db6b5218b92c157c4da ba722725730d4dd7840d6321fd30c934 - - b5995984a1e4455e8855a850edd06c95 b5995984a1e4455e8855a850edd06c95] Added segment 244c295e-daba-4fb9-86e4-effde38600b1 of type vxlan for network 43007477-4283-4f97-9f55-ccac53b98efc [pid: 7|app: 0|req: 122/239] 199.204.45.49 () {34 vars in 680 bytes} [Tue Apr 7 01:01:29 2026] POST /v2.0/networks => generated 718 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 118/240] 199.204.45.49 () {30 vars in 720 bytes} [Tue Apr 7 01:01:29 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/241] 199.204.45.49 () {30 vars in 631 bytes} [Tue Apr 7 01:01:29 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: 119/242] 199.204.45.49 () {34 vars in 675 bytes} [Tue Apr 7 01:01:29 2026] POST /v2.0/ports => generated 999 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/243] 199.204.45.49 () {30 vars in 701 bytes} [Tue Apr 7 01:01:29 2026] GET /v2.0/networks/43007477-4283-4f97-9f55-ccac53b98efc => generated 705 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 120/244] 199.204.45.49 () {30 vars in 720 bytes} [Tue Apr 7 01:01:32 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/245] 199.204.45.49 () {30 vars in 701 bytes} [Tue Apr 7 01:01:32 2026] GET /v2.0/networks/43007477-4283-4f97-9f55-ccac53b98efc => generated 705 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/248] 199.204.45.49 () {44 vars in 971 bytes} [Tue Apr 7 01:01:49 2026] GET /v2.0/quotas/ba722725730d4dd7840d6321fd30c934 => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/249] 199.204.45.49 () {48 vars in 1023 bytes} [Tue Apr 7 01:01:49 2026] PUT /v2.0/quotas/ba722725730d4dd7840d6321fd30c934 => generated 291 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:12:33.156 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b24bb784-5f06-49a8-a1a9-ed01b8d90c87 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 166/336] 199.204.45.49 () {44 vars in 923 bytes} [Tue Apr 7 01:12:33 2026] GET /v2.0/networks/public => generated 108 bytes in 132 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 171/337] 199.204.45.49 () {44 vars in 945 bytes} [Tue Apr 7 01:12:33 2026] GET /v2.0/networks?name=public => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:12:34.356 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f3c777a4-bade-4db7-a3e4-f8e68293aa3e e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 167/338] 199.204.45.49 () {44 vars in 923 bytes} [Tue Apr 7 01:12:34 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 172/339] 199.204.45.49 () {44 vars in 945 bytes} [Tue Apr 7 01:12:34 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-07 01:12:34.425 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5f8f8c56-97d9-4bc9-a721-c038bf44fb33 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 168/340] 199.204.45.49 () {44 vars in 1030 bytes} [Tue Apr 7 01:12:34 2026] GET /v2.0/subnets/public-subnet?network_id=c3d6dd37-b7a6-49b1-a9e7-2daa27a8eef2 => generated 113 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 173/341] 199.204.45.49 () {44 vars in 1053 bytes} [Tue Apr 7 01:12:34 2026] GET /v2.0/subnets?name=public-subnet&network_id=c3d6dd37-b7a6-49b1-a9e7-2daa27a8eef2 => generated 667 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:12:59.670 8 INFO neutron.pecan_wsgi.hooks.translation [None req-11573cb8-4dd2-4f37-9b78-c86ed1c29262 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 171/346] 199.204.45.49 () {44 vars in 933 bytes} [Tue Apr 7 01:12:59 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 176/347] 199.204.45.49 () {44 vars in 955 bytes} [Tue Apr 7 01:12:59 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:13:00.615 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0b3e2c76-a1cd-44b2-8805-a33e71f1ad47 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 172/348] 199.204.45.49 () {44 vars in 933 bytes} [Tue Apr 7 01:13:00 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/349] 199.204.45.49 () {44 vars in 955 bytes} [Tue Apr 7 01:13:00 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:13:00.692 8 INFO neutron.pecan_wsgi.hooks.translation [None req-34048141-a001-42a4-b2d2-30bbaf82d53c e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 173/350] 199.204.45.49 () {44 vars in 1032 bytes} [Tue Apr 7 01:13:00 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=8cf64159-4292-421e-afd1-0bfeaa4c506b => generated 114 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 178/351] 199.204.45.49 () {44 vars in 1055 bytes} [Tue Apr 7 01:13:00 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=8cf64159-4292-421e-afd1-0bfeaa4c506b => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:13:01.727 8 INFO neutron.api.v2.resource [None req-afb71cba-c4e2-4bed-a812-feb0881ec99c e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 174/352] 199.204.45.49 () {44 vars in 967 bytes} [Tue Apr 7 01:13:01 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: 179/353] 199.204.45.49 () {44 vars in 989 bytes} [Tue Apr 7 01:13:01 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 175/354] 199.204.45.49 () {44 vars in 997 bytes} [Tue Apr 7 01:13:02 2026] GET /v2.0/security-groups/246a09a9-8e49-41a0-ba17-1e5c65514013 => generated 4694 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/355] 199.204.45.49 () {44 vars in 997 bytes} [Tue Apr 7 01:13:02 2026] GET /v2.0/security-groups/246a09a9-8e49-41a0-ba17-1e5c65514013 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 176/356] 199.204.45.49 () {44 vars in 1007 bytes} [Tue Apr 7 01:13:02 2026] GET /v2.0/security-group-rules/7a70cddc-c753-4ed9-a98e-2638d217dad7 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/357] 199.204.45.49 () {44 vars in 997 bytes} [Tue Apr 7 01:13:03 2026] GET /v2.0/security-groups/246a09a9-8e49-41a0-ba17-1e5c65514013 => generated 4694 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 177/358] 199.204.45.49 () {44 vars in 997 bytes} [Tue Apr 7 01:13:03 2026] GET /v2.0/security-groups/246a09a9-8e49-41a0-ba17-1e5c65514013 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/359] 199.204.45.49 () {44 vars in 1007 bytes} [Tue Apr 7 01:13:03 2026] GET /v2.0/security-group-rules/2e6ba479-4218-401e-ab2e-bfa25b628a07 => generated 603 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/360] 199.204.45.49 () {44 vars in 997 bytes} [Tue Apr 7 01:13:04 2026] GET /v2.0/security-groups/246a09a9-8e49-41a0-ba17-1e5c65514013 => generated 4694 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/361] 199.204.45.49 () {44 vars in 997 bytes} [Tue Apr 7 01:13:04 2026] GET /v2.0/security-groups/246a09a9-8e49-41a0-ba17-1e5c65514013 => 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: 179/362] 199.204.45.49 () {44 vars in 1007 bytes} [Tue Apr 7 01:13:04 2026] GET /v2.0/security-group-rules/a22a9388-1bf3-4e5c-85ff-937605dea3c4 => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/363] 199.204.45.49 () {44 vars in 997 bytes} [Tue Apr 7 01:13:05 2026] GET /v2.0/security-groups/246a09a9-8e49-41a0-ba17-1e5c65514013 => generated 4694 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/364] 199.204.45.49 () {44 vars in 997 bytes} [Tue Apr 7 01:13:05 2026] GET /v2.0/security-groups/246a09a9-8e49-41a0-ba17-1e5c65514013 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/365] 199.204.45.49 () {44 vars in 1007 bytes} [Tue Apr 7 01:13:05 2026] GET /v2.0/security-group-rules/89bcf3cf-7c93-425e-aeaa-a14fd270b086 => generated 603 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/366] 199.204.45.49 () {44 vars in 997 bytes} [Tue Apr 7 01:13:06 2026] GET /v2.0/security-groups/246a09a9-8e49-41a0-ba17-1e5c65514013 => generated 4694 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/367] 199.204.45.49 () {44 vars in 997 bytes} [Tue Apr 7 01:13:06 2026] GET /v2.0/security-groups/246a09a9-8e49-41a0-ba17-1e5c65514013 => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/368] 199.204.45.49 () {44 vars in 1007 bytes} [Tue Apr 7 01:13:06 2026] GET /v2.0/security-group-rules/3447a721-92ba-4c22-b39b-0bbab63be7a9 => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/369] 199.204.45.49 () {44 vars in 983 bytes} [Tue Apr 7 01:13:07 2026] GET /v2.0/networks/8cf64159-4292-421e-afd1-0bfeaa4c506b => generated 732 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:13:07.762 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a31c1889-1397-4dfa-a75d-0870bf21d1f5 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 183/370] 199.204.45.49 () {44 vars in 1072 bytes} [Tue Apr 7 01:13:07 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=8cf64159-4292-421e-afd1-0bfeaa4c506b => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/371] 199.204.45.49 () {44 vars in 1095 bytes} [Tue Apr 7 01:13:07 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=8cf64159-4292-421e-afd1-0bfeaa4c506b => generated 1254 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/372] 199.204.45.49 () {44 vars in 997 bytes} [Tue Apr 7 01:13:07 2026] GET /v2.0/security-groups/246a09a9-8e49-41a0-ba17-1e5c65514013 => generated 4694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:13:15.694 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4502f0e1-1750-4800-8bee-e750d65aebc8 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 190/375] 199.204.45.49 () {44 vars in 975 bytes} [Tue Apr 7 01:13:15 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/376] 199.204.45.49 () {44 vars in 997 bytes} [Tue Apr 7 01:13:15 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/377] 199.204.45.49 () {44 vars in 916 bytes} [Tue Apr 7 01:13:17 2026] GET /v2.0/ports => generated 4725 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:13:18.304 8 INFO neutron.api.v2.resource [None req-2d000db7-b93f-46a0-97af-da5eecde9b63 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 187/378] 199.204.45.49 () {44 vars in 955 bytes} [Tue Apr 7 01:13:18 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/379] 199.204.45.49 () {44 vars in 977 bytes} [Tue Apr 7 01:13:18 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/380] 199.204.45.49 () {44 vars in 997 bytes} [Tue Apr 7 01:13:19 2026] GET /v2.0/security-groups/59549253-5858-4467-8ae0-49fb216613ea => generated 2886 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/381] 199.204.45.49 () {44 vars in 997 bytes} [Tue Apr 7 01:13:19 2026] GET /v2.0/security-groups/59549253-5858-4467-8ae0-49fb216613ea => generated 2886 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/382] 199.204.45.49 () {44 vars in 1007 bytes} [Tue Apr 7 01:13:19 2026] GET /v2.0/security-group-rules/a47150c2-066c-43de-b710-ccf3ad2ec069 => generated 623 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/383] 199.204.45.49 () {44 vars in 997 bytes} [Tue Apr 7 01:13:20 2026] GET /v2.0/security-groups/59549253-5858-4467-8ae0-49fb216613ea => generated 2886 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/384] 199.204.45.49 () {44 vars in 997 bytes} [Tue Apr 7 01:13:20 2026] GET /v2.0/security-groups/59549253-5858-4467-8ae0-49fb216613ea => generated 2886 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/385] 199.204.45.49 () {44 vars in 1007 bytes} [Tue Apr 7 01:13:20 2026] GET /v2.0/security-group-rules/64cf46c3-b653-4418-8548-85d543c3279c => generated 627 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/388] 199.204.45.49 () {44 vars in 971 bytes} [Tue Apr 7 01:13:30 2026] GET /v2.0/quotas/ee679f684f614773815a99a5a1fad90b => generated 291 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:14:22.074 7 INFO neutron.api.v2.resource [None req-3d5a1935-c8cb-4a5f-a8c0-9d32a8605368 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 200/395] 199.204.45.49 () {44 vars in 1070 bytes} [Tue Apr 7 01:14:22 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=ba722725730d4dd7840d6321fd30c934 => generated 139 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/396] 199.204.45.49 () {44 vars in 1093 bytes} [Tue Apr 7 01:14:22 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=ba722725730d4dd7840d6321fd30c934 => generated 4072 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/397] 199.204.45.49 () {44 vars in 1084 bytes} [Tue Apr 7 01:14:23 2026] GET /v2.0/security-groups/61f8aedc-3a16-47c8-a8ff-048e099d24c1?project_id=ba722725730d4dd7840d6321fd30c934 => generated 4075 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/398] 199.204.45.49 () {44 vars in 997 bytes} [Tue Apr 7 01:14:23 2026] GET /v2.0/security-groups/61f8aedc-3a16-47c8-a8ff-048e099d24c1 => generated 4075 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/399] 199.204.45.49 () {44 vars in 1007 bytes} [Tue Apr 7 01:14:23 2026] GET /v2.0/security-group-rules/6456b48b-ce75-4e76-b562-6fd9459edea8 => generated 597 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/400] 199.204.45.49 () {44 vars in 1084 bytes} [Tue Apr 7 01:14:24 2026] GET /v2.0/security-groups/61f8aedc-3a16-47c8-a8ff-048e099d24c1?project_id=ba722725730d4dd7840d6321fd30c934 => generated 4075 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/401] 199.204.45.49 () {44 vars in 997 bytes} [Tue Apr 7 01:14:24 2026] GET /v2.0/security-groups/61f8aedc-3a16-47c8-a8ff-048e099d24c1 => generated 4075 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/402] 199.204.45.49 () {44 vars in 1007 bytes} [Tue Apr 7 01:14:24 2026] GET /v2.0/security-group-rules/d1c54d74-7885-4069-a846-c979b5a5824d => generated 599 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/403] 199.204.45.49 () {44 vars in 1084 bytes} [Tue Apr 7 01:14:24 2026] GET /v2.0/security-groups/61f8aedc-3a16-47c8-a8ff-048e099d24c1?project_id=ba722725730d4dd7840d6321fd30c934 => generated 4075 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/404] 199.204.45.49 () {44 vars in 997 bytes} [Tue Apr 7 01:14:25 2026] GET /v2.0/security-groups/61f8aedc-3a16-47c8-a8ff-048e099d24c1 => 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: 205/405] 199.204.45.49 () {44 vars in 1007 bytes} [Tue Apr 7 01:14:25 2026] GET /v2.0/security-group-rules/ac564962-d940-45c4-ba41-dc4cb05486d4 => generated 601 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/408] 199.204.45.49 () {44 vars in 1084 bytes} [Tue Apr 7 01:14:26 2026] GET /v2.0/security-groups/61f8aedc-3a16-47c8-a8ff-048e099d24c1?project_id=ba722725730d4dd7840d6321fd30c934 => generated 4075 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/409] 199.204.45.49 () {44 vars in 997 bytes} [Tue Apr 7 01:14:26 2026] GET /v2.0/security-groups/61f8aedc-3a16-47c8-a8ff-048e099d24c1 => generated 4075 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/410] 199.204.45.49 () {44 vars in 1007 bytes} [Tue Apr 7 01:14:26 2026] GET /v2.0/security-group-rules/785bfbac-7f1a-4f17-8dee-23c15fe690d3 => generated 602 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/411] 199.204.45.49 () {44 vars in 971 bytes} [Tue Apr 7 01:14:33 2026] GET /v2.0/quotas/ba722725730d4dd7840d6321fd30c934 => 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: 212/418] 199.204.45.49 () {44 vars in 945 bytes} [Tue Apr 7 01:15:24 2026] GET /v2.0/networks?name=public => generated 753 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/425] 10.0.0.248 () {32 vars in 648 bytes} [Tue Apr 7 01:16:02 2026] GET /v2.0/networks => generated 2168 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/426] 10.0.0.248 () {32 vars in 654 bytes} [Tue Apr 7 01:16:03 2026] GET /v2.0/floatingips => 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: 211/427] 10.0.0.248 () {32 vars in 646 bytes} [Tue Apr 7 01:16:03 2026] GET /v2.0/routers => generated 15 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/428] 10.0.0.248 () {32 vars in 642 bytes} [Tue Apr 7 01:16:03 2026] GET /v2.0/ports => generated 4725 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/429] 10.0.0.248 () {32 vars in 646 bytes} [Tue Apr 7 01:16:03 2026] GET /v2.0/subnets => generated 1308 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/430] 10.0.0.248 () {32 vars in 648 bytes} [Tue Apr 7 01:16:03 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: 8|app: 0|req: 213/431] 10.0.0.248 () {32 vars in 662 bytes} [Tue Apr 7 01:16:03 2026] GET /v2.0/security-groups => generated 17401 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/432] 10.0.0.248 () {32 vars in 654 bytes} [Tue Apr 7 01:16:03 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:16:14.080 8 INFO neutron.db.segments_db [None req-8e8bddb6-65fc-4103-a42e-9ad919cd47dc e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Added segment bb8aa8da-12e7-4d69-b0b3-3205cf91b4ca of type vxlan for network 3aaeea65-90d2-4d29-b814-3414ac30e7f1 2026-04-07 01:16:14.080 7 INFO neutron.db.segments_db [None req-78783672-55d4-47d0-b31e-685062df99d0 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Added segment 6cb6687c-27f3-447a-ad66-68c56692b04a of type vxlan for network a0072fa6-9e31-48e4-99e4-a57d5ff980c1 [pid: 7|app: 0|req: 221/435] 10.0.0.248 () {34 vars in 670 bytes} [Tue Apr 7 01:16:13 2026] POST /v2.0/networks => generated 745 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/436] 10.0.0.248 () {34 vars in 670 bytes} [Tue Apr 7 01:16:13 2026] POST /v2.0/networks => generated 752 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/437] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:16:14 2026] POST /v2.0/subnets => generated 692 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:16:14.483 7 INFO neutron.db.segments_db [None req-d5cd214f-a4bd-4198-b77f-ce3922bc15ce e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Added segment febc0b61-b514-46f4-a7d7-d2962b92fc23 of type vxlan for network e51fba2c-8b65-443e-879e-76cf1d45f5d8 [pid: 7|app: 0|req: 222/438] 10.0.0.248 () {34 vars in 670 bytes} [Tue Apr 7 01:16:14 2026] POST /v2.0/networks => generated 743 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/439] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:16:14 2026] POST /v2.0/subnets => generated 699 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:16:14.598 7 INFO neutron.db.segments_db [None req-9337fba9-d249-43d3-a73a-0ee2451dd445 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Added segment ecd29206-82f6-41fc-8bb4-4e7e0e2feb67 of type vxlan for network 04cf7b07-6b69-4935-a99c-a9b94e3bde1a [pid: 8|app: 0|req: 218/440] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:16:14 2026] POST /v2.0/subnets => generated 690 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:16:14.771 8 INFO neutron.db.segments_db [None req-6df6a910-233c-4a11-b495-e4734ddafe87 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Added segment bb01029c-c93c-40d3-bddc-17090df4bf43 of type vxlan for network 9436f0e2-4d50-4275-918c-9aea1c04c65a 2026-04-07 01:16:14.783 7 INFO neutron.db.l3_hamode_db [None req-9337fba9-d249-43d3-a73a-0ee2451dd445 e57fca6a4ec34d528d7244c9900fdb1b 38fbe903617d4d5fabe1c8b2b6924bdd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-07 01:16:15.023 8 INFO neutron.db.l3_hamode_db [None req-6df6a910-233c-4a11-b495-e4734ddafe87 e57fca6a4ec34d528d7244c9900fdb1b a0c91529d9454f1086561c9f5df9538f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-07 01:16:15.697 7 INFO neutron.db.l3_hamode_db [None req-9337fba9-d249-43d3-a73a-0ee2451dd445 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-07 01:16:16.161 8 INFO neutron.db.l3_hamode_db [None req-6df6a910-233c-4a11-b495-e4734ddafe87 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 223/441] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:16:14 2026] POST /v2.0/routers => generated 732 bytes in 2356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/442] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:16:16 2026] GET /v2.0/security-groups?tenant_id=4a4550f3f60d44c8af9c72b428105251&name=default => generated 2921 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:16:17.217 7 INFO neutron.db.segments_db [None req-fb6801ce-b260-4b71-b927-44f950fee649 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Added segment f622685d-5c2b-4afc-b733-ab6785c3ae0a of type vxlan for network 767b5b75-044d-47fc-b859-f69038c91b7e [pid: 8|app: 0|req: 219/443] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:16:14 2026] POST /v2.0/routers => generated 739 bytes in 2553 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:16:17.451 7 INFO neutron.db.l3_hamode_db [None req-fb6801ce-b260-4b71-b927-44f950fee649 e57fca6a4ec34d528d7244c9900fdb1b 162a507a138b4cf48d660d1c66ecb006 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-07 01:16:18.152 7 INFO neutron.db.l3_hamode_db [None req-fb6801ce-b260-4b71-b927-44f950fee649 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 220/444] 10.0.0.248 () {34 vars in 782 bytes} [Tue Apr 7 01:16:17 2026] PUT /v2.0/routers/8f7519a6-98c4-4150-a7a8-10b7df768b0b/add_router_interface => generated 309 bytes in 1144 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/445] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:16:18 2026] DELETE /v2.0/security-groups/6ad929ef-f8e6-4e11-b808-d93d42ad008b => 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: 225/446] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:16:17 2026] POST /v2.0/routers => generated 730 bytes in 1811 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/447] 10.0.0.248 () {34 vars in 782 bytes} [Tue Apr 7 01:16:18 2026] PUT /v2.0/routers/62efe765-4dfd-4561-a865-279a2519575f/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: 226/448] 10.0.0.248 () {34 vars in 782 bytes} [Tue Apr 7 01:16:18 2026] PUT /v2.0/routers/943c0571-9944-4962-ad31-468296f125ef/add_router_interface => generated 309 bytes in 941 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/449] 10.0.0.76 () {38 vars in 969 bytes} [Tue Apr 7 01:16:19 2026] POST /v2.0/security-groups => generated 1682 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/450] 10.0.0.248 () {34 vars in 684 bytes} [Tue Apr 7 01:16:20 2026] POST /v2.0/security-groups => generated 1660 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/451] 10.0.0.248 () {34 vars in 694 bytes} [Tue Apr 7 01:16:20 2026] POST /v2.0/security-group-rules => generated 597 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:16:20.510 8 INFO neutron.db.segments_db [None req-902949b4-3ef7-458d-b173-05949b1cf22f e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Added segment 63593db4-f85d-400d-875a-35427f6c937b of type vxlan for network aa15983e-3b18-48f7-9618-98532603791d [pid: 7|app: 0|req: 229/452] 10.0.0.76 () {38 vars in 969 bytes} [Tue Apr 7 01:16:20 2026] POST /v2.0/security-groups => generated 1682 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/453] 10.0.0.248 () {34 vars in 670 bytes} [Tue Apr 7 01:16:20 2026] POST /v2.0/networks => generated 748 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/454] 10.0.0.248 () {34 vars in 684 bytes} [Tue Apr 7 01:16:20 2026] POST /v2.0/security-groups => generated 1660 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/455] 10.0.0.248 () {34 vars in 694 bytes} [Tue Apr 7 01:16:20 2026] POST /v2.0/security-group-rules => generated 602 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/456] 10.0.0.76 () {38 vars in 969 bytes} [Tue Apr 7 01:16:20 2026] POST /v2.0/security-groups => generated 1682 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/457] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:16:20 2026] POST /v2.0/subnets => generated 695 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/458] 10.0.0.248 () {34 vars in 694 bytes} [Tue Apr 7 01:16:20 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/459] 10.0.0.76 () {34 vars in 1000 bytes} [Tue Apr 7 01:16:20 2026] GET /v2.0/security-groups?tenant_id=38fbe903617d4d5fabe1c8b2b6924bdd => generated 7907 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:16:21.029 7 INFO neutron.db.segments_db [None req-5e8c8c26-8c02-43db-ae6c-95e6e7002123 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Added segment c97b0665-0908-492d-9845-fef97852ebc3 of type vxlan for network 398d8f75-6fe1-4705-bf41-a42e462e43b1 2026-04-07 01:16:21.262 7 INFO neutron.db.l3_hamode_db [None req-5e8c8c26-8c02-43db-ae6c-95e6e7002123 e57fca6a4ec34d528d7244c9900fdb1b 0891bb7d1f5a4eeb8eac63232a92c7ba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 227/460] 10.0.0.248 () {34 vars in 675 bytes} [Tue Apr 7 01:16:20 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: 8|app: 0|req: 228/461] 10.0.0.248 () {34 vars in 694 bytes} [Tue Apr 7 01:16:21 2026] POST /v2.0/security-group-rules => generated 602 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/462] 10.0.0.76 () {34 vars in 989 bytes} [Tue Apr 7 01:16:21 2026] GET /v2.0/security-groups/4d548169-8113-43a8-82ca-865ea16843f4 => generated 2918 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/463] 10.0.0.248 () {34 vars in 675 bytes} [Tue Apr 7 01:16:21 2026] POST /v2.0/floatingips => generated 552 bytes in 422 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/464] 10.0.0.76 () {34 vars in 989 bytes} [Tue Apr 7 01:16:21 2026] GET /v2.0/security-groups/4d548169-8113-43a8-82ca-865ea16843f4 => generated 2918 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:16:22.032 7 INFO neutron.db.l3_hamode_db [None req-5e8c8c26-8c02-43db-ae6c-95e6e7002123 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 232/465] 10.0.0.76 () {34 vars in 1098 bytes} [Tue Apr 7 01:16:22 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2056285998&fields=id&tenant_id=a0c91529d9454f1086561c9f5df9538f => generated 69 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/466] 10.0.0.76 () {34 vars in 989 bytes} [Tue Apr 7 01:16:22 2026] GET /v2.0/security-groups/0faf25d0-7677-4ce8-920b-963bffb9c68d => generated 1682 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/467] 10.0.0.76 () {34 vars in 980 bytes} [Tue Apr 7 01:16:22 2026] GET /v2.0/networks?id=3aaeea65-90d2-4d29-b814-3414ac30e7f1 => generated 684 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/468] 10.0.0.76 () {36 vars in 1011 bytes} [Tue Apr 7 01:16:22 2026] DELETE /v2.0/security-groups/0faf25d0-7677-4ce8-920b-963bffb9c68d => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/469] 10.0.0.76 () {34 vars in 963 bytes} [Tue Apr 7 01:16:22 2026] GET /v2.0/quotas/a0c91529d9454f1086561c9f5df9538f => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/470] 10.0.0.76 () {34 vars in 1000 bytes} [Tue Apr 7 01:16:22 2026] GET /v2.0/ports?tenant_id=a0c91529d9454f1086561c9f5df9538f&fields=id => generated 57 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/471] 10.0.0.76 () {34 vars in 1096 bytes} [Tue Apr 7 01:16:22 2026] GET /v2.0/security-groups?name=tempest-securitygroup--508181331&fields=id&tenant_id=162a507a138b4cf48d660d1c66ecb006 => generated 69 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/472] 10.0.0.76 () {34 vars in 980 bytes} [Tue Apr 7 01:16:22 2026] GET /v2.0/networks?id=e51fba2c-8b65-443e-879e-76cf1d45f5d8 => generated 675 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/473] 10.0.0.76 () {34 vars in 963 bytes} [Tue Apr 7 01:16:22 2026] GET /v2.0/quotas/162a507a138b4cf48d660d1c66ecb006 => 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: 241/474] 10.0.0.76 () {34 vars in 1000 bytes} [Tue Apr 7 01:16:22 2026] GET /v2.0/ports?tenant_id=162a507a138b4cf48d660d1c66ecb006&fields=id => generated 57 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/475] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:16:20 2026] POST /v2.0/routers => generated 735 bytes in 1896 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/476] 10.0.0.76 () {34 vars in 905 bytes} [Tue Apr 7 01:16:22 2026] GET /v2.0/extensions => generated 21537 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/477] 10.0.0.76 () {34 vars in 1006 bytes} [Tue Apr 7 01:16:22 2026] GET /v2.0/networks/3aaeea65-90d2-4d29-b814-3414ac30e7f1?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: 244/478] 10.0.0.76 () {34 vars in 1106 bytes} [Tue Apr 7 01:16:22 2026] GET /v2.0/networks/3aaeea65-90d2-4d29-b814-3414ac30e7f1?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: 8|app: 0|req: 245/479] 10.0.0.76 () {34 vars in 905 bytes} [Tue Apr 7 01:16:23 2026] GET /v2.0/extensions => generated 21537 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/480] 10.0.0.76 () {34 vars in 1006 bytes} [Tue Apr 7 01:16:23 2026] GET /v2.0/networks/e51fba2c-8b65-443e-879e-76cf1d45f5d8?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: 247/481] 10.0.0.76 () {34 vars in 1106 bytes} [Tue Apr 7 01:16:23 2026] GET /v2.0/networks/e51fba2c-8b65-443e-879e-76cf1d45f5d8?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) 2026-04-07 01:16:23.176 8 INFO neutron.api.v2.resource [req-f285b0a8-da64-4c4e-ade0-c108e7dea5a0 req-95288117-83a0-429c-ba71-362b69f071c9 be90d075fcb94593be1fa7b475ba3321 38fbe903617d4d5fabe1c8b2b6924bdd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 248/482] 10.0.0.76 () {34 vars in 989 bytes} [Tue Apr 7 01:16:23 2026] GET /v2.0/security-groups/0faf25d0-7677-4ce8-920b-963bffb9c68d => generated 146 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/483] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:23 2026] GET /v2.0/ports?device_id=8bf2937f-d616-4a62-af74-b301b026336d => generated 12 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/484] 10.0.0.76 () {34 vars in 989 bytes} [Tue Apr 7 01:16:23 2026] GET /v2.0/security-groups/2d0372e2-8948-47ab-98da-1b001a64f71e => generated 1682 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/485] 10.0.0.76 () {36 vars in 1011 bytes} [Tue Apr 7 01:16:23 2026] DELETE /v2.0/security-groups/2d0372e2-8948-47ab-98da-1b001a64f71e => 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: 252/486] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:23 2026] GET /v2.0/ports?device_id=945f5bfb-3a71-46e5-b020-069217c5ab31 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:16:23.478 8 INFO neutron.api.v2.resource [req-00d1040c-4e81-417c-8ccf-379265a98f62 req-da4826b5-b2cc-4c80-98e6-a60d8fe47b49 be90d075fcb94593be1fa7b475ba3321 38fbe903617d4d5fabe1c8b2b6924bdd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 253/487] 10.0.0.76 () {34 vars in 989 bytes} [Tue Apr 7 01:16:23 2026] GET /v2.0/security-groups/2d0372e2-8948-47ab-98da-1b001a64f71e => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/488] 10.0.0.76 () {34 vars in 989 bytes} [Tue Apr 7 01:16:23 2026] GET /v2.0/security-groups/079288c2-63a2-4537-b64d-467b99700645 => generated 1682 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/489] 10.0.0.76 () {36 vars in 1011 bytes} [Tue Apr 7 01:16:23 2026] DELETE /v2.0/security-groups/079288c2-63a2-4537-b64d-467b99700645 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:16:23.659 8 INFO neutron.api.v2.resource [req-8b47e648-f64e-42a9-a177-539c5b575099 req-57459138-2da8-42d2-a799-36bc715b5bd6 be90d075fcb94593be1fa7b475ba3321 38fbe903617d4d5fabe1c8b2b6924bdd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 256/490] 10.0.0.76 () {34 vars in 989 bytes} [Tue Apr 7 01:16:23 2026] GET /v2.0/security-groups/079288c2-63a2-4537-b64d-467b99700645 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/491] 10.0.0.76 () {34 vars in 1000 bytes} [Tue Apr 7 01:16:23 2026] GET /v2.0/security-groups?tenant_id=38fbe903617d4d5fabe1c8b2b6924bdd => generated 2921 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/492] 10.0.0.76 () {34 vars in 989 bytes} [Tue Apr 7 01:16:23 2026] GET /v2.0/security-groups/4d548169-8113-43a8-82ca-865ea16843f4 => generated 2918 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/493] 10.0.0.76 () {34 vars in 989 bytes} [Tue Apr 7 01:16:23 2026] GET /v2.0/security-groups/4d548169-8113-43a8-82ca-865ea16843f4 => generated 2918 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:16:23.864 8 INFO neutron.api.v2.resource [req-182935ab-f27d-4eed-b7a2-2c26e27396b8 req-f688adc9-3d98-4074-b7c0-c2b735d45a94 be90d075fcb94593be1fa7b475ba3321 38fbe903617d4d5fabe1c8b2b6924bdd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 260/494] 10.0.0.76 () {34 vars in 989 bytes} [Tue Apr 7 01:16:23 2026] GET /v2.0/security-groups/079288c2-63a2-4537-b64d-467b99700645 => generated 146 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:16:23.903 8 INFO neutron.api.v2.resource [req-9a841dcf-dfd8-40f5-97b2-26c3b1ef38fd req-1d281df4-8a21-4b20-92ba-4f938aab3079 be90d075fcb94593be1fa7b475ba3321 38fbe903617d4d5fabe1c8b2b6924bdd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 261/495] 10.0.0.76 () {34 vars in 989 bytes} [Tue Apr 7 01:16:23 2026] GET /v2.0/security-groups/2d0372e2-8948-47ab-98da-1b001a64f71e => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:16:23.948 8 INFO neutron.api.v2.resource [req-625a1417-34c0-46e5-9257-daa1c78ae32c req-0a5ca0ce-97d0-42b1-bb8c-575d25fe404e be90d075fcb94593be1fa7b475ba3321 38fbe903617d4d5fabe1c8b2b6924bdd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 262/496] 10.0.0.76 () {34 vars in 989 bytes} [Tue Apr 7 01:16:23 2026] GET /v2.0/security-groups/0faf25d0-7677-4ce8-920b-963bffb9c68d => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/497] 10.0.0.248 () {34 vars in 782 bytes} [Tue Apr 7 01:16:22 2026] PUT /v2.0/routers/b3f686da-690b-423d-abac-9a932ce2625b/add_router_interface => generated 309 bytes in 1387 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/498] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:24 2026] GET /v2.0/ports?device_id=8bf2937f-d616-4a62-af74-b301b026336d => generated 12 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:16:24.481 8 INFO neutron_taas.services.taas.taas_plugin [None req-c0c58c77-405d-44f9-8288-3f1767ac1496 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] TaaS: Handle Delete Port: dd81e830-265b-45c0-a594-364c914defeb 2026-04-07 01:16:24.491 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c0c58c77-405d-44f9-8288-3f1767ac1496 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Tap Mirror: Handle Delete Port: dd81e830-265b-45c0-a594-364c914defeb [pid: 7|app: 0|req: 237/499] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:24 2026] GET /v2.0/ports?device_id=945f5bfb-3a71-46e5-b020-069217c5ab31 => 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: 238/500] 10.0.0.76 () {38 vars in 969 bytes} [Tue Apr 7 01:16:24 2026] POST /v2.0/security-groups => generated 1685 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/501] 10.0.0.76 () {34 vars in 989 bytes} [Tue Apr 7 01:16:24 2026] GET /v2.0/security-groups/a3f27e84-c7cc-4444-b875-209b5db0924d => generated 1685 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/502] 10.0.0.76 () {38 vars in 979 bytes} [Tue Apr 7 01:16:24 2026] POST /v2.0/security-group-rules => 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: 263/503] 10.0.0.248 () {34 vars in 788 bytes} [Tue Apr 7 01:16:23 2026] PUT /v2.0/routers/8f7519a6-98c4-4150-a7a8-10b7df768b0b/remove_router_interface => generated 309 bytes in 1142 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/504] 10.0.0.76 () {38 vars in 969 bytes} [Tue Apr 7 01:16:25 2026] POST /v2.0/security-groups => generated 1685 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/507] 10.0.0.76 () {34 vars in 989 bytes} [Tue Apr 7 01:16:25 2026] GET /v2.0/security-groups/67d1a40f-7b6c-4bd9-b7ee-4552b4e861f8 => generated 1685 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:16:25.328 8 INFO neutron_taas.services.taas.taas_plugin [None req-16307ce0-70d4-45f4-be5e-e7d24fbe24b9 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] TaaS: Handle Delete Port: 69c9f4c1-644c-41f4-93f2-61ad11c7c83e 2026-04-07 01:16:25.332 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-16307ce0-70d4-45f4-be5e-e7d24fbe24b9 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Tap Mirror: Handle Delete Port: 69c9f4c1-644c-41f4-93f2-61ad11c7c83e [pid: 7|app: 0|req: 245/508] 10.0.0.76 () {38 vars in 979 bytes} [Tue Apr 7 01:16:25 2026] POST /v2.0/security-group-rules => generated 614 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/509] 10.0.0.76 () {34 vars in 989 bytes} [Tue Apr 7 01:16:25 2026] GET /v2.0/security-groups/67d1a40f-7b6c-4bd9-b7ee-4552b4e861f8 => generated 2310 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/510] 10.0.0.76 () {38 vars in 979 bytes} [Tue Apr 7 01:16:25 2026] POST /v2.0/security-group-rules => generated 619 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:16:25.584 8 INFO neutron_taas.services.taas.taas_plugin [None req-16307ce0-70d4-45f4-be5e-e7d24fbe24b9 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] TaaS: Handle Delete Port: 35027c2d-184b-441f-ab07-c3f281a0ca9c [pid: 7|app: 0|req: 248/511] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:25 2026] GET /v2.0/ports?device_id=8bf2937f-d616-4a62-af74-b301b026336d => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:16:25.594 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-16307ce0-70d4-45f4-be5e-e7d24fbe24b9 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Tap Mirror: Handle Delete Port: 35027c2d-184b-441f-ab07-c3f281a0ca9c [pid: 7|app: 0|req: 249/512] 10.0.0.76 () {34 vars in 989 bytes} [Tue Apr 7 01:16:25 2026] GET /v2.0/security-groups/67d1a40f-7b6c-4bd9-b7ee-4552b4e861f8 => generated 2940 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/513] 10.0.0.76 () {34 vars in 999 bytes} [Tue Apr 7 01:16:25 2026] GET /v2.0/security-group-rules/078da317-2a74-44f5-b024-4d54bd819cdb => generated 616 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/514] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:25 2026] GET /v2.0/ports?device_id=945f5bfb-3a71-46e5-b020-069217c5ab31 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:16:25.678 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-16307ce0-70d4-45f4-be5e-e7d24fbe24b9 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - 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: 252/515] 10.0.0.76 () {34 vars in 989 bytes} [Tue Apr 7 01:16:25 2026] GET /v2.0/security-groups/67d1a40f-7b6c-4bd9-b7ee-4552b4e861f8 => generated 2940 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/516] 10.0.0.76 () {36 vars in 1021 bytes} [Tue Apr 7 01:16:25 2026] DELETE /v2.0/security-group-rules/078da317-2a74-44f5-b024-4d54bd819cdb => 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: 254/517] 10.0.0.76 () {34 vars in 989 bytes} [Tue Apr 7 01:16:25 2026] GET /v2.0/security-groups/67d1a40f-7b6c-4bd9-b7ee-4552b4e861f8 => generated 2310 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/518] 10.0.0.76 () {36 vars in 1011 bytes} [Tue Apr 7 01:16:25 2026] DELETE /v2.0/security-groups/67d1a40f-7b6c-4bd9-b7ee-4552b4e861f8 => 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: 256/519] 10.0.0.76 () {34 vars in 989 bytes} [Tue Apr 7 01:16:25 2026] GET /v2.0/security-groups/a3f27e84-c7cc-4444-b875-209b5db0924d => generated 2310 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/520] 10.0.0.76 () {36 vars in 1011 bytes} [Tue Apr 7 01:16:25 2026] DELETE /v2.0/security-groups/a3f27e84-c7cc-4444-b875-209b5db0924d => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:16:26.064 8 INFO neutron.db.l3_hamode_db [None req-16307ce0-70d4-45f4-be5e-e7d24fbe24b9 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] HA network 04cf7b07-6b69-4935-a99c-a9b94e3bde1a was deleted as no HA routers are present in tenant 38fbe903617d4d5fabe1c8b2b6924bdd. [pid: 8|app: 0|req: 264/521] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:16:25 2026] DELETE /v2.0/routers/8f7519a6-98c4-4150-a7a8-10b7df768b0b => generated 0 bytes in 968 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/522] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:16:26 2026] DELETE /v2.0/subnets/cc0c2318-a5fb-4417-af7e-ebc166aa684c => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:16:26.346 8 INFO neutron_taas.services.taas.taas_plugin [None req-83aefc3c-ded1-470b-9217-c53a523ee14e e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] TaaS: Handle Delete Port: 728505ae-847d-4fc1-aac0-97b44ca65595 2026-04-07 01:16:26.352 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-83aefc3c-ded1-470b-9217-c53a523ee14e e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Tap Mirror: Handle Delete Port: 728505ae-847d-4fc1-aac0-97b44ca65595 2026-04-07 01:16:26.379 8 INFO neutron.services.segments.plugin [-] Segment ecd29206-82f6-41fc-8bb4-4e7e0e2feb67 resource provider aggregate not found 2026-04-07 01:16:26.386 8 INFO neutron.services.segments.plugin [-] Segment ecd29206-82f6-41fc-8bb4-4e7e0e2feb67 resource provider aggregate not found 2026-04-07 01:16:26.412 8 INFO neutron.services.segments.plugin [-] Segment ecd29206-82f6-41fc-8bb4-4e7e0e2feb67 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ecd29206-82f6-41fc-8bb4-4e7e0e2feb67 found for delete ", "request_id": "req-0a27d2a7-0f08-454a-a146-b7d3d60be80c"}]} 2026-04-07 01:16:26.414 8 INFO neutron.services.segments.plugin [-] Segment ecd29206-82f6-41fc-8bb4-4e7e0e2feb67 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ecd29206-82f6-41fc-8bb4-4e7e0e2feb67 found for delete ", "request_id": "req-f895f648-94a5-4b3a-9a36-c418c694e34e"}]} 2026-04-07 01:16:26.449 7 INFO neutron_taas.services.taas.taas_plugin [None req-23671f5b-a76b-4ef2-a0cf-ca9f585f1056 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] TaaS: Handle Delete Port: bf80c665-c19e-4e3e-9310-3821026fa9ee 2026-04-07 01:16:26.456 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23671f5b-a76b-4ef2-a0cf-ca9f585f1056 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Tap Mirror: Handle Delete Port: bf80c665-c19e-4e3e-9310-3821026fa9ee [pid: 8|app: 0|req: 266/523] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:16:26 2026] DELETE /v2.0/networks/a0072fa6-9e31-48e4-99e4-a57d5ff980c1 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/524] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:26 2026] GET /v2.0/ports?device_id=8bf2937f-d616-4a62-af74-b301b026336d => 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: 268/525] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:16:26 2026] GET /v2.0/security-groups?tenant_id=38fbe903617d4d5fabe1c8b2b6924bdd&name=default => generated 2921 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/526] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:26 2026] GET /v2.0/ports?device_id=945f5bfb-3a71-46e5-b020-069217c5ab31 => 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: 270/527] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:16:26 2026] DELETE /v2.0/security-groups/4d548169-8113-43a8-82ca-865ea16843f4 => 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: 258/528] 10.0.0.248 () {34 vars in 788 bytes} [Tue Apr 7 01:16:26 2026] PUT /v2.0/routers/b3f686da-690b-423d-abac-9a932ce2625b/remove_router_interface => generated 309 bytes in 988 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:16:27.318 8 INFO neutron_taas.services.taas.taas_plugin [None req-a86f6a61-3ca6-4bf4-a794-1b98511f86bf e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] TaaS: Handle Delete Port: c9318979-8976-4b11-92de-21ebbfb0f488 2026-04-07 01:16:27.320 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a86f6a61-3ca6-4bf4-a794-1b98511f86bf e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Tap Mirror: Handle Delete Port: c9318979-8976-4b11-92de-21ebbfb0f488 2026-04-07 01:16:27.589 8 INFO neutron_taas.services.taas.taas_plugin [None req-a86f6a61-3ca6-4bf4-a794-1b98511f86bf e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] TaaS: Handle Delete Port: f14ccf19-ddaa-41eb-9c8b-bc471956379c 2026-04-07 01:16:27.601 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a86f6a61-3ca6-4bf4-a794-1b98511f86bf e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Tap Mirror: Handle Delete Port: f14ccf19-ddaa-41eb-9c8b-bc471956379c [pid: 7|app: 0|req: 259/529] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:27 2026] GET /v2.0/ports?device_id=8bf2937f-d616-4a62-af74-b301b026336d => 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: 260/530] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:27 2026] GET /v2.0/ports?device_id=945f5bfb-3a71-46e5-b020-069217c5ab31 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:16:27.988 8 INFO neutron.db.l3_hamode_db [None req-a86f6a61-3ca6-4bf4-a794-1b98511f86bf e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] HA network 398d8f75-6fe1-4705-bf41-a42e462e43b1 was deleted as no HA routers are present in tenant 0891bb7d1f5a4eeb8eac63232a92c7ba. [pid: 8|app: 0|req: 271/531] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:16:27 2026] DELETE /v2.0/routers/b3f686da-690b-423d-abac-9a932ce2625b => generated 0 bytes in 934 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/532] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:16:28 2026] DELETE /v2.0/subnets/c7eea601-9f75-4de5-a3d7-ddeb0ff4283b => generated 0 bytes in 95 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/533] 199.204.45.49 () {34 vars in 984 bytes} [Tue Apr 7 01:16:28 2026] GET /v2.0/networks?id=3aaeea65-90d2-4d29-b814-3414ac30e7f1 => generated 684 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/534] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:16:28 2026] DELETE /v2.0/networks/aa15983e-3b18-48f7-9618-98532603791d => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/535] 199.204.45.49 () {34 vars in 909 bytes} [Tue Apr 7 01:16:28 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: 263/536] 199.204.45.49 () {34 vars in 1048 bytes} [Tue Apr 7 01:16:28 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a0c91529d9454f1086561c9f5df9538f => generated 181 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:16:28.438 8 INFO neutron.services.segments.plugin [-] Segment 6cb6687c-27f3-447a-ad66-68c56692b04a resource provider aggregate not found 2026-04-07 01:16:28.443 8 INFO neutron.services.segments.plugin [-] Segment 6cb6687c-27f3-447a-ad66-68c56692b04a resource provider aggregate not found 2026-04-07 01:16:28.460 8 INFO neutron.services.segments.plugin [-] Segment 6cb6687c-27f3-447a-ad66-68c56692b04a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6cb6687c-27f3-447a-ad66-68c56692b04a found for delete ", "request_id": "req-49a5338d-2b53-4aa9-82de-551b7c897831"}]} 2026-04-07 01:16:28.461 8 INFO neutron.services.segments.plugin [-] Segment 6cb6687c-27f3-447a-ad66-68c56692b04a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6cb6687c-27f3-447a-ad66-68c56692b04a found for delete ", "request_id": "req-cbfeeaeb-1b74-4440-869d-31761bfbb665"}]} 2026-04-07 01:16:28.482 8 INFO neutron.services.segments.plugin [-] Segment c97b0665-0908-492d-9845-fef97852ebc3 resource provider aggregate not found 2026-04-07 01:16:28.489 8 INFO neutron.services.segments.plugin [-] Segment c97b0665-0908-492d-9845-fef97852ebc3 resource provider aggregate not found 2026-04-07 01:16:28.508 8 INFO neutron.services.segments.plugin [-] Segment c97b0665-0908-492d-9845-fef97852ebc3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c97b0665-0908-492d-9845-fef97852ebc3 found for delete ", "request_id": "req-3f2041c9-c108-47ab-9aaa-d07029e43c6d"}]} 2026-04-07 01:16:28.514 8 INFO neutron.services.segments.plugin [-] Segment c97b0665-0908-492d-9845-fef97852ebc3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c97b0665-0908-492d-9845-fef97852ebc3 found for delete ", "request_id": "req-d7b3ed01-7848-4abb-97be-80b07a897ee4"}]} [pid: 7|app: 0|req: 264/537] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:16:28 2026] GET /v2.0/security-groups?tenant_id=0891bb7d1f5a4eeb8eac63232a92c7ba&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/538] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:16:28 2026] DELETE /v2.0/security-groups/7f50e203-9637-4918-afee-6937ffbdaef3 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:16:28.817 7 INFO neutron.services.segments.plugin [-] Segment 63593db4-f85d-400d-875a-35427f6c937b resource provider aggregate not found 2026-04-07 01:16:28.825 7 INFO neutron.services.segments.plugin [-] Segment 63593db4-f85d-400d-875a-35427f6c937b resource provider aggregate not found 2026-04-07 01:16:28.833 7 INFO neutron.services.segments.plugin [-] Segment 63593db4-f85d-400d-875a-35427f6c937b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63593db4-f85d-400d-875a-35427f6c937b found for delete ", "request_id": "req-522d1310-15e9-485e-b432-c19dd41b2355"}]} 2026-04-07 01:16:28.840 7 INFO neutron.services.segments.plugin [-] Segment 63593db4-f85d-400d-875a-35427f6c937b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63593db4-f85d-400d-875a-35427f6c937b found for delete ", "request_id": "req-b87dd0d3-95e2-4cef-a81c-b1e14861e3b1"}]} [pid: 8|app: 0|req: 274/539] 199.204.45.49 () {38 vars in 953 bytes} [Tue Apr 7 01:16:28 2026] POST /v2.0/ports => generated 954 bytes in 473 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: 275/540] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:28 2026] GET /v2.0/ports?device_id=8bf2937f-d616-4a62-af74-b301b026336d => generated 957 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/541] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:28 2026] GET /v2.0/ports?device_id=945f5bfb-3a71-46e5-b020-069217c5ab31 => 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: 277/542] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:16:28 2026] GET /v2.0/security-groups?id=76df6ecc-10cf-41a4-8bbf-5f59a75b6bf6&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:16:29.017 7 INFO neutron.db.segments_db [None req-f5ca72d9-d803-4bdc-8eb5-1d901f04182d e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Added segment 594810c2-ef25-4f40-b951-bb3a063dbae7 of type vxlan for network 4ff57de2-04f6-4002-b561-0bf1ef384715 [pid: 7|app: 0|req: 266/543] 10.0.0.248 () {34 vars in 670 bytes} [Tue Apr 7 01:16:28 2026] POST /v2.0/networks => generated 738 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/544] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:16:29 2026] POST /v2.0/subnets => generated 685 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:16:29.421 8 INFO neutron.db.segments_db [None req-81af3f02-0268-401f-bd9d-fc87bc269daa e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Added segment e71f6200-0d81-42a8-bc6b-9ef936c39731 of type vxlan for network ec732fd7-22a5-41b9-9a53-2b908a15e259 2026-04-07 01:16:29.643 8 INFO neutron.db.l3_hamode_db [None req-81af3f02-0268-401f-bd9d-fc87bc269daa e57fca6a4ec34d528d7244c9900fdb1b e0e5736270254bb68295a97e37d7da9e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 267/545] 199.204.45.49 () {38 vars in 1026 bytes} [Tue Apr 7 01:16:29 2026] PUT /v2.0/ports/c55a40b3-6457-41ce-8efb-a286a99953cf => generated 1235 bytes in 457 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: 268/546] 199.204.45.49 () {34 vars in 984 bytes} [Tue Apr 7 01:16:29 2026] GET /v2.0/networks?id=e51fba2c-8b65-443e-879e-76cf1d45f5d8 => generated 675 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/547] 199.204.45.49 () {34 vars in 1048 bytes} [Tue Apr 7 01:16:29 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=162a507a138b4cf48d660d1c66ecb006 => generated 180 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/548] 199.204.45.49 () {38 vars in 953 bytes} [Tue Apr 7 01:16:29 2026] POST /v2.0/ports => generated 954 bytes in 511 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: 271/549] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:30 2026] GET /v2.0/ports?device_id=945f5bfb-3a71-46e5-b020-069217c5ab31 => generated 957 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:16:30.480 8 INFO neutron.db.l3_hamode_db [None req-81af3f02-0268-401f-bd9d-fc87bc269daa e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 272/550] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:30 2026] GET /v2.0/ports?device_id=8bf2937f-d616-4a62-af74-b301b026336d => generated 969 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/551] 199.204.45.49 () {38 vars in 1026 bytes} [Tue Apr 7 01:16:30 2026] PUT /v2.0/ports/a535a3f3-82c8-4c9b-a7c7-c7e55037d0a0 => generated 1235 bytes in 363 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: 274/552] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:16:30 2026] GET /v2.0/security-groups?id=7d4aca6d-3434-4ce8-9575-643ec73aa640&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: 275/553] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:16:30 2026] GET /v2.0/security-groups?id=76df6ecc-10cf-41a4-8bbf-5f59a75b6bf6&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:16:31.100 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0eb79fd8-6e6e-44f8-b160-c5942320d673'] response: {'name': 'network-changed', 'server_uuid': '8bf2937f-d616-4a62-af74-b301b026336d', 'tag': 'c55a40b3-6457-41ce-8efb-a286a99953cf', 'status': 'completed', 'code': 200} 2026-04-07 01:16:31.253 7 INFO neutron.db.segments_db [None req-9a0f7673-a356-4289-b461-f59d3871d852 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Added segment 8dd904b3-0836-4253-8845-159c1d474ae3 of type vxlan for network 1b3b779a-c812-4cc5-a383-83f993915433 [pid: 7|app: 0|req: 276/554] 10.0.0.248 () {34 vars in 670 bytes} [Tue Apr 7 01:16:30 2026] POST /v2.0/networks => generated 747 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/555] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:16:31 2026] GET /v2.0/ports?tenant_id=a0c91529d9454f1086561c9f5df9538f&device_id=8bf2937f-d616-4a62-af74-b301b026336d => generated 1238 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/556] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:16:29 2026] POST /v2.0/routers => generated 725 bytes in 2232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/557] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:16:31 2026] POST /v2.0/subnets => generated 694 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/558] 199.204.45.49 () {34 vars in 1056 bytes} [Tue Apr 7 01:16:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=c55a40b3-6457-41ce-8efb-a286a99953cf => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:16:31.677 8 INFO neutron.db.segments_db [None req-ee8b3358-3ec9-4044-b8ec-9ea93a9fbb51 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Added segment a6a814fa-11b0-4f49-9f52-3b4f402fb29f of type vxlan for network 14a19c08-2896-434f-a252-6fa6600d9545 2026-04-07 01:16:31.935 8 INFO neutron.db.l3_hamode_db [None req-ee8b3358-3ec9-4044-b8ec-9ea93a9fbb51 e57fca6a4ec34d528d7244c9900fdb1b c8321cfa54a34078b48b6b2b79d5d16c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 279/559] 10.0.0.248 () {34 vars in 782 bytes} [Tue Apr 7 01:16:31 2026] PUT /v2.0/routers/f2a0ecc6-e3cd-40b7-9a9f-17b933d0e586/add_router_interface => generated 309 bytes in 1245 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/560] 199.204.45.49 () {34 vars in 982 bytes} [Tue Apr 7 01:16:32 2026] GET /v2.0/subnets?id=8c710926-947d-4c49-a498-cf73f04bda3d => generated 702 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/561] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:16:32 2026] GET /v2.0/ports?tenant_id=162a507a138b4cf48d660d1c66ecb006&device_id=945f5bfb-3a71-46e5-b020-069217c5ab31 => 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: 282/562] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:32 2026] GET /v2.0/ports?device_id=945f5bfb-3a71-46e5-b020-069217c5ab31 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/563] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:32 2026] GET /v2.0/ports?device_id=8bf2937f-d616-4a62-af74-b301b026336d => generated 969 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:16:33.027 8 INFO neutron.db.l3_hamode_db [None req-ee8b3358-3ec9-4044-b8ec-9ea93a9fbb51 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 284/564] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:16:32 2026] GET /v2.0/ports?network_id=3aaeea65-90d2-4d29-b814-3414ac30e7f1&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/565] 199.204.45.49 () {34 vars in 1056 bytes} [Tue Apr 7 01:16:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=a535a3f3-82c8-4c9b-a7c7-c7e55037d0a0 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/566] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:16:33 2026] GET /v2.0/security-groups?id=7d4aca6d-3434-4ce8-9575-643ec73aa640&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/567] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:16:33 2026] GET /v2.0/security-groups?id=76df6ecc-10cf-41a4-8bbf-5f59a75b6bf6&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: 288/568] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:16:33 2026] GET /v2.0/networks/3aaeea65-90d2-4d29-b814-3414ac30e7f1?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:16:33.158 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-814a69eb-c171-45c3-a0c4-e043707f8cec'] response: {'name': 'network-changed', 'server_uuid': '945f5bfb-3a71-46e5-b020-069217c5ab31', 'tag': 'a535a3f3-82c8-4c9b-a7c7-c7e55037d0a0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 289/569] 199.204.45.49 () {34 vars in 982 bytes} [Tue Apr 7 01:16:33 2026] GET /v2.0/subnets?id=81379b2b-003e-468f-94ab-2087f7491fff => generated 693 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/570] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:16:33 2026] GET /v2.0/networks/3aaeea65-90d2-4d29-b814-3414ac30e7f1?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: 291/571] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:16:33 2026] GET /v2.0/ports?network_id=e51fba2c-8b65-443e-879e-76cf1d45f5d8&device_owner=network%3Adhcp => generated 1244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/572] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:16:33 2026] GET /v2.0/networks/e51fba2c-8b65-443e-879e-76cf1d45f5d8?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: 293/573] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:16:33 2026] GET /v2.0/networks/e51fba2c-8b65-443e-879e-76cf1d45f5d8?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: 294/574] 10.0.0.248 () {34 vars in 684 bytes} [Tue Apr 7 01:16:33 2026] POST /v2.0/security-groups => generated 1661 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/575] 10.0.0.248 () {34 vars in 694 bytes} [Tue Apr 7 01:16:33 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: 7|app: 0|req: 296/576] 10.0.0.248 () {34 vars in 694 bytes} [Tue Apr 7 01:16:33 2026] POST /v2.0/security-group-rules => generated 602 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/577] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:16:31 2026] POST /v2.0/routers => generated 734 bytes in 2427 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/578] 10.0.0.248 () {34 vars in 675 bytes} [Tue Apr 7 01:16:33 2026] POST /v2.0/floatingips => generated 552 bytes in 767 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/579] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:34 2026] GET /v2.0/ports?device_id=945f5bfb-3a71-46e5-b020-069217c5ab31 => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/580] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:34 2026] GET /v2.0/ports?device_id=8bf2937f-d616-4a62-af74-b301b026336d => 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: 300/581] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:16:34 2026] GET /v2.0/ports?tenant_id=a0c91529d9454f1086561c9f5df9538f&device_id=8bf2937f-d616-4a62-af74-b301b026336d => generated 1238 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/582] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:16:34 2026] GET /v2.0/ports?tenant_id=162a507a138b4cf48d660d1c66ecb006&device_id=945f5bfb-3a71-46e5-b020-069217c5ab31 => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/583] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:16:34 2026] GET /v2.0/security-groups?id=7d4aca6d-3434-4ce8-9575-643ec73aa640&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: 7|app: 0|req: 303/584] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:16:34 2026] GET /v2.0/security-groups?id=76df6ecc-10cf-41a4-8bbf-5f59a75b6bf6&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: 304/585] 199.204.45.49 () {34 vars in 984 bytes} [Tue Apr 7 01:16:34 2026] GET /v2.0/networks?id=3aaeea65-90d2-4d29-b814-3414ac30e7f1 => generated 780 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/586] 199.204.45.49 () {34 vars in 984 bytes} [Tue Apr 7 01:16:34 2026] GET /v2.0/networks?id=e51fba2c-8b65-443e-879e-76cf1d45f5d8 => generated 771 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/587] 199.204.45.49 () {34 vars in 1056 bytes} [Tue Apr 7 01:16:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=c55a40b3-6457-41ce-8efb-a286a99953cf => 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: 307/588] 199.204.45.49 () {34 vars in 1056 bytes} [Tue Apr 7 01:16:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=a535a3f3-82c8-4c9b-a7c7-c7e55037d0a0 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/589] 199.204.45.49 () {34 vars in 982 bytes} [Tue Apr 7 01:16:34 2026] GET /v2.0/subnets?id=8c710926-947d-4c49-a498-cf73f04bda3d => generated 702 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/590] 199.204.45.49 () {34 vars in 982 bytes} [Tue Apr 7 01:16:34 2026] GET /v2.0/subnets?id=81379b2b-003e-468f-94ab-2087f7491fff => generated 693 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/591] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:16:34 2026] GET /v2.0/ports?network_id=3aaeea65-90d2-4d29-b814-3414ac30e7f1&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: 311/592] 10.0.0.76 () {34 vars in 1098 bytes} [Tue Apr 7 01:16:34 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1764563684&fields=id&tenant_id=e0e5736270254bb68295a97e37d7da9e => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/593] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:16:34 2026] GET /v2.0/ports?network_id=e51fba2c-8b65-443e-879e-76cf1d45f5d8&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: 7|app: 0|req: 313/594] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:16:35 2026] GET /v2.0/networks/3aaeea65-90d2-4d29-b814-3414ac30e7f1?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: 314/595] 10.0.0.76 () {34 vars in 980 bytes} [Tue Apr 7 01:16:35 2026] GET /v2.0/networks?id=4ff57de2-04f6-4002-b561-0bf1ef384715 => generated 670 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/596] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:16:35 2026] GET /v2.0/networks/e51fba2c-8b65-443e-879e-76cf1d45f5d8?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/597] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:16:35 2026] GET /v2.0/networks/3aaeea65-90d2-4d29-b814-3414ac30e7f1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/598] 10.0.0.76 () {34 vars in 963 bytes} [Tue Apr 7 01:16:35 2026] GET /v2.0/quotas/e0e5736270254bb68295a97e37d7da9e => 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: 318/599] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:16:35 2026] GET /v2.0/networks/e51fba2c-8b65-443e-879e-76cf1d45f5d8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/600] 10.0.0.76 () {34 vars in 1000 bytes} [Tue Apr 7 01:16:35 2026] GET /v2.0/ports?tenant_id=e0e5736270254bb68295a97e37d7da9e&fields=id => generated 103 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/601] 10.0.0.76 () {34 vars in 1006 bytes} [Tue Apr 7 01:16:35 2026] GET /v2.0/networks/4ff57de2-04f6-4002-b561-0bf1ef384715?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: 282/602] 10.0.0.248 () {34 vars in 782 bytes} [Tue Apr 7 01:16:34 2026] PUT /v2.0/routers/ff646978-c19f-4c4f-b84f-536ec1a2d777/add_router_interface => generated 309 bytes in 1410 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/603] 10.0.0.76 () {34 vars in 1106 bytes} [Tue Apr 7 01:16:35 2026] GET /v2.0/networks/4ff57de2-04f6-4002-b561-0bf1ef384715?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: 8|app: 0|req: 283/604] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:35 2026] GET /v2.0/ports?device_id=2ca56b0b-a33e-4dd9-bceb-f4f64584d267 => 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: 322/605] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:35 2026] GET /v2.0/ports?device_id=945f5bfb-3a71-46e5-b020-069217c5ab31 => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/606] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:16:35 2026] GET /v2.0/security-groups?id=7d4aca6d-3434-4ce8-9575-643ec73aa640&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: 284/607] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:35 2026] GET /v2.0/ports?device_id=8bf2937f-d616-4a62-af74-b301b026336d => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/608] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:16:35 2026] GET /v2.0/security-groups?id=76df6ecc-10cf-41a4-8bbf-5f59a75b6bf6&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: 285/609] 10.0.0.248 () {34 vars in 684 bytes} [Tue Apr 7 01:16:35 2026] POST /v2.0/security-groups => generated 1659 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/610] 10.0.0.248 () {34 vars in 694 bytes} [Tue Apr 7 01:16:36 2026] POST /v2.0/security-group-rules => generated 597 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/611] 10.0.0.248 () {34 vars in 694 bytes} [Tue Apr 7 01:16:36 2026] POST /v2.0/security-group-rules => generated 602 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/612] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:36 2026] GET /v2.0/ports?device_id=2ca56b0b-a33e-4dd9-bceb-f4f64584d267 => 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: 326/613] 10.0.0.248 () {34 vars in 675 bytes} [Tue Apr 7 01:16:36 2026] POST /v2.0/floatingips => generated 552 bytes in 578 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/614] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:36 2026] GET /v2.0/ports?device_id=945f5bfb-3a71-46e5-b020-069217c5ab31 => 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: 289/615] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:16:37 2026] GET /v2.0/security-groups?id=7d4aca6d-3434-4ce8-9575-643ec73aa640&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: 327/616] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:36 2026] GET /v2.0/ports?device_id=8bf2937f-d616-4a62-af74-b301b026336d => generated 969 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/617] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:16:37 2026] GET /v2.0/security-groups?id=76df6ecc-10cf-41a4-8bbf-5f59a75b6bf6&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: 7|app: 0|req: 328/618] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:37 2026] GET /v2.0/ports?device_id=2ca56b0b-a33e-4dd9-bceb-f4f64584d267 => 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: 291/619] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:38 2026] GET /v2.0/ports?device_id=945f5bfb-3a71-46e5-b020-069217c5ab31 => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/620] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:38 2026] GET /v2.0/ports?device_id=8bf2937f-d616-4a62-af74-b301b026336d => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/621] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:16:38 2026] GET /v2.0/security-groups?id=7d4aca6d-3434-4ce8-9575-643ec73aa640&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: 330/622] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:16:38 2026] GET /v2.0/security-groups?id=76df6ecc-10cf-41a4-8bbf-5f59a75b6bf6&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: 293/623] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:38 2026] GET /v2.0/ports?device_id=2ca56b0b-a33e-4dd9-bceb-f4f64584d267 => 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: 294/624] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:39 2026] GET /v2.0/ports?device_id=945f5bfb-3a71-46e5-b020-069217c5ab31 => generated 969 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/625] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:39 2026] GET /v2.0/ports?device_id=8bf2937f-d616-4a62-af74-b301b026336d => generated 971 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/626] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:16:39 2026] GET /v2.0/security-groups?id=7d4aca6d-3434-4ce8-9575-643ec73aa640&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: 332/627] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:16:39 2026] GET /v2.0/security-groups?id=76df6ecc-10cf-41a4-8bbf-5f59a75b6bf6&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: 296/628] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:40 2026] GET /v2.0/ports?device_id=2ca56b0b-a33e-4dd9-bceb-f4f64584d267 => 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: 333/629] 199.204.45.49 () {34 vars in 984 bytes} [Tue Apr 7 01:16:40 2026] GET /v2.0/networks?id=4ff57de2-04f6-4002-b561-0bf1ef384715 => generated 670 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/630] 199.204.45.49 () {34 vars in 1048 bytes} [Tue Apr 7 01:16:40 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e0e5736270254bb68295a97e37d7da9e => generated 181 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/633] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:40 2026] GET /v2.0/ports?device_id=945f5bfb-3a71-46e5-b020-069217c5ab31 => 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: 301/634] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:40 2026] GET /v2.0/ports?device_id=8bf2937f-d616-4a62-af74-b301b026336d => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/635] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:16:40 2026] GET /v2.0/security-groups?id=7d4aca6d-3434-4ce8-9575-643ec73aa640&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: 303/636] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:16:40 2026] GET /v2.0/security-groups?id=76df6ecc-10cf-41a4-8bbf-5f59a75b6bf6&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/637] 199.204.45.49 () {38 vars in 953 bytes} [Tue Apr 7 01:16:40 2026] POST /v2.0/ports => generated 958 bytes in 480 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/638] 199.204.45.49 () {38 vars in 1026 bytes} [Tue Apr 7 01:16:40 2026] PUT /v2.0/ports/14361173-c4e2-4e17-9c2c-4b6a74c4dae7 => generated 1239 bytes in 440 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: 335/639] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:41 2026] GET /v2.0/ports?device_id=2ca56b0b-a33e-4dd9-bceb-f4f64584d267 => generated 973 bytes in 50 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: 305/640] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:16:41 2026] GET /v2.0/security-groups?id=a871c0b6-4aa5-4e4c-a42a-7a9f0b7aaae7&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:16:41.440 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f569232e-d12a-4538-a46b-51491f4fb333'] response: {'name': 'network-changed', 'server_uuid': '2ca56b0b-a33e-4dd9-bceb-f4f64584d267', 'tag': '14361173-c4e2-4e17-9c2c-4b6a74c4dae7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 306/641] 10.0.0.76 () {34 vars in 1096 bytes} [Tue Apr 7 01:16:41 2026] GET /v2.0/security-groups?name=tempest-securitygroup--495997691&fields=id&tenant_id=c8321cfa54a34078b48b6b2b79d5d16c => 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: 336/642] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:41 2026] GET /v2.0/ports?device_id=945f5bfb-3a71-46e5-b020-069217c5ab31 => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/643] 10.0.0.76 () {34 vars in 980 bytes} [Tue Apr 7 01:16:41 2026] GET /v2.0/networks?id=1b3b779a-c812-4cc5-a383-83f993915433 => generated 679 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/644] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:16:41 2026] GET /v2.0/security-groups?id=7d4aca6d-3434-4ce8-9575-643ec73aa640&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: 308/645] 10.0.0.76 () {34 vars in 963 bytes} [Tue Apr 7 01:16:41 2026] GET /v2.0/quotas/c8321cfa54a34078b48b6b2b79d5d16c => 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: 338/646] 10.0.0.76 () {34 vars in 1000 bytes} [Tue Apr 7 01:16:41 2026] GET /v2.0/ports?tenant_id=c8321cfa54a34078b48b6b2b79d5d16c&fields=id => generated 103 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/647] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:41 2026] GET /v2.0/ports?device_id=8bf2937f-d616-4a62-af74-b301b026336d => generated 971 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/648] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:16:41 2026] GET /v2.0/security-groups?id=76df6ecc-10cf-41a4-8bbf-5f59a75b6bf6&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: 339/649] 10.0.0.76 () {34 vars in 1006 bytes} [Tue Apr 7 01:16:41 2026] GET /v2.0/networks/1b3b779a-c812-4cc5-a383-83f993915433?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: 311/650] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:16:41 2026] GET /v2.0/ports?tenant_id=e0e5736270254bb68295a97e37d7da9e&device_id=2ca56b0b-a33e-4dd9-bceb-f4f64584d267 => generated 1242 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/651] 10.0.0.76 () {34 vars in 1106 bytes} [Tue Apr 7 01:16:41 2026] GET /v2.0/networks/1b3b779a-c812-4cc5-a383-83f993915433?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: 312/652] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:42 2026] GET /v2.0/ports?device_id=8bf2937f-d616-4a62-af74-b301b026336d => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/653] 199.204.45.49 () {34 vars in 1016 bytes} [Tue Apr 7 01:16:42 2026] GET /v2.0/networks?tenant_id=e0e5736270254bb68295a97e37d7da9e&shared=False => generated 766 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/654] 199.204.45.49 () {34 vars in 928 bytes} [Tue Apr 7 01:16:42 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/655] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:42 2026] GET /v2.0/ports?device_id=2ca56b0b-a33e-4dd9-bceb-f4f64584d267 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/656] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:16:42 2026] GET /v2.0/security-groups?id=a871c0b6-4aa5-4e4c-a42a-7a9f0b7aaae7&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: 345/657] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:42 2026] GET /v2.0/ports?device_id=e382675d-e15e-484e-ae60-20c4fe2a14c4 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:16:42.658 8 INFO neutron.db.l3_db [None req-61c6f5f4-1bb5-43b9-8f3a-3a5b1cde5499 585a03dcf7a746c2b6e6c6d78ed8d251 a0c91529d9454f1086561c9f5df9538f - - default default] Floating IP ee3b24e7-d01e-4989-8fe1-105335ee5779 associated. External IP: 10.96.250.217, port: c55a40b3-6457-41ce-8efb-a286a99953cf. [pid: 7|app: 0|req: 346/658] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:42 2026] GET /v2.0/ports?device_id=945f5bfb-3a71-46e5-b020-069217c5ab31 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/659] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:16:42 2026] GET /v2.0/security-groups?id=7d4aca6d-3434-4ce8-9575-643ec73aa640&fields=id&fields=name => generated 113 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/660] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:43 2026] GET /v2.0/ports?device_id=945f5bfb-3a71-46e5-b020-069217c5ab31 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/661] 10.0.0.248 () {34 vars in 748 bytes} [Tue Apr 7 01:16:42 2026] PUT /v2.0/floatingips/ee3b24e7-d01e-4989-8fe1-105335ee5779 => generated 855 bytes in 980 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/662] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:43 2026] GET /v2.0/ports?device_id=8bf2937f-d616-4a62-af74-b301b026336d => 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: 315/663] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:16:43 2026] GET /v2.0/security-groups?id=76df6ecc-10cf-41a4-8bbf-5f59a75b6bf6&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/664] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:16:43 2026] GET /v2.0/ports?tenant_id=e0e5736270254bb68295a97e37d7da9e&device_id=2ca56b0b-a33e-4dd9-bceb-f4f64584d267 => generated 1242 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/665] 199.204.45.49 () {34 vars in 1058 bytes} [Tue Apr 7 01:16:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=14361173-c4e2-4e17-9c2c-4b6a74c4dae7 => 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: 318/666] 199.204.45.49 () {34 vars in 982 bytes} [Tue Apr 7 01:16:43 2026] GET /v2.0/subnets?id=8872d046-07ac-4c9a-bc2c-0af4a1d5dd92 => generated 688 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/667] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:16:43 2026] GET /v2.0/ports?network_id=4ff57de2-04f6-4002-b561-0bf1ef384715&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/668] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:16:43 2026] GET /v2.0/networks/4ff57de2-04f6-4002-b561-0bf1ef384715?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/669] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:16:43 2026] GET /v2.0/networks/4ff57de2-04f6-4002-b561-0bf1ef384715?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/670] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:43 2026] GET /v2.0/ports?device_id=2ca56b0b-a33e-4dd9-bceb-f4f64584d267 => generated 973 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/671] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:43 2026] GET /v2.0/ports?device_id=e382675d-e15e-484e-ae60-20c4fe2a14c4 => 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: 324/672] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:16:43 2026] GET /v2.0/security-groups?id=a871c0b6-4aa5-4e4c-a42a-7a9f0b7aaae7&fields=id&fields=name => generated 114 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:16:43.571 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f615aec0-8238-41b1-8306-5d25584c1fc4'] response: {'name': 'network-changed', 'server_uuid': '8bf2937f-d616-4a62-af74-b301b026336d', 'tag': 'c55a40b3-6457-41ce-8efb-a286a99953cf', 'status': 'completed', 'code': 200} 2026-04-07 01:16:43.712 7 INFO neutron.db.l3_db [None req-e675f5b5-86b2-4e9c-8cc8-0d3a11dad552 a600c26ca3264aaa97790f859c1fdf42 162a507a138b4cf48d660d1c66ecb006 - - default default] Floating IP 5359efee-88ba-4869-ac1a-abc90e7edbdd associated. External IP: 10.96.250.206, port: a535a3f3-82c8-4c9b-a7c7-c7e55037d0a0. [pid: 7|app: 0|req: 349/673] 10.0.0.248 () {34 vars in 748 bytes} [Tue Apr 7 01:16:43 2026] PUT /v2.0/floatingips/5359efee-88ba-4869-ac1a-abc90e7edbdd => generated 855 bytes in 904 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:16:44.048 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a37cd997-a188-415a-ac1c-99624cd527b9'] response: {'name': 'network-changed', 'server_uuid': '945f5bfb-3a71-46e5-b020-069217c5ab31', 'tag': 'a535a3f3-82c8-4c9b-a7c7-c7e55037d0a0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 325/675] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:44 2026] GET /v2.0/ports?device_id=945f5bfb-3a71-46e5-b020-069217c5ab31 => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/675] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:16:44 2026] GET /v2.0/ports?tenant_id=a0c91529d9454f1086561c9f5df9538f&device_id=8bf2937f-d616-4a62-af74-b301b026336d => generated 1240 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/676] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:16:44 2026] GET /v2.0/security-groups?id=7d4aca6d-3434-4ce8-9575-643ec73aa640&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: 8|app: 0|req: 326/677] 199.204.45.49 () {34 vars in 984 bytes} [Tue Apr 7 01:16:44 2026] GET /v2.0/networks?id=3aaeea65-90d2-4d29-b814-3414ac30e7f1 => generated 780 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/678] 199.204.45.49 () {34 vars in 1056 bytes} [Tue Apr 7 01:16:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=c55a40b3-6457-41ce-8efb-a286a99953cf => generated 858 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/679] 199.204.45.49 () {34 vars in 982 bytes} [Tue Apr 7 01:16:44 2026] GET /v2.0/subnets?id=8c710926-947d-4c49-a498-cf73f04bda3d => generated 702 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/680] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:16:44 2026] GET /v2.0/ports?network_id=3aaeea65-90d2-4d29-b814-3414ac30e7f1&device_owner=network%3Adhcp => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/681] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:16:44 2026] GET /v2.0/networks/3aaeea65-90d2-4d29-b814-3414ac30e7f1?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: 354/682] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:16:44 2026] GET /v2.0/networks/3aaeea65-90d2-4d29-b814-3414ac30e7f1?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: 355/683] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:16:44 2026] GET /v2.0/ports?tenant_id=162a507a138b4cf48d660d1c66ecb006&device_id=945f5bfb-3a71-46e5-b020-069217c5ab31 => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/684] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:44 2026] GET /v2.0/ports?device_id=945f5bfb-3a71-46e5-b020-069217c5ab31 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/685] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:44 2026] GET /v2.0/ports?device_id=e382675d-e15e-484e-ae60-20c4fe2a14c4 => 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: 357/686] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:16:44 2026] GET /v2.0/security-groups?id=7d4aca6d-3434-4ce8-9575-643ec73aa640&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: 330/687] 199.204.45.49 () {34 vars in 984 bytes} [Tue Apr 7 01:16:44 2026] GET /v2.0/networks?id=e51fba2c-8b65-443e-879e-76cf1d45f5d8 => generated 771 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/688] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:44 2026] GET /v2.0/ports?device_id=2ca56b0b-a33e-4dd9-bceb-f4f64584d267 => 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: 359/689] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:16:44 2026] GET /v2.0/security-groups?id=a871c0b6-4aa5-4e4c-a42a-7a9f0b7aaae7&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/690] 199.204.45.49 () {34 vars in 1056 bytes} [Tue Apr 7 01:16:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=a535a3f3-82c8-4c9b-a7c7-c7e55037d0a0 => generated 858 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/691] 199.204.45.49 () {34 vars in 982 bytes} [Tue Apr 7 01:16:44 2026] GET /v2.0/subnets?id=81379b2b-003e-468f-94ab-2087f7491fff => generated 693 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/692] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:16:44 2026] GET /v2.0/ports?network_id=e51fba2c-8b65-443e-879e-76cf1d45f5d8&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: 7|app: 0|req: 361/693] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:16:44 2026] GET /v2.0/networks/e51fba2c-8b65-443e-879e-76cf1d45f5d8?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: 333/694] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:16:44 2026] GET /v2.0/networks/e51fba2c-8b65-443e-879e-76cf1d45f5d8?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: 362/695] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:45 2026] GET /v2.0/ports?device_id=e382675d-e15e-484e-ae60-20c4fe2a14c4 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/696] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:45 2026] GET /v2.0/ports?device_id=945f5bfb-3a71-46e5-b020-069217c5ab31 => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/697] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:16:45 2026] GET /v2.0/security-groups?id=7d4aca6d-3434-4ce8-9575-643ec73aa640&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/698] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:45 2026] GET /v2.0/ports?device_id=2ca56b0b-a33e-4dd9-bceb-f4f64584d267 => 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: 336/699] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:16:45 2026] GET /v2.0/security-groups?id=a871c0b6-4aa5-4e4c-a42a-7a9f0b7aaae7&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/700] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:46 2026] GET /v2.0/ports?device_id=e382675d-e15e-484e-ae60-20c4fe2a14c4 => 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: 337/701] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:46 2026] GET /v2.0/ports?device_id=945f5bfb-3a71-46e5-b020-069217c5ab31 => 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: 338/702] 199.204.45.49 () {34 vars in 984 bytes} [Tue Apr 7 01:16:46 2026] GET /v2.0/networks?id=1b3b779a-c812-4cc5-a383-83f993915433 => generated 679 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/703] 199.204.45.49 () {34 vars in 992 bytes} [Tue Apr 7 01:16:46 2026] GET /v2.0/ports?device_id=945f5bfb-3a71-46e5-b020-069217c5ab31 => generated 971 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/704] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:16:47 2026] GET /v2.0/security-groups?id=7d4aca6d-3434-4ce8-9575-643ec73aa640&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: 7|app: 0|req: 366/705] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:47 2026] GET /v2.0/ports?device_id=2ca56b0b-a33e-4dd9-bceb-f4f64584d267 => generated 975 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/706] 199.204.45.49 () {34 vars in 1048 bytes} [Tue Apr 7 01:16:47 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c8321cfa54a34078b48b6b2b79d5d16c => generated 180 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/707] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:16:47 2026] GET /v2.0/security-groups?id=a871c0b6-4aa5-4e4c-a42a-7a9f0b7aaae7&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:16:47.194 7 INFO neutron_taas.services.taas.taas_plugin [req-ff3cda7d-952b-49b7-97a1-acd724bbb7dc req-91d0ab1e-7308-4405-b525-da3f20c28c85 a600c26ca3264aaa97790f859c1fdf42 162a507a138b4cf48d660d1c66ecb006 - - default default] TaaS: Handle Delete Port: a535a3f3-82c8-4c9b-a7c7-c7e55037d0a0 2026-04-07 01:16:47.199 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ff3cda7d-952b-49b7-97a1-acd724bbb7dc req-91d0ab1e-7308-4405-b525-da3f20c28c85 a600c26ca3264aaa97790f859c1fdf42 162a507a138b4cf48d660d1c66ecb006 - - default default] Tap Mirror: Handle Delete Port: a535a3f3-82c8-4c9b-a7c7-c7e55037d0a0 2026-04-07 01:16:47.390 7 INFO neutron.db.l3_db [req-ff3cda7d-952b-49b7-97a1-acd724bbb7dc req-91d0ab1e-7308-4405-b525-da3f20c28c85 a600c26ca3264aaa97790f859c1fdf42 162a507a138b4cf48d660d1c66ecb006 - - default default] Floating IP 5359efee-88ba-4869-ac1a-abc90e7edbdd disassociated. External IP: 10.96.250.206, port: a535a3f3-82c8-4c9b-a7c7-c7e55037d0a0. [pid: 8|app: 0|req: 342/708] 199.204.45.49 () {38 vars in 953 bytes} [Tue Apr 7 01:16:47 2026] POST /v2.0/ports => generated 958 bytes in 390 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: 367/709] 199.204.45.49 () {36 vars in 995 bytes} [Tue Apr 7 01:16:47 2026] DELETE /v2.0/ports/a535a3f3-82c8-4c9b-a7c7-c7e55037d0a0 => generated 0 bytes in 670 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:16:47.782 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-db71f258-8aca-4c47-970b-c57831df18f9'] response: {'server_uuid': '945f5bfb-3a71-46e5-b020-069217c5ab31', 'name': 'network-vif-deleted', 'tag': 'a535a3f3-82c8-4c9b-a7c7-c7e55037d0a0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 368/710] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:47 2026] GET /v2.0/ports?device_id=e382675d-e15e-484e-ae60-20c4fe2a14c4 => generated 973 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/711] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:16:47 2026] GET /v2.0/security-groups?id=1ad65aad-6034-4f34-9fc0-308dbafa110a&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/712] 199.204.45.49 () {38 vars in 1026 bytes} [Tue Apr 7 01:16:47 2026] PUT /v2.0/ports/35c42c52-0ee8-42b1-9123-769420c0dbfa => generated 1239 bytes in 557 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:16:48.104 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2ce34be2-b1e6-4be2-94b4-c4236d5694e6'] response: {'name': 'network-changed', 'server_uuid': 'e382675d-e15e-484e-ae60-20c4fe2a14c4', 'tag': '35c42c52-0ee8-42b1-9123-769420c0dbfa', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 370/713] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:48 2026] GET /v2.0/ports?device_id=945f5bfb-3a71-46e5-b020-069217c5ab31 => generated 12 bytes in 35 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: 344/714] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:48 2026] GET /v2.0/ports?device_id=2ca56b0b-a33e-4dd9-bceb-f4f64584d267 => 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: 371/715] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:16:48 2026] GET /v2.0/security-groups?id=a871c0b6-4aa5-4e4c-a42a-7a9f0b7aaae7&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/716] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:48 2026] GET /v2.0/ports?device_id=2ca56b0b-a33e-4dd9-bceb-f4f64584d267 => 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: 346/717] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:16:48 2026] GET /v2.0/ports?tenant_id=c8321cfa54a34078b48b6b2b79d5d16c&device_id=e382675d-e15e-484e-ae60-20c4fe2a14c4 => generated 1242 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/718] 199.204.45.49 () {34 vars in 1016 bytes} [Tue Apr 7 01:16:48 2026] GET /v2.0/networks?tenant_id=c8321cfa54a34078b48b6b2b79d5d16c&shared=False => generated 775 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/719] 199.204.45.49 () {34 vars in 928 bytes} [Tue Apr 7 01:16:48 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) 2026-04-07 01:16:48.778 7 INFO neutron.db.l3_db [None req-82134a48-eb67-48c3-857d-71cd4df547e6 72d5ce8b11994a2690bc2bf2879d4f71 e0e5736270254bb68295a97e37d7da9e - - default default] Floating IP 532d5170-d5c2-4615-ac3b-ce4f9794e90d associated. External IP: 10.96.250.215, port: 14361173-c4e2-4e17-9c2c-4b6a74c4dae7. [pid: 7|app: 0|req: 372/720] 10.0.0.248 () {34 vars in 748 bytes} [Tue Apr 7 01:16:48 2026] PUT /v2.0/floatingips/532d5170-d5c2-4615-ac3b-ce4f9794e90d => generated 856 bytes in 673 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/721] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:49 2026] GET /v2.0/ports?device_id=e382675d-e15e-484e-ae60-20c4fe2a14c4 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/722] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:49 2026] GET /v2.0/ports?device_id=2ca56b0b-a33e-4dd9-bceb-f4f64584d267 => generated 975 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/723] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:16:49 2026] GET /v2.0/security-groups?id=1ad65aad-6034-4f34-9fc0-308dbafa110a&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: 350/724] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:16:49 2026] GET /v2.0/security-groups?id=a871c0b6-4aa5-4e4c-a42a-7a9f0b7aaae7&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/725] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:49 2026] GET /v2.0/ports?device_id=945f5bfb-3a71-46e5-b020-069217c5ab31 => 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: 351/726] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:49 2026] GET /v2.0/ports?device_id=2ca56b0b-a33e-4dd9-bceb-f4f64584d267 => 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: 376/727] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:16:49 2026] GET /v2.0/security-groups?id=a871c0b6-4aa5-4e4c-a42a-7a9f0b7aaae7&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:16:49.830 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fb16a450-d418-4ca6-805d-e82c74e30566'] response: {'name': 'network-changed', 'server_uuid': '2ca56b0b-a33e-4dd9-bceb-f4f64584d267', 'tag': '14361173-c4e2-4e17-9c2c-4b6a74c4dae7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 352/728] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:16:49 2026] GET /v2.0/ports?tenant_id=c8321cfa54a34078b48b6b2b79d5d16c&device_id=e382675d-e15e-484e-ae60-20c4fe2a14c4 => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/729] 199.204.45.49 () {34 vars in 1058 bytes} [Tue Apr 7 01:16:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=35c42c52-0ee8-42b1-9123-769420c0dbfa => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/730] 199.204.45.49 () {34 vars in 982 bytes} [Tue Apr 7 01:16:49 2026] GET /v2.0/subnets?id=0aa6cbb5-0f30-4ef6-8520-05ff7173785e => generated 697 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/731] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:16:49 2026] GET /v2.0/ports?network_id=1b3b779a-c812-4cc5-a383-83f993915433&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: 354/732] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:16:49 2026] GET /v2.0/networks/1b3b779a-c812-4cc5-a383-83f993915433?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/733] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:16:50 2026] GET /v2.0/networks/1b3b779a-c812-4cc5-a383-83f993915433?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: 355/734] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:50 2026] GET /v2.0/ports?device_id=e382675d-e15e-484e-ae60-20c4fe2a14c4 => generated 973 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/735] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:16:50 2026] GET /v2.0/security-groups?id=1ad65aad-6034-4f34-9fc0-308dbafa110a&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/736] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:16:50 2026] GET /v2.0/ports?tenant_id=e0e5736270254bb68295a97e37d7da9e&device_id=2ca56b0b-a33e-4dd9-bceb-f4f64584d267 => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/737] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:50 2026] GET /v2.0/ports?device_id=945f5bfb-3a71-46e5-b020-069217c5ab31 => 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: 357/738] 199.204.45.49 () {34 vars in 984 bytes} [Tue Apr 7 01:16:50 2026] GET /v2.0/networks?id=4ff57de2-04f6-4002-b561-0bf1ef384715 => generated 766 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/739] 199.204.45.49 () {34 vars in 1058 bytes} [Tue Apr 7 01:16:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=14361173-c4e2-4e17-9c2c-4b6a74c4dae7 => generated 859 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/740] 199.204.45.49 () {34 vars in 982 bytes} [Tue Apr 7 01:16:50 2026] GET /v2.0/subnets?id=8872d046-07ac-4c9a-bc2c-0af4a1d5dd92 => generated 688 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/741] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:16:50 2026] GET /v2.0/ports?network_id=4ff57de2-04f6-4002-b561-0bf1ef384715&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/742] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:50 2026] GET /v2.0/ports?device_id=2ca56b0b-a33e-4dd9-bceb-f4f64584d267 => 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: 384/743] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:16:50 2026] GET /v2.0/networks/4ff57de2-04f6-4002-b561-0bf1ef384715?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: 360/744] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:16:50 2026] GET /v2.0/security-groups?id=a871c0b6-4aa5-4e4c-a42a-7a9f0b7aaae7&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: 385/745] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:16:50 2026] GET /v2.0/networks/4ff57de2-04f6-4002-b561-0bf1ef384715?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: 361/746] 10.0.0.97 () {34 vars in 988 bytes} [Tue Apr 7 01:16:50 2026] GET /v2.0/ports?device_id=8bf2937f-d616-4a62-af74-b301b026336d => generated 1240 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/747] 10.0.0.97 () {34 vars in 1038 bytes} [Tue Apr 7 01:16:51 2026] GET /v2.0/security-groups?id=76df6ecc-10cf-41a4-8bbf-5f59a75b6bf6&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: 362/748] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:51 2026] GET /v2.0/ports?device_id=e382675d-e15e-484e-ae60-20c4fe2a14c4 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/749] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:16:51 2026] GET /v2.0/security-groups?id=1ad65aad-6034-4f34-9fc0-308dbafa110a&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: 363/750] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:16:51 2026] DELETE /v2.0/security-groups/7d4aca6d-3434-4ce8-9575-643ec73aa640 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:16:51.657 7 INFO neutron.api.v2.resource [None req-a77817c4-d495-4cdd-ab6e-45bef97b8c76 a600c26ca3264aaa97790f859c1fdf42 162a507a138b4cf48d660d1c66ecb006 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 388/751] 10.0.0.248 () {32 vars in 736 bytes} [Tue Apr 7 01:16:51 2026] GET /v2.0/security-groups/7d4aca6d-3434-4ce8-9575-643ec73aa640 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:16:51.772 8 INFO neutron_taas.services.taas.taas_plugin [None req-a53feaf4-0131-40a4-8b3e-6c2e84d9a696 a600c26ca3264aaa97790f859c1fdf42 162a507a138b4cf48d660d1c66ecb006 - - default default] TaaS: Handle Delete Port: 05cd1410-4392-49a9-bb86-0e6671d2f3db 2026-04-07 01:16:51.775 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a53feaf4-0131-40a4-8b3e-6c2e84d9a696 a600c26ca3264aaa97790f859c1fdf42 162a507a138b4cf48d660d1c66ecb006 - - default default] Tap Mirror: Handle Delete Port: 05cd1410-4392-49a9-bb86-0e6671d2f3db [pid: 7|app: 0|req: 389/752] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:51 2026] GET /v2.0/ports?device_id=2ca56b0b-a33e-4dd9-bceb-f4f64584d267 => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/753] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:16:51 2026] GET /v2.0/security-groups?id=a871c0b6-4aa5-4e4c-a42a-7a9f0b7aaae7&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/754] 199.204.45.49 () {34 vars in 992 bytes} [Tue Apr 7 01:16:51 2026] GET /v2.0/ports?device_id=2ca56b0b-a33e-4dd9-bceb-f4f64584d267 => 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: 364/755] 10.0.0.248 () {32 vars in 731 bytes} [Tue Apr 7 01:16:51 2026] DELETE /v2.0/floatingips/5359efee-88ba-4869-ac1a-abc90e7edbdd => generated 0 bytes in 271 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:16:52.038 7 INFO neutron_taas.services.taas.taas_plugin [req-ee3b8094-d25c-454c-b975-0985add54a4b req-256a5e2f-241c-4d8f-ac57-7450f586c214 72d5ce8b11994a2690bc2bf2879d4f71 e0e5736270254bb68295a97e37d7da9e - - default default] TaaS: Handle Delete Port: 14361173-c4e2-4e17-9c2c-4b6a74c4dae7 2026-04-07 01:16:52.040 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ee3b8094-d25c-454c-b975-0985add54a4b req-256a5e2f-241c-4d8f-ac57-7450f586c214 72d5ce8b11994a2690bc2bf2879d4f71 e0e5736270254bb68295a97e37d7da9e - - default default] Tap Mirror: Handle Delete Port: 14361173-c4e2-4e17-9c2c-4b6a74c4dae7 2026-04-07 01:16:52.167 7 INFO neutron.db.l3_db [req-ee3b8094-d25c-454c-b975-0985add54a4b req-256a5e2f-241c-4d8f-ac57-7450f586c214 72d5ce8b11994a2690bc2bf2879d4f71 e0e5736270254bb68295a97e37d7da9e - - default default] Floating IP 532d5170-d5c2-4615-ac3b-ce4f9794e90d disassociated. External IP: 10.96.250.215, port: 14361173-c4e2-4e17-9c2c-4b6a74c4dae7. 2026-04-07 01:16:52.431 8 INFO neutron_taas.services.taas.taas_plugin [None req-f1968a52-0e31-42d1-9f2e-d0ca3dde1e60 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] TaaS: Handle Delete Port: e2fa729d-3c5a-484a-b557-72c30a17ffc5 2026-04-07 01:16:52.434 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f1968a52-0e31-42d1-9f2e-d0ca3dde1e60 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Tap Mirror: Handle Delete Port: e2fa729d-3c5a-484a-b557-72c30a17ffc5 [pid: 7|app: 0|req: 392/756] 199.204.45.49 () {36 vars in 995 bytes} [Tue Apr 7 01:16:51 2026] DELETE /v2.0/ports/14361173-c4e2-4e17-9c2c-4b6a74c4dae7 => generated 0 bytes in 691 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/757] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:52 2026] GET /v2.0/ports?device_id=e382675d-e15e-484e-ae60-20c4fe2a14c4 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:16:52.658 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-37d52402-899d-4803-95c1-f9e1974b9836'] response: {'server_uuid': '2ca56b0b-a33e-4dd9-bceb-f4f64584d267', 'name': 'network-vif-deleted', 'tag': '14361173-c4e2-4e17-9c2c-4b6a74c4dae7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 394/758] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:16:52 2026] GET /v2.0/security-groups?id=1ad65aad-6034-4f34-9fc0-308dbafa110a&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: 395/759] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:52 2026] GET /v2.0/ports?device_id=2ca56b0b-a33e-4dd9-bceb-f4f64584d267 => 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: 365/760] 10.0.0.248 () {34 vars in 788 bytes} [Tue Apr 7 01:16:51 2026] PUT /v2.0/routers/943c0571-9944-4962-ad31-468296f125ef/remove_router_interface => generated 309 bytes in 1080 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:16:53.236 7 INFO neutron_taas.services.taas.taas_plugin [None req-500db06a-afce-4650-a9ea-794023250962 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] TaaS: Handle Delete Port: 52af39f8-d032-4f05-bb41-b207ec2b032c 2026-04-07 01:16:53.241 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-500db06a-afce-4650-a9ea-794023250962 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Tap Mirror: Handle Delete Port: 52af39f8-d032-4f05-bb41-b207ec2b032c 2026-04-07 01:16:53.507 7 INFO neutron_taas.services.taas.taas_plugin [None req-500db06a-afce-4650-a9ea-794023250962 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] TaaS: Handle Delete Port: 5e2fe92a-7ad8-4c94-94fd-e7460f5be97a 2026-04-07 01:16:53.521 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-500db06a-afce-4650-a9ea-794023250962 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Tap Mirror: Handle Delete Port: 5e2fe92a-7ad8-4c94-94fd-e7460f5be97a 2026-04-07 01:16:53.597 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-500db06a-afce-4650-a9ea-794023250962 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - 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: 366/761] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:53 2026] GET /v2.0/ports?device_id=e382675d-e15e-484e-ae60-20c4fe2a14c4 => generated 973 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/762] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:16:53 2026] GET /v2.0/security-groups?id=1ad65aad-6034-4f34-9fc0-308dbafa110a&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-07 01:16:53.923 7 INFO neutron.services.segments.plugin [-] Segment f622685d-5c2b-4afc-b733-ab6785c3ae0a resource provider aggregate not found 2026-04-07 01:16:53.935 7 INFO neutron.services.segments.plugin [-] Segment f622685d-5c2b-4afc-b733-ab6785c3ae0a resource provider aggregate not found 2026-04-07 01:16:53.952 7 INFO neutron.services.segments.plugin [-] Segment f622685d-5c2b-4afc-b733-ab6785c3ae0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f622685d-5c2b-4afc-b733-ab6785c3ae0a found for delete ", "request_id": "req-f1f36740-3995-4886-bb89-7ab6f57deb14"}]} 2026-04-07 01:16:53.958 7 INFO neutron.services.segments.plugin [-] Segment f622685d-5c2b-4afc-b733-ab6785c3ae0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f622685d-5c2b-4afc-b733-ab6785c3ae0a found for delete ", "request_id": "req-3af0945b-0fff-45ad-ac17-7474092c06c1"}]} 2026-04-07 01:16:53.961 7 INFO neutron.db.l3_hamode_db [None req-500db06a-afce-4650-a9ea-794023250962 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] HA network 767b5b75-044d-47fc-b859-f69038c91b7e was deleted as no HA routers are present in tenant 162a507a138b4cf48d660d1c66ecb006. [pid: 7|app: 0|req: 396/763] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:16:53 2026] DELETE /v2.0/routers/943c0571-9944-4962-ad31-468296f125ef => generated 0 bytes in 929 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/764] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:54 2026] GET /v2.0/ports?device_id=2ca56b0b-a33e-4dd9-bceb-f4f64584d267 => 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: 368/765] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:16:53 2026] DELETE /v2.0/subnets/81379b2b-003e-468f-94ab-2087f7491fff => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:16:54.239 7 INFO neutron_taas.services.taas.taas_plugin [None req-cc87558f-106a-4c5a-81da-727be32f0ae1 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] TaaS: Handle Delete Port: 968c8d7d-448c-415b-aa0c-e87dee325273 2026-04-07 01:16:54.243 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc87558f-106a-4c5a-81da-727be32f0ae1 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Tap Mirror: Handle Delete Port: 968c8d7d-448c-415b-aa0c-e87dee325273 [pid: 7|app: 0|req: 398/766] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:16:54 2026] DELETE /v2.0/networks/e51fba2c-8b65-443e-879e-76cf1d45f5d8 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/767] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:16:54 2026] GET /v2.0/security-groups?tenant_id=162a507a138b4cf48d660d1c66ecb006&name=default => generated 2921 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/768] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:16:54 2026] DELETE /v2.0/security-groups/da841222-5818-4530-b612-dadf7a6abcee => 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: 370/769] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:54 2026] GET /v2.0/ports?device_id=e382675d-e15e-484e-ae60-20c4fe2a14c4 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/770] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:16:55 2026] GET /v2.0/security-groups?id=1ad65aad-6034-4f34-9fc0-308dbafa110a&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: 371/771] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:55 2026] GET /v2.0/ports?device_id=2ca56b0b-a33e-4dd9-bceb-f4f64584d267 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:16:55.976 7 INFO neutron.services.segments.plugin [-] Segment febc0b61-b514-46f4-a7d7-d2962b92fc23 resource provider aggregate not found 2026-04-07 01:16:55.991 7 INFO neutron.services.segments.plugin [-] Segment febc0b61-b514-46f4-a7d7-d2962b92fc23 resource provider aggregate not found 2026-04-07 01:16:56.008 7 INFO neutron.services.segments.plugin [-] Segment febc0b61-b514-46f4-a7d7-d2962b92fc23 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid febc0b61-b514-46f4-a7d7-d2962b92fc23 found for delete ", "request_id": "req-95250c44-bb88-4a8e-a97e-9b45951fc4cd"}]} 2026-04-07 01:16:56.011 7 INFO neutron.services.segments.plugin [-] Segment febc0b61-b514-46f4-a7d7-d2962b92fc23 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid febc0b61-b514-46f4-a7d7-d2962b92fc23 found for delete ", "request_id": "req-9d65c4b5-e3e9-4984-9796-9b970d9e427e"}]} [pid: 8|app: 0|req: 373/774] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:56 2026] GET /v2.0/ports?device_id=e382675d-e15e-484e-ae60-20c4fe2a14c4 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/775] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:16:56 2026] GET /v2.0/security-groups?id=1ad65aad-6034-4f34-9fc0-308dbafa110a&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: 374/776] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:16:56 2026] DELETE /v2.0/security-groups/a871c0b6-4aa5-4e4c-a42a-7a9f0b7aaae7 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:16:56.360 7 INFO neutron.api.v2.resource [None req-e01e9b37-94f9-4d90-981a-b9ab6f94f04a 72d5ce8b11994a2690bc2bf2879d4f71 e0e5736270254bb68295a97e37d7da9e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 403/777] 10.0.0.248 () {32 vars in 736 bytes} [Tue Apr 7 01:16:56 2026] GET /v2.0/security-groups/a871c0b6-4aa5-4e4c-a42a-7a9f0b7aaae7 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:16:56.484 8 INFO neutron_taas.services.taas.taas_plugin [None req-47b94ff1-e70f-4a80-a4d0-903af0c8da63 72d5ce8b11994a2690bc2bf2879d4f71 e0e5736270254bb68295a97e37d7da9e - - default default] TaaS: Handle Delete Port: eee2bee7-ff00-48df-9f18-01168dd2ae4e 2026-04-07 01:16:56.488 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-47b94ff1-e70f-4a80-a4d0-903af0c8da63 72d5ce8b11994a2690bc2bf2879d4f71 e0e5736270254bb68295a97e37d7da9e - - default default] Tap Mirror: Handle Delete Port: eee2bee7-ff00-48df-9f18-01168dd2ae4e [pid: 8|app: 0|req: 375/778] 10.0.0.248 () {32 vars in 731 bytes} [Tue Apr 7 01:16:56 2026] DELETE /v2.0/floatingips/532d5170-d5c2-4615-ac3b-ce4f9794e90d => generated 0 bytes in 286 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:16:57.033 7 INFO neutron_taas.services.taas.taas_plugin [None req-72a5be4d-a308-4657-92b8-f820d8c47c95 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] TaaS: Handle Delete Port: 15e9e979-a164-4e9b-8c6f-806d6ff863f0 2026-04-07 01:16:57.035 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-72a5be4d-a308-4657-92b8-f820d8c47c95 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Tap Mirror: Handle Delete Port: 15e9e979-a164-4e9b-8c6f-806d6ff863f0 [pid: 8|app: 0|req: 376/779] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:57 2026] GET /v2.0/ports?device_id=e382675d-e15e-484e-ae60-20c4fe2a14c4 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/780] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:16:57 2026] GET /v2.0/security-groups?id=1ad65aad-6034-4f34-9fc0-308dbafa110a&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: 404/781] 10.0.0.248 () {34 vars in 788 bytes} [Tue Apr 7 01:16:56 2026] PUT /v2.0/routers/f2a0ecc6-e3cd-40b7-9a9f-17b933d0e586/remove_router_interface => generated 309 bytes in 888 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:16:57.794 8 INFO neutron_taas.services.taas.taas_plugin [None req-99f3b150-14df-4d93-99f7-4f37b8fde9e0 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] TaaS: Handle Delete Port: 1fbdac4a-095f-490e-8192-5114b9c81b32 2026-04-07 01:16:57.796 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-99f3b150-14df-4d93-99f7-4f37b8fde9e0 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Tap Mirror: Handle Delete Port: 1fbdac4a-095f-490e-8192-5114b9c81b32 2026-04-07 01:16:58.080 8 INFO neutron_taas.services.taas.taas_plugin [None req-99f3b150-14df-4d93-99f7-4f37b8fde9e0 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] TaaS: Handle Delete Port: b81067e8-18bc-4031-aae2-404c77b91e88 2026-04-07 01:16:58.083 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-99f3b150-14df-4d93-99f7-4f37b8fde9e0 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Tap Mirror: Handle Delete Port: b81067e8-18bc-4031-aae2-404c77b91e88 [pid: 7|app: 0|req: 405/782] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:58 2026] GET /v2.0/ports?device_id=e382675d-e15e-484e-ae60-20c4fe2a14c4 => generated 975 bytes in 448 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/783] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:16:58 2026] GET /v2.0/security-groups?id=1ad65aad-6034-4f34-9fc0-308dbafa110a&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: 407/784] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:58 2026] GET /v2.0/ports?device_id=e382675d-e15e-484e-ae60-20c4fe2a14c4 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:16:59.111 8 INFO neutron.services.segments.plugin [-] Segment e71f6200-0d81-42a8-bc6b-9ef936c39731 resource provider aggregate not found 2026-04-07 01:16:59.115 8 INFO neutron.services.segments.plugin [-] Segment e71f6200-0d81-42a8-bc6b-9ef936c39731 resource provider aggregate not found 2026-04-07 01:16:59.130 8 INFO neutron.services.segments.plugin [-] Segment e71f6200-0d81-42a8-bc6b-9ef936c39731 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e71f6200-0d81-42a8-bc6b-9ef936c39731 found for delete ", "request_id": "req-7fe67c8c-6873-481b-98dd-e5a0ea32acd2"}]} 2026-04-07 01:16:59.142 8 INFO neutron.services.segments.plugin [-] Segment e71f6200-0d81-42a8-bc6b-9ef936c39731 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e71f6200-0d81-42a8-bc6b-9ef936c39731 found for delete ", "request_id": "req-b7bcbcd3-0ade-4914-918d-8bdbbee6b208"}]} 2026-04-07 01:16:59.142 8 INFO neutron.db.l3_hamode_db [None req-99f3b150-14df-4d93-99f7-4f37b8fde9e0 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] HA network ec732fd7-22a5-41b9-9a53-2b908a15e259 was deleted as no HA routers are present in tenant e0e5736270254bb68295a97e37d7da9e. [pid: 8|app: 0|req: 378/785] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:16:57 2026] DELETE /v2.0/routers/f2a0ecc6-e3cd-40b7-9a9f-17b933d0e586 => generated 0 bytes in 1602 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/786] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:16:59 2026] DELETE /v2.0/subnets/8872d046-07ac-4c9a-bc2c-0af4a1d5dd92 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:16:59.387 7 INFO neutron.db.l3_db [None req-cca28136-c92b-42cb-99e4-80523f3e0e6b 87275c2c21b7443e85729653ce40030e c8321cfa54a34078b48b6b2b79d5d16c - - default default] Floating IP cbbf1a3c-cb64-40da-a498-421993d0fea7 associated. External IP: 10.96.250.220, port: 35c42c52-0ee8-42b1-9123-769420c0dbfa. 2026-04-07 01:16:59.470 8 INFO neutron_taas.services.taas.taas_plugin [None req-f82ebc56-bcbf-454b-a473-f8d2fbbbf10e e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] TaaS: Handle Delete Port: 2bd3be91-320e-476c-9862-5fb2d89385d3 2026-04-07 01:16:59.473 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f82ebc56-bcbf-454b-a473-f8d2fbbbf10e e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Tap Mirror: Handle Delete Port: 2bd3be91-320e-476c-9862-5fb2d89385d3 [pid: 8|app: 0|req: 380/787] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:16:59 2026] DELETE /v2.0/networks/4ff57de2-04f6-4002-b561-0bf1ef384715 => generated 0 bytes in 342 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/788] 10.0.0.248 () {34 vars in 748 bytes} [Tue Apr 7 01:16:59 2026] PUT /v2.0/floatingips/cbbf1a3c-cb64-40da-a498-421993d0fea7 => generated 856 bytes in 695 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:16:59.792 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7f92cce2-5aa1-4c3b-9405-8d5d17fd1be7'] response: {'name': 'network-changed', 'server_uuid': 'e382675d-e15e-484e-ae60-20c4fe2a14c4', 'tag': '35c42c52-0ee8-42b1-9123-769420c0dbfa', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 409/789] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:16:59 2026] GET /v2.0/ports?device_id=e382675d-e15e-484e-ae60-20c4fe2a14c4 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/790] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:16:59 2026] GET /v2.0/security-groups?tenant_id=e0e5736270254bb68295a97e37d7da9e&name=default => generated 2925 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/791] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:16:59 2026] GET /v2.0/security-groups?id=1ad65aad-6034-4f34-9fc0-308dbafa110a&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/792] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:16:59 2026] DELETE /v2.0/security-groups/255dcb42-e52a-4374-aacf-a45e5e8d2489 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/793] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:16:59 2026] GET /v2.0/security-groups?tenant_id=39eda35707484dcbafeb7fb4232b6a9f&name=default => generated 2925 bytes in 476 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/794] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:17:00 2026] DELETE /v2.0/security-groups/3f9c10f8-fada-45e0-839a-dbee57c87583 => 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: 382/795] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:00 2026] GET /v2.0/ports?device_id=e382675d-e15e-484e-ae60-20c4fe2a14c4 => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/796] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:17:00 2026] GET /v2.0/ports?tenant_id=c8321cfa54a34078b48b6b2b79d5d16c&device_id=e382675d-e15e-484e-ae60-20c4fe2a14c4 => 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: 383/797] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:17:00 2026] GET /v2.0/security-groups?id=1ad65aad-6034-4f34-9fc0-308dbafa110a&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: 415/798] 199.204.45.49 () {34 vars in 984 bytes} [Tue Apr 7 01:17:00 2026] GET /v2.0/networks?id=1b3b779a-c812-4cc5-a383-83f993915433 => generated 775 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/799] 199.204.45.49 () {34 vars in 1058 bytes} [Tue Apr 7 01:17:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=35c42c52-0ee8-42b1-9123-769420c0dbfa => generated 859 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/800] 199.204.45.49 () {34 vars in 982 bytes} [Tue Apr 7 01:17:00 2026] GET /v2.0/subnets?id=0aa6cbb5-0f30-4ef6-8520-05ff7173785e => generated 697 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/801] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:17:00 2026] GET /v2.0/ports?network_id=1b3b779a-c812-4cc5-a383-83f993915433&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: 8|app: 0|req: 387/802] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:17:00 2026] GET /v2.0/networks/1b3b779a-c812-4cc5-a383-83f993915433?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: 416/803] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:17:00 2026] GET /v2.0/security-groups?tenant_id=9622c89f1b234607b0d45dc4c153199f&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/804] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:17:00 2026] GET /v2.0/networks/1b3b779a-c812-4cc5-a383-83f993915433?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: 388/805] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:17:00 2026] DELETE /v2.0/security-groups/9901767a-e274-4caf-99e2-1f0c82e0d6af => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:17:01.145 8 INFO neutron.services.segments.plugin [-] Segment 594810c2-ef25-4f40-b951-bb3a063dbae7 resource provider aggregate not found 2026-04-07 01:17:01.165 8 INFO neutron.services.segments.plugin [-] Segment 594810c2-ef25-4f40-b951-bb3a063dbae7 resource provider aggregate not found 2026-04-07 01:17:01.167 8 INFO neutron.services.segments.plugin [-] Segment 594810c2-ef25-4f40-b951-bb3a063dbae7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 594810c2-ef25-4f40-b951-bb3a063dbae7 found for delete ", "request_id": "req-92ff89e2-0ed1-4212-a298-091929a5d29b"}]} 2026-04-07 01:17:01.180 8 INFO neutron.services.segments.plugin [-] Segment 594810c2-ef25-4f40-b951-bb3a063dbae7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 594810c2-ef25-4f40-b951-bb3a063dbae7 found for delete ", "request_id": "req-386316cd-8199-4261-8888-adaeb125f15f"}]} [pid: 7|app: 0|req: 418/806] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:01 2026] GET /v2.0/ports?device_id=e382675d-e15e-484e-ae60-20c4fe2a14c4 => generated 975 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/807] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:17:01 2026] GET /v2.0/security-groups?id=1ad65aad-6034-4f34-9fc0-308dbafa110a&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:17:02.119 7 INFO neutron.db.segments_db [None req-5936fb72-1f2b-4ae8-911d-2fa6c9e1087c e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Added segment a624f3b4-9938-4e72-a8dc-4bcdd9fd0fe1 of type vxlan for network c14ae108-732c-4f9a-b96c-08ee344db618 [pid: 7|app: 0|req: 419/808] 10.0.0.248 () {34 vars in 670 bytes} [Tue Apr 7 01:17:01 2026] POST /v2.0/networks => generated 743 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/809] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:17:02 2026] POST /v2.0/subnets => generated 690 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:17:02.460 7 INFO neutron.db.segments_db [None req-7397f657-86aa-4285-8e33-c1f9039f53ad e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Added segment 3dae0ce2-fbc5-41e7-a3d2-a5232aff8e1d of type vxlan for network a73294a6-2e90-4006-a04e-057757feb097 [pid: 8|app: 0|req: 391/810] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:02 2026] GET /v2.0/ports?device_id=e382675d-e15e-484e-ae60-20c4fe2a14c4 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/811] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:17:02 2026] GET /v2.0/security-groups?id=1ad65aad-6034-4f34-9fc0-308dbafa110a&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:17:02.731 7 INFO neutron.db.l3_hamode_db [None req-7397f657-86aa-4285-8e33-c1f9039f53ad e57fca6a4ec34d528d7244c9900fdb1b 3ebc5bdbb28d4b639c281bf71d2b6984 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 393/812] 199.204.45.49 () {34 vars in 992 bytes} [Tue Apr 7 01:17:02 2026] GET /v2.0/ports?device_id=e382675d-e15e-484e-ae60-20c4fe2a14c4 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:17:03.041 8 INFO neutron_taas.services.taas.taas_plugin [req-2a13497a-119d-4b4b-9f52-5ef14faaf358 req-e970b4ac-2d18-485a-847e-fb5cf6980e02 87275c2c21b7443e85729653ce40030e c8321cfa54a34078b48b6b2b79d5d16c - - default default] TaaS: Handle Delete Port: 35c42c52-0ee8-42b1-9123-769420c0dbfa 2026-04-07 01:17:03.050 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2a13497a-119d-4b4b-9f52-5ef14faaf358 req-e970b4ac-2d18-485a-847e-fb5cf6980e02 87275c2c21b7443e85729653ce40030e c8321cfa54a34078b48b6b2b79d5d16c - - default default] Tap Mirror: Handle Delete Port: 35c42c52-0ee8-42b1-9123-769420c0dbfa 2026-04-07 01:17:03.262 8 INFO neutron.db.l3_db [req-2a13497a-119d-4b4b-9f52-5ef14faaf358 req-e970b4ac-2d18-485a-847e-fb5cf6980e02 87275c2c21b7443e85729653ce40030e c8321cfa54a34078b48b6b2b79d5d16c - - default default] Floating IP cbbf1a3c-cb64-40da-a498-421993d0fea7 disassociated. External IP: 10.96.250.220, port: 35c42c52-0ee8-42b1-9123-769420c0dbfa. 2026-04-07 01:17:03.556 7 INFO neutron.db.l3_hamode_db [None req-7397f657-86aa-4285-8e33-c1f9039f53ad e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 394/813] 199.204.45.49 () {36 vars in 995 bytes} [Tue Apr 7 01:17:02 2026] DELETE /v2.0/ports/35c42c52-0ee8-42b1-9123-769420c0dbfa => generated 0 bytes in 748 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:17:03.672 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e40ddfc8-3671-418d-8465-7a234e0cd78b'] response: {'server_uuid': 'e382675d-e15e-484e-ae60-20c4fe2a14c4', 'name': 'network-vif-deleted', 'tag': '35c42c52-0ee8-42b1-9123-769420c0dbfa', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 395/814] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:03 2026] GET /v2.0/ports?device_id=e382675d-e15e-484e-ae60-20c4fe2a14c4 => 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: 420/815] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:17:02 2026] POST /v2.0/routers => generated 730 bytes in 1996 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/816] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:04 2026] GET /v2.0/ports?device_id=e382675d-e15e-484e-ae60-20c4fe2a14c4 => 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: 396/817] 10.0.0.248 () {34 vars in 782 bytes} [Tue Apr 7 01:17:04 2026] PUT /v2.0/routers/e21625a9-bc16-48cf-94a0-318193e05314/add_router_interface => generated 309 bytes in 1142 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/818] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:05 2026] GET /v2.0/ports?device_id=e382675d-e15e-484e-ae60-20c4fe2a14c4 => 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: 397/819] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:17:06 2026] GET /v2.0/security-groups?tenant_id=2f3cf3b890244555bb2637aa7eb83c41&name=default => generated 2925 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/820] 10.0.0.248 () {34 vars in 684 bytes} [Tue Apr 7 01:17:06 2026] POST /v2.0/security-groups => generated 1660 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/821] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:17:06 2026] DELETE /v2.0/security-groups/5bac20c0-8c61-4069-a11a-6aaf8a6a1bd5 => 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: 424/822] 10.0.0.248 () {34 vars in 694 bytes} [Tue Apr 7 01:17:06 2026] POST /v2.0/security-group-rules => generated 597 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/823] 10.0.0.248 () {34 vars in 694 bytes} [Tue Apr 7 01:17:06 2026] POST /v2.0/security-group-rules => generated 602 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/824] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:17:06 2026] GET /v2.0/security-groups?tenant_id=03ece39a8b8841c09323d040e0d66045&name=default => generated 2925 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/825] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:17:06 2026] DELETE /v2.0/security-groups/015a12e3-c05e-4dd4-9ffc-566e43579ffd => 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: 427/826] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:07 2026] GET /v2.0/ports?device_id=e382675d-e15e-484e-ae60-20c4fe2a14c4 => 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: 400/827] 10.0.0.248 () {34 vars in 675 bytes} [Tue Apr 7 01:17:06 2026] POST /v2.0/floatingips => generated 552 bytes in 597 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/828] 10.0.0.76 () {34 vars in 1096 bytes} [Tue Apr 7 01:17:07 2026] GET /v2.0/security-groups?name=tempest-securitygroup--893923059&fields=id&tenant_id=3ebc5bdbb28d4b639c281bf71d2b6984 => 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: 401/829] 10.0.0.76 () {34 vars in 980 bytes} [Tue Apr 7 01:17:07 2026] GET /v2.0/networks?id=c14ae108-732c-4f9a-b96c-08ee344db618 => generated 675 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/830] 10.0.0.76 () {34 vars in 963 bytes} [Tue Apr 7 01:17:07 2026] GET /v2.0/quotas/3ebc5bdbb28d4b639c281bf71d2b6984 => 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: 402/831] 10.0.0.76 () {34 vars in 1000 bytes} [Tue Apr 7 01:17:07 2026] GET /v2.0/ports?tenant_id=3ebc5bdbb28d4b639c281bf71d2b6984&fields=id => generated 103 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/832] 10.0.0.76 () {34 vars in 1006 bytes} [Tue Apr 7 01:17:07 2026] GET /v2.0/networks/c14ae108-732c-4f9a-b96c-08ee344db618?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: 403/833] 10.0.0.76 () {34 vars in 1106 bytes} [Tue Apr 7 01:17:07 2026] GET /v2.0/networks/c14ae108-732c-4f9a-b96c-08ee344db618?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: 404/834] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:08 2026] GET /v2.0/ports?device_id=44e8f3f1-ed12-4977-9f9c-0077b47f7284 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/835] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:17:08 2026] DELETE /v2.0/security-groups/1ad65aad-6034-4f34-9fc0-308dbafa110a => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:17:08.281 8 INFO neutron.api.v2.resource [None req-445a94f9-25bd-427a-97d7-a312e8e26af8 87275c2c21b7443e85729653ce40030e c8321cfa54a34078b48b6b2b79d5d16c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 405/836] 10.0.0.248 () {32 vars in 736 bytes} [Tue Apr 7 01:17:08 2026] GET /v2.0/security-groups/1ad65aad-6034-4f34-9fc0-308dbafa110a => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:17:08.382 7 INFO neutron_taas.services.taas.taas_plugin [None req-179f6c87-d39a-43fe-8e42-ebe59b2351a5 87275c2c21b7443e85729653ce40030e c8321cfa54a34078b48b6b2b79d5d16c - - default default] TaaS: Handle Delete Port: 412ee1a0-9214-4ac9-a6ad-dbea91e2990f 2026-04-07 01:17:08.385 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-179f6c87-d39a-43fe-8e42-ebe59b2351a5 87275c2c21b7443e85729653ce40030e c8321cfa54a34078b48b6b2b79d5d16c - - default default] Tap Mirror: Handle Delete Port: 412ee1a0-9214-4ac9-a6ad-dbea91e2990f [pid: 7|app: 0|req: 432/837] 10.0.0.248 () {32 vars in 731 bytes} [Tue Apr 7 01:17:08 2026] DELETE /v2.0/floatingips/cbbf1a3c-cb64-40da-a498-421993d0fea7 => generated 0 bytes in 255 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:17:08.952 8 INFO neutron_taas.services.taas.taas_plugin [None req-987ed3f9-75ab-4021-b823-55e390b9d774 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] TaaS: Handle Delete Port: 4e63e940-83ae-48db-bc1e-e370365b5326 2026-04-07 01:17:08.958 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-987ed3f9-75ab-4021-b823-55e390b9d774 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Tap Mirror: Handle Delete Port: 4e63e940-83ae-48db-bc1e-e370365b5326 [pid: 7|app: 0|req: 433/838] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:09 2026] GET /v2.0/ports?device_id=44e8f3f1-ed12-4977-9f9c-0077b47f7284 => 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: 406/839] 10.0.0.248 () {34 vars in 788 bytes} [Tue Apr 7 01:17:08 2026] PUT /v2.0/routers/ff646978-c19f-4c4f-b84f-536ec1a2d777/remove_router_interface => generated 309 bytes in 945 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:17:09.755 7 INFO neutron_taas.services.taas.taas_plugin [None req-32b874be-73c9-4956-a506-ef82fd6e7414 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] TaaS: Handle Delete Port: 3064e641-5ffd-42c0-b177-6956f87785c9 2026-04-07 01:17:09.758 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-32b874be-73c9-4956-a506-ef82fd6e7414 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Tap Mirror: Handle Delete Port: 3064e641-5ffd-42c0-b177-6956f87785c9 2026-04-07 01:17:10.075 7 INFO neutron_taas.services.taas.taas_plugin [None req-32b874be-73c9-4956-a506-ef82fd6e7414 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] TaaS: Handle Delete Port: 0ef07ad3-514e-41ae-a320-8ef28ee4993f 2026-04-07 01:17:10.081 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-32b874be-73c9-4956-a506-ef82fd6e7414 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Tap Mirror: Handle Delete Port: 0ef07ad3-514e-41ae-a320-8ef28ee4993f [pid: 8|app: 0|req: 409/842] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:10 2026] GET /v2.0/ports?device_id=44e8f3f1-ed12-4977-9f9c-0077b47f7284 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:17:10.497 7 INFO neutron.services.segments.plugin [-] Segment a6a814fa-11b0-4f49-9f52-3b4f402fb29f resource provider aggregate not found 2026-04-07 01:17:10.510 7 INFO neutron.services.segments.plugin [-] Segment a6a814fa-11b0-4f49-9f52-3b4f402fb29f resource provider aggregate not found 2026-04-07 01:17:10.516 7 INFO neutron.services.segments.plugin [-] Segment a6a814fa-11b0-4f49-9f52-3b4f402fb29f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6a814fa-11b0-4f49-9f52-3b4f402fb29f found for delete ", "request_id": "req-7aa9da69-9948-47d8-905d-ab05fbf5b9d9"}]} 2026-04-07 01:17:10.527 7 INFO neutron.services.segments.plugin [-] Segment a6a814fa-11b0-4f49-9f52-3b4f402fb29f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6a814fa-11b0-4f49-9f52-3b4f402fb29f found for delete ", "request_id": "req-14e19315-afcf-4d11-9f63-6fac8902362a"}]} 2026-04-07 01:17:10.529 7 INFO neutron.db.l3_hamode_db [None req-32b874be-73c9-4956-a506-ef82fd6e7414 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] HA network 14a19c08-2896-434f-a252-6fa6600d9545 was deleted as no HA routers are present in tenant c8321cfa54a34078b48b6b2b79d5d16c. [pid: 7|app: 0|req: 434/843] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:17:09 2026] DELETE /v2.0/routers/ff646978-c19f-4c4f-b84f-536ec1a2d777 => generated 0 bytes in 1033 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/844] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:17:10 2026] DELETE /v2.0/subnets/0aa6cbb5-0f30-4ef6-8520-05ff7173785e => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:17:10.824 8 INFO neutron_taas.services.taas.taas_plugin [None req-495c64d8-9d9b-4081-8c72-df53a472418c e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] TaaS: Handle Delete Port: a871dfeb-51c8-4b12-a546-07be4db7ce61 2026-04-07 01:17:10.828 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-495c64d8-9d9b-4081-8c72-df53a472418c e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Tap Mirror: Handle Delete Port: a871dfeb-51c8-4b12-a546-07be4db7ce61 2026-04-07 01:17:11.064 8 INFO neutron.services.segments.plugin [-] Segment 8dd904b3-0836-4253-8845-159c1d474ae3 resource provider aggregate not found 2026-04-07 01:17:11.071 8 INFO neutron.services.segments.plugin [-] Segment 8dd904b3-0836-4253-8845-159c1d474ae3 resource provider aggregate not found 2026-04-07 01:17:11.083 8 INFO neutron.services.segments.plugin [-] Segment 8dd904b3-0836-4253-8845-159c1d474ae3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8dd904b3-0836-4253-8845-159c1d474ae3 found for delete ", "request_id": "req-507efe36-6830-4db7-b1a1-2f605a1694ca"}]} 2026-04-07 01:17:11.085 8 INFO neutron.services.segments.plugin [-] Segment 8dd904b3-0836-4253-8845-159c1d474ae3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8dd904b3-0836-4253-8845-159c1d474ae3 found for delete ", "request_id": "req-8fc67692-e527-4c01-abf5-4cee3e9238e7"}]} [pid: 8|app: 0|req: 411/845] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:17:10 2026] DELETE /v2.0/networks/1b3b779a-c812-4cc5-a383-83f993915433 => generated 0 bytes in 372 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/846] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:17:10 2026] GET /v2.0/security-groups?tenant_id=32940603697f42b5b41a07b71294364a&name=default => generated 2925 bytes in 396 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/847] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:17:11 2026] DELETE /v2.0/security-groups/b9ab296f-8dd3-47c0-b448-dddd9bc6a028 => 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: 436/848] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:17:11 2026] GET /v2.0/security-groups?tenant_id=c8321cfa54a34078b48b6b2b79d5d16c&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/849] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:17:11 2026] DELETE /v2.0/security-groups/d8b6f988-4b51-4117-8422-298080a4a9c5 => 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: 437/850] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:17:11 2026] GET /v2.0/security-groups?tenant_id=e687261805cb4c5cbadd714fbbdd6388&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/851] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:11 2026] GET /v2.0/ports?device_id=44e8f3f1-ed12-4977-9f9c-0077b47f7284 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/852] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:17:11 2026] DELETE /v2.0/security-groups/ef362429-dff6-43fc-bfe5-e11532b71dbd => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/853] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:12 2026] GET /v2.0/ports?device_id=44e8f3f1-ed12-4977-9f9c-0077b47f7284 => 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: 415/854] 199.204.45.49 () {34 vars in 984 bytes} [Tue Apr 7 01:17:12 2026] GET /v2.0/networks?id=c14ae108-732c-4f9a-b96c-08ee344db618 => generated 675 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/855] 199.204.45.49 () {34 vars in 1048 bytes} [Tue Apr 7 01:17:12 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3ebc5bdbb28d4b639c281bf71d2b6984 => generated 180 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/856] 199.204.45.49 () {38 vars in 953 bytes} [Tue Apr 7 01:17:12 2026] POST /v2.0/ports => generated 958 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/857] 199.204.45.49 () {38 vars in 1026 bytes} [Tue Apr 7 01:17:13 2026] PUT /v2.0/ports/60d870a2-8bf6-4b3f-a8c2-9c13fc13b1e6 => generated 1239 bytes in 356 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:17:13.524 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-984e08e5-95ce-4c70-a79d-38426351f9b7'] response: {'name': 'network-changed', 'server_uuid': '44e8f3f1-ed12-4977-9f9c-0077b47f7284', 'tag': '60d870a2-8bf6-4b3f-a8c2-9c13fc13b1e6', '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: 417/858] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:13 2026] GET /v2.0/ports?device_id=44e8f3f1-ed12-4977-9f9c-0077b47f7284 => generated 973 bytes in 43 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: 442/859] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:17:13 2026] GET /v2.0/security-groups?id=b8629584-affd-42e4-8e79-e755fd861b14&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: 7|app: 0|req: 443/860] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:17:14 2026] GET /v2.0/ports?tenant_id=3ebc5bdbb28d4b639c281bf71d2b6984&device_id=44e8f3f1-ed12-4977-9f9c-0077b47f7284 => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/861] 199.204.45.49 () {34 vars in 1016 bytes} [Tue Apr 7 01:17:14 2026] GET /v2.0/networks?tenant_id=3ebc5bdbb28d4b639c281bf71d2b6984&shared=False => generated 771 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/862] 199.204.45.49 () {34 vars in 928 bytes} [Tue Apr 7 01:17:14 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/863] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:17:13 2026] GET /v2.0/security-groups?tenant_id=cef161db42aa4aebbd512fad2a798dd6&name=default => generated 2925 bytes in 378 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/864] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:17:14 2026] DELETE /v2.0/security-groups/a133f2cf-1930-42d0-b270-cca1eae15496 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/865] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:14 2026] GET /v2.0/ports?device_id=44e8f3f1-ed12-4977-9f9c-0077b47f7284 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/866] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:17:14 2026] GET /v2.0/security-groups?id=b8629584-affd-42e4-8e79-e755fd861b14&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: 420/867] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:17:15 2026] GET /v2.0/ports?tenant_id=3ebc5bdbb28d4b639c281bf71d2b6984&device_id=44e8f3f1-ed12-4977-9f9c-0077b47f7284 => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/868] 199.204.45.49 () {34 vars in 1058 bytes} [Tue Apr 7 01:17:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=60d870a2-8bf6-4b3f-a8c2-9c13fc13b1e6 => 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: 421/869] 199.204.45.49 () {34 vars in 982 bytes} [Tue Apr 7 01:17:15 2026] GET /v2.0/subnets?id=d804b96d-f8af-41f9-87b8-e06ca29531f0 => generated 693 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/870] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:17:15 2026] GET /v2.0/ports?network_id=c14ae108-732c-4f9a-b96c-08ee344db618&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/871] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:17:15 2026] GET /v2.0/networks/c14ae108-732c-4f9a-b96c-08ee344db618?fields=segments => generated 14 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/872] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:17:15 2026] GET /v2.0/networks/c14ae108-732c-4f9a-b96c-08ee344db618?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: 8|app: 0|req: 423/873] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:17:15 2026] GET /v2.0/security-groups?tenant_id=f5bf77496026459fa51d00e20c34c94f&name=default => generated 2925 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/874] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:17:15 2026] DELETE /v2.0/security-groups/defc7643-a8b0-47d8-9aef-92872fd93208 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/875] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:16 2026] GET /v2.0/ports?device_id=44e8f3f1-ed12-4977-9f9c-0077b47f7284 => generated 973 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/876] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:17:15 2026] GET /v2.0/security-groups?tenant_id=9dcb1edb443c4920bbe0799b4aca8512&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/877] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:17:16 2026] GET /v2.0/security-groups?id=b8629584-affd-42e4-8e79-e755fd861b14&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: 453/878] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:17:16 2026] DELETE /v2.0/security-groups/a31d31a9-6877-4715-bc53-76e785f269c4 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/879] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:17:16 2026] GET /v2.0/security-groups?tenant_id=e44c219d5f484f0ab68ee2bf982e6f31&name=default => generated 2925 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/880] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:17:16 2026] DELETE /v2.0/security-groups/d696eaea-e8c2-4cde-81d8-489ea0b23b56 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/881] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:17 2026] GET /v2.0/ports?device_id=44e8f3f1-ed12-4977-9f9c-0077b47f7284 => 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: 455/882] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:17:17 2026] GET /v2.0/security-groups?id=b8629584-affd-42e4-8e79-e755fd861b14&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/883] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:18 2026] GET /v2.0/ports?device_id=44e8f3f1-ed12-4977-9f9c-0077b47f7284 => generated 975 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/884] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:17:18 2026] GET /v2.0/security-groups?id=b8629584-affd-42e4-8e79-e755fd861b14&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: 429/885] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:19 2026] GET /v2.0/ports?device_id=44e8f3f1-ed12-4977-9f9c-0077b47f7284 => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/886] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:17:19 2026] GET /v2.0/security-groups?id=b8629584-affd-42e4-8e79-e755fd861b14&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: 430/887] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:20 2026] GET /v2.0/ports?device_id=44e8f3f1-ed12-4977-9f9c-0077b47f7284 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/888] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:17:20 2026] GET /v2.0/security-groups?id=b8629584-affd-42e4-8e79-e755fd861b14&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: 431/889] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:20 2026] GET /v2.0/ports?device_id=44e8f3f1-ed12-4977-9f9c-0077b47f7284 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:17:21.206 7 INFO neutron.db.l3_db [None req-931491de-b36b-4b90-a5f2-4d81fefa1c0f 47db5cdabdf4439b8844918a67a70a32 3ebc5bdbb28d4b639c281bf71d2b6984 - - default default] Floating IP 5d63997b-423b-48da-b78f-ca49f2968f52 associated. External IP: 10.96.250.206, port: 60d870a2-8bf6-4b3f-a8c2-9c13fc13b1e6. [pid: 8|app: 0|req: 432/890] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:21 2026] GET /v2.0/ports?device_id=8bf2937f-d616-4a62-af74-b301b026336d => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/891] 10.0.0.76 () {34 vars in 969 bytes} [Tue Apr 7 01:17:21 2026] GET /v2.0/ports/c55a40b3-6457-41ce-8efb-a286a99953cf => generated 968 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/892] 10.0.0.248 () {34 vars in 748 bytes} [Tue Apr 7 01:17:20 2026] PUT /v2.0/floatingips/5d63997b-423b-48da-b78f-ca49f2968f52 => generated 856 bytes in 659 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:17:21.561 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0219b925-4147-4140-90f2-4614aa12f32d'] response: {'name': 'network-changed', 'server_uuid': '44e8f3f1-ed12-4977-9f9c-0077b47f7284', 'tag': '60d870a2-8bf6-4b3f-a8c2-9c13fc13b1e6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 460/893] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:17:21 2026] GET /v2.0/security-groups?tenant_id=f967ca7006f8496db6bf4f4ce92f6900&name=default => generated 2925 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/894] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:17:21 2026] GET /v2.0/security-groups?tenant_id=9f296d8fc5174e8489d860c8438ec0f7&name=default => generated 2925 bytes in 343 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/895] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:17:21 2026] DELETE /v2.0/security-groups/9fa33118-6d1e-4651-825e-e66c8468944c => 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: 461/896] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:17:21 2026] DELETE /v2.0/security-groups/a105e744-709e-47fa-9405-17bdc742c7a8 => 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: 436/897] 199.204.45.49 () {34 vars in 998 bytes} [Tue Apr 7 01:17:21 2026] GET /v2.0/subnets?network_id=3aaeea65-90d2-4d29-b814-3414ac30e7f1 => generated 684 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/898] 199.204.45.49 () {34 vars in 1144 bytes} [Tue Apr 7 01:17:21 2026] GET /v2.0/ports?device_id=8bf2937f-d616-4a62-af74-b301b026336d&device_owner=compute%3Anova&network_id=3aaeea65-90d2-4d29-b814-3414ac30e7f1 => generated 971 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/899] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:17:22 2026] GET /v2.0/ports?tenant_id=3ebc5bdbb28d4b639c281bf71d2b6984&device_id=44e8f3f1-ed12-4977-9f9c-0077b47f7284 => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/900] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:17:22 2026] GET /v2.0/security-groups?tenant_id=a375ed41711f4c16ba7b3b3c0b1d7da0&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/901] 199.204.45.49 () {34 vars in 984 bytes} [Tue Apr 7 01:17:22 2026] GET /v2.0/networks?id=c14ae108-732c-4f9a-b96c-08ee344db618 => generated 771 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/902] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:17:22 2026] DELETE /v2.0/security-groups/29cf0b0d-4326-4e98-8b74-5a9b35d98217 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/903] 199.204.45.49 () {34 vars in 1058 bytes} [Tue Apr 7 01:17:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=60d870a2-8bf6-4b3f-a8c2-9c13fc13b1e6 => generated 859 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/904] 199.204.45.49 () {34 vars in 982 bytes} [Tue Apr 7 01:17:22 2026] GET /v2.0/subnets?id=d804b96d-f8af-41f9-87b8-e06ca29531f0 => generated 693 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/905] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:17:22 2026] GET /v2.0/ports?network_id=c14ae108-732c-4f9a-b96c-08ee344db618&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/906] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:17:22 2026] GET /v2.0/networks/c14ae108-732c-4f9a-b96c-08ee344db618?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: 444/907] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:17:22 2026] GET /v2.0/networks/c14ae108-732c-4f9a-b96c-08ee344db618?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) [pid: 7|app: 0|req: 464/908] 199.204.45.49 () {38 vars in 1026 bytes} [Tue Apr 7 01:17:22 2026] PUT /v2.0/ports/c55a40b3-6457-41ce-8efb-a286a99953cf => generated 1145 bytes in 519 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/909] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:17:23 2026] GET /v2.0/ports?tenant_id=a0c91529d9454f1086561c9f5df9538f&device_id=8bf2937f-d616-4a62-af74-b301b026336d => generated 1417 bytes in 50 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: 465/910] 199.204.45.49 () {34 vars in 984 bytes} [Tue Apr 7 01:17:23 2026] GET /v2.0/networks?id=3aaeea65-90d2-4d29-b814-3414ac30e7f1 => generated 780 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/911] 199.204.45.49 () {34 vars in 1056 bytes} [Tue Apr 7 01:17:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=c55a40b3-6457-41ce-8efb-a286a99953cf => 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: 466/912] 199.204.45.49 () {34 vars in 1056 bytes} [Tue Apr 7 01:17:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=c55a40b3-6457-41ce-8efb-a286a99953cf => generated 860 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/913] 199.204.45.49 () {34 vars in 982 bytes} [Tue Apr 7 01:17:23 2026] GET /v2.0/subnets?id=8c710926-947d-4c49-a498-cf73f04bda3d => generated 702 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/914] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:17:23 2026] GET /v2.0/ports?network_id=3aaeea65-90d2-4d29-b814-3414ac30e7f1&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: 448/915] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:17:23 2026] GET /v2.0/networks/3aaeea65-90d2-4d29-b814-3414ac30e7f1?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: 468/916] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:17:23 2026] GET /v2.0/networks/3aaeea65-90d2-4d29-b814-3414ac30e7f1?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-07 01:17:23.601 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0fa69a63-4690-438b-983b-51033d5380fd'] response: {'name': 'network-changed', 'server_uuid': '8bf2937f-d616-4a62-af74-b301b026336d', 'tag': 'c55a40b3-6457-41ce-8efb-a286a99953cf', 'status': 'completed', 'code': 200} 2026-04-07 01:17:24.164 8 INFO neutron.db.segments_db [None req-c276f9cc-20bc-4d2c-9f21-193b0e062788 dc161414db4447269eb48c9a990ebea1 1eefbb98fc8d4f0facd96c6a7b0bb1b2 - - default default] Added segment 316ca718-7c41-4994-975a-f201ef64346c of type vxlan for network 366f29ed-9724-462c-a69b-272e221a96f5 2026-04-07 01:17:24.211 7 INFO neutron.db.segments_db [None req-2848e212-c8df-4eca-a194-356f510c0a09 77035f9fdece4a79b46d13dd7dcb3ee0 7a14caf67ae2453e9a7514f4183a0387 - - default default] Added segment 1d913e5e-eab7-4066-8897-0a63ae533a8b of type vxlan for network fad8f819-0c17-4955-865f-bc360088ce12 [pid: 8|app: 0|req: 449/917] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:17:23 2026] POST /v2.0/networks => generated 650 bytes in 436 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/918] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:17:24 2026] POST /v2.0/networks => generated 645 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/919] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:17:24 2026] POST /v2.0/subnets => generated 627 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:17:24.538 8 INFO neutron.db.segments_db [None req-e122efb4-7d3a-4d88-8901-ac562c02a0cd dc161414db4447269eb48c9a990ebea1 1eefbb98fc8d4f0facd96c6a7b0bb1b2 - - default default] Added segment c3235d85-85c0-4a38-ab27-1a2b4099c6f3 of type vxlan for network 38fd1036-8a1c-4dc9-9d13-de5369d9bf7e [pid: 7|app: 0|req: 470/920] 10.0.0.248 () {34 vars in 664 bytes} [Tue Apr 7 01:17:24 2026] POST /v2.0/ports => generated 775 bytes in 306 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: 471/921] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:17:24 2026] GET /v2.0/ports?tenant_id=a0c91529d9454f1086561c9f5df9538f&device_id=8bf2937f-d616-4a62-af74-b301b026336d => generated 1417 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/922] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:24 2026] GET /v2.0/ports?device_id=8bf2937f-d616-4a62-af74-b301b026336d => generated 1148 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:17:24.721 7 INFO neutron.db.segments_db [None req-29be253f-4776-449e-99c7-33c070c1113a 77035f9fdece4a79b46d13dd7dcb3ee0 7a14caf67ae2453e9a7514f4183a0387 - - default default] Added segment 18750fb8-1008-4ede-ae32-03aa50199147 of type vxlan for network ece8d3f7-5f3a-4c8b-9152-e6a1c6f0ed41 2026-04-07 01:17:24.772 8 INFO neutron.db.l3_hamode_db [None req-e122efb4-7d3a-4d88-8901-ac562c02a0cd dc161414db4447269eb48c9a990ebea1 1eefbb98fc8d4f0facd96c6a7b0bb1b2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 473/923] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:17:24 2026] POST /v2.0/networks => generated 631 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/924] 199.204.45.49 () {34 vars in 984 bytes} [Tue Apr 7 01:17:24 2026] GET /v2.0/networks?id=3aaeea65-90d2-4d29-b814-3414ac30e7f1 => generated 780 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/925] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:17:24 2026] GET /v2.0/security-groups?id=76df6ecc-10cf-41a4-8bbf-5f59a75b6bf6&fields=id&fields=name => generated 114 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/926] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:17:24 2026] POST /v2.0/subnets => generated 626 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/927] 199.204.45.49 () {34 vars in 1056 bytes} [Tue Apr 7 01:17:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=c55a40b3-6457-41ce-8efb-a286a99953cf => 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: 478/928] 10.0.0.248 () {34 vars in 664 bytes} [Tue Apr 7 01:17:25 2026] POST /v2.0/ports => generated 949 bytes in 340 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: 479/929] 199.204.45.49 () {34 vars in 1056 bytes} [Tue Apr 7 01:17:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=c55a40b3-6457-41ce-8efb-a286a99953cf => generated 860 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:17:25.519 7 INFO neutron_taas.services.taas.taas_plugin [None req-1ca9887a-51d8-4dd6-9171-81728519e397 77035f9fdece4a79b46d13dd7dcb3ee0 7a14caf67ae2453e9a7514f4183a0387 - - default default] TaaS: Handle Delete Port: e5a13649-8332-40f7-8512-8512ec0454b2 2026-04-07 01:17:25.522 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ca9887a-51d8-4dd6-9171-81728519e397 77035f9fdece4a79b46d13dd7dcb3ee0 7a14caf67ae2453e9a7514f4183a0387 - - default default] Tap Mirror: Handle Delete Port: e5a13649-8332-40f7-8512-8512ec0454b2 2026-04-07 01:17:25.576 8 INFO neutron.db.l3_hamode_db [None req-e122efb4-7d3a-4d88-8901-ac562c02a0cd dc161414db4447269eb48c9a990ebea1 1eefbb98fc8d4f0facd96c6a7b0bb1b2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 482/932] 10.0.0.248 () {32 vars in 719 bytes} [Tue Apr 7 01:17:25 2026] DELETE /v2.0/ports/e5a13649-8332-40f7-8512-8512ec0454b2 => generated 0 bytes in 248 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/933] 199.204.45.49 () {34 vars in 982 bytes} [Tue Apr 7 01:17:25 2026] GET /v2.0/subnets?id=8c710926-947d-4c49-a498-cf73f04bda3d => generated 702 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:17:25.696 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7386cfe3-b841-4e46-960f-407a9c457c94 77035f9fdece4a79b46d13dd7dcb3ee0 7a14caf67ae2453e9a7514f4183a0387 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 484/934] 10.0.0.248 () {32 vars in 719 bytes} [Tue Apr 7 01:17:25 2026] DELETE /v2.0/ports/e5a13649-8332-40f7-8512-8512ec0454b2 => generated 132 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/935] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:17:25 2026] GET /v2.0/ports?network_id=3aaeea65-90d2-4d29-b814-3414ac30e7f1&device_owner=network%3Adhcp => generated 1244 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:17:25.732 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0b7c3da7-a6e7-4751-8c40-4c2ca4f71e30 77035f9fdece4a79b46d13dd7dcb3ee0 7a14caf67ae2453e9a7514f4183a0387 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 486/936] 10.0.0.248 () {32 vars in 716 bytes} [Tue Apr 7 01:17:25 2026] GET /v2.0/ports/e5a13649-8332-40f7-8512-8512ec0454b2 => generated 132 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/937] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:17:25 2026] GET /v2.0/networks/3aaeea65-90d2-4d29-b814-3414ac30e7f1?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/938] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:17:25 2026] DELETE /v2.0/subnets/bd55f643-402e-4f87-9edb-eab74152a20e => generated 0 bytes in 85 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/939] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:17:25 2026] GET /v2.0/networks/3aaeea65-90d2-4d29-b814-3414ac30e7f1?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) 2026-04-07 01:17:25.986 7 INFO neutron.services.segments.plugin [-] Segment 18750fb8-1008-4ede-ae32-03aa50199147 resource provider aggregate not found 2026-04-07 01:17:25.990 7 INFO neutron.services.segments.plugin [-] Segment 18750fb8-1008-4ede-ae32-03aa50199147 resource provider aggregate not found 2026-04-07 01:17:26.004 7 INFO neutron.services.segments.plugin [-] Segment 18750fb8-1008-4ede-ae32-03aa50199147 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18750fb8-1008-4ede-ae32-03aa50199147 found for delete ", "request_id": "req-762da3ab-5a59-4c69-a000-2bda5d7cbc08"}]} 2026-04-07 01:17:26.005 7 INFO neutron.services.segments.plugin [-] Segment 18750fb8-1008-4ede-ae32-03aa50199147 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18750fb8-1008-4ede-ae32-03aa50199147 found for delete ", "request_id": "req-f703a159-c6c3-4fed-bdf1-499e455b2831"}]} [pid: 7|app: 0|req: 490/940] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:17:25 2026] DELETE /v2.0/networks/ece8d3f7-5f3a-4c8b-9152-e6a1c6f0ed41 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:17:26.073 7 INFO neutron.db.segments_db [None req-6598f465-6cf1-4a83-89f4-fa727a5c7a23 77035f9fdece4a79b46d13dd7dcb3ee0 7a14caf67ae2453e9a7514f4183a0387 - - default default] Added segment de720b55-84ee-4424-9213-5d0849c7f630 of type vxlan for network 22268294-56a8-42b8-8931-06064b0a02c3 [pid: 7|app: 0|req: 491/941] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:17:26 2026] POST /v2.0/networks => generated 632 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/942] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:17:26 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: 451/943] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:17:24 2026] POST /v2.0/routers => generated 695 bytes in 1903 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/944] 199.204.45.49 () {34 vars in 1116 bytes} [Tue Apr 7 01:17:26 2026] GET /v2.0/ports?device_id=8bf2937f-d616-4a62-af74-b301b026336d&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.8 => generated 1148 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/945] 10.0.0.248 () {34 vars in 664 bytes} [Tue Apr 7 01:17:26 2026] POST /v2.0/ports => generated 916 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/946] 199.204.45.49 () {38 vars in 1026 bytes} [Tue Apr 7 01:17:26 2026] PUT /v2.0/ports/c55a40b3-6457-41ce-8efb-a286a99953cf => generated 968 bytes in 537 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-07 01:17:27.286 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4e1fa26a-da18-4725-a389-fd86fd028989'] response: {'name': 'network-changed', 'server_uuid': '8bf2937f-d616-4a62-af74-b301b026336d', 'tag': 'c55a40b3-6457-41ce-8efb-a286a99953cf', 'status': 'completed', 'code': 200} 2026-04-07 01:17:27.373 8 INFO neutron_taas.services.taas.taas_plugin [None req-9a67eb89-f2af-41a6-82e6-1e912ff98808 77035f9fdece4a79b46d13dd7dcb3ee0 7a14caf67ae2453e9a7514f4183a0387 - - default default] TaaS: Handle Delete Port: 6d55c3bd-8368-4adc-b582-b8dd69b44d1f 2026-04-07 01:17:27.377 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9a67eb89-f2af-41a6-82e6-1e912ff98808 77035f9fdece4a79b46d13dd7dcb3ee0 7a14caf67ae2453e9a7514f4183a0387 - - default default] Tap Mirror: Handle Delete Port: 6d55c3bd-8368-4adc-b582-b8dd69b44d1f [pid: 8|app: 0|req: 454/947] 10.0.0.248 () {32 vars in 719 bytes} [Tue Apr 7 01:17:27 2026] DELETE /v2.0/ports/6d55c3bd-8368-4adc-b582-b8dd69b44d1f => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:17:27.541 8 INFO neutron.pecan_wsgi.hooks.translation [None req-99032126-d545-42e6-a905-19c3cb8f4f25 77035f9fdece4a79b46d13dd7dcb3ee0 7a14caf67ae2453e9a7514f4183a0387 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 455/948] 10.0.0.248 () {32 vars in 716 bytes} [Tue Apr 7 01:17:27 2026] GET /v2.0/ports/6d55c3bd-8368-4adc-b582-b8dd69b44d1f => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/949] 10.0.0.248 () {34 vars in 782 bytes} [Tue Apr 7 01:17:26 2026] PUT /v2.0/routers/fbebb286-1e2b-453a-b9c3-4ea985c233a4/add_router_interface => generated 309 bytes in 1193 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/950] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:17:27 2026] DELETE /v2.0/subnets/7d91ef9e-9161-4733-bb88-d2e3de849875 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:17:27.798 8 INFO neutron.services.segments.plugin [-] Segment de720b55-84ee-4424-9213-5d0849c7f630 resource provider aggregate not found 2026-04-07 01:17:27.805 8 INFO neutron.services.segments.plugin [-] Segment de720b55-84ee-4424-9213-5d0849c7f630 resource provider aggregate not found 2026-04-07 01:17:27.823 8 INFO neutron.services.segments.plugin [-] Segment de720b55-84ee-4424-9213-5d0849c7f630 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de720b55-84ee-4424-9213-5d0849c7f630 found for delete ", "request_id": "req-4ae63e03-2a4a-430b-b4ae-3c6f53d9c947"}]} 2026-04-07 01:17:27.828 8 INFO neutron.services.segments.plugin [-] Segment de720b55-84ee-4424-9213-5d0849c7f630 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de720b55-84ee-4424-9213-5d0849c7f630 found for delete ", "request_id": "req-dbb5ee8e-bb25-4bc6-a2dc-c44886d23557"}]} [pid: 8|app: 0|req: 457/951] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:17:27 2026] DELETE /v2.0/networks/22268294-56a8-42b8-8931-06064b0a02c3 => 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: 458/952] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:17:27 2026] GET /v2.0/ports?tenant_id=a0c91529d9454f1086561c9f5df9538f&device_id=8bf2937f-d616-4a62-af74-b301b026336d => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/953] 10.0.0.248 () {34 vars in 664 bytes} [Tue Apr 7 01:17:27 2026] POST /v2.0/ports => generated 955 bytes in 374 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: 496/954] 199.204.45.49 () {34 vars in 984 bytes} [Tue Apr 7 01:17:28 2026] GET /v2.0/networks?id=3aaeea65-90d2-4d29-b814-3414ac30e7f1 => generated 780 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/955] 10.0.0.248 () {34 vars in 664 bytes} [Tue Apr 7 01:17:27 2026] POST /v2.0/ports => generated 773 bytes in 274 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: 460/956] 199.204.45.49 () {34 vars in 1056 bytes} [Tue Apr 7 01:17:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=c55a40b3-6457-41ce-8efb-a286a99953cf => generated 860 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/957] 10.0.0.248 () {34 vars in 736 bytes} [Tue Apr 7 01:17:28 2026] PUT /v2.0/ports/de457d92-b580-4e01-a63f-9e72aed60c8f => generated 752 bytes in 154 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: 462/958] 199.204.45.49 () {34 vars in 982 bytes} [Tue Apr 7 01:17:28 2026] GET /v2.0/subnets?id=8c710926-947d-4c49-a498-cf73f04bda3d => generated 702 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/959] 10.0.0.248 () {34 vars in 664 bytes} [Tue Apr 7 01:17:28 2026] POST /v2.0/ports => generated 954 bytes in 334 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: 498/960] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:17:28 2026] GET /v2.0/ports?network_id=3aaeea65-90d2-4d29-b814-3414ac30e7f1&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:17:28.450 8 INFO neutron_taas.services.taas.taas_plugin [None req-2c0b4725-30b0-4b96-bcb1-6e1cb20aff38 77035f9fdece4a79b46d13dd7dcb3ee0 7a14caf67ae2453e9a7514f4183a0387 - - default default] TaaS: Handle Delete Port: de457d92-b580-4e01-a63f-9e72aed60c8f 2026-04-07 01:17:28.453 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c0b4725-30b0-4b96-bcb1-6e1cb20aff38 77035f9fdece4a79b46d13dd7dcb3ee0 7a14caf67ae2453e9a7514f4183a0387 - - default default] Tap Mirror: Handle Delete Port: de457d92-b580-4e01-a63f-9e72aed60c8f [pid: 8|app: 0|req: 463/961] 10.0.0.248 () {32 vars in 719 bytes} [Tue Apr 7 01:17:28 2026] DELETE /v2.0/ports/de457d92-b580-4e01-a63f-9e72aed60c8f => 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: 464/962] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:17:28 2026] GET /v2.0/networks/3aaeea65-90d2-4d29-b814-3414ac30e7f1?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/963] 10.0.0.248 () {32 vars in 642 bytes} [Tue Apr 7 01:17:28 2026] GET /v2.0/ports => generated 778 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/964] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:17:28 2026] GET /v2.0/networks/3aaeea65-90d2-4d29-b814-3414ac30e7f1?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) 2026-04-07 01:17:28.672 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ed20645a-406b-4e58-9bf4-1f3c77c26b9b 77035f9fdece4a79b46d13dd7dcb3ee0 7a14caf67ae2453e9a7514f4183a0387 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 467/965] 10.0.0.248 () {32 vars in 716 bytes} [Tue Apr 7 01:17:28 2026] GET /v2.0/ports/de457d92-b580-4e01-a63f-9e72aed60c8f => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/966] 10.0.0.248 () {32 vars in 642 bytes} [Tue Apr 7 01:17:28 2026] GET /v2.0/ports => generated 778 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/967] 10.0.0.248 () {32 vars in 716 bytes} [Tue Apr 7 01:17:28 2026] GET /v2.0/ports/88c1af0a-c1c2-497d-bf9f-583ba3835e0b => generated 775 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:17:28.770 8 INFO neutron.pecan_wsgi.hooks.translation [None req-19cb802e-bf05-4bd2-8ff6-0d3dcbec25eb 77035f9fdece4a79b46d13dd7dcb3ee0 7a14caf67ae2453e9a7514f4183a0387 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 470/968] 10.0.0.248 () {32 vars in 719 bytes} [Tue Apr 7 01:17:28 2026] DELETE /v2.0/ports/6d55c3bd-8368-4adc-b582-b8dd69b44d1f => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:17:28.786 8 INFO neutron.pecan_wsgi.hooks.translation [None req-22abd592-6d9c-46cd-baca-e082a61651b6 77035f9fdece4a79b46d13dd7dcb3ee0 7a14caf67ae2453e9a7514f4183a0387 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 471/969] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:17:28 2026] DELETE /v2.0/subnets/7d91ef9e-9161-4733-bb88-d2e3de849875 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:17:28.802 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e3cb070a-d35f-48a7-a331-595252064035 77035f9fdece4a79b46d13dd7dcb3ee0 7a14caf67ae2453e9a7514f4183a0387 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 472/970] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:17:28 2026] DELETE /v2.0/subnets/bd55f643-402e-4f87-9edb-eab74152a20e => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:17:28.895 8 INFO neutron_taas.services.taas.taas_plugin [None req-9dd00048-aff7-4063-a4fa-c2c6f6e21f7b 77035f9fdece4a79b46d13dd7dcb3ee0 7a14caf67ae2453e9a7514f4183a0387 - - default default] TaaS: Handle Delete Port: 88c1af0a-c1c2-497d-bf9f-583ba3835e0b 2026-04-07 01:17:28.898 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9dd00048-aff7-4063-a4fa-c2c6f6e21f7b 77035f9fdece4a79b46d13dd7dcb3ee0 7a14caf67ae2453e9a7514f4183a0387 - - default default] Tap Mirror: Handle Delete Port: 88c1af0a-c1c2-497d-bf9f-583ba3835e0b [pid: 8|app: 0|req: 473/971] 10.0.0.248 () {32 vars in 719 bytes} [Tue Apr 7 01:17:28 2026] DELETE /v2.0/ports/88c1af0a-c1c2-497d-bf9f-583ba3835e0b => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/972] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:17:28 2026] DELETE /v2.0/networks/fad8f819-0c17-4955-865f-bc360088ce12 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:17:29.117 7 INFO neutron.db.l3_db [None req-80dfedac-58c9-48ba-99eb-d1328bfed0e6 dc161414db4447269eb48c9a990ebea1 1eefbb98fc8d4f0facd96c6a7b0bb1b2 - - default default] Floating IP caa4b9ed-0129-4c9e-989d-3043e29861d5 associated. External IP: 10.96.250.213, port: 2ecf4569-97ae-400e-ab94-81e81bce5ebc. [pid: 8|app: 0|req: 475/973] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:29 2026] GET /v2.0/ports?device_id=8bf2937f-d616-4a62-af74-b301b026336d => 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: 476/974] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:17:29 2026] GET /v2.0/security-groups?id=76df6ecc-10cf-41a4-8bbf-5f59a75b6bf6&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/975] 10.0.0.248 () {34 vars in 676 bytes} [Tue Apr 7 01:17:28 2026] POST /v2.0/floatingips => generated 841 bytes in 995 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:17:29.536 8 INFO neutron.db.l3_db [None req-fc3292ab-da78-4ed1-a702-17a97282f705 dc161414db4447269eb48c9a990ebea1 1eefbb98fc8d4f0facd96c6a7b0bb1b2 - - default default] Floating IP caa4b9ed-0129-4c9e-989d-3043e29861d5 disassociated. External IP: 10.96.250.213, port: 2ecf4569-97ae-400e-ab94-81e81bce5ebc. [pid: 7|app: 0|req: 500/976] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:17:29 2026] GET /v2.0/security-groups?tenant_id=7a14caf67ae2453e9a7514f4183a0387&name=default => generated 2925 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/977] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:17:29 2026] GET /v2.0/ports?tenant_id=a0c91529d9454f1086561c9f5df9538f&device_id=8bf2937f-d616-4a62-af74-b301b026336d => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/978] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:17:29 2026] DELETE /v2.0/security-groups/c99f007e-587f-4193-985c-08f7c1cc49c6 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/979] 199.204.45.49 () {34 vars in 984 bytes} [Tue Apr 7 01:17:29 2026] GET /v2.0/networks?id=3aaeea65-90d2-4d29-b814-3414ac30e7f1 => generated 780 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/980] 10.0.0.248 () {34 vars in 748 bytes} [Tue Apr 7 01:17:29 2026] PUT /v2.0/floatingips/caa4b9ed-0129-4c9e-989d-3043e29861d5 => generated 552 bytes in 406 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:17:29.845 8 INFO neutron.services.segments.plugin [-] Segment 1d913e5e-eab7-4066-8897-0a63ae533a8b resource provider aggregate not found 2026-04-07 01:17:29.852 8 INFO neutron.services.segments.plugin [-] Segment 1d913e5e-eab7-4066-8897-0a63ae533a8b resource provider aggregate not found 2026-04-07 01:17:29.865 8 INFO neutron.services.segments.plugin [-] Segment 1d913e5e-eab7-4066-8897-0a63ae533a8b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d913e5e-eab7-4066-8897-0a63ae533a8b found for delete ", "request_id": "req-0d2fd2a2-36c4-4eb3-a256-2777e0cbca02"}]} 2026-04-07 01:17:29.877 8 INFO neutron.services.segments.plugin [-] Segment 1d913e5e-eab7-4066-8897-0a63ae533a8b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d913e5e-eab7-4066-8897-0a63ae533a8b found for delete ", "request_id": "req-66663bb0-4e51-4418-b0c7-aaabcdfac67e"}]} [pid: 8|app: 0|req: 478/981] 199.204.45.49 () {34 vars in 1056 bytes} [Tue Apr 7 01:17:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=c55a40b3-6457-41ce-8efb-a286a99953cf => generated 860 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/982] 199.204.45.49 () {34 vars in 982 bytes} [Tue Apr 7 01:17:29 2026] GET /v2.0/subnets?id=8c710926-947d-4c49-a498-cf73f04bda3d => generated 702 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:17:29.930 7 INFO neutron_taas.services.taas.taas_plugin [None req-3722bbf2-1630-4810-92c7-e624683188af dc161414db4447269eb48c9a990ebea1 1eefbb98fc8d4f0facd96c6a7b0bb1b2 - - default default] TaaS: Handle Delete Port: 08a8467d-18db-4a97-b601-3bcf483a2ed7 2026-04-07 01:17:29.933 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3722bbf2-1630-4810-92c7-e624683188af dc161414db4447269eb48c9a990ebea1 1eefbb98fc8d4f0facd96c6a7b0bb1b2 - - default default] Tap Mirror: Handle Delete Port: 08a8467d-18db-4a97-b601-3bcf483a2ed7 [pid: 8|app: 0|req: 480/983] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:17:29 2026] GET /v2.0/ports?network_id=3aaeea65-90d2-4d29-b814-3414ac30e7f1&device_owner=network%3Adhcp => generated 1244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/984] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:17:29 2026] GET /v2.0/networks/3aaeea65-90d2-4d29-b814-3414ac30e7f1?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: 482/985] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:17:30 2026] GET /v2.0/networks/3aaeea65-90d2-4d29-b814-3414ac30e7f1?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: 504/986] 10.0.0.248 () {32 vars in 731 bytes} [Tue Apr 7 01:17:29 2026] DELETE /v2.0/floatingips/caa4b9ed-0129-4c9e-989d-3043e29861d5 => generated 0 bytes in 239 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/987] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:30 2026] GET /v2.0/ports?device_id=8bf2937f-d616-4a62-af74-b301b026336d => generated 971 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/988] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:17:30 2026] GET /v2.0/security-groups?id=76df6ecc-10cf-41a4-8bbf-5f59a75b6bf6&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:17:30.814 8 INFO neutron.db.l3_db [None req-450a93b3-8d57-4f81-844c-4074273a3fc0 dc161414db4447269eb48c9a990ebea1 1eefbb98fc8d4f0facd96c6a7b0bb1b2 - - default default] Floating IP 2782cb58-74bb-46ae-b36b-29581f382e19 associated. External IP: 10.96.250.208, port: 108dc8a3-63f9-4bde-b56b-10996e51bf09. [pid: 8|app: 0|req: 483/989] 10.0.0.248 () {34 vars in 676 bytes} [Tue Apr 7 01:17:30 2026] POST /v2.0/floatingips => generated 842 bytes in 1046 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/990] 10.0.0.248 () {32 vars in 728 bytes} [Tue Apr 7 01:17:31 2026] GET /v2.0/floatingips/2782cb58-74bb-46ae-b36b-29581f382e19 => generated 842 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/991] 10.0.0.248 () {32 vars in 654 bytes} [Tue Apr 7 01:17:31 2026] GET /v2.0/floatingips => generated 845 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:17:31.559 7 INFO neutron.db.l3_db [None req-addf18e1-24aa-41ad-940f-ad17d0344bd7 dc161414db4447269eb48c9a990ebea1 1eefbb98fc8d4f0facd96c6a7b0bb1b2 - - default default] Floating IP 2782cb58-74bb-46ae-b36b-29581f382e19 associated. External IP: 10.96.250.208, port: 108dc8a3-63f9-4bde-b56b-10996e51bf09. [pid: 8|app: 0|req: 485/992] 10.0.0.248 () {34 vars in 683 bytes} [Tue Apr 7 01:17:31 2026] POST /v2.0/security-groups => generated 1625 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/993] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:31 2026] GET /v2.0/ports?device_id=8bf2937f-d616-4a62-af74-b301b026336d => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/994] 199.204.45.49 () {34 vars in 992 bytes} [Tue Apr 7 01:17:31 2026] GET /v2.0/ports?device_id=8bf2937f-d616-4a62-af74-b301b026336d => 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: 488/995] 10.0.0.248 () {32 vars in 662 bytes} [Tue Apr 7 01:17:31 2026] GET /v2.0/security-groups => generated 4530 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/996] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:17:31 2026] GET /v2.0/security-groups?id=76df6ecc-10cf-41a4-8bbf-5f59a75b6bf6&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/997] 10.0.0.248 () {34 vars in 748 bytes} [Tue Apr 7 01:17:31 2026] PUT /v2.0/floatingips/2782cb58-74bb-46ae-b36b-29581f382e19 => generated 841 bytes in 840 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:17:32.109 8 INFO neutron_taas.services.taas.taas_plugin [req-7f4de5cb-b66b-4af2-b290-e9b8dcae6c71 req-62ff7054-0731-42cb-9219-049d571f3d20 585a03dcf7a746c2b6e6c6d78ed8d251 a0c91529d9454f1086561c9f5df9538f - - default default] TaaS: Handle Delete Port: c55a40b3-6457-41ce-8efb-a286a99953cf 2026-04-07 01:17:32.113 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7f4de5cb-b66b-4af2-b290-e9b8dcae6c71 req-62ff7054-0731-42cb-9219-049d571f3d20 585a03dcf7a746c2b6e6c6d78ed8d251 a0c91529d9454f1086561c9f5df9538f - - default default] Tap Mirror: Handle Delete Port: c55a40b3-6457-41ce-8efb-a286a99953cf [pid: 7|app: 0|req: 509/998] 10.0.0.248 () {34 vars in 757 bytes} [Tue Apr 7 01:17:32 2026] PUT /v2.0/security-groups/a19960f4-e3bc-4679-ac00-17949a9b8d4f => generated 1663 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:17:32.239 8 INFO neutron.db.l3_db [req-7f4de5cb-b66b-4af2-b290-e9b8dcae6c71 req-62ff7054-0731-42cb-9219-049d571f3d20 585a03dcf7a746c2b6e6c6d78ed8d251 a0c91529d9454f1086561c9f5df9538f - - default default] Floating IP ee3b24e7-d01e-4989-8fe1-105335ee5779 disassociated. External IP: 10.96.250.217, port: c55a40b3-6457-41ce-8efb-a286a99953cf. 2026-04-07 01:17:32.278 7 INFO neutron.db.l3_db [None req-05b0099d-eb97-4b8d-b12c-dec9cb1c7831 dc161414db4447269eb48c9a990ebea1 1eefbb98fc8d4f0facd96c6a7b0bb1b2 - - default default] Floating IP 2782cb58-74bb-46ae-b36b-29581f382e19 disassociated. External IP: 10.96.250.208, port: 2ecf4569-97ae-400e-ab94-81e81bce5ebc. [pid: 8|app: 0|req: 490/999] 199.204.45.49 () {36 vars in 995 bytes} [Tue Apr 7 01:17:32 2026] DELETE /v2.0/ports/c55a40b3-6457-41ce-8efb-a286a99953cf => generated 0 bytes in 558 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/1000] 10.0.0.248 () {32 vars in 736 bytes} [Tue Apr 7 01:17:32 2026] GET /v2.0/security-groups/a19960f4-e3bc-4679-ac00-17949a9b8d4f => generated 1663 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1001] 10.0.0.248 () {34 vars in 748 bytes} [Tue Apr 7 01:17:32 2026] PUT /v2.0/floatingips/2782cb58-74bb-46ae-b36b-29581f382e19 => generated 552 bytes in 434 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:17:32.603 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f963b89f-4c53-4809-8590-7e6fe79cc2de'] response: {'server_uuid': '8bf2937f-d616-4a62-af74-b301b026336d', 'name': 'network-vif-deleted', 'tag': 'c55a40b3-6457-41ce-8efb-a286a99953cf', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 511/1002] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:17:32 2026] DELETE /v2.0/security-groups/a19960f4-e3bc-4679-ac00-17949a9b8d4f => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/1003] 10.0.0.97 () {34 vars in 988 bytes} [Tue Apr 7 01:17:32 2026] GET /v2.0/ports?device_id=44e8f3f1-ed12-4977-9f9c-0077b47f7284 => generated 1244 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/1004] 10.0.0.248 () {32 vars in 662 bytes} [Tue Apr 7 01:17:32 2026] GET /v2.0/security-groups => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/1005] 10.0.0.97 () {34 vars in 1038 bytes} [Tue Apr 7 01:17:32 2026] GET /v2.0/security-groups?id=b8629584-affd-42e4-8e79-e755fd861b14&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-07 01:17:32.757 8 INFO neutron.api.v2.resource [None req-6e16701d-4c01-4ee1-84b0-b17d5c4f402d a9806ba88e14480285ef88a68d739995 baaf90c540b541829b8a443ffb927fc3 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 495/1006] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:17:32 2026] DELETE /v2.0/security-groups/a19960f4-e3bc-4679-ac00-17949a9b8d4f => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:17:32.779 7 INFO neutron_taas.services.taas.taas_plugin [None req-8c2af285-094f-4524-a955-d57a508aff97 dc161414db4447269eb48c9a990ebea1 1eefbb98fc8d4f0facd96c6a7b0bb1b2 - - default default] TaaS: Handle Delete Port: 62bf694e-dfb6-4de1-b5bc-88a4c11972b4 2026-04-07 01:17:32.781 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8c2af285-094f-4524-a955-d57a508aff97 dc161414db4447269eb48c9a990ebea1 1eefbb98fc8d4f0facd96c6a7b0bb1b2 - - default default] Tap Mirror: Handle Delete Port: 62bf694e-dfb6-4de1-b5bc-88a4c11972b4 [pid: 8|app: 0|req: 496/1007] 10.0.0.248 () {34 vars in 683 bytes} [Tue Apr 7 01:17:32 2026] POST /v2.0/security-groups => generated 1624 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1008] 10.0.0.248 () {32 vars in 731 bytes} [Tue Apr 7 01:17:32 2026] DELETE /v2.0/floatingips/2782cb58-74bb-46ae-b36b-29581f382e19 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:17:32.962 7 INFO neutron.api.v2.resource [None req-a52ddc1f-6015-431d-ac08-2795d9f81664 dc161414db4447269eb48c9a990ebea1 1eefbb98fc8d4f0facd96c6a7b0bb1b2 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 513/1009] 10.0.0.248 () {32 vars in 731 bytes} [Tue Apr 7 01:17:32 2026] DELETE /v2.0/floatingips/2782cb58-74bb-46ae-b36b-29581f382e19 => generated 144 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1010] 10.0.0.248 () {34 vars in 694 bytes} [Tue Apr 7 01:17:32 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: 7|app: 0|req: 514/1011] 10.0.0.248 () {32 vars in 746 bytes} [Tue Apr 7 01:17:32 2026] GET /v2.0/security-group-rules/7bc19b7d-d64c-404e-b22c-447d35018b65 => generated 601 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1012] 10.0.0.248 () {32 vars in 672 bytes} [Tue Apr 7 01:17:32 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1013] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:33 2026] GET /v2.0/ports?device_id=8bf2937f-d616-4a62-af74-b301b026336d => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:17:33.097 8 INFO neutron_taas.services.taas.taas_plugin [None req-a1bda4b5-e428-40b5-9baa-284e3ac586d2 dc161414db4447269eb48c9a990ebea1 1eefbb98fc8d4f0facd96c6a7b0bb1b2 - - default default] TaaS: Handle Delete Port: 2ecf4569-97ae-400e-ab94-81e81bce5ebc 2026-04-07 01:17:33.100 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a1bda4b5-e428-40b5-9baa-284e3ac586d2 dc161414db4447269eb48c9a990ebea1 1eefbb98fc8d4f0facd96c6a7b0bb1b2 - - default default] Tap Mirror: Handle Delete Port: 2ecf4569-97ae-400e-ab94-81e81bce5ebc [pid: 7|app: 0|req: 517/1014] 10.0.0.248 () {32 vars in 749 bytes} [Tue Apr 7 01:17:33 2026] DELETE /v2.0/security-group-rules/7bc19b7d-d64c-404e-b22c-447d35018b65 => 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: 518/1015] 10.0.0.248 () {32 vars in 672 bytes} [Tue Apr 7 01:17:33 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1016] 10.0.0.248 () {32 vars in 719 bytes} [Tue Apr 7 01:17:32 2026] DELETE /v2.0/ports/2ecf4569-97ae-400e-ab94-81e81bce5ebc => generated 0 bytes in 289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1017] 10.0.0.248 () {34 vars in 694 bytes} [Tue Apr 7 01:17:33 2026] POST /v2.0/security-group-rules => generated 601 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1018] 10.0.0.248 () {32 vars in 746 bytes} [Tue Apr 7 01:17:33 2026] GET /v2.0/security-group-rules/73f4164f-8761-4d25-970f-e811de619ddc => generated 601 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1019] 10.0.0.248 () {32 vars in 672 bytes} [Tue Apr 7 01:17:33 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:17:33.370 8 INFO neutron_taas.services.taas.taas_plugin [None req-4e643fb9-4f69-4fbe-be30-b9c881e8a641 dc161414db4447269eb48c9a990ebea1 1eefbb98fc8d4f0facd96c6a7b0bb1b2 - - default default] TaaS: Handle Delete Port: 108dc8a3-63f9-4bde-b56b-10996e51bf09 2026-04-07 01:17:33.374 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4e643fb9-4f69-4fbe-be30-b9c881e8a641 dc161414db4447269eb48c9a990ebea1 1eefbb98fc8d4f0facd96c6a7b0bb1b2 - - default default] Tap Mirror: Handle Delete Port: 108dc8a3-63f9-4bde-b56b-10996e51bf09 [pid: 7|app: 0|req: 522/1020] 10.0.0.248 () {32 vars in 749 bytes} [Tue Apr 7 01:17:33 2026] DELETE /v2.0/security-group-rules/73f4164f-8761-4d25-970f-e811de619ddc => 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: 523/1021] 10.0.0.248 () {32 vars in 672 bytes} [Tue Apr 7 01:17:33 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/1022] 10.0.0.248 () {32 vars in 719 bytes} [Tue Apr 7 01:17:33 2026] DELETE /v2.0/ports/108dc8a3-63f9-4bde-b56b-10996e51bf09 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1023] 10.0.0.248 () {34 vars in 694 bytes} [Tue Apr 7 01:17:33 2026] POST /v2.0/security-group-rules => generated 602 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/1024] 10.0.0.248 () {32 vars in 735 bytes} [Tue Apr 7 01:17:33 2026] GET /v2.0/ports?device_id=fbebb286-1e2b-453a-b9c3-4ea985c233a4 => generated 958 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1025] 10.0.0.248 () {32 vars in 746 bytes} [Tue Apr 7 01:17:33 2026] GET /v2.0/security-group-rules/0f6d0106-3095-49a2-a062-ffa79d41604b => generated 602 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1026] 10.0.0.248 () {32 vars in 672 bytes} [Tue Apr 7 01:17:33 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1027] 10.0.0.248 () {32 vars in 749 bytes} [Tue Apr 7 01:17:33 2026] DELETE /v2.0/security-group-rules/0f6d0106-3095-49a2-a062-ffa79d41604b => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1028] 10.0.0.248 () {32 vars in 672 bytes} [Tue Apr 7 01:17:33 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1029] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:17:33 2026] DELETE /v2.0/security-groups/d893626c-f85f-4427-82fa-ff2c89ea0c3a => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1030] 10.0.0.248 () {32 vars in 662 bytes} [Tue Apr 7 01:17:33 2026] GET /v2.0/security-groups => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1031] 10.0.0.248 () {32 vars in 662 bytes} [Tue Apr 7 01:17:33 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) 2026-04-07 01:17:33.926 8 INFO neutron_taas.services.taas.taas_plugin [None req-e091372e-72c2-449a-afe6-f5d5575ed616 dc161414db4447269eb48c9a990ebea1 1eefbb98fc8d4f0facd96c6a7b0bb1b2 - - default default] TaaS: Handle Delete Port: ffd1d7d0-59e1-4e1b-aaba-0a2bc8206a3e 2026-04-07 01:17:33.929 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e091372e-72c2-449a-afe6-f5d5575ed616 dc161414db4447269eb48c9a990ebea1 1eefbb98fc8d4f0facd96c6a7b0bb1b2 - - default default] Tap Mirror: Handle Delete Port: ffd1d7d0-59e1-4e1b-aaba-0a2bc8206a3e [pid: 7|app: 0|req: 532/1032] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:34 2026] GET /v2.0/ports?device_id=8bf2937f-d616-4a62-af74-b301b026336d => 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: 533/1033] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:17:34 2026] GET /v2.0/security-groups?tenant_id=baaf90c540b541829b8a443ffb927fc3&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1034] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:17:34 2026] DELETE /v2.0/security-groups/ac8e576e-55d2-41e3-a4da-00f42d0fb5c9 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1035] 10.0.0.248 () {34 vars in 788 bytes} [Tue Apr 7 01:17:33 2026] PUT /v2.0/routers/fbebb286-1e2b-453a-b9c3-4ea985c233a4/remove_router_interface => generated 309 bytes in 1167 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:17:34.921 7 INFO neutron_taas.services.taas.taas_plugin [None req-cc4b1a6e-4ee5-4a0b-ad9b-c32c7cf81a7a dc161414db4447269eb48c9a990ebea1 1eefbb98fc8d4f0facd96c6a7b0bb1b2 - - default default] TaaS: Handle Delete Port: 732e013f-782b-4ce2-8b31-b80ad2e5e9fe 2026-04-07 01:17:34.925 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc4b1a6e-4ee5-4a0b-ad9b-c32c7cf81a7a dc161414db4447269eb48c9a990ebea1 1eefbb98fc8d4f0facd96c6a7b0bb1b2 - - default default] Tap Mirror: Handle Delete Port: 732e013f-782b-4ce2-8b31-b80ad2e5e9fe 2026-04-07 01:17:35.185 7 INFO neutron_taas.services.taas.taas_plugin [None req-cc4b1a6e-4ee5-4a0b-ad9b-c32c7cf81a7a dc161414db4447269eb48c9a990ebea1 1eefbb98fc8d4f0facd96c6a7b0bb1b2 - - default default] TaaS: Handle Delete Port: 7057e968-bc9d-43d3-b6f4-5ff3b6bfc7c8 2026-04-07 01:17:35.188 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc4b1a6e-4ee5-4a0b-ad9b-c32c7cf81a7a dc161414db4447269eb48c9a990ebea1 1eefbb98fc8d4f0facd96c6a7b0bb1b2 - - default default] Tap Mirror: Handle Delete Port: 7057e968-bc9d-43d3-b6f4-5ff3b6bfc7c8 [pid: 8|app: 0|req: 502/1036] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:35 2026] GET /v2.0/ports?device_id=8bf2937f-d616-4a62-af74-b301b026336d => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:17:35.849 7 INFO neutron.services.segments.plugin [-] Segment c3235d85-85c0-4a38-ab27-1a2b4099c6f3 resource provider aggregate not found 2026-04-07 01:17:35.853 7 INFO neutron.services.segments.plugin [-] Segment c3235d85-85c0-4a38-ab27-1a2b4099c6f3 resource provider aggregate not found 2026-04-07 01:17:35.872 7 INFO neutron.services.segments.plugin [-] Segment c3235d85-85c0-4a38-ab27-1a2b4099c6f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3235d85-85c0-4a38-ab27-1a2b4099c6f3 found for delete ", "request_id": "req-73b0eff2-27ba-49ea-8085-c3aaa5f7439d"}]} 2026-04-07 01:17:35.879 7 INFO neutron.services.segments.plugin [-] Segment c3235d85-85c0-4a38-ab27-1a2b4099c6f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3235d85-85c0-4a38-ab27-1a2b4099c6f3 found for delete ", "request_id": "req-8449809a-e1ca-43b5-bf0f-cb40a7adc43c"}]} 2026-04-07 01:17:35.882 7 INFO neutron.db.l3_hamode_db [None req-cc4b1a6e-4ee5-4a0b-ad9b-c32c7cf81a7a dc161414db4447269eb48c9a990ebea1 1eefbb98fc8d4f0facd96c6a7b0bb1b2 - - default default] HA network 38fd1036-8a1c-4dc9-9d13-de5369d9bf7e was deleted as no HA routers are present in tenant 1eefbb98fc8d4f0facd96c6a7b0bb1b2. [pid: 7|app: 0|req: 535/1037] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:17:34 2026] DELETE /v2.0/routers/fbebb286-1e2b-453a-b9c3-4ea985c233a4 => generated 0 bytes in 1145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1038] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:17:35 2026] DELETE /v2.0/subnets/6d0fd748-1217-439b-acbe-b565fc7d70f4 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1039] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:17:36 2026] DELETE /v2.0/networks/366f29ed-9724-462c-a69b-272e221a96f5 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1040] 10.0.0.248 () {34 vars in 676 bytes} [Tue Apr 7 01:17:36 2026] POST /v2.0/subnetpools => generated 549 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1041] 10.0.0.248 () {32 vars in 728 bytes} [Tue Apr 7 01:17:36 2026] GET /v2.0/subnetpools/aa4a180e-c94e-4315-a910-6b4b6d6ffe3e => generated 549 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1042] 10.0.0.248 () {34 vars in 748 bytes} [Tue Apr 7 01:17:36 2026] PUT /v2.0/subnetpools/aa4a180e-c94e-4315-a910-6b4b6d6ffe3e => generated 501 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1043] 10.0.0.248 () {32 vars in 731 bytes} [Tue Apr 7 01:17:36 2026] DELETE /v2.0/subnetpools/aa4a180e-c94e-4315-a910-6b4b6d6ffe3e => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1044] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:17:36 2026] DELETE /v2.0/security-groups/76df6ecc-10cf-41a4-8bbf-5f59a75b6bf6 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:17:36.460 8 INFO neutron.api.v2.resource [None req-ccc82d70-adde-4601-b74e-3193b0616cb5 a8121676bfad4dceb69028bd7c8b6d09 2f95c03052ca48928ae4cb9211597ebc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 507/1045] 10.0.0.248 () {32 vars in 728 bytes} [Tue Apr 7 01:17:36 2026] GET /v2.0/subnetpools/aa4a180e-c94e-4315-a910-6b4b6d6ffe3e => generated 145 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:17:36.467 7 INFO neutron.api.v2.resource [None req-a125ddce-eea1-427b-aa73-d7e3267e6d49 585a03dcf7a746c2b6e6c6d78ed8d251 a0c91529d9454f1086561c9f5df9538f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 539/1046] 10.0.0.248 () {32 vars in 736 bytes} [Tue Apr 7 01:17:36 2026] GET /v2.0/security-groups/76df6ecc-10cf-41a4-8bbf-5f59a75b6bf6 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:17:36.474 8 INFO neutron.api.v2.resource [None req-65685656-cf00-43c0-99ce-f5129e1f2bbc a8121676bfad4dceb69028bd7c8b6d09 2f95c03052ca48928ae4cb9211597ebc - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 508/1047] 10.0.0.248 () {32 vars in 731 bytes} [Tue Apr 7 01:17:36 2026] DELETE /v2.0/subnetpools/aa4a180e-c94e-4315-a910-6b4b6d6ffe3e => generated 145 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:17:36.570 7 INFO neutron_taas.services.taas.taas_plugin [None req-3d27d0b3-8478-4da1-8ef1-81336c24bbc0 585a03dcf7a746c2b6e6c6d78ed8d251 a0c91529d9454f1086561c9f5df9538f - - default default] TaaS: Handle Delete Port: 6686156e-4b7a-4c58-bc43-690244506781 2026-04-07 01:17:36.572 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d27d0b3-8478-4da1-8ef1-81336c24bbc0 585a03dcf7a746c2b6e6c6d78ed8d251 a0c91529d9454f1086561c9f5df9538f - - default default] Tap Mirror: Handle Delete Port: 6686156e-4b7a-4c58-bc43-690244506781 [pid: 7|app: 0|req: 540/1048] 10.0.0.248 () {32 vars in 731 bytes} [Tue Apr 7 01:17:36 2026] DELETE /v2.0/floatingips/ee3b24e7-d01e-4989-8fe1-105335ee5779 => 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: 509/1049] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:17:36 2026] GET /v2.0/security-groups?tenant_id=1eefbb98fc8d4f0facd96c6a7b0bb1b2&name=default => generated 2925 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1050] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:17:36 2026] GET /v2.0/security-groups?tenant_id=2f95c03052ca48928ae4cb9211597ebc&name=default => generated 2925 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1051] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:17:37 2026] DELETE /v2.0/security-groups/af384689-9101-4843-afd9-ca3f1aa42da8 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:17:37.150 7 INFO neutron_taas.services.taas.taas_plugin [None req-6897f5df-08fa-4f4c-985e-b9e4b310c08f e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] TaaS: Handle Delete Port: e3061257-a269-4fed-af9c-b42ab9677d2d 2026-04-07 01:17:37.155 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6897f5df-08fa-4f4c-985e-b9e4b310c08f e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Tap Mirror: Handle Delete Port: e3061257-a269-4fed-af9c-b42ab9677d2d [pid: 8|app: 0|req: 512/1052] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:17:37 2026] DELETE /v2.0/security-groups/66760884-583e-4299-b6fc-45dd903b264d => 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: 541/1053] 10.0.0.248 () {34 vars in 788 bytes} [Tue Apr 7 01:17:36 2026] PUT /v2.0/routers/62efe765-4dfd-4561-a865-279a2519575f/remove_router_interface => generated 309 bytes in 899 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:17:37.902 7 INFO neutron.services.segments.plugin [-] Segment 316ca718-7c41-4994-975a-f201ef64346c resource provider aggregate not found 2026-04-07 01:17:37.906 7 INFO neutron.services.segments.plugin [-] Segment 316ca718-7c41-4994-975a-f201ef64346c resource provider aggregate not found 2026-04-07 01:17:37.919 7 INFO neutron.services.segments.plugin [-] Segment 316ca718-7c41-4994-975a-f201ef64346c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 316ca718-7c41-4994-975a-f201ef64346c found for delete ", "request_id": "req-2d3f3ae9-2af2-470a-98f8-e5f23a6f105a"}]} 2026-04-07 01:17:37.925 7 INFO neutron.services.segments.plugin [-] Segment 316ca718-7c41-4994-975a-f201ef64346c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 316ca718-7c41-4994-975a-f201ef64346c found for delete ", "request_id": "req-6cf453d6-80cc-4b90-964c-fdd49f31bd39"}]} 2026-04-07 01:17:37.945 8 INFO neutron_taas.services.taas.taas_plugin [None req-b3443037-e898-407b-a4f4-98bd4d7eea09 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] TaaS: Handle Delete Port: 968b5810-6b42-4238-b244-3b4865c7e6ce 2026-04-07 01:17:37.948 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b3443037-e898-407b-a4f4-98bd4d7eea09 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Tap Mirror: Handle Delete Port: 968b5810-6b42-4238-b244-3b4865c7e6ce 2026-04-07 01:17:38.228 8 INFO neutron_taas.services.taas.taas_plugin [None req-b3443037-e898-407b-a4f4-98bd4d7eea09 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] TaaS: Handle Delete Port: 6ee7248f-9e5d-484a-872c-eca87b08c7cb 2026-04-07 01:17:38.231 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b3443037-e898-407b-a4f4-98bd4d7eea09 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Tap Mirror: Handle Delete Port: 6ee7248f-9e5d-484a-872c-eca87b08c7cb 2026-04-07 01:17:38.560 8 INFO neutron.services.segments.plugin [-] Segment bb01029c-c93c-40d3-bddc-17090df4bf43 resource provider aggregate not found 2026-04-07 01:17:38.564 8 INFO neutron.services.segments.plugin [-] Segment bb01029c-c93c-40d3-bddc-17090df4bf43 resource provider aggregate not found 2026-04-07 01:17:38.588 8 INFO neutron.services.segments.plugin [-] Segment bb01029c-c93c-40d3-bddc-17090df4bf43 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb01029c-c93c-40d3-bddc-17090df4bf43 found for delete ", "request_id": "req-648dbe34-9dbd-4ff8-8be1-d3c090e10892"}]} 2026-04-07 01:17:38.590 8 INFO neutron.services.segments.plugin [-] Segment bb01029c-c93c-40d3-bddc-17090df4bf43 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb01029c-c93c-40d3-bddc-17090df4bf43 found for delete ", "request_id": "req-66c6db5d-7018-4bf1-8f5e-d21ce8841046"}]} 2026-04-07 01:17:38.624 8 INFO neutron.db.l3_hamode_db [None req-b3443037-e898-407b-a4f4-98bd4d7eea09 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] HA network 9436f0e2-4d50-4275-918c-9aea1c04c65a was deleted as no HA routers are present in tenant a0c91529d9454f1086561c9f5df9538f. [pid: 8|app: 0|req: 513/1054] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:17:37 2026] DELETE /v2.0/routers/62efe765-4dfd-4561-a865-279a2519575f => generated 0 bytes in 944 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1055] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:17:38 2026] DELETE /v2.0/subnets/8c710926-947d-4c49-a498-cf73f04bda3d => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:17:38.935 8 INFO neutron_taas.services.taas.taas_plugin [None req-ee1f3524-aae8-4a57-8b48-a2356657c74f e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] TaaS: Handle Delete Port: 83c2458f-4923-492a-be38-7076e6827ce2 2026-04-07 01:17:38.939 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee1f3524-aae8-4a57-8b48-a2356657c74f e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Tap Mirror: Handle Delete Port: 83c2458f-4923-492a-be38-7076e6827ce2 [pid: 8|app: 0|req: 514/1056] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:17:38 2026] DELETE /v2.0/networks/3aaeea65-90d2-4d29-b814-3414ac30e7f1 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:17:39.182 7 INFO neutron.db.segments_db [None req-415f191a-d94a-4db3-a0e3-bc822cf45938 eeb55158f48a4ecd9de3198b4c9a511d 3b0a36fcb0864ba69173aec21ecea10c - - default default] Added segment d33f7399-b9be-4fea-b556-44ce60f23526 of type vxlan for network 7832b162-93be-41a9-8f75-8336932c4a61 [pid: 8|app: 0|req: 515/1057] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:17:39 2026] GET /v2.0/security-groups?tenant_id=a0c91529d9454f1086561c9f5df9538f&name=default => generated 2921 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1058] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:17:38 2026] POST /v2.0/networks => generated 643 bytes in 414 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1059] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:17:39 2026] DELETE /v2.0/security-groups/d5bc0579-ab2e-4620-bdc9-d9023fd65f20 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1060] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:17:39 2026] POST /v2.0/subnets => generated 641 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:17:39.539 8 INFO neutron.db.segments_db [None req-200d3a0e-86dd-4949-a0cf-18e489f8ae86 eeb55158f48a4ecd9de3198b4c9a511d 3b0a36fcb0864ba69173aec21ecea10c - - default default] Added segment 723f5d56-a897-424f-95f0-6d080fbf29e9 of type vxlan for network 0cb4f1a3-1c93-4d47-8236-bcc00d9d3a48 [pid: 8|app: 0|req: 517/1061] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:17:39 2026] POST /v2.0/networks => generated 643 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1062] 10.0.0.248 () {34 vars in 742 bytes} [Tue Apr 7 01:17:39 2026] PUT /v2.0/networks/0cb4f1a3-1c93-4d47-8236-bcc00d9d3a48 => generated 592 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1063] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:17:39 2026] POST /v2.0/subnets => generated 626 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1064] 10.0.0.248 () {34 vars in 740 bytes} [Tue Apr 7 01:17:39 2026] PUT /v2.0/subnets/269fa0a2-ac5f-4c36-8e6c-1b90d52de0ff => generated 636 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1067] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:17:40 2026] DELETE /v2.0/networks/0cb4f1a3-1c93-4d47-8236-bcc00d9d3a48 => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:17:40.324 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5b1ce22d-fa68-4830-b810-97013a5f7665 eeb55158f48a4ecd9de3198b4c9a511d 3b0a36fcb0864ba69173aec21ecea10c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 549/1068] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:17:40 2026] DELETE /v2.0/networks/0cb4f1a3-1c93-4d47-8236-bcc00d9d3a48 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1069] 10.0.0.248 () {32 vars in 693 bytes} [Tue Apr 7 01:17:40 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1070] 10.0.0.248 () {32 vars in 741 bytes} [Tue Apr 7 01:17:40 2026] GET /v2.0/subnets?network_id=c3d6dd37-b7a6-49b1-a9e7-2daa27a8eef2 => generated 649 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1071] 10.0.0.248 () {32 vars in 652 bytes} [Tue Apr 7 01:17:40 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: 551/1072] 10.0.0.248 () {32 vars in 648 bytes} [Tue Apr 7 01:17:40 2026] GET /v2.0/networks => generated 1308 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1073] 10.0.0.248 () {32 vars in 646 bytes} [Tue Apr 7 01:17:40 2026] GET /v2.0/subnets => generated 1280 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:17:40.609 8 INFO neutron.services.segments.plugin [-] Segment bb8aa8da-12e7-4d69-b0b3-3205cf91b4ca resource provider aggregate not found [pid: 7|app: 0|req: 552/1074] 10.0.0.248 () {32 vars in 722 bytes} [Tue Apr 7 01:17:40 2026] GET /v2.0/networks/7832b162-93be-41a9-8f75-8336932c4a61 => generated 668 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:17:40.625 8 INFO neutron.services.segments.plugin [-] Segment bb8aa8da-12e7-4d69-b0b3-3205cf91b4ca resource provider aggregate not found 2026-04-07 01:17:40.637 8 INFO neutron.services.segments.plugin [-] Segment bb8aa8da-12e7-4d69-b0b3-3205cf91b4ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb8aa8da-12e7-4d69-b0b3-3205cf91b4ca found for delete ", "request_id": "req-8bb404c9-82e2-4096-8151-56fea09c05aa"}]} 2026-04-07 01:17:40.646 8 INFO neutron.services.segments.plugin [-] Segment bb8aa8da-12e7-4d69-b0b3-3205cf91b4ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb8aa8da-12e7-4d69-b0b3-3205cf91b4ca found for delete ", "request_id": "req-4fe97c66-63ad-4b8f-8cc1-9c92b637b3d0"}]} 2026-04-07 01:17:40.657 8 INFO neutron.services.segments.plugin [-] Segment 723f5d56-a897-424f-95f0-6d080fbf29e9 resource provider aggregate not found 2026-04-07 01:17:40.667 8 INFO neutron.services.segments.plugin [-] Segment 723f5d56-a897-424f-95f0-6d080fbf29e9 resource provider aggregate not found [pid: 8|app: 0|req: 523/1075] 10.0.0.248 () {32 vars in 720 bytes} [Tue Apr 7 01:17:40 2026] GET /v2.0/subnets/1de08a8b-490b-4c04-8173-c161bb15a081 => generated 641 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:17:40.676 8 INFO neutron.services.segments.plugin [-] Segment 723f5d56-a897-424f-95f0-6d080fbf29e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 723f5d56-a897-424f-95f0-6d080fbf29e9 found for delete ", "request_id": "req-080cabe2-7aad-4f32-b002-61a4cc6c028c"}]} 2026-04-07 01:17:40.686 8 INFO neutron.services.segments.plugin [-] Segment 723f5d56-a897-424f-95f0-6d080fbf29e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 723f5d56-a897-424f-95f0-6d080fbf29e9 found for delete ", "request_id": "req-43ca614c-ffde-4718-a18f-84ae1286cdb6"}]} 2026-04-07 01:17:40.692 7 INFO neutron.pecan_wsgi.hooks.translation [None req-eaba23e0-fa43-4883-b81b-707b371e37e0 eeb55158f48a4ecd9de3198b4c9a511d 3b0a36fcb0864ba69173aec21ecea10c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 553/1076] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:17:40 2026] DELETE /v2.0/subnets/269fa0a2-ac5f-4c36-8e6c-1b90d52de0ff => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:17:40.713 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ba0a17c6-cd10-453c-ba8c-6fafc2558b9f eeb55158f48a4ecd9de3198b4c9a511d 3b0a36fcb0864ba69173aec21ecea10c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 524/1077] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:17:40 2026] DELETE /v2.0/networks/0cb4f1a3-1c93-4d47-8236-bcc00d9d3a48 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1078] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:17:40 2026] DELETE /v2.0/subnets/1de08a8b-490b-4c04-8173-c161bb15a081 => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:17:41.066 8 INFO neutron_taas.services.taas.taas_plugin [None req-be8437bc-1a7a-4c53-ac5e-c26822f43d92 eeb55158f48a4ecd9de3198b4c9a511d 3b0a36fcb0864ba69173aec21ecea10c - - default default] TaaS: Handle Delete Port: 5de3c2a9-e7df-4e04-b98a-061eb39777e5 2026-04-07 01:17:41.069 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be8437bc-1a7a-4c53-ac5e-c26822f43d92 eeb55158f48a4ecd9de3198b4c9a511d 3b0a36fcb0864ba69173aec21ecea10c - - default default] Tap Mirror: Handle Delete Port: 5de3c2a9-e7df-4e04-b98a-061eb39777e5 [pid: 8|app: 0|req: 525/1079] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:17:40 2026] DELETE /v2.0/networks/7832b162-93be-41a9-8f75-8336932c4a61 => generated 0 bytes in 320 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:17:41.435 7 INFO neutron.db.segments_db [None req-c88485e1-0dbb-44bc-a539-9fc7c41cdfe4 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Added segment b5fbb939-7589-4226-bd4c-49a2a02643f8 of type vxlan for network 480b8c84-8de5-4b1a-ab43-d96d36415b97 [pid: 7|app: 0|req: 555/1080] 10.0.0.248 () {34 vars in 670 bytes} [Tue Apr 7 01:17:41 2026] POST /v2.0/networks => generated 746 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1081] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:17:41 2026] POST /v2.0/subnets => generated 693 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:17:41.823 8 INFO neutron.db.segments_db [None req-f1f444f8-1c50-4153-8928-4f944edd6584 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Added segment be5d3872-0102-4736-9c3d-4f875bd17402 of type vxlan for network c89cf84f-6ad0-4dc6-9ebf-ada72cef87cd [pid: 7|app: 0|req: 556/1082] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:17:41 2026] GET /v2.0/security-groups?tenant_id=3b0a36fcb0864ba69173aec21ecea10c&name=default => generated 2925 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:17:42.042 8 INFO neutron.db.l3_hamode_db [None req-f1f444f8-1c50-4153-8928-4f944edd6584 e57fca6a4ec34d528d7244c9900fdb1b a5efe376eb0a4ef9af4214a86192fe15 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 557/1083] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:17:42 2026] GET /v2.0/security-groups?tenant_id=a79dbc5ac4044e9693f3afe4e5453a3a&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: 558/1084] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:17:42 2026] DELETE /v2.0/security-groups/463637de-9fcd-4b4e-830c-865622c6573e => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1085] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:17:42 2026] DELETE /v2.0/security-groups/0b7f9b1f-43b2-44a2-9e62-c5974b241869 => 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: 560/1086] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:17:42 2026] GET /v2.0/security-groups?tenant_id=a32b3ad5eded49aca119002d94066721&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:17:42.701 8 INFO neutron.services.segments.plugin [-] Segment d33f7399-b9be-4fea-b556-44ce60f23526 resource provider aggregate not found [pid: 7|app: 0|req: 561/1087] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:17:42 2026] DELETE /v2.0/security-groups/45bb5c8f-832f-4019-bc17-5a0a72f7b3dc => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:17:42.726 8 INFO neutron.services.segments.plugin [-] Segment d33f7399-b9be-4fea-b556-44ce60f23526 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d33f7399-b9be-4fea-b556-44ce60f23526 found for delete ", "request_id": "req-08042276-0682-44d6-a254-b8d53a56d2bb"}]} 2026-04-07 01:17:42.727 8 INFO neutron.services.segments.plugin [-] Segment d33f7399-b9be-4fea-b556-44ce60f23526 resource provider aggregate not found 2026-04-07 01:17:42.757 8 INFO neutron.services.segments.plugin [-] Segment d33f7399-b9be-4fea-b556-44ce60f23526 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d33f7399-b9be-4fea-b556-44ce60f23526 found for delete ", "request_id": "req-3123f7aa-ff1b-43b0-8c7c-2e9193bc1162"}]} 2026-04-07 01:17:42.793 8 INFO neutron.db.l3_hamode_db [None req-f1f444f8-1c50-4153-8928-4f944edd6584 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 562/1088] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:43 2026] GET /v2.0/ports?device_id=44e8f3f1-ed12-4977-9f9c-0077b47f7284 => generated 975 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1089] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:17:43 2026] GET /v2.0/security-groups?id=b8629584-affd-42e4-8e79-e755fd861b14&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: 564/1090] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:43 2026] GET /v2.0/ports?device_id=44e8f3f1-ed12-4977-9f9c-0077b47f7284 => 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: 565/1091] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:17:43 2026] GET /v2.0/security-groups?id=b8629584-affd-42e4-8e79-e755fd861b14&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: 527/1092] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:17:41 2026] POST /v2.0/routers => generated 733 bytes in 1981 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1093] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:43 2026] GET /v2.0/ports?device_id=44e8f3f1-ed12-4977-9f9c-0077b47f7284 => 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: 529/1094] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:17:43 2026] GET /v2.0/security-groups?id=b8629584-affd-42e4-8e79-e755fd861b14&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: 530/1095] 10.0.0.248 () {32 vars in 622 bytes} [Tue Apr 7 01:17:44 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: 531/1096] 10.0.0.248 () {32 vars in 632 bytes} [Tue Apr 7 01:17:44 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: 7|app: 0|req: 566/1097] 10.0.0.248 () {34 vars in 782 bytes} [Tue Apr 7 01:17:43 2026] PUT /v2.0/routers/14a13832-73c3-42f8-82b5-961ff21b0082/add_router_interface => generated 309 bytes in 1199 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1098] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:17:44 2026] GET /v2.0/security-groups?tenant_id=d91c5bf075e34ed3aa0f4ff4bec9025a&name=default => generated 2925 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1099] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:17:44 2026] GET /v2.0/security-groups?tenant_id=4ad73671ae1b450d913163252bd4ba53&name=default => generated 2925 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1100] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:45 2026] GET /v2.0/ports?device_id=44e8f3f1-ed12-4977-9f9c-0077b47f7284 => 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: 568/1101] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:17:45 2026] DELETE /v2.0/security-groups/a0fdfcf6-fd35-451c-9ae9-4394e14e088b => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1102] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:17:45 2026] DELETE /v2.0/security-groups/30f72100-bf73-4a3c-9c61-e120e575c35e => 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: 569/1103] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:17:45 2026] GET /v2.0/security-groups?id=b8629584-affd-42e4-8e79-e755fd861b14&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1104] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:17:45 2026] GET /v2.0/ports?tenant_id=3ebc5bdbb28d4b639c281bf71d2b6984&device_id=44e8f3f1-ed12-4977-9f9c-0077b47f7284 => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1105] 199.204.45.49 () {34 vars in 984 bytes} [Tue Apr 7 01:17:45 2026] GET /v2.0/networks?id=c14ae108-732c-4f9a-b96c-08ee344db618 => generated 771 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1106] 199.204.45.49 () {34 vars in 1058 bytes} [Tue Apr 7 01:17:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=60d870a2-8bf6-4b3f-a8c2-9c13fc13b1e6 => generated 861 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1107] 199.204.45.49 () {34 vars in 982 bytes} [Tue Apr 7 01:17:45 2026] GET /v2.0/subnets?id=d804b96d-f8af-41f9-87b8-e06ca29531f0 => generated 693 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1108] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:17:45 2026] GET /v2.0/ports?network_id=c14ae108-732c-4f9a-b96c-08ee344db618&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1109] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:17:45 2026] GET /v2.0/networks/c14ae108-732c-4f9a-b96c-08ee344db618?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1110] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:17:45 2026] GET /v2.0/networks/c14ae108-732c-4f9a-b96c-08ee344db618?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: 573/1111] 10.0.0.76 () {34 vars in 980 bytes} [Tue Apr 7 01:17:45 2026] GET /v2.0/networks?id=480b8c84-8de5-4b1a-ab43-d96d36415b97 => generated 678 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1112] 10.0.0.76 () {34 vars in 963 bytes} [Tue Apr 7 01:17:45 2026] GET /v2.0/quotas/a5efe376eb0a4ef9af4214a86192fe15 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1113] 10.0.0.76 () {34 vars in 1000 bytes} [Tue Apr 7 01:17:45 2026] GET /v2.0/ports?tenant_id=a5efe376eb0a4ef9af4214a86192fe15&fields=id => generated 103 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1114] 10.0.0.76 () {34 vars in 1006 bytes} [Tue Apr 7 01:17:46 2026] GET /v2.0/networks/480b8c84-8de5-4b1a-ab43-d96d36415b97?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: 575/1115] 10.0.0.76 () {34 vars in 1106 bytes} [Tue Apr 7 01:17:46 2026] GET /v2.0/networks/480b8c84-8de5-4b1a-ab43-d96d36415b97?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: 541/1116] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:46 2026] GET /v2.0/ports?device_id=440febc3-0f1a-46bb-a64d-0a417e30d4b6 => 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: 576/1117] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:46 2026] GET /v2.0/ports?device_id=44e8f3f1-ed12-4977-9f9c-0077b47f7284 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1118] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:17:46 2026] GET /v2.0/security-groups?id=b8629584-affd-42e4-8e79-e755fd861b14&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:17:47.287 7 INFO neutron.db.segments_db [None req-2be98874-987f-46d8-95f7-e08dc8781480 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Added segment db22c73d-1726-4ebc-975d-6ecf46ab8ea6 of type vxlan for network ea89b226-7b63-44cd-8b7b-c5082b6745fd [pid: 7|app: 0|req: 577/1119] 10.0.0.248 () {34 vars in 670 bytes} [Tue Apr 7 01:17:47 2026] POST /v2.0/networks => generated 739 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1120] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:47 2026] GET /v2.0/ports?device_id=440febc3-0f1a-46bb-a64d-0a417e30d4b6 => 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: 579/1121] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:47 2026] GET /v2.0/ports?device_id=44e8f3f1-ed12-4977-9f9c-0077b47f7284 => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1122] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:17:47 2026] GET /v2.0/security-groups?id=b8629584-affd-42e4-8e79-e755fd861b14&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: 543/1123] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:17:47 2026] POST /v2.0/subnets => generated 686 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:17:47.659 7 INFO neutron.db.segments_db [None req-d1f95101-baaa-4f7e-b9a5-deccf537a851 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Added segment 7d54523d-cc67-4946-8c7a-c5e1e018295f of type vxlan for network 87abd589-6490-4bb2-babf-d6cb03ec9d9b 2026-04-07 01:17:47.919 7 INFO neutron.db.l3_hamode_db [None req-d1f95101-baaa-4f7e-b9a5-deccf537a851 e57fca6a4ec34d528d7244c9900fdb1b a05d4686b6fa4de9bbee2e255071939b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 544/1124] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:48 2026] GET /v2.0/ports?device_id=440febc3-0f1a-46bb-a64d-0a417e30d4b6 => 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: 545/1125] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:48 2026] GET /v2.0/ports?device_id=44e8f3f1-ed12-4977-9f9c-0077b47f7284 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:17:48.648 7 INFO neutron.db.l3_hamode_db [None req-d1f95101-baaa-4f7e-b9a5-deccf537a851 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 546/1126] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:17:48 2026] GET /v2.0/security-groups?id=b8629584-affd-42e4-8e79-e755fd861b14&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1127] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:17:47 2026] POST /v2.0/routers => generated 726 bytes in 1900 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1128] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:49 2026] GET /v2.0/ports?device_id=440febc3-0f1a-46bb-a64d-0a417e30d4b6 => 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: 583/1129] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:49 2026] GET /v2.0/ports?device_id=44e8f3f1-ed12-4977-9f9c-0077b47f7284 => generated 975 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1130] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:17:49 2026] GET /v2.0/security-groups?id=b8629584-affd-42e4-8e79-e755fd861b14&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: 547/1131] 10.0.0.248 () {34 vars in 782 bytes} [Tue Apr 7 01:17:49 2026] PUT /v2.0/routers/292e48a0-c0de-438b-bbac-ffafac34a7ef/add_router_interface => generated 309 bytes in 1120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1132] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:50 2026] GET /v2.0/ports?device_id=440febc3-0f1a-46bb-a64d-0a417e30d4b6 => 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: 548/1133] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:50 2026] GET /v2.0/ports?device_id=44e8f3f1-ed12-4977-9f9c-0077b47f7284 => generated 975 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1134] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:17:51 2026] GET /v2.0/security-groups?id=b8629584-affd-42e4-8e79-e755fd861b14&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: 549/1135] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:51 2026] GET /v2.0/ports?device_id=440febc3-0f1a-46bb-a64d-0a417e30d4b6 => 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: 587/1136] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:52 2026] GET /v2.0/ports?device_id=44e8f3f1-ed12-4977-9f9c-0077b47f7284 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1137] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:17:52 2026] GET /v2.0/security-groups?id=b8629584-affd-42e4-8e79-e755fd861b14&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: 588/1138] 10.0.0.76 () {34 vars in 980 bytes} [Tue Apr 7 01:17:52 2026] GET /v2.0/networks?id=ea89b226-7b63-44cd-8b7b-c5082b6745fd => generated 671 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1139] 10.0.0.76 () {34 vars in 963 bytes} [Tue Apr 7 01:17:52 2026] GET /v2.0/quotas/a05d4686b6fa4de9bbee2e255071939b => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1140] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:52 2026] GET /v2.0/ports?device_id=440febc3-0f1a-46bb-a64d-0a417e30d4b6 => 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: 590/1141] 199.204.45.49 () {34 vars in 984 bytes} [Tue Apr 7 01:17:52 2026] GET /v2.0/networks?id=480b8c84-8de5-4b1a-ab43-d96d36415b97 => generated 678 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1142] 10.0.0.76 () {34 vars in 1000 bytes} [Tue Apr 7 01:17:52 2026] GET /v2.0/ports?tenant_id=a05d4686b6fa4de9bbee2e255071939b&fields=id => generated 103 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1143] 10.0.0.76 () {34 vars in 1006 bytes} [Tue Apr 7 01:17:52 2026] GET /v2.0/networks/ea89b226-7b63-44cd-8b7b-c5082b6745fd?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: 554/1144] 10.0.0.76 () {34 vars in 1106 bytes} [Tue Apr 7 01:17:52 2026] GET /v2.0/networks/ea89b226-7b63-44cd-8b7b-c5082b6745fd?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: 555/1145] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:53 2026] GET /v2.0/ports?device_id=aae5de1b-d8e2-4680-91b2-85ce279d2e22 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1146] 199.204.45.49 () {38 vars in 953 bytes} [Tue Apr 7 01:17:52 2026] POST /v2.0/ports => generated 958 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1147] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:53 2026] GET /v2.0/ports?device_id=44e8f3f1-ed12-4977-9f9c-0077b47f7284 => generated 973 bytes in 43 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: 592/1148] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:17:53 2026] GET /v2.0/security-groups?id=b8629584-affd-42e4-8e79-e755fd861b14&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1149] 199.204.45.49 () {38 vars in 1026 bytes} [Tue Apr 7 01:17:53 2026] PUT /v2.0/ports/b3338188-d196-4063-8608-8f640a5c8aa2 => generated 1239 bytes in 465 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:17:53.799 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a34bb3e4-db7b-41d8-a1d9-7726d35b2a89'] response: {'name': 'network-changed', 'server_uuid': '440febc3-0f1a-46bb-a64d-0a417e30d4b6', 'tag': 'b3338188-d196-4063-8608-8f640a5c8aa2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 593/1150] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:53 2026] GET /v2.0/ports?device_id=440febc3-0f1a-46bb-a64d-0a417e30d4b6 => generated 973 bytes in 53 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: 558/1151] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:17:53 2026] GET /v2.0/security-groups?id=67da3803-4a51-4056-952b-00dafd00d49e&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: 594/1152] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:54 2026] GET /v2.0/ports?device_id=aae5de1b-d8e2-4680-91b2-85ce279d2e22 => 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: 559/1153] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:17:54 2026] GET /v2.0/ports?tenant_id=a5efe376eb0a4ef9af4214a86192fe15&device_id=440febc3-0f1a-46bb-a64d-0a417e30d4b6 => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1154] 199.204.45.49 () {34 vars in 1016 bytes} [Tue Apr 7 01:17:54 2026] GET /v2.0/networks?tenant_id=a5efe376eb0a4ef9af4214a86192fe15&shared=False => generated 774 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1155] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:54 2026] GET /v2.0/ports?device_id=44e8f3f1-ed12-4977-9f9c-0077b47f7284 => 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: 596/1156] 199.204.45.49 () {34 vars in 928 bytes} [Tue Apr 7 01:17:54 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1157] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:17:54 2026] GET /v2.0/security-groups?id=b8629584-affd-42e4-8e79-e755fd861b14&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: 597/1158] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:55 2026] GET /v2.0/ports?device_id=440febc3-0f1a-46bb-a64d-0a417e30d4b6 => 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: 562/1159] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:17:55 2026] GET /v2.0/security-groups?id=67da3803-4a51-4056-952b-00dafd00d49e&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: 8|app: 0|req: 565/1162] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:55 2026] GET /v2.0/ports?device_id=aae5de1b-d8e2-4680-91b2-85ce279d2e22 => 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: 598/1163] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:17:55 2026] GET /v2.0/security-groups?tenant_id=5b9facdb6c194d779553bbd6ff66bd93&name=default => generated 2925 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1164] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:17:55 2026] DELETE /v2.0/security-groups/5e096adc-5d1a-4130-be4e-9ca1ef4ae7f2 => 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: 599/1165] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:17:55 2026] GET /v2.0/ports?tenant_id=a5efe376eb0a4ef9af4214a86192fe15&device_id=440febc3-0f1a-46bb-a64d-0a417e30d4b6 => generated 1242 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1166] 199.204.45.49 () {34 vars in 1058 bytes} [Tue Apr 7 01:17:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=b3338188-d196-4063-8608-8f640a5c8aa2 => 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: 600/1167] 199.204.45.49 () {34 vars in 982 bytes} [Tue Apr 7 01:17:55 2026] GET /v2.0/subnets?id=d026836d-5c07-425f-b816-9a4ba84530b1 => generated 696 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1168] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:17:55 2026] GET /v2.0/ports?network_id=480b8c84-8de5-4b1a-ab43-d96d36415b97&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: 7|app: 0|req: 601/1169] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:17:55 2026] GET /v2.0/networks/480b8c84-8de5-4b1a-ab43-d96d36415b97?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: 569/1170] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:17:55 2026] GET /v2.0/networks/480b8c84-8de5-4b1a-ab43-d96d36415b97?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: 602/1171] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:56 2026] GET /v2.0/ports?device_id=440febc3-0f1a-46bb-a64d-0a417e30d4b6 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1172] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:17:56 2026] GET /v2.0/security-groups?id=67da3803-4a51-4056-952b-00dafd00d49e&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: 7|app: 0|req: 603/1173] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:56 2026] GET /v2.0/ports?device_id=aae5de1b-d8e2-4680-91b2-85ce279d2e22 => 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: 571/1174] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:57 2026] GET /v2.0/ports?device_id=440febc3-0f1a-46bb-a64d-0a417e30d4b6 => generated 973 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1175] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:57 2026] GET /v2.0/ports?device_id=aae5de1b-d8e2-4680-91b2-85ce279d2e22 => 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: 604/1176] 199.204.45.49 () {34 vars in 984 bytes} [Tue Apr 7 01:17:57 2026] GET /v2.0/networks?id=ea89b226-7b63-44cd-8b7b-c5082b6745fd => generated 671 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1177] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:17:57 2026] GET /v2.0/security-groups?id=67da3803-4a51-4056-952b-00dafd00d49e&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: 605/1178] 199.204.45.49 () {38 vars in 953 bytes} [Tue Apr 7 01:17:57 2026] POST /v2.0/ports => generated 954 bytes in 400 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1179] 199.204.45.49 () {38 vars in 1026 bytes} [Tue Apr 7 01:17:57 2026] PUT /v2.0/ports/d15c8727-1a1d-448f-b50c-4e465f578f48 => generated 1235 bytes in 421 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:17:58.324 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ed2d9aa5-7b17-47e4-ad85-57ffd27bef66'] response: {'name': 'network-changed', 'server_uuid': 'aae5de1b-d8e2-4680-91b2-85ce279d2e22', 'tag': 'd15c8727-1a1d-448f-b50c-4e465f578f48', '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: 606/1180] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:58 2026] GET /v2.0/ports?device_id=aae5de1b-d8e2-4680-91b2-85ce279d2e22 => generated 969 bytes in 33 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: 607/1181] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:17:58 2026] GET /v2.0/security-groups?id=22fc6a28-9c03-4018-8a8e-2736c78d73b6&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: 8|app: 0|req: 575/1182] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:58 2026] GET /v2.0/ports?device_id=440febc3-0f1a-46bb-a64d-0a417e30d4b6 => generated 973 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1183] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:17:58 2026] GET /v2.0/security-groups?id=67da3803-4a51-4056-952b-00dafd00d49e&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1184] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:17:58 2026] GET /v2.0/ports?tenant_id=a05d4686b6fa4de9bbee2e255071939b&device_id=aae5de1b-d8e2-4680-91b2-85ce279d2e22 => generated 1238 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1185] 199.204.45.49 () {34 vars in 1016 bytes} [Tue Apr 7 01:17:58 2026] GET /v2.0/networks?tenant_id=a05d4686b6fa4de9bbee2e255071939b&shared=False => generated 767 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1186] 199.204.45.49 () {34 vars in 928 bytes} [Tue Apr 7 01:17:58 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1187] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:59 2026] GET /v2.0/ports?device_id=aae5de1b-d8e2-4680-91b2-85ce279d2e22 => generated 969 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1188] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:17:59 2026] GET /v2.0/ports?device_id=440febc3-0f1a-46bb-a64d-0a417e30d4b6 => generated 973 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1189] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:17:59 2026] GET /v2.0/security-groups?id=22fc6a28-9c03-4018-8a8e-2736c78d73b6&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:17:59.786 7 INFO neutron.db.segments_db [None req-1b544c80-3436-49e3-ab8d-8839d395680a 648414011782435482d556cac863cf88 7b519981623b4bf89321389e21eba6e2 - - default default] Added segment 950b9317-726b-4943-9471-2434fe8ff405 of type vxlan for network a8747935-81eb-4a41-9cb7-989394fcec1d [pid: 8|app: 0|req: 581/1190] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:17:59 2026] GET /v2.0/security-groups?id=67da3803-4a51-4056-952b-00dafd00d49e&fields=id&fields=name => generated 88 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1191] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:17:59 2026] POST /v2.0/networks => generated 727 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1192] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:17:59 2026] GET /v2.0/ports?tenant_id=a05d4686b6fa4de9bbee2e255071939b&device_id=aae5de1b-d8e2-4680-91b2-85ce279d2e22 => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1193] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:17:59 2026] POST /v2.0/subnets => generated 644 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:18:00.044 8 WARNING neutron.api.v2.base [None req-de27b411-3c05-474b-9b16-f543988e40b7 648414011782435482d556cac863cf88 7b519981623b4bf89321389e21eba6e2 - - 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-07 01:18:00.045 8 INFO neutron.api.v2.resource [None req-de27b411-3c05-474b-9b16-f543988e40b7 648414011782435482d556cac863cf88 7b519981623b4bf89321389e21eba6e2 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 583/1194] 10.0.0.248 () {34 vars in 680 bytes} [Tue Apr 7 01:18:00 2026] POST /v2.0/rbac-policies => generated 143 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1195] 199.204.45.49 () {34 vars in 1056 bytes} [Tue Apr 7 01:18:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=d15c8727-1a1d-448f-b50c-4e465f578f48 => 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: 613/1196] 199.204.45.49 () {34 vars in 982 bytes} [Tue Apr 7 01:18:00 2026] GET /v2.0/subnets?id=90d698bd-0fc2-402b-90f0-d8a8ba7ed263 => generated 689 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1197] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:18:00 2026] GET /v2.0/ports?network_id=ea89b226-7b63-44cd-8b7b-c5082b6745fd&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: 615/1198] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:18:00 2026] GET /v2.0/networks/ea89b226-7b63-44cd-8b7b-c5082b6745fd?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1199] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:18:00 2026] GET /v2.0/networks/ea89b226-7b63-44cd-8b7b-c5082b6745fd?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-07 01:18:00.247 8 INFO neutron.services.segments.plugin [-] Segment 950b9317-726b-4943-9471-2434fe8ff405 resource provider aggregate not found 2026-04-07 01:18:00.255 8 INFO neutron.services.segments.plugin [-] Segment 950b9317-726b-4943-9471-2434fe8ff405 resource provider aggregate not found 2026-04-07 01:18:00.275 8 INFO neutron.services.segments.plugin [-] Segment 950b9317-726b-4943-9471-2434fe8ff405 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 950b9317-726b-4943-9471-2434fe8ff405 found for delete ", "request_id": "req-4be3193e-fec9-4f4f-948b-699b2f91fa95"}]} 2026-04-07 01:18:00.278 8 INFO neutron.services.segments.plugin [-] Segment 950b9317-726b-4943-9471-2434fe8ff405 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 950b9317-726b-4943-9471-2434fe8ff405 found for delete ", "request_id": "req-d4790915-184c-4f53-ba93-b123ebe928ea"}]} [pid: 8|app: 0|req: 584/1200] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:18:00 2026] DELETE /v2.0/networks/a8747935-81eb-4a41-9cb7-989394fcec1d => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:18:00.354 7 INFO neutron.db.segments_db [None req-842ff5d9-a0ae-4c90-bc4f-d67df65bdb48 648414011782435482d556cac863cf88 7b519981623b4bf89321389e21eba6e2 - - default default] Added segment 86fe5deb-5de0-4c44-8a96-60cdf74f42fb of type vxlan for network b9c54cea-6870-4b8d-9855-a6e8d04a6165 [pid: 7|app: 0|req: 617/1201] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:18:00 2026] POST /v2.0/networks => generated 727 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1202] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:18:00 2026] POST /v2.0/subnets => generated 647 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:18:00.639 7 WARNING neutron.api.v2.base [None req-c2b27c11-72c1-43c5-9608-2872358b43c3 648414011782435482d556cac863cf88 7b519981623b4bf89321389e21eba6e2 - - 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-07 01:18:00.639 7 INFO neutron.api.v2.resource [None req-c2b27c11-72c1-43c5-9608-2872358b43c3 648414011782435482d556cac863cf88 7b519981623b4bf89321389e21eba6e2 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 618/1203] 10.0.0.248 () {34 vars in 680 bytes} [Tue Apr 7 01:18:00 2026] POST /v2.0/rbac-policies => generated 547 bytes in 9 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1204] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:18:00 2026] DELETE /v2.0/networks/b9c54cea-6870-4b8d-9855-a6e8d04a6165 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1205] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:18:00 2026] GET /v2.0/ports?device_id=aae5de1b-d8e2-4680-91b2-85ce279d2e22 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:18:00.905 8 INFO neutron.db.segments_db [None req-37ff0b63-5557-4c33-a19c-cf39230cf748 648414011782435482d556cac863cf88 7b519981623b4bf89321389e21eba6e2 - - default default] Added segment d39dd813-5181-4695-9858-2fa391c8f7e8 of type vxlan for network d9653d6a-5b28-46e7-88b4-895906e588de [pid: 7|app: 0|req: 620/1206] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:18:00 2026] GET /v2.0/ports?device_id=440febc3-0f1a-46bb-a64d-0a417e30d4b6 => generated 975 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1207] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:18:00 2026] GET /v2.0/security-groups?id=22fc6a28-9c03-4018-8a8e-2736c78d73b6&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: 7|app: 0|req: 622/1208] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:18:00 2026] GET /v2.0/security-groups?id=67da3803-4a51-4056-952b-00dafd00d49e&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1209] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:18:00 2026] POST /v2.0/networks => generated 726 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1210] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:18:01 2026] POST /v2.0/subnets => generated 647 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1211] 10.0.0.248 () {34 vars in 680 bytes} [Tue Apr 7 01:18:01 2026] POST /v2.0/rbac-policies => generated 324 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1212] 10.0.0.248 () {32 vars in 722 bytes} [Tue Apr 7 01:18:01 2026] GET /v2.0/networks/d9653d6a-5b28-46e7-88b4-895906e588de => generated 654 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1213] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:18:02 2026] GET /v2.0/ports?device_id=aae5de1b-d8e2-4680-91b2-85ce279d2e22 => 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: 625/1214] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:18:02 2026] GET /v2.0/ports?device_id=440febc3-0f1a-46bb-a64d-0a417e30d4b6 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1215] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:18:02 2026] GET /v2.0/security-groups?id=22fc6a28-9c03-4018-8a8e-2736c78d73b6&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: 626/1216] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:18:02 2026] GET /v2.0/security-groups?id=67da3803-4a51-4056-952b-00dafd00d49e&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:18:02.299 8 INFO neutron.services.segments.plugin [-] Segment 86fe5deb-5de0-4c44-8a96-60cdf74f42fb resource provider aggregate not found 2026-04-07 01:18:02.307 8 INFO neutron.services.segments.plugin [-] Segment 86fe5deb-5de0-4c44-8a96-60cdf74f42fb resource provider aggregate not found 2026-04-07 01:18:02.318 8 INFO neutron.services.segments.plugin [-] Segment 86fe5deb-5de0-4c44-8a96-60cdf74f42fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86fe5deb-5de0-4c44-8a96-60cdf74f42fb found for delete ", "request_id": "req-bfd53bcd-e533-46d6-bb37-56c732a5e09f"}]} 2026-04-07 01:18:02.325 8 INFO neutron.services.segments.plugin [-] Segment 86fe5deb-5de0-4c44-8a96-60cdf74f42fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86fe5deb-5de0-4c44-8a96-60cdf74f42fb found for delete ", "request_id": "req-232ad16a-15bd-426f-8f69-6972c4635c94"}]} [pid: 7|app: 0|req: 627/1217] 10.0.0.97 () {34 vars in 988 bytes} [Tue Apr 7 01:18:02 2026] GET /v2.0/ports?device_id=44e8f3f1-ed12-4977-9f9c-0077b47f7284 => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:18:02.440 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1926d34d-0e08-42ea-bb43-b572cd996809 93826747e13749f9a54220ea1bc3286e f21dd6d4f7414ca6bba108efc6c32860 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 591/1218] 10.0.0.248 () {32 vars in 722 bytes} [Tue Apr 7 01:18:02 2026] GET /v2.0/networks/d9653d6a-5b28-46e7-88b4-895906e588de => generated 138 bytes in 76 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1219] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:18:02 2026] GET /v2.0/ports?device_id=440febc3-0f1a-46bb-a64d-0a417e30d4b6 => generated 975 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1220] 10.0.0.97 () {34 vars in 1038 bytes} [Tue Apr 7 01:18:02 2026] GET /v2.0/security-groups?id=b8629584-affd-42e4-8e79-e755fd861b14&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: 593/1221] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:18:02 2026] GET /v2.0/security-groups?id=67da3803-4a51-4056-952b-00dafd00d49e&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:18:02.565 7 INFO neutron_taas.services.taas.taas_plugin [None req-948afdb2-ace4-485d-a7ee-5745b1ee7c61 648414011782435482d556cac863cf88 7b519981623b4bf89321389e21eba6e2 - - default default] TaaS: Handle Delete Port: 169fb7ef-b861-4216-8e98-c7a09398b2b0 2026-04-07 01:18:02.567 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-948afdb2-ace4-485d-a7ee-5745b1ee7c61 648414011782435482d556cac863cf88 7b519981623b4bf89321389e21eba6e2 - - default default] Tap Mirror: Handle Delete Port: 169fb7ef-b861-4216-8e98-c7a09398b2b0 2026-04-07 01:18:02.818 7 INFO neutron.services.segments.plugin [-] Segment d39dd813-5181-4695-9858-2fa391c8f7e8 resource provider aggregate not found 2026-04-07 01:18:02.826 7 INFO neutron.services.segments.plugin [-] Segment d39dd813-5181-4695-9858-2fa391c8f7e8 resource provider aggregate not found 2026-04-07 01:18:02.834 7 INFO neutron.services.segments.plugin [-] Segment d39dd813-5181-4695-9858-2fa391c8f7e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d39dd813-5181-4695-9858-2fa391c8f7e8 found for delete ", "request_id": "req-202a7481-6a41-41f1-818a-c4002f97ec0f"}]} [pid: 7|app: 0|req: 629/1222] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:18:02 2026] DELETE /v2.0/networks/d9653d6a-5b28-46e7-88b4-895906e588de => generated 0 bytes in 382 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:18:02.845 7 INFO neutron.services.segments.plugin [-] Segment d39dd813-5181-4695-9858-2fa391c8f7e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d39dd813-5181-4695-9858-2fa391c8f7e8 found for delete ", "request_id": "req-f0c00c61-3ad8-43eb-970b-3bcdb9c7020d"}]} 2026-04-07 01:18:02.863 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9f892549-3491-496c-aae8-07b3e7192e71 648414011782435482d556cac863cf88 7b519981623b4bf89321389e21eba6e2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 594/1223] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:18:02 2026] DELETE /v2.0/subnets/1e478467-d423-47f6-b183-a0fd50f28dd2 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:18:02.881 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b0bbc8f7-af9a-495e-9ef6-3eac8d1940fc 648414011782435482d556cac863cf88 7b519981623b4bf89321389e21eba6e2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 630/1224] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:18:02 2026] DELETE /v2.0/subnets/02daf742-414c-44b2-95e4-769c6047be40 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:18:02.907 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7a9151ef-9873-49c0-9608-7514716828bf 648414011782435482d556cac863cf88 7b519981623b4bf89321389e21eba6e2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 595/1225] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:18:02 2026] DELETE /v2.0/subnets/0958b786-3bab-42b1-a420-574f301bc2af => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1226] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:18:03 2026] GET /v2.0/ports?device_id=aae5de1b-d8e2-4680-91b2-85ce279d2e22 => 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: 596/1227] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:18:03 2026] GET /v2.0/security-groups?id=22fc6a28-9c03-4018-8a8e-2736c78d73b6&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1228] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:18:03 2026] GET /v2.0/ports?device_id=440febc3-0f1a-46bb-a64d-0a417e30d4b6 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1229] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:18:03 2026] GET /v2.0/security-groups?id=67da3803-4a51-4056-952b-00dafd00d49e&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: 633/1230] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:18:03 2026] GET /v2.0/security-groups?tenant_id=7b519981623b4bf89321389e21eba6e2&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1231] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:18:03 2026] DELETE /v2.0/security-groups/e1b9ae41-40b0-4b33-84e4-d234c8b9a326 => 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: 634/1232] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:18:04 2026] GET /v2.0/security-groups?tenant_id=cf3e04fa80a1448f9168dd3a9ad6cf7b&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1233] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:18:04 2026] DELETE /v2.0/security-groups/6ce98fdb-5318-430f-b2f7-9774302bf423 => 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: 635/1234] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:18:04 2026] GET /v2.0/ports?device_id=aae5de1b-d8e2-4680-91b2-85ce279d2e22 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1235] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:18:04 2026] GET /v2.0/security-groups?id=22fc6a28-9c03-4018-8a8e-2736c78d73b6&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1236] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:18:04 2026] GET /v2.0/security-groups?tenant_id=f21dd6d4f7414ca6bba108efc6c32860&name=default => generated 2925 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1237] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:18:04 2026] GET /v2.0/ports?device_id=440febc3-0f1a-46bb-a64d-0a417e30d4b6 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1238] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:18:04 2026] DELETE /v2.0/security-groups/d71371c9-c2a1-4209-898c-df529293dfbd => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1239] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:18:04 2026] GET /v2.0/security-groups?id=67da3803-4a51-4056-952b-00dafd00d49e&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: 602/1240] 199.204.45.49 () {34 vars in 992 bytes} [Tue Apr 7 01:18:04 2026] GET /v2.0/ports?device_id=440febc3-0f1a-46bb-a64d-0a417e30d4b6 => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:18:05.039 7 INFO neutron_taas.services.taas.taas_plugin [req-b6577da9-b1d1-4ff4-bcd9-f54a1250c5b8 req-3b893c96-39fe-406a-addd-04f213b777ae a0a95d15c82846e4b47066515630d399 a5efe376eb0a4ef9af4214a86192fe15 - - default default] TaaS: Handle Delete Port: b3338188-d196-4063-8608-8f640a5c8aa2 2026-04-07 01:18:05.042 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b6577da9-b1d1-4ff4-bcd9-f54a1250c5b8 req-3b893c96-39fe-406a-addd-04f213b777ae a0a95d15c82846e4b47066515630d399 a5efe376eb0a4ef9af4214a86192fe15 - - default default] Tap Mirror: Handle Delete Port: b3338188-d196-4063-8608-8f640a5c8aa2 [pid: 7|app: 0|req: 639/1241] 199.204.45.49 () {36 vars in 995 bytes} [Tue Apr 7 01:18:04 2026] DELETE /v2.0/ports/b3338188-d196-4063-8608-8f640a5c8aa2 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:18:05.238 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f8ac2cf0-2545-4d28-8715-a5b4a57dfb74'] response: {'server_uuid': '440febc3-0f1a-46bb-a64d-0a417e30d4b6', 'name': 'network-vif-deleted', 'tag': 'b3338188-d196-4063-8608-8f640a5c8aa2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 603/1242] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:18:05 2026] GET /v2.0/ports?device_id=aae5de1b-d8e2-4680-91b2-85ce279d2e22 => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1243] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:18:05 2026] GET /v2.0/security-groups?id=22fc6a28-9c03-4018-8a8e-2736c78d73b6&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1244] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:18:05 2026] GET /v2.0/ports?device_id=440febc3-0f1a-46bb-a64d-0a417e30d4b6 => 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: 641/1245] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:18:06 2026] GET /v2.0/ports?device_id=440febc3-0f1a-46bb-a64d-0a417e30d4b6 => 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: 605/1246] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:18:07 2026] GET /v2.0/ports?device_id=aae5de1b-d8e2-4680-91b2-85ce279d2e22 => 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: 642/1247] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:18:07 2026] GET /v2.0/security-groups?id=22fc6a28-9c03-4018-8a8e-2736c78d73b6&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: 8|app: 0|req: 606/1248] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:18:08 2026] GET /v2.0/ports?device_id=440febc3-0f1a-46bb-a64d-0a417e30d4b6 => 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: 643/1249] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:18:08 2026] GET /v2.0/ports?device_id=aae5de1b-d8e2-4680-91b2-85ce279d2e22 => 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: 607/1250] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:18:08 2026] GET /v2.0/security-groups?id=22fc6a28-9c03-4018-8a8e-2736c78d73b6&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:18:09.580 8 INFO neutron_taas.services.taas.taas_plugin [None req-82823a0c-f398-4524-a02c-bbedcefb7b7e e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] TaaS: Handle Delete Port: 68cf8973-a90e-4f2f-a458-74880492fe19 2026-04-07 01:18:09.584 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-82823a0c-f398-4524-a02c-bbedcefb7b7e e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Tap Mirror: Handle Delete Port: 68cf8973-a90e-4f2f-a458-74880492fe19 [pid: 7|app: 0|req: 644/1251] 10.0.0.248 () {34 vars in 675 bytes} [Tue Apr 7 01:18:08 2026] POST /v2.0/floatingips => generated 552 bytes in 691 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1252] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:18:09 2026] GET /v2.0/ports?device_id=aae5de1b-d8e2-4680-91b2-85ce279d2e22 => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1253] 199.204.45.49 () {34 vars in 992 bytes} [Tue Apr 7 01:18:09 2026] GET /v2.0/ports?device_id=aae5de1b-d8e2-4680-91b2-85ce279d2e22 => generated 971 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1254] 10.0.0.248 () {34 vars in 788 bytes} [Tue Apr 7 01:18:09 2026] PUT /v2.0/routers/14a13832-73c3-42f8-82b5-961ff21b0082/remove_router_interface => generated 309 bytes in 1022 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1255] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:18:10 2026] GET /v2.0/security-groups?id=22fc6a28-9c03-4018-8a8e-2736c78d73b6&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: 647/1256] 10.0.0.248 () {34 vars in 675 bytes} [Tue Apr 7 01:18:09 2026] POST /v2.0/floatingips => generated 552 bytes in 434 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:18:10.299 8 INFO neutron_taas.services.taas.taas_plugin [req-a6dcad13-5795-493b-9416-5e701b8bd942 req-deab8338-c31a-492c-9cc1-5e7ccc327c22 8d5dc57b31bf4754bcdf6c6247165e3c a05d4686b6fa4de9bbee2e255071939b - - default default] TaaS: Handle Delete Port: d15c8727-1a1d-448f-b50c-4e465f578f48 2026-04-07 01:18:10.302 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a6dcad13-5795-493b-9416-5e701b8bd942 req-deab8338-c31a-492c-9cc1-5e7ccc327c22 8d5dc57b31bf4754bcdf6c6247165e3c a05d4686b6fa4de9bbee2e255071939b - - default default] Tap Mirror: Handle Delete Port: d15c8727-1a1d-448f-b50c-4e465f578f48 2026-04-07 01:18:10.392 7 INFO neutron_taas.services.taas.taas_plugin [None req-6826a41f-9e28-4a52-9bee-beb1a1fe806c e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] TaaS: Handle Delete Port: 6844e0e9-500b-4463-9235-839d424095c8 2026-04-07 01:18:10.395 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6826a41f-9e28-4a52-9bee-beb1a1fe806c e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Tap Mirror: Handle Delete Port: 6844e0e9-500b-4463-9235-839d424095c8 [pid: 8|app: 0|req: 610/1257] 199.204.45.49 () {36 vars in 995 bytes} [Tue Apr 7 01:18:10 2026] DELETE /v2.0/ports/d15c8727-1a1d-448f-b50c-4e465f578f48 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:18:10.490 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a0d8ecba-3b75-4489-aecc-7c5358a11cbc'] response: {'server_uuid': 'aae5de1b-d8e2-4680-91b2-85ce279d2e22', 'name': 'network-vif-deleted', 'tag': 'd15c8727-1a1d-448f-b50c-4e465f578f48', 'status': 'completed', 'code': 200} 2026-04-07 01:18:10.617 7 INFO neutron_taas.services.taas.taas_plugin [None req-6826a41f-9e28-4a52-9bee-beb1a1fe806c e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] TaaS: Handle Delete Port: d56e2c4c-7da0-4b5c-ae94-7a19a5a2a11b 2026-04-07 01:18:10.628 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6826a41f-9e28-4a52-9bee-beb1a1fe806c e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Tap Mirror: Handle Delete Port: d56e2c4c-7da0-4b5c-ae94-7a19a5a2a11b 2026-04-07 01:18:10.997 7 INFO neutron.services.segments.plugin [-] Segment be5d3872-0102-4736-9c3d-4f875bd17402 resource provider aggregate not found 2026-04-07 01:18:11.004 7 INFO neutron.services.segments.plugin [-] Segment be5d3872-0102-4736-9c3d-4f875bd17402 resource provider aggregate not found 2026-04-07 01:18:11.016 7 INFO neutron.services.segments.plugin [-] Segment be5d3872-0102-4736-9c3d-4f875bd17402 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be5d3872-0102-4736-9c3d-4f875bd17402 found for delete ", "request_id": "req-b3adb8fd-102b-4ffb-ae69-0f14e4ba3437"}]} 2026-04-07 01:18:11.022 7 INFO neutron.services.segments.plugin [-] Segment be5d3872-0102-4736-9c3d-4f875bd17402 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be5d3872-0102-4736-9c3d-4f875bd17402 found for delete ", "request_id": "req-0be5936b-fdaf-4674-b8fc-65a3dcafa491"}]} 2026-04-07 01:18:11.031 7 INFO neutron.db.l3_hamode_db [None req-6826a41f-9e28-4a52-9bee-beb1a1fe806c e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] HA network c89cf84f-6ad0-4dc6-9ebf-ada72cef87cd was deleted as no HA routers are present in tenant a5efe376eb0a4ef9af4214a86192fe15. [pid: 7|app: 0|req: 648/1258] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:18:10 2026] DELETE /v2.0/routers/14a13832-73c3-42f8-82b5-961ff21b0082 => generated 0 bytes in 805 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1261] 10.0.0.248 () {34 vars in 675 bytes} [Tue Apr 7 01:18:10 2026] POST /v2.0/floatingips => generated 552 bytes in 636 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1262] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:18:11 2026] DELETE /v2.0/subnets/d026836d-5c07-425f-b816-9a4ba84530b1 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:18:11.270 7 INFO neutron_taas.services.taas.taas_plugin [None req-f1bb324e-4909-4c6c-8d4b-06ac484f7ab5 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] TaaS: Handle Delete Port: 38dc03b4-c1ca-4048-a5ed-ececa40867b8 2026-04-07 01:18:11.273 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f1bb324e-4909-4c6c-8d4b-06ac484f7ab5 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Tap Mirror: Handle Delete Port: 38dc03b4-c1ca-4048-a5ed-ececa40867b8 [pid: 7|app: 0|req: 652/1263] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:18:11 2026] DELETE /v2.0/networks/480b8c84-8de5-4b1a-ab43-d96d36415b97 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1264] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:18:11 2026] GET /v2.0/ports?device_id=aae5de1b-d8e2-4680-91b2-85ce279d2e22 => 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: 612/1265] 10.0.0.248 () {34 vars in 675 bytes} [Tue Apr 7 01:18:11 2026] POST /v2.0/floatingips => generated 552 bytes in 505 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1266] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:18:11 2026] GET /v2.0/security-groups?tenant_id=a5efe376eb0a4ef9af4214a86192fe15&name=default => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1267] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:18:11 2026] DELETE /v2.0/security-groups/67da3803-4a51-4056-952b-00dafd00d49e => 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: 654/1268] 10.0.0.248 () {34 vars in 675 bytes} [Tue Apr 7 01:18:11 2026] POST /v2.0/floatingips => generated 552 bytes in 536 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1269] 10.0.0.248 () {34 vars in 758 bytes} [Tue Apr 7 01:18:12 2026] PUT /v2.0/floatingips/bd247af8-9157-412f-932e-ec7c6c777e6b/tags => generated 17 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1270] 10.0.0.248 () {34 vars in 758 bytes} [Tue Apr 7 01:18:12 2026] PUT /v2.0/floatingips/024b9925-5593-4e09-852a-b52c6a20b5c4/tags => generated 25 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1271] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:18:12 2026] GET /v2.0/ports?device_id=44e8f3f1-ed12-4977-9f9c-0077b47f7284 => generated 975 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1272] 10.0.0.248 () {34 vars in 758 bytes} [Tue Apr 7 01:18:12 2026] PUT /v2.0/floatingips/bb10d919-4dda-4733-beee-61d77e50700d/tags => generated 34 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1273] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:18:12 2026] GET /v2.0/security-groups?id=b8629584-affd-42e4-8e79-e755fd861b14&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1274] 10.0.0.248 () {34 vars in 758 bytes} [Tue Apr 7 01:18:12 2026] PUT /v2.0/floatingips/7cde11a3-4a15-4e79-91b9-43a6db5da34a/tags => generated 19 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1275] 10.0.0.248 () {32 vars in 671 bytes} [Tue Apr 7 01:18:12 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1276] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:18:12 2026] GET /v2.0/ports?device_id=aae5de1b-d8e2-4680-91b2-85ce279d2e22 => 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: 658/1277] 10.0.0.248 () {32 vars in 685 bytes} [Tue Apr 7 01:18:12 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1278] 10.0.0.248 () {32 vars in 681 bytes} [Tue Apr 7 01:18:12 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1279] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:18:12 2026] GET /v2.0/ports?device_id=44e8f3f1-ed12-4977-9f9c-0077b47f7284 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1280] 10.0.0.248 () {32 vars in 693 bytes} [Tue Apr 7 01:18:12 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1281] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:18:12 2026] GET /v2.0/security-groups?id=b8629584-affd-42e4-8e79-e755fd861b14&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: 660/1282] 10.0.0.248 () {32 vars in 679 bytes} [Tue Apr 7 01:18:12 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1283] 10.0.0.248 () {32 vars in 693 bytes} [Tue Apr 7 01:18:12 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1284] 10.0.0.248 () {32 vars in 689 bytes} [Tue Apr 7 01:18:12 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1285] 10.0.0.248 () {32 vars in 701 bytes} [Tue Apr 7 01:18:12 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:18:13.042 7 INFO neutron.services.segments.plugin [-] Segment b5fbb939-7589-4226-bd4c-49a2a02643f8 resource provider aggregate not found 2026-04-07 01:18:13.055 7 INFO neutron.services.segments.plugin [-] Segment b5fbb939-7589-4226-bd4c-49a2a02643f8 resource provider aggregate not found 2026-04-07 01:18:13.058 7 INFO neutron.services.segments.plugin [-] Segment b5fbb939-7589-4226-bd4c-49a2a02643f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5fbb939-7589-4226-bd4c-49a2a02643f8 found for delete ", "request_id": "req-609b2bf6-e798-4300-b867-e8453e6015a7"}]} 2026-04-07 01:18:13.065 7 INFO neutron_taas.services.taas.taas_plugin [None req-b55abd61-69fb-43bf-bfe0-ac1bea9e0bd1 c8db0396fb034753809ebbd275da135e 64f8ac7355f242928136034753c9a33a - - default default] TaaS: Handle Delete Port: 7bbaa702-54f4-46b7-bc3d-8e5ce0b4dd83 2026-04-07 01:18:13.068 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b55abd61-69fb-43bf-bfe0-ac1bea9e0bd1 c8db0396fb034753809ebbd275da135e 64f8ac7355f242928136034753c9a33a - - default default] Tap Mirror: Handle Delete Port: 7bbaa702-54f4-46b7-bc3d-8e5ce0b4dd83 2026-04-07 01:18:13.074 7 INFO neutron.services.segments.plugin [-] Segment b5fbb939-7589-4226-bd4c-49a2a02643f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5fbb939-7589-4226-bd4c-49a2a02643f8 found for delete ", "request_id": "req-2e890c36-caa1-4874-ae65-c1bd829e8048"}]} [pid: 7|app: 0|req: 662/1286] 10.0.0.248 () {32 vars in 731 bytes} [Tue Apr 7 01:18:12 2026] DELETE /v2.0/floatingips/bd247af8-9157-412f-932e-ec7c6c777e6b => generated 0 bytes in 307 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:18:13.321 8 INFO neutron_taas.services.taas.taas_plugin [None req-22e57516-986a-4e8f-872d-6ac1089ea7d3 c8db0396fb034753809ebbd275da135e 64f8ac7355f242928136034753c9a33a - - default default] TaaS: Handle Delete Port: f7ac87cd-2bd8-4a0a-9c0f-536281c8945e 2026-04-07 01:18:13.323 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-22e57516-986a-4e8f-872d-6ac1089ea7d3 c8db0396fb034753809ebbd275da135e 64f8ac7355f242928136034753c9a33a - - default default] Tap Mirror: Handle Delete Port: f7ac87cd-2bd8-4a0a-9c0f-536281c8945e [pid: 8|app: 0|req: 625/1287] 10.0.0.248 () {32 vars in 731 bytes} [Tue Apr 7 01:18:13 2026] DELETE /v2.0/floatingips/024b9925-5593-4e09-852a-b52c6a20b5c4 => generated 0 bytes in 217 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:18:13.575 7 INFO neutron_taas.services.taas.taas_plugin [None req-0c48fc62-8b8b-444d-8253-0d76223ef9f2 c8db0396fb034753809ebbd275da135e 64f8ac7355f242928136034753c9a33a - - default default] TaaS: Handle Delete Port: 7d95a19c-1475-4e6e-802d-ebb6d1332066 2026-04-07 01:18:13.578 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c48fc62-8b8b-444d-8253-0d76223ef9f2 c8db0396fb034753809ebbd275da135e 64f8ac7355f242928136034753c9a33a - - default default] Tap Mirror: Handle Delete Port: 7d95a19c-1475-4e6e-802d-ebb6d1332066 [pid: 8|app: 0|req: 626/1288] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:18:13 2026] GET /v2.0/ports?device_id=aae5de1b-d8e2-4680-91b2-85ce279d2e22 => 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: 663/1289] 10.0.0.248 () {32 vars in 731 bytes} [Tue Apr 7 01:18:13 2026] DELETE /v2.0/floatingips/bb10d919-4dda-4733-beee-61d77e50700d => 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: 664/1290] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:18:13 2026] GET /v2.0/ports?device_id=44e8f3f1-ed12-4977-9f9c-0077b47f7284 => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:18:13.872 8 INFO neutron_taas.services.taas.taas_plugin [None req-eeb2e8f0-060f-415f-b734-d9a070b42c57 c8db0396fb034753809ebbd275da135e 64f8ac7355f242928136034753c9a33a - - default default] TaaS: Handle Delete Port: 97dd0135-154d-432d-88b2-18d4cb82f6d3 2026-04-07 01:18:13.874 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eeb2e8f0-060f-415f-b734-d9a070b42c57 c8db0396fb034753809ebbd275da135e 64f8ac7355f242928136034753c9a33a - - default default] Tap Mirror: Handle Delete Port: 97dd0135-154d-432d-88b2-18d4cb82f6d3 [pid: 7|app: 0|req: 665/1291] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:18:13 2026] GET /v2.0/security-groups?id=b8629584-affd-42e4-8e79-e755fd861b14&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: 627/1292] 10.0.0.248 () {32 vars in 731 bytes} [Tue Apr 7 01:18:13 2026] DELETE /v2.0/floatingips/7cde11a3-4a15-4e79-91b9-43a6db5da34a => generated 0 bytes in 280 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:18:14.128 7 INFO neutron_taas.services.taas.taas_plugin [None req-481be7f8-3029-4f28-b550-a84b80ee8108 c8db0396fb034753809ebbd275da135e 64f8ac7355f242928136034753c9a33a - - default default] TaaS: Handle Delete Port: fc8bc9ec-5f8c-4fa7-ac4c-2591c7a21948 2026-04-07 01:18:14.131 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-481be7f8-3029-4f28-b550-a84b80ee8108 c8db0396fb034753809ebbd275da135e 64f8ac7355f242928136034753c9a33a - - default default] Tap Mirror: Handle Delete Port: fc8bc9ec-5f8c-4fa7-ac4c-2591c7a21948 [pid: 7|app: 0|req: 666/1293] 10.0.0.248 () {32 vars in 731 bytes} [Tue Apr 7 01:18:14 2026] DELETE /v2.0/floatingips/dd408403-6c2f-44ee-9a81-8f34cd82e2ac => generated 0 bytes in 241 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1294] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:18:14 2026] GET /v2.0/security-groups?tenant_id=c9164616570646e082155d803d9a9928&name=default => generated 2925 bytes in 342 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1295] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:18:14 2026] GET /v2.0/ports?device_id=44e8f3f1-ed12-4977-9f9c-0077b47f7284 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1296] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:18:15 2026] GET /v2.0/security-groups?id=b8629584-affd-42e4-8e79-e755fd861b14&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: 667/1297] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:18:14 2026] DELETE /v2.0/security-groups/0be67515-7667-483d-9648-024e372ffab1 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1298] 199.204.45.49 () {34 vars in 992 bytes} [Tue Apr 7 01:18:15 2026] GET /v2.0/ports?device_id=44e8f3f1-ed12-4977-9f9c-0077b47f7284 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:18:15.259 7 INFO neutron_taas.services.taas.taas_plugin [req-5392c6be-cc9a-4f40-96da-82827fa35793 req-fc89bc3d-27ca-47f6-bcd1-589120cbf641 47db5cdabdf4439b8844918a67a70a32 3ebc5bdbb28d4b639c281bf71d2b6984 - - default default] TaaS: Handle Delete Port: 60d870a2-8bf6-4b3f-a8c2-9c13fc13b1e6 2026-04-07 01:18:15.262 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5392c6be-cc9a-4f40-96da-82827fa35793 req-fc89bc3d-27ca-47f6-bcd1-589120cbf641 47db5cdabdf4439b8844918a67a70a32 3ebc5bdbb28d4b639c281bf71d2b6984 - - default default] Tap Mirror: Handle Delete Port: 60d870a2-8bf6-4b3f-a8c2-9c13fc13b1e6 2026-04-07 01:18:15.358 7 INFO neutron.db.l3_db [req-5392c6be-cc9a-4f40-96da-82827fa35793 req-fc89bc3d-27ca-47f6-bcd1-589120cbf641 47db5cdabdf4439b8844918a67a70a32 3ebc5bdbb28d4b639c281bf71d2b6984 - - default default] Floating IP 5d63997b-423b-48da-b78f-ca49f2968f52 disassociated. External IP: 10.96.250.206, port: 60d870a2-8bf6-4b3f-a8c2-9c13fc13b1e6. [pid: 8|app: 0|req: 632/1299] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:18:15 2026] GET /v2.0/security-groups?tenant_id=64f8ac7355f242928136034753c9a33a&name=default => generated 2925 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1300] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:18:15 2026] DELETE /v2.0/security-groups/1b5efa0c-939b-4474-8319-2968db998c90 => 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: 668/1301] 199.204.45.49 () {36 vars in 995 bytes} [Tue Apr 7 01:18:15 2026] DELETE /v2.0/ports/60d870a2-8bf6-4b3f-a8c2-9c13fc13b1e6 => generated 0 bytes in 498 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:18:15.710 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2682431d-9ab1-4256-a2c8-bf285fffa350'] response: {'server_uuid': '44e8f3f1-ed12-4977-9f9c-0077b47f7284', 'name': 'network-vif-deleted', 'tag': '60d870a2-8bf6-4b3f-a8c2-9c13fc13b1e6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 634/1302] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:18:15 2026] GET /v2.0/security-groups?tenant_id=40da9beb5c4e49278e151edcab18832d&name=default => generated 2925 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1303] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:18:15 2026] DELETE /v2.0/security-groups/4d88cd43-fdd6-4a6b-93ec-7f2751032bf8 => 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: 670/1304] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:18:16 2026] GET /v2.0/security-groups?tenant_id=88312ba5373149a8be7a409cd09ae8c3&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1305] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:18:16 2026] GET /v2.0/ports?device_id=44e8f3f1-ed12-4977-9f9c-0077b47f7284 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:18:16.282 8 INFO neutron_taas.services.taas.taas_plugin [None req-ca6c1bc4-3dbd-47ab-b89c-ad4a9aa7f742 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] TaaS: Handle Delete Port: 16ceee01-2069-41b1-92c0-37a28d749ba8 2026-04-07 01:18:16.286 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca6c1bc4-3dbd-47ab-b89c-ad4a9aa7f742 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Tap Mirror: Handle Delete Port: 16ceee01-2069-41b1-92c0-37a28d749ba8 [pid: 7|app: 0|req: 672/1306] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:18:16 2026] DELETE /v2.0/security-groups/b3516589-4ad3-4d74-8fb5-22b232c4055f => 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: 635/1307] 10.0.0.248 () {34 vars in 788 bytes} [Tue Apr 7 01:18:15 2026] PUT /v2.0/routers/292e48a0-c0de-438b-bbac-ffafac34a7ef/remove_router_interface => generated 309 bytes in 958 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:18:17.033 7 INFO neutron_taas.services.taas.taas_plugin [None req-26343025-0927-4831-8437-de46b7f4d223 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] TaaS: Handle Delete Port: 8714ff37-860f-46e2-8306-f179a927093e 2026-04-07 01:18:17.036 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26343025-0927-4831-8437-de46b7f4d223 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Tap Mirror: Handle Delete Port: 8714ff37-860f-46e2-8306-f179a927093e 2026-04-07 01:18:17.298 7 INFO neutron_taas.services.taas.taas_plugin [None req-26343025-0927-4831-8437-de46b7f4d223 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] TaaS: Handle Delete Port: 0a7608aa-f974-4453-b000-4f1c7f315d22 2026-04-07 01:18:17.301 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26343025-0927-4831-8437-de46b7f4d223 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Tap Mirror: Handle Delete Port: 0a7608aa-f974-4453-b000-4f1c7f315d22 [pid: 8|app: 0|req: 636/1308] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:18:17 2026] GET /v2.0/ports?device_id=44e8f3f1-ed12-4977-9f9c-0077b47f7284 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:18:17.679 7 INFO neutron.services.segments.plugin [-] Segment 7d54523d-cc67-4946-8c7a-c5e1e018295f resource provider aggregate not found 2026-04-07 01:18:17.685 7 INFO neutron.services.segments.plugin [-] Segment 7d54523d-cc67-4946-8c7a-c5e1e018295f resource provider aggregate not found 2026-04-07 01:18:17.696 7 INFO neutron.services.segments.plugin [-] Segment 7d54523d-cc67-4946-8c7a-c5e1e018295f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d54523d-cc67-4946-8c7a-c5e1e018295f found for delete ", "request_id": "req-9a4a9e77-1125-491a-a6bd-f7e8a6614db5"}]} 2026-04-07 01:18:17.699 7 INFO neutron.services.segments.plugin [-] Segment 7d54523d-cc67-4946-8c7a-c5e1e018295f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d54523d-cc67-4946-8c7a-c5e1e018295f found for delete ", "request_id": "req-097da234-11b7-46d9-aa0e-b79b5e5b2cd3"}]} 2026-04-07 01:18:17.721 7 INFO neutron.db.l3_hamode_db [None req-26343025-0927-4831-8437-de46b7f4d223 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] HA network 87abd589-6490-4bb2-babf-d6cb03ec9d9b was deleted as no HA routers are present in tenant a05d4686b6fa4de9bbee2e255071939b. [pid: 7|app: 0|req: 673/1309] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:18:16 2026] DELETE /v2.0/routers/292e48a0-c0de-438b-bbac-ffafac34a7ef => generated 0 bytes in 888 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1310] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:18:17 2026] DELETE /v2.0/subnets/90d698bd-0fc2-402b-90f0-d8a8ba7ed263 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:18:17.988 7 INFO neutron_taas.services.taas.taas_plugin [None req-3dadbd81-8655-4376-b853-ad0a891aabdb e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] TaaS: Handle Delete Port: bb04c4b6-de0b-43ce-aa6f-307b390d7c88 2026-04-07 01:18:17.995 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3dadbd81-8655-4376-b853-ad0a891aabdb e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Tap Mirror: Handle Delete Port: bb04c4b6-de0b-43ce-aa6f-307b390d7c88 [pid: 7|app: 0|req: 674/1311] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:18:17 2026] DELETE /v2.0/networks/ea89b226-7b63-44cd-8b7b-c5082b6745fd => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1312] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:18:18 2026] GET /v2.0/security-groups?tenant_id=a05d4686b6fa4de9bbee2e255071939b&name=default => 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: 639/1313] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:18:18 2026] GET /v2.0/ports?device_id=44e8f3f1-ed12-4977-9f9c-0077b47f7284 => 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: 675/1314] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:18:18 2026] DELETE /v2.0/security-groups/22fc6a28-9c03-4018-8a8e-2736c78d73b6 => 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: 640/1315] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:18:18 2026] GET /v2.0/security-groups?tenant_id=e9a7f5f059054b1f80652896919ed95b&name=default => generated 2925 bytes in 447 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1316] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:18:19 2026] DELETE /v2.0/security-groups/0f4b0e7d-a565-4a8b-9730-d88339f7ee21 => 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: 641/1317] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:18:19 2026] GET /v2.0/security-groups?tenant_id=6049d6326da940eb8de7d6e88336ee14&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1318] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:18:19 2026] DELETE /v2.0/security-groups/d8480c26-b505-4227-9797-1d55467c3291 => 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: 642/1319] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:18:19 2026] DELETE /v2.0/security-groups/b8629584-affd-42e4-8e79-e755fd861b14 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:18:19.659 7 INFO neutron.api.v2.resource [None req-b93c6029-8baf-46d4-97ca-6baa0e7a91ae 47db5cdabdf4439b8844918a67a70a32 3ebc5bdbb28d4b639c281bf71d2b6984 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 678/1320] 10.0.0.248 () {32 vars in 736 bytes} [Tue Apr 7 01:18:19 2026] GET /v2.0/security-groups/b8629584-affd-42e4-8e79-e755fd861b14 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:18:19.715 7 INFO neutron.services.segments.plugin [-] Segment db22c73d-1726-4ebc-975d-6ecf46ab8ea6 resource provider aggregate not found 2026-04-07 01:18:19.719 7 INFO neutron.services.segments.plugin [-] Segment db22c73d-1726-4ebc-975d-6ecf46ab8ea6 resource provider aggregate not found 2026-04-07 01:18:19.730 7 INFO neutron.services.segments.plugin [-] Segment db22c73d-1726-4ebc-975d-6ecf46ab8ea6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db22c73d-1726-4ebc-975d-6ecf46ab8ea6 found for delete ", "request_id": "req-48977f3c-c32a-4ddb-a661-0a3afc93e05f"}]} 2026-04-07 01:18:19.737 7 INFO neutron.services.segments.plugin [-] Segment db22c73d-1726-4ebc-975d-6ecf46ab8ea6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db22c73d-1726-4ebc-975d-6ecf46ab8ea6 found for delete ", "request_id": "req-7d2de520-a119-441f-a8cb-df0cdda6c5d4"}]} 2026-04-07 01:18:19.768 8 INFO neutron_taas.services.taas.taas_plugin [None req-72dc9c19-bc4f-4cbf-8397-25dfa92c076f 47db5cdabdf4439b8844918a67a70a32 3ebc5bdbb28d4b639c281bf71d2b6984 - - default default] TaaS: Handle Delete Port: 718b864a-2247-4dcc-b4a6-f5ebd7c40af5 2026-04-07 01:18:19.771 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-72dc9c19-bc4f-4cbf-8397-25dfa92c076f 47db5cdabdf4439b8844918a67a70a32 3ebc5bdbb28d4b639c281bf71d2b6984 - - default default] Tap Mirror: Handle Delete Port: 718b864a-2247-4dcc-b4a6-f5ebd7c40af5 [pid: 8|app: 0|req: 643/1321] 10.0.0.248 () {32 vars in 731 bytes} [Tue Apr 7 01:18:19 2026] DELETE /v2.0/floatingips/5d63997b-423b-48da-b78f-ca49f2968f52 => generated 0 bytes in 260 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:18:20.672 7 INFO neutron_taas.services.taas.taas_plugin [None req-2495fa36-810a-426a-8aec-a243dc5fd947 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] TaaS: Handle Delete Port: 6dbde4be-665c-4f53-9672-fcca3dbc7ec8 2026-04-07 01:18:20.675 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2495fa36-810a-426a-8aec-a243dc5fd947 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Tap Mirror: Handle Delete Port: 6dbde4be-665c-4f53-9672-fcca3dbc7ec8 2026-04-07 01:18:20.790 8 INFO neutron.db.segments_db [None req-ae9bee6e-eab5-4154-a305-11493cbd9474 d660d4cc2b52496c81dc357f2da7a353 aece035a4630462d9581181f502d295f - - default default] Added segment be02b74b-6633-466d-b3bb-b95191c015b4 of type vxlan for network 86196f66-86f9-452b-947d-28413e42ae85 [pid: 8|app: 0|req: 644/1322] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:18:20 2026] POST /v2.0/networks => generated 632 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:18:20.954 8 INFO neutron.db.segments_db [None req-254956fc-ae2e-4575-b6ce-c6fdd368ab3e d660d4cc2b52496c81dc357f2da7a353 aece035a4630462d9581181f502d295f - - default default] Added segment 7f451912-fadb-463c-8611-c1e59550461d of type vxlan for network fcf792c3-c942-4bfb-9572-1edb86543dc8 [pid: 8|app: 0|req: 645/1323] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:18:20 2026] POST /v2.0/networks => generated 632 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:18:21.083 8 INFO neutron.db.segments_db [None req-ce06eef3-97d9-4a50-aaa9-5d865cbd0ce8 d660d4cc2b52496c81dc357f2da7a353 aece035a4630462d9581181f502d295f - - default default] Added segment b7974781-520a-445c-bf05-62b2d043dbfc of type vxlan for network 7a7f525e-c019-4a90-b661-5a891bc17fd9 [pid: 8|app: 0|req: 646/1324] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:18:21 2026] POST /v2.0/networks => generated 630 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1325] 10.0.0.248 () {34 vars in 788 bytes} [Tue Apr 7 01:18:19 2026] PUT /v2.0/routers/e21625a9-bc16-48cf-94a0-318193e05314/remove_router_interface => generated 309 bytes in 1269 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:18:21.208 8 INFO neutron.db.segments_db [None req-405ca10f-d37f-4be5-9540-22d2176e2333 d660d4cc2b52496c81dc357f2da7a353 aece035a4630462d9581181f502d295f - - default default] Added segment ea835e03-815e-4cfd-ab91-01ddbf4d70de of type vxlan for network 9f0cdff1-8e23-44e1-bc47-e4ee9cc042ee [pid: 8|app: 0|req: 647/1326] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:18:21 2026] POST /v2.0/networks => generated 631 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:18:21.335 8 INFO neutron.db.segments_db [None req-9c19826a-3f3c-4b20-b9e0-34d79ea39688 d660d4cc2b52496c81dc357f2da7a353 aece035a4630462d9581181f502d295f - - default default] Added segment 0770ee78-36ad-4c02-a5bc-c2825463feee of type vxlan for network 43336592-8e20-412a-9f4a-031edc313254 2026-04-07 01:18:21.376 7 INFO neutron_taas.services.taas.taas_plugin [None req-9208fa7a-789d-4acd-9892-2b0ddeb3be75 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] TaaS: Handle Delete Port: f138f429-b974-4d1b-90b7-295db0573247 2026-04-07 01:18:21.378 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9208fa7a-789d-4acd-9892-2b0ddeb3be75 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Tap Mirror: Handle Delete Port: f138f429-b974-4d1b-90b7-295db0573247 [pid: 8|app: 0|req: 648/1327] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:18:21 2026] POST /v2.0/networks => generated 632 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1328] 10.0.0.248 () {34 vars in 752 bytes} [Tue Apr 7 01:18:21 2026] PUT /v2.0/networks/86196f66-86f9-452b-947d-28413e42ae85/tags => generated 17 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1329] 10.0.0.248 () {34 vars in 752 bytes} [Tue Apr 7 01:18:21 2026] PUT /v2.0/networks/fcf792c3-c942-4bfb-9572-1edb86543dc8/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1330] 10.0.0.248 () {34 vars in 752 bytes} [Tue Apr 7 01:18:21 2026] PUT /v2.0/networks/7a7f525e-c019-4a90-b661-5a891bc17fd9/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:18:21.614 7 INFO neutron_taas.services.taas.taas_plugin [None req-9208fa7a-789d-4acd-9892-2b0ddeb3be75 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] TaaS: Handle Delete Port: e1da6da7-5446-4525-a86a-711b3bae6011 2026-04-07 01:18:21.617 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9208fa7a-789d-4acd-9892-2b0ddeb3be75 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Tap Mirror: Handle Delete Port: e1da6da7-5446-4525-a86a-711b3bae6011 [pid: 8|app: 0|req: 652/1331] 10.0.0.248 () {34 vars in 752 bytes} [Tue Apr 7 01:18:21 2026] PUT /v2.0/networks/9f0cdff1-8e23-44e1-bc47-e4ee9cc042ee/tags => generated 19 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1332] 10.0.0.248 () {32 vars in 665 bytes} [Tue Apr 7 01:18:21 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1333] 10.0.0.248 () {32 vars in 679 bytes} [Tue Apr 7 01:18:21 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1248 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1334] 10.0.0.248 () {32 vars in 675 bytes} [Tue Apr 7 01:18:21 2026] GET /v2.0/networks?tags-any=blue => generated 1248 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1335] 10.0.0.248 () {32 vars in 687 bytes} [Tue Apr 7 01:18:21 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:18:21.933 7 INFO neutron.services.segments.plugin [-] Segment 3dae0ce2-fbc5-41e7-a3d2-a5232aff8e1d resource provider aggregate not found 2026-04-07 01:18:21.940 7 INFO neutron.services.segments.plugin [-] Segment 3dae0ce2-fbc5-41e7-a3d2-a5232aff8e1d resource provider aggregate not found [pid: 8|app: 0|req: 657/1336] 10.0.0.248 () {32 vars in 673 bytes} [Tue Apr 7 01:18:21 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:18:21.952 7 INFO neutron.services.segments.plugin [-] Segment 3dae0ce2-fbc5-41e7-a3d2-a5232aff8e1d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3dae0ce2-fbc5-41e7-a3d2-a5232aff8e1d found for delete ", "request_id": "req-ef849efb-1e62-4362-8bf7-765fff899fc2"}]} 2026-04-07 01:18:21.961 7 INFO neutron.services.segments.plugin [-] Segment 3dae0ce2-fbc5-41e7-a3d2-a5232aff8e1d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3dae0ce2-fbc5-41e7-a3d2-a5232aff8e1d found for delete ", "request_id": "req-3899347e-1508-4d69-831a-d2dd81ffb40b"}]} 2026-04-07 01:18:21.967 7 INFO neutron.db.l3_hamode_db [None req-9208fa7a-789d-4acd-9892-2b0ddeb3be75 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] HA network a73294a6-2e90-4006-a04e-057757feb097 was deleted as no HA routers are present in tenant 3ebc5bdbb28d4b639c281bf71d2b6984. [pid: 7|app: 0|req: 680/1337] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:18:21 2026] DELETE /v2.0/routers/e21625a9-bc16-48cf-94a0-318193e05314 => generated 0 bytes in 766 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1338] 10.0.0.248 () {32 vars in 687 bytes} [Tue Apr 7 01:18:21 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1339] 10.0.0.248 () {32 vars in 683 bytes} [Tue Apr 7 01:18:22 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1340] 10.0.0.248 () {32 vars in 695 bytes} [Tue Apr 7 01:18:22 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1341] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:18:21 2026] DELETE /v2.0/subnets/d804b96d-f8af-41f9-87b8-e06ca29531f0 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:18:22.263 8 INFO neutron.services.segments.plugin [-] Segment be02b74b-6633-466d-b3bb-b95191c015b4 resource provider aggregate not found 2026-04-07 01:18:22.266 8 INFO neutron.services.segments.plugin [-] Segment be02b74b-6633-466d-b3bb-b95191c015b4 resource provider aggregate not found 2026-04-07 01:18:22.277 8 INFO neutron.services.segments.plugin [-] Segment be02b74b-6633-466d-b3bb-b95191c015b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be02b74b-6633-466d-b3bb-b95191c015b4 found for delete ", "request_id": "req-7cd9bef7-142e-4e44-9536-3a8980d38b6f"}]} 2026-04-07 01:18:22.281 8 INFO neutron.services.segments.plugin [-] Segment be02b74b-6633-466d-b3bb-b95191c015b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be02b74b-6633-466d-b3bb-b95191c015b4 found for delete ", "request_id": "req-c6ff89ad-71ba-4906-b056-7458b69a1df2"}]} 2026-04-07 01:18:22.295 7 INFO neutron_taas.services.taas.taas_plugin [None req-b155dd45-c171-40fa-924e-ab21b31a1eb5 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] TaaS: Handle Delete Port: 576001c5-a7d7-45ec-b867-cb6af5cb6e4e [pid: 8|app: 0|req: 661/1342] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:18:22 2026] DELETE /v2.0/networks/86196f66-86f9-452b-947d-28413e42ae85 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:18:22.298 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b155dd45-c171-40fa-924e-ab21b31a1eb5 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Tap Mirror: Handle Delete Port: 576001c5-a7d7-45ec-b867-cb6af5cb6e4e [pid: 8|app: 0|req: 662/1343] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:18:22 2026] DELETE /v2.0/networks/fcf792c3-c942-4bfb-9572-1edb86543dc8 => 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: 682/1344] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:18:22 2026] DELETE /v2.0/networks/c14ae108-732c-4f9a-b96c-08ee344db618 => generated 0 bytes in 299 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1345] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:18:22 2026] DELETE /v2.0/networks/7a7f525e-c019-4a90-b661-5a891bc17fd9 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1346] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:18:22 2026] GET /v2.0/security-groups?tenant_id=3ebc5bdbb28d4b639c281bf71d2b6984&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1347] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:18:22 2026] DELETE /v2.0/networks/9f0cdff1-8e23-44e1-bc47-e4ee9cc042ee => 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: 665/1348] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:18:22 2026] DELETE /v2.0/security-groups/03b8e501-6aef-4ffa-ba29-8b3aaeab4c6f => 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: 684/1349] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:18:22 2026] DELETE /v2.0/networks/43336592-8e20-412a-9f4a-031edc313254 => 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: 666/1350] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:18:23 2026] GET /v2.0/security-groups?tenant_id=3fdb3af4097247618782b1e75021e71c&name=default => generated 2925 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1351] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:18:23 2026] DELETE /v2.0/security-groups/3b7d478b-d2fd-414e-accd-7f968e09e9c9 => 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: 686/1352] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:18:23 2026] GET /v2.0/security-groups?tenant_id=d38d1df83a6d4621a1bfb16b7f8bca6f&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1353] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:18:23 2026] DELETE /v2.0/security-groups/3a270751-f4c7-4edb-abc1-ac35602da676 => 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: 667/1354] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:18:23 2026] GET /v2.0/security-groups?tenant_id=88b716c0b1f14466a7266ed6bb0fbb81&name=default => generated 2925 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:18:23.971 7 INFO neutron.services.segments.plugin [-] Segment a624f3b4-9938-4e72-a8dc-4bcdd9fd0fe1 resource provider aggregate not found 2026-04-07 01:18:23.982 7 INFO neutron.services.segments.plugin [-] Segment a624f3b4-9938-4e72-a8dc-4bcdd9fd0fe1 resource provider aggregate not found 2026-04-07 01:18:24.001 7 INFO neutron.services.segments.plugin [-] Segment a624f3b4-9938-4e72-a8dc-4bcdd9fd0fe1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a624f3b4-9938-4e72-a8dc-4bcdd9fd0fe1 found for delete ", "request_id": "req-7d4af9de-a4e1-48a1-bc3f-19ad5768791e"}]} 2026-04-07 01:18:24.001 7 INFO neutron.services.segments.plugin [-] Segment a624f3b4-9938-4e72-a8dc-4bcdd9fd0fe1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a624f3b4-9938-4e72-a8dc-4bcdd9fd0fe1 found for delete ", "request_id": "req-bcea2312-cd23-453b-8f52-ddd3d1315b30"}]} 2026-04-07 01:18:24.017 7 INFO neutron.services.segments.plugin [-] Segment ea835e03-815e-4cfd-ab91-01ddbf4d70de resource provider aggregate not found 2026-04-07 01:18:24.038 7 INFO neutron.services.segments.plugin [-] Segment ea835e03-815e-4cfd-ab91-01ddbf4d70de resource provider aggregate not found 2026-04-07 01:18:24.044 7 INFO neutron.services.segments.plugin [-] Segment ea835e03-815e-4cfd-ab91-01ddbf4d70de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea835e03-815e-4cfd-ab91-01ddbf4d70de found for delete ", "request_id": "req-33275972-e8f8-49ac-b0bd-f3979a842801"}]} [pid: 7|app: 0|req: 688/1355] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:18:23 2026] DELETE /v2.0/security-groups/f7ed7e8b-309b-4509-86cb-6428da1ccef3 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:18:24.064 7 INFO neutron.services.segments.plugin [-] Segment ea835e03-815e-4cfd-ab91-01ddbf4d70de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea835e03-815e-4cfd-ab91-01ddbf4d70de found for delete ", "request_id": "req-69710305-f41f-4fe0-90b2-5ebd528576fb"}]} 2026-04-07 01:18:24.070 7 INFO neutron.services.segments.plugin [-] Segment 0770ee78-36ad-4c02-a5bc-c2825463feee resource provider aggregate not found 2026-04-07 01:18:24.086 7 INFO neutron.services.segments.plugin [-] Segment 0770ee78-36ad-4c02-a5bc-c2825463feee resource provider aggregate not found 2026-04-07 01:18:24.093 7 INFO neutron.services.segments.plugin [-] Segment 0770ee78-36ad-4c02-a5bc-c2825463feee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0770ee78-36ad-4c02-a5bc-c2825463feee found for delete ", "request_id": "req-7faca6f8-a935-4c51-aba5-b08b845116f8"}]} 2026-04-07 01:18:24.105 7 INFO neutron.services.segments.plugin [-] Segment 0770ee78-36ad-4c02-a5bc-c2825463feee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0770ee78-36ad-4c02-a5bc-c2825463feee found for delete ", "request_id": "req-17c49a67-22dd-4061-b1e7-31e19a7873d5"}]} [pid: 8|app: 0|req: 668/1356] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:18:24 2026] GET /v2.0/security-groups?tenant_id=aece035a4630462d9581181f502d295f&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:18:24.294 8 INFO neutron.services.segments.plugin [-] Segment 7f451912-fadb-463c-8611-c1e59550461d resource provider aggregate not found 2026-04-07 01:18:24.298 8 INFO neutron.services.segments.plugin [-] Segment 7f451912-fadb-463c-8611-c1e59550461d resource provider aggregate not found 2026-04-07 01:18:24.311 8 INFO neutron.services.segments.plugin [-] Segment 7f451912-fadb-463c-8611-c1e59550461d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f451912-fadb-463c-8611-c1e59550461d found for delete ", "request_id": "req-48b3f1e6-b040-4924-bba0-808d8f6ccbe2"}]} 2026-04-07 01:18:24.316 8 INFO neutron.services.segments.plugin [-] Segment 7f451912-fadb-463c-8611-c1e59550461d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f451912-fadb-463c-8611-c1e59550461d found for delete ", "request_id": "req-40d85f9c-5236-4458-b229-48bafa1f68bf"}]} 2026-04-07 01:18:24.331 8 INFO neutron.services.segments.plugin [-] Segment b7974781-520a-445c-bf05-62b2d043dbfc resource provider aggregate not found 2026-04-07 01:18:24.334 8 INFO neutron.services.segments.plugin [-] Segment b7974781-520a-445c-bf05-62b2d043dbfc resource provider aggregate not found [pid: 7|app: 0|req: 689/1357] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:18:24 2026] DELETE /v2.0/security-groups/ba78ff1f-90f7-46d8-b4e2-81f38e769e30 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:18:24.351 8 INFO neutron.services.segments.plugin [-] Segment b7974781-520a-445c-bf05-62b2d043dbfc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b7974781-520a-445c-bf05-62b2d043dbfc found for delete ", "request_id": "req-75f087da-c28a-4ef9-8919-afcfe9635c37"}]} 2026-04-07 01:18:24.352 8 INFO neutron.services.segments.plugin [-] Segment b7974781-520a-445c-bf05-62b2d043dbfc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b7974781-520a-445c-bf05-62b2d043dbfc found for delete ", "request_id": "req-66e43cb4-939d-4b8a-9a0a-e27dea390d48"}]} [pid: 8|app: 0|req: 669/1358] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:18:24 2026] GET /v2.0/security-groups?tenant_id=142cd5128f5045209969827dd8293e46&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1359] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:18:24 2026] DELETE /v2.0/security-groups/de94bb88-16ac-4056-9f29-f977b6b05619 => 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: 671/1362] 10.0.0.248 () {34 vars in 677 bytes} [Tue Apr 7 01:18:28 2026] POST /v2.0/qos/policies => generated 359 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1363] 10.0.0.248 () {34 vars in 677 bytes} [Tue Apr 7 01:18:29 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: 672/1364] 10.0.0.248 () {34 vars in 677 bytes} [Tue Apr 7 01:18:29 2026] POST /v2.0/qos/policies => generated 359 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1365] 10.0.0.248 () {34 vars in 677 bytes} [Tue Apr 7 01:18:29 2026] POST /v2.0/qos/policies => generated 359 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1366] 10.0.0.248 () {34 vars in 677 bytes} [Tue Apr 7 01:18:29 2026] POST /v2.0/qos/policies => generated 359 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1367] 10.0.0.248 () {34 vars in 752 bytes} [Tue Apr 7 01:18:29 2026] PUT /v2.0/policies/8ae9269a-2fcb-46f5-a163-7ae868809387/tags => generated 17 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1368] 10.0.0.248 () {34 vars in 752 bytes} [Tue Apr 7 01:18:29 2026] PUT /v2.0/policies/739aaf6c-708d-41ca-914a-72cd532adc45/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1369] 10.0.0.248 () {34 vars in 752 bytes} [Tue Apr 7 01:18:29 2026] PUT /v2.0/policies/8d3a2cf6-63c0-479b-8697-71a9aa6297dd/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1370] 10.0.0.248 () {34 vars in 752 bytes} [Tue Apr 7 01:18:29 2026] PUT /v2.0/policies/995833ee-42b5-4326-96cc-4a9f49ec1197/tags => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1371] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:18:29 2026] GET /v2.0/security-groups?tenant_id=6e29777583724f20891f143b71ebd4dc&name=default => generated 2925 bytes in 349 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1372] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:18:29 2026] DELETE /v2.0/security-groups/98f436ed-4693-4427-b8c7-752272436151 => 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: 698/1373] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:18:29 2026] GET /v2.0/security-groups?tenant_id=490492abb9f94c1190cb5f4cb6fa00eb&name=default => generated 2925 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1374] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:18:29 2026] DELETE /v2.0/security-groups/7dbda6d7-14a1-4722-b235-b56af266c50b => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1375] 10.0.0.248 () {32 vars in 673 bytes} [Tue Apr 7 01:18:29 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1376] 10.0.0.248 () {32 vars in 687 bytes} [Tue Apr 7 01:18:29 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1377] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:18:29 2026] GET /v2.0/security-groups?tenant_id=b49db97213c24a2c8868ebfd4eb6b580&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1378] 10.0.0.248 () {32 vars in 683 bytes} [Tue Apr 7 01:18:30 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1379] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:18:30 2026] DELETE /v2.0/security-groups/f78b9d65-3570-487b-ae8a-802f3c8eb8b0 => 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: 678/1380] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:18:30 2026] GET /v2.0/security-groups?tenant_id=69fda8303272443596d58ee7a41f4179&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1381] 10.0.0.248 () {32 vars in 695 bytes} [Tue Apr 7 01:18:30 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1382] 10.0.0.248 () {32 vars in 681 bytes} [Tue Apr 7 01:18:30 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1383] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:18:30 2026] DELETE /v2.0/security-groups/b369e301-c7d2-43e1-9484-6d91440ae023 => 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: 705/1384] 10.0.0.248 () {32 vars in 695 bytes} [Tue Apr 7 01:18:30 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1385] 10.0.0.248 () {32 vars in 691 bytes} [Tue Apr 7 01:18:30 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1386] 10.0.0.248 () {32 vars in 703 bytes} [Tue Apr 7 01:18:30 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1387] 10.0.0.248 () {32 vars in 733 bytes} [Tue Apr 7 01:18:30 2026] DELETE /v2.0/qos/policies/8ae9269a-2fcb-46f5-a163-7ae868809387 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1388] 10.0.0.248 () {32 vars in 733 bytes} [Tue Apr 7 01:18:30 2026] DELETE /v2.0/qos/policies/739aaf6c-708d-41ca-914a-72cd532adc45 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1389] 10.0.0.248 () {32 vars in 733 bytes} [Tue Apr 7 01:18:30 2026] DELETE /v2.0/qos/policies/8d3a2cf6-63c0-479b-8697-71a9aa6297dd => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1390] 10.0.0.248 () {32 vars in 733 bytes} [Tue Apr 7 01:18:30 2026] DELETE /v2.0/qos/policies/995833ee-42b5-4326-96cc-4a9f49ec1197 => 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: 683/1391] 10.0.0.248 () {32 vars in 733 bytes} [Tue Apr 7 01:18:30 2026] DELETE /v2.0/qos/policies/c51b71fa-93f9-4e5b-b803-c7bf23db3936 => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1392] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:18:31 2026] GET /v2.0/security-groups?tenant_id=7933ddfa7638419197cadced4e8cc36f&name=default => generated 2925 bytes in 330 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1393] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:18:31 2026] DELETE /v2.0/security-groups/f3323d53-c9f0-4467-9848-642b6d95f499 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1394] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:18:32 2026] GET /v2.0/security-groups?tenant_id=80658b5745b14c10b873de4958734a72&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1395] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:18:32 2026] GET /v2.0/security-groups?tenant_id=c6fb03f7fc4f413086cc8adba8dca686&name=default => generated 2925 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:18:32.439 7 INFO neutron.db.segments_db [None req-2c76569f-3da7-41e9-bc21-a95dff4a2862 b2e3bc4cf6fd4e0cb2af2fb65967f55d 1bfeeb5bec5547bbb511c7c42f53737a - - default default] Added segment bb65f312-f7bb-4167-ada8-b0ab8af96665 of type vxlan for network 31424e74-2970-432c-a7f4-ebeaafdb39b5 [pid: 8|app: 0|req: 686/1396] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:18:32 2026] DELETE /v2.0/security-groups/8e389e32-388b-465d-809e-286e5378a678 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:18:32.497 7 INFO neutron.db.segments_db [None req-2c76569f-3da7-41e9-bc21-a95dff4a2862 b2e3bc4cf6fd4e0cb2af2fb65967f55d 1bfeeb5bec5547bbb511c7c42f53737a - - default default] Added segment d0321d61-dbcd-4049-987b-0b6309719c68 of type vxlan for network 70b46749-e144-4d16-92d9-ed5724d16fcd [pid: 7|app: 0|req: 711/1397] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:18:32 2026] POST /v2.0/networks => generated 1245 bytes in 407 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1398] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:18:32 2026] GET /v2.0/security-groups?tenant_id=4aa525166432452d906b779dbe81f2a0&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1399] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:18:32 2026] DELETE /v2.0/security-groups/6deff4a5-30e5-4c88-9fd4-7778ea91574e => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1400] 10.0.0.248 () {32 vars in 648 bytes} [Tue Apr 7 01:18:32 2026] GET /v2.0/networks => generated 1844 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1401] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:18:32 2026] GET /v2.0/security-groups?tenant_id=b2b0a4690d754cb5b733ca49e6e6caf1&name=default => generated 2925 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1402] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:18:32 2026] DELETE /v2.0/security-groups/9713fcb4-6b87-442a-860c-99c80da2fa9b => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:18:32.844 8 INFO neutron.services.segments.plugin [-] Segment bb65f312-f7bb-4167-ada8-b0ab8af96665 resource provider aggregate not found 2026-04-07 01:18:32.845 8 INFO neutron.services.segments.plugin [-] Segment bb65f312-f7bb-4167-ada8-b0ab8af96665 resource provider aggregate not found 2026-04-07 01:18:32.866 8 INFO neutron.services.segments.plugin [-] Segment bb65f312-f7bb-4167-ada8-b0ab8af96665 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb65f312-f7bb-4167-ada8-b0ab8af96665 found for delete ", "request_id": "req-a0c65f30-a53b-4421-9b6e-3d2ec2d82507"}]} 2026-04-07 01:18:32.869 8 INFO neutron.services.segments.plugin [-] Segment bb65f312-f7bb-4167-ada8-b0ab8af96665 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb65f312-f7bb-4167-ada8-b0ab8af96665 found for delete ", "request_id": "req-c8a5949a-81a6-4543-9223-77f0235e9a60"}]} [pid: 8|app: 0|req: 689/1403] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:18:32 2026] DELETE /v2.0/networks/31424e74-2970-432c-a7f4-ebeaafdb39b5 => 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: 715/1404] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:18:32 2026] DELETE /v2.0/security-groups/147d0aed-4bee-46f1-a8d8-672b22bac768 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1405] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:18:32 2026] DELETE /v2.0/networks/70b46749-e144-4d16-92d9-ed5724d16fcd => 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: 716/1406] 10.0.0.248 () {32 vars in 648 bytes} [Tue Apr 7 01:18:33 2026] GET /v2.0/networks => generated 651 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:18:33.135 8 INFO neutron.db.segments_db [None req-ae494735-ccd7-49eb-910b-e7a7b7db8620 b2e3bc4cf6fd4e0cb2af2fb65967f55d 1bfeeb5bec5547bbb511c7c42f53737a - - default default] Added segment 25b5dad3-3afb-435e-81d3-d6140657ae76 of type vxlan for network aaa67603-494b-47b3-a295-df45f5d8c637 [pid: 8|app: 0|req: 691/1407] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:18:33 2026] POST /v2.0/networks => generated 653 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:18:33.290 7 INFO neutron.db.segments_db [None req-790591c0-562d-477e-87fa-53bc45bc262b b2e3bc4cf6fd4e0cb2af2fb65967f55d 1bfeeb5bec5547bbb511c7c42f53737a - - default default] Added segment 98f30703-bdaa-4e3b-be07-87c99e3092b6 of type vxlan for network 5dff1fc5-7f43-4ae8-851f-ce24f55ad7a7 [pid: 7|app: 0|req: 717/1408] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:18:33 2026] POST /v2.0/networks => generated 654 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1409] 10.0.0.248 () {34 vars in 664 bytes} [Tue Apr 7 01:18:33 2026] POST /v2.0/ports => generated 1505 bytes in 532 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1410] 10.0.0.248 () {32 vars in 642 bytes} [Tue Apr 7 01:18:33 2026] GET /v2.0/ports => generated 1505 bytes in 128 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-07 01:18:34.158 8 INFO neutron_taas.services.taas.taas_plugin [None req-853747c7-a631-4dc7-ae0f-649c8dc4ae2b b2e3bc4cf6fd4e0cb2af2fb65967f55d 1bfeeb5bec5547bbb511c7c42f53737a - - default default] TaaS: Handle Delete Port: 83943617-2fd7-4a35-b8c1-cdf26606f426 2026-04-07 01:18:34.161 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-853747c7-a631-4dc7-ae0f-649c8dc4ae2b b2e3bc4cf6fd4e0cb2af2fb65967f55d 1bfeeb5bec5547bbb511c7c42f53737a - - default default] Tap Mirror: Handle Delete Port: 83943617-2fd7-4a35-b8c1-cdf26606f426 [pid: 8|app: 0|req: 693/1411] 10.0.0.248 () {32 vars in 719 bytes} [Tue Apr 7 01:18:34 2026] DELETE /v2.0/ports/83943617-2fd7-4a35-b8c1-cdf26606f426 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:18:34.351 7 INFO neutron_taas.services.taas.taas_plugin [None req-7433fcf2-fc7e-46a8-9ae4-b2fa75875d8d b2e3bc4cf6fd4e0cb2af2fb65967f55d 1bfeeb5bec5547bbb511c7c42f53737a - - default default] TaaS: Handle Delete Port: 9a652351-3a43-4c93-b78a-d3aa02581604 2026-04-07 01:18:34.354 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7433fcf2-fc7e-46a8-9ae4-b2fa75875d8d b2e3bc4cf6fd4e0cb2af2fb65967f55d 1bfeeb5bec5547bbb511c7c42f53737a - - default default] Tap Mirror: Handle Delete Port: 9a652351-3a43-4c93-b78a-d3aa02581604 [pid: 7|app: 0|req: 719/1412] 10.0.0.248 () {32 vars in 719 bytes} [Tue Apr 7 01:18:34 2026] DELETE /v2.0/ports/9a652351-3a43-4c93-b78a-d3aa02581604 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1413] 10.0.0.248 () {32 vars in 642 bytes} [Tue Apr 7 01:18:34 2026] GET /v2.0/ports => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:18:34.530 7 INFO neutron.db.segments_db [None req-a3419cae-0f35-481d-bb3c-ed1a27c310ed b2e3bc4cf6fd4e0cb2af2fb65967f55d 1bfeeb5bec5547bbb511c7c42f53737a - - default default] Added segment 77a30bcb-4887-4d23-bb87-935da4e9ba2e of type vxlan for network 9f40a1eb-0553-4fc5-b78f-c8f419b33acf [pid: 7|app: 0|req: 720/1414] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:18:34 2026] POST /v2.0/networks => generated 653 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1415] 10.0.0.248 () {32 vars in 652 bytes} [Tue Apr 7 01:18:34 2026] GET /v2.0/extensions => generated 21537 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1416] 10.0.0.248 () {32 vars in 680 bytes} [Tue Apr 7 01:18:34 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1417] 10.0.0.248 () {32 vars in 680 bytes} [Tue Apr 7 01:18:34 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1418] 10.0.0.248 () {32 vars in 728 bytes} [Tue Apr 7 01:18:34 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:18:34.684 7 INFO neutron.db.segments_db [None req-8af28163-2c3c-431c-8401-9bd15c6aab56 b2e3bc4cf6fd4e0cb2af2fb65967f55d 1bfeeb5bec5547bbb511c7c42f53737a - - default default] Added segment 33aac041-fc64-46cd-a03b-c476eaf6446e of type vxlan for network 2d420e0e-ed99-489a-8d0e-7d2cb6923d7b [pid: 8|app: 0|req: 699/1419] 10.0.0.248 () {32 vars in 664 bytes} [Tue Apr 7 01:18:34 2026] GET /v2.0/extensions/agent => generated 153 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1420] 10.0.0.248 () {32 vars in 698 bytes} [Tue Apr 7 01:18:34 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1421] 10.0.0.248 () {32 vars in 696 bytes} [Tue Apr 7 01:18:34 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: 702/1422] 10.0.0.248 () {32 vars in 700 bytes} [Tue Apr 7 01:18:34 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1423] 10.0.0.248 () {32 vars in 688 bytes} [Tue Apr 7 01:18:34 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1424] 10.0.0.248 () {32 vars in 702 bytes} [Tue Apr 7 01:18:34 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1425] 10.0.0.248 () {32 vars in 692 bytes} [Tue Apr 7 01:18:34 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1426] 10.0.0.248 () {32 vars in 694 bytes} [Tue Apr 7 01:18:34 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1427] 10.0.0.248 () {32 vars in 684 bytes} [Tue Apr 7 01:18:34 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: 708/1428] 10.0.0.248 () {32 vars in 686 bytes} [Tue Apr 7 01:18:34 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1429] 10.0.0.248 () {32 vars in 660 bytes} [Tue Apr 7 01:18:34 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1430] 10.0.0.248 () {32 vars in 698 bytes} [Tue Apr 7 01:18:34 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1431] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:18:34 2026] POST /v2.0/networks => generated 653 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1432] 10.0.0.248 () {32 vars in 678 bytes} [Tue Apr 7 01:18:34 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: 722/1433] 10.0.0.248 () {32 vars in 682 bytes} [Tue Apr 7 01:18:34 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1434] 10.0.0.248 () {32 vars in 674 bytes} [Tue Apr 7 01:18:34 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1435] 10.0.0.248 () {32 vars in 688 bytes} [Tue Apr 7 01:18:34 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1436] 10.0.0.248 () {32 vars in 722 bytes} [Tue Apr 7 01:18:34 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1437] 10.0.0.248 () {32 vars in 686 bytes} [Tue Apr 7 01:18:34 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: 8|app: 0|req: 714/1438] 10.0.0.248 () {32 vars in 668 bytes} [Tue Apr 7 01:18:34 2026] GET /v2.0/extensions/flavors => 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: 725/1439] 10.0.0.248 () {32 vars in 686 bytes} [Tue Apr 7 01:18:34 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: 715/1440] 10.0.0.248 () {32 vars in 680 bytes} [Tue Apr 7 01:18:34 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1441] 10.0.0.248 () {32 vars in 698 bytes} [Tue Apr 7 01:18:34 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1442] 10.0.0.248 () {32 vars in 678 bytes} [Tue Apr 7 01:18:34 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:18:34.885 8 INFO neutron.services.segments.plugin [-] Segment d0321d61-dbcd-4049-987b-0b6309719c68 resource provider aggregate not found [pid: 7|app: 0|req: 727/1443] 10.0.0.248 () {32 vars in 666 bytes} [Tue Apr 7 01:18:34 2026] GET /v2.0/extensions/router => generated 256 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:18:34.904 8 INFO neutron.services.segments.plugin [-] Segment d0321d61-dbcd-4049-987b-0b6309719c68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d0321d61-dbcd-4049-987b-0b6309719c68 found for delete ", "request_id": "req-58c3999b-1429-4b47-96b1-7f80cf29c29d"}]} 2026-04-07 01:18:34.905 8 INFO neutron.services.segments.plugin [-] Segment d0321d61-dbcd-4049-987b-0b6309719c68 resource provider aggregate not found [pid: 8|app: 0|req: 717/1444] 10.0.0.248 () {32 vars in 676 bytes} [Tue Apr 7 01:18:34 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1445] 10.0.0.248 () {32 vars in 664 bytes} [Tue Apr 7 01:18:34 2026] GET /v2.0/extensions/l3-ha => 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: 718/1446] 10.0.0.248 () {32 vars in 674 bytes} [Tue Apr 7 01:18:34 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:18:34.930 8 INFO neutron.services.segments.plugin [-] Segment d0321d61-dbcd-4049-987b-0b6309719c68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d0321d61-dbcd-4049-987b-0b6309719c68 found for delete ", "request_id": "req-546becdf-61cb-4d39-8c53-d5995c12b7b8"}]} [pid: 7|app: 0|req: 729/1447] 10.0.0.248 () {32 vars in 712 bytes} [Tue Apr 7 01:18:34 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1448] 10.0.0.248 () {32 vars in 690 bytes} [Tue Apr 7 01:18:34 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1449] 10.0.0.248 () {32 vars in 682 bytes} [Tue Apr 7 01:18:34 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1450] 10.0.0.248 () {32 vars in 668 bytes} [Tue Apr 7 01:18:34 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1451] 10.0.0.248 () {32 vars in 686 bytes} [Tue Apr 7 01:18:34 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1452] 10.0.0.248 () {32 vars in 704 bytes} [Tue Apr 7 01:18:34 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: 732/1453] 10.0.0.248 () {32 vars in 674 bytes} [Tue Apr 7 01:18:34 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1454] 10.0.0.248 () {32 vars in 700 bytes} [Tue Apr 7 01:18:34 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1455] 10.0.0.248 () {32 vars in 674 bytes} [Tue Apr 7 01:18:35 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1456] 10.0.0.248 () {32 vars in 692 bytes} [Tue Apr 7 01:18:35 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: 734/1457] 10.0.0.248 () {32 vars in 688 bytes} [Tue Apr 7 01:18:35 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1458] 10.0.0.248 () {32 vars in 708 bytes} [Tue Apr 7 01:18:35 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1459] 10.0.0.248 () {32 vars in 704 bytes} [Tue Apr 7 01:18:35 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1460] 10.0.0.248 () {32 vars in 718 bytes} [Tue Apr 7 01:18:35 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1461] 10.0.0.248 () {32 vars in 696 bytes} [Tue Apr 7 01:18:35 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: 8|app: 0|req: 726/1462] 10.0.0.248 () {32 vars in 710 bytes} [Tue Apr 7 01:18:35 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1463] 10.0.0.248 () {32 vars in 668 bytes} [Tue Apr 7 01:18:35 2026] GET /v2.0/extensions/binding => generated 193 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1464] 10.0.0.248 () {32 vars in 686 bytes} [Tue Apr 7 01:18:35 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1465] 10.0.0.248 () {32 vars in 680 bytes} [Tue Apr 7 01:18:35 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1466] 10.0.0.248 () {32 vars in 674 bytes} [Tue Apr 7 01:18:35 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1467] 10.0.0.248 () {32 vars in 670 bytes} [Tue Apr 7 01:18:35 2026] GET /v2.0/extensions/provider => generated 191 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1468] 10.0.0.248 () {32 vars in 660 bytes} [Tue Apr 7 01:18:35 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: 740/1469] 10.0.0.248 () {32 vars in 698 bytes} [Tue Apr 7 01:18:35 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1470] 10.0.0.248 () {32 vars in 698 bytes} [Tue Apr 7 01:18:35 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1471] 10.0.0.248 () {32 vars in 676 bytes} [Tue Apr 7 01:18:35 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1472] 10.0.0.248 () {32 vars in 668 bytes} [Tue Apr 7 01:18:35 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1473] 10.0.0.248 () {32 vars in 682 bytes} [Tue Apr 7 01:18:35 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1474] 10.0.0.248 () {32 vars in 700 bytes} [Tue Apr 7 01:18:35 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1475] 10.0.0.248 () {32 vars in 684 bytes} [Tue Apr 7 01:18:35 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: 8|app: 0|req: 733/1476] 10.0.0.248 () {32 vars in 706 bytes} [Tue Apr 7 01:18:35 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1477] 10.0.0.248 () {32 vars in 668 bytes} [Tue Apr 7 01:18:35 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1478] 10.0.0.248 () {32 vars in 696 bytes} [Tue Apr 7 01:18:35 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1479] 10.0.0.248 () {32 vars in 694 bytes} [Tue Apr 7 01:18:35 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1480] 10.0.0.248 () {32 vars in 684 bytes} [Tue Apr 7 01:18:35 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1481] 10.0.0.248 () {32 vars in 688 bytes} [Tue Apr 7 01:18:35 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1482] 10.0.0.248 () {32 vars in 704 bytes} [Tue Apr 7 01:18:35 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1483] 10.0.0.248 () {32 vars in 666 bytes} [Tue Apr 7 01:18:35 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1484] 10.0.0.248 () {32 vars in 680 bytes} [Tue Apr 7 01:18:35 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1485] 10.0.0.248 () {32 vars in 680 bytes} [Tue Apr 7 01:18:35 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1486] 10.0.0.248 () {32 vars in 690 bytes} [Tue Apr 7 01:18:35 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: 754/1487] 10.0.0.248 () {32 vars in 690 bytes} [Tue Apr 7 01:18:35 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1488] 10.0.0.248 () {32 vars in 694 bytes} [Tue Apr 7 01:18:35 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1489] 10.0.0.248 () {32 vars in 684 bytes} [Tue Apr 7 01:18:35 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1490] 10.0.0.248 () {32 vars in 688 bytes} [Tue Apr 7 01:18:35 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1491] 10.0.0.248 () {32 vars in 700 bytes} [Tue Apr 7 01:18:35 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: 759/1492] 10.0.0.248 () {32 vars in 702 bytes} [Tue Apr 7 01:18:35 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: 760/1493] 10.0.0.248 () {32 vars in 712 bytes} [Tue Apr 7 01:18:35 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1494] 10.0.0.248 () {32 vars in 716 bytes} [Tue Apr 7 01:18:35 2026] GET /v2.0/extensions/security-groups-normalized-cidr => 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: 762/1495] 10.0.0.248 () {32 vars in 714 bytes} [Tue Apr 7 01:18:35 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:18:35.660 7 INFO neutron.db.segments_db [None req-a9a62557-a65e-47cf-8bd3-39450cc9a18c f8211c284215460697ff5a01ae849623 5f3a18f4d04147769c84aa140380d567 - - default default] Added segment bd421681-0f7d-4a04-842c-ddbdfbea3702 of type vxlan for network 1e1439a0-0797-49f0-933c-9de1842200e8 [pid: 8|app: 0|req: 734/1496] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:18:35 2026] POST /v2.0/subnets => generated 1324 bytes in 449 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1497] 10.0.0.248 () {32 vars in 726 bytes} [Tue Apr 7 01:18:35 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1498] 10.0.0.248 () {32 vars in 646 bytes} [Tue Apr 7 01:18:35 2026] GET /v2.0/subnets => generated 1960 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1499] 10.0.0.248 () {32 vars in 740 bytes} [Tue Apr 7 01:18:35 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1500] 10.0.0.248 () {32 vars in 718 bytes} [Tue Apr 7 01:18:35 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1501] 10.0.0.248 () {32 vars in 682 bytes} [Tue Apr 7 01:18:35 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: 763/1502] 10.0.0.248 () {34 vars in 670 bytes} [Tue Apr 7 01:18:35 2026] POST /v2.0/networks => generated 631 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1503] 10.0.0.248 () {32 vars in 668 bytes} [Tue Apr 7 01:18:35 2026] GET /v2.0/extensions/segment => generated 145 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:18:35.792 7 INFO neutron.db.segments_db [None req-2f16fa38-dad9-4022-b79d-ece64fdcd205 f8211c284215460697ff5a01ae849623 5f3a18f4d04147769c84aa140380d567 - - default default] Added segment 82acb850-db81-40ac-a6d5-d2f0137c611a of type vxlan for network 8256ca2f-627e-4143-9a24-50d7db12c670 [pid: 8|app: 0|req: 740/1504] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:18:35 2026] DELETE /v2.0/subnets/b35652f8-2048-4d07-b1a5-2354cfd8fdff => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1505] 10.0.0.248 () {32 vars in 718 bytes} [Tue Apr 7 01:18:35 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1506] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:18:35 2026] DELETE /v2.0/subnets/2b8e050f-2fe2-4624-bd01-a6e3b1f209fa => 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: 743/1507] 10.0.0.248 () {32 vars in 678 bytes} [Tue Apr 7 01:18:35 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:18:36.010 7 INFO neutron.db.l3_hamode_db [None req-2f16fa38-dad9-4022-b79d-ece64fdcd205 f8211c284215460697ff5a01ae849623 5f3a18f4d04147769c84aa140380d567 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 744/1508] 10.0.0.248 () {32 vars in 646 bytes} [Tue Apr 7 01:18:35 2026] GET /v2.0/subnets => generated 649 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1509] 10.0.0.248 () {32 vars in 668 bytes} [Tue Apr 7 01:18:36 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1510] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:18:36 2026] DELETE /v2.0/networks/2d420e0e-ed99-489a-8d0e-7d2cb6923d7b => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1511] 10.0.0.248 () {32 vars in 696 bytes} [Tue Apr 7 01:18:36 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: 8|app: 0|req: 748/1512] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:18:36 2026] DELETE /v2.0/networks/9f40a1eb-0553-4fc5-b78f-c8f419b33acf => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1513] 10.0.0.248 () {32 vars in 704 bytes} [Tue Apr 7 01:18:36 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1514] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:18:36 2026] DELETE /v2.0/networks/5dff1fc5-7f43-4ae8-851f-ce24f55ad7a7 => 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: 751/1515] 10.0.0.248 () {32 vars in 700 bytes} [Tue Apr 7 01:18:36 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) 2026-04-07 01:18:36.725 7 INFO neutron.db.l3_hamode_db [None req-2f16fa38-dad9-4022-b79d-ece64fdcd205 f8211c284215460697ff5a01ae849623 5f3a18f4d04147769c84aa140380d567 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 752/1516] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:18:36 2026] DELETE /v2.0/networks/aaa67603-494b-47b3-a295-df45f5d8c637 => generated 0 bytes in 516 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1517] 10.0.0.248 () {32 vars in 700 bytes} [Tue Apr 7 01:18:36 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) 2026-04-07 01:18:36.930 8 INFO neutron.services.segments.plugin [-] Segment 33aac041-fc64-46cd-a03b-c476eaf6446e resource provider aggregate not found [pid: 8|app: 0|req: 754/1518] 10.0.0.248 () {32 vars in 682 bytes} [Tue Apr 7 01:18:36 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1519] 10.0.0.248 () {32 vars in 704 bytes} [Tue Apr 7 01:18:36 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:18:36.947 8 INFO neutron.services.segments.plugin [-] Segment 33aac041-fc64-46cd-a03b-c476eaf6446e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33aac041-fc64-46cd-a03b-c476eaf6446e found for delete ", "request_id": "req-aa3b6063-b992-4bef-ae0f-c470ff0064f4"}]} 2026-04-07 01:18:36.951 8 INFO neutron.services.segments.plugin [-] Segment 33aac041-fc64-46cd-a03b-c476eaf6446e resource provider aggregate not found [pid: 8|app: 0|req: 756/1520] 10.0.0.248 () {32 vars in 694 bytes} [Tue Apr 7 01:18:36 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:18:36.970 8 INFO neutron.services.segments.plugin [-] Segment 33aac041-fc64-46cd-a03b-c476eaf6446e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33aac041-fc64-46cd-a03b-c476eaf6446e found for delete ", "request_id": "req-03f3d23f-db5d-4c9e-a49b-66d45d1f4c17"}]} 2026-04-07 01:18:36.975 8 INFO neutron.services.segments.plugin [-] Segment 77a30bcb-4887-4d23-bb87-935da4e9ba2e resource provider aggregate not found 2026-04-07 01:18:36.985 8 INFO neutron.services.segments.plugin [-] Segment 77a30bcb-4887-4d23-bb87-935da4e9ba2e resource provider aggregate not found 2026-04-07 01:18:36.989 8 INFO neutron.services.segments.plugin [-] Segment 77a30bcb-4887-4d23-bb87-935da4e9ba2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77a30bcb-4887-4d23-bb87-935da4e9ba2e found for delete ", "request_id": "req-a709eea2-5514-410d-a4fe-755d3289d938"}]} 2026-04-07 01:18:37.000 8 INFO neutron.services.segments.plugin [-] Segment 98f30703-bdaa-4e3b-be07-87c99e3092b6 resource provider aggregate not found 2026-04-07 01:18:37.004 8 INFO neutron.services.segments.plugin [-] Segment 77a30bcb-4887-4d23-bb87-935da4e9ba2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77a30bcb-4887-4d23-bb87-935da4e9ba2e found for delete ", "request_id": "req-74302443-d84d-42ad-91c1-358aa403198c"}]} 2026-04-07 01:18:37.018 8 INFO neutron.services.segments.plugin [-] Segment 98f30703-bdaa-4e3b-be07-87c99e3092b6 resource provider aggregate not found 2026-04-07 01:18:37.023 8 INFO neutron.services.segments.plugin [-] Segment 98f30703-bdaa-4e3b-be07-87c99e3092b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98f30703-bdaa-4e3b-be07-87c99e3092b6 found for delete ", "request_id": "req-eb993823-2289-4224-bb85-72c73aafeb31"}]} 2026-04-07 01:18:37.034 8 INFO neutron.services.segments.plugin [-] Segment 98f30703-bdaa-4e3b-be07-87c99e3092b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98f30703-bdaa-4e3b-be07-87c99e3092b6 found for delete ", "request_id": "req-4f16ea9e-ed89-463d-96d4-5922520a76bd"}]} 2026-04-07 01:18:37.038 8 INFO neutron.services.segments.plugin [-] Segment 25b5dad3-3afb-435e-81d3-d6140657ae76 resource provider aggregate not found 2026-04-07 01:18:37.051 8 INFO neutron.services.segments.plugin [-] Segment 25b5dad3-3afb-435e-81d3-d6140657ae76 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 25b5dad3-3afb-435e-81d3-d6140657ae76 found for delete ", "request_id": "req-69086502-538b-4dfb-b965-f413a5a28fe6"}]} 2026-04-07 01:18:37.053 8 INFO neutron.services.segments.plugin [-] Segment 25b5dad3-3afb-435e-81d3-d6140657ae76 resource provider aggregate not found 2026-04-07 01:18:37.072 8 INFO neutron.services.segments.plugin [-] Segment 25b5dad3-3afb-435e-81d3-d6140657ae76 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 25b5dad3-3afb-435e-81d3-d6140657ae76 found for delete ", "request_id": "req-c567aa56-a96b-4f6e-b026-2d24ecf69ba2"}]} 2026-04-07 01:18:37.307 8 INFO neutron.db.segments_db [None req-90bfed2a-2020-4d92-9265-708662179f26 2ac41fac2190417eb2bd227ea2927700 1e739583c7a64acd9c9d3176bc956252 - - default default] Added segment 5e7b1023-7942-4abc-820f-afeca8f80a94 of type vxlan for network a5f892e3-07c0-4643-af1b-4c5203aeaa52 [pid: 8|app: 0|req: 757/1521] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:18:36 2026] POST /v2.0/networks => generated 632 bytes in 423 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1522] 10.0.0.248 () {32 vars in 688 bytes} [Tue Apr 7 01:18:37 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1523] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:18:35 2026] POST /v2.0/routers => generated 694 bytes in 1802 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1524] 10.0.0.248 () {32 vars in 696 bytes} [Tue Apr 7 01:18:37 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1525] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:18:37 2026] POST /v2.0/subnets => generated 626 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1526] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:18:37 2026] GET /v2.0/security-groups?tenant_id=1bfeeb5bec5547bbb511c7c42f53737a&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1527] 10.0.0.248 () {32 vars in 678 bytes} [Tue Apr 7 01:18:37 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:18:37.739 7 INFO neutron.db.segments_db [None req-5aa05cb2-0bb2-4839-ad23-0b005b247dbb 2ac41fac2190417eb2bd227ea2927700 1e739583c7a64acd9c9d3176bc956252 - - default default] Added segment 5c4bc1e1-d4f5-4f70-8eff-001cd8c113c5 of type vxlan for network 24a232e6-7a65-4551-b6bd-7a77b4dffd32 [pid: 8|app: 0|req: 760/1528] 10.0.0.248 () {32 vars in 775 bytes} [Tue Apr 7 01:18:37 2026] GET /v2.0/subnets?project_id=5f3a18f4d04147769c84aa140380d567&cidr=10.100.0.0%2F28 => generated 14 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1529] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:18:37 2026] POST /v2.0/networks => generated 632 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1530] 10.0.0.248 () {32 vars in 688 bytes} [Tue Apr 7 01:18:37 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1531] 10.0.0.248 () {32 vars in 693 bytes} [Tue Apr 7 01:18:37 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1532] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:18:37 2026] DELETE /v2.0/security-groups/c38a54fe-1e8f-424f-8247-83c5c9cc90e4 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1533] 10.0.0.248 () {32 vars in 700 bytes} [Tue Apr 7 01:18:37 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1534] 10.0.0.248 () {32 vars in 783 bytes} [Tue Apr 7 01:18:37 2026] GET /v2.0/subnets?network_id=c3d6dd37-b7a6-49b1-a9e7-2daa27a8eef2&cidr=10.100.0.0%2F28 => generated 14 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1535] 10.0.0.248 () {32 vars in 664 bytes} [Tue Apr 7 01:18:37 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: 772/1536] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:18:37 2026] POST /v2.0/subnets => generated 629 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1537] 10.0.0.248 () {32 vars in 680 bytes} [Tue Apr 7 01:18:38 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:18:38.139 7 INFO neutron.db.segments_db [None req-fbf73ecf-5491-49ab-8a77-5beb9066d324 2ac41fac2190417eb2bd227ea2927700 1e739583c7a64acd9c9d3176bc956252 - - default default] Added segment 8d352dd1-64b4-403b-a61b-ad6da6302811 of type vxlan for network a8154780-ca4a-427a-bb1c-648d9808c920 [pid: 8|app: 0|req: 765/1538] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:18:37 2026] POST /v2.0/subnets => generated 657 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1539] 10.0.0.248 () {32 vars in 676 bytes} [Tue Apr 7 01:18:38 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1540] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:18:38 2026] POST /v2.0/networks => generated 632 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1541] 10.0.0.248 () {32 vars in 692 bytes} [Tue Apr 7 01:18:38 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1542] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:18:38 2026] POST /v2.0/subnets => generated 629 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1543] 10.0.0.248 () {32 vars in 676 bytes} [Tue Apr 7 01:18:38 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:18:38.546 7 INFO neutron.db.segments_db [None req-00097a07-0288-4578-8820-f86193c82923 2ac41fac2190417eb2bd227ea2927700 1e739583c7a64acd9c9d3176bc956252 - - default default] Added segment ccd57e47-d478-4324-84aa-b039b5a5ae7d of type vxlan for network 1a1bf9ae-5b27-4618-bcbe-9c0464bb0450 [pid: 7|app: 0|req: 778/1544] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:18:38 2026] POST /v2.0/networks => generated 632 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1545] 10.0.0.248 () {32 vars in 666 bytes} [Tue Apr 7 01:18:38 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1546] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:18:38 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: 781/1547] 10.0.0.248 () {32 vars in 662 bytes} [Tue Apr 7 01:18:38 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) 2026-04-07 01:18:38.946 7 INFO neutron.db.segments_db [None req-327b3001-76db-4e56-945c-38fb52284ae1 2ac41fac2190417eb2bd227ea2927700 1e739583c7a64acd9c9d3176bc956252 - - default default] Added segment 7f5e3eef-d6a5-4b83-8ea9-b3459208b4b9 of type vxlan for network 2336e9d7-d327-43d6-8a41-046fec6a7af6 [pid: 7|app: 0|req: 782/1548] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:18:38 2026] POST /v2.0/networks => generated 630 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1549] 10.0.0.248 () {32 vars in 674 bytes} [Tue Apr 7 01:18:39 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: 784/1550] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:18:39 2026] POST /v2.0/subnets => generated 629 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1551] 10.0.0.248 () {32 vars in 686 bytes} [Tue Apr 7 01:18:39 2026] GET /v2.0/extensions/taas-vlan-filter => 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: 786/1552] 10.0.0.248 () {34 vars in 750 bytes} [Tue Apr 7 01:18:39 2026] PUT /v2.0/subnets/f737da32-2a69-44a7-b148-a6a6438e7c4b/tags => generated 17 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1553] 10.0.0.248 () {34 vars in 750 bytes} [Tue Apr 7 01:18:39 2026] PUT /v2.0/subnets/9640643a-3c49-44d0-b6ca-1d2802e5ec7c/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1554] 10.0.0.248 () {34 vars in 750 bytes} [Tue Apr 7 01:18:39 2026] PUT /v2.0/subnets/0fceba1d-af74-4c47-ad2b-7fdb3360d601/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: 789/1555] 10.0.0.248 () {34 vars in 750 bytes} [Tue Apr 7 01:18:39 2026] PUT /v2.0/subnets/e5624cbe-c5ac-40d8-8cd4-419615d78063/tags => generated 19 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1556] 10.0.0.248 () {32 vars in 663 bytes} [Tue Apr 7 01:18:39 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1557] 10.0.0.248 () {32 vars in 677 bytes} [Tue Apr 7 01:18:39 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1558] 10.0.0.248 () {34 vars in 782 bytes} [Tue Apr 7 01:18:38 2026] PUT /v2.0/routers/a2a53619-c286-47ec-b71c-e4ca6dfabfef/add_router_interface => generated 309 bytes in 1322 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1559] 10.0.0.248 () {32 vars in 673 bytes} [Tue Apr 7 01:18:39 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1560] 10.0.0.248 () {32 vars in 685 bytes} [Tue Apr 7 01:18:39 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1561] 10.0.0.248 () {32 vars in 648 bytes} [Tue Apr 7 01:18:39 2026] GET /v2.0/networks => generated 7312 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1562] 10.0.0.248 () {32 vars in 671 bytes} [Tue Apr 7 01:18:39 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1563] 10.0.0.248 () {32 vars in 685 bytes} [Tue Apr 7 01:18:39 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1564] 10.0.0.248 () {32 vars in 646 bytes} [Tue Apr 7 01:18:39 2026] GET /v2.0/subnets => generated 5821 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1565] 10.0.0.248 () {32 vars in 681 bytes} [Tue Apr 7 01:18:39 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1566] 10.0.0.248 () {32 vars in 646 bytes} [Tue Apr 7 01:18:39 2026] GET /v2.0/routers => generated 737 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1567] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:18:39 2026] GET /v2.0/security-groups?tenant_id=9b898cba71f74347b7519ad1007a6c23&name=default => generated 2925 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:18:39.979 7 INFO neutron.db.segments_db [None req-e2cb2e61-9d54-4bda-ab24-02d74cfae0fe db9e2d9d6af041138c260d6e010c9351 3b1102f976cc4edc8e47b0edf2256aa4 - - default default] Added segment 39142ea3-26e1-468d-9386-b4599693206b of type vxlan for network 9b1ab744-ea45-400f-acb4-1d4b0ef35cc6 [pid: 8|app: 0|req: 773/1568] 10.0.0.248 () {32 vars in 693 bytes} [Tue Apr 7 01:18:39 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1569] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:18:39 2026] POST /v2.0/networks => generated 633 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1570] 10.0.0.248 () {34 vars in 684 bytes} [Tue Apr 7 01:18:40 2026] POST /v2.0/security-groups => generated 1675 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1571] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:18:40 2026] DELETE /v2.0/security-groups/f84eb45d-0d41-4259-80db-64d28bfee576 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:18:40.221 7 INFO neutron.db.segments_db [None req-cd02870d-ab82-487c-8b56-2f9710a99df8 db9e2d9d6af041138c260d6e010c9351 3b1102f976cc4edc8e47b0edf2256aa4 - - default default] Added segment b1e8a553-e825-47f3-9b6d-be5906085b1c of type vxlan for network 33c34efa-2bba-4ea3-82c1-9f1bbe3ca53e [pid: 8|app: 0|req: 775/1572] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:18:40 2026] DELETE /v2.0/subnets/f737da32-2a69-44a7-b148-a6a6438e7c4b => 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: 798/1573] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:18:40 2026] POST /v2.0/networks => generated 633 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1576] 10.0.0.248 () {34 vars in 694 bytes} [Tue Apr 7 01:18:40 2026] POST /v2.0/security-group-rules => generated 597 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1577] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:18:40 2026] DELETE /v2.0/subnets/9640643a-3c49-44d0-b6ca-1d2802e5ec7c => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1578] 10.0.0.248 () {34 vars in 694 bytes} [Tue Apr 7 01:18:40 2026] POST /v2.0/security-group-rules => generated 596 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1579] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:18:40 2026] POST /v2.0/subnets => generated 646 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1580] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:18:40 2026] DELETE /v2.0/subnets/0fceba1d-af74-4c47-ad2b-7fdb3360d601 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1581] 10.0.0.248 () {34 vars in 694 bytes} [Tue Apr 7 01:18:40 2026] POST /v2.0/security-group-rules => generated 602 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1582] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:18:40 2026] DELETE /v2.0/subnets/e5624cbe-c5ac-40d8-8cd4-419615d78063 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1583] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:18:40 2026] POST /v2.0/subnets => generated 655 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1584] 10.0.0.248 () {34 vars in 694 bytes} [Tue Apr 7 01:18:40 2026] POST /v2.0/security-group-rules => generated 601 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:18:41.055 8 INFO neutron.db.segments_db [None req-e47d6546-a52a-4ed1-ab71-b4741c12b6d5 db9e2d9d6af041138c260d6e010c9351 3b1102f976cc4edc8e47b0edf2256aa4 - - default default] Added segment a32b8070-2682-49e7-ae26-ecb74a08e498 of type vxlan for network a7656b67-a83b-4a3f-bffd-2fdda6e0afa7 [pid: 7|app: 0|req: 805/1585] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:18:40 2026] DELETE /v2.0/subnets/661c2fb1-01f4-48a6-8792-b0a3f6e420c9 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:18:41.138 7 INFO neutron.db.securitygroups_db [None req-0aadd4ec-80c2-4c81-aede-d860ce94c788 f8211c284215460697ff5a01ae849623 5f3a18f4d04147769c84aa140380d567 - - default default] Project 5f3a18f4d04147769c84aa140380d567 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: 806/1586] 10.0.0.248 () {34 vars in 694 bytes} [Tue Apr 7 01:18:41 2026] POST /v2.0/security-group-rules => generated 607 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:18:41.290 8 INFO neutron.db.l3_hamode_db [None req-e47d6546-a52a-4ed1-ab71-b4741c12b6d5 db9e2d9d6af041138c260d6e010c9351 3b1102f976cc4edc8e47b0edf2256aa4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-07 01:18:41.304 7 INFO neutron_taas.services.taas.taas_plugin [None req-be86265a-f466-4647-a8df-0200ffde6751 2ac41fac2190417eb2bd227ea2927700 1e739583c7a64acd9c9d3176bc956252 - - default default] TaaS: Handle Delete Port: 2cca143d-da64-4b48-82ff-70a0eebf53f7 2026-04-07 01:18:41.307 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be86265a-f466-4647-a8df-0200ffde6751 2ac41fac2190417eb2bd227ea2927700 1e739583c7a64acd9c9d3176bc956252 - - default default] Tap Mirror: Handle Delete Port: 2cca143d-da64-4b48-82ff-70a0eebf53f7 2026-04-07 01:18:41.411 8 INFO neutron.db.l3_hamode_db [None req-e47d6546-a52a-4ed1-ab71-b4741c12b6d5 db9e2d9d6af041138c260d6e010c9351 3b1102f976cc4edc8e47b0edf2256aa4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-07 01:18:41.473 7 INFO neutron.services.segments.plugin [-] Segment 5e7b1023-7942-4abc-820f-afeca8f80a94 resource provider aggregate not found 2026-04-07 01:18:41.479 7 INFO neutron.services.segments.plugin [-] Segment 5e7b1023-7942-4abc-820f-afeca8f80a94 resource provider aggregate not found 2026-04-07 01:18:41.494 7 INFO neutron.services.segments.plugin [-] Segment 5e7b1023-7942-4abc-820f-afeca8f80a94 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e7b1023-7942-4abc-820f-afeca8f80a94 found for delete ", "request_id": "req-75c495ff-de4d-44cf-8e33-df655975b18a"}]} 2026-04-07 01:18:41.495 7 INFO neutron.services.segments.plugin [-] Segment 5e7b1023-7942-4abc-820f-afeca8f80a94 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e7b1023-7942-4abc-820f-afeca8f80a94 found for delete ", "request_id": "req-4f3e16c2-3e80-471a-8a70-58fce82dc290"}]} [pid: 7|app: 0|req: 807/1587] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:18:41 2026] DELETE /v2.0/networks/a5f892e3-07c0-4643-af1b-4c5203aeaa52 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:18:41.537 7 INFO neutron.db.securitygroups_db [None req-53810c30-8e1c-49a1-90ea-840da206a23e f8211c284215460697ff5a01ae849623 5f3a18f4d04147769c84aa140380d567 - - default default] Project 5f3a18f4d04147769c84aa140380d567 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: 808/1588] 10.0.0.248 () {34 vars in 694 bytes} [Tue Apr 7 01:18:41 2026] POST /v2.0/security-group-rules => generated 606 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1589] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:18:41 2026] DELETE /v2.0/networks/24a232e6-7a65-4551-b6bd-7a77b4dffd32 => 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: 810/1590] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:18:41 2026] DELETE /v2.0/networks/a8154780-ca4a-427a-bb1c-648d9808c920 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1591] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:18:41 2026] POST /v2.0/routers => generated 511 bytes in 999 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:18:42.134 8 INFO neutron.services.segments.plugin [-] Segment ccd57e47-d478-4324-84aa-b039b5a5ae7d resource provider aggregate not found 2026-04-07 01:18:42.139 8 INFO neutron.services.segments.plugin [-] Segment ccd57e47-d478-4324-84aa-b039b5a5ae7d resource provider aggregate not found 2026-04-07 01:18:42.154 8 INFO neutron.services.segments.plugin [-] Segment ccd57e47-d478-4324-84aa-b039b5a5ae7d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ccd57e47-d478-4324-84aa-b039b5a5ae7d found for delete ", "request_id": "req-85249ae1-ece5-4f55-8f91-e7b0ea527994"}]} 2026-04-07 01:18:42.156 8 INFO neutron.services.segments.plugin [-] Segment ccd57e47-d478-4324-84aa-b039b5a5ae7d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ccd57e47-d478-4324-84aa-b039b5a5ae7d found for delete ", "request_id": "req-7af143f3-f094-4113-988d-9aa55b193636"}]} [pid: 8|app: 0|req: 782/1592] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:18:42 2026] DELETE /v2.0/networks/1a1bf9ae-5b27-4618-bcbe-9c0464bb0450 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:18:42.209 7 INFO neutron.db.segments_db [None req-fbea99b8-7b80-4e4b-9ae2-3433f92230a6 b55390817eb74426826fdc1f887e07e5 56d4a2b8b3334a468f0e82185072409a - - default default] Added segment b66597ad-8f7c-4787-b8b3-83ad86a33508 of type vxlan for network 277463d4-582a-49df-9f94-5b199c05f1e9 [pid: 8|app: 0|req: 783/1593] 10.0.0.248 () {32 vars in 648 bytes} [Tue Apr 7 01:18:42 2026] GET /v2.0/networks => generated 1296 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:18:42.264 7 INFO neutron.db.segments_db [None req-fbea99b8-7b80-4e4b-9ae2-3433f92230a6 b55390817eb74426826fdc1f887e07e5 56d4a2b8b3334a468f0e82185072409a - - default default] Added segment 31b49a52-b827-4e86-94a8-d5055badc81b of type vxlan for network 3a14716e-ac89-45bc-9bdf-c754b4c3eb38 [pid: 7|app: 0|req: 811/1594] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:18:41 2026] POST /v2.0/networks => generated 1245 bytes in 466 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1595] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:18:42 2026] DELETE /v2.0/networks/2336e9d7-d327-43d6-8a41-046fec6a7af6 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1596] 10.0.0.76 () {34 vars in 1098 bytes} [Tue Apr 7 01:18:42 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1845166039&fields=id&tenant_id=5f3a18f4d04147769c84aa140380d567 => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1597] 10.0.0.248 () {32 vars in 648 bytes} [Tue Apr 7 01:18:42 2026] GET /v2.0/networks => generated 1844 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1598] 10.0.0.76 () {34 vars in 980 bytes} [Tue Apr 7 01:18:42 2026] GET /v2.0/networks?id=1e1439a0-0797-49f0-933c-9de1842200e8 => generated 659 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1599] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:18:42 2026] DELETE /v2.0/networks/277463d4-582a-49df-9f94-5b199c05f1e9 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1600] 10.0.0.76 () {34 vars in 963 bytes} [Tue Apr 7 01:18:42 2026] GET /v2.0/quotas/5f3a18f4d04147769c84aa140380d567 => 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: 818/1601] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:18:42 2026] DELETE /v2.0/networks/3a14716e-ac89-45bc-9bdf-c754b4c3eb38 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1602] 10.0.0.76 () {34 vars in 1000 bytes} [Tue Apr 7 01:18:42 2026] GET /v2.0/ports?tenant_id=5f3a18f4d04147769c84aa140380d567&fields=id => generated 57 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1603] 10.0.0.248 () {32 vars in 648 bytes} [Tue Apr 7 01:18:43 2026] GET /v2.0/networks => generated 651 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1604] 10.0.0.76 () {34 vars in 1006 bytes} [Tue Apr 7 01:18:43 2026] GET /v2.0/networks/1e1439a0-0797-49f0-933c-9de1842200e8?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:18:43.157 7 INFO neutron.db.segments_db [None req-a6afc0da-2508-40ff-a112-7d122ffca74f b55390817eb74426826fdc1f887e07e5 56d4a2b8b3334a468f0e82185072409a - - default default] Added segment c471e5f5-9b25-4262-a4f6-431b3c2a88fe of type vxlan for network bef2adb8-edbc-4e19-b8e2-3de8629ec774 [pid: 7|app: 0|req: 822/1605] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:18:43 2026] POST /v2.0/networks => generated 649 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1606] 10.0.0.76 () {34 vars in 1106 bytes} [Tue Apr 7 01:18:43 2026] GET /v2.0/networks/1e1439a0-0797-49f0-933c-9de1842200e8?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: 784/1607] 10.0.0.248 () {34 vars in 782 bytes} [Tue Apr 7 01:18:42 2026] PUT /v2.0/routers/6052e0b0-119c-42ac-8644-ff421bd99134/add_router_interface => generated 309 bytes in 1055 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:18:43.337 7 INFO neutron.db.segments_db [None req-493ceb18-8011-4598-86d3-60fec3f73816 b55390817eb74426826fdc1f887e07e5 56d4a2b8b3334a468f0e82185072409a - - default default] Added segment 5464aa1a-45e6-488d-bc7d-c4c9a26107ae of type vxlan for network 6266b16b-3136-4f2a-9221-888c9ae353e7 [pid: 8|app: 0|req: 785/1608] 10.0.0.248 () {32 vars in 716 bytes} [Tue Apr 7 01:18:43 2026] GET /v2.0/ports/184c5141-8084-4ac1-926b-38f5bb12714e => generated 959 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1609] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:18:43 2026] POST /v2.0/networks => generated 650 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1610] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:18:43 2026] GET /v2.0/ports?device_id=d7c55486-ea28-47c0-92c8-d566698cd902 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:18:43.516 7 INFO neutron.services.segments.plugin [-] Segment 5c4bc1e1-d4f5-4f70-8eff-001cd8c113c5 resource provider aggregate not found 2026-04-07 01:18:43.522 7 INFO neutron.services.segments.plugin [-] Segment 5c4bc1e1-d4f5-4f70-8eff-001cd8c113c5 resource provider aggregate not found 2026-04-07 01:18:43.538 7 INFO neutron.services.segments.plugin [-] Segment 5c4bc1e1-d4f5-4f70-8eff-001cd8c113c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c4bc1e1-d4f5-4f70-8eff-001cd8c113c5 found for delete ", "request_id": "req-4d815bba-49af-4f29-8a9a-c03f0c7b748e"}]} 2026-04-07 01:18:43.549 7 INFO neutron.services.segments.plugin [-] Segment 5c4bc1e1-d4f5-4f70-8eff-001cd8c113c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c4bc1e1-d4f5-4f70-8eff-001cd8c113c5 found for delete ", "request_id": "req-340807d1-c559-476f-9b38-5a45e45a1e55"}]} 2026-04-07 01:18:43.557 7 INFO neutron.services.segments.plugin [-] Segment 8d352dd1-64b4-403b-a61b-ad6da6302811 resource provider aggregate not found 2026-04-07 01:18:43.570 7 INFO neutron.services.segments.plugin [-] Segment 8d352dd1-64b4-403b-a61b-ad6da6302811 resource provider aggregate not found 2026-04-07 01:18:43.576 7 INFO neutron.services.segments.plugin [-] Segment 8d352dd1-64b4-403b-a61b-ad6da6302811 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d352dd1-64b4-403b-a61b-ad6da6302811 found for delete ", "request_id": "req-4f5b97fc-0076-45eb-97c3-704c6dd5b46f"}]} 2026-04-07 01:18:43.591 7 INFO neutron.services.segments.plugin [-] Segment 8d352dd1-64b4-403b-a61b-ad6da6302811 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d352dd1-64b4-403b-a61b-ad6da6302811 found for delete ", "request_id": "req-fe91084b-a962-4bb1-ace4-42799b587709"}]} 2026-04-07 01:18:43.595 7 INFO neutron.services.segments.plugin [-] Segment 7f5e3eef-d6a5-4b83-8ea9-b3459208b4b9 resource provider aggregate not found 2026-04-07 01:18:43.609 7 INFO neutron.services.segments.plugin [-] Segment 7f5e3eef-d6a5-4b83-8ea9-b3459208b4b9 resource provider aggregate not found 2026-04-07 01:18:43.619 7 INFO neutron.services.segments.plugin [-] Segment 7f5e3eef-d6a5-4b83-8ea9-b3459208b4b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f5e3eef-d6a5-4b83-8ea9-b3459208b4b9 found for delete ", "request_id": "req-094440d2-896c-49b9-9aa4-d655dec8e685"}]} 2026-04-07 01:18:43.637 7 INFO neutron.services.segments.plugin [-] Segment 7f5e3eef-d6a5-4b83-8ea9-b3459208b4b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f5e3eef-d6a5-4b83-8ea9-b3459208b4b9 found for delete ", "request_id": "req-fc76c805-ef43-41ee-8c94-f23e057f108c"}]} 2026-04-07 01:18:43.641 7 INFO neutron.services.segments.plugin [-] Segment b66597ad-8f7c-4787-b8b3-83ad86a33508 resource provider aggregate not found 2026-04-07 01:18:43.660 7 INFO neutron.services.segments.plugin [-] Segment b66597ad-8f7c-4787-b8b3-83ad86a33508 resource provider aggregate not found 2026-04-07 01:18:43.662 7 INFO neutron.services.segments.plugin [-] Segment b66597ad-8f7c-4787-b8b3-83ad86a33508 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b66597ad-8f7c-4787-b8b3-83ad86a33508 found for delete ", "request_id": "req-042957bc-268d-4da0-b0c9-c5388f71b7f3"}]} 2026-04-07 01:18:43.683 7 INFO neutron.services.segments.plugin [-] Segment b66597ad-8f7c-4787-b8b3-83ad86a33508 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b66597ad-8f7c-4787-b8b3-83ad86a33508 found for delete ", "request_id": "req-701ecc50-0e83-42ae-84ef-155ee12d8a59"}]} 2026-04-07 01:18:43.688 7 INFO neutron.services.segments.plugin [-] Segment 31b49a52-b827-4e86-94a8-d5055badc81b resource provider aggregate not found 2026-04-07 01:18:43.706 7 INFO neutron.services.segments.plugin [-] Segment 31b49a52-b827-4e86-94a8-d5055badc81b resource provider aggregate not found 2026-04-07 01:18:43.707 7 INFO neutron.services.segments.plugin [-] Segment 31b49a52-b827-4e86-94a8-d5055badc81b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31b49a52-b827-4e86-94a8-d5055badc81b found for delete ", "request_id": "req-2ba919f0-7f20-4206-b585-c7a1e66215c8"}]} 2026-04-07 01:18:43.726 7 INFO neutron.services.segments.plugin [-] Segment 31b49a52-b827-4e86-94a8-d5055badc81b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31b49a52-b827-4e86-94a8-d5055badc81b found for delete ", "request_id": "req-cfcc8e6d-4f19-47cb-a3e0-e649b04d434e"}]} [pid: 7|app: 0|req: 826/1611] 10.0.0.248 () {34 vars in 664 bytes} [Tue Apr 7 01:18:43 2026] POST /v2.0/ports => generated 1506 bytes in 679 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: 827/1612] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:18:44 2026] GET /v2.0/security-groups?tenant_id=1e739583c7a64acd9c9d3176bc956252&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1613] 10.0.0.248 () {32 vars in 642 bytes} [Tue Apr 7 01:18:44 2026] GET /v2.0/ports => generated 1506 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1614] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:18:44 2026] DELETE /v2.0/security-groups/e73933d6-1308-46e8-b88b-2237239c39b9 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1615] 10.0.0.248 () {34 vars in 782 bytes} [Tue Apr 7 01:18:43 2026] PUT /v2.0/routers/6052e0b0-119c-42ac-8644-ff421bd99134/add_router_interface => generated 309 bytes in 1079 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:18:44.477 7 INFO neutron_taas.services.taas.taas_plugin [None req-063c5360-929a-4876-8582-04a2f85b6881 b55390817eb74426826fdc1f887e07e5 56d4a2b8b3334a468f0e82185072409a - - default default] TaaS: Handle Delete Port: 7dbe658c-8f4d-44d5-ab25-7baeb4b93758 2026-04-07 01:18:44.480 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-063c5360-929a-4876-8582-04a2f85b6881 b55390817eb74426826fdc1f887e07e5 56d4a2b8b3334a468f0e82185072409a - - default default] Tap Mirror: Handle Delete Port: 7dbe658c-8f4d-44d5-ab25-7baeb4b93758 [pid: 8|app: 0|req: 787/1616] 10.0.0.248 () {32 vars in 716 bytes} [Tue Apr 7 01:18:44 2026] GET /v2.0/ports/4df29c5e-8478-4a35-81b7-986c92e8b80f => generated 967 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1617] 10.0.0.248 () {32 vars in 719 bytes} [Tue Apr 7 01:18:44 2026] DELETE /v2.0/ports/7dbe658c-8f4d-44d5-ab25-7baeb4b93758 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1618] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:18:44 2026] GET /v2.0/ports?device_id=d7c55486-ea28-47c0-92c8-d566698cd902 => 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: 788/1619] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:18:44 2026] GET /v2.0/security-groups?tenant_id=136b12efae154d75b6c6a6092fa12c30&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:18:44.757 8 INFO neutron_taas.services.taas.taas_plugin [None req-55a51a4f-a5c8-4d12-86ad-c3e4268c6bc7 b55390817eb74426826fdc1f887e07e5 56d4a2b8b3334a468f0e82185072409a - - default default] TaaS: Handle Delete Port: 43121f67-3590-4114-a975-64b1f5bd0c29 2026-04-07 01:18:44.761 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-55a51a4f-a5c8-4d12-86ad-c3e4268c6bc7 b55390817eb74426826fdc1f887e07e5 56d4a2b8b3334a468f0e82185072409a - - default default] Tap Mirror: Handle Delete Port: 43121f67-3590-4114-a975-64b1f5bd0c29 [pid: 8|app: 0|req: 789/1620] 10.0.0.248 () {32 vars in 719 bytes} [Tue Apr 7 01:18:44 2026] DELETE /v2.0/ports/43121f67-3590-4114-a975-64b1f5bd0c29 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:18:44.881 7 INFO neutron_taas.services.taas.taas_plugin [None req-7a273ee5-0dc1-4eea-8a8d-123bb918d385 db9e2d9d6af041138c260d6e010c9351 3b1102f976cc4edc8e47b0edf2256aa4 - - default default] TaaS: Handle Delete Port: 4df29c5e-8478-4a35-81b7-986c92e8b80f 2026-04-07 01:18:44.886 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a273ee5-0dc1-4eea-8a8d-123bb918d385 db9e2d9d6af041138c260d6e010c9351 3b1102f976cc4edc8e47b0edf2256aa4 - - default default] Tap Mirror: Handle Delete Port: 4df29c5e-8478-4a35-81b7-986c92e8b80f [pid: 8|app: 0|req: 790/1621] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:18:44 2026] DELETE /v2.0/security-groups/092476de-c555-42a9-ade4-b1ad0547eb2b => 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: 791/1622] 10.0.0.248 () {32 vars in 642 bytes} [Tue Apr 7 01:18:44 2026] GET /v2.0/ports => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:18:45.016 8 INFO neutron.db.segments_db [None req-69fb8828-029a-4187-b77b-0fbb083e87cb b55390817eb74426826fdc1f887e07e5 56d4a2b8b3334a468f0e82185072409a - - default default] Added segment 2598a6e8-1984-470f-86c7-b2abbb16a5bf of type vxlan for network 1a1b5827-1711-41a5-88d7-0b009d282d88 [pid: 8|app: 0|req: 792/1623] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:18:44 2026] POST /v2.0/networks => generated 649 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1624] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:18:45 2026] GET /v2.0/security-groups?tenant_id=5d7f11132ad14960b5109ce678c63f9a&name=default => generated 2925 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:18:45.260 8 INFO neutron.db.segments_db [None req-094ac2ce-3ee7-48f5-81a3-67e88503a7bd b55390817eb74426826fdc1f887e07e5 56d4a2b8b3334a468f0e82185072409a - - default default] Added segment 1ca790eb-86b8-46ea-8e8a-0c96ef663d9a of type vxlan for network 9c9793ac-622f-43b6-bc34-575a30b7cfb7 [pid: 7|app: 0|req: 832/1625] 10.0.0.248 () {34 vars in 788 bytes} [Tue Apr 7 01:18:44 2026] PUT /v2.0/routers/6052e0b0-119c-42ac-8644-ff421bd99134/remove_router_interface => generated 309 bytes in 692 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1626] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:18:45 2026] POST /v2.0/networks => generated 649 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1627] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:18:45 2026] DELETE /v2.0/security-groups/b104977b-3014-4245-afa4-23b7972943f1 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:18:45.659 8 INFO neutron_taas.services.taas.taas_plugin [None req-84d75daf-3912-43d5-8861-26fcbee13ed3 db9e2d9d6af041138c260d6e010c9351 3b1102f976cc4edc8e47b0edf2256aa4 - - default default] TaaS: Handle Delete Port: 184c5141-8084-4ac1-926b-38f5bb12714e 2026-04-07 01:18:45.663 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-84d75daf-3912-43d5-8861-26fcbee13ed3 db9e2d9d6af041138c260d6e010c9351 3b1102f976cc4edc8e47b0edf2256aa4 - - default default] Tap Mirror: Handle Delete Port: 184c5141-8084-4ac1-926b-38f5bb12714e [pid: 7|app: 0|req: 834/1628] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:18:45 2026] POST /v2.0/subnets => generated 1273 bytes in 390 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1629] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:18:45 2026] GET /v2.0/ports?device_id=d7c55486-ea28-47c0-92c8-d566698cd902 => 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: 836/1630] 10.0.0.248 () {32 vars in 646 bytes} [Tue Apr 7 01:18:45 2026] GET /v2.0/subnets => generated 1909 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1631] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:18:45 2026] DELETE /v2.0/subnets/9fa110cd-9289-4364-b014-6c6dfe4f9342 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1632] 10.0.0.248 () {34 vars in 788 bytes} [Tue Apr 7 01:18:45 2026] PUT /v2.0/routers/6052e0b0-119c-42ac-8644-ff421bd99134/remove_router_interface => generated 309 bytes in 713 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1633] 10.0.0.248 () {32 vars in 735 bytes} [Tue Apr 7 01:18:46 2026] GET /v2.0/ports?device_id=6052e0b0-119c-42ac-8644-ff421bd99134 => 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: 838/1634] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:18:45 2026] DELETE /v2.0/subnets/7c88258c-7507-478c-99d7-a602fbca8e4c => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1635] 10.0.0.248 () {32 vars in 646 bytes} [Tue Apr 7 01:18:46 2026] GET /v2.0/subnets => generated 649 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:18:46.224 8 INFO neutron_taas.services.taas.taas_plugin [None req-355aaadf-de0a-4e84-a3ac-7527742585d7 db9e2d9d6af041138c260d6e010c9351 3b1102f976cc4edc8e47b0edf2256aa4 - - default default] TaaS: Handle Delete Port: ec40371e-f79a-44d8-b436-2be36e9adcd5 2026-04-07 01:18:46.227 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-355aaadf-de0a-4e84-a3ac-7527742585d7 db9e2d9d6af041138c260d6e010c9351 3b1102f976cc4edc8e47b0edf2256aa4 - - default default] Tap Mirror: Handle Delete Port: ec40371e-f79a-44d8-b436-2be36e9adcd5 2026-04-07 01:18:46.230 7 INFO neutron.services.segments.plugin [-] Segment 1ca790eb-86b8-46ea-8e8a-0c96ef663d9a resource provider aggregate not found 2026-04-07 01:18:46.231 7 INFO neutron.services.segments.plugin [-] Segment 1ca790eb-86b8-46ea-8e8a-0c96ef663d9a resource provider aggregate not found 2026-04-07 01:18:46.251 7 INFO neutron.services.segments.plugin [-] Segment 1ca790eb-86b8-46ea-8e8a-0c96ef663d9a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ca790eb-86b8-46ea-8e8a-0c96ef663d9a found for delete ", "request_id": "req-7b395da8-7cd0-4097-a762-0def31c42e5c"}]} 2026-04-07 01:18:46.259 7 INFO neutron.services.segments.plugin [-] Segment 1ca790eb-86b8-46ea-8e8a-0c96ef663d9a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ca790eb-86b8-46ea-8e8a-0c96ef663d9a found for delete ", "request_id": "req-53ddeefb-cae0-4dcf-9792-2cb7c4ae7c74"}]} [pid: 7|app: 0|req: 840/1636] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:18:46 2026] DELETE /v2.0/networks/9c9793ac-622f-43b6-bc34-575a30b7cfb7 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1637] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:18:46 2026] DELETE /v2.0/networks/1a1b5827-1711-41a5-88d7-0b009d282d88 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1638] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:18:46 2026] DELETE /v2.0/networks/6266b16b-3136-4f2a-9221-888c9ae353e7 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:18:46.531 8 INFO neutron.services.segments.plugin [-] Segment a32b8070-2682-49e7-ae26-ecb74a08e498 resource provider aggregate not found 2026-04-07 01:18:46.535 8 INFO neutron.services.segments.plugin [-] Segment a32b8070-2682-49e7-ae26-ecb74a08e498 resource provider aggregate not found 2026-04-07 01:18:46.547 8 INFO neutron.db.l3_hamode_db [None req-355aaadf-de0a-4e84-a3ac-7527742585d7 db9e2d9d6af041138c260d6e010c9351 3b1102f976cc4edc8e47b0edf2256aa4 - - default default] HA network a7656b67-a83b-4a3f-bffd-2fdda6e0afa7 was deleted as no HA routers are present in tenant 3b1102f976cc4edc8e47b0edf2256aa4. 2026-04-07 01:18:46.552 8 INFO neutron.services.segments.plugin [-] Segment a32b8070-2682-49e7-ae26-ecb74a08e498 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a32b8070-2682-49e7-ae26-ecb74a08e498 found for delete ", "request_id": "req-24518a1d-5327-4ea0-acf4-263dfb8a79f0"}]} 2026-04-07 01:18:46.553 8 INFO neutron.services.segments.plugin [-] Segment a32b8070-2682-49e7-ae26-ecb74a08e498 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a32b8070-2682-49e7-ae26-ecb74a08e498 found for delete ", "request_id": "req-eb73a269-e2d5-4e76-8b83-626068211774"}]} [pid: 8|app: 0|req: 797/1639] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:18:46 2026] DELETE /v2.0/routers/6052e0b0-119c-42ac-8644-ff421bd99134 => generated 0 bytes in 486 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1640] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:18:46 2026] DELETE /v2.0/networks/bef2adb8-edbc-4e19-b8e2-3de8629ec774 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1641] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:18:46 2026] DELETE /v2.0/subnets/0c75a194-b784-467f-9da5-393715b5461b => 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: 844/1642] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:18:46 2026] DELETE /v2.0/subnets/cd53b6a5-5e0e-4089-afbf-e6905c9d9412 => 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: 845/1643] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:18:46 2026] GET /v2.0/ports?device_id=d7c55486-ea28-47c0-92c8-d566698cd902 => 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: 799/1644] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:18:46 2026] DELETE /v2.0/networks/33c34efa-2bba-4ea3-82c1-9f1bbe3ca53e => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1645] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:18:46 2026] DELETE /v2.0/networks/9b1ab744-ea45-400f-acb4-1d4b0ef35cc6 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:18:47.182 8 INFO neutron.db.segments_db [None req-85c809f8-62d0-4712-9b70-2958f3c191f4 db9e2d9d6af041138c260d6e010c9351 3b1102f976cc4edc8e47b0edf2256aa4 - - default default] Added segment 5a9b52ac-b383-405c-8f34-3b996c13db07 of type vxlan for network c1f603ce-47e8-4ca9-9999-32c561180ab7 [pid: 8|app: 0|req: 800/1646] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:18:47 2026] POST /v2.0/networks => generated 634 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1647] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:18:47 2026] GET /v2.0/security-groups?tenant_id=56d4a2b8b3334a468f0e82185072409a&name=default => generated 2925 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1648] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:18:47 2026] DELETE /v2.0/security-groups/f5959e46-9ece-4cda-843d-13390b8e7427 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1649] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:18:47 2026] POST /v2.0/subnets => generated 646 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:18:47.548 7 INFO neutron.db.segments_db [None req-f63ed3d0-7bd6-40cf-89e7-cf94772f1ee0 db9e2d9d6af041138c260d6e010c9351 3b1102f976cc4edc8e47b0edf2256aa4 - - default default] Added segment 2489496f-ed74-4e79-8366-e00da4635f1c of type vxlan for network 1d89154f-f97e-4879-b798-19b5132cf6a6 [pid: 8|app: 0|req: 802/1650] 199.204.45.49 () {34 vars in 984 bytes} [Tue Apr 7 01:18:47 2026] GET /v2.0/networks?id=1e1439a0-0797-49f0-933c-9de1842200e8 => generated 659 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:18:47.797 7 INFO neutron.db.l3_hamode_db [None req-f63ed3d0-7bd6-40cf-89e7-cf94772f1ee0 db9e2d9d6af041138c260d6e010c9351 3b1102f976cc4edc8e47b0edf2256aa4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 803/1651] 199.204.45.49 () {34 vars in 1048 bytes} [Tue Apr 7 01:18:47 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=5f3a18f4d04147769c84aa140380d567 => generated 181 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:18:47.900 7 INFO neutron.db.l3_hamode_db [None req-f63ed3d0-7bd6-40cf-89e7-cf94772f1ee0 db9e2d9d6af041138c260d6e010c9351 3b1102f976cc4edc8e47b0edf2256aa4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 804/1652] 199.204.45.49 () {38 vars in 953 bytes} [Tue Apr 7 01:18:47 2026] POST /v2.0/ports => generated 958 bytes in 395 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: 805/1653] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:18:48 2026] GET /v2.0/ports?device_id=d7c55486-ea28-47c0-92c8-d566698cd902 => generated 961 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:18:48.276 7 INFO neutron.services.segments.plugin [-] Segment 2598a6e8-1984-470f-86c7-b2abbb16a5bf resource provider aggregate not found 2026-04-07 01:18:48.282 7 INFO neutron.services.segments.plugin [-] Segment 2598a6e8-1984-470f-86c7-b2abbb16a5bf resource provider aggregate not found 2026-04-07 01:18:48.296 7 INFO neutron.services.segments.plugin [-] Segment 2598a6e8-1984-470f-86c7-b2abbb16a5bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2598a6e8-1984-470f-86c7-b2abbb16a5bf found for delete ", "request_id": "req-0cc6b5c4-78bc-403f-9f28-4130099b82ea"}]} 2026-04-07 01:18:48.314 7 INFO neutron.services.segments.plugin [-] Segment 5464aa1a-45e6-488d-bc7d-c4c9a26107ae resource provider aggregate not found 2026-04-07 01:18:48.319 7 INFO neutron.services.segments.plugin [-] Segment 2598a6e8-1984-470f-86c7-b2abbb16a5bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2598a6e8-1984-470f-86c7-b2abbb16a5bf found for delete ", "request_id": "req-9cf8606b-507b-4f3b-9e5f-38d8c96e546a"}]} 2026-04-07 01:18:48.334 7 INFO neutron.services.segments.plugin [-] Segment 5464aa1a-45e6-488d-bc7d-c4c9a26107ae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5464aa1a-45e6-488d-bc7d-c4c9a26107ae found for delete ", "request_id": "req-a5ba5953-8b0b-415d-8ca9-8a70710f2df1"}]} 2026-04-07 01:18:48.339 7 INFO neutron.services.segments.plugin [-] Segment 5464aa1a-45e6-488d-bc7d-c4c9a26107ae resource provider aggregate not found 2026-04-07 01:18:48.362 7 INFO neutron.services.segments.plugin [-] Segment c471e5f5-9b25-4262-a4f6-431b3c2a88fe resource provider aggregate not found 2026-04-07 01:18:48.366 7 INFO neutron.services.segments.plugin [-] Segment 5464aa1a-45e6-488d-bc7d-c4c9a26107ae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5464aa1a-45e6-488d-bc7d-c4c9a26107ae found for delete ", "request_id": "req-49832f31-e211-4e99-a4c3-590fb0d12ae9"}]} 2026-04-07 01:18:48.380 7 INFO neutron.services.segments.plugin [-] Segment c471e5f5-9b25-4262-a4f6-431b3c2a88fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c471e5f5-9b25-4262-a4f6-431b3c2a88fe found for delete ", "request_id": "req-6c8e7d59-8507-4ff3-ae2a-5d5ec3d5e0d2"}]} 2026-04-07 01:18:48.394 7 INFO neutron.services.segments.plugin [-] Segment c471e5f5-9b25-4262-a4f6-431b3c2a88fe resource provider aggregate not found 2026-04-07 01:18:48.396 7 INFO neutron.services.segments.plugin [-] Segment 39142ea3-26e1-468d-9386-b4599693206b resource provider aggregate not found 2026-04-07 01:18:48.411 7 INFO neutron.services.segments.plugin [-] Segment 39142ea3-26e1-468d-9386-b4599693206b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39142ea3-26e1-468d-9386-b4599693206b found for delete ", "request_id": "req-334d95e1-dab4-465e-bf23-abf687038dbf"}]} 2026-04-07 01:18:48.435 7 INFO neutron.services.segments.plugin [-] Segment c471e5f5-9b25-4262-a4f6-431b3c2a88fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c471e5f5-9b25-4262-a4f6-431b3c2a88fe found for delete ", "request_id": "req-8fcbec0d-c2f3-487f-a8a1-bd611954c1fd"}]} 2026-04-07 01:18:48.465 7 INFO neutron.services.segments.plugin [-] Segment 39142ea3-26e1-468d-9386-b4599693206b resource provider aggregate not found 2026-04-07 01:18:48.483 7 INFO neutron.services.segments.plugin [-] Segment 39142ea3-26e1-468d-9386-b4599693206b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39142ea3-26e1-468d-9386-b4599693206b found for delete ", "request_id": "req-669145f0-79e3-4422-ae83-6c38f2363473"}]} [pid: 7|app: 0|req: 849/1654] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:18:47 2026] POST /v2.0/routers => generated 511 bytes in 990 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1655] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:18:48 2026] GET /v2.0/security-groups?id=22d70938-c973-4f0d-93de-eaef6500a3c0&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:18:48.573 8 INFO neutron.services.segments.plugin [-] Segment b1e8a553-e825-47f3-9b6d-be5906085b1c resource provider aggregate not found 2026-04-07 01:18:48.577 8 INFO neutron.services.segments.plugin [-] Segment b1e8a553-e825-47f3-9b6d-be5906085b1c resource provider aggregate not found 2026-04-07 01:18:48.598 8 INFO neutron.services.segments.plugin [-] Segment b1e8a553-e825-47f3-9b6d-be5906085b1c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1e8a553-e825-47f3-9b6d-be5906085b1c found for delete ", "request_id": "req-d2475321-ef22-48ce-8df6-ff0bada9cbc2"}]} 2026-04-07 01:18:48.603 8 INFO neutron.services.segments.plugin [-] Segment b1e8a553-e825-47f3-9b6d-be5906085b1c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1e8a553-e825-47f3-9b6d-be5906085b1c found for delete ", "request_id": "req-94e1de24-6267-43b9-8b1f-772dd16b1503"}]} [pid: 8|app: 0|req: 806/1656] 199.204.45.49 () {38 vars in 1026 bytes} [Tue Apr 7 01:18:48 2026] PUT /v2.0/ports/d91570f6-c715-46be-a44a-bc13fbeb14f4 => generated 1239 bytes in 461 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-07 01:18:48.765 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-567df9f0-0ad6-4ead-830c-327f177e9ed3'] response: {'name': 'network-changed', 'server_uuid': 'd7c55486-ea28-47c0-92c8-d566698cd902', 'tag': 'd91570f6-c715-46be-a44a-bc13fbeb14f4', 'status': 'completed', 'code': 200} 2026-04-07 01:18:48.798 7 INFO neutron.db.segments_db [None req-a7b6b6cd-e59c-4e98-8590-84af3be4d24e 663a1c7c11b649588bd89cbed7b7be61 979f159868444c0a81bdff7d26b630eb - - default default] Added segment 9e0c1483-faa1-44c6-8e93-7ff275d43aa0 of type vxlan for network a0671d9e-52aa-4d05-96f4-85187c5689ee [pid: 7|app: 0|req: 851/1657] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:18:48 2026] POST /v2.0/networks => generated 631 bytes in 351 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1658] 10.0.0.248 () {34 vars in 664 bytes} [Tue Apr 7 01:18:48 2026] POST /v2.0/ports => generated 963 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1659] 10.0.0.248 () {34 vars in 663 bytes} [Tue Apr 7 01:18:48 2026] POST /v2.0/ports => generated 743 bytes in 233 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, ' /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-07 01:18:49.222 8 INFO neutron.db.segments_db [None req-cb54b642-ba2f-43e2-9d0e-64a225fdaf82 a115a4b9df73443f850e5168e7f6b0d3 f4d73b40d08849cdbb237775d3a6a0ac - - default default] Added segment ac72058c-2d38-4070-8b8d-65ee55d870f8 of type vxlan for network bd814f18-cb6a-4ce0-8253-7d43b04558cf [pid: 8|app: 0|req: 808/1660] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:18:49 2026] POST /v2.0/networks => generated 647 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1661] 10.0.0.248 () {34 vars in 746 bytes} [Tue Apr 7 01:18:49 2026] PUT /v2.0/ports/065d4e20-66cf-4946-878d-643a7b785c3a/tags => generated 25 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: 810/1662] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:18:49 2026] GET /v2.0/ports?tenant_id=5f3a18f4d04147769c84aa140380d567&device_id=d7c55486-ea28-47c0-92c8-d566698cd902 => generated 1242 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1663] 10.0.0.248 () {32 vars in 726 bytes} [Tue Apr 7 01:18:49 2026] GET /v2.0/ports/065d4e20-66cf-4946-878d-643a7b785c3a/tags => generated 25 bytes in 40 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: 812/1664] 199.204.45.49 () {34 vars in 1016 bytes} [Tue Apr 7 01:18:49 2026] GET /v2.0/networks?tenant_id=5f3a18f4d04147769c84aa140380d567&shared=False => generated 755 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1665] 10.0.0.248 () {34 vars in 757 bytes} [Tue Apr 7 01:18:49 2026] PUT /v2.0/ports/065d4e20-66cf-4946-878d-643a7b785c3a/tags/green => generated 4 bytes in 74 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: 8|app: 0|req: 814/1666] 199.204.45.49 () {34 vars in 928 bytes} [Tue Apr 7 01:18:49 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1667] 10.0.0.248 () {32 vars in 726 bytes} [Tue Apr 7 01:18:49 2026] GET /v2.0/ports/065d4e20-66cf-4946-878d-643a7b785c3a/tags => generated 34 bytes in 54 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: 816/1668] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:18:49 2026] GET /v2.0/ports?device_id=d7c55486-ea28-47c0-92c8-d566698cd902 => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1669] 10.0.0.248 () {34 vars in 753 bytes} [Tue Apr 7 01:18:49 2026] PUT /v2.0/ports/065d4e20-66cf-4946-878d-643a7b785c3a/tags/red => generated 4 bytes in 69 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: 8|app: 0|req: 818/1670] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:18:49 2026] GET /v2.0/security-groups?id=22d70938-c973-4f0d-93de-eaef6500a3c0&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1671] 10.0.0.248 () {32 vars in 726 bytes} [Tue Apr 7 01:18:49 2026] GET /v2.0/ports/065d4e20-66cf-4946-878d-643a7b785c3a/tags => generated 34 bytes in 53 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: 853/1672] 10.0.0.248 () {34 vars in 782 bytes} [Tue Apr 7 01:18:49 2026] PUT /v2.0/routers/435b3db4-9402-4c54-b4d8-acb54b3d12e9/add_router_interface => generated 309 bytes in 760 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: 854/1673] 10.0.0.248 () {34 vars in 775 bytes} [Tue Apr 7 01:18:49 2026] PUT /v2.0/ports/065d4e20-66cf-4946-878d-643a7b785c3a/tags/black.or.white => generated 4 bytes in 63 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: 855/1674] 10.0.0.248 () {32 vars in 716 bytes} [Tue Apr 7 01:18:49 2026] GET /v2.0/ports/7aee0fa0-00f9-4d99-bfe2-73b2004dbab4 => generated 1037 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1675] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:18:49 2026] POST /v2.0/subnets => generated 673 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1676] 10.0.0.248 () {32 vars in 726 bytes} [Tue Apr 7 01:18:49 2026] GET /v2.0/ports/065d4e20-66cf-4946-878d-643a7b785c3a/tags => generated 52 bytes in 37 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-07 01:18:50.076 7 INFO neutron.db.segments_db [None req-43dd88a3-de2e-4f07-80e4-e8b16d707452 a115a4b9df73443f850e5168e7f6b0d3 f4d73b40d08849cdbb237775d3a6a0ac - - default default] Added segment 7495d4ff-bade-47ae-bc93-86523a5d2ba0 of type vxlan for network 2a001533-98ff-45bb-a4ab-e1707cbce6b3 [pid: 7|app: 0|req: 857/1677] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:18:50 2026] POST /v2.0/networks => generated 648 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1678] 10.0.0.248 () {34 vars in 746 bytes} [Tue Apr 7 01:18:50 2026] PUT /v2.0/ports/065d4e20-66cf-4946-878d-643a7b785c3a/tags => generated 37 bytes in 50 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: 859/1679] 10.0.0.248 () {34 vars in 742 bytes} [Tue Apr 7 01:18:50 2026] PUT /v2.0/networks/2a001533-98ff-45bb-a4ab-e1707cbce6b3 => generated 592 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1680] 10.0.0.248 () {32 vars in 726 bytes} [Tue Apr 7 01:18:50 2026] GET /v2.0/ports/065d4e20-66cf-4946-878d-643a7b785c3a/tags => generated 37 bytes in 39 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-07 01:18:50.351 8 INFO neutron_taas.services.taas.taas_plugin [None req-bf8d5d49-d5c2-4b38-abc7-c13015ead930 db9e2d9d6af041138c260d6e010c9351 3b1102f976cc4edc8e47b0edf2256aa4 - - default default] TaaS: Handle Delete Port: 7aee0fa0-00f9-4d99-bfe2-73b2004dbab4 2026-04-07 01:18:50.357 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf8d5d49-d5c2-4b38-abc7-c13015ead930 db9e2d9d6af041138c260d6e010c9351 3b1102f976cc4edc8e47b0edf2256aa4 - - default default] Tap Mirror: Handle Delete Port: 7aee0fa0-00f9-4d99-bfe2-73b2004dbab4 [pid: 7|app: 0|req: 861/1681] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:18:50 2026] POST /v2.0/subnets => generated 646 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1682] 10.0.0.248 () {32 vars in 734 bytes} [Tue Apr 7 01:18:50 2026] GET /v2.0/ports/065d4e20-66cf-4946-878d-643a7b785c3a/tags/red => generated 0 bytes in 58 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: 863/1683] 10.0.0.248 () {34 vars in 740 bytes} [Tue Apr 7 01:18:50 2026] PUT /v2.0/subnets/6979a573-77c4-46bd-afd0-e9aacb87e778 => generated 656 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:18:50.740 7 INFO neutron.api.v2.resource [None req-5094ce3f-7e72-4626-ac6f-f26fb76b1360 663a1c7c11b649588bd89cbed7b7be61 979f159868444c0a81bdff7d26b630eb - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 864/1684] 10.0.0.248 () {32 vars in 738 bytes} [Tue Apr 7 01:18:50 2026] GET /v2.0/ports/065d4e20-66cf-4946-878d-643a7b785c3a/tags/green => generated 99 bytes in 45 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: 821/1685] 10.0.0.248 () {34 vars in 788 bytes} [Tue Apr 7 01:18:50 2026] PUT /v2.0/routers/435b3db4-9402-4c54-b4d8-acb54b3d12e9/remove_router_interface => generated 309 bytes in 731 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: 865/1686] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:18:50 2026] GET /v2.0/ports?tenant_id=5f3a18f4d04147769c84aa140380d567&device_id=d7c55486-ea28-47c0-92c8-d566698cd902 => generated 1242 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1687] 10.0.0.248 () {32 vars in 737 bytes} [Tue Apr 7 01:18:50 2026] DELETE /v2.0/ports/065d4e20-66cf-4946-878d-643a7b785c3a/tags/red => generated 0 bytes in 65 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-07 01:18:50.902 8 INFO neutron.services.segments.plugin [-] Segment 7495d4ff-bade-47ae-bc93-86523a5d2ba0 resource provider aggregate not found 2026-04-07 01:18:50.908 8 INFO neutron.services.segments.plugin [-] Segment 7495d4ff-bade-47ae-bc93-86523a5d2ba0 resource provider aggregate not found 2026-04-07 01:18:50.921 8 INFO neutron.services.segments.plugin [-] Segment 7495d4ff-bade-47ae-bc93-86523a5d2ba0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7495d4ff-bade-47ae-bc93-86523a5d2ba0 found for delete ", "request_id": "req-7c573440-b367-4599-9c5a-7fe4924da179"}]} 2026-04-07 01:18:50.923 8 INFO neutron.services.segments.plugin [-] Segment 7495d4ff-bade-47ae-bc93-86523a5d2ba0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7495d4ff-bade-47ae-bc93-86523a5d2ba0 found for delete ", "request_id": "req-dc5d1e93-073c-48cd-a4d6-130864e460f0"}]} [pid: 8|app: 0|req: 822/1688] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:18:50 2026] DELETE /v2.0/networks/2a001533-98ff-45bb-a4ab-e1707cbce6b3 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1689] 199.204.45.49 () {34 vars in 1058 bytes} [Tue Apr 7 01:18:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=d91570f6-c715-46be-a44a-bc13fbeb14f4 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:18:50.958 7 INFO neutron.api.v2.resource [None req-bc3ea8eb-a1b9-4432-b494-b932722dfa0c db9e2d9d6af041138c260d6e010c9351 3b1102f976cc4edc8e47b0edf2256aa4 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 867/1690] 10.0.0.248 () {34 vars in 788 bytes} [Tue Apr 7 01:18:50 2026] PUT /v2.0/routers/435b3db4-9402-4c54-b4d8-acb54b3d12e9/remove_router_interface => generated 197 bytes in 121 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1691] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:18:50 2026] GET /v2.0/ports?device_id=d7c55486-ea28-47c0-92c8-d566698cd902 => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:18:50.999 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c885e3a6-bb53-4c07-b689-03ee7b6e7b50 a115a4b9df73443f850e5168e7f6b0d3 f4d73b40d08849cdbb237775d3a6a0ac - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 825/1692] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:18:50 2026] DELETE /v2.0/networks/2a001533-98ff-45bb-a4ab-e1707cbce6b3 => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1693] 10.0.0.248 () {32 vars in 726 bytes} [Tue Apr 7 01:18:50 2026] GET /v2.0/ports/065d4e20-66cf-4946-878d-643a7b785c3a/tags => generated 30 bytes in 45 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: 869/1694] 10.0.0.248 () {32 vars in 735 bytes} [Tue Apr 7 01:18:51 2026] GET /v2.0/ports?device_id=435b3db4-9402-4c54-b4d8-acb54b3d12e9 => 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: 826/1695] 199.204.45.49 () {34 vars in 982 bytes} [Tue Apr 7 01:18:51 2026] GET /v2.0/subnets?id=6c852c7b-bddb-4949-9b77-49b77d143476 => 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: 870/1696] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:18:51 2026] GET /v2.0/security-groups?id=22d70938-c973-4f0d-93de-eaef6500a3c0&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: 827/1697] 10.0.0.248 () {32 vars in 693 bytes} [Tue Apr 7 01:18:51 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:18:51.101 7 INFO neutron.api.v2.resource [None req-3cbee039-8ec3-4828-8321-327bd6fc3578 663a1c7c11b649588bd89cbed7b7be61 979f159868444c0a81bdff7d26b630eb - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 871/1698] 10.0.0.248 () {32 vars in 741 bytes} [Tue Apr 7 01:18:51 2026] DELETE /v2.0/ports/065d4e20-66cf-4946-878d-643a7b785c3a/tags/green => generated 99 bytes in 52 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: 872/1699] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:18:51 2026] GET /v2.0/ports?network_id=1e1439a0-0797-49f0-933c-9de1842200e8&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: 7|app: 0|req: 873/1700] 10.0.0.248 () {32 vars in 741 bytes} [Tue Apr 7 01:18:51 2026] GET /v2.0/subnets?network_id=c3d6dd37-b7a6-49b1-a9e7-2daa27a8eef2 => generated 649 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:18:51.213 8 INFO neutron_taas.services.taas.taas_plugin [None req-348c79d9-0fbc-47a8-b915-698cc556d9f0 db9e2d9d6af041138c260d6e010c9351 3b1102f976cc4edc8e47b0edf2256aa4 - - default default] TaaS: Handle Delete Port: 60033a82-2c12-4f32-ad07-c2f3b916d8f1 [pid: 7|app: 0|req: 874/1701] 10.0.0.248 () {32 vars in 729 bytes} [Tue Apr 7 01:18:51 2026] DELETE /v2.0/ports/065d4e20-66cf-4946-878d-643a7b785c3a/tags => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:18:51.216 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-348c79d9-0fbc-47a8-b915-698cc556d9f0 db9e2d9d6af041138c260d6e010c9351 3b1102f976cc4edc8e47b0edf2256aa4 - - default default] Tap Mirror: Handle Delete Port: 60033a82-2c12-4f32-ad07-c2f3b916d8f1 /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: 875/1702] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:18:51 2026] GET /v2.0/networks/1e1439a0-0797-49f0-933c-9de1842200e8?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1703] 10.0.0.248 () {32 vars in 652 bytes} [Tue Apr 7 01:18:51 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1704] 10.0.0.248 () {32 vars in 726 bytes} [Tue Apr 7 01:18:51 2026] GET /v2.0/ports/065d4e20-66cf-4946-878d-643a7b785c3a/tags => generated 12 bytes in 43 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: 878/1705] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:18:51 2026] GET /v2.0/networks/1e1439a0-0797-49f0-933c-9de1842200e8?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: 879/1706] 10.0.0.248 () {32 vars in 648 bytes} [Tue Apr 7 01:18:51 2026] GET /v2.0/networks => generated 1312 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:18:51.453 7 INFO neutron_taas.services.taas.taas_plugin [None req-ab607279-7f74-49a6-953b-f92f6f24017a 663a1c7c11b649588bd89cbed7b7be61 979f159868444c0a81bdff7d26b630eb - - default default] TaaS: Handle Delete Port: 065d4e20-66cf-4946-878d-643a7b785c3a 2026-04-07 01:18:51.456 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab607279-7f74-49a6-953b-f92f6f24017a 663a1c7c11b649588bd89cbed7b7be61 979f159868444c0a81bdff7d26b630eb - - default default] Tap Mirror: Handle Delete Port: 065d4e20-66cf-4946-878d-643a7b785c3a 2026-04-07 01:18:51.531 8 INFO neutron.db.l3_hamode_db [None req-348c79d9-0fbc-47a8-b915-698cc556d9f0 db9e2d9d6af041138c260d6e010c9351 3b1102f976cc4edc8e47b0edf2256aa4 - - default default] HA network 1d89154f-f97e-4879-b798-19b5132cf6a6 was deleted as no HA routers are present in tenant 3b1102f976cc4edc8e47b0edf2256aa4. [pid: 7|app: 0|req: 880/1707] 10.0.0.248 () {32 vars in 719 bytes} [Tue Apr 7 01:18:51 2026] DELETE /v2.0/ports/065d4e20-66cf-4946-878d-643a7b785c3a => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1708] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:18:51 2026] DELETE /v2.0/routers/435b3db4-9402-4c54-b4d8-acb54b3d12e9 => generated 0 bytes in 484 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1709] 10.0.0.248 () {32 vars in 646 bytes} [Tue Apr 7 01:18:51 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: 829/1710] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:18:51 2026] DELETE /v2.0/networks/a0671d9e-52aa-4d05-96f4-85187c5689ee => 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: 882/1711] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:18:51 2026] DELETE /v2.0/subnets/8c39cf57-76f3-456b-99e8-35d3c3f47540 => 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: 830/1712] 10.0.0.248 () {32 vars in 722 bytes} [Tue Apr 7 01:18:51 2026] GET /v2.0/networks/bd814f18-cb6a-4ce0-8253-7d43b04558cf => 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: 831/1713] 10.0.0.248 () {32 vars in 720 bytes} [Tue Apr 7 01:18:51 2026] GET /v2.0/subnets/d17112f0-53c4-4ae3-9557-e16682913759 => generated 673 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:18:51.747 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7ca7aa83-ff3d-4cec-a39c-835ecc51686f a115a4b9df73443f850e5168e7f6b0d3 f4d73b40d08849cdbb237775d3a6a0ac - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 832/1714] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:18:51 2026] DELETE /v2.0/subnets/6979a573-77c4-46bd-afd0-e9aacb87e778 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:18:51.763 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7f8a3d9a-b2cd-4ff6-ac7b-713d5ea171eb a115a4b9df73443f850e5168e7f6b0d3 f4d73b40d08849cdbb237775d3a6a0ac - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 833/1715] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:18:51 2026] DELETE /v2.0/networks/2a001533-98ff-45bb-a4ab-e1707cbce6b3 => generated 138 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:18:51.797 7 INFO neutron.services.segments.plugin [-] Segment 5a9b52ac-b383-405c-8f34-3b996c13db07 resource provider aggregate not found 2026-04-07 01:18:51.802 7 INFO neutron.services.segments.plugin [-] Segment 5a9b52ac-b383-405c-8f34-3b996c13db07 resource provider aggregate not found 2026-04-07 01:18:51.827 7 INFO neutron.services.segments.plugin [-] Segment 5a9b52ac-b383-405c-8f34-3b996c13db07 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a9b52ac-b383-405c-8f34-3b996c13db07 found for delete ", "request_id": "req-db7a4ce4-aa2e-452e-bf1d-9fda7c5f2d8a"}]} 2026-04-07 01:18:51.831 7 INFO neutron.services.segments.plugin [-] Segment 5a9b52ac-b383-405c-8f34-3b996c13db07 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a9b52ac-b383-405c-8f34-3b996c13db07 found for delete ", "request_id": "req-ead1891d-d850-441c-92cb-8e305fc4255e"}]} [pid: 7|app: 0|req: 883/1716] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:18:51 2026] DELETE /v2.0/networks/c1f603ce-47e8-4ca9-9999-32c561180ab7 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1717] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:18:51 2026] DELETE /v2.0/subnets/d17112f0-53c4-4ae3-9557-e16682913759 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:18:51.898 7 INFO neutron.db.segments_db [None req-f2e989d3-3eac-42ec-9df4-74bd2063640c db9e2d9d6af041138c260d6e010c9351 3b1102f976cc4edc8e47b0edf2256aa4 - - default default] Added segment e1eac36c-fff5-4a7e-9958-d3940450c826 of type vxlan for network 0921ea99-1484-499a-a963-f752e858d755 [pid: 7|app: 0|req: 884/1718] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:18:51 2026] POST /v2.0/networks => generated 634 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1719] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:18:51 2026] DELETE /v2.0/networks/bd814f18-cb6a-4ce0-8253-7d43b04558cf => 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: 836/1720] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:18:52 2026] GET /v2.0/ports?device_id=d7c55486-ea28-47c0-92c8-d566698cd902 => 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: 885/1721] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:18:51 2026] POST /v2.0/subnets => generated 646 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1722] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:18:52 2026] GET /v2.0/security-groups?id=22d70938-c973-4f0d-93de-eaef6500a3c0&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:18:52.205 7 INFO neutron.db.segments_db [None req-e6a37783-b816-459b-9838-e516dc11b0a7 db9e2d9d6af041138c260d6e010c9351 3b1102f976cc4edc8e47b0edf2256aa4 - - default default] Added segment 83d237ef-ba9e-4468-8392-a01b7b447b33 of type vxlan for network cd2090c8-a348-4ccd-a703-56faddb8af5a 2026-04-07 01:18:52.459 7 INFO neutron.db.l3_hamode_db [None req-e6a37783-b816-459b-9838-e516dc11b0a7 db9e2d9d6af041138c260d6e010c9351 3b1102f976cc4edc8e47b0edf2256aa4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-07 01:18:52.584 7 INFO neutron.db.l3_hamode_db [None req-e6a37783-b816-459b-9838-e516dc11b0a7 db9e2d9d6af041138c260d6e010c9351 3b1102f976cc4edc8e47b0edf2256aa4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 838/1723] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:18:52 2026] GET /v2.0/security-groups?tenant_id=78451b64d06c47af94c3d83cfb6fc628&name=default => generated 2925 bytes in 374 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1724] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:18:52 2026] GET /v2.0/security-groups?tenant_id=f4d73b40d08849cdbb237775d3a6a0ac&name=default => generated 2925 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1725] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:18:52 2026] DELETE /v2.0/security-groups/9c5c6d1a-61bb-4951-950f-6bb475b877ba => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1726] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:18:52 2026] DELETE /v2.0/security-groups/3a36ffa0-2063-4de5-8535-52a74e5c9379 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:18:52.944 8 INFO neutron.services.segments.plugin [-] Segment 2489496f-ed74-4e79-8366-e00da4635f1c resource provider aggregate not found [pid: 8|app: 0|req: 842/1727] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:18:52 2026] GET /v2.0/security-groups?tenant_id=979f159868444c0a81bdff7d26b630eb&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:18:52.948 8 INFO neutron.services.segments.plugin [-] Segment 2489496f-ed74-4e79-8366-e00da4635f1c resource provider aggregate not found 2026-04-07 01:18:52.963 8 INFO neutron.services.segments.plugin [-] Segment 2489496f-ed74-4e79-8366-e00da4635f1c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2489496f-ed74-4e79-8366-e00da4635f1c found for delete ", "request_id": "req-2bbe9ad8-6bb6-415a-810e-61c0976fa41e"}]} 2026-04-07 01:18:52.970 8 INFO neutron.services.segments.plugin [-] Segment 2489496f-ed74-4e79-8366-e00da4635f1c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2489496f-ed74-4e79-8366-e00da4635f1c found for delete ", "request_id": "req-b17b49c0-09af-420f-9997-7df51c0010df"}]} 2026-04-07 01:18:52.987 8 INFO neutron.services.segments.plugin [-] Segment 9e0c1483-faa1-44c6-8e93-7ff275d43aa0 resource provider aggregate not found 2026-04-07 01:18:52.987 8 INFO neutron.services.segments.plugin [-] Segment 9e0c1483-faa1-44c6-8e93-7ff275d43aa0 resource provider aggregate not found 2026-04-07 01:18:53.009 8 INFO neutron.services.segments.plugin [-] Segment 9e0c1483-faa1-44c6-8e93-7ff275d43aa0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e0c1483-faa1-44c6-8e93-7ff275d43aa0 found for delete ", "request_id": "req-5fbde42d-7f82-402e-9744-da47a24507eb"}]} 2026-04-07 01:18:53.012 8 INFO neutron.services.segments.plugin [-] Segment 9e0c1483-faa1-44c6-8e93-7ff275d43aa0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e0c1483-faa1-44c6-8e93-7ff275d43aa0 found for delete ", "request_id": "req-50462c4b-ec7b-4d51-bd78-befec3f382d6"}]} 2026-04-07 01:18:53.030 8 INFO neutron.services.segments.plugin [-] Segment ac72058c-2d38-4070-8b8d-65ee55d870f8 resource provider aggregate not found 2026-04-07 01:18:53.036 8 INFO neutron.services.segments.plugin [-] Segment ac72058c-2d38-4070-8b8d-65ee55d870f8 resource provider aggregate not found 2026-04-07 01:18:53.050 8 INFO neutron.services.segments.plugin [-] Segment ac72058c-2d38-4070-8b8d-65ee55d870f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac72058c-2d38-4070-8b8d-65ee55d870f8 found for delete ", "request_id": "req-63cebc06-a0ee-41e0-aa92-eacd4a069bd5"}]} 2026-04-07 01:18:53.054 8 INFO neutron.services.segments.plugin [-] Segment ac72058c-2d38-4070-8b8d-65ee55d870f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac72058c-2d38-4070-8b8d-65ee55d870f8 found for delete ", "request_id": "req-bd6ff124-d89a-4cf5-8537-db7866f0c933"}]} [pid: 8|app: 0|req: 843/1728] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:18:52 2026] DELETE /v2.0/security-groups/e9daf485-cb1b-4097-9128-840d5dcc9325 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1729] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:18:52 2026] POST /v2.0/routers => generated 511 bytes in 951 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1730] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:18:53 2026] GET /v2.0/ports?device_id=d7c55486-ea28-47c0-92c8-d566698cd902 => generated 973 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1731] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:18:53 2026] GET /v2.0/security-groups?id=22d70938-c973-4f0d-93de-eaef6500a3c0&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1732] 10.0.0.248 () {34 vars in 782 bytes} [Tue Apr 7 01:18:53 2026] PUT /v2.0/routers/abb70f94-a657-4e54-9f6f-ec3207a576d3/add_router_interface => generated 309 bytes in 1069 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1733] 10.0.0.248 () {32 vars in 716 bytes} [Tue Apr 7 01:18:54 2026] GET /v2.0/ports/87241952-cfd6-4e95-a464-ec4e06391cfb => generated 959 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1734] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:18:54 2026] GET /v2.0/ports?device_id=d7c55486-ea28-47c0-92c8-d566698cd902 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1735] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:18:54 2026] GET /v2.0/security-groups?id=22d70938-c973-4f0d-93de-eaef6500a3c0&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:18:54.564 8 INFO neutron_taas.services.taas.taas_plugin [None req-ac7887ec-5626-4aa3-a54b-113bc9b7766f db9e2d9d6af041138c260d6e010c9351 3b1102f976cc4edc8e47b0edf2256aa4 - - default default] TaaS: Handle Delete Port: 87241952-cfd6-4e95-a464-ec4e06391cfb 2026-04-07 01:18:54.568 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ac7887ec-5626-4aa3-a54b-113bc9b7766f db9e2d9d6af041138c260d6e010c9351 3b1102f976cc4edc8e47b0edf2256aa4 - - default default] Tap Mirror: Handle Delete Port: 87241952-cfd6-4e95-a464-ec4e06391cfb 2026-04-07 01:18:54.899 7 INFO neutron.db.segments_db [None req-8de292b5-2993-400f-8749-bff8452ef60a ed06a549dc6b435ab80bf5e66ee85cb9 2863a1392be04ef3bca9ca7fffd787c5 - - default default] Added segment e7d4adc0-e7b7-488a-81da-80852f0d1352 of type vxlan for network 2c1afbcb-a999-4efa-ba6f-32411862761f [pid: 7|app: 0|req: 892/1736] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:18:54 2026] POST /v2.0/networks => generated 648 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1737] 10.0.0.248 () {34 vars in 788 bytes} [Tue Apr 7 01:18:54 2026] PUT /v2.0/routers/abb70f94-a657-4e54-9f6f-ec3207a576d3/remove_router_interface => generated 309 bytes in 780 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1738] 10.0.0.248 () {32 vars in 735 bytes} [Tue Apr 7 01:18:55 2026] GET /v2.0/ports?device_id=abb70f94-a657-4e54-9f6f-ec3207a576d3 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:18:55.223 8 INFO neutron_taas.services.taas.taas_plugin [None req-e325904c-57f4-4d5a-91e3-4e9c6004ba36 db9e2d9d6af041138c260d6e010c9351 3b1102f976cc4edc8e47b0edf2256aa4 - - default default] TaaS: Handle Delete Port: 2f5e3450-689a-4328-a2df-72b187d322e8 2026-04-07 01:18:55.226 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e325904c-57f4-4d5a-91e3-4e9c6004ba36 db9e2d9d6af041138c260d6e010c9351 3b1102f976cc4edc8e47b0edf2256aa4 - - default default] Tap Mirror: Handle Delete Port: 2f5e3450-689a-4328-a2df-72b187d322e8 [pid: 7|app: 0|req: 893/1739] 10.0.0.248 () {34 vars in 664 bytes} [Tue Apr 7 01:18:54 2026] POST /v2.0/ports => generated 779 bytes in 311 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-07 01:18:55.372 7 INFO neutron.db.segments_db [None req-d8fd4a46-fd58-4298-bbb5-1d1ff1ad41cf ed06a549dc6b435ab80bf5e66ee85cb9 2863a1392be04ef3bca9ca7fffd787c5 - - default default] Added segment d5888d11-c90b-471a-b85e-9c079c1d8c7d of type vxlan for network 445c5702-8191-4440-a988-90fac73a517d [pid: 7|app: 0|req: 896/1742] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:18:55 2026] POST /v2.0/networks => generated 636 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:18:55.589 8 INFO neutron.services.segments.plugin [-] Segment 83d237ef-ba9e-4468-8392-a01b7b447b33 resource provider aggregate not found 2026-04-07 01:18:55.594 8 INFO neutron.services.segments.plugin [-] Segment 83d237ef-ba9e-4468-8392-a01b7b447b33 resource provider aggregate not found 2026-04-07 01:18:55.613 8 INFO neutron.db.l3_hamode_db [None req-e325904c-57f4-4d5a-91e3-4e9c6004ba36 db9e2d9d6af041138c260d6e010c9351 3b1102f976cc4edc8e47b0edf2256aa4 - - default default] HA network cd2090c8-a348-4ccd-a703-56faddb8af5a was deleted as no HA routers are present in tenant 3b1102f976cc4edc8e47b0edf2256aa4. 2026-04-07 01:18:55.618 8 INFO neutron.services.segments.plugin [-] Segment 83d237ef-ba9e-4468-8392-a01b7b447b33 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83d237ef-ba9e-4468-8392-a01b7b447b33 found for delete ", "request_id": "req-aef9dec7-0247-4360-96e4-13e5f7b1ee67"}]} [pid: 8|app: 0|req: 847/1743] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:18:55 2026] DELETE /v2.0/routers/abb70f94-a657-4e54-9f6f-ec3207a576d3 => generated 0 bytes in 573 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:18:55.632 8 INFO neutron.services.segments.plugin [-] Segment 83d237ef-ba9e-4468-8392-a01b7b447b33 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83d237ef-ba9e-4468-8392-a01b7b447b33 found for delete ", "request_id": "req-4dc122a2-81a2-462c-9541-018c163f6636"}]} [pid: 7|app: 0|req: 897/1744] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:18:55 2026] POST /v2.0/subnets => generated 646 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1745] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:18:55 2026] GET /v2.0/ports?device_id=d7c55486-ea28-47c0-92c8-d566698cd902 => generated 975 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1746] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:18:55 2026] DELETE /v2.0/subnets/e456b2b7-bf22-420b-99a2-70eac99e0420 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1747] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:18:55 2026] GET /v2.0/security-groups?id=22d70938-c973-4f0d-93de-eaef6500a3c0&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:18:55.997 7 INFO neutron.services.segments.plugin [-] Segment e1eac36c-fff5-4a7e-9958-d3940450c826 resource provider aggregate not found 2026-04-07 01:18:56.003 7 INFO neutron.services.segments.plugin [-] Segment e1eac36c-fff5-4a7e-9958-d3940450c826 resource provider aggregate not found 2026-04-07 01:18:56.017 7 INFO neutron.services.segments.plugin [-] Segment e1eac36c-fff5-4a7e-9958-d3940450c826 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1eac36c-fff5-4a7e-9958-d3940450c826 found for delete ", "request_id": "req-26bcb12d-97b0-428a-b544-2cf19458e319"}]} 2026-04-07 01:18:56.018 7 INFO neutron.services.segments.plugin [-] Segment e1eac36c-fff5-4a7e-9958-d3940450c826 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1eac36c-fff5-4a7e-9958-d3940450c826 found for delete ", "request_id": "req-bdabb85e-236c-43ff-8724-cd364dc4c042"}]} [pid: 7|app: 0|req: 900/1748] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:18:55 2026] DELETE /v2.0/networks/0921ea99-1484-499a-a963-f752e858d755 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1749] 10.0.0.248 () {34 vars in 664 bytes} [Tue Apr 7 01:18:55 2026] POST /v2.0/ports => generated 966 bytes in 341 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: 901/1750] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:18:56 2026] GET /v2.0/ports?device_id=d7c55486-ea28-47c0-92c8-d566698cd902 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:18:56.088 8 INFO neutron.db.segments_db [None req-e0314ca9-5f45-4c29-a7af-96947e4c2ea8 db9e2d9d6af041138c260d6e010c9351 3b1102f976cc4edc8e47b0edf2256aa4 - - default default] Added segment 8c173a24-5887-49e6-988a-22e6311ec169 of type vxlan for network 6214ab1a-286a-4043-b628-047ab6c4d16f 2026-04-07 01:18:56.162 7 INFO neutron_taas.services.taas.taas_plugin [None req-8f5dab74-7f94-4ae6-afc5-af0deadea1f7 ed06a549dc6b435ab80bf5e66ee85cb9 2863a1392be04ef3bca9ca7fffd787c5 - - default default] TaaS: Handle Delete Port: b515219b-70dd-496e-a29e-92e4391d35ad 2026-04-07 01:18:56.165 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8f5dab74-7f94-4ae6-afc5-af0deadea1f7 ed06a549dc6b435ab80bf5e66ee85cb9 2863a1392be04ef3bca9ca7fffd787c5 - - default default] Tap Mirror: Handle Delete Port: b515219b-70dd-496e-a29e-92e4391d35ad [pid: 7|app: 0|req: 902/1751] 10.0.0.248 () {32 vars in 719 bytes} [Tue Apr 7 01:18:56 2026] DELETE /v2.0/ports/b515219b-70dd-496e-a29e-92e4391d35ad => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1752] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:18:56 2026] GET /v2.0/security-groups?id=22d70938-c973-4f0d-93de-eaef6500a3c0&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-07 01:18:56.323 8 INFO neutron.db.l3_hamode_db [None req-e0314ca9-5f45-4c29-a7af-96947e4c2ea8 db9e2d9d6af041138c260d6e010c9351 3b1102f976cc4edc8e47b0edf2256aa4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-07 01:18:56.329 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0ea43eda-986b-4ec6-84e2-26877e73a969 ed06a549dc6b435ab80bf5e66ee85cb9 2863a1392be04ef3bca9ca7fffd787c5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 904/1753] 10.0.0.248 () {32 vars in 719 bytes} [Tue Apr 7 01:18:56 2026] DELETE /v2.0/ports/b515219b-70dd-496e-a29e-92e4391d35ad => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:18:56.657 7 INFO neutron.db.segments_db [None req-284da5b5-c85b-4461-b404-2d0ddb3a0336 4882ef668e1e4a46a62b5bf6d177b1e4 e4ce27c4d7aa4bd7a3cc5ae18f154ad9 - - default default] Added segment 594424cf-266c-4393-84e8-3be7cbedf49d of type vxlan for network 353a1044-de69-4e63-82ca-f2c31cb47581 [pid: 7|app: 0|req: 905/1754] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:18:56 2026] POST /v2.0/networks => generated 632 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:18:56.774 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c0914c89-58b0-44be-85d0-e5c7b6fa3676 ed06a549dc6b435ab80bf5e66ee85cb9 2863a1392be04ef3bca9ca7fffd787c5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 906/1755] 10.0.0.248 () {32 vars in 716 bytes} [Tue Apr 7 01:18:56 2026] GET /v2.0/ports/b515219b-70dd-496e-a29e-92e4391d35ad => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1756] 10.0.0.248 () {32 vars in 735 bytes} [Tue Apr 7 01:18:56 2026] GET /v2.0/ports?device_id=d7c55486-ea28-47c0-92c8-d566698cd902 => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1757] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:18:56 2026] POST /v2.0/subnets => generated 626 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:18:57.110 8 INFO neutron.db.l3_hamode_db [None req-e0314ca9-5f45-4c29-a7af-96947e4c2ea8 db9e2d9d6af041138c260d6e010c9351 3b1102f976cc4edc8e47b0edf2256aa4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 909/1758] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:18:57 2026] DELETE /v2.0/subnets/f0910394-d973-4b1b-a6c9-59d72d91b944 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1759] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:18:56 2026] POST /v2.0/routers => generated 692 bytes in 2355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:18:58.409 7 INFO neutron.db.l3_db [None req-e6c62398-9894-4887-a806-35dcdc9b15b9 f8211c284215460697ff5a01ae849623 5f3a18f4d04147769c84aa140380d567 - - default default] Floating IP 2d7774f4-9c56-4a94-87b4-725cbd8f35b7 associated. External IP: 10.96.250.218, port: d91570f6-c715-46be-a44a-bc13fbeb14f4. [pid: 8|app: 0|req: 851/1760] 10.0.0.248 () {34 vars in 750 bytes} [Tue Apr 7 01:18:58 2026] PUT /v2.0/subnets/cd1de934-192f-4c77-b135-bc7af6a6a89c/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:18:58.569 8 INFO neutron.services.segments.plugin [-] Segment d5888d11-c90b-471a-b85e-9c079c1d8c7d resource provider aggregate not found 2026-04-07 01:18:58.574 8 INFO neutron.services.segments.plugin [-] Segment d5888d11-c90b-471a-b85e-9c079c1d8c7d resource provider aggregate not found 2026-04-07 01:18:58.590 8 INFO neutron.services.segments.plugin [-] Segment d5888d11-c90b-471a-b85e-9c079c1d8c7d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5888d11-c90b-471a-b85e-9c079c1d8c7d found for delete ", "request_id": "req-b69e1891-7b86-4951-a3d7-7d4f2608f3e0"}]} 2026-04-07 01:18:58.593 8 INFO neutron.services.segments.plugin [-] Segment d5888d11-c90b-471a-b85e-9c079c1d8c7d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5888d11-c90b-471a-b85e-9c079c1d8c7d found for delete ", "request_id": "req-fbede886-13e1-4f18-8543-5c2ca733448a"}]} [pid: 8|app: 0|req: 852/1761] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:18:58 2026] DELETE /v2.0/networks/445c5702-8191-4440-a988-90fac73a517d => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1762] 10.0.0.248 () {32 vars in 720 bytes} [Tue Apr 7 01:18:58 2026] GET /v2.0/routers/345aff1a-04d7-4791-8e6c-cf3dd6b3c547 => generated 698 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1763] 10.0.0.248 () {32 vars in 730 bytes} [Tue Apr 7 01:18:58 2026] GET /v2.0/subnets/cd1de934-192f-4c77-b135-bc7af6a6a89c/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1764] 10.0.0.248 () {34 vars in 676 bytes} [Tue Apr 7 01:18:57 2026] POST /v2.0/floatingips => generated 856 bytes in 1478 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:18:58.738 8 INFO neutron.db.segments_db [None req-421b7625-ef5f-439b-9750-dcb9e7fbbab6 ed06a549dc6b435ab80bf5e66ee85cb9 2863a1392be04ef3bca9ca7fffd787c5 - - default default] Added segment ad49083f-51a6-4c19-95b3-f589f8d30b0f of type vxlan for network 6666a3c8-1a49-4c5d-8eb9-036baad89548 2026-04-07 01:18:58.752 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bd4c9ab8-9413-433a-a0ac-73c7384a93e1'] response: {'name': 'network-changed', 'server_uuid': 'd7c55486-ea28-47c0-92c8-d566698cd902', 'tag': 'd91570f6-c715-46be-a44a-bc13fbeb14f4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 911/1765] 10.0.0.248 () {32 vars in 646 bytes} [Tue Apr 7 01:18:58 2026] GET /v2.0/routers => generated 701 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1766] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:18:58 2026] POST /v2.0/networks => generated 635 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1767] 10.0.0.248 () {34 vars in 761 bytes} [Tue Apr 7 01:18:58 2026] PUT /v2.0/subnets/cd1de934-192f-4c77-b135-bc7af6a6a89c/tags/green => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1768] 10.0.0.248 () {32 vars in 728 bytes} [Tue Apr 7 01:18:58 2026] GET /v2.0/floatingips/2d7774f4-9c56-4a94-87b4-725cbd8f35b7 => generated 856 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1769] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:18:58 2026] POST /v2.0/subnets => generated 646 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1770] 10.0.0.248 () {32 vars in 730 bytes} [Tue Apr 7 01:18:59 2026] GET /v2.0/subnets/cd1de934-192f-4c77-b135-bc7af6a6a89c/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1771] 10.0.0.248 () {34 vars in 740 bytes} [Tue Apr 7 01:18:58 2026] PUT /v2.0/routers/345aff1a-04d7-4791-8e6c-cf3dd6b3c547 => generated 705 bytes in 377 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1772] 10.0.0.248 () {34 vars in 757 bytes} [Tue Apr 7 01:18:59 2026] PUT /v2.0/subnets/cd1de934-192f-4c77-b135-bc7af6a6a89c/tags/red => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1773] 10.0.0.248 () {32 vars in 720 bytes} [Tue Apr 7 01:18:59 2026] GET /v2.0/routers/345aff1a-04d7-4791-8e6c-cf3dd6b3c547 => generated 705 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1774] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:18:59 2026] GET /v2.0/ports?tenant_id=5f3a18f4d04147769c84aa140380d567&device_id=d7c55486-ea28-47c0-92c8-d566698cd902 => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1775] 10.0.0.248 () {34 vars in 664 bytes} [Tue Apr 7 01:18:59 2026] POST /v2.0/ports => generated 924 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1776] 10.0.0.248 () {32 vars in 735 bytes} [Tue Apr 7 01:18:59 2026] GET /v2.0/ports?device_id=345aff1a-04d7-4791-8e6c-cf3dd6b3c547 => 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: 917/1777] 10.0.0.248 () {32 vars in 730 bytes} [Tue Apr 7 01:18:59 2026] GET /v2.0/subnets/cd1de934-192f-4c77-b135-bc7af6a6a89c/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: 861/1778] 199.204.45.49 () {34 vars in 984 bytes} [Tue Apr 7 01:18:59 2026] GET /v2.0/networks?id=1e1439a0-0797-49f0-933c-9de1842200e8 => generated 755 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:18:59.529 7 INFO neutron_taas.services.taas.taas_plugin [None req-3fc7374f-0c3e-4979-8ff9-d21ebed2c75d ed06a549dc6b435ab80bf5e66ee85cb9 2863a1392be04ef3bca9ca7fffd787c5 - - default default] TaaS: Handle Delete Port: e44b327a-6f4f-4e29-86da-c9004a0a7992 2026-04-07 01:18:59.532 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3fc7374f-0c3e-4979-8ff9-d21ebed2c75d ed06a549dc6b435ab80bf5e66ee85cb9 2863a1392be04ef3bca9ca7fffd787c5 - - default default] Tap Mirror: Handle Delete Port: e44b327a-6f4f-4e29-86da-c9004a0a7992 2026-04-07 01:18:59.609 8 INFO neutron_taas.services.taas.taas_plugin [None req-c18d68b6-2ab8-439b-bb45-3e68b636534a db9e2d9d6af041138c260d6e010c9351 3b1102f976cc4edc8e47b0edf2256aa4 - - default default] TaaS: Handle Delete Port: 01d401c5-e876-46e9-b2e2-580fd1252c9b 2026-04-07 01:18:59.612 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c18d68b6-2ab8-439b-bb45-3e68b636534a db9e2d9d6af041138c260d6e010c9351 3b1102f976cc4edc8e47b0edf2256aa4 - - default default] Tap Mirror: Handle Delete Port: 01d401c5-e876-46e9-b2e2-580fd1252c9b [pid: 7|app: 0|req: 918/1779] 10.0.0.248 () {32 vars in 719 bytes} [Tue Apr 7 01:18:59 2026] DELETE /v2.0/ports/e44b327a-6f4f-4e29-86da-c9004a0a7992 => generated 0 bytes in 242 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1780] 10.0.0.248 () {34 vars in 779 bytes} [Tue Apr 7 01:18:59 2026] PUT /v2.0/subnets/cd1de934-192f-4c77-b135-bc7af6a6a89c/tags/black.or.white => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1781] 199.204.45.49 () {34 vars in 1058 bytes} [Tue Apr 7 01:18:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=d91570f6-c715-46be-a44a-bc13fbeb14f4 => generated 859 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:18:59.741 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4cdf7df9-03f7-4113-91b9-02d51b6533be ed06a549dc6b435ab80bf5e66ee85cb9 2863a1392be04ef3bca9ca7fffd787c5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 921/1782] 10.0.0.248 () {32 vars in 716 bytes} [Tue Apr 7 01:18:59 2026] GET /v2.0/ports/e44b327a-6f4f-4e29-86da-c9004a0a7992 => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1783] 10.0.0.248 () {32 vars in 730 bytes} [Tue Apr 7 01:18:59 2026] GET /v2.0/subnets/cd1de934-192f-4c77-b135-bc7af6a6a89c/tags => generated 52 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1784] 199.204.45.49 () {34 vars in 982 bytes} [Tue Apr 7 01:18:59 2026] GET /v2.0/subnets?id=6c852c7b-bddb-4949-9b77-49b77d143476 => generated 678 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:18:59.852 8 INFO neutron_taas.services.taas.taas_plugin [None req-c18d68b6-2ab8-439b-bb45-3e68b636534a db9e2d9d6af041138c260d6e010c9351 3b1102f976cc4edc8e47b0edf2256aa4 - - default default] TaaS: Handle Delete Port: 04d7412a-3838-4f23-b47a-133b14078b39 2026-04-07 01:18:59.855 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c18d68b6-2ab8-439b-bb45-3e68b636534a db9e2d9d6af041138c260d6e010c9351 3b1102f976cc4edc8e47b0edf2256aa4 - - default default] Tap Mirror: Handle Delete Port: 04d7412a-3838-4f23-b47a-133b14078b39 [pid: 7|app: 0|req: 924/1785] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:18:59 2026] DELETE /v2.0/subnets/d97afb19-b91e-4897-a8b4-4d007efc0f12 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1786] 10.0.0.248 () {34 vars in 750 bytes} [Tue Apr 7 01:18:59 2026] PUT /v2.0/subnets/cd1de934-192f-4c77-b135-bc7af6a6a89c/tags => generated 37 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1787] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:19:00 2026] GET /v2.0/ports?network_id=1e1439a0-0797-49f0-933c-9de1842200e8&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: 7|app: 0|req: 927/1788] 10.0.0.248 () {32 vars in 728 bytes} [Tue Apr 7 01:19:00 2026] GET /v2.0/floatingips/2d7774f4-9c56-4a94-87b4-725cbd8f35b7 => generated 858 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:19:00.205 8 INFO neutron.db.l3_hamode_db [None req-c18d68b6-2ab8-439b-bb45-3e68b636534a db9e2d9d6af041138c260d6e010c9351 3b1102f976cc4edc8e47b0edf2256aa4 - - default default] HA network 6214ab1a-286a-4043-b628-047ab6c4d16f was deleted as no HA routers are present in tenant 3b1102f976cc4edc8e47b0edf2256aa4. [pid: 8|app: 0|req: 862/1789] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:18:59 2026] DELETE /v2.0/routers/345aff1a-04d7-4791-8e6c-cf3dd6b3c547 => generated 0 bytes in 786 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:19:00.254 7 INFO neutron.services.segments.plugin [-] Segment ad49083f-51a6-4c19-95b3-f589f8d30b0f resource provider aggregate not found 2026-04-07 01:19:00.258 7 INFO neutron.services.segments.plugin [-] Segment ad49083f-51a6-4c19-95b3-f589f8d30b0f resource provider aggregate not found 2026-04-07 01:19:00.267 7 INFO neutron.services.segments.plugin [-] Segment ad49083f-51a6-4c19-95b3-f589f8d30b0f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad49083f-51a6-4c19-95b3-f589f8d30b0f found for delete ", "request_id": "req-72d7ff7c-9a2e-49f4-b845-cdf19486738d"}]} [pid: 8|app: 0|req: 863/1790] 10.0.0.248 () {32 vars in 730 bytes} [Tue Apr 7 01:19:00 2026] GET /v2.0/subnets/cd1de934-192f-4c77-b135-bc7af6a6a89c/tags => generated 37 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:19:00.278 7 INFO neutron.services.segments.plugin [-] Segment ad49083f-51a6-4c19-95b3-f589f8d30b0f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad49083f-51a6-4c19-95b3-f589f8d30b0f found for delete ", "request_id": "req-2ff2d929-1f70-4e84-bb14-82b6a363afb6"}]} [pid: 7|app: 0|req: 928/1791] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:19:00 2026] DELETE /v2.0/networks/6666a3c8-1a49-4c5d-8eb9-036baad89548 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1792] 10.0.0.248 () {32 vars in 735 bytes} [Tue Apr 7 01:19:00 2026] GET /v2.0/ports?device_id=345aff1a-04d7-4791-8e6c-cf3dd6b3c547 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1793] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:19:00 2026] GET /v2.0/networks/1e1439a0-0797-49f0-933c-9de1842200e8?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: 930/1794] 10.0.0.248 () {32 vars in 738 bytes} [Tue Apr 7 01:19:00 2026] GET /v2.0/subnets/cd1de934-192f-4c77-b135-bc7af6a6a89c/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:19:00.356 7 INFO neutron.api.v2.resource [None req-c85691df-a3a7-466a-9fd2-ba14dbca7831 db9e2d9d6af041138c260d6e010c9351 3b1102f976cc4edc8e47b0edf2256aa4 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 931/1795] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:19:00 2026] DELETE /v2.0/routers/345aff1a-04d7-4791-8e6c-cf3dd6b3c547 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1796] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:19:00 2026] GET /v2.0/networks/1e1439a0-0797-49f0-933c-9de1842200e8?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) 2026-04-07 01:19:00.432 7 INFO neutron.api.v2.resource [None req-560d8d96-91e0-430c-b27a-047599d06677 4882ef668e1e4a46a62b5bf6d177b1e4 e4ce27c4d7aa4bd7a3cc5ae18f154ad9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 933/1797] 10.0.0.248 () {32 vars in 742 bytes} [Tue Apr 7 01:19:00 2026] GET /v2.0/subnets/cd1de934-192f-4c77-b135-bc7af6a6a89c/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1798] 10.0.0.248 () {32 vars in 735 bytes} [Tue Apr 7 01:19:00 2026] GET /v2.0/ports?device_id=abb70f94-a657-4e54-9f6f-ec3207a576d3 => 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: 935/1799] 10.0.0.248 () {32 vars in 741 bytes} [Tue Apr 7 01:19:00 2026] DELETE /v2.0/subnets/cd1de934-192f-4c77-b135-bc7af6a6a89c/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:19:00.514 7 INFO neutron.api.v2.resource [None req-a86aa75e-d57e-4ac2-af91-175f0de61593 db9e2d9d6af041138c260d6e010c9351 3b1102f976cc4edc8e47b0edf2256aa4 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 936/1800] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:19:00 2026] DELETE /v2.0/routers/abb70f94-a657-4e54-9f6f-ec3207a576d3 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1801] 10.0.0.248 () {32 vars in 730 bytes} [Tue Apr 7 01:19:00 2026] GET /v2.0/subnets/cd1de934-192f-4c77-b135-bc7af6a6a89c/tags => generated 30 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:19:00.556 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5bfa1106-88e2-4e69-9582-9eab3c7bb881 db9e2d9d6af041138c260d6e010c9351 3b1102f976cc4edc8e47b0edf2256aa4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 938/1802] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:19:00 2026] DELETE /v2.0/subnets/e456b2b7-bf22-420b-99a2-70eac99e0420 => 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: 865/1803] 10.0.0.248 () {34 vars in 664 bytes} [Tue Apr 7 01:19:00 2026] POST /v2.0/ports => generated 779 bytes in 263 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-07 01:19:00.602 7 INFO neutron.api.v2.resource [None req-b84284b1-1939-4850-8b1a-9e5692891d4f 4882ef668e1e4a46a62b5bf6d177b1e4 e4ce27c4d7aa4bd7a3cc5ae18f154ad9 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 939/1804] 10.0.0.248 () {32 vars in 745 bytes} [Tue Apr 7 01:19:00 2026] DELETE /v2.0/subnets/cd1de934-192f-4c77-b135-bc7af6a6a89c/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1805] 10.0.0.248 () {32 vars in 735 bytes} [Tue Apr 7 01:19:00 2026] GET /v2.0/ports?device_id=435b3db4-9402-4c54-b4d8-acb54b3d12e9 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:19:00.609 8 INFO neutron.services.segments.plugin [-] Segment 8c173a24-5887-49e6-988a-22e6311ec169 resource provider aggregate not found 2026-04-07 01:19:00.615 8 INFO neutron.services.segments.plugin [-] Segment 8c173a24-5887-49e6-988a-22e6311ec169 resource provider aggregate not found 2026-04-07 01:19:00.633 8 INFO neutron.services.segments.plugin [-] Segment 8c173a24-5887-49e6-988a-22e6311ec169 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c173a24-5887-49e6-988a-22e6311ec169 found for delete ", "request_id": "req-e8bb9344-e126-4840-8ac9-9725d77cd895"}]} 2026-04-07 01:19:00.635 8 INFO neutron.services.segments.plugin [-] Segment 8c173a24-5887-49e6-988a-22e6311ec169 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c173a24-5887-49e6-988a-22e6311ec169 found for delete ", "request_id": "req-07daa079-f7db-4884-a0a4-62f62285b3d7"}]} [pid: 8|app: 0|req: 867/1806] 10.0.0.248 () {32 vars in 733 bytes} [Tue Apr 7 01:19:00 2026] DELETE /v2.0/subnets/cd1de934-192f-4c77-b135-bc7af6a6a89c/tags => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:19:00.692 8 INFO neutron.api.v2.resource [None req-6ce2b348-09ee-43f0-93ef-cc6c7782d051 db9e2d9d6af041138c260d6e010c9351 3b1102f976cc4edc8e47b0edf2256aa4 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 868/1807] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:19:00 2026] DELETE /v2.0/routers/435b3db4-9402-4c54-b4d8-acb54b3d12e9 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1808] 10.0.0.248 () {32 vars in 730 bytes} [Tue Apr 7 01:19:00 2026] GET /v2.0/subnets/cd1de934-192f-4c77-b135-bc7af6a6a89c/tags => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:19:00.738 8 INFO neutron.pecan_wsgi.hooks.translation [None req-65404724-ae6f-4317-80c9-417c29ac6526 db9e2d9d6af041138c260d6e010c9351 3b1102f976cc4edc8e47b0edf2256aa4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 870/1809] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:19:00 2026] DELETE /v2.0/subnets/8c39cf57-76f3-456b-99e8-35d3c3f47540 => 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: 940/1810] 10.0.0.248 () {34 vars in 736 bytes} [Tue Apr 7 01:19:00 2026] PUT /v2.0/ports/66c8fea8-1e81-445f-8a3b-4e0c78085d85 => generated 752 bytes in 181 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: 941/1811] 10.0.0.248 () {32 vars in 735 bytes} [Tue Apr 7 01:19:00 2026] GET /v2.0/ports?device_id=6052e0b0-119c-42ac-8644-ff421bd99134 => 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: 871/1812] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:19:00 2026] DELETE /v2.0/subnets/cd1de934-192f-4c77-b135-bc7af6a6a89c => generated 0 bytes in 101 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:19:00.858 8 INFO neutron.api.v2.resource [None req-72a62fe8-6dfa-4440-83f6-64cc752bc71f db9e2d9d6af041138c260d6e010c9351 3b1102f976cc4edc8e47b0edf2256aa4 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 872/1813] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:19:00 2026] DELETE /v2.0/routers/6052e0b0-119c-42ac-8644-ff421bd99134 => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:19:00.897 7 INFO neutron_taas.services.taas.taas_plugin [None req-16834fee-3287-481c-b209-4b1466dbf590 ed06a549dc6b435ab80bf5e66ee85cb9 2863a1392be04ef3bca9ca7fffd787c5 - - default default] TaaS: Handle Delete Port: 66c8fea8-1e81-445f-8a3b-4e0c78085d85 2026-04-07 01:19:00.901 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-16834fee-3287-481c-b209-4b1466dbf590 ed06a549dc6b435ab80bf5e66ee85cb9 2863a1392be04ef3bca9ca7fffd787c5 - - default default] Tap Mirror: Handle Delete Port: 66c8fea8-1e81-445f-8a3b-4e0c78085d85 [pid: 7|app: 0|req: 942/1814] 10.0.0.248 () {32 vars in 719 bytes} [Tue Apr 7 01:19:00 2026] DELETE /v2.0/ports/66c8fea8-1e81-445f-8a3b-4e0c78085d85 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1815] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:19:00 2026] DELETE /v2.0/networks/353a1044-de69-4e63-82ca-f2c31cb47581 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:19:00.991 7 INFO neutron.pecan_wsgi.hooks.translation [None req-746a04b7-57b6-4fec-ac67-03c3b431f7d6 db9e2d9d6af041138c260d6e010c9351 3b1102f976cc4edc8e47b0edf2256aa4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 943/1816] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:19:00 2026] DELETE /v2.0/subnets/0c75a194-b784-467f-9da5-393715b5461b => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:19:01.008 7 INFO neutron.pecan_wsgi.hooks.translation [None req-be431f0d-4585-43b3-a453-0ff2555e3de4 db9e2d9d6af041138c260d6e010c9351 3b1102f976cc4edc8e47b0edf2256aa4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 944/1817] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:19:00 2026] DELETE /v2.0/subnets/cd53b6a5-5e0e-4089-afbf-e6905c9d9412 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1818] 10.0.0.248 () {32 vars in 642 bytes} [Tue Apr 7 01:19:00 2026] GET /v2.0/ports => generated 782 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:19:01.042 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c3fe12a9-3f58-4d4d-8671-6531ef7b9741 ed06a549dc6b435ab80bf5e66ee85cb9 2863a1392be04ef3bca9ca7fffd787c5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 945/1819] 10.0.0.248 () {32 vars in 716 bytes} [Tue Apr 7 01:19:01 2026] GET /v2.0/ports/66c8fea8-1e81-445f-8a3b-4e0c78085d85 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1820] 10.0.0.248 () {32 vars in 642 bytes} [Tue Apr 7 01:19:01 2026] GET /v2.0/ports => generated 782 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1821] 10.0.0.248 () {32 vars in 716 bytes} [Tue Apr 7 01:19:01 2026] GET /v2.0/ports/52a3cf70-dc93-4f4f-9afa-9096359e77e7 => generated 779 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:19:01.156 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6d7c9607-dfd6-494a-8b51-4b980ae86017 ed06a549dc6b435ab80bf5e66ee85cb9 2863a1392be04ef3bca9ca7fffd787c5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 876/1822] 10.0.0.248 () {32 vars in 719 bytes} [Tue Apr 7 01:19:01 2026] DELETE /v2.0/ports/e44b327a-6f4f-4e29-86da-c9004a0a7992 => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:19:01.181 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a466ca6e-30e4-4e58-8cf9-42b2d9f8045c ed06a549dc6b435ab80bf5e66ee85cb9 2863a1392be04ef3bca9ca7fffd787c5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 947/1823] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:19:01 2026] DELETE /v2.0/subnets/d97afb19-b91e-4897-a8b4-4d007efc0f12 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:19:01.205 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f2657c1d-49ef-4175-9314-3c7fc45ca8f5 ed06a549dc6b435ab80bf5e66ee85cb9 2863a1392be04ef3bca9ca7fffd787c5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 877/1824] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:19:01 2026] DELETE /v2.0/subnets/f0910394-d973-4b1b-a6c9-59d72d91b944 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:19:01.311 7 INFO neutron_taas.services.taas.taas_plugin [None req-a84045d0-01d9-47bb-8cdf-f38b714f8270 ed06a549dc6b435ab80bf5e66ee85cb9 2863a1392be04ef3bca9ca7fffd787c5 - - default default] TaaS: Handle Delete Port: 52a3cf70-dc93-4f4f-9afa-9096359e77e7 2026-04-07 01:19:01.314 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a84045d0-01d9-47bb-8cdf-f38b714f8270 ed06a549dc6b435ab80bf5e66ee85cb9 2863a1392be04ef3bca9ca7fffd787c5 - - default default] Tap Mirror: Handle Delete Port: 52a3cf70-dc93-4f4f-9afa-9096359e77e7 [pid: 7|app: 0|req: 948/1825] 10.0.0.248 () {32 vars in 719 bytes} [Tue Apr 7 01:19:01 2026] DELETE /v2.0/ports/52a3cf70-dc93-4f4f-9afa-9096359e77e7 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1826] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:19:01 2026] DELETE /v2.0/networks/2c1afbcb-a999-4efa-ba6f-32411862761f => generated 0 bytes in 101 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1827] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:19:01 2026] GET /v2.0/security-groups?tenant_id=3b1102f976cc4edc8e47b0edf2256aa4&name=default => generated 2925 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1828] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:19:01 2026] GET /v2.0/security-groups?tenant_id=693a704991ad46a68d5a7d6d72105d5c&name=default => generated 2925 bytes in 324 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1829] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:19:01 2026] DELETE /v2.0/security-groups/e653e863-71b9-40b6-b607-3ced0c3c21a1 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1830] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:19:01 2026] DELETE /v2.0/security-groups/b3c3ab34-7a58-42a2-b753-82c2512c70ff => 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: 881/1831] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:19:01 2026] GET /v2.0/security-groups?tenant_id=2863a1392be04ef3bca9ca7fffd787c5&name=default => generated 2925 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1832] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:19:02 2026] GET /v2.0/security-groups?tenant_id=e4ce27c4d7aa4bd7a3cc5ae18f154ad9&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1833] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:19:02 2026] DELETE /v2.0/security-groups/742019aa-1239-46ea-81c1-669f7f4d53c5 => 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: 883/1834] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:19:02 2026] DELETE /v2.0/security-groups/9a98ee12-6773-4e32-9fb6-051c8b84138b => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:19:02.660 8 INFO neutron.services.segments.plugin [-] Segment 594424cf-266c-4393-84e8-3be7cbedf49d resource provider aggregate not found 2026-04-07 01:19:02.662 8 INFO neutron.services.segments.plugin [-] Segment 594424cf-266c-4393-84e8-3be7cbedf49d resource provider aggregate not found 2026-04-07 01:19:02.675 8 INFO neutron.services.segments.plugin [-] Segment 594424cf-266c-4393-84e8-3be7cbedf49d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 594424cf-266c-4393-84e8-3be7cbedf49d found for delete ", "request_id": "req-bb01a98f-f4ab-451f-9868-6b54e4517fc6"}]} 2026-04-07 01:19:02.679 8 INFO neutron.services.segments.plugin [-] Segment 594424cf-266c-4393-84e8-3be7cbedf49d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 594424cf-266c-4393-84e8-3be7cbedf49d found for delete ", "request_id": "req-7954cce7-a57f-465d-b794-4fcce067248a"}]} 2026-04-07 01:19:02.692 8 INFO neutron.services.segments.plugin [-] Segment e7d4adc0-e7b7-488a-81da-80852f0d1352 resource provider aggregate not found 2026-04-07 01:19:02.696 8 INFO neutron.services.segments.plugin [-] Segment e7d4adc0-e7b7-488a-81da-80852f0d1352 resource provider aggregate not found 2026-04-07 01:19:02.704 8 INFO neutron.services.segments.plugin [-] Segment e7d4adc0-e7b7-488a-81da-80852f0d1352 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7d4adc0-e7b7-488a-81da-80852f0d1352 found for delete ", "request_id": "req-80c5c60a-a9d8-4b1a-af1f-e3d777b10535"}]} 2026-04-07 01:19:02.711 8 INFO neutron.services.segments.plugin [-] Segment e7d4adc0-e7b7-488a-81da-80852f0d1352 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7d4adc0-e7b7-488a-81da-80852f0d1352 found for delete ", "request_id": "req-c05e1692-b6b8-4def-bac8-365a66476e45"}]} [pid: 7|app: 0|req: 952/1835] 10.0.0.248 () {34 vars in 683 bytes} [Tue Apr 7 01:19:03 2026] POST /v2.0/security-groups => generated 1624 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1836] 10.0.0.248 () {32 vars in 662 bytes} [Tue Apr 7 01:19:03 2026] GET /v2.0/security-groups => generated 4529 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1837] 10.0.0.248 () {34 vars in 757 bytes} [Tue Apr 7 01:19:04 2026] PUT /v2.0/security-groups/a5e0be99-fd4c-43cd-b171-2235badcd889 => generated 1662 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:19:04.073 8 INFO neutron.db.segments_db [None req-3c9dd073-6640-4aaa-9ec5-8def7185e225 33f99f08141e4565b72c8bff7322c4bf cc990710500745c9be1471765d9aeb79 - - default default] Added segment 406ccb02-2561-439f-9514-e38aa1a2bed4 of type vxlan for network eaec22e9-375c-4245-b3f0-73c2f7585d7d [pid: 7|app: 0|req: 955/1838] 10.0.0.248 () {32 vars in 736 bytes} [Tue Apr 7 01:19:04 2026] GET /v2.0/security-groups/a5e0be99-fd4c-43cd-b171-2235badcd889 => generated 1662 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1839] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:19:04 2026] DELETE /v2.0/security-groups/a5e0be99-fd4c-43cd-b171-2235badcd889 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1840] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:19:03 2026] POST /v2.0/networks => generated 630 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1841] 10.0.0.248 () {32 vars in 662 bytes} [Tue Apr 7 01:19:04 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-07 01:19:04.207 8 INFO neutron.api.v2.resource [None req-658126a0-fe35-4a8d-b837-cbec384056a3 01262c10ad3a458cae419bac0be0fab5 a133ad4086644a3e8dce5b5cbaa4ea94 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 886/1842] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:19:04 2026] DELETE /v2.0/security-groups/a5e0be99-fd4c-43cd-b171-2235badcd889 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:19:04.218 7 INFO neutron.db.segments_db [None req-53b18d45-4d55-4d4d-bfe9-699e2a302b0e 33f99f08141e4565b72c8bff7322c4bf cc990710500745c9be1471765d9aeb79 - - default default] Added segment 83c3566d-312e-4ba4-9c2d-97e9394cf770 of type vxlan for network 2f53ec35-c659-4df8-9436-d3a8fccee26d [pid: 7|app: 0|req: 957/1843] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:19:04 2026] POST /v2.0/networks => generated 629 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1844] 10.0.0.248 () {34 vars in 683 bytes} [Tue Apr 7 01:19:04 2026] POST /v2.0/security-groups => generated 1625 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1845] 10.0.0.248 () {34 vars in 694 bytes} [Tue Apr 7 01:19:04 2026] POST /v2.0/security-group-rules => generated 601 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1846] 10.0.0.248 () {32 vars in 746 bytes} [Tue Apr 7 01:19:04 2026] GET /v2.0/security-group-rules/3a5dbfbc-a947-4e53-9ca6-f6560648dc92 => generated 601 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1847] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:19:04 2026] POST /v2.0/subnets => generated 626 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1848] 10.0.0.248 () {32 vars in 672 bytes} [Tue Apr 7 01:19:04 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1849] 10.0.0.248 () {32 vars in 749 bytes} [Tue Apr 7 01:19:04 2026] DELETE /v2.0/security-group-rules/3a5dbfbc-a947-4e53-9ca6-f6560648dc92 => 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: 892/1850] 10.0.0.248 () {32 vars in 672 bytes} [Tue Apr 7 01:19:04 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1851] 10.0.0.248 () {34 vars in 694 bytes} [Tue Apr 7 01:19:04 2026] POST /v2.0/security-group-rules => generated 601 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1852] 10.0.0.248 () {32 vars in 746 bytes} [Tue Apr 7 01:19:04 2026] GET /v2.0/security-group-rules/09711c21-7b44-4b29-9904-9d5f6eaa103d => generated 601 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1853] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:19:04 2026] POST /v2.0/subnets => generated 626 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:19:04.825 7 INFO neutron.db.segments_db [None req-e098a301-5fe2-41c8-a7a4-9cf6b85c7f4c 33f99f08141e4565b72c8bff7322c4bf cc990710500745c9be1471765d9aeb79 - - default default] Added segment a015f54a-054a-460e-b14e-27cdc88301fe of type vxlan for network 16b9e8f6-ca26-4e3d-bcea-c39ba5448590 [pid: 8|app: 0|req: 895/1854] 10.0.0.248 () {32 vars in 672 bytes} [Tue Apr 7 01:19:04 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1855] 10.0.0.248 () {32 vars in 749 bytes} [Tue Apr 7 01:19:04 2026] DELETE /v2.0/security-group-rules/09711c21-7b44-4b29-9904-9d5f6eaa103d => 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: 897/1856] 10.0.0.248 () {32 vars in 672 bytes} [Tue Apr 7 01:19:04 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:19:05.012 8 INFO neutron.db.securitygroups_db [None req-c387e23a-860a-4d72-9fb9-e1fcd889acfe 01262c10ad3a458cae419bac0be0fab5 a133ad4086644a3e8dce5b5cbaa4ea94 - - default default] Project a133ad4086644a3e8dce5b5cbaa4ea94 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-04-07 01:19:05.056 7 INFO neutron.db.l3_hamode_db [None req-e098a301-5fe2-41c8-a7a4-9cf6b85c7f4c 33f99f08141e4565b72c8bff7322c4bf cc990710500745c9be1471765d9aeb79 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 898/1857] 10.0.0.248 () {34 vars in 694 bytes} [Tue Apr 7 01:19:04 2026] POST /v2.0/security-group-rules => generated 607 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1858] 10.0.0.248 () {32 vars in 746 bytes} [Tue Apr 7 01:19:05 2026] GET /v2.0/security-group-rules/4c584afc-7cb8-4892-ac5f-523b43c63bf2 => generated 607 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1859] 10.0.0.248 () {32 vars in 672 bytes} [Tue Apr 7 01:19:05 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:19:05.170 7 INFO neutron.db.l3_hamode_db [None req-e098a301-5fe2-41c8-a7a4-9cf6b85c7f4c 33f99f08141e4565b72c8bff7322c4bf cc990710500745c9be1471765d9aeb79 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 901/1860] 10.0.0.248 () {32 vars in 749 bytes} [Tue Apr 7 01:19:05 2026] DELETE /v2.0/security-group-rules/4c584afc-7cb8-4892-ac5f-523b43c63bf2 => 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: 902/1861] 10.0.0.248 () {32 vars in 672 bytes} [Tue Apr 7 01:19:05 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1862] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:19:05 2026] DELETE /v2.0/security-groups/c3cb0d38-4da6-41ea-87c2-ecef97b4e3ed => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1863] 10.0.0.248 () {32 vars in 662 bytes} [Tue Apr 7 01:19:05 2026] GET /v2.0/security-groups => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1864] 10.0.0.248 () {32 vars in 662 bytes} [Tue Apr 7 01:19:05 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: 960/1865] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:19:04 2026] POST /v2.0/routers => generated 506 bytes in 935 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1866] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:19:05 2026] GET /v2.0/security-groups?tenant_id=a133ad4086644a3e8dce5b5cbaa4ea94&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1867] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:19:06 2026] DELETE /v2.0/security-groups/0887a087-e77b-40b0-88f8-47163d3b9dc4 => 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: 906/1868] 10.0.0.248 () {34 vars in 782 bytes} [Tue Apr 7 01:19:05 2026] PUT /v2.0/routers/37fea04e-edca-4a7e-ba90-50b94f96cdc7/add_router_interface => generated 309 bytes in 1047 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1869] 10.0.0.248 () {32 vars in 716 bytes} [Tue Apr 7 01:19:06 2026] GET /v2.0/ports/198697e5-0663-4692-8e5d-9ff648bfcd24 => generated 955 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1870] 10.0.0.97 () {34 vars in 988 bytes} [Tue Apr 7 01:19:06 2026] GET /v2.0/ports?device_id=d7c55486-ea28-47c0-92c8-d566698cd902 => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1871] 10.0.0.97 () {34 vars in 1038 bytes} [Tue Apr 7 01:19:07 2026] GET /v2.0/security-groups?id=22d70938-c973-4f0d-93de-eaef6500a3c0&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: 907/1872] 10.0.0.248 () {34 vars in 782 bytes} [Tue Apr 7 01:19:06 2026] PUT /v2.0/routers/37fea04e-edca-4a7e-ba90-50b94f96cdc7/add_router_interface => generated 309 bytes in 1142 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1873] 10.0.0.248 () {32 vars in 716 bytes} [Tue Apr 7 01:19:07 2026] GET /v2.0/ports/5e1f6f0a-53df-4b40-ac35-c39c0691713a => generated 955 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:19:08.306 8 INFO neutron_taas.services.taas.taas_plugin [None req-ee302d5b-e494-442b-a11d-466c0ab6ad14 33f99f08141e4565b72c8bff7322c4bf cc990710500745c9be1471765d9aeb79 - - default default] TaaS: Handle Delete Port: 5e1f6f0a-53df-4b40-ac35-c39c0691713a 2026-04-07 01:19:08.309 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee302d5b-e494-442b-a11d-466c0ab6ad14 33f99f08141e4565b72c8bff7322c4bf cc990710500745c9be1471765d9aeb79 - - default default] Tap Mirror: Handle Delete Port: 5e1f6f0a-53df-4b40-ac35-c39c0691713a [pid: 8|app: 0|req: 908/1874] 10.0.0.248 () {34 vars in 788 bytes} [Tue Apr 7 01:19:08 2026] PUT /v2.0/routers/37fea04e-edca-4a7e-ba90-50b94f96cdc7/remove_router_interface => generated 309 bytes in 675 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:19:08.967 7 INFO neutron_taas.services.taas.taas_plugin [None req-ccd0af07-1d61-40d8-8374-30e8ad2852de 33f99f08141e4565b72c8bff7322c4bf cc990710500745c9be1471765d9aeb79 - - default default] TaaS: Handle Delete Port: 198697e5-0663-4692-8e5d-9ff648bfcd24 2026-04-07 01:19:08.970 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ccd0af07-1d61-40d8-8374-30e8ad2852de 33f99f08141e4565b72c8bff7322c4bf cc990710500745c9be1471765d9aeb79 - - default default] Tap Mirror: Handle Delete Port: 198697e5-0663-4692-8e5d-9ff648bfcd24 [pid: 7|app: 0|req: 967/1875] 10.0.0.248 () {34 vars in 788 bytes} [Tue Apr 7 01:19:08 2026] PUT /v2.0/routers/37fea04e-edca-4a7e-ba90-50b94f96cdc7/remove_router_interface => generated 309 bytes in 675 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1876] 10.0.0.248 () {32 vars in 735 bytes} [Tue Apr 7 01:19:09 2026] GET /v2.0/ports?device_id=37fea04e-edca-4a7e-ba90-50b94f96cdc7 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:19:09.579 7 INFO neutron_taas.services.taas.taas_plugin [None req-2de3771b-00d4-4aee-90c6-47bfc4e4e31c 33f99f08141e4565b72c8bff7322c4bf cc990710500745c9be1471765d9aeb79 - - default default] TaaS: Handle Delete Port: 236f469f-5716-4ba9-8667-8373bdc51da6 2026-04-07 01:19:09.585 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2de3771b-00d4-4aee-90c6-47bfc4e4e31c 33f99f08141e4565b72c8bff7322c4bf cc990710500745c9be1471765d9aeb79 - - default default] Tap Mirror: Handle Delete Port: 236f469f-5716-4ba9-8667-8373bdc51da6 2026-04-07 01:19:09.926 7 INFO neutron.services.segments.plugin [-] Segment a015f54a-054a-460e-b14e-27cdc88301fe resource provider aggregate not found 2026-04-07 01:19:09.930 7 INFO neutron.services.segments.plugin [-] Segment a015f54a-054a-460e-b14e-27cdc88301fe resource provider aggregate not found 2026-04-07 01:19:09.950 7 INFO neutron.services.segments.plugin [-] Segment a015f54a-054a-460e-b14e-27cdc88301fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a015f54a-054a-460e-b14e-27cdc88301fe found for delete ", "request_id": "req-6b470cdd-9c97-4646-adb5-5407040c32d6"}]} 2026-04-07 01:19:09.955 7 INFO neutron.services.segments.plugin [-] Segment a015f54a-054a-460e-b14e-27cdc88301fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a015f54a-054a-460e-b14e-27cdc88301fe found for delete ", "request_id": "req-b74f9fc2-1d45-41e2-8519-b6620e305b02"}]} 2026-04-07 01:19:09.965 7 INFO neutron.db.l3_hamode_db [None req-2de3771b-00d4-4aee-90c6-47bfc4e4e31c 33f99f08141e4565b72c8bff7322c4bf cc990710500745c9be1471765d9aeb79 - - default default] HA network 16b9e8f6-ca26-4e3d-bcea-c39ba5448590 was deleted as no HA routers are present in tenant cc990710500745c9be1471765d9aeb79. [pid: 7|app: 0|req: 968/1877] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:19:09 2026] DELETE /v2.0/routers/37fea04e-edca-4a7e-ba90-50b94f96cdc7 => generated 0 bytes in 564 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1878] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:19:09 2026] DELETE /v2.0/subnets/20e03b0e-bef1-4460-b686-1f6d443d0ec6 => 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: 969/1881] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:19:10 2026] DELETE /v2.0/subnets/ede675be-3e42-4259-adf7-2ee1ebf0b0c0 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:19:10.379 8 INFO neutron.services.segments.plugin [-] Segment 83c3566d-312e-4ba4-9c2d-97e9394cf770 resource provider aggregate not found 2026-04-07 01:19:10.382 8 INFO neutron.services.segments.plugin [-] Segment 83c3566d-312e-4ba4-9c2d-97e9394cf770 resource provider aggregate not found 2026-04-07 01:19:10.406 8 INFO neutron.services.segments.plugin [-] Segment 83c3566d-312e-4ba4-9c2d-97e9394cf770 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83c3566d-312e-4ba4-9c2d-97e9394cf770 found for delete ", "request_id": "req-bd6963f3-9aee-43da-9576-6b20d7540193"}]} 2026-04-07 01:19:10.408 8 INFO neutron.services.segments.plugin [-] Segment 83c3566d-312e-4ba4-9c2d-97e9394cf770 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83c3566d-312e-4ba4-9c2d-97e9394cf770 found for delete ", "request_id": "req-5f3f9868-c256-4de4-bcf8-1d97e4fad9ff"}]} [pid: 8|app: 0|req: 913/1882] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:19:10 2026] DELETE /v2.0/networks/2f53ec35-c659-4df8-9436-d3a8fccee26d => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1883] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:19:10 2026] DELETE /v2.0/networks/eaec22e9-375c-4245-b3f0-73c2f7585d7d => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:19:10.616 8 INFO neutron.db.segments_db [None req-fbff4717-cf64-4b54-90b5-57e7568f0d2b 33f99f08141e4565b72c8bff7322c4bf cc990710500745c9be1471765d9aeb79 - - default default] Added segment 76547345-659d-456a-ac6b-2ad3762a07e7 of type vxlan for network 87104437-9cfe-4bdf-a817-ff623223da42 [pid: 8|app: 0|req: 914/1884] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:19:10 2026] POST /v2.0/networks => generated 630 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1885] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:19:10 2026] POST /v2.0/subnets => generated 626 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:19:11.024 7 INFO neutron.db.segments_db [None req-2b9f10f4-6e86-4ee4-beee-7d44bdb69097 33f99f08141e4565b72c8bff7322c4bf cc990710500745c9be1471765d9aeb79 - - default default] Added segment 89101f9a-b539-429d-96e1-85f0c9b60d4a of type vxlan for network 61e688f0-846c-4db7-9cec-e49f80427c74 [pid: 8|app: 0|req: 915/1886] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:19:10 2026] GET /v2.0/security-groups?tenant_id=11add3c9bbcc4a868b09fe6bcac42f30&name=default => generated 2925 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1887] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:19:11 2026] DELETE /v2.0/security-groups/ab56c522-eac0-464c-ad69-300f7bbc8b53 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:19:11.283 7 INFO neutron.db.l3_hamode_db [None req-2b9f10f4-6e86-4ee4-beee-7d44bdb69097 33f99f08141e4565b72c8bff7322c4bf cc990710500745c9be1471765d9aeb79 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 917/1888] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:19:11 2026] GET /v2.0/security-groups?tenant_id=dd0a91dfdd864e508888938f8ee53f87&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:19:11.388 7 INFO neutron.db.l3_hamode_db [None req-2b9f10f4-6e86-4ee4-beee-7d44bdb69097 33f99f08141e4565b72c8bff7322c4bf cc990710500745c9be1471765d9aeb79 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 918/1889] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:19:11 2026] DELETE /v2.0/security-groups/faba6180-a08d-416b-92f2-139a1825299d => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:19:11.982 7 INFO neutron.services.segments.plugin [-] Segment 406ccb02-2561-439f-9514-e38aa1a2bed4 resource provider aggregate not found 2026-04-07 01:19:11.988 7 INFO neutron.services.segments.plugin [-] Segment 406ccb02-2561-439f-9514-e38aa1a2bed4 resource provider aggregate not found 2026-04-07 01:19:12.001 7 INFO neutron.services.segments.plugin [-] Segment 406ccb02-2561-439f-9514-e38aa1a2bed4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 406ccb02-2561-439f-9514-e38aa1a2bed4 found for delete ", "request_id": "req-56619b59-e9eb-4ac2-a40e-17950d4545ad"}]} 2026-04-07 01:19:12.004 7 INFO neutron.services.segments.plugin [-] Segment 406ccb02-2561-439f-9514-e38aa1a2bed4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 406ccb02-2561-439f-9514-e38aa1a2bed4 found for delete ", "request_id": "req-67f9842e-84d0-48cf-8710-5c0468ea5e38"}]} [pid: 7|app: 0|req: 972/1890] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:19:10 2026] POST /v2.0/routers => generated 506 bytes in 1046 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1891] 10.0.0.248 () {34 vars in 664 bytes} [Tue Apr 7 01:19:12 2026] POST /v2.0/ports => generated 948 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1892] 10.0.0.248 () {34 vars in 782 bytes} [Tue Apr 7 01:19:12 2026] PUT /v2.0/routers/d3f487bf-d27e-42c1-8992-8e1c1a3cd77c/add_router_interface => generated 309 bytes in 1136 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: 920/1893] 10.0.0.248 () {32 vars in 716 bytes} [Tue Apr 7 01:19:13 2026] GET /v2.0/ports/4b622815-e5b5-4642-9969-4b00304f9e10 => generated 1022 bytes in 31 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-07 01:19:13.937 7 INFO neutron_taas.services.taas.taas_plugin [None req-0e23ca5d-d1cd-44f4-8217-b121683748de 33f99f08141e4565b72c8bff7322c4bf cc990710500745c9be1471765d9aeb79 - - default default] TaaS: Handle Delete Port: 4b622815-e5b5-4642-9969-4b00304f9e10 2026-04-07 01:19:13.945 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e23ca5d-d1cd-44f4-8217-b121683748de 33f99f08141e4565b72c8bff7322c4bf cc990710500745c9be1471765d9aeb79 - - default default] Tap Mirror: Handle Delete Port: 4b622815-e5b5-4642-9969-4b00304f9e10 [pid: 7|app: 0|req: 974/1894] 10.0.0.248 () {34 vars in 788 bytes} [Tue Apr 7 01:19:13 2026] PUT /v2.0/routers/d3f487bf-d27e-42c1-8992-8e1c1a3cd77c/remove_router_interface => generated 309 bytes in 753 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:19:14.445 8 INFO neutron.api.v2.resource [None req-93b65b45-09e6-4409-a868-24f6ee484466 33f99f08141e4565b72c8bff7322c4bf cc990710500745c9be1471765d9aeb79 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 921/1895] 10.0.0.248 () {34 vars in 788 bytes} [Tue Apr 7 01:19:14 2026] PUT /v2.0/routers/d3f487bf-d27e-42c1-8992-8e1c1a3cd77c/remove_router_interface => generated 197 bytes in 97 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: 975/1896] 10.0.0.248 () {32 vars in 735 bytes} [Tue Apr 7 01:19:14 2026] GET /v2.0/ports?device_id=d3f487bf-d27e-42c1-8992-8e1c1a3cd77c => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:19:14.620 8 INFO neutron_taas.services.taas.taas_plugin [None req-e1628deb-6599-442f-849f-51d3d387af9a 33f99f08141e4565b72c8bff7322c4bf cc990710500745c9be1471765d9aeb79 - - default default] TaaS: Handle Delete Port: d726c2de-bffd-4b41-bcce-ef23364a8d6d 2026-04-07 01:19:14.623 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e1628deb-6599-442f-849f-51d3d387af9a 33f99f08141e4565b72c8bff7322c4bf cc990710500745c9be1471765d9aeb79 - - default default] Tap Mirror: Handle Delete Port: d726c2de-bffd-4b41-bcce-ef23364a8d6d [pid: 7|app: 0|req: 976/1897] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:19:14 2026] GET /v2.0/security-groups?tenant_id=1646ff885a6444358e244082af983321&name=default => generated 2925 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:19:14.954 8 INFO neutron.services.segments.plugin [-] Segment 89101f9a-b539-429d-96e1-85f0c9b60d4a resource provider aggregate not found 2026-04-07 01:19:14.965 8 INFO neutron.services.segments.plugin [-] Segment 89101f9a-b539-429d-96e1-85f0c9b60d4a resource provider aggregate not found 2026-04-07 01:19:14.985 8 INFO neutron.services.segments.plugin [-] Segment 89101f9a-b539-429d-96e1-85f0c9b60d4a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89101f9a-b539-429d-96e1-85f0c9b60d4a found for delete ", "request_id": "req-9a302c69-d9f0-4400-8bb4-c2c03cc7b092"}]} 2026-04-07 01:19:14.992 8 INFO neutron.services.segments.plugin [-] Segment 89101f9a-b539-429d-96e1-85f0c9b60d4a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89101f9a-b539-429d-96e1-85f0c9b60d4a found for delete ", "request_id": "req-8a4df6f3-33b5-458b-9087-d633063b5117"}]} 2026-04-07 01:19:15.005 8 INFO neutron.db.l3_hamode_db [None req-e1628deb-6599-442f-849f-51d3d387af9a 33f99f08141e4565b72c8bff7322c4bf cc990710500745c9be1471765d9aeb79 - - default default] HA network 61e688f0-846c-4db7-9cec-e49f80427c74 was deleted as no HA routers are present in tenant cc990710500745c9be1471765d9aeb79. [pid: 8|app: 0|req: 922/1898] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:19:14 2026] DELETE /v2.0/routers/d3f487bf-d27e-42c1-8992-8e1c1a3cd77c => generated 0 bytes in 532 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1899] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:19:14 2026] DELETE /v2.0/security-groups/d4bcc426-ac67-4896-8f3d-22e2df34614e => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1900] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:19:15 2026] DELETE /v2.0/subnets/00be7580-94c0-4fb1-89fe-f73575954a3f => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:19:15.270 7 INFO neutron.services.segments.plugin [-] Segment 76547345-659d-456a-ac6b-2ad3762a07e7 resource provider aggregate not found 2026-04-07 01:19:15.278 7 INFO neutron.services.segments.plugin [-] Segment 76547345-659d-456a-ac6b-2ad3762a07e7 resource provider aggregate not found 2026-04-07 01:19:15.286 7 INFO neutron.services.segments.plugin [-] Segment 76547345-659d-456a-ac6b-2ad3762a07e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76547345-659d-456a-ac6b-2ad3762a07e7 found for delete ", "request_id": "req-8df290f5-e741-4ca7-bc74-ec863e0d1995"}]} 2026-04-07 01:19:15.297 7 INFO neutron.services.segments.plugin [-] Segment 76547345-659d-456a-ac6b-2ad3762a07e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76547345-659d-456a-ac6b-2ad3762a07e7 found for delete ", "request_id": "req-ea4942e4-338c-4d4c-9d86-b8d3565fbe6b"}]} [pid: 7|app: 0|req: 978/1901] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:19:15 2026] DELETE /v2.0/networks/87104437-9cfe-4bdf-a817-ff623223da42 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:19:15.376 8 INFO neutron.db.segments_db [None req-6e096c77-1d85-4c6f-be04-11c48d148278 33f99f08141e4565b72c8bff7322c4bf cc990710500745c9be1471765d9aeb79 - - default default] Added segment ee5bd825-3919-4bde-bf1a-e78cf6dfcfc7 of type vxlan for network 9e66542b-e972-48c6-b358-1052d366a34b [pid: 8|app: 0|req: 924/1902] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:19:15 2026] POST /v2.0/networks => generated 630 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1903] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:19:15 2026] POST /v2.0/subnets => generated 626 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:19:15.734 8 INFO neutron.db.segments_db [None req-56d54db2-7cc6-4333-b19e-3cb042ec3eec 33f99f08141e4565b72c8bff7322c4bf cc990710500745c9be1471765d9aeb79 - - default default] Added segment fa32a36c-98f4-44b9-b481-e6a334f528a7 of type vxlan for network eb2eee5c-c361-4fa7-8b5b-4bd5390b55c2 2026-04-07 01:19:15.984 8 INFO neutron.db.l3_hamode_db [None req-56d54db2-7cc6-4333-b19e-3cb042ec3eec 33f99f08141e4565b72c8bff7322c4bf cc990710500745c9be1471765d9aeb79 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-07 01:19:16.105 8 INFO neutron.db.l3_hamode_db [None req-56d54db2-7cc6-4333-b19e-3cb042ec3eec 33f99f08141e4565b72c8bff7322c4bf cc990710500745c9be1471765d9aeb79 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 925/1904] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:19:15 2026] POST /v2.0/routers => generated 507 bytes in 890 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1905] 10.0.0.248 () {32 vars in 825 bytes} [Tue Apr 7 01:19:17 2026] GET /v2.0/ports?project_id=5f3a18f4d04147769c84aa140380d567&network_id=1e1439a0-0797-49f0-933c-9de1842200e8 => generated 3695 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1906] 10.0.0.248 () {34 vars in 782 bytes} [Tue Apr 7 01:19:16 2026] PUT /v2.0/routers/dcf7d6af-3b21-416a-a651-1b5401abdcb4/add_router_interface => generated 309 bytes in 1077 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1907] 10.0.0.248 () {32 vars in 741 bytes} [Tue Apr 7 01:19:17 2026] GET /v2.0/subnets?network_id=c3d6dd37-b7a6-49b1-a9e7-2daa27a8eef2 => generated 667 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1908] 10.0.0.248 () {32 vars in 716 bytes} [Tue Apr 7 01:19:17 2026] GET /v2.0/ports/cab68f9a-9661-48a1-b739-15f903374c8a => generated 955 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:19:18.043 7 INFO neutron_taas.services.taas.taas_plugin [None req-eb60510f-b220-4673-a454-21b83c3203b4 33f99f08141e4565b72c8bff7322c4bf cc990710500745c9be1471765d9aeb79 - - default default] TaaS: Handle Delete Port: cab68f9a-9661-48a1-b739-15f903374c8a 2026-04-07 01:19:18.045 8 INFO neutron.db.l3_db [None req-2841dc0d-9d9e-48fd-85e0-0d5afa83839f f8211c284215460697ff5a01ae849623 5f3a18f4d04147769c84aa140380d567 - - default default] Floating IP 2d7774f4-9c56-4a94-87b4-725cbd8f35b7 disassociated. External IP: 10.96.250.218, port: d91570f6-c715-46be-a44a-bc13fbeb14f4. 2026-04-07 01:19:18.046 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb60510f-b220-4673-a454-21b83c3203b4 33f99f08141e4565b72c8bff7322c4bf cc990710500745c9be1471765d9aeb79 - - default default] Tap Mirror: Handle Delete Port: cab68f9a-9661-48a1-b739-15f903374c8a [pid: 8|app: 0|req: 928/1909] 10.0.0.248 () {34 vars in 748 bytes} [Tue Apr 7 01:19:17 2026] PUT /v2.0/floatingips/2d7774f4-9c56-4a94-87b4-725cbd8f35b7 => generated 554 bytes in 414 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:19:18.379 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9f5ca5d3-d176-4a21-a46d-7bb2a241a6cd'] response: {'name': 'network-changed', 'server_uuid': 'd7c55486-ea28-47c0-92c8-d566698cd902', 'tag': 'd91570f6-c715-46be-a44a-bc13fbeb14f4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 982/1910] 10.0.0.248 () {34 vars in 788 bytes} [Tue Apr 7 01:19:17 2026] PUT /v2.0/routers/dcf7d6af-3b21-416a-a651-1b5401abdcb4/remove_router_interface => generated 309 bytes in 714 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1911] 10.0.0.248 () {32 vars in 728 bytes} [Tue Apr 7 01:19:18 2026] GET /v2.0/floatingips/2d7774f4-9c56-4a94-87b4-725cbd8f35b7 => generated 554 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1912] 10.0.0.248 () {32 vars in 735 bytes} [Tue Apr 7 01:19:18 2026] GET /v2.0/ports?device_id=dcf7d6af-3b21-416a-a651-1b5401abdcb4 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1913] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:19:18 2026] GET /v2.0/security-groups?tenant_id=d083e4a5c13943a68dd9a8d835b181de&name=default => generated 2925 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:19:18.684 7 INFO neutron_taas.services.taas.taas_plugin [None req-28a038bd-ee85-402b-a898-7b07f9346fa8 33f99f08141e4565b72c8bff7322c4bf cc990710500745c9be1471765d9aeb79 - - default default] TaaS: Handle Delete Port: 5cbfc8f4-2abf-4da0-875e-b951a06bfada 2026-04-07 01:19:18.687 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28a038bd-ee85-402b-a898-7b07f9346fa8 33f99f08141e4565b72c8bff7322c4bf cc990710500745c9be1471765d9aeb79 - - default default] Tap Mirror: Handle Delete Port: 5cbfc8f4-2abf-4da0-875e-b951a06bfada [pid: 8|app: 0|req: 930/1914] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:19:18 2026] DELETE /v2.0/security-groups/bd186830-03e1-4088-9928-96112a3556aa => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1915] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:19:18 2026] GET /v2.0/ports?tenant_id=5f3a18f4d04147769c84aa140380d567&device_id=d7c55486-ea28-47c0-92c8-d566698cd902 => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1916] 199.204.45.49 () {34 vars in 984 bytes} [Tue Apr 7 01:19:18 2026] GET /v2.0/networks?id=1e1439a0-0797-49f0-933c-9de1842200e8 => generated 755 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1917] 199.204.45.49 () {34 vars in 1058 bytes} [Tue Apr 7 01:19:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=d91570f6-c715-46be-a44a-bc13fbeb14f4 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:19:19.016 7 INFO neutron.services.segments.plugin [-] Segment fa32a36c-98f4-44b9-b481-e6a334f528a7 resource provider aggregate not found 2026-04-07 01:19:19.022 7 INFO neutron.services.segments.plugin [-] Segment fa32a36c-98f4-44b9-b481-e6a334f528a7 resource provider aggregate not found [pid: 8|app: 0|req: 934/1918] 199.204.45.49 () {34 vars in 982 bytes} [Tue Apr 7 01:19:19 2026] GET /v2.0/subnets?id=6c852c7b-bddb-4949-9b77-49b77d143476 => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:19:19.044 7 INFO neutron.services.segments.plugin [-] Segment fa32a36c-98f4-44b9-b481-e6a334f528a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa32a36c-98f4-44b9-b481-e6a334f528a7 found for delete ", "request_id": "req-b9a139ef-8ee5-4b8e-a9d6-229d84ef5a3b"}]} 2026-04-07 01:19:19.045 7 INFO neutron.services.segments.plugin [-] Segment fa32a36c-98f4-44b9-b481-e6a334f528a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa32a36c-98f4-44b9-b481-e6a334f528a7 found for delete ", "request_id": "req-72b5e1ec-5e85-4180-a478-57f12af66c0e"}]} 2026-04-07 01:19:19.068 7 INFO neutron.db.l3_hamode_db [None req-28a038bd-ee85-402b-a898-7b07f9346fa8 33f99f08141e4565b72c8bff7322c4bf cc990710500745c9be1471765d9aeb79 - - default default] HA network eb2eee5c-c361-4fa7-8b5b-4bd5390b55c2 was deleted as no HA routers are present in tenant cc990710500745c9be1471765d9aeb79. [pid: 7|app: 0|req: 985/1919] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:19:18 2026] DELETE /v2.0/routers/dcf7d6af-3b21-416a-a651-1b5401abdcb4 => generated 0 bytes in 564 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1920] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:19:19 2026] GET /v2.0/ports?network_id=1e1439a0-0797-49f0-933c-9de1842200e8&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: 936/1921] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:19:19 2026] GET /v2.0/networks/1e1439a0-0797-49f0-933c-9de1842200e8?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: 937/1922] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:19:19 2026] GET /v2.0/networks/1e1439a0-0797-49f0-933c-9de1842200e8?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: 986/1923] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:19:19 2026] DELETE /v2.0/subnets/aebaf62d-10b0-4b64-9574-4b6063cfc64b => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:19:19.298 8 INFO neutron.services.segments.plugin [-] Segment ee5bd825-3919-4bde-bf1a-e78cf6dfcfc7 resource provider aggregate not found 2026-04-07 01:19:19.309 8 INFO neutron.services.segments.plugin [-] Segment ee5bd825-3919-4bde-bf1a-e78cf6dfcfc7 resource provider aggregate not found 2026-04-07 01:19:19.312 8 INFO neutron.services.segments.plugin [-] Segment ee5bd825-3919-4bde-bf1a-e78cf6dfcfc7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee5bd825-3919-4bde-bf1a-e78cf6dfcfc7 found for delete ", "request_id": "req-406c9848-6d3d-4881-ad6f-967371024c7e"}]} 2026-04-07 01:19:19.325 8 INFO neutron.services.segments.plugin [-] Segment ee5bd825-3919-4bde-bf1a-e78cf6dfcfc7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee5bd825-3919-4bde-bf1a-e78cf6dfcfc7 found for delete ", "request_id": "req-7a873ab0-036a-47fa-bac8-da3379031c5d"}]} [pid: 8|app: 0|req: 938/1924] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:19:19 2026] DELETE /v2.0/networks/9e66542b-e972-48c6-b358-1052d366a34b => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:19:19.385 7 INFO neutron.db.segments_db [None req-39550b66-b9a6-47bf-bdd7-2843e3fcab8b 33f99f08141e4565b72c8bff7322c4bf cc990710500745c9be1471765d9aeb79 - - default default] Added segment cf40d277-3c67-42d7-84ac-8fc1a0d2abcb of type vxlan for network ad45bbcb-37c1-4442-a250-f49921a72ce4 [pid: 8|app: 0|req: 939/1925] 10.0.0.248 () {32 vars in 728 bytes} [Tue Apr 7 01:19:19 2026] GET /v2.0/floatingips/2d7774f4-9c56-4a94-87b4-725cbd8f35b7 => generated 552 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:19:19.636 7 INFO neutron.db.l3_hamode_db [None req-39550b66-b9a6-47bf-bdd7-2843e3fcab8b 33f99f08141e4565b72c8bff7322c4bf cc990710500745c9be1471765d9aeb79 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-07 01:19:20.375 7 INFO neutron.db.l3_hamode_db [None req-39550b66-b9a6-47bf-bdd7-2843e3fcab8b 33f99f08141e4565b72c8bff7322c4bf cc990710500745c9be1471765d9aeb79 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-07 01:19:20.629 8 INFO neutron.db.segments_db [None req-3f8c0d8c-c860-4509-941f-2c4d46f4d049 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Added segment 934c04a2-408a-4ff2-b699-2327bb91d158 of type vxlan for network e83aea28-ef67-442e-b555-479021acfc6c [pid: 8|app: 0|req: 940/1926] 10.0.0.248 () {34 vars in 670 bytes} [Tue Apr 7 01:19:20 2026] POST /v2.0/networks => generated 739 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1927] 10.0.0.248 () {34 vars in 684 bytes} [Tue Apr 7 01:19:20 2026] POST /v2.0/security-groups => generated 1673 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1928] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:19:20 2026] POST /v2.0/subnets => generated 687 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1929] 10.0.0.248 () {34 vars in 694 bytes} [Tue Apr 7 01:19:20 2026] POST /v2.0/security-group-rules => generated 597 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1930] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:19:19 2026] POST /v2.0/routers => generated 688 bytes in 1780 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:19:21.141 8 INFO neutron.db.segments_db [None req-2972436f-1fab-4ae9-94e7-11f135a8dc4d e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Added segment 03e24eca-f223-41bb-9f1b-de90eb7f4a56 of type vxlan for network 90c73791-5e0c-4215-b9e4-50ee4875f903 [pid: 7|app: 0|req: 988/1931] 10.0.0.248 () {34 vars in 694 bytes} [Tue Apr 7 01:19:21 2026] POST /v2.0/security-group-rules => generated 596 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1932] 10.0.0.248 () {32 vars in 720 bytes} [Tue Apr 7 01:19:21 2026] GET /v2.0/routers/8694ccb4-af89-4e11-82a9-cc0c83a9ed6a => generated 694 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1933] 10.0.0.248 () {34 vars in 694 bytes} [Tue Apr 7 01:19:21 2026] POST /v2.0/security-group-rules => generated 602 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:19:21.374 8 INFO neutron.db.l3_hamode_db [None req-2972436f-1fab-4ae9-94e7-11f135a8dc4d e57fca6a4ec34d528d7244c9900fdb1b 3a8bdcbb04b14123acbedd56795dd45d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 991/1934] 10.0.0.248 () {32 vars in 646 bytes} [Tue Apr 7 01:19:21 2026] GET /v2.0/routers => generated 697 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1935] 10.0.0.248 () {34 vars in 694 bytes} [Tue Apr 7 01:19:21 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: 993/1936] 10.0.0.248 () {34 vars in 740 bytes} [Tue Apr 7 01:19:21 2026] PUT /v2.0/routers/8694ccb4-af89-4e11-82a9-cc0c83a9ed6a => generated 701 bytes in 388 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:19:21.955 7 INFO neutron.db.securitygroups_db [None req-59f5ac42-f42a-4f00-bbb9-73c452b57cf8 f8211c284215460697ff5a01ae849623 5f3a18f4d04147769c84aa140380d567 - - default default] Project 5f3a18f4d04147769c84aa140380d567 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: 994/1937] 10.0.0.248 () {34 vars in 694 bytes} [Tue Apr 7 01:19:21 2026] POST /v2.0/security-group-rules => generated 607 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/1938] 10.0.0.248 () {32 vars in 720 bytes} [Tue Apr 7 01:19:22 2026] GET /v2.0/routers/8694ccb4-af89-4e11-82a9-cc0c83a9ed6a => generated 701 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:19:22.101 8 INFO neutron.db.l3_hamode_db [None req-2972436f-1fab-4ae9-94e7-11f135a8dc4d e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-07 01:19:22.131 7 INFO neutron.db.securitygroups_db [None req-c485235a-c8d0-40cb-b012-4b750ed58bd1 f8211c284215460697ff5a01ae849623 5f3a18f4d04147769c84aa140380d567 - - default default] Project 5f3a18f4d04147769c84aa140380d567 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: 996/1939] 10.0.0.248 () {34 vars in 694 bytes} [Tue Apr 7 01:19:22 2026] POST /v2.0/security-group-rules => generated 606 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1940] 10.0.0.248 () {32 vars in 735 bytes} [Tue Apr 7 01:19:22 2026] GET /v2.0/ports?device_id=8694ccb4-af89-4e11-82a9-cc0c83a9ed6a => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:19:22.447 7 INFO neutron_taas.services.taas.taas_plugin [None req-398d0407-b66b-4953-b18f-917ee3e5dfa0 33f99f08141e4565b72c8bff7322c4bf cc990710500745c9be1471765d9aeb79 - - default default] TaaS: Handle Delete Port: d79ecbab-ad13-4417-8364-90cf7c0eaea7 2026-04-07 01:19:22.450 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-398d0407-b66b-4953-b18f-917ee3e5dfa0 33f99f08141e4565b72c8bff7322c4bf cc990710500745c9be1471765d9aeb79 - - default default] Tap Mirror: Handle Delete Port: d79ecbab-ad13-4417-8364-90cf7c0eaea7 2026-04-07 01:19:22.688 7 INFO neutron_taas.services.taas.taas_plugin [None req-398d0407-b66b-4953-b18f-917ee3e5dfa0 33f99f08141e4565b72c8bff7322c4bf cc990710500745c9be1471765d9aeb79 - - default default] TaaS: Handle Delete Port: 792c45e7-1123-4d5b-a7f1-753093397ba5 2026-04-07 01:19:22.690 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-398d0407-b66b-4953-b18f-917ee3e5dfa0 33f99f08141e4565b72c8bff7322c4bf cc990710500745c9be1471765d9aeb79 - - default default] Tap Mirror: Handle Delete Port: 792c45e7-1123-4d5b-a7f1-753093397ba5 [pid: 8|app: 0|req: 944/1941] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:19:21 2026] POST /v2.0/routers => generated 727 bytes in 1866 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:19:23.015 7 INFO neutron.services.segments.plugin [-] Segment cf40d277-3c67-42d7-84ac-8fc1a0d2abcb resource provider aggregate not found 2026-04-07 01:19:23.022 7 INFO neutron.services.segments.plugin [-] Segment cf40d277-3c67-42d7-84ac-8fc1a0d2abcb resource provider aggregate not found 2026-04-07 01:19:23.042 7 INFO neutron.services.segments.plugin [-] Segment cf40d277-3c67-42d7-84ac-8fc1a0d2abcb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf40d277-3c67-42d7-84ac-8fc1a0d2abcb found for delete ", "request_id": "req-8903d1b5-f59b-4eca-a93d-8e4e5cbc52f4"}]} 2026-04-07 01:19:23.044 7 INFO neutron.services.segments.plugin [-] Segment cf40d277-3c67-42d7-84ac-8fc1a0d2abcb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf40d277-3c67-42d7-84ac-8fc1a0d2abcb found for delete ", "request_id": "req-37b01694-5f05-4f6c-b394-85e929b0b7fe"}]} [pid: 8|app: 0|req: 945/1942] 10.0.0.248 () {32 vars in 648 bytes} [Tue Apr 7 01:19:22 2026] GET /v2.0/networks => generated 1296 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:19:23.052 7 INFO neutron.db.l3_hamode_db [None req-398d0407-b66b-4953-b18f-917ee3e5dfa0 33f99f08141e4565b72c8bff7322c4bf cc990710500745c9be1471765d9aeb79 - - default default] HA network ad45bbcb-37c1-4442-a250-f49921a72ce4 was deleted as no HA routers are present in tenant cc990710500745c9be1471765d9aeb79. [pid: 7|app: 0|req: 998/1943] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:19:22 2026] DELETE /v2.0/routers/8694ccb4-af89-4e11-82a9-cc0c83a9ed6a => generated 0 bytes in 816 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1944] 10.0.0.248 () {32 vars in 735 bytes} [Tue Apr 7 01:19:23 2026] GET /v2.0/ports?device_id=8694ccb4-af89-4e11-82a9-cc0c83a9ed6a => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:19:23.099 7 INFO neutron.api.v2.resource [None req-22efea9b-29ca-452d-b783-d1c9db271b00 33f99f08141e4565b72c8bff7322c4bf cc990710500745c9be1471765d9aeb79 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1000/1945] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:19:23 2026] DELETE /v2.0/routers/8694ccb4-af89-4e11-82a9-cc0c83a9ed6a => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1946] 10.0.0.248 () {32 vars in 735 bytes} [Tue Apr 7 01:19:23 2026] GET /v2.0/ports?device_id=dcf7d6af-3b21-416a-a651-1b5401abdcb4 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:19:23.143 7 INFO neutron.api.v2.resource [None req-9dc12e05-418f-4c3c-a71d-bea3e924e22c 33f99f08141e4565b72c8bff7322c4bf cc990710500745c9be1471765d9aeb79 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1002/1947] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:19:23 2026] DELETE /v2.0/routers/dcf7d6af-3b21-416a-a651-1b5401abdcb4 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1948] 10.0.0.76 () {34 vars in 1096 bytes} [Tue Apr 7 01:19:23 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-296436442&fields=id&tenant_id=5f3a18f4d04147769c84aa140380d567 => generated 69 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:19:23.182 7 INFO neutron.pecan_wsgi.hooks.translation [None req-980c1224-f670-4973-9f30-8e02c187d46d 33f99f08141e4565b72c8bff7322c4bf cc990710500745c9be1471765d9aeb79 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1004/1949] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:19:23 2026] DELETE /v2.0/subnets/aebaf62d-10b0-4b64-9574-4b6063cfc64b => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/1950] 10.0.0.76 () {34 vars in 980 bytes} [Tue Apr 7 01:19:23 2026] GET /v2.0/networks?id=1e1439a0-0797-49f0-933c-9de1842200e8 => generated 659 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/1951] 10.0.0.248 () {32 vars in 735 bytes} [Tue Apr 7 01:19:23 2026] GET /v2.0/ports?device_id=d3f487bf-d27e-42c1-8992-8e1c1a3cd77c => 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: 1007/1952] 10.0.0.76 () {34 vars in 963 bytes} [Tue Apr 7 01:19:23 2026] GET /v2.0/quotas/5f3a18f4d04147769c84aa140380d567 => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:19:23.266 7 INFO neutron.api.v2.resource [None req-3b507fad-62d0-4d03-bf11-680945102f10 33f99f08141e4565b72c8bff7322c4bf cc990710500745c9be1471765d9aeb79 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1008/1953] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:19:23 2026] DELETE /v2.0/routers/d3f487bf-d27e-42c1-8992-8e1c1a3cd77c => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/1954] 10.0.0.76 () {34 vars in 1000 bytes} [Tue Apr 7 01:19:23 2026] GET /v2.0/ports?tenant_id=5f3a18f4d04147769c84aa140380d567&fields=id => generated 149 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:19:23.371 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a4d9923d-2657-4e89-8bfe-7bdc17cc0fb0 33f99f08141e4565b72c8bff7322c4bf cc990710500745c9be1471765d9aeb79 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1010/1955] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:19:23 2026] DELETE /v2.0/subnets/00be7580-94c0-4fb1-89fe-f73575954a3f => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/1956] 10.0.0.76 () {34 vars in 1006 bytes} [Tue Apr 7 01:19:23 2026] GET /v2.0/networks/1e1439a0-0797-49f0-933c-9de1842200e8?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: 1012/1957] 10.0.0.248 () {32 vars in 735 bytes} [Tue Apr 7 01:19:23 2026] GET /v2.0/ports?device_id=37fea04e-edca-4a7e-ba90-50b94f96cdc7 => 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: 1013/1958] 10.0.0.76 () {34 vars in 1106 bytes} [Tue Apr 7 01:19:23 2026] GET /v2.0/networks/1e1439a0-0797-49f0-933c-9de1842200e8?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) 2026-04-07 01:19:23.485 7 INFO neutron.api.v2.resource [None req-c0502960-bf75-4fdf-82a3-6093298a00ea 33f99f08141e4565b72c8bff7322c4bf cc990710500745c9be1471765d9aeb79 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1014/1959] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:19:23 2026] DELETE /v2.0/routers/37fea04e-edca-4a7e-ba90-50b94f96cdc7 => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:19:23.501 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dd3fa0c3-a5b7-4e1c-9669-37f7217dad69 33f99f08141e4565b72c8bff7322c4bf cc990710500745c9be1471765d9aeb79 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1015/1960] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:19:23 2026] DELETE /v2.0/subnets/20e03b0e-bef1-4460-b686-1f6d443d0ec6 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:19:23.519 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b2ff1c10-85fd-43bd-b53c-095211589ae9 33f99f08141e4565b72c8bff7322c4bf cc990710500745c9be1471765d9aeb79 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1016/1961] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:19:23 2026] DELETE /v2.0/subnets/ede675be-3e42-4259-adf7-2ee1ebf0b0c0 => 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: 1017/1962] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:19:23 2026] GET /v2.0/ports?device_id=50bb18f5-75cd-4c68-aa78-c8d0f3d3b872 => 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: 1018/1963] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:19:23 2026] GET /v2.0/security-groups?tenant_id=cc990710500745c9be1471765d9aeb79&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/1964] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:19:24 2026] DELETE /v2.0/security-groups/0aacf10a-49eb-4a1e-9d55-79d59915c868 => 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: 946/1965] 10.0.0.248 () {34 vars in 782 bytes} [Tue Apr 7 01:19:23 2026] PUT /v2.0/routers/3751dc4e-1abd-49b7-8467-00236e69e442/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: 1020/1966] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:19:24 2026] GET /v2.0/ports?device_id=50bb18f5-75cd-4c68-aa78-c8d0f3d3b872 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:19:25.503 8 INFO neutron.db.segments_db [None req-5abb276b-fc1d-4097-822c-f5af5c746c3a e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Added segment 07a4aeac-de2e-482e-ace4-c42d6f8b4e7f of type vxlan for network 24bca983-64ee-4256-b3b8-cfd5a2734d6c [pid: 8|app: 0|req: 948/1969] 10.0.0.248 () {34 vars in 670 bytes} [Tue Apr 7 01:19:25 2026] POST /v2.0/networks => generated 741 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/1970] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:19:25 2026] POST /v2.0/subnets => generated 688 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1971] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:19:25 2026] GET /v2.0/ports?device_id=50bb18f5-75cd-4c68-aa78-c8d0f3d3b872 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:19:25.845 7 INFO neutron.db.segments_db [None req-75b1f7fa-fa74-466a-b69c-1031ca954ba8 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Added segment 0c9c4845-ff60-4a80-8447-9b5bc74c993e of type vxlan for network d629230c-5aef-4807-871b-3be2bd8da777 2026-04-07 01:19:26.116 7 INFO neutron.db.l3_hamode_db [None req-75b1f7fa-fa74-466a-b69c-1031ca954ba8 e57fca6a4ec34d528d7244c9900fdb1b 5e67cd72e89a471797133ed16cec7093 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 950/1972] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:19:26 2026] GET /v2.0/ports?device_id=50bb18f5-75cd-4c68-aa78-c8d0f3d3b872 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:19:27.368 7 INFO neutron.db.l3_hamode_db [None req-75b1f7fa-fa74-466a-b69c-1031ca954ba8 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 951/1973] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:19:27 2026] GET /v2.0/security-groups?tenant_id=608caa761aee4e4bbfaa86288d7a38c9&name=default => generated 2925 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1974] 199.204.45.49 () {34 vars in 984 bytes} [Tue Apr 7 01:19:28 2026] GET /v2.0/networks?id=1e1439a0-0797-49f0-933c-9de1842200e8 => generated 659 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1975] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:19:28 2026] GET /v2.0/ports?device_id=50bb18f5-75cd-4c68-aa78-c8d0f3d3b872 => 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: 954/1976] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:19:28 2026] DELETE /v2.0/security-groups/525418bb-3827-4a24-9725-61a314aec78b => 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: 955/1977] 199.204.45.49 () {34 vars in 1048 bytes} [Tue Apr 7 01:19:28 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=5f3a18f4d04147769c84aa140380d567 => generated 273 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/1978] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:19:25 2026] POST /v2.0/routers => generated 728 bytes in 2520 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1979] 199.204.45.49 () {38 vars in 953 bytes} [Tue Apr 7 01:19:28 2026] POST /v2.0/ports => generated 958 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, ' [pid: 8|app: 0|req: 957/1980] 199.204.45.49 () {38 vars in 1026 bytes} [Tue Apr 7 01:19:28 2026] PUT /v2.0/ports/e2ccc32d-1297-449a-9fe0-bc410baddc43 => generated 1239 bytes in 496 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-07 01:19:29.254 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f77c9715-509c-4da1-9fc3-54c451176355'] response: {'name': 'network-changed', 'server_uuid': '50bb18f5-75cd-4c68-aa78-c8d0f3d3b872', 'tag': 'e2ccc32d-1297-449a-9fe0-bc410baddc43', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 958/1981] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:19:29 2026] GET /v2.0/ports?device_id=50bb18f5-75cd-4c68-aa78-c8d0f3d3b872 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1982] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:19:29 2026] GET /v2.0/security-groups?id=c0a5ae1a-ba83-4aa4-923a-63957eaada3e&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: 1024/1983] 10.0.0.248 () {34 vars in 782 bytes} [Tue Apr 7 01:19:28 2026] PUT /v2.0/routers/f05cbc60-da5e-4a10-bf0b-cda5e6a23881/add_router_interface => generated 309 bytes in 1204 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1984] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:19:29 2026] GET /v2.0/ports?tenant_id=5f3a18f4d04147769c84aa140380d567&device_id=50bb18f5-75cd-4c68-aa78-c8d0f3d3b872 => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/1985] 199.204.45.49 () {34 vars in 1016 bytes} [Tue Apr 7 01:19:29 2026] GET /v2.0/networks?tenant_id=5f3a18f4d04147769c84aa140380d567&shared=False => generated 755 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1986] 199.204.45.49 () {34 vars in 928 bytes} [Tue Apr 7 01:19:29 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/1987] 10.0.0.248 () {34 vars in 684 bytes} [Tue Apr 7 01:19:30 2026] POST /v2.0/security-groups => generated 1673 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/1988] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:19:30 2026] GET /v2.0/ports?device_id=50bb18f5-75cd-4c68-aa78-c8d0f3d3b872 => generated 973 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1989] 10.0.0.248 () {34 vars in 694 bytes} [Tue Apr 7 01:19:30 2026] POST /v2.0/security-group-rules => generated 597 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/1990] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:19:30 2026] GET /v2.0/security-groups?id=c0a5ae1a-ba83-4aa4-923a-63957eaada3e&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: 963/1991] 10.0.0.248 () {34 vars in 694 bytes} [Tue Apr 7 01:19:30 2026] POST /v2.0/security-group-rules => generated 596 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/1992] 10.0.0.248 () {34 vars in 694 bytes} [Tue Apr 7 01:19:30 2026] POST /v2.0/security-group-rules => generated 602 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1993] 10.0.0.248 () {34 vars in 694 bytes} [Tue Apr 7 01:19:30 2026] POST /v2.0/security-group-rules => generated 601 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:19:30.910 7 INFO neutron.db.securitygroups_db [None req-d72b5eb5-7f38-4056-ae8f-f047dec32017 42c87c89c7804a7d8b99ec667643778c 3a8bdcbb04b14123acbedd56795dd45d - - default default] Project 3a8bdcbb04b14123acbedd56795dd45d 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: 965/1994] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:19:30 2026] GET /v2.0/ports?tenant_id=5f3a18f4d04147769c84aa140380d567&device_id=50bb18f5-75cd-4c68-aa78-c8d0f3d3b872 => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/1995] 10.0.0.248 () {34 vars in 694 bytes} [Tue Apr 7 01:19:30 2026] POST /v2.0/security-group-rules => generated 607 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1996] 199.204.45.49 () {34 vars in 1058 bytes} [Tue Apr 7 01:19:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=e2ccc32d-1297-449a-9fe0-bc410baddc43 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:19:31.054 7 INFO neutron.db.securitygroups_db [None req-512555c1-6437-4a15-b8d5-ffb2644237cf 42c87c89c7804a7d8b99ec667643778c 3a8bdcbb04b14123acbedd56795dd45d - - default default] Project 3a8bdcbb04b14123acbedd56795dd45d 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: 967/1997] 199.204.45.49 () {34 vars in 982 bytes} [Tue Apr 7 01:19:31 2026] GET /v2.0/subnets?id=6c852c7b-bddb-4949-9b77-49b77d143476 => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1998] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:19:31 2026] GET /v2.0/ports?network_id=1e1439a0-0797-49f0-933c-9de1842200e8&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: 1031/1999] 10.0.0.248 () {34 vars in 694 bytes} [Tue Apr 7 01:19:31 2026] POST /v2.0/security-group-rules => generated 606 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/2000] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:19:31 2026] GET /v2.0/networks/1e1439a0-0797-49f0-933c-9de1842200e8?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: 1032/2001] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:19:31 2026] GET /v2.0/networks/1e1439a0-0797-49f0-933c-9de1842200e8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/2002] 10.0.0.87 () {32 vars in 800 bytes} [Tue Apr 7 01:19:31 2026] GET /v2.0/extensions => generated 21537 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/2003] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:19:31 2026] GET /v2.0/ports?device_id=50bb18f5-75cd-4c68-aa78-c8d0f3d3b872 => 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: 972/2004] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:19:31 2026] GET /v2.0/security-groups?id=c0a5ae1a-ba83-4aa4-923a-63957eaada3e&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: 1033/2005] 10.0.0.248 () {34 vars in 684 bytes} [Tue Apr 7 01:19:31 2026] POST /v2.0/security-groups => generated 1660 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/2006] 10.0.0.248 () {34 vars in 694 bytes} [Tue Apr 7 01:19:31 2026] POST /v2.0/security-group-rules => generated 597 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2007] 10.0.0.87 () {30 vars in 722 bytes} [Tue Apr 7 01:19:31 2026] GET /v2.0/quotas/db27bd93a0434045be5260736dbf2144/details => generated 847 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/2008] 10.0.0.248 () {34 vars in 694 bytes} [Tue Apr 7 01:19:31 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: 1035/2009] 10.0.0.248 () {34 vars in 675 bytes} [Tue Apr 7 01:19:31 2026] POST /v2.0/floatingips => generated 552 bytes in 491 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/2010] 10.0.0.76 () {34 vars in 1098 bytes} [Tue Apr 7 01:19:32 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1213327554&fields=id&tenant_id=3a8bdcbb04b14123acbedd56795dd45d => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2011] 10.0.0.76 () {34 vars in 1096 bytes} [Tue Apr 7 01:19:32 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-732174676&fields=id&tenant_id=3a8bdcbb04b14123acbedd56795dd45d => 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: 976/2012] 10.0.0.76 () {34 vars in 980 bytes} [Tue Apr 7 01:19:32 2026] GET /v2.0/networks?id=e83aea28-ef67-442e-b555-479021acfc6c => generated 672 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2013] 10.0.0.76 () {34 vars in 963 bytes} [Tue Apr 7 01:19:32 2026] GET /v2.0/quotas/3a8bdcbb04b14123acbedd56795dd45d => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/2014] 10.0.0.76 () {34 vars in 1000 bytes} [Tue Apr 7 01:19:32 2026] GET /v2.0/ports?tenant_id=3a8bdcbb04b14123acbedd56795dd45d&fields=id => generated 103 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2015] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:19:32 2026] GET /v2.0/ports?device_id=50bb18f5-75cd-4c68-aa78-c8d0f3d3b872 => 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: 1039/2016] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:19:32 2026] GET /v2.0/security-groups?id=c0a5ae1a-ba83-4aa4-923a-63957eaada3e&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: 978/2017] 10.0.0.76 () {34 vars in 1006 bytes} [Tue Apr 7 01:19:32 2026] GET /v2.0/networks/e83aea28-ef67-442e-b555-479021acfc6c?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: 1040/2018] 10.0.0.76 () {34 vars in 1106 bytes} [Tue Apr 7 01:19:32 2026] GET /v2.0/networks/e83aea28-ef67-442e-b555-479021acfc6c?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: 979/2019] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:19:33 2026] GET /v2.0/ports?device_id=9c388a3a-51ae-40f2-9c30-b54d36323165 => 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: 1041/2020] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:19:33 2026] GET /v2.0/ports?device_id=50bb18f5-75cd-4c68-aa78-c8d0f3d3b872 => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/2021] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:19:33 2026] GET /v2.0/security-groups?id=c0a5ae1a-ba83-4aa4-923a-63957eaada3e&fields=id&fields=name => generated 113 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2022] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:19:34 2026] GET /v2.0/ports?device_id=9c388a3a-51ae-40f2-9c30-b54d36323165 => 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: 981/2023] 10.0.0.87 () {32 vars in 800 bytes} [Tue Apr 7 01:19:34 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: 1043/2024] 10.0.0.87 () {30 vars in 722 bytes} [Tue Apr 7 01:19:34 2026] GET /v2.0/quotas/db27bd93a0434045be5260736dbf2144/details => generated 847 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/2025] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:19:35 2026] GET /v2.0/ports?device_id=50bb18f5-75cd-4c68-aa78-c8d0f3d3b872 => generated 975 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2026] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:19:35 2026] GET /v2.0/security-groups?id=c0a5ae1a-ba83-4aa4-923a-63957eaada3e&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: 983/2027] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:19:35 2026] GET /v2.0/ports?device_id=9c388a3a-51ae-40f2-9c30-b54d36323165 => 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: 1045/2028] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:19:36 2026] GET /v2.0/ports?device_id=50bb18f5-75cd-4c68-aa78-c8d0f3d3b872 => 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: 1046/2029] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:19:36 2026] GET /v2.0/ports?device_id=9c388a3a-51ae-40f2-9c30-b54d36323165 => 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: 984/2030] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:19:36 2026] GET /v2.0/security-groups?id=c0a5ae1a-ba83-4aa4-923a-63957eaada3e&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: 7|app: 0|req: 1047/2031] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:19:36 2026] GET /v2.0/ports?device_id=50bb18f5-75cd-4c68-aa78-c8d0f3d3b872 => 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: 985/2032] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:19:36 2026] GET /v2.0/security-groups?id=c0a5ae1a-ba83-4aa4-923a-63957eaada3e&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: 1048/2033] 10.0.0.248 () {32 vars in 735 bytes} [Tue Apr 7 01:19:36 2026] GET /v2.0/ports?device_id=50bb18f5-75cd-4c68-aa78-c8d0f3d3b872 => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:19:36.919 8 INFO neutron.db.l3_db [None req-db8dd709-1756-4cd5-b93a-4cff3716c13d f8211c284215460697ff5a01ae849623 5f3a18f4d04147769c84aa140380d567 - - default default] Floating IP 2d7774f4-9c56-4a94-87b4-725cbd8f35b7 associated. External IP: 10.96.250.218, port: e2ccc32d-1297-449a-9fe0-bc410baddc43. [pid: 8|app: 0|req: 986/2034] 10.0.0.248 () {34 vars in 748 bytes} [Tue Apr 7 01:19:36 2026] PUT /v2.0/floatingips/2d7774f4-9c56-4a94-87b4-725cbd8f35b7 => generated 856 bytes in 714 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2035] 199.204.45.49 () {34 vars in 984 bytes} [Tue Apr 7 01:19:37 2026] GET /v2.0/networks?id=e83aea28-ef67-442e-b555-479021acfc6c => generated 672 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/2036] 10.0.0.248 () {32 vars in 728 bytes} [Tue Apr 7 01:19:37 2026] GET /v2.0/floatingips/2d7774f4-9c56-4a94-87b4-725cbd8f35b7 => generated 856 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:19:37.338 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e545acf8-2aa5-4f79-b895-b1083a405cfc'] response: {'name': 'network-changed', 'server_uuid': '50bb18f5-75cd-4c68-aa78-c8d0f3d3b872', 'tag': 'e2ccc32d-1297-449a-9fe0-bc410baddc43', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1050/2037] 199.204.45.49 () {34 vars in 1048 bytes} [Tue Apr 7 01:19:37 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3a8bdcbb04b14123acbedd56795dd45d => generated 273 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2038] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:19:37 2026] GET /v2.0/ports?device_id=9c388a3a-51ae-40f2-9c30-b54d36323165 => 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: 988/2039] 199.204.45.49 () {38 vars in 953 bytes} [Tue Apr 7 01:19:37 2026] POST /v2.0/ports => generated 993 bytes in 458 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: 989/2040] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:19:37 2026] GET /v2.0/ports?tenant_id=5f3a18f4d04147769c84aa140380d567&device_id=50bb18f5-75cd-4c68-aa78-c8d0f3d3b872 => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/2041] 199.204.45.49 () {34 vars in 984 bytes} [Tue Apr 7 01:19:37 2026] GET /v2.0/networks?id=1e1439a0-0797-49f0-933c-9de1842200e8 => generated 755 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/2042] 199.204.45.49 () {34 vars in 1058 bytes} [Tue Apr 7 01:19:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=e2ccc32d-1297-449a-9fe0-bc410baddc43 => generated 859 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2043] 199.204.45.49 () {34 vars in 982 bytes} [Tue Apr 7 01:19:38 2026] GET /v2.0/subnets?id=6c852c7b-bddb-4949-9b77-49b77d143476 => 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: 993/2044] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:19:38 2026] GET /v2.0/ports?network_id=1e1439a0-0797-49f0-933c-9de1842200e8&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: 7|app: 0|req: 1052/2045] 199.204.45.49 () {38 vars in 1026 bytes} [Tue Apr 7 01:19:37 2026] PUT /v2.0/ports/f07b1ded-3716-4074-873e-50426f7da006 => generated 1274 bytes in 439 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: 994/2046] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:19:38 2026] GET /v2.0/security-groups?tenant_id=db27bd93a0434045be5260736dbf2144&name=default => generated 2925 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:19:38.313 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-50bccde3-97ac-4fc7-aa5b-9be1f3bef8ea'] response: {'name': 'network-changed', 'server_uuid': '9c388a3a-51ae-40f2-9c30-b54d36323165', 'tag': 'f07b1ded-3716-4074-873e-50426f7da006', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1053/2047] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:19:38 2026] GET /v2.0/networks/1e1439a0-0797-49f0-933c-9de1842200e8?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: 1054/2048] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:19:38 2026] GET /v2.0/networks/1e1439a0-0797-49f0-933c-9de1842200e8?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: 8|app: 0|req: 995/2049] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:19:38 2026] DELETE /v2.0/security-groups/210e0d8a-bb2b-41c9-9aba-dda84c0d9ab6 => 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: 1055/2050] 10.0.0.248 () {32 vars in 728 bytes} [Tue Apr 7 01:19:38 2026] GET /v2.0/floatingips/2d7774f4-9c56-4a94-87b4-725cbd8f35b7 => generated 856 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/2051] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:19:38 2026] GET /v2.0/ports?device_id=9c388a3a-51ae-40f2-9c30-b54d36323165 => generated 1008 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2052] 10.0.0.76 () {34 vars in 1118 bytes} [Tue Apr 7 01:19:38 2026] GET /v2.0/security-groups?id=46114e02-acd2-4c3e-a4b6-d6ddc9b7c377&id=1ba39a79-80c9-4140-8bc0-38fb41d913d0&fields=id&fields=name => generated 206 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/2053] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:19:38 2026] GET /v2.0/ports?tenant_id=3a8bdcbb04b14123acbedd56795dd45d&device_id=9c388a3a-51ae-40f2-9c30-b54d36323165 => generated 1277 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2054] 199.204.45.49 () {34 vars in 1016 bytes} [Tue Apr 7 01:19:38 2026] GET /v2.0/networks?tenant_id=3a8bdcbb04b14123acbedd56795dd45d&shared=False => generated 767 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2055] 199.204.45.49 () {34 vars in 928 bytes} [Tue Apr 7 01:19:38 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: 7|app: 0|req: 1058/2056] 10.0.0.248 () {32 vars in 728 bytes} [Tue Apr 7 01:19:39 2026] GET /v2.0/floatingips/2d7774f4-9c56-4a94-87b4-725cbd8f35b7 => generated 858 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/2057] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:19:39 2026] GET /v2.0/ports?device_id=9c388a3a-51ae-40f2-9c30-b54d36323165 => generated 1008 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2058] 10.0.0.76 () {34 vars in 1118 bytes} [Tue Apr 7 01:19:39 2026] GET /v2.0/security-groups?id=46114e02-acd2-4c3e-a4b6-d6ddc9b7c377&id=1ba39a79-80c9-4140-8bc0-38fb41d913d0&fields=id&fields=name => generated 206 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/2059] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:19:39 2026] GET /v2.0/ports?tenant_id=3a8bdcbb04b14123acbedd56795dd45d&device_id=9c388a3a-51ae-40f2-9c30-b54d36323165 => generated 1277 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2060] 199.204.45.49 () {34 vars in 1056 bytes} [Tue Apr 7 01:19:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=f07b1ded-3716-4074-873e-50426f7da006 => 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: 1001/2061] 199.204.45.49 () {34 vars in 982 bytes} [Tue Apr 7 01:19:40 2026] GET /v2.0/subnets?id=a2636861-4ff9-4624-92c2-328e12072872 => generated 690 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2062] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:19:40 2026] GET /v2.0/ports?network_id=e83aea28-ef67-442e-b555-479021acfc6c&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: 8|app: 0|req: 1002/2063] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:19:40 2026] GET /v2.0/networks/e83aea28-ef67-442e-b555-479021acfc6c?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: 1062/2064] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:19:40 2026] GET /v2.0/networks/e83aea28-ef67-442e-b555-479021acfc6c?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: 1064/2067] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:19:40 2026] GET /v2.0/ports?device_id=9c388a3a-51ae-40f2-9c30-b54d36323165 => generated 1008 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2068] 10.0.0.76 () {34 vars in 1118 bytes} [Tue Apr 7 01:19:40 2026] GET /v2.0/security-groups?id=46114e02-acd2-4c3e-a4b6-d6ddc9b7c377&id=1ba39a79-80c9-4140-8bc0-38fb41d913d0&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2069] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:19:41 2026] GET /v2.0/ports?device_id=9c388a3a-51ae-40f2-9c30-b54d36323165 => generated 1008 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2070] 10.0.0.76 () {34 vars in 1118 bytes} [Tue Apr 7 01:19:41 2026] GET /v2.0/security-groups?id=46114e02-acd2-4c3e-a4b6-d6ddc9b7c377&id=1ba39a79-80c9-4140-8bc0-38fb41d913d0&fields=id&fields=name => generated 206 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2071] 10.0.0.248 () {34 vars in 675 bytes} [Tue Apr 7 01:19:42 2026] POST /v2.0/subnetpools => generated 516 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/2072] 10.0.0.248 () {34 vars in 675 bytes} [Tue Apr 7 01:19:42 2026] POST /v2.0/subnetpools => generated 516 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2073] 10.0.0.248 () {34 vars in 675 bytes} [Tue Apr 7 01:19:42 2026] POST /v2.0/subnetpools => generated 516 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2074] 10.0.0.248 () {34 vars in 675 bytes} [Tue Apr 7 01:19:42 2026] POST /v2.0/subnetpools => generated 516 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2075] 10.0.0.248 () {34 vars in 675 bytes} [Tue Apr 7 01:19:42 2026] POST /v2.0/subnetpools => generated 516 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2076] 10.0.0.248 () {34 vars in 758 bytes} [Tue Apr 7 01:19:42 2026] PUT /v2.0/subnetpools/38b2f4c8-2987-4c53-acc6-6b8e5190752f/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: 1069/2077] 10.0.0.248 () {34 vars in 758 bytes} [Tue Apr 7 01:19:42 2026] PUT /v2.0/subnetpools/52936f89-b391-4ca9-a5ee-00b04880bae2/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2078] 10.0.0.248 () {34 vars in 758 bytes} [Tue Apr 7 01:19:42 2026] PUT /v2.0/subnetpools/38ebef4b-6614-4fc0-9032-80191b9c9bae/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: 1070/2079] 10.0.0.248 () {34 vars in 758 bytes} [Tue Apr 7 01:19:42 2026] PUT /v2.0/subnetpools/a297e4b7-04cb-489a-9c83-3729d2c0c695/tags => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2080] 10.0.0.248 () {32 vars in 671 bytes} [Tue Apr 7 01:19:42 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: 7|app: 0|req: 1071/2081] 10.0.0.248 () {32 vars in 685 bytes} [Tue Apr 7 01:19:42 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2082] 10.0.0.248 () {32 vars in 681 bytes} [Tue Apr 7 01:19:42 2026] GET /v2.0/subnetpools?tags-any=blue => 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: 1072/2083] 10.0.0.248 () {32 vars in 693 bytes} [Tue Apr 7 01:19:43 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2084] 10.0.0.248 () {32 vars in 679 bytes} [Tue Apr 7 01:19:43 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2085] 10.0.0.248 () {32 vars in 693 bytes} [Tue Apr 7 01:19:43 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: 1074/2086] 10.0.0.248 () {32 vars in 689 bytes} [Tue Apr 7 01:19:43 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2087] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:19:43 2026] GET /v2.0/ports?device_id=9c388a3a-51ae-40f2-9c30-b54d36323165 => generated 1008 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2088] 10.0.0.248 () {32 vars in 701 bytes} [Tue Apr 7 01:19:43 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2089] 10.0.0.76 () {34 vars in 1118 bytes} [Tue Apr 7 01:19:43 2026] GET /v2.0/security-groups?id=46114e02-acd2-4c3e-a4b6-d6ddc9b7c377&id=1ba39a79-80c9-4140-8bc0-38fb41d913d0&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2090] 10.0.0.248 () {32 vars in 731 bytes} [Tue Apr 7 01:19:43 2026] DELETE /v2.0/subnetpools/38b2f4c8-2987-4c53-acc6-6b8e5190752f => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2091] 10.0.0.248 () {32 vars in 731 bytes} [Tue Apr 7 01:19:43 2026] DELETE /v2.0/subnetpools/52936f89-b391-4ca9-a5ee-00b04880bae2 => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2092] 10.0.0.248 () {32 vars in 731 bytes} [Tue Apr 7 01:19:43 2026] DELETE /v2.0/subnetpools/38ebef4b-6614-4fc0-9032-80191b9c9bae => 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: 1016/2093] 10.0.0.248 () {32 vars in 731 bytes} [Tue Apr 7 01:19:43 2026] DELETE /v2.0/subnetpools/a297e4b7-04cb-489a-9c83-3729d2c0c695 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2094] 199.204.45.49 () {34 vars in 992 bytes} [Tue Apr 7 01:19:43 2026] GET /v2.0/ports?device_id=9c388a3a-51ae-40f2-9c30-b54d36323165 => generated 1277 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2095] 10.0.0.248 () {32 vars in 731 bytes} [Tue Apr 7 01:19:43 2026] DELETE /v2.0/subnetpools/96ba8c7a-d22b-42e8-ad7a-e63ed00c2d42 => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2096] 199.204.45.49 () {34 vars in 1122 bytes} [Tue Apr 7 01:19:43 2026] GET /v2.0/security-groups?id=1ba39a79-80c9-4140-8bc0-38fb41d913d0&id=46114e02-acd2-4c3e-a4b6-d6ddc9b7c377&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2097] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:19:44 2026] GET /v2.0/ports?device_id=9c388a3a-51ae-40f2-9c30-b54d36323165 => generated 1010 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2098] 10.0.0.76 () {34 vars in 1118 bytes} [Tue Apr 7 01:19:44 2026] GET /v2.0/security-groups?id=46114e02-acd2-4c3e-a4b6-d6ddc9b7c377&id=1ba39a79-80c9-4140-8bc0-38fb41d913d0&fields=id&fields=name => generated 206 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2099] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:19:44 2026] GET /v2.0/security-groups?tenant_id=66901df9bfb1448a96ab1d056c0c335f&name=default => generated 2925 bytes in 331 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2100] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:19:44 2026] DELETE /v2.0/security-groups/323fe6cb-1aec-4b28-b7bf-5d0dc059ef5f => 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: 1081/2101] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:19:44 2026] GET /v2.0/security-groups?tenant_id=bad505ab5f1d4a20b246800e8b07d77c&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2102] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:19:44 2026] DELETE /v2.0/security-groups/1cbce0a7-869c-4e9f-b35a-835513736e86 => 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: 1082/2103] 10.0.0.97 () {34 vars in 988 bytes} [Tue Apr 7 01:19:45 2026] GET /v2.0/ports?device_id=50bb18f5-75cd-4c68-aa78-c8d0f3d3b872 => 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: 1022/2104] 10.0.0.97 () {34 vars in 1038 bytes} [Tue Apr 7 01:19:45 2026] GET /v2.0/security-groups?id=c0a5ae1a-ba83-4aa4-923a-63957eaada3e&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: 1083/2105] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:19:45 2026] GET /v2.0/security-groups?tenant_id=af0b7ac7c6ea4cd096b04553ef73eb32&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2106] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:19:45 2026] GET /v2.0/ports?device_id=9c388a3a-51ae-40f2-9c30-b54d36323165 => generated 1010 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2107] 10.0.0.76 () {34 vars in 1118 bytes} [Tue Apr 7 01:19:45 2026] GET /v2.0/security-groups?id=46114e02-acd2-4c3e-a4b6-d6ddc9b7c377&id=1ba39a79-80c9-4140-8bc0-38fb41d913d0&fields=id&fields=name => generated 206 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2108] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:19:45 2026] DELETE /v2.0/security-groups/2b9817d5-e0a2-4c68-a48c-30b914326f25 => 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: 1086/2109] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:19:45 2026] GET /v2.0/ports?device_id=9c388a3a-51ae-40f2-9c30-b54d36323165 => generated 1010 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:19:45.952 8 INFO neutron.db.l3_db [None req-1dd54847-65a0-48da-93be-5bae433546d4 42c87c89c7804a7d8b99ec667643778c 3a8bdcbb04b14123acbedd56795dd45d - - default default] Floating IP d5f87f65-dc0f-45a6-9e7e-0fe11bfb5a3a associated. External IP: 10.96.250.208, port: f07b1ded-3716-4074-873e-50426f7da006. [pid: 8|app: 0|req: 1024/2110] 10.0.0.248 () {34 vars in 748 bytes} [Tue Apr 7 01:19:45 2026] PUT /v2.0/floatingips/d5f87f65-dc0f-45a6-9e7e-0fe11bfb5a3a => generated 855 bytes in 663 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:19:46.312 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-00c9ff72-1d8d-489d-a456-9d3f978e7e98'] response: {'name': 'network-changed', 'server_uuid': '9c388a3a-51ae-40f2-9c30-b54d36323165', 'tag': 'f07b1ded-3716-4074-873e-50426f7da006', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1087/2111] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:19:46 2026] GET /v2.0/ports?tenant_id=3a8bdcbb04b14123acbedd56795dd45d&device_id=9c388a3a-51ae-40f2-9c30-b54d36323165 => generated 1279 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2112] 199.204.45.49 () {34 vars in 984 bytes} [Tue Apr 7 01:19:46 2026] GET /v2.0/networks?id=e83aea28-ef67-442e-b555-479021acfc6c => generated 767 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2113] 199.204.45.49 () {34 vars in 1056 bytes} [Tue Apr 7 01:19:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=f07b1ded-3716-4074-873e-50426f7da006 => generated 858 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2114] 199.204.45.49 () {34 vars in 982 bytes} [Tue Apr 7 01:19:47 2026] GET /v2.0/subnets?id=a2636861-4ff9-4624-92c2-328e12072872 => generated 690 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2115] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:19:47 2026] GET /v2.0/ports?network_id=e83aea28-ef67-442e-b555-479021acfc6c&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2116] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:19:47 2026] GET /v2.0/networks/e83aea28-ef67-442e-b555-479021acfc6c?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2117] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:19:47 2026] GET /v2.0/networks/e83aea28-ef67-442e-b555-479021acfc6c?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) 2026-04-07 01:19:49.927 8 INFO neutron.db.segments_db [None req-4afe5faf-8ca0-458a-8db4-3162f1fa5c01 b3442f07847741c88d671d4ee27cd94d 913155fa06214d929b5e0382758cc434 - - default default] Added segment fc5ca371-51d3-4ca5-8eb6-0113be7d04eb of type vxlan for network 4b6c2f78-c626-4122-90af-d326ec5ab8d6 [pid: 8|app: 0|req: 1028/2118] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:19:49 2026] POST /v2.0/networks => generated 632 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2119] 10.0.0.248 () {34 vars in 663 bytes} [Tue Apr 7 01:19:50 2026] POST /v2.0/ports => generated 743 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2120] 10.0.0.248 () {34 vars in 665 bytes} [Tue Apr 7 01:19:50 2026] POST /v2.0/trunks => generated 407 bytes in 670 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-07 01:19:51.017 7 INFO neutron.db.segments_db [None req-5044d1d0-f68c-49f7-882f-1d4304cb6e0f b3442f07847741c88d671d4ee27cd94d 913155fa06214d929b5e0382758cc434 - - default default] Added segment b41d9b35-861a-4472-9844-53d6d9c3690e of type vxlan for network 63e245b2-a8e7-4e2a-9959-6dcdbb7ca419 [pid: 7|app: 0|req: 1092/2121] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:19:50 2026] POST /v2.0/networks => generated 631 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2122] 10.0.0.248 () {34 vars in 663 bytes} [Tue Apr 7 01:19:51 2026] POST /v2.0/ports => generated 743 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2123] 10.0.0.248 () {34 vars in 665 bytes} [Tue Apr 7 01:19:51 2026] POST /v2.0/trunks => generated 407 bytes in 205 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-07 01:19:51.667 8 INFO neutron.db.segments_db [None req-294dc370-eae0-4769-8834-446b4544e6fa b3442f07847741c88d671d4ee27cd94d 913155fa06214d929b5e0382758cc434 - - default default] Added segment 61a8a5ed-caea-444b-a766-25da283b197a of type vxlan for network 10bdabb2-0c9c-4364-8bee-405a6e2a818d [pid: 8|app: 0|req: 1031/2124] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:19:51 2026] POST /v2.0/networks => generated 632 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2125] 10.0.0.248 () {34 vars in 663 bytes} [Tue Apr 7 01:19:51 2026] POST /v2.0/ports => generated 743 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2126] 10.0.0.248 () {34 vars in 665 bytes} [Tue Apr 7 01:19:52 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, ' 2026-04-07 01:19:52.268 7 INFO neutron.db.segments_db [None req-45e1c508-ed6c-4faa-8996-52f060b309fb b3442f07847741c88d671d4ee27cd94d 913155fa06214d929b5e0382758cc434 - - default default] Added segment a5243a86-49b2-45e2-a51d-0d9c04e3edb2 of type vxlan for network 83877bc1-98b4-4e77-881e-63b1d34b193c [pid: 7|app: 0|req: 1095/2127] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:19:52 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) [pid: 8|app: 0|req: 1033/2128] 10.0.0.248 () {34 vars in 663 bytes} [Tue Apr 7 01:19:52 2026] POST /v2.0/ports => generated 743 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2129] 10.0.0.248 () {34 vars in 665 bytes} [Tue Apr 7 01:19:52 2026] POST /v2.0/trunks => generated 407 bytes in 157 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-07 01:19:52.859 8 INFO neutron.db.segments_db [None req-735a3439-3df8-45ed-a70c-c4756d10166b b3442f07847741c88d671d4ee27cd94d 913155fa06214d929b5e0382758cc434 - - default default] Added segment b92011de-7994-4869-9cbf-b69ab9fd0ac2 of type vxlan for network 5fd17a09-efe6-4264-a88c-8a173a597421 [pid: 8|app: 0|req: 1034/2130] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:19:52 2026] POST /v2.0/networks => generated 632 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2131] 10.0.0.248 () {34 vars in 663 bytes} [Tue Apr 7 01:19:52 2026] POST /v2.0/ports => generated 743 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2132] 10.0.0.248 () {34 vars in 665 bytes} [Tue Apr 7 01:19:53 2026] POST /v2.0/trunks => generated 407 bytes in 138 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: 1098/2133] 10.0.0.248 () {34 vars in 748 bytes} [Tue Apr 7 01:19:53 2026] PUT /v2.0/trunks/b30de9ec-4955-44e7-9c98-cc7cad3266a7/tags => generated 17 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2134] 10.0.0.248 () {34 vars in 748 bytes} [Tue Apr 7 01:19:53 2026] PUT /v2.0/trunks/2769314d-bb07-40a4-9ed6-e92ad56b0449/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2135] 10.0.0.248 () {34 vars in 748 bytes} [Tue Apr 7 01:19:53 2026] PUT /v2.0/trunks/dc3fa566-0440-489a-bf33-0c3a3217568f/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2136] 10.0.0.248 () {34 vars in 748 bytes} [Tue Apr 7 01:19:53 2026] PUT /v2.0/trunks/47996488-acef-446c-86f3-8cfbbed9070c/tags => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2137] 10.0.0.248 () {32 vars in 661 bytes} [Tue Apr 7 01:19:53 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2138] 10.0.0.248 () {32 vars in 675 bytes} [Tue Apr 7 01:19:53 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2139] 10.0.0.248 () {32 vars in 671 bytes} [Tue Apr 7 01:19:53 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2140] 10.0.0.248 () {32 vars in 683 bytes} [Tue Apr 7 01:19:53 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2141] 10.0.0.248 () {32 vars in 669 bytes} [Tue Apr 7 01:19:53 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2142] 10.0.0.248 () {32 vars in 683 bytes} [Tue Apr 7 01:19:53 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2143] 10.0.0.248 () {32 vars in 679 bytes} [Tue Apr 7 01:19:53 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2144] 10.0.0.248 () {32 vars in 691 bytes} [Tue Apr 7 01:19:53 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2145] 10.0.0.248 () {32 vars in 718 bytes} [Tue Apr 7 01:19:53 2026] GET /v2.0/trunks/b30de9ec-4955-44e7-9c98-cc7cad3266a7 => generated 412 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2146] 10.0.0.248 () {32 vars in 716 bytes} [Tue Apr 7 01:19:53 2026] GET /v2.0/ports/9f32f2a1-edc8-4b0f-b7f5-e984a061964d => generated 826 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2147] 10.0.0.248 () {32 vars in 721 bytes} [Tue Apr 7 01:19:53 2026] DELETE /v2.0/trunks/b30de9ec-4955-44e7-9c98-cc7cad3266a7 => 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: 1043/2148] 10.0.0.248 () {32 vars in 718 bytes} [Tue Apr 7 01:19:53 2026] GET /v2.0/trunks/2769314d-bb07-40a4-9ed6-e92ad56b0449 => generated 420 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2149] 10.0.0.248 () {32 vars in 716 bytes} [Tue Apr 7 01:19:53 2026] GET /v2.0/ports/d1d980fb-5b04-424e-ad96-2d974885aac4 => generated 826 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2150] 10.0.0.248 () {32 vars in 721 bytes} [Tue Apr 7 01:19:54 2026] DELETE /v2.0/trunks/2769314d-bb07-40a4-9ed6-e92ad56b0449 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2151] 10.0.0.248 () {32 vars in 718 bytes} [Tue Apr 7 01:19:54 2026] GET /v2.0/trunks/dc3fa566-0440-489a-bf33-0c3a3217568f => generated 429 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2152] 10.0.0.248 () {32 vars in 716 bytes} [Tue Apr 7 01:19:54 2026] GET /v2.0/ports/65ddb007-70b3-48fb-acbf-181b639f63d6 => generated 826 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2153] 10.0.0.248 () {32 vars in 721 bytes} [Tue Apr 7 01:19:54 2026] DELETE /v2.0/trunks/dc3fa566-0440-489a-bf33-0c3a3217568f => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2154] 10.0.0.248 () {32 vars in 718 bytes} [Tue Apr 7 01:19:54 2026] GET /v2.0/trunks/47996488-acef-446c-86f3-8cfbbed9070c => generated 414 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2155] 10.0.0.248 () {32 vars in 716 bytes} [Tue Apr 7 01:19:54 2026] GET /v2.0/ports/d21fa662-7328-4950-aa72-4c89523f02a5 => 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: 1047/2156] 10.0.0.248 () {32 vars in 721 bytes} [Tue Apr 7 01:19:54 2026] DELETE /v2.0/trunks/47996488-acef-446c-86f3-8cfbbed9070c => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2157] 10.0.0.248 () {32 vars in 718 bytes} [Tue Apr 7 01:19:54 2026] GET /v2.0/trunks/ba099ae4-0ba1-4a44-99b9-f87dc6b89037 => generated 407 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2158] 10.0.0.248 () {32 vars in 716 bytes} [Tue Apr 7 01:19:54 2026] GET /v2.0/ports/6580b1f8-9297-456e-a357-511376696c7f => generated 826 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2159] 10.0.0.248 () {32 vars in 721 bytes} [Tue Apr 7 01:19:54 2026] DELETE /v2.0/trunks/ba099ae4-0ba1-4a44-99b9-f87dc6b89037 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:19:54.727 8 INFO neutron_taas.services.taas.taas_plugin [None req-e61ec7fb-dc81-4c69-811b-50d33f117dc6 b3442f07847741c88d671d4ee27cd94d 913155fa06214d929b5e0382758cc434 - - default default] TaaS: Handle Delete Port: 9f32f2a1-edc8-4b0f-b7f5-e984a061964d 2026-04-07 01:19:54.731 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e61ec7fb-dc81-4c69-811b-50d33f117dc6 b3442f07847741c88d671d4ee27cd94d 913155fa06214d929b5e0382758cc434 - - default default] Tap Mirror: Handle Delete Port: 9f32f2a1-edc8-4b0f-b7f5-e984a061964d [pid: 8|app: 0|req: 1049/2160] 10.0.0.248 () {32 vars in 719 bytes} [Tue Apr 7 01:19:54 2026] DELETE /v2.0/ports/9f32f2a1-edc8-4b0f-b7f5-e984a061964d => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:19:54.905 7 INFO neutron_taas.services.taas.taas_plugin [None req-3bf105e0-7953-4ee6-aacf-c12446e0eadd b3442f07847741c88d671d4ee27cd94d 913155fa06214d929b5e0382758cc434 - - default default] TaaS: Handle Delete Port: d1d980fb-5b04-424e-ad96-2d974885aac4 2026-04-07 01:19:54.908 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3bf105e0-7953-4ee6-aacf-c12446e0eadd b3442f07847741c88d671d4ee27cd94d 913155fa06214d929b5e0382758cc434 - - default default] Tap Mirror: Handle Delete Port: d1d980fb-5b04-424e-ad96-2d974885aac4 [pid: 7|app: 0|req: 1112/2161] 10.0.0.248 () {32 vars in 719 bytes} [Tue Apr 7 01:19:54 2026] DELETE /v2.0/ports/d1d980fb-5b04-424e-ad96-2d974885aac4 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:19:55.082 8 INFO neutron_taas.services.taas.taas_plugin [None req-b55f3d1a-14dd-445b-bbec-18c8275944e5 b3442f07847741c88d671d4ee27cd94d 913155fa06214d929b5e0382758cc434 - - default default] TaaS: Handle Delete Port: 65ddb007-70b3-48fb-acbf-181b639f63d6 2026-04-07 01:19:55.085 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b55f3d1a-14dd-445b-bbec-18c8275944e5 b3442f07847741c88d671d4ee27cd94d 913155fa06214d929b5e0382758cc434 - - default default] Tap Mirror: Handle Delete Port: 65ddb007-70b3-48fb-acbf-181b639f63d6 [pid: 8|app: 0|req: 1050/2162] 10.0.0.248 () {32 vars in 719 bytes} [Tue Apr 7 01:19:54 2026] DELETE /v2.0/ports/65ddb007-70b3-48fb-acbf-181b639f63d6 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:19:55.250 7 INFO neutron_taas.services.taas.taas_plugin [None req-e546cf9c-43ca-4001-a76d-c87543c2d0b1 b3442f07847741c88d671d4ee27cd94d 913155fa06214d929b5e0382758cc434 - - default default] TaaS: Handle Delete Port: d21fa662-7328-4950-aa72-4c89523f02a5 2026-04-07 01:19:55.254 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e546cf9c-43ca-4001-a76d-c87543c2d0b1 b3442f07847741c88d671d4ee27cd94d 913155fa06214d929b5e0382758cc434 - - default default] Tap Mirror: Handle Delete Port: d21fa662-7328-4950-aa72-4c89523f02a5 [pid: 7|app: 0|req: 1113/2165] 10.0.0.248 () {32 vars in 719 bytes} [Tue Apr 7 01:19:55 2026] DELETE /v2.0/ports/d21fa662-7328-4950-aa72-4c89523f02a5 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:19:55.426 8 INFO neutron_taas.services.taas.taas_plugin [None req-8f2b9989-b7eb-4965-955e-62729cf79e9e b3442f07847741c88d671d4ee27cd94d 913155fa06214d929b5e0382758cc434 - - default default] TaaS: Handle Delete Port: 6580b1f8-9297-456e-a357-511376696c7f 2026-04-07 01:19:55.428 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8f2b9989-b7eb-4965-955e-62729cf79e9e b3442f07847741c88d671d4ee27cd94d 913155fa06214d929b5e0382758cc434 - - default default] Tap Mirror: Handle Delete Port: 6580b1f8-9297-456e-a357-511376696c7f [pid: 8|app: 0|req: 1053/2166] 10.0.0.248 () {32 vars in 719 bytes} [Tue Apr 7 01:19:55 2026] DELETE /v2.0/ports/6580b1f8-9297-456e-a357-511376696c7f => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2167] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:19:55 2026] GET /v2.0/ports?device_id=50bb18f5-75cd-4c68-aa78-c8d0f3d3b872 => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:19:55.610 7 INFO neutron.services.segments.plugin [-] Segment fc5ca371-51d3-4ca5-8eb6-0113be7d04eb resource provider aggregate not found 2026-04-07 01:19:55.614 7 INFO neutron.services.segments.plugin [-] Segment fc5ca371-51d3-4ca5-8eb6-0113be7d04eb resource provider aggregate not found 2026-04-07 01:19:55.629 7 INFO neutron.services.segments.plugin [-] Segment fc5ca371-51d3-4ca5-8eb6-0113be7d04eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc5ca371-51d3-4ca5-8eb6-0113be7d04eb found for delete ", "request_id": "req-1074d335-d251-455c-8d31-1ae4da813674"}]} [pid: 7|app: 0|req: 1114/2168] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:19:55 2026] DELETE /v2.0/networks/4b6c2f78-c626-4122-90af-d326ec5ab8d6 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:19:55.637 7 INFO neutron.services.segments.plugin [-] Segment fc5ca371-51d3-4ca5-8eb6-0113be7d04eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc5ca371-51d3-4ca5-8eb6-0113be7d04eb found for delete ", "request_id": "req-c8671a73-53af-4003-8401-6f2111d20c33"}]} [pid: 8|app: 0|req: 1055/2169] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:19:55 2026] GET /v2.0/security-groups?id=c0a5ae1a-ba83-4aa4-923a-63957eaada3e&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: 1115/2170] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:19:55 2026] DELETE /v2.0/networks/63e245b2-a8e7-4e2a-9959-6dcdbb7ca419 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:19:55.877 8 INFO neutron.services.segments.plugin [-] Segment 61a8a5ed-caea-444b-a766-25da283b197a resource provider aggregate not found 2026-04-07 01:19:55.883 8 INFO neutron.services.segments.plugin [-] Segment 61a8a5ed-caea-444b-a766-25da283b197a resource provider aggregate not found 2026-04-07 01:19:55.896 8 INFO neutron.services.segments.plugin [-] Segment 61a8a5ed-caea-444b-a766-25da283b197a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61a8a5ed-caea-444b-a766-25da283b197a found for delete ", "request_id": "req-dd9144d9-42f4-4840-970e-78d3ff361372"}]} 2026-04-07 01:19:55.904 8 INFO neutron.services.segments.plugin [-] Segment 61a8a5ed-caea-444b-a766-25da283b197a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61a8a5ed-caea-444b-a766-25da283b197a found for delete ", "request_id": "req-f449c53a-682b-4e6e-8496-2daa86e5691d"}]} [pid: 8|app: 0|req: 1056/2171] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:19:55 2026] DELETE /v2.0/networks/10bdabb2-0c9c-4364-8bee-405a6e2a818d => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2172] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:19:55 2026] GET /v2.0/ports?device_id=9c388a3a-51ae-40f2-9c30-b54d36323165 => generated 1010 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2173] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:19:55 2026] DELETE /v2.0/networks/83877bc1-98b4-4e77-881e-63b1d34b193c => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2174] 10.0.0.76 () {34 vars in 1118 bytes} [Tue Apr 7 01:19:56 2026] GET /v2.0/security-groups?id=46114e02-acd2-4c3e-a4b6-d6ddc9b7c377&id=1ba39a79-80c9-4140-8bc0-38fb41d913d0&fields=id&fields=name => generated 206 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2175] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:19:56 2026] DELETE /v2.0/networks/5fd17a09-efe6-4264-a88c-8a173a597421 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2176] 10.0.0.248 () {32 vars in 735 bytes} [Tue Apr 7 01:19:56 2026] GET /v2.0/ports?device_id=9c388a3a-51ae-40f2-9c30-b54d36323165 => generated 1279 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2177] 10.0.0.248 () {32 vars in 857 bytes} [Tue Apr 7 01:19:56 2026] GET /v2.0/floatingips?floating_network_id=c3d6dd37-b7a6-49b1-a9e7-2daa27a8eef2&port_id=f07b1ded-3716-4074-873e-50426f7da006 => generated 860 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2178] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:19:56 2026] GET /v2.0/ports?device_id=50bb18f5-75cd-4c68-aa78-c8d0f3d3b872 => generated 975 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2179] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:19:56 2026] GET /v2.0/security-groups?id=c0a5ae1a-ba83-4aa4-923a-63957eaada3e&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: 1120/2180] 10.0.0.97 () {34 vars in 988 bytes} [Tue Apr 7 01:19:56 2026] GET /v2.0/ports?device_id=9c388a3a-51ae-40f2-9c30-b54d36323165 => generated 1279 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2181] 10.0.0.97 () {34 vars in 1118 bytes} [Tue Apr 7 01:19:57 2026] GET /v2.0/security-groups?id=1ba39a79-80c9-4140-8bc0-38fb41d913d0&id=46114e02-acd2-4c3e-a4b6-d6ddc9b7c377&fields=id&fields=name => generated 206 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2182] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:19:56 2026] GET /v2.0/security-groups?tenant_id=a82cef4503cc4468bc453f1fc666efa4&name=default => generated 2925 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2183] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:19:57 2026] DELETE /v2.0/security-groups/16204afc-5b00-4ea9-ae3f-a1e7feb591b5 => 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: 1062/2184] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:19:57 2026] GET /v2.0/security-groups?tenant_id=39094c4026af43af8a42b55d09e17e0b&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2185] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:19:57 2026] DELETE /v2.0/security-groups/71419b08-e780-4473-8c89-3c8d048e1fe3 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:19:57.650 7 INFO neutron.services.segments.plugin [-] Segment b41d9b35-861a-4472-9844-53d6d9c3690e resource provider aggregate not found 2026-04-07 01:19:57.662 7 INFO neutron.services.segments.plugin [-] Segment b41d9b35-861a-4472-9844-53d6d9c3690e resource provider aggregate not found 2026-04-07 01:19:57.668 7 INFO neutron.services.segments.plugin [-] Segment b41d9b35-861a-4472-9844-53d6d9c3690e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b41d9b35-861a-4472-9844-53d6d9c3690e found for delete ", "request_id": "req-4462e5b5-d9fb-4d5f-8293-ef6ca154e7e8"}]} [pid: 8|app: 0|req: 1063/2186] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:19:57 2026] GET /v2.0/security-groups?tenant_id=913155fa06214d929b5e0382758cc434&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:19:57.683 7 INFO neutron.services.segments.plugin [-] Segment b41d9b35-861a-4472-9844-53d6d9c3690e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b41d9b35-861a-4472-9844-53d6d9c3690e found for delete ", "request_id": "req-2b072f0a-66f4-4402-91fe-1e18b6b9fd14"}]} 2026-04-07 01:19:57.697 7 INFO neutron.services.segments.plugin [-] Segment a5243a86-49b2-45e2-a51d-0d9c04e3edb2 resource provider aggregate not found 2026-04-07 01:19:57.705 7 INFO neutron.services.segments.plugin [-] Segment a5243a86-49b2-45e2-a51d-0d9c04e3edb2 resource provider aggregate not found 2026-04-07 01:19:57.720 7 INFO neutron.services.segments.plugin [-] Segment a5243a86-49b2-45e2-a51d-0d9c04e3edb2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a5243a86-49b2-45e2-a51d-0d9c04e3edb2 found for delete ", "request_id": "req-da68b87e-8615-4baf-a84b-a10b2e315c47"}]} 2026-04-07 01:19:57.732 7 INFO neutron.services.segments.plugin [-] Segment a5243a86-49b2-45e2-a51d-0d9c04e3edb2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a5243a86-49b2-45e2-a51d-0d9c04e3edb2 found for delete ", "request_id": "req-24b57b35-ab37-47f5-b6c2-ba8835a1657e"}]} 2026-04-07 01:19:57.749 7 INFO neutron.services.segments.plugin [-] Segment b92011de-7994-4869-9cbf-b69ab9fd0ac2 resource provider aggregate not found 2026-04-07 01:19:57.755 7 INFO neutron.services.segments.plugin [-] Segment b92011de-7994-4869-9cbf-b69ab9fd0ac2 resource provider aggregate not found 2026-04-07 01:19:57.772 7 INFO neutron.services.segments.plugin [-] Segment b92011de-7994-4869-9cbf-b69ab9fd0ac2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b92011de-7994-4869-9cbf-b69ab9fd0ac2 found for delete ", "request_id": "req-ab7d2692-63a1-46bf-b49b-e52a6d81e770"}]} 2026-04-07 01:19:57.775 7 INFO neutron.services.segments.plugin [-] Segment b92011de-7994-4869-9cbf-b69ab9fd0ac2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b92011de-7994-4869-9cbf-b69ab9fd0ac2 found for delete ", "request_id": "req-236a9e88-161a-42b7-811b-7de35467d665"}]} [pid: 7|app: 0|req: 1124/2187] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:19:57 2026] DELETE /v2.0/security-groups/6f48b79e-df32-4001-8437-176da687edc8 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2188] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:19:57 2026] GET /v2.0/ports?device_id=50bb18f5-75cd-4c68-aa78-c8d0f3d3b872 => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2189] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:19:57 2026] GET /v2.0/security-groups?id=c0a5ae1a-ba83-4aa4-923a-63957eaada3e&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: 7|app: 0|req: 1125/2190] 199.204.45.49 () {34 vars in 992 bytes} [Tue Apr 7 01:19:57 2026] GET /v2.0/ports?device_id=50bb18f5-75cd-4c68-aa78-c8d0f3d3b872 => generated 975 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:19:58.145 8 INFO neutron_taas.services.taas.taas_plugin [req-42906f4c-2d47-4a6b-9b1d-8adef8e310cc req-6d2ff606-42fe-4930-b42b-7501acc9eded f8211c284215460697ff5a01ae849623 5f3a18f4d04147769c84aa140380d567 - - default default] TaaS: Handle Delete Port: e2ccc32d-1297-449a-9fe0-bc410baddc43 2026-04-07 01:19:58.148 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-42906f4c-2d47-4a6b-9b1d-8adef8e310cc req-6d2ff606-42fe-4930-b42b-7501acc9eded f8211c284215460697ff5a01ae849623 5f3a18f4d04147769c84aa140380d567 - - default default] Tap Mirror: Handle Delete Port: e2ccc32d-1297-449a-9fe0-bc410baddc43 2026-04-07 01:19:58.257 8 INFO neutron.db.l3_db [req-42906f4c-2d47-4a6b-9b1d-8adef8e310cc req-6d2ff606-42fe-4930-b42b-7501acc9eded f8211c284215460697ff5a01ae849623 5f3a18f4d04147769c84aa140380d567 - - default default] Floating IP 2d7774f4-9c56-4a94-87b4-725cbd8f35b7 disassociated. External IP: 10.96.250.218, port: e2ccc32d-1297-449a-9fe0-bc410baddc43. [pid: 8|app: 0|req: 1066/2191] 199.204.45.49 () {36 vars in 995 bytes} [Tue Apr 7 01:19:58 2026] DELETE /v2.0/ports/e2ccc32d-1297-449a-9fe0-bc410baddc43 => generated 0 bytes in 568 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:19:58.638 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ad632048-0e28-4d5a-bdbf-e8b919a7df32'] response: {'server_uuid': '50bb18f5-75cd-4c68-aa78-c8d0f3d3b872', 'name': 'network-vif-deleted', 'tag': 'e2ccc32d-1297-449a-9fe0-bc410baddc43', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1126/2192] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:19:59 2026] GET /v2.0/ports?device_id=50bb18f5-75cd-4c68-aa78-c8d0f3d3b872 => 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: 1067/2193] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:19:59 2026] GET /v2.0/ports?device_id=9c388a3a-51ae-40f2-9c30-b54d36323165 => generated 1010 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2194] 10.0.0.76 () {34 vars in 1118 bytes} [Tue Apr 7 01:19:59 2026] GET /v2.0/security-groups?id=46114e02-acd2-4c3e-a4b6-d6ddc9b7c377&id=1ba39a79-80c9-4140-8bc0-38fb41d913d0&fields=id&fields=name => generated 206 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2195] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:20:00 2026] GET /v2.0/ports?device_id=50bb18f5-75cd-4c68-aa78-c8d0f3d3b872 => 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: 1069/2196] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:20:00 2026] GET /v2.0/ports?device_id=9c388a3a-51ae-40f2-9c30-b54d36323165 => generated 1010 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2197] 10.0.0.76 () {34 vars in 1118 bytes} [Tue Apr 7 01:20:01 2026] GET /v2.0/security-groups?id=46114e02-acd2-4c3e-a4b6-d6ddc9b7c377&id=1ba39a79-80c9-4140-8bc0-38fb41d913d0&fields=id&fields=name => generated 206 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2198] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:20:01 2026] GET /v2.0/ports?device_id=50bb18f5-75cd-4c68-aa78-c8d0f3d3b872 => 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: 1128/2199] 10.0.0.248 () {34 vars in 675 bytes} [Tue Apr 7 01:20:00 2026] POST /v2.0/floatingips => generated 552 bytes in 681 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2200] 10.0.0.248 () {34 vars in 758 bytes} [Tue Apr 7 01:20:01 2026] PUT /v2.0/floatingips/87b42647-0c3b-4dd3-ba3c-9b68785ea812/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2201] 10.0.0.248 () {32 vars in 738 bytes} [Tue Apr 7 01:20:01 2026] GET /v2.0/floatingips/87b42647-0c3b-4dd3-ba3c-9b68785ea812/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2202] 10.0.0.248 () {34 vars in 769 bytes} [Tue Apr 7 01:20:01 2026] PUT /v2.0/floatingips/87b42647-0c3b-4dd3-ba3c-9b68785ea812/tags/green => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2203] 10.0.0.248 () {32 vars in 738 bytes} [Tue Apr 7 01:20:01 2026] GET /v2.0/floatingips/87b42647-0c3b-4dd3-ba3c-9b68785ea812/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2204] 10.0.0.248 () {34 vars in 765 bytes} [Tue Apr 7 01:20:01 2026] PUT /v2.0/floatingips/87b42647-0c3b-4dd3-ba3c-9b68785ea812/tags/red => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2205] 10.0.0.248 () {32 vars in 738 bytes} [Tue Apr 7 01:20:01 2026] GET /v2.0/floatingips/87b42647-0c3b-4dd3-ba3c-9b68785ea812/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: 1075/2206] 10.0.0.248 () {34 vars in 787 bytes} [Tue Apr 7 01:20:01 2026] PUT /v2.0/floatingips/87b42647-0c3b-4dd3-ba3c-9b68785ea812/tags/black.or.white => 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: 1132/2207] 10.0.0.248 () {32 vars in 738 bytes} [Tue Apr 7 01:20:02 2026] GET /v2.0/floatingips/87b42647-0c3b-4dd3-ba3c-9b68785ea812/tags => generated 52 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2208] 10.0.0.248 () {34 vars in 758 bytes} [Tue Apr 7 01:20:02 2026] PUT /v2.0/floatingips/87b42647-0c3b-4dd3-ba3c-9b68785ea812/tags => generated 37 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2209] 10.0.0.248 () {32 vars in 738 bytes} [Tue Apr 7 01:20:02 2026] GET /v2.0/floatingips/87b42647-0c3b-4dd3-ba3c-9b68785ea812/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2210] 10.0.0.248 () {32 vars in 746 bytes} [Tue Apr 7 01:20:02 2026] GET /v2.0/floatingips/87b42647-0c3b-4dd3-ba3c-9b68785ea812/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:20:02.199 8 INFO neutron.api.v2.resource [None req-76a58e2a-bef1-4477-ab57-1582ebcc020a 3cf2903ff1f34fe29d0bf84c8cb52be3 2b6cee71d7fa4cf994908d4608dbd290 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1078/2211] 10.0.0.248 () {32 vars in 750 bytes} [Tue Apr 7 01:20:02 2026] GET /v2.0/floatingips/87b42647-0c3b-4dd3-ba3c-9b68785ea812/tags/green => generated 99 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2212] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:20:02 2026] GET /v2.0/ports?device_id=9c388a3a-51ae-40f2-9c30-b54d36323165 => generated 1010 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2213] 10.0.0.248 () {32 vars in 749 bytes} [Tue Apr 7 01:20:02 2026] DELETE /v2.0/floatingips/87b42647-0c3b-4dd3-ba3c-9b68785ea812/tags/red => 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: 1135/2214] 10.0.0.76 () {34 vars in 1118 bytes} [Tue Apr 7 01:20:02 2026] GET /v2.0/security-groups?id=46114e02-acd2-4c3e-a4b6-d6ddc9b7c377&id=1ba39a79-80c9-4140-8bc0-38fb41d913d0&fields=id&fields=name => generated 206 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2215] 10.0.0.248 () {32 vars in 738 bytes} [Tue Apr 7 01:20:02 2026] GET /v2.0/floatingips/87b42647-0c3b-4dd3-ba3c-9b68785ea812/tags => generated 30 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2216] 199.204.45.49 () {34 vars in 992 bytes} [Tue Apr 7 01:20:02 2026] GET /v2.0/ports?device_id=9c388a3a-51ae-40f2-9c30-b54d36323165 => generated 1010 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:20:02.345 8 INFO neutron.api.v2.resource [None req-e28f2f91-cbcf-4f1c-8af5-9106552b2f08 3cf2903ff1f34fe29d0bf84c8cb52be3 2b6cee71d7fa4cf994908d4608dbd290 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1081/2217] 10.0.0.248 () {32 vars in 753 bytes} [Tue Apr 7 01:20:02 2026] DELETE /v2.0/floatingips/87b42647-0c3b-4dd3-ba3c-9b68785ea812/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-07 01:20:02.403 7 INFO neutron_taas.services.taas.taas_plugin [req-859da53c-e7ac-45dc-b025-362441660f3f req-8602d190-4fa5-4d42-8cd6-7ff29fdd10b8 42c87c89c7804a7d8b99ec667643778c 3a8bdcbb04b14123acbedd56795dd45d - - default default] TaaS: Handle Delete Port: f07b1ded-3716-4074-873e-50426f7da006 2026-04-07 01:20:02.406 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-859da53c-e7ac-45dc-b025-362441660f3f req-8602d190-4fa5-4d42-8cd6-7ff29fdd10b8 42c87c89c7804a7d8b99ec667643778c 3a8bdcbb04b14123acbedd56795dd45d - - default default] Tap Mirror: Handle Delete Port: f07b1ded-3716-4074-873e-50426f7da006 [pid: 8|app: 0|req: 1082/2218] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:20:02 2026] DELETE /v2.0/security-groups/c0a5ae1a-ba83-4aa4-923a-63957eaada3e => 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: 1083/2219] 10.0.0.248 () {32 vars in 741 bytes} [Tue Apr 7 01:20:02 2026] DELETE /v2.0/floatingips/87b42647-0c3b-4dd3-ba3c-9b68785ea812/tags => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:20:02.525 7 INFO neutron.db.l3_db [req-859da53c-e7ac-45dc-b025-362441660f3f req-8602d190-4fa5-4d42-8cd6-7ff29fdd10b8 42c87c89c7804a7d8b99ec667643778c 3a8bdcbb04b14123acbedd56795dd45d - - default default] Floating IP d5f87f65-dc0f-45a6-9e7e-0fe11bfb5a3a disassociated. External IP: 10.96.250.208, port: f07b1ded-3716-4074-873e-50426f7da006. 2026-04-07 01:20:02.607 8 INFO neutron_taas.services.taas.taas_plugin [None req-d70689a8-198a-4468-903b-21331386da3f f8211c284215460697ff5a01ae849623 5f3a18f4d04147769c84aa140380d567 - - default default] TaaS: Handle Delete Port: 9a6c2a0d-16d9-4be7-a74b-7c2efa808697 2026-04-07 01:20:02.609 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d70689a8-198a-4468-903b-21331386da3f f8211c284215460697ff5a01ae849623 5f3a18f4d04147769c84aa140380d567 - - default default] Tap Mirror: Handle Delete Port: 9a6c2a0d-16d9-4be7-a74b-7c2efa808697 [pid: 8|app: 0|req: 1084/2220] 10.0.0.248 () {32 vars in 731 bytes} [Tue Apr 7 01:20:02 2026] DELETE /v2.0/floatingips/2d7774f4-9c56-4a94-87b4-725cbd8f35b7 => generated 0 bytes in 252 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2221] 10.0.0.248 () {32 vars in 738 bytes} [Tue Apr 7 01:20:02 2026] GET /v2.0/floatingips/87b42647-0c3b-4dd3-ba3c-9b68785ea812/tags => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2222] 199.204.45.49 () {36 vars in 995 bytes} [Tue Apr 7 01:20:02 2026] DELETE /v2.0/ports/f07b1ded-3716-4074-873e-50426f7da006 => generated 0 bytes in 524 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:20:02.882 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-88a973ad-00fb-45d5-a7c2-14c6638adc40'] response: {'server_uuid': '9c388a3a-51ae-40f2-9c30-b54d36323165', 'name': 'network-vif-deleted', 'tag': 'f07b1ded-3716-4074-873e-50426f7da006', 'status': 'completed', 'code': 200} 2026-04-07 01:20:02.932 8 INFO neutron_taas.services.taas.taas_plugin [None req-fe0197a2-b8bd-4859-aeca-758b01ef6210 3cf2903ff1f34fe29d0bf84c8cb52be3 2b6cee71d7fa4cf994908d4608dbd290 - - default default] TaaS: Handle Delete Port: cb9d9310-491e-4b06-b321-3498e7e21cd4 2026-04-07 01:20:02.935 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe0197a2-b8bd-4859-aeca-758b01ef6210 3cf2903ff1f34fe29d0bf84c8cb52be3 2b6cee71d7fa4cf994908d4608dbd290 - - default default] Tap Mirror: Handle Delete Port: cb9d9310-491e-4b06-b321-3498e7e21cd4 [pid: 7|app: 0|req: 1138/2223] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:20:02 2026] GET /v2.0/ports?device_id=d7c55486-ea28-47c0-92c8-d566698cd902 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2224] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:20:02 2026] GET /v2.0/security-groups?id=22d70938-c973-4f0d-93de-eaef6500a3c0&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2225] 10.0.0.248 () {32 vars in 731 bytes} [Tue Apr 7 01:20:02 2026] DELETE /v2.0/floatingips/87b42647-0c3b-4dd3-ba3c-9b68785ea812 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2226] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:20:03 2026] GET /v2.0/ports?device_id=9c388a3a-51ae-40f2-9c30-b54d36323165 => 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: 1087/2227] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:20:03 2026] GET /v2.0/security-groups?tenant_id=4d33b8a9a8e048ba9f90cf0ac3a3d2f4&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: 1141/2228] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:20:03 2026] DELETE /v2.0/security-groups/4914612c-833f-4113-aefd-038167188a64 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2229] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:20:04 2026] GET /v2.0/ports?device_id=d7c55486-ea28-47c0-92c8-d566698cd902 => generated 975 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2230] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:20:04 2026] GET /v2.0/security-groups?id=22d70938-c973-4f0d-93de-eaef6500a3c0&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2231] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:20:04 2026] GET /v2.0/security-groups?tenant_id=2b6cee71d7fa4cf994908d4608dbd290&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: 1143/2232] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:20:04 2026] DELETE /v2.0/security-groups/f354a7f8-a1f9-4593-a7f3-eed3ffb9006a => 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: 1090/2233] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:20:04 2026] GET /v2.0/ports?device_id=9c388a3a-51ae-40f2-9c30-b54d36323165 => 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: 1144/2234] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:20:05 2026] GET /v2.0/ports?device_id=d7c55486-ea28-47c0-92c8-d566698cd902 => generated 973 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2235] 199.204.45.49 () {34 vars in 992 bytes} [Tue Apr 7 01:20:05 2026] GET /v2.0/ports?device_id=d7c55486-ea28-47c0-92c8-d566698cd902 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2236] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:20:05 2026] GET /v2.0/security-groups?id=22d70938-c973-4f0d-93de-eaef6500a3c0&fields=id&fields=name => generated 114 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:20:05.532 8 INFO neutron_taas.services.taas.taas_plugin [req-9527b708-dbfd-4f50-b472-b1afcf2ebbc2 req-c0ddb845-aa62-474c-adcf-961fe874f7a4 f8211c284215460697ff5a01ae849623 5f3a18f4d04147769c84aa140380d567 - - default default] TaaS: Handle Delete Port: d91570f6-c715-46be-a44a-bc13fbeb14f4 2026-04-07 01:20:05.535 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9527b708-dbfd-4f50-b472-b1afcf2ebbc2 req-c0ddb845-aa62-474c-adcf-961fe874f7a4 f8211c284215460697ff5a01ae849623 5f3a18f4d04147769c84aa140380d567 - - default default] Tap Mirror: Handle Delete Port: d91570f6-c715-46be-a44a-bc13fbeb14f4 [pid: 7|app: 0|req: 1146/2237] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:20:05 2026] GET /v2.0/ports?device_id=9c388a3a-51ae-40f2-9c30-b54d36323165 => 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: 1092/2238] 199.204.45.49 () {36 vars in 995 bytes} [Tue Apr 7 01:20:05 2026] DELETE /v2.0/ports/d91570f6-c715-46be-a44a-bc13fbeb14f4 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:20:05.710 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-04d25588-665a-4729-b243-471e6523a00a'] response: {'server_uuid': 'd7c55486-ea28-47c0-92c8-d566698cd902', 'name': 'network-vif-deleted', 'tag': 'd91570f6-c715-46be-a44a-bc13fbeb14f4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1147/2239] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:20:06 2026] GET /v2.0/ports?device_id=d7c55486-ea28-47c0-92c8-d566698cd902 => 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: 1093/2240] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:20:06 2026] DELETE /v2.0/security-groups/46114e02-acd2-4c3e-a4b6-d6ddc9b7c377 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:20:06.853 7 INFO neutron.api.v2.resource [None req-85f76b2c-3229-48cc-b2e3-49ff17c05b96 42c87c89c7804a7d8b99ec667643778c 3a8bdcbb04b14123acbedd56795dd45d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1148/2241] 10.0.0.248 () {32 vars in 736 bytes} [Tue Apr 7 01:20:06 2026] GET /v2.0/security-groups/46114e02-acd2-4c3e-a4b6-d6ddc9b7c377 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:20:06.963 8 INFO neutron_taas.services.taas.taas_plugin [None req-c44d9d7e-d40b-4e54-9c5a-815ba3f9206b 42c87c89c7804a7d8b99ec667643778c 3a8bdcbb04b14123acbedd56795dd45d - - default default] TaaS: Handle Delete Port: e6dd8f1e-0e84-4906-b594-fd889f498979 2026-04-07 01:20:06.965 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c44d9d7e-d40b-4e54-9c5a-815ba3f9206b 42c87c89c7804a7d8b99ec667643778c 3a8bdcbb04b14123acbedd56795dd45d - - default default] Tap Mirror: Handle Delete Port: e6dd8f1e-0e84-4906-b594-fd889f498979 [pid: 8|app: 0|req: 1094/2242] 10.0.0.248 () {32 vars in 731 bytes} [Tue Apr 7 01:20:06 2026] DELETE /v2.0/floatingips/d5f87f65-dc0f-45a6-9e7e-0fe11bfb5a3a => generated 0 bytes in 256 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2243] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:20:07 2026] DELETE /v2.0/security-groups/1ba39a79-80c9-4140-8bc0-38fb41d913d0 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:20:07.667 8 INFO neutron_taas.services.taas.taas_plugin [None req-26dbaae0-f2f7-4e73-916a-048349534373 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] TaaS: Handle Delete Port: 829431d5-8b3c-485d-aca4-867644f5a1a3 2026-04-07 01:20:07.670 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26dbaae0-f2f7-4e73-916a-048349534373 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Tap Mirror: Handle Delete Port: 829431d5-8b3c-485d-aca4-867644f5a1a3 2026-04-07 01:20:07.759 7 INFO neutron.db.segments_db [None req-d5421d68-70d6-435d-94e4-8d9ee9048a9a 71e1a63f60494c1f8321c7499fd43c6b 6fdc0aa3f53a46c5a0909b84e4256aa9 - - default default] Added segment 812bf045-54e4-4f98-9f79-a99c9804e541 of type vxlan for network 292e1675-abc8-4203-b40a-26e97d26224b [pid: 7|app: 0|req: 1150/2244] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:20:07 2026] POST /v2.0/networks => generated 631 bytes in 428 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2245] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:20:07 2026] GET /v2.0/ports?device_id=d7c55486-ea28-47c0-92c8-d566698cd902 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2246] 10.0.0.248 () {34 vars in 752 bytes} [Tue Apr 7 01:20:07 2026] PUT /v2.0/networks/292e1675-abc8-4203-b40a-26e97d26224b/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2247] 10.0.0.248 () {32 vars in 732 bytes} [Tue Apr 7 01:20:07 2026] GET /v2.0/networks/292e1675-abc8-4203-b40a-26e97d26224b/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2248] 10.0.0.248 () {34 vars in 763 bytes} [Tue Apr 7 01:20:07 2026] PUT /v2.0/networks/292e1675-abc8-4203-b40a-26e97d26224b/tags/green => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2249] 10.0.0.248 () {32 vars in 732 bytes} [Tue Apr 7 01:20:08 2026] GET /v2.0/networks/292e1675-abc8-4203-b40a-26e97d26224b/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2250] 10.0.0.248 () {34 vars in 759 bytes} [Tue Apr 7 01:20:08 2026] PUT /v2.0/networks/292e1675-abc8-4203-b40a-26e97d26224b/tags/red => generated 4 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2251] 10.0.0.248 () {34 vars in 788 bytes} [Tue Apr 7 01:20:07 2026] PUT /v2.0/routers/3751dc4e-1abd-49b7-8467-00236e69e442/remove_router_interface => generated 309 bytes in 904 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2252] 10.0.0.248 () {32 vars in 732 bytes} [Tue Apr 7 01:20:08 2026] GET /v2.0/networks/292e1675-abc8-4203-b40a-26e97d26224b/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2253] 10.0.0.248 () {34 vars in 781 bytes} [Tue Apr 7 01:20:08 2026] PUT /v2.0/networks/292e1675-abc8-4203-b40a-26e97d26224b/tags/black.or.white => generated 4 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2254] 10.0.0.248 () {32 vars in 732 bytes} [Tue Apr 7 01:20:08 2026] GET /v2.0/networks/292e1675-abc8-4203-b40a-26e97d26224b/tags => generated 52 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:20:08.400 8 INFO neutron_taas.services.taas.taas_plugin [None req-34dc415f-48f9-4663-9466-26c3b1a0baa1 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] TaaS: Handle Delete Port: e55835e8-9d75-4191-8005-3a2b49faa7fb 2026-04-07 01:20:08.403 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34dc415f-48f9-4663-9466-26c3b1a0baa1 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Tap Mirror: Handle Delete Port: e55835e8-9d75-4191-8005-3a2b49faa7fb [pid: 7|app: 0|req: 1160/2255] 10.0.0.248 () {34 vars in 752 bytes} [Tue Apr 7 01:20:08 2026] PUT /v2.0/networks/292e1675-abc8-4203-b40a-26e97d26224b/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2256] 10.0.0.248 () {32 vars in 732 bytes} [Tue Apr 7 01:20:08 2026] GET /v2.0/networks/292e1675-abc8-4203-b40a-26e97d26224b/tags => generated 37 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2257] 10.0.0.248 () {32 vars in 740 bytes} [Tue Apr 7 01:20:08 2026] GET /v2.0/networks/292e1675-abc8-4203-b40a-26e97d26224b/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:20:08.552 7 INFO neutron.api.v2.resource [None req-16be8c68-8188-4105-bc9f-42f34a796b4e 71e1a63f60494c1f8321c7499fd43c6b 6fdc0aa3f53a46c5a0909b84e4256aa9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1163/2258] 10.0.0.248 () {32 vars in 744 bytes} [Tue Apr 7 01:20:08 2026] GET /v2.0/networks/292e1675-abc8-4203-b40a-26e97d26224b/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2259] 10.0.0.248 () {32 vars in 743 bytes} [Tue Apr 7 01:20:08 2026] DELETE /v2.0/networks/292e1675-abc8-4203-b40a-26e97d26224b/tags/red => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:20:08.651 8 INFO neutron_taas.services.taas.taas_plugin [None req-34dc415f-48f9-4663-9466-26c3b1a0baa1 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] TaaS: Handle Delete Port: ceb7d84e-ecec-4cad-b285-00b7c0e1c43b 2026-04-07 01:20:08.654 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34dc415f-48f9-4663-9466-26c3b1a0baa1 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Tap Mirror: Handle Delete Port: ceb7d84e-ecec-4cad-b285-00b7c0e1c43b [pid: 7|app: 0|req: 1165/2260] 10.0.0.248 () {32 vars in 732 bytes} [Tue Apr 7 01:20:08 2026] GET /v2.0/networks/292e1675-abc8-4203-b40a-26e97d26224b/tags => generated 30 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:20:08.713 7 INFO neutron.api.v2.resource [None req-743cdd65-1ece-4dff-8c26-0eff2b05988f 71e1a63f60494c1f8321c7499fd43c6b 6fdc0aa3f53a46c5a0909b84e4256aa9 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1166/2261] 10.0.0.248 () {32 vars in 747 bytes} [Tue Apr 7 01:20:08 2026] DELETE /v2.0/networks/292e1675-abc8-4203-b40a-26e97d26224b/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: 1167/2262] 10.0.0.248 () {32 vars in 735 bytes} [Tue Apr 7 01:20:08 2026] DELETE /v2.0/networks/292e1675-abc8-4203-b40a-26e97d26224b/tags => 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: 1168/2263] 10.0.0.248 () {32 vars in 732 bytes} [Tue Apr 7 01:20:08 2026] GET /v2.0/networks/292e1675-abc8-4203-b40a-26e97d26224b/tags => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:20:08.927 7 INFO neutron.services.segments.plugin [-] Segment 812bf045-54e4-4f98-9f79-a99c9804e541 resource provider aggregate not found 2026-04-07 01:20:08.929 7 INFO neutron.services.segments.plugin [-] Segment 812bf045-54e4-4f98-9f79-a99c9804e541 resource provider aggregate not found 2026-04-07 01:20:08.943 7 INFO neutron.services.segments.plugin [-] Segment 812bf045-54e4-4f98-9f79-a99c9804e541 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 812bf045-54e4-4f98-9f79-a99c9804e541 found for delete ", "request_id": "req-4ec8036f-6037-4118-8a25-ecd9cc3a3095"}]} 2026-04-07 01:20:08.944 7 INFO neutron.services.segments.plugin [-] Segment 812bf045-54e4-4f98-9f79-a99c9804e541 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 812bf045-54e4-4f98-9f79-a99c9804e541 found for delete ", "request_id": "req-6e4e5f81-2059-41bd-97c8-f409317425ac"}]} [pid: 7|app: 0|req: 1169/2264] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:20:08 2026] DELETE /v2.0/networks/292e1675-abc8-4203-b40a-26e97d26224b => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:20:08.988 8 INFO neutron.services.segments.plugin [-] Segment 03e24eca-f223-41bb-9f1b-de90eb7f4a56 resource provider aggregate not found 2026-04-07 01:20:08.992 8 INFO neutron.services.segments.plugin [-] Segment 03e24eca-f223-41bb-9f1b-de90eb7f4a56 resource provider aggregate not found 2026-04-07 01:20:09.007 8 INFO neutron.db.l3_hamode_db [None req-34dc415f-48f9-4663-9466-26c3b1a0baa1 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] HA network 90c73791-5e0c-4215-b9e4-50ee4875f903 was deleted as no HA routers are present in tenant 3a8bdcbb04b14123acbedd56795dd45d. 2026-04-07 01:20:09.013 8 INFO neutron.services.segments.plugin [-] Segment 03e24eca-f223-41bb-9f1b-de90eb7f4a56 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03e24eca-f223-41bb-9f1b-de90eb7f4a56 found for delete ", "request_id": "req-371aca9d-3a64-43dd-8e3e-dc7002c8a576"}]} [pid: 8|app: 0|req: 1096/2265] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:20:08 2026] DELETE /v2.0/routers/3751dc4e-1abd-49b7-8467-00236e69e442 => generated 0 bytes in 801 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:20:09.016 8 INFO neutron.services.segments.plugin [-] Segment 03e24eca-f223-41bb-9f1b-de90eb7f4a56 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03e24eca-f223-41bb-9f1b-de90eb7f4a56 found for delete ", "request_id": "req-51d5c614-c293-4e16-b587-3e593bd87527"}]} [pid: 7|app: 0|req: 1170/2266] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:20:08 2026] DELETE /v2.0/security-groups/22d70938-c973-4f0d-93de-eaef6500a3c0 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2267] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:20:09 2026] DELETE /v2.0/subnets/a2636861-4ff9-4624-92c2-328e12072872 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:20:09.250 8 INFO neutron_taas.services.taas.taas_plugin [None req-48c345cf-1ee3-4c7d-b951-5d1effc28cf1 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] TaaS: Handle Delete Port: 91001060-fd98-4bdb-9f63-f1b180570402 2026-04-07 01:20:09.252 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-48c345cf-1ee3-4c7d-b951-5d1effc28cf1 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Tap Mirror: Handle Delete Port: 91001060-fd98-4bdb-9f63-f1b180570402 2026-04-07 01:20:09.414 7 INFO neutron_taas.services.taas.taas_plugin [None req-df9e97d0-5f8f-4fa5-862a-7e01908e5bbd f8211c284215460697ff5a01ae849623 5f3a18f4d04147769c84aa140380d567 - - default default] TaaS: Handle Delete Port: b5644d8c-c13e-4c15-baad-9a7ce829a9de 2026-04-07 01:20:09.417 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df9e97d0-5f8f-4fa5-862a-7e01908e5bbd f8211c284215460697ff5a01ae849623 5f3a18f4d04147769c84aa140380d567 - - default default] Tap Mirror: Handle Delete Port: b5644d8c-c13e-4c15-baad-9a7ce829a9de [pid: 8|app: 0|req: 1098/2268] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:20:09 2026] DELETE /v2.0/networks/e83aea28-ef67-442e-b555-479021acfc6c => generated 0 bytes in 285 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2269] 10.0.0.248 () {34 vars in 788 bytes} [Tue Apr 7 01:20:09 2026] PUT /v2.0/routers/a2a53619-c286-47ec-b71c-e4ca6dfabfef/remove_router_interface => generated 309 bytes in 724 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:20:09.831 8 INFO neutron_taas.services.taas.taas_plugin [None req-f226c4d1-565d-4778-bf53-c9da5827eb78 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] TaaS: Handle Delete Port: c1353fe0-31bb-402f-b4a0-91f49fc8bab4 2026-04-07 01:20:09.834 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f226c4d1-565d-4778-bf53-c9da5827eb78 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Tap Mirror: Handle Delete Port: c1353fe0-31bb-402f-b4a0-91f49fc8bab4 [pid: 7|app: 0|req: 1172/2270] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:20:09 2026] GET /v2.0/security-groups?tenant_id=6fdc0aa3f53a46c5a0909b84e4256aa9&name=default => generated 2925 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2271] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:20:09 2026] DELETE /v2.0/subnets/6c852c7b-bddb-4949-9b77-49b77d143476 => 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: 1174/2272] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:20:10 2026] DELETE /v2.0/security-groups/c9d67b46-426b-4b8e-a06e-ff9ef3198c57 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:20:10.293 7 INFO neutron_taas.services.taas.taas_plugin [None req-bdc85957-6cf2-4797-9084-17a0d51b48b1 f8211c284215460697ff5a01ae849623 5f3a18f4d04147769c84aa140380d567 - - default default] TaaS: Handle Delete Port: 0c28a3dc-3638-491c-ba11-b1aae8f6f07f 2026-04-07 01:20:10.295 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bdc85957-6cf2-4797-9084-17a0d51b48b1 f8211c284215460697ff5a01ae849623 5f3a18f4d04147769c84aa140380d567 - - default default] Tap Mirror: Handle Delete Port: 0c28a3dc-3638-491c-ba11-b1aae8f6f07f [pid: 8|app: 0|req: 1099/2273] 10.0.0.248 () {34 vars in 788 bytes} [Tue Apr 7 01:20:09 2026] PUT /v2.0/routers/f05cbc60-da5e-4a10-bf0b-cda5e6a23881/remove_router_interface => generated 309 bytes in 897 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2274] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:20:10 2026] GET /v2.0/security-groups?tenant_id=d9f727543c8b439ea5b00eb203997e02&name=default => generated 2926 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:20:10.507 7 INFO neutron_taas.services.taas.taas_plugin [None req-bdc85957-6cf2-4797-9084-17a0d51b48b1 f8211c284215460697ff5a01ae849623 5f3a18f4d04147769c84aa140380d567 - - default default] TaaS: Handle Delete Port: 02d5c686-041c-4e86-ae25-9f2bae82a877 2026-04-07 01:20:10.509 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bdc85957-6cf2-4797-9084-17a0d51b48b1 f8211c284215460697ff5a01ae849623 5f3a18f4d04147769c84aa140380d567 - - default default] Tap Mirror: Handle Delete Port: 02d5c686-041c-4e86-ae25-9f2bae82a877 2026-04-07 01:20:10.656 8 INFO neutron_taas.services.taas.taas_plugin [None req-9e1340a5-b613-4f12-a635-b0959bbea426 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] TaaS: Handle Delete Port: 31d1c2d1-c674-4053-895e-037da188efd6 2026-04-07 01:20:10.660 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9e1340a5-b613-4f12-a635-b0959bbea426 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Tap Mirror: Handle Delete Port: 31d1c2d1-c674-4053-895e-037da188efd6 2026-04-07 01:20:10.859 7 INFO neutron.db.l3_hamode_db [None req-bdc85957-6cf2-4797-9084-17a0d51b48b1 f8211c284215460697ff5a01ae849623 5f3a18f4d04147769c84aa140380d567 - - default default] HA network 8256ca2f-627e-4143-9a24-50d7db12c670 was deleted as no HA routers are present in tenant 5f3a18f4d04147769c84aa140380d567. [pid: 7|app: 0|req: 1175/2277] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:20:10 2026] DELETE /v2.0/routers/a2a53619-c286-47ec-b71c-e4ca6dfabfef => generated 0 bytes in 727 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:20:10.886 8 INFO neutron_taas.services.taas.taas_plugin [None req-9e1340a5-b613-4f12-a635-b0959bbea426 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] TaaS: Handle Delete Port: b89c2cbb-f223-426f-b8ec-1aea6e82a5ee 2026-04-07 01:20:10.889 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9e1340a5-b613-4f12-a635-b0959bbea426 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Tap Mirror: Handle Delete Port: b89c2cbb-f223-426f-b8ec-1aea6e82a5ee [pid: 7|app: 0|req: 1176/2278] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:20:10 2026] DELETE /v2.0/security-groups/ac80b854-7fff-4fc4-99d9-d39ee6ce3f86 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:20:10.967 7 INFO neutron.services.segments.plugin [-] Segment 82acb850-db81-40ac-a6d5-d2f0137c611a resource provider aggregate not found 2026-04-07 01:20:10.970 7 INFO neutron.services.segments.plugin [-] Segment 82acb850-db81-40ac-a6d5-d2f0137c611a resource provider aggregate not found 2026-04-07 01:20:11.003 7 INFO neutron.services.segments.plugin [-] Segment 82acb850-db81-40ac-a6d5-d2f0137c611a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82acb850-db81-40ac-a6d5-d2f0137c611a found for delete ", "request_id": "req-26dc30b6-2159-46e9-903c-4390e241b26e"}]} 2026-04-07 01:20:11.008 7 INFO neutron.services.segments.plugin [-] Segment 82acb850-db81-40ac-a6d5-d2f0137c611a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82acb850-db81-40ac-a6d5-d2f0137c611a found for delete ", "request_id": "req-8aa8fee2-7bcb-4a31-9922-16bc18c31c9a"}]} 2026-04-07 01:20:11.057 8 INFO neutron.services.segments.plugin [-] Segment 934c04a2-408a-4ff2-b699-2327bb91d158 resource provider aggregate not found 2026-04-07 01:20:11.082 8 INFO neutron.services.segments.plugin [-] Segment 934c04a2-408a-4ff2-b699-2327bb91d158 resource provider aggregate not found 2026-04-07 01:20:11.091 8 INFO neutron.services.segments.plugin [-] Segment 934c04a2-408a-4ff2-b699-2327bb91d158 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 934c04a2-408a-4ff2-b699-2327bb91d158 found for delete ", "request_id": "req-1edd1445-6a2f-4162-9b9b-244e3ee5a849"}]} 2026-04-07 01:20:11.095 7 INFO neutron_taas.services.taas.taas_plugin [None req-2f7d83e9-2c24-46db-b070-b387ed7f89f1 f8211c284215460697ff5a01ae849623 5f3a18f4d04147769c84aa140380d567 - - default default] TaaS: Handle Delete Port: 83789bc8-99c8-4eae-b7a4-0c9d8a1ac1e3 2026-04-07 01:20:11.098 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f7d83e9-2c24-46db-b070-b387ed7f89f1 f8211c284215460697ff5a01ae849623 5f3a18f4d04147769c84aa140380d567 - - default default] Tap Mirror: Handle Delete Port: 83789bc8-99c8-4eae-b7a4-0c9d8a1ac1e3 2026-04-07 01:20:11.125 8 INFO neutron.services.segments.plugin [-] Segment 934c04a2-408a-4ff2-b699-2327bb91d158 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 934c04a2-408a-4ff2-b699-2327bb91d158 found for delete ", "request_id": "req-baaaaf55-b857-4dad-9299-202c91c61e72"}]} [pid: 7|app: 0|req: 1177/2279] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:20:10 2026] DELETE /v2.0/networks/1e1439a0-0797-49f0-933c-9de1842200e8 => generated 0 bytes in 301 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:20:11.293 8 INFO neutron.db.l3_hamode_db [None req-9e1340a5-b613-4f12-a635-b0959bbea426 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] HA network d629230c-5aef-4807-871b-3be2bd8da777 was deleted as no HA routers are present in tenant 5e67cd72e89a471797133ed16cec7093. [pid: 8|app: 0|req: 1103/2280] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:20:10 2026] DELETE /v2.0/routers/f05cbc60-da5e-4a10-bf0b-cda5e6a23881 => generated 0 bytes in 826 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2281] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:20:11 2026] DELETE /v2.0/subnets/2e0329b9-a3b8-4238-bb91-93554460313f => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:20:11.541 8 INFO neutron_taas.services.taas.taas_plugin [None req-e9c4f040-c156-497e-b423-d55991330076 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] TaaS: Handle Delete Port: b6ddaebd-34be-4172-b931-acc6cb811cf7 2026-04-07 01:20:11.543 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e9c4f040-c156-497e-b423-d55991330076 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Tap Mirror: Handle Delete Port: b6ddaebd-34be-4172-b931-acc6cb811cf7 [pid: 8|app: 0|req: 1104/2282] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:20:11 2026] DELETE /v2.0/networks/24bca983-64ee-4256-b3b8-cfd5a2734d6c => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2283] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:20:12 2026] GET /v2.0/security-groups?tenant_id=3a8bdcbb04b14123acbedd56795dd45d&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2284] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:20:11 2026] GET /v2.0/security-groups?tenant_id=5f3a18f4d04147769c84aa140380d567&name=default => generated 2925 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2285] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:20:12 2026] DELETE /v2.0/security-groups/10bcb1a1-aeac-4ac1-afee-5aef3a196b00 => 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: 1180/2286] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:20:12 2026] DELETE /v2.0/security-groups/14f75aac-fabd-4fed-8dac-184e7af20235 => 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: 1181/2287] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:20:12 2026] GET /v2.0/security-groups?tenant_id=5e67cd72e89a471797133ed16cec7093&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2288] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:20:12 2026] GET /v2.0/security-groups?tenant_id=5ebce0e9c0c84d42ae0ffd3ce115e7bb&name=default => generated 2929 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2289] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:20:12 2026] DELETE /v2.0/security-groups/01df9df4-420a-48f4-b3ce-6c9a35d5267d => 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: 1108/2290] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:20:12 2026] DELETE /v2.0/security-groups/cbb28c88-3d72-4608-9534-16f93258c0a7 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:20:13.025 7 INFO neutron.services.segments.plugin [-] Segment bd421681-0f7d-4a04-842c-ddbdfbea3702 resource provider aggregate not found 2026-04-07 01:20:13.029 7 INFO neutron.services.segments.plugin [-] Segment bd421681-0f7d-4a04-842c-ddbdfbea3702 resource provider aggregate not found 2026-04-07 01:20:13.042 7 INFO neutron.services.segments.plugin [-] Segment bd421681-0f7d-4a04-842c-ddbdfbea3702 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd421681-0f7d-4a04-842c-ddbdfbea3702 found for delete ", "request_id": "req-2940dd2a-47f9-4de9-8f97-d53c66c759bb"}]} 2026-04-07 01:20:13.050 7 INFO neutron.services.segments.plugin [-] Segment bd421681-0f7d-4a04-842c-ddbdfbea3702 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd421681-0f7d-4a04-842c-ddbdfbea3702 found for delete ", "request_id": "req-643aad25-8879-4453-ab8a-391e73dd3394"}]} 2026-04-07 01:20:13.116 8 INFO neutron.services.segments.plugin [-] Segment 0c9c4845-ff60-4a80-8447-9b5bc74c993e resource provider aggregate not found 2026-04-07 01:20:13.143 8 INFO neutron.services.segments.plugin [-] Segment 0c9c4845-ff60-4a80-8447-9b5bc74c993e resource provider aggregate not found 2026-04-07 01:20:13.149 8 INFO neutron.services.segments.plugin [-] Segment 0c9c4845-ff60-4a80-8447-9b5bc74c993e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c9c4845-ff60-4a80-8447-9b5bc74c993e found for delete ", "request_id": "req-1920a1dd-6017-44f4-984f-531cb85df885"}]} 2026-04-07 01:20:13.158 8 INFO neutron.services.segments.plugin [-] Segment 0c9c4845-ff60-4a80-8447-9b5bc74c993e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c9c4845-ff60-4a80-8447-9b5bc74c993e found for delete ", "request_id": "req-399b9bf0-efe5-4bd4-8cd7-e213a418e468"}]} 2026-04-07 01:20:13.167 8 INFO neutron.services.segments.plugin [-] Segment 07a4aeac-de2e-482e-ace4-c42d6f8b4e7f resource provider aggregate not found 2026-04-07 01:20:13.176 8 INFO neutron.services.segments.plugin [-] Segment 07a4aeac-de2e-482e-ace4-c42d6f8b4e7f resource provider aggregate not found 2026-04-07 01:20:13.183 8 INFO neutron.services.segments.plugin [-] Segment 07a4aeac-de2e-482e-ace4-c42d6f8b4e7f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07a4aeac-de2e-482e-ace4-c42d6f8b4e7f found for delete ", "request_id": "req-950a1554-d233-4c57-9b6c-e06391965ae3"}]} 2026-04-07 01:20:13.188 8 INFO neutron.services.segments.plugin [-] Segment 07a4aeac-de2e-482e-ace4-c42d6f8b4e7f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07a4aeac-de2e-482e-ace4-c42d6f8b4e7f found for delete ", "request_id": "req-cca2d84f-d71c-442d-9ef4-eaf53c745375"}]} 2026-04-07 01:20:14.695 7 INFO neutron.db.segments_db [None req-b3e51f36-016e-4f9c-8cbf-e854b21953e2 71afbf0bc53e45c68c3ff8df5885aec0 a44db5a533bb4a4d98f301cd87a6c401 - - default default] Added segment 274cf3ea-c14a-4079-be19-7fa7229f09f6 of type vxlan for network ad70f612-70ef-4c7f-b65a-4b474667aec7 2026-04-07 01:20:14.938 7 INFO neutron.db.l3_hamode_db [None req-b3e51f36-016e-4f9c-8cbf-e854b21953e2 71afbf0bc53e45c68c3ff8df5885aec0 a44db5a533bb4a4d98f301cd87a6c401 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-07 01:20:15.050 7 INFO neutron.db.l3_hamode_db [None req-b3e51f36-016e-4f9c-8cbf-e854b21953e2 71afbf0bc53e45c68c3ff8df5885aec0 a44db5a533bb4a4d98f301cd87a6c401 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1183/2291] 10.0.0.248 () {34 vars in 667 bytes} [Tue Apr 7 01:20:14 2026] POST /v2.0/routers => generated 474 bytes in 1074 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2292] 10.0.0.248 () {34 vars in 750 bytes} [Tue Apr 7 01:20:15 2026] PUT /v2.0/routers/0fd09e22-9e1e-4023-ad82-17c0c942ed8f/tags => generated 25 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2293] 10.0.0.248 () {32 vars in 730 bytes} [Tue Apr 7 01:20:15 2026] GET /v2.0/routers/0fd09e22-9e1e-4023-ad82-17c0c942ed8f/tags => generated 25 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2294] 10.0.0.248 () {34 vars in 761 bytes} [Tue Apr 7 01:20:15 2026] PUT /v2.0/routers/0fd09e22-9e1e-4023-ad82-17c0c942ed8f/tags/green => generated 4 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2295] 10.0.0.248 () {32 vars in 730 bytes} [Tue Apr 7 01:20:15 2026] GET /v2.0/routers/0fd09e22-9e1e-4023-ad82-17c0c942ed8f/tags => generated 34 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2296] 10.0.0.248 () {34 vars in 757 bytes} [Tue Apr 7 01:20:16 2026] PUT /v2.0/routers/0fd09e22-9e1e-4023-ad82-17c0c942ed8f/tags/red => generated 4 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2297] 10.0.0.248 () {32 vars in 730 bytes} [Tue Apr 7 01:20:16 2026] GET /v2.0/routers/0fd09e22-9e1e-4023-ad82-17c0c942ed8f/tags => generated 34 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2298] 10.0.0.248 () {34 vars in 779 bytes} [Tue Apr 7 01:20:16 2026] PUT /v2.0/routers/0fd09e22-9e1e-4023-ad82-17c0c942ed8f/tags/black.or.white => generated 4 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2299] 10.0.0.248 () {32 vars in 730 bytes} [Tue Apr 7 01:20:16 2026] GET /v2.0/routers/0fd09e22-9e1e-4023-ad82-17c0c942ed8f/tags => generated 52 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2300] 10.0.0.248 () {34 vars in 750 bytes} [Tue Apr 7 01:20:16 2026] PUT /v2.0/routers/0fd09e22-9e1e-4023-ad82-17c0c942ed8f/tags => generated 37 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2301] 10.0.0.248 () {32 vars in 730 bytes} [Tue Apr 7 01:20:16 2026] GET /v2.0/routers/0fd09e22-9e1e-4023-ad82-17c0c942ed8f/tags => generated 37 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2302] 10.0.0.248 () {32 vars in 738 bytes} [Tue Apr 7 01:20:16 2026] GET /v2.0/routers/0fd09e22-9e1e-4023-ad82-17c0c942ed8f/tags/red => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:20:16.928 8 INFO neutron.db.segments_db [None req-a62c1a27-aa39-459e-b254-b3b2477b46e4 b573b6b08e7b40159014e1b6823772cf 27257907265a44c1a18e545ad5c3b9ce - - default default] Added segment 239cf9af-4ffe-4766-8175-d1c73113d1d0 of type vxlan for network 82b07a42-0efd-4eb4-b174-557c4dd05384 2026-04-07 01:20:16.959 7 INFO neutron.api.v2.resource [None req-3c16fdad-d216-49bc-93f6-7ad80356f880 71afbf0bc53e45c68c3ff8df5885aec0 a44db5a533bb4a4d98f301cd87a6c401 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1190/2303] 10.0.0.248 () {32 vars in 742 bytes} [Tue Apr 7 01:20:16 2026] GET /v2.0/routers/0fd09e22-9e1e-4023-ad82-17c0c942ed8f/tags/green => generated 99 bytes in 116 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2304] 10.0.0.248 () {32 vars in 741 bytes} [Tue Apr 7 01:20:16 2026] DELETE /v2.0/routers/0fd09e22-9e1e-4023-ad82-17c0c942ed8f/tags/red => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2305] 10.0.0.248 () {32 vars in 730 bytes} [Tue Apr 7 01:20:17 2026] GET /v2.0/routers/0fd09e22-9e1e-4023-ad82-17c0c942ed8f/tags => generated 30 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:20:17.163 8 INFO neutron.db.l3_hamode_db [None req-a62c1a27-aa39-459e-b254-b3b2477b46e4 b573b6b08e7b40159014e1b6823772cf 27257907265a44c1a18e545ad5c3b9ce - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-07 01:20:17.234 7 INFO neutron.api.v2.resource [None req-a1ba3cbd-844c-4a31-9377-88e52573e9b8 71afbf0bc53e45c68c3ff8df5885aec0 a44db5a533bb4a4d98f301cd87a6c401 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1193/2306] 10.0.0.248 () {32 vars in 745 bytes} [Tue Apr 7 01:20:17 2026] DELETE /v2.0/routers/0fd09e22-9e1e-4023-ad82-17c0c942ed8f/tags/green => generated 99 bytes in 81 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-07 01:20:17.283 8 INFO neutron.db.l3_hamode_db [None req-a62c1a27-aa39-459e-b254-b3b2477b46e4 b573b6b08e7b40159014e1b6823772cf 27257907265a44c1a18e545ad5c3b9ce - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1194/2307] 10.0.0.248 () {32 vars in 733 bytes} [Tue Apr 7 01:20:17 2026] DELETE /v2.0/routers/0fd09e22-9e1e-4023-ad82-17c0c942ed8f/tags => 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: 1195/2308] 10.0.0.248 () {32 vars in 730 bytes} [Tue Apr 7 01:20:17 2026] GET /v2.0/routers/0fd09e22-9e1e-4023-ad82-17c0c942ed8f/tags => generated 12 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2309] 10.0.0.248 () {32 vars in 720 bytes} [Tue Apr 7 01:20:17 2026] GET /v2.0/routers/0fd09e22-9e1e-4023-ad82-17c0c942ed8f => generated 480 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2310] 10.0.0.248 () {34 vars in 667 bytes} [Tue Apr 7 01:20:16 2026] POST /v2.0/routers => generated 474 bytes in 1116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:20:17.935 8 INFO neutron.db.l3_hamode_db [None req-a800da2d-9b48-4a34-8e36-0f7916682426 b573b6b08e7b40159014e1b6823772cf 27257907265a44c1a18e545ad5c3b9ce - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1197/2311] 10.0.0.248 () {34 vars in 741 bytes} [Tue Apr 7 01:20:17 2026] PUT /v2.0/routers/0fd09e22-9e1e-4023-ad82-17c0c942ed8f => generated 480 bytes in 567 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:20:18.082 8 INFO neutron.db.l3_hamode_db [None req-a800da2d-9b48-4a34-8e36-0f7916682426 b573b6b08e7b40159014e1b6823772cf 27257907265a44c1a18e545ad5c3b9ce - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1198/2312] 10.0.0.248 () {32 vars in 735 bytes} [Tue Apr 7 01:20:18 2026] GET /v2.0/ports?device_id=0fd09e22-9e1e-4023-ad82-17c0c942ed8f => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:20:18.279 7 INFO neutron_taas.services.taas.taas_plugin [None req-f0b03ac1-137c-4867-8dfb-6674ef3f7ac4 71afbf0bc53e45c68c3ff8df5885aec0 a44db5a533bb4a4d98f301cd87a6c401 - - default default] TaaS: Handle Delete Port: 6380c722-8a50-4c8f-984a-d7f6a9c38df1 2026-04-07 01:20:18.282 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f0b03ac1-137c-4867-8dfb-6674ef3f7ac4 71afbf0bc53e45c68c3ff8df5885aec0 a44db5a533bb4a4d98f301cd87a6c401 - - default default] Tap Mirror: Handle Delete Port: 6380c722-8a50-4c8f-984a-d7f6a9c38df1 2026-04-07 01:20:18.603 7 INFO neutron.services.segments.plugin [-] Segment 274cf3ea-c14a-4079-be19-7fa7229f09f6 resource provider aggregate not found 2026-04-07 01:20:18.609 7 INFO neutron.services.segments.plugin [-] Segment 274cf3ea-c14a-4079-be19-7fa7229f09f6 resource provider aggregate not found 2026-04-07 01:20:18.624 7 INFO neutron.services.segments.plugin [-] Segment 274cf3ea-c14a-4079-be19-7fa7229f09f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 274cf3ea-c14a-4079-be19-7fa7229f09f6 found for delete ", "request_id": "req-b552467d-1cda-4d78-b21d-5625c12dc179"}]} 2026-04-07 01:20:18.628 7 INFO neutron.services.segments.plugin [-] Segment 274cf3ea-c14a-4079-be19-7fa7229f09f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 274cf3ea-c14a-4079-be19-7fa7229f09f6 found for delete ", "request_id": "req-6a524c55-1716-4977-be21-d3a0f091b82e"}]} 2026-04-07 01:20:18.644 7 INFO neutron.db.l3_hamode_db [None req-f0b03ac1-137c-4867-8dfb-6674ef3f7ac4 71afbf0bc53e45c68c3ff8df5885aec0 a44db5a533bb4a4d98f301cd87a6c401 - - default default] HA network ad70f612-70ef-4c7f-b65a-4b474667aec7 was deleted as no HA routers are present in tenant a44db5a533bb4a4d98f301cd87a6c401. [pid: 7|app: 0|req: 1199/2313] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:20:18 2026] DELETE /v2.0/routers/0fd09e22-9e1e-4023-ad82-17c0c942ed8f => generated 0 bytes in 557 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2314] 10.0.0.248 () {34 vars in 667 bytes} [Tue Apr 7 01:20:17 2026] POST /v2.0/routers => generated 474 bytes in 817 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:20:18.741 7 INFO neutron.db.l3_hamode_db [None req-e93e00af-492c-4cfb-b09b-5e8e02b6e0b4 b573b6b08e7b40159014e1b6823772cf 27257907265a44c1a18e545ad5c3b9ce - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-07 01:20:19.273 7 INFO neutron.db.l3_hamode_db [None req-e93e00af-492c-4cfb-b09b-5e8e02b6e0b4 b573b6b08e7b40159014e1b6823772cf 27257907265a44c1a18e545ad5c3b9ce - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1116/2315] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:20:19 2026] GET /v2.0/security-groups?tenant_id=a44db5a533bb4a4d98f301cd87a6c401&name=default => generated 2929 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2316] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:20:19 2026] DELETE /v2.0/security-groups/d9c80e6c-12b8-41ba-8776-1a22132bc3bb => 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: 1200/2317] 10.0.0.248 () {34 vars in 667 bytes} [Tue Apr 7 01:20:18 2026] POST /v2.0/routers => generated 474 bytes in 1148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2318] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:20:19 2026] GET /v2.0/security-groups?tenant_id=35e02bf5d9024ed08fd04262909bf2ca&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:20:19.885 7 INFO neutron.db.l3_hamode_db [None req-f46ab59a-fd5f-45c7-8b87-cb2e836143e1 b573b6b08e7b40159014e1b6823772cf 27257907265a44c1a18e545ad5c3b9ce - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1119/2319] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:20:19 2026] DELETE /v2.0/security-groups/1c900ef5-8878-4b68-bbc8-943614462a91 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:20:20.006 7 INFO neutron.db.l3_hamode_db [None req-f46ab59a-fd5f-45c7-8b87-cb2e836143e1 b573b6b08e7b40159014e1b6823772cf 27257907265a44c1a18e545ad5c3b9ce - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1201/2320] 10.0.0.248 () {34 vars in 667 bytes} [Tue Apr 7 01:20:19 2026] POST /v2.0/routers => generated 474 bytes in 735 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:20:20.628 8 INFO neutron.db.l3_hamode_db [None req-8bd21059-1e02-43c7-8467-6ac8bc5025aa b573b6b08e7b40159014e1b6823772cf 27257907265a44c1a18e545ad5c3b9ce - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-07 01:20:20.738 8 INFO neutron.db.l3_hamode_db [None req-8bd21059-1e02-43c7-8467-6ac8bc5025aa b573b6b08e7b40159014e1b6823772cf 27257907265a44c1a18e545ad5c3b9ce - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1120/2321] 10.0.0.248 () {34 vars in 667 bytes} [Tue Apr 7 01:20:20 2026] POST /v2.0/routers => generated 474 bytes in 696 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2322] 10.0.0.248 () {34 vars in 750 bytes} [Tue Apr 7 01:20:21 2026] PUT /v2.0/routers/4ba34e90-ec59-4fd1-88cb-9c1e798ec319/tags => generated 17 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2323] 10.0.0.248 () {34 vars in 750 bytes} [Tue Apr 7 01:20:21 2026] PUT /v2.0/routers/4676158e-28ba-4089-8dc5-68a240b12789/tags => generated 25 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2324] 10.0.0.248 () {34 vars in 750 bytes} [Tue Apr 7 01:20:21 2026] PUT /v2.0/routers/dacb0033-15f9-40c0-8992-9c96214b383e/tags => generated 34 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:20:21.579 7 INFO neutron.db.segments_db [None req-30742d15-8f46-4fdb-870c-b80d0051b090 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] Added segment 3daafe1a-3122-49be-8239-894370daef53 of type vxlan for network 03eb4b0f-9e18-4867-a43e-dc9e127292b9 [pid: 8|app: 0|req: 1124/2325] 10.0.0.248 () {34 vars in 750 bytes} [Tue Apr 7 01:20:21 2026] PUT /v2.0/routers/8e2faca7-f174-49b5-a972-47ec8b99ebd2/tags => generated 19 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2326] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:20:21 2026] POST /v2.0/networks => generated 640 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2327] 10.0.0.248 () {32 vars in 663 bytes} [Tue Apr 7 01:20:21 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2328] 10.0.0.248 () {32 vars in 677 bytes} [Tue Apr 7 01:20:21 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2329] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:20:21 2026] POST /v2.0/subnets => generated 657 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2330] 10.0.0.248 () {32 vars in 673 bytes} [Tue Apr 7 01:20:21 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2331] 10.0.0.248 () {32 vars in 685 bytes} [Tue Apr 7 01:20:21 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2332] 10.0.0.248 () {32 vars in 671 bytes} [Tue Apr 7 01:20:21 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: 8|app: 0|req: 1128/2333] 10.0.0.248 () {32 vars in 721 bytes} [Tue Apr 7 01:20:21 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2334] 10.0.0.248 () {32 vars in 685 bytes} [Tue Apr 7 01:20:22 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2335] 10.0.0.248 () {32 vars in 681 bytes} [Tue Apr 7 01:20:22 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2336] 10.0.0.248 () {32 vars in 693 bytes} [Tue Apr 7 01:20:22 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2337] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:20:22 2026] POST /v2.0/subnets => generated 732 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2338] 10.0.0.248 () {32 vars in 720 bytes} [Tue Apr 7 01:20:22 2026] GET /v2.0/routers/4ba34e90-ec59-4fd1-88cb-9c1e798ec319 => generated 485 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:20:22.425 8 INFO neutron.db.segments_db [None req-d133bde6-b20d-4381-944e-531427828606 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] Added segment db39d25b-34d6-422c-93f9-2c6131d69cb3 of type vxlan for network 08e5e406-dccf-4e7a-ba36-826444032da2 [pid: 8|app: 0|req: 1130/2339] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:20:22 2026] POST /v2.0/networks => generated 637 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2340] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:20:22 2026] POST /v2.0/subnets => generated 656 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2341] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:20:22 2026] POST /v2.0/subnets => generated 725 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2342] 10.0.0.248 () {34 vars in 741 bytes} [Tue Apr 7 01:20:22 2026] PUT /v2.0/routers/4ba34e90-ec59-4fd1-88cb-9c1e798ec319 => generated 485 bytes in 561 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2343] 10.0.0.248 () {32 vars in 735 bytes} [Tue Apr 7 01:20:22 2026] GET /v2.0/ports?device_id=4ba34e90-ec59-4fd1-88cb-9c1e798ec319 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:20:22.974 8 INFO neutron.db.segments_db [None req-036d432a-7fbf-421e-8bd4-740c8c73cbc9 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] Added segment 83d3765c-fec4-4e60-907f-96a4d531c918 of type vxlan for network 5d717203-0e41-4f45-accd-1328f9c96edc [pid: 8|app: 0|req: 1133/2344] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:20:22 2026] POST /v2.0/networks => generated 638 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:20:23.138 7 INFO neutron_taas.services.taas.taas_plugin [None req-abfb0cb6-6364-421f-a49c-b254492b61ae b573b6b08e7b40159014e1b6823772cf 27257907265a44c1a18e545ad5c3b9ce - - default default] TaaS: Handle Delete Port: f6b884bf-3917-4401-8a5d-df71a0b27e47 2026-04-07 01:20:23.140 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-abfb0cb6-6364-421f-a49c-b254492b61ae b573b6b08e7b40159014e1b6823772cf 27257907265a44c1a18e545ad5c3b9ce - - default default] Tap Mirror: Handle Delete Port: f6b884bf-3917-4401-8a5d-df71a0b27e47 [pid: 7|app: 0|req: 1212/2345] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:20:22 2026] DELETE /v2.0/routers/4ba34e90-ec59-4fd1-88cb-9c1e798ec319 => generated 0 bytes in 349 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2346] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:20:23 2026] POST /v2.0/subnets => generated 654 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2347] 10.0.0.248 () {32 vars in 720 bytes} [Tue Apr 7 01:20:23 2026] GET /v2.0/routers/4676158e-28ba-4089-8dc5-68a240b12789 => generated 493 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:20:23.621 7 INFO neutron.db.segments_db [None req-ea223cdb-6334-4500-b7df-1fd7f22e6379 50e8452fda1c4403bb9d9b3898866994 d07659f52dd14f7c90bced48d046c33b - - default default] Added segment 6a4cab4f-cd84-4fde-b614-8cfcf26456a2 of type vxlan for network f3dd80eb-7406-4d59-83b8-2d374cdff8be [pid: 8|app: 0|req: 1136/2348] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:20:23 2026] POST /v2.0/subnets => generated 729 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2349] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:20:23 2026] POST /v2.0/networks => generated 631 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:20:23.755 7 INFO neutron.db.segments_db [None req-bca459cc-e809-4084-8226-e29bcf17c5db 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] Added segment e9e22e18-e94a-4d43-9e36-26c5298f041a of type vxlan for network bb2a8cb0-7587-4beb-9ee0-b387452f0f0e 2026-04-07 01:20:23.984 7 INFO neutron.db.l3_hamode_db [None req-bca459cc-e809-4084-8226-e29bcf17c5db 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1137/2350] 10.0.0.248 () {34 vars in 741 bytes} [Tue Apr 7 01:20:23 2026] PUT /v2.0/routers/4676158e-28ba-4089-8dc5-68a240b12789 => generated 493 bytes in 578 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2351] 10.0.0.248 () {34 vars in 663 bytes} [Tue Apr 7 01:20:24 2026] POST /v2.0/ports => generated 743 bytes in 308 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: 1139/2352] 10.0.0.248 () {32 vars in 735 bytes} [Tue Apr 7 01:20:24 2026] GET /v2.0/ports?device_id=4676158e-28ba-4089-8dc5-68a240b12789 => 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: 1140/2353] 10.0.0.248 () {34 vars in 665 bytes} [Tue Apr 7 01:20:24 2026] POST /v2.0/trunks => generated 407 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:20:24.758 7 INFO neutron.db.l3_hamode_db [None req-bca459cc-e809-4084-8226-e29bcf17c5db 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-07 01:20:24.881 8 INFO neutron_taas.services.taas.taas_plugin [None req-8138f0e1-3571-4dfb-b835-2c47f240c153 b573b6b08e7b40159014e1b6823772cf 27257907265a44c1a18e545ad5c3b9ce - - default default] TaaS: Handle Delete Port: abdcf7a7-1baa-4550-8671-35ae501b01d9 2026-04-07 01:20:24.885 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8138f0e1-3571-4dfb-b835-2c47f240c153 b573b6b08e7b40159014e1b6823772cf 27257907265a44c1a18e545ad5c3b9ce - - default default] Tap Mirror: Handle Delete Port: abdcf7a7-1baa-4550-8671-35ae501b01d9 [pid: 8|app: 0|req: 1141/2354] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:20:24 2026] DELETE /v2.0/routers/4676158e-28ba-4089-8dc5-68a240b12789 => generated 0 bytes in 343 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2355] 10.0.0.248 () {34 vars in 748 bytes} [Tue Apr 7 01:20:25 2026] PUT /v2.0/trunks/809f00e9-9a7e-4d5c-8c00-b4fda080c93a/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2356] 10.0.0.248 () {32 vars in 720 bytes} [Tue Apr 7 01:20:25 2026] GET /v2.0/routers/dacb0033-15f9-40c0-8992-9c96214b383e => generated 502 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2357] 10.0.0.248 () {32 vars in 728 bytes} [Tue Apr 7 01:20:25 2026] GET /v2.0/trunks/809f00e9-9a7e-4d5c-8c00-b4fda080c93a/tags => generated 25 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2358] 10.0.0.248 () {34 vars in 668 bytes} [Tue Apr 7 01:20:23 2026] POST /v2.0/routers => generated 685 bytes in 1911 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2359] 10.0.0.248 () {34 vars in 759 bytes} [Tue Apr 7 01:20:25 2026] PUT /v2.0/trunks/809f00e9-9a7e-4d5c-8c00-b4fda080c93a/tags/green => generated 4 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2362] 10.0.0.248 () {34 vars in 741 bytes} [Tue Apr 7 01:20:25 2026] PUT /v2.0/routers/dacb0033-15f9-40c0-8992-9c96214b383e => generated 502 bytes in 963 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2363] 10.0.0.248 () {32 vars in 728 bytes} [Tue Apr 7 01:20:26 2026] GET /v2.0/trunks/809f00e9-9a7e-4d5c-8c00-b4fda080c93a/tags => generated 34 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2364] 10.0.0.248 () {32 vars in 735 bytes} [Tue Apr 7 01:20:26 2026] GET /v2.0/ports?device_id=dacb0033-15f9-40c0-8992-9c96214b383e => 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: 1148/2365] 10.0.0.248 () {34 vars in 755 bytes} [Tue Apr 7 01:20:26 2026] PUT /v2.0/trunks/809f00e9-9a7e-4d5c-8c00-b4fda080c93a/tags/red => generated 4 bytes in 24 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-07 01:20:26.334 8 INFO neutron_taas.services.taas.taas_plugin [None req-72313ee6-c527-4062-8070-ed8bf51b7217 b573b6b08e7b40159014e1b6823772cf 27257907265a44c1a18e545ad5c3b9ce - - default default] TaaS: Handle Delete Port: 824fff9c-f88a-468e-865a-b2628e98fbd2 2026-04-07 01:20:26.337 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-72313ee6-c527-4062-8070-ed8bf51b7217 b573b6b08e7b40159014e1b6823772cf 27257907265a44c1a18e545ad5c3b9ce - - default default] Tap Mirror: Handle Delete Port: 824fff9c-f88a-468e-865a-b2628e98fbd2 [pid: 8|app: 0|req: 1149/2366] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:20:26 2026] DELETE /v2.0/routers/dacb0033-15f9-40c0-8992-9c96214b383e => generated 0 bytes in 358 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2367] 10.0.0.248 () {32 vars in 728 bytes} [Tue Apr 7 01:20:26 2026] GET /v2.0/trunks/809f00e9-9a7e-4d5c-8c00-b4fda080c93a/tags => generated 34 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2368] 10.0.0.248 () {32 vars in 720 bytes} [Tue Apr 7 01:20:26 2026] GET /v2.0/routers/8e2faca7-f174-49b5-a972-47ec8b99ebd2 => generated 487 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2369] 10.0.0.248 () {34 vars in 777 bytes} [Tue Apr 7 01:20:26 2026] PUT /v2.0/trunks/809f00e9-9a7e-4d5c-8c00-b4fda080c93a/tags/black.or.white => generated 4 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2370] 10.0.0.248 () {34 vars in 782 bytes} [Tue Apr 7 01:20:25 2026] PUT /v2.0/routers/f81efee0-f2df-43c1-9dd7-d4192a94a8ef/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: 1219/2371] 10.0.0.248 () {32 vars in 728 bytes} [Tue Apr 7 01:20:26 2026] GET /v2.0/trunks/809f00e9-9a7e-4d5c-8c00-b4fda080c93a/tags => generated 52 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2372] 10.0.0.248 () {34 vars in 741 bytes} [Tue Apr 7 01:20:26 2026] PUT /v2.0/routers/8e2faca7-f174-49b5-a972-47ec8b99ebd2 => generated 487 bytes in 613 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2373] 10.0.0.248 () {34 vars in 748 bytes} [Tue Apr 7 01:20:27 2026] PUT /v2.0/trunks/809f00e9-9a7e-4d5c-8c00-b4fda080c93a/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2374] 10.0.0.248 () {32 vars in 735 bytes} [Tue Apr 7 01:20:27 2026] GET /v2.0/ports?device_id=8e2faca7-f174-49b5-a972-47ec8b99ebd2 => 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: 1156/2375] 10.0.0.248 () {32 vars in 728 bytes} [Tue Apr 7 01:20:27 2026] GET /v2.0/trunks/809f00e9-9a7e-4d5c-8c00-b4fda080c93a/tags => generated 37 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:20:27.516 8 INFO neutron_taas.services.taas.taas_plugin [None req-940e9450-b68c-4ed9-aaaf-f5ef23735a4d b573b6b08e7b40159014e1b6823772cf 27257907265a44c1a18e545ad5c3b9ce - - default default] TaaS: Handle Delete Port: 75388bc3-a8aa-44ce-bd8a-907934f6c0d4 2026-04-07 01:20:27.519 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-940e9450-b68c-4ed9-aaaf-f5ef23735a4d b573b6b08e7b40159014e1b6823772cf 27257907265a44c1a18e545ad5c3b9ce - - default default] Tap Mirror: Handle Delete Port: 75388bc3-a8aa-44ce-bd8a-907934f6c0d4 [pid: 8|app: 0|req: 1157/2376] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:20:27 2026] DELETE /v2.0/routers/8e2faca7-f174-49b5-a972-47ec8b99ebd2 => generated 0 bytes in 408 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2377] 10.0.0.248 () {32 vars in 736 bytes} [Tue Apr 7 01:20:27 2026] GET /v2.0/trunks/809f00e9-9a7e-4d5c-8c00-b4fda080c93a/tags/red => generated 0 bytes in 19 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2378] 10.0.0.248 () {32 vars in 720 bytes} [Tue Apr 7 01:20:27 2026] GET /v2.0/routers/7cb1406c-1f07-4aed-a09c-bd7a0dd5217e => generated 480 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:20:27.849 8 INFO neutron.api.v2.resource [None req-84f0fe5e-a310-4a96-8a21-d46422f6282c 50e8452fda1c4403bb9d9b3898866994 d07659f52dd14f7c90bced48d046c33b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1160/2379] 10.0.0.248 () {32 vars in 740 bytes} [Tue Apr 7 01:20:27 2026] GET /v2.0/trunks/809f00e9-9a7e-4d5c-8c00-b4fda080c93a/tags/green => generated 99 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2380] 10.0.0.248 () {34 vars in 782 bytes} [Tue Apr 7 01:20:26 2026] PUT /v2.0/routers/f81efee0-f2df-43c1-9dd7-d4192a94a8ef/add_router_interface => generated 309 bytes in 1303 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2381] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:20:28 2026] DELETE /v2.0/trunks/809f00e9-9a7e-4d5c-8c00-b4fda080c93a/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: 1161/2382] 10.0.0.248 () {34 vars in 741 bytes} [Tue Apr 7 01:20:27 2026] PUT /v2.0/routers/7cb1406c-1f07-4aed-a09c-bd7a0dd5217e => generated 480 bytes in 567 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2383] 10.0.0.248 () {32 vars in 728 bytes} [Tue Apr 7 01:20:28 2026] GET /v2.0/trunks/809f00e9-9a7e-4d5c-8c00-b4fda080c93a/tags => generated 30 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2384] 10.0.0.248 () {32 vars in 735 bytes} [Tue Apr 7 01:20:28 2026] GET /v2.0/ports?device_id=7cb1406c-1f07-4aed-a09c-bd7a0dd5217e => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:20:28.521 8 INFO neutron.api.v2.resource [None req-fc09de60-cdc7-473e-9a28-5c6e4cba0524 50e8452fda1c4403bb9d9b3898866994 d07659f52dd14f7c90bced48d046c33b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1164/2385] 10.0.0.248 () {32 vars in 743 bytes} [Tue Apr 7 01:20:28 2026] DELETE /v2.0/trunks/809f00e9-9a7e-4d5c-8c00-b4fda080c93a/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-07 01:20:28.681 8 INFO neutron_taas.services.taas.taas_plugin [None req-d1230049-d55e-495b-877c-e8de7933584d b573b6b08e7b40159014e1b6823772cf 27257907265a44c1a18e545ad5c3b9ce - - default default] TaaS: Handle Delete Port: 93f9184d-2c55-4fb8-9db6-cc03d69e1f51 2026-04-07 01:20:28.684 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d1230049-d55e-495b-877c-e8de7933584d b573b6b08e7b40159014e1b6823772cf 27257907265a44c1a18e545ad5c3b9ce - - default default] Tap Mirror: Handle Delete Port: 93f9184d-2c55-4fb8-9db6-cc03d69e1f51 2026-04-07 01:20:29.014 8 INFO neutron.services.segments.plugin [-] Segment 239cf9af-4ffe-4766-8175-d1c73113d1d0 resource provider aggregate not found 2026-04-07 01:20:29.015 8 INFO neutron.services.segments.plugin [-] Segment 239cf9af-4ffe-4766-8175-d1c73113d1d0 resource provider aggregate not found 2026-04-07 01:20:29.038 8 INFO neutron.db.l3_hamode_db [None req-d1230049-d55e-495b-877c-e8de7933584d b573b6b08e7b40159014e1b6823772cf 27257907265a44c1a18e545ad5c3b9ce - - default default] HA network 82b07a42-0efd-4eb4-b174-557c4dd05384 was deleted as no HA routers are present in tenant 27257907265a44c1a18e545ad5c3b9ce. 2026-04-07 01:20:29.044 8 INFO neutron.services.segments.plugin [-] Segment 239cf9af-4ffe-4766-8175-d1c73113d1d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 239cf9af-4ffe-4766-8175-d1c73113d1d0 found for delete ", "request_id": "req-12124236-7c0e-4d55-85f9-01df3d637767"}]} 2026-04-07 01:20:29.045 8 INFO neutron.services.segments.plugin [-] Segment 239cf9af-4ffe-4766-8175-d1c73113d1d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 239cf9af-4ffe-4766-8175-d1c73113d1d0 found for delete ", "request_id": "req-2d7793ae-4e05-4ac2-aae5-88cf6a0f477e"}]} [pid: 8|app: 0|req: 1165/2386] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:20:28 2026] DELETE /v2.0/routers/7cb1406c-1f07-4aed-a09c-bd7a0dd5217e => generated 0 bytes in 524 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2387] 10.0.0.248 () {32 vars in 731 bytes} [Tue Apr 7 01:20:29 2026] DELETE /v2.0/trunks/809f00e9-9a7e-4d5c-8c00-b4fda080c93a/tags => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2388] 10.0.0.248 () {32 vars in 728 bytes} [Tue Apr 7 01:20:29 2026] GET /v2.0/trunks/809f00e9-9a7e-4d5c-8c00-b4fda080c93a/tags => 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: 1168/2389] 10.0.0.248 () {32 vars in 718 bytes} [Tue Apr 7 01:20:29 2026] GET /v2.0/trunks/809f00e9-9a7e-4d5c-8c00-b4fda080c93a => generated 407 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2390] 10.0.0.248 () {32 vars in 716 bytes} [Tue Apr 7 01:20:29 2026] GET /v2.0/ports/6e4be948-167b-4046-b94c-c6e08a432f75 => generated 826 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2391] 10.0.0.248 () {32 vars in 721 bytes} [Tue Apr 7 01:20:29 2026] DELETE /v2.0/trunks/809f00e9-9a7e-4d5c-8c00-b4fda080c93a => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:20:29.372 8 INFO neutron_taas.services.taas.taas_plugin [None req-e0d5c14a-26f5-464a-adb6-5765c62a6626 50e8452fda1c4403bb9d9b3898866994 d07659f52dd14f7c90bced48d046c33b - - default default] TaaS: Handle Delete Port: 6e4be948-167b-4046-b94c-c6e08a432f75 2026-04-07 01:20:29.375 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e0d5c14a-26f5-464a-adb6-5765c62a6626 50e8452fda1c4403bb9d9b3898866994 d07659f52dd14f7c90bced48d046c33b - - default default] Tap Mirror: Handle Delete Port: 6e4be948-167b-4046-b94c-c6e08a432f75 [pid: 8|app: 0|req: 1171/2392] 10.0.0.248 () {32 vars in 719 bytes} [Tue Apr 7 01:20:29 2026] DELETE /v2.0/ports/6e4be948-167b-4046-b94c-c6e08a432f75 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2393] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:20:29 2026] DELETE /v2.0/networks/f3dd80eb-7406-4d59-83b8-2d374cdff8be => 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: 1222/2394] 10.0.0.248 () {34 vars in 782 bytes} [Tue Apr 7 01:20:28 2026] PUT /v2.0/routers/f81efee0-f2df-43c1-9dd7-d4192a94a8ef/add_router_interface => generated 309 bytes in 1431 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2395] 10.0.0.248 () {34 vars in 683 bytes} [Tue Apr 7 01:20:29 2026] POST /v2.0/security-groups => generated 1630 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2396] 10.0.0.248 () {34 vars in 694 bytes} [Tue Apr 7 01:20:29 2026] POST /v2.0/security-group-rules => generated 597 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2397] 10.0.0.248 () {34 vars in 694 bytes} [Tue Apr 7 01:20:29 2026] POST /v2.0/security-group-rules => generated 597 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2398] 10.0.0.248 () {34 vars in 694 bytes} [Tue Apr 7 01:20:30 2026] POST /v2.0/security-group-rules => generated 599 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2399] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:20:29 2026] GET /v2.0/security-groups?tenant_id=5e86b9b31504404aa36840765978664b&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: 1176/2400] 10.0.0.248 () {34 vars in 694 bytes} [Tue Apr 7 01:20:30 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: 8|app: 0|req: 1177/2401] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:20:30 2026] DELETE /v2.0/security-groups/102f47b3-b73a-4a77-9a1a-d06e803f0975 => 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: 1225/2402] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:20:30 2026] GET /v2.0/security-groups?tenant_id=c276d25b1e344cfea2e3733c6a32afab&name=default => generated 2929 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2403] 10.0.0.248 () {34 vars in 694 bytes} [Tue Apr 7 01:20:30 2026] POST /v2.0/security-group-rules => generated 601 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2404] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:20:30 2026] DELETE /v2.0/security-groups/b915ae88-74cf-4e6c-82c0-6d7d9433928b => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2405] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:20:30 2026] GET /v2.0/security-groups?tenant_id=fdadd11e22e24cc4af82d0d8113a17d1&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: 1227/2406] 10.0.0.248 () {34 vars in 694 bytes} [Tue Apr 7 01:20:30 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: 8|app: 0|req: 1180/2407] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:20:30 2026] DELETE /v2.0/security-groups/c22cc1ee-a0b9-4d03-aa10-1ff6e75528c0 => 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: 1181/2408] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:20:30 2026] GET /v2.0/security-groups?tenant_id=d07659f52dd14f7c90bced48d046c33b&name=default => generated 2929 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2409] 10.0.0.248 () {34 vars in 694 bytes} [Tue Apr 7 01:20:30 2026] POST /v2.0/security-group-rules => generated 597 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2410] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:20:30 2026] DELETE /v2.0/security-groups/4015c23e-a452-41f1-9ebe-543e406c5286 => 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: 1229/2411] 10.0.0.248 () {34 vars in 694 bytes} [Tue Apr 7 01:20:30 2026] POST /v2.0/security-group-rules => generated 597 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2412] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:20:30 2026] GET /v2.0/security-groups?tenant_id=27257907265a44c1a18e545ad5c3b9ce&name=default => generated 2929 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2413] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:20:30 2026] DELETE /v2.0/security-groups/59169f8b-686d-4437-a8a2-a8bf79982524 => 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: 1230/2414] 10.0.0.248 () {34 vars in 694 bytes} [Tue Apr 7 01:20:30 2026] POST /v2.0/security-group-rules => generated 599 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:20:31.074 8 INFO neutron.services.segments.plugin [-] Segment 6a4cab4f-cd84-4fde-b614-8cfcf26456a2 resource provider aggregate not found 2026-04-07 01:20:31.080 8 INFO neutron.services.segments.plugin [-] Segment 6a4cab4f-cd84-4fde-b614-8cfcf26456a2 resource provider aggregate not found 2026-04-07 01:20:31.097 8 INFO neutron.services.segments.plugin [-] Segment 6a4cab4f-cd84-4fde-b614-8cfcf26456a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a4cab4f-cd84-4fde-b614-8cfcf26456a2 found for delete ", "request_id": "req-e2ad094e-6e1a-4361-95de-9d43f3e20b21"}]} 2026-04-07 01:20:31.101 8 INFO neutron.services.segments.plugin [-] Segment 6a4cab4f-cd84-4fde-b614-8cfcf26456a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a4cab4f-cd84-4fde-b614-8cfcf26456a2 found for delete ", "request_id": "req-be4c1d10-d6b8-426c-96ab-4314cc5cd01f"}]} [pid: 8|app: 0|req: 1185/2415] 10.0.0.248 () {34 vars in 694 bytes} [Tue Apr 7 01:20:31 2026] POST /v2.0/security-group-rules => generated 601 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2416] 10.0.0.248 () {34 vars in 694 bytes} [Tue Apr 7 01:20:31 2026] POST /v2.0/security-group-rules => generated 597 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2417] 10.0.0.76 () {34 vars in 1094 bytes} [Tue Apr 7 01:20:31 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1191794648&fields=id&tenant_id=3ccd5bcec788410b925e8e60f0e6a0cc => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2418] 10.0.0.76 () {34 vars in 980 bytes} [Tue Apr 7 01:20:31 2026] GET /v2.0/networks?id=08e5e406-dccf-4e7a-ba36-826444032da2 => generated 704 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2419] 10.0.0.76 () {34 vars in 963 bytes} [Tue Apr 7 01:20:31 2026] GET /v2.0/quotas/3ccd5bcec788410b925e8e60f0e6a0cc => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2420] 10.0.0.76 () {34 vars in 1000 bytes} [Tue Apr 7 01:20:31 2026] GET /v2.0/ports?tenant_id=3ccd5bcec788410b925e8e60f0e6a0cc&fields=id => generated 287 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2421] 10.0.0.76 () {34 vars in 1006 bytes} [Tue Apr 7 01:20:31 2026] GET /v2.0/networks/08e5e406-dccf-4e7a-ba36-826444032da2?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: 1234/2422] 10.0.0.76 () {34 vars in 1106 bytes} [Tue Apr 7 01:20:31 2026] GET /v2.0/networks/08e5e406-dccf-4e7a-ba36-826444032da2?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: 1189/2423] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:20:32 2026] GET /v2.0/ports?device_id=bc155b88-4183-41ba-ba71-6b4fdb8a4eba => 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: 1235/2424] 10.0.0.248 () {34 vars in 677 bytes} [Tue Apr 7 01:20:33 2026] POST /v2.0/qos/policies => generated 359 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2425] 10.0.0.248 () {34 vars in 752 bytes} [Tue Apr 7 01:20:34 2026] PUT /v2.0/policies/74dfc316-7b7b-4f94-b346-04d19f55dce0/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: 1236/2426] 10.0.0.248 () {32 vars in 732 bytes} [Tue Apr 7 01:20:34 2026] GET /v2.0/policies/74dfc316-7b7b-4f94-b346-04d19f55dce0/tags => generated 25 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2427] 10.0.0.248 () {34 vars in 763 bytes} [Tue Apr 7 01:20:34 2026] PUT /v2.0/policies/74dfc316-7b7b-4f94-b346-04d19f55dce0/tags/green => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2428] 10.0.0.248 () {32 vars in 732 bytes} [Tue Apr 7 01:20:34 2026] GET /v2.0/policies/74dfc316-7b7b-4f94-b346-04d19f55dce0/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2429] 10.0.0.248 () {34 vars in 759 bytes} [Tue Apr 7 01:20:34 2026] PUT /v2.0/policies/74dfc316-7b7b-4f94-b346-04d19f55dce0/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: 1238/2430] 10.0.0.248 () {32 vars in 732 bytes} [Tue Apr 7 01:20:34 2026] GET /v2.0/policies/74dfc316-7b7b-4f94-b346-04d19f55dce0/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2431] 10.0.0.248 () {34 vars in 781 bytes} [Tue Apr 7 01:20:34 2026] PUT /v2.0/policies/74dfc316-7b7b-4f94-b346-04d19f55dce0/tags/black.or.white => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2432] 10.0.0.248 () {32 vars in 732 bytes} [Tue Apr 7 01:20:34 2026] GET /v2.0/policies/74dfc316-7b7b-4f94-b346-04d19f55dce0/tags => generated 52 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2433] 10.0.0.248 () {34 vars in 752 bytes} [Tue Apr 7 01:20:34 2026] PUT /v2.0/policies/74dfc316-7b7b-4f94-b346-04d19f55dce0/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2434] 10.0.0.248 () {32 vars in 732 bytes} [Tue Apr 7 01:20:34 2026] GET /v2.0/policies/74dfc316-7b7b-4f94-b346-04d19f55dce0/tags => generated 37 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2435] 10.0.0.248 () {32 vars in 740 bytes} [Tue Apr 7 01:20:34 2026] GET /v2.0/policies/74dfc316-7b7b-4f94-b346-04d19f55dce0/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:20:34.693 7 INFO neutron.api.v2.resource [None req-6ac3d9cd-fc51-48ea-9194-aff232a6da05 923b56155907403ba4924751d16b3cc7 da0664de915c4729979ec652373563c3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1241/2436] 10.0.0.248 () {32 vars in 744 bytes} [Tue Apr 7 01:20:34 2026] GET /v2.0/policies/74dfc316-7b7b-4f94-b346-04d19f55dce0/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2437] 10.0.0.248 () {32 vars in 743 bytes} [Tue Apr 7 01:20:34 2026] DELETE /v2.0/policies/74dfc316-7b7b-4f94-b346-04d19f55dce0/tags/red => 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: 1242/2438] 10.0.0.248 () {32 vars in 732 bytes} [Tue Apr 7 01:20:34 2026] GET /v2.0/policies/74dfc316-7b7b-4f94-b346-04d19f55dce0/tags => generated 30 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:20:34.801 8 INFO neutron.api.v2.resource [None req-29d0c5a7-169c-4b91-ad43-684766460a14 923b56155907403ba4924751d16b3cc7 da0664de915c4729979ec652373563c3 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1197/2439] 10.0.0.248 () {32 vars in 747 bytes} [Tue Apr 7 01:20:34 2026] DELETE /v2.0/policies/74dfc316-7b7b-4f94-b346-04d19f55dce0/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2440] 10.0.0.248 () {32 vars in 735 bytes} [Tue Apr 7 01:20:34 2026] DELETE /v2.0/policies/74dfc316-7b7b-4f94-b346-04d19f55dce0/tags => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2441] 10.0.0.248 () {32 vars in 732 bytes} [Tue Apr 7 01:20:34 2026] GET /v2.0/policies/74dfc316-7b7b-4f94-b346-04d19f55dce0/tags => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2442] 10.0.0.248 () {32 vars in 733 bytes} [Tue Apr 7 01:20:34 2026] DELETE /v2.0/qos/policies/74dfc316-7b7b-4f94-b346-04d19f55dce0 => 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: 1199/2443] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:20:35 2026] GET /v2.0/security-groups?tenant_id=da0664de915c4729979ec652373563c3&name=default => generated 2929 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2444] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:20:35 2026] DELETE /v2.0/security-groups/ab8c7acf-9127-4193-b148-ded6fc41ddc0 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2445] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:20:35 2026] GET /v2.0/security-groups?tenant_id=ecbe5d69bfef4044af1980b9a232790b&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2446] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:20:36 2026] DELETE /v2.0/security-groups/924e18b3-cd88-4ee2-a73a-e3b3ecbd1374 => 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: 1201/2447] 199.204.45.49 () {34 vars in 984 bytes} [Tue Apr 7 01:20:36 2026] GET /v2.0/networks?id=08e5e406-dccf-4e7a-ba36-826444032da2 => generated 704 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2448] 199.204.45.49 () {34 vars in 1048 bytes} [Tue Apr 7 01:20:36 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3ccd5bcec788410b925e8e60f0e6a0cc => generated 179 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2449] 199.204.45.49 () {38 vars in 953 bytes} [Tue Apr 7 01:20:36 2026] POST /v2.0/ports => generated 1179 bytes in 452 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: 1203/2450] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:20:37 2026] GET /v2.0/ports?device_id=bc155b88-4183-41ba-ba71-6b4fdb8a4eba => generated 1194 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2451] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:20:37 2026] GET /v2.0/security-groups?id=4336ec45-b02c-4165-9855-953bcec24216&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2452] 199.204.45.49 () {38 vars in 1026 bytes} [Tue Apr 7 01:20:37 2026] PUT /v2.0/ports/f6d959d4-2717-4e99-b7a2-883451b96110 => generated 1460 bytes in 408 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:20:37.450 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6ad9d1a3-9467-48e0-add4-fcb8c0438265'] response: {'name': 'network-changed', 'server_uuid': 'bc155b88-4183-41ba-ba71-6b4fdb8a4eba', 'tag': 'f6d959d4-2717-4e99-b7a2-883451b96110', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1205/2453] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:20:37 2026] GET /v2.0/ports?tenant_id=3ccd5bcec788410b925e8e60f0e6a0cc&device_id=bc155b88-4183-41ba-ba71-6b4fdb8a4eba => generated 1463 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: 1249/2454] 199.204.45.49 () {34 vars in 1016 bytes} [Tue Apr 7 01:20:38 2026] GET /v2.0/networks?tenant_id=3ccd5bcec788410b925e8e60f0e6a0cc&shared=False => generated 2376 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2455] 199.204.45.49 () {34 vars in 928 bytes} [Tue Apr 7 01:20:38 2026] GET /v2.0/networks?shared=True => 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: 1207/2456] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:20:39 2026] GET /v2.0/ports?tenant_id=3ccd5bcec788410b925e8e60f0e6a0cc&device_id=bc155b88-4183-41ba-ba71-6b4fdb8a4eba => generated 1463 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2457] 199.204.45.49 () {34 vars in 1054 bytes} [Tue Apr 7 01:20:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.66&port_id=f6d959d4-2717-4e99-b7a2-883451b96110 => 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: 1209/2458] 199.204.45.49 () {34 vars in 1102 bytes} [Tue Apr 7 01:20:39 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1ed&port_id=f6d959d4-2717-4e99-b7a2-883451b96110 => 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: 1210/2459] 199.204.45.49 () {34 vars in 1062 bytes} [Tue Apr 7 01:20:39 2026] GET /v2.0/subnets?id=818cf97f-1375-4acb-8922-a572477f2add&id=dbdd8ee8-f068-41d8-8300-b0709e267ae2 => generated 1410 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2460] 10.0.0.248 () {34 vars in 675 bytes} [Tue Apr 7 01:20:39 2026] POST /v2.0/subnetpools => generated 516 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2461] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:20:39 2026] GET /v2.0/ports?network_id=08e5e406-dccf-4e7a-ba36-826444032da2&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: 1251/2462] 10.0.0.248 () {34 vars in 758 bytes} [Tue Apr 7 01:20:39 2026] PUT /v2.0/subnetpools/88fde050-f9c8-4746-9a71-263cf91633ce/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2463] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:20:39 2026] GET /v2.0/ports?network_id=08e5e406-dccf-4e7a-ba36-826444032da2&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: 1252/2464] 10.0.0.248 () {32 vars in 738 bytes} [Tue Apr 7 01:20:39 2026] GET /v2.0/subnetpools/88fde050-f9c8-4746-9a71-263cf91633ce/tags => generated 25 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2465] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:20:39 2026] GET /v2.0/networks/08e5e406-dccf-4e7a-ba36-826444032da2?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: 1253/2466] 10.0.0.248 () {34 vars in 769 bytes} [Tue Apr 7 01:20:39 2026] PUT /v2.0/subnetpools/88fde050-f9c8-4746-9a71-263cf91633ce/tags/green => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2467] 10.0.0.248 () {32 vars in 738 bytes} [Tue Apr 7 01:20:39 2026] GET /v2.0/subnetpools/88fde050-f9c8-4746-9a71-263cf91633ce/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: 1214/2468] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:20:39 2026] GET /v2.0/networks/08e5e406-dccf-4e7a-ba36-826444032da2?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: 1255/2469] 10.0.0.248 () {34 vars in 765 bytes} [Tue Apr 7 01:20:39 2026] PUT /v2.0/subnetpools/88fde050-f9c8-4746-9a71-263cf91633ce/tags/red => 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: 1215/2470] 10.0.0.248 () {32 vars in 738 bytes} [Tue Apr 7 01:20:39 2026] GET /v2.0/subnetpools/88fde050-f9c8-4746-9a71-263cf91633ce/tags => generated 34 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2471] 10.0.0.248 () {34 vars in 787 bytes} [Tue Apr 7 01:20:39 2026] PUT /v2.0/subnetpools/88fde050-f9c8-4746-9a71-263cf91633ce/tags/black.or.white => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2472] 10.0.0.248 () {32 vars in 738 bytes} [Tue Apr 7 01:20:39 2026] GET /v2.0/subnetpools/88fde050-f9c8-4746-9a71-263cf91633ce/tags => generated 52 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2473] 10.0.0.248 () {34 vars in 758 bytes} [Tue Apr 7 01:20:39 2026] PUT /v2.0/subnetpools/88fde050-f9c8-4746-9a71-263cf91633ce/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2474] 10.0.0.248 () {32 vars in 738 bytes} [Tue Apr 7 01:20:39 2026] GET /v2.0/subnetpools/88fde050-f9c8-4746-9a71-263cf91633ce/tags => generated 37 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2475] 10.0.0.248 () {32 vars in 746 bytes} [Tue Apr 7 01:20:39 2026] GET /v2.0/subnetpools/88fde050-f9c8-4746-9a71-263cf91633ce/tags/red => generated 0 bytes in 27 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:20:39.784 8 INFO neutron.api.v2.resource [None req-c92827fc-eae3-4859-acc8-6448742c2f70 96e5ad3e32a545eca3b449c4211703db 7994feff00df407bb5a9455103a4e399 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1218/2476] 10.0.0.248 () {32 vars in 750 bytes} [Tue Apr 7 01:20:39 2026] GET /v2.0/subnetpools/88fde050-f9c8-4746-9a71-263cf91633ce/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2477] 10.0.0.248 () {32 vars in 749 bytes} [Tue Apr 7 01:20:39 2026] DELETE /v2.0/subnetpools/88fde050-f9c8-4746-9a71-263cf91633ce/tags/red => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2478] 10.0.0.248 () {32 vars in 738 bytes} [Tue Apr 7 01:20:39 2026] GET /v2.0/subnetpools/88fde050-f9c8-4746-9a71-263cf91633ce/tags => generated 30 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:20:39.921 7 INFO neutron.api.v2.resource [None req-398092bd-8fa9-4130-af90-91e57d7da243 96e5ad3e32a545eca3b449c4211703db 7994feff00df407bb5a9455103a4e399 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1260/2479] 10.0.0.248 () {32 vars in 753 bytes} [Tue Apr 7 01:20:39 2026] DELETE /v2.0/subnetpools/88fde050-f9c8-4746-9a71-263cf91633ce/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2480] 10.0.0.248 () {32 vars in 741 bytes} [Tue Apr 7 01:20:39 2026] DELETE /v2.0/subnetpools/88fde050-f9c8-4746-9a71-263cf91633ce/tags => 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: 1261/2481] 10.0.0.248 () {32 vars in 738 bytes} [Tue Apr 7 01:20:39 2026] GET /v2.0/subnetpools/88fde050-f9c8-4746-9a71-263cf91633ce/tags => 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: 1221/2482] 10.0.0.248 () {32 vars in 731 bytes} [Tue Apr 7 01:20:40 2026] DELETE /v2.0/subnetpools/88fde050-f9c8-4746-9a71-263cf91633ce => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2485] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:20:40 2026] GET /v2.0/security-groups?tenant_id=52cbd7b4c5b0464ab5a577e31ab65e6d&name=default => generated 2929 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2486] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:20:40 2026] DELETE /v2.0/security-groups/e8072d91-1415-4bcb-99a2-d007f6b3ff7e => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2487] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:20:41 2026] GET /v2.0/security-groups?tenant_id=7994feff00df407bb5a9455103a4e399&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2488] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:20:41 2026] DELETE /v2.0/security-groups/5f65ff35-f764-4242-a2df-aa721017f042 => 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: 1225/2489] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:20:42 2026] GET /v2.0/ports?device_id=bc155b88-4183-41ba-ba71-6b4fdb8a4eba => generated 1196 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2490] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:20:42 2026] GET /v2.0/security-groups?id=4336ec45-b02c-4165-9855-953bcec24216&fields=id&fields=name => generated 112 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2491] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:20:44 2026] GET /v2.0/security-groups?tenant_id=7826987e80e74646a8e10dfb56d0696a&name=default => generated 2929 bytes in 317 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2492] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:20:45 2026] DELETE /v2.0/security-groups/183ad749-1669-4856-8340-94a547c5c11a => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2493] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:20:45 2026] GET /v2.0/security-groups?tenant_id=a1e738b1d5cb4644a24105c649085d08&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2494] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:20:45 2026] DELETE /v2.0/security-groups/958eb8bf-b7d6-423c-a280-3afb62eec5d4 => 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: 1228/2495] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:20:47 2026] GET /v2.0/ports?device_id=bc155b88-4183-41ba-ba71-6b4fdb8a4eba => generated 1196 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2496] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:20:47 2026] GET /v2.0/security-groups?id=4336ec45-b02c-4165-9855-953bcec24216&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2497] 10.0.0.248 () {32 vars in 817 bytes} [Tue Apr 7 01:20:47 2026] GET /v2.0/ports?network_id=08e5e406-dccf-4e7a-ba36-826444032da2&mac_address=fa%3A16%3A3e%3A93%3A5f%3A9c => generated 1196 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:20:48.532 7 INFO neutron.db.l3_db [None req-5ad48f02-45d4-4863-b5b6-8948c8debb31 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] Floating IP 3677426e-98b4-45d7-b66c-baa602ed71f9 associated. External IP: 10.96.250.207, port: f6d959d4-2717-4e99-b7a2-883451b96110. [pid: 7|app: 0|req: 1269/2498] 10.0.0.248 () {34 vars in 676 bytes} [Tue Apr 7 01:20:47 2026] POST /v2.0/floatingips => generated 854 bytes in 1039 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:20:48.850 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-67ed04df-c108-48e7-a6a3-091877d26a38'] response: {'name': 'network-changed', 'server_uuid': 'bc155b88-4183-41ba-ba71-6b4fdb8a4eba', 'tag': 'f6d959d4-2717-4e99-b7a2-883451b96110', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1230/2499] 10.0.0.76 () {34 vars in 1094 bytes} [Tue Apr 7 01:20:48 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1191794648&fields=id&tenant_id=3ccd5bcec788410b925e8e60f0e6a0cc => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2500] 10.0.0.76 () {34 vars in 980 bytes} [Tue Apr 7 01:20:48 2026] GET /v2.0/networks?id=5d717203-0e41-4f45-accd-1328f9c96edc => generated 705 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2501] 10.0.0.76 () {34 vars in 963 bytes} [Tue Apr 7 01:20:48 2026] GET /v2.0/quotas/3ccd5bcec788410b925e8e60f0e6a0cc => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2502] 10.0.0.76 () {34 vars in 1000 bytes} [Tue Apr 7 01:20:49 2026] GET /v2.0/ports?tenant_id=3ccd5bcec788410b925e8e60f0e6a0cc&fields=id => generated 333 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2503] 10.0.0.76 () {34 vars in 1006 bytes} [Tue Apr 7 01:20:49 2026] GET /v2.0/networks/5d717203-0e41-4f45-accd-1328f9c96edc?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2504] 10.0.0.76 () {34 vars in 1106 bytes} [Tue Apr 7 01:20:49 2026] GET /v2.0/networks/5d717203-0e41-4f45-accd-1328f9c96edc?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: 1233/2505] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:20:49 2026] GET /v2.0/ports?device_id=c43d9ffe-585a-42f6-ac5e-ec3574f4157e => 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: 1273/2506] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:20:49 2026] GET /v2.0/ports?tenant_id=3ccd5bcec788410b925e8e60f0e6a0cc&device_id=bc155b88-4183-41ba-ba71-6b4fdb8a4eba => generated 1465 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2507] 199.204.45.49 () {34 vars in 984 bytes} [Tue Apr 7 01:20:49 2026] GET /v2.0/networks?id=08e5e406-dccf-4e7a-ba36-826444032da2 => generated 800 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2508] 199.204.45.49 () {34 vars in 1054 bytes} [Tue Apr 7 01:20:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.66&port_id=f6d959d4-2717-4e99-b7a2-883451b96110 => generated 857 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2509] 199.204.45.49 () {34 vars in 1102 bytes} [Tue Apr 7 01:20:49 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1ed&port_id=f6d959d4-2717-4e99-b7a2-883451b96110 => 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: 1275/2510] 199.204.45.49 () {34 vars in 1062 bytes} [Tue Apr 7 01:20:49 2026] GET /v2.0/subnets?id=818cf97f-1375-4acb-8922-a572477f2add&id=dbdd8ee8-f068-41d8-8300-b0709e267ae2 => generated 1410 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2511] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:20:49 2026] GET /v2.0/ports?network_id=08e5e406-dccf-4e7a-ba36-826444032da2&device_owner=network%3Adhcp => generated 1457 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2512] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:20:49 2026] GET /v2.0/ports?network_id=08e5e406-dccf-4e7a-ba36-826444032da2&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: 8|app: 0|req: 1237/2513] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:20:49 2026] GET /v2.0/networks/08e5e406-dccf-4e7a-ba36-826444032da2?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2514] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:20:49 2026] GET /v2.0/networks/08e5e406-dccf-4e7a-ba36-826444032da2?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: 8|app: 0|req: 1238/2515] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:20:54 2026] GET /v2.0/ports?device_id=c43d9ffe-585a-42f6-ac5e-ec3574f4157e => 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: 1278/2516] 199.204.45.49 () {34 vars in 984 bytes} [Tue Apr 7 01:20:54 2026] GET /v2.0/networks?id=5d717203-0e41-4f45-accd-1328f9c96edc => generated 705 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2517] 199.204.45.49 () {34 vars in 1048 bytes} [Tue Apr 7 01:20:54 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3ccd5bcec788410b925e8e60f0e6a0cc => generated 179 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2518] 199.204.45.49 () {38 vars in 953 bytes} [Tue Apr 7 01:20:54 2026] POST /v2.0/ports => generated 1183 bytes in 404 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2521] 199.204.45.49 () {38 vars in 1026 bytes} [Tue Apr 7 01:20:55 2026] PUT /v2.0/ports/33262a88-8f9d-4017-893f-0ddd6110976d => generated 1464 bytes in 453 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:20:55.627 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3d461997-9ada-467f-909a-744479c8a5e2'] response: {'name': 'network-changed', 'server_uuid': 'c43d9ffe-585a-42f6-ac5e-ec3574f4157e', 'tag': '33262a88-8f9d-4017-893f-0ddd6110976d', '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: 1282/2522] 10.0.0.97 () {34 vars in 988 bytes} [Tue Apr 7 01:20:55 2026] GET /v2.0/ports?device_id=bc155b88-4183-41ba-ba71-6b4fdb8a4eba => generated 1465 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: 8|app: 0|req: 1241/2523] 10.0.0.97 () {34 vars in 1038 bytes} [Tue Apr 7 01:20:55 2026] GET /v2.0/security-groups?id=4336ec45-b02c-4165-9855-953bcec24216&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2524] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:20:56 2026] GET /v2.0/ports?tenant_id=3ccd5bcec788410b925e8e60f0e6a0cc&device_id=c43d9ffe-585a-42f6-ac5e-ec3574f4157e => generated 1467 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2525] 199.204.45.49 () {34 vars in 1016 bytes} [Tue Apr 7 01:20:56 2026] GET /v2.0/networks?tenant_id=3ccd5bcec788410b925e8e60f0e6a0cc&shared=False => generated 2376 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2526] 199.204.45.49 () {34 vars in 928 bytes} [Tue Apr 7 01:20:56 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: 1243/2527] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:20:57 2026] GET /v2.0/ports?tenant_id=3ccd5bcec788410b925e8e60f0e6a0cc&device_id=c43d9ffe-585a-42f6-ac5e-ec3574f4157e => generated 1467 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2528] 199.204.45.49 () {34 vars in 1056 bytes} [Tue Apr 7 01:20:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.237&port_id=33262a88-8f9d-4017-893f-0ddd6110976d => 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: 1244/2529] 199.204.45.49 () {34 vars in 1102 bytes} [Tue Apr 7 01:20:57 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A7f&port_id=33262a88-8f9d-4017-893f-0ddd6110976d => 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: 1286/2530] 199.204.45.49 () {34 vars in 1062 bytes} [Tue Apr 7 01:20:57 2026] GET /v2.0/subnets?id=f3494308-6439-4452-9b05-c0934c61d509&id=12b629ab-ec60-43a0-9190-e0e9f5ee8f2b => 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: 1245/2531] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:20:57 2026] GET /v2.0/ports?network_id=5d717203-0e41-4f45-accd-1328f9c96edc&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2532] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:20:57 2026] GET /v2.0/ports?network_id=5d717203-0e41-4f45-accd-1328f9c96edc&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2533] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:20:57 2026] GET /v2.0/networks/5d717203-0e41-4f45-accd-1328f9c96edc?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2534] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:20:57 2026] GET /v2.0/networks/5d717203-0e41-4f45-accd-1328f9c96edc?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: 8|app: 0|req: 1247/2535] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:20:59 2026] GET /v2.0/ports?device_id=c43d9ffe-585a-42f6-ac5e-ec3574f4157e => generated 1200 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2536] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:20:59 2026] GET /v2.0/security-groups?id=4336ec45-b02c-4165-9855-953bcec24216&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2537] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:21:04 2026] GET /v2.0/ports?device_id=c43d9ffe-585a-42f6-ac5e-ec3574f4157e => generated 1200 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2538] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:21:04 2026] GET /v2.0/security-groups?id=4336ec45-b02c-4165-9855-953bcec24216&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2539] 10.0.0.248 () {32 vars in 817 bytes} [Tue Apr 7 01:21:04 2026] GET /v2.0/ports?network_id=5d717203-0e41-4f45-accd-1328f9c96edc&mac_address=fa%3A16%3A3e%3A3c%3A7f%3A4b => generated 1200 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:21:05.623 7 INFO neutron.db.l3_db [None req-7ec7fc32-3beb-4eec-941f-0b6ff36a09d2 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] Floating IP 65270836-8fa3-48aa-beb4-9b83896ddf62 associated. External IP: 10.96.250.214, port: 33262a88-8f9d-4017-893f-0ddd6110976d. [pid: 7|app: 0|req: 1291/2540] 10.0.0.248 () {34 vars in 676 bytes} [Tue Apr 7 01:21:04 2026] POST /v2.0/floatingips => generated 855 bytes in 1076 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:21:05.976 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-53197a29-ca3a-4859-b33f-0b353f0b8e3d'] response: {'name': 'network-changed', 'server_uuid': 'c43d9ffe-585a-42f6-ac5e-ec3574f4157e', 'tag': '33262a88-8f9d-4017-893f-0ddd6110976d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1250/2541] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:21:06 2026] GET /v2.0/ports?tenant_id=3ccd5bcec788410b925e8e60f0e6a0cc&device_id=c43d9ffe-585a-42f6-ac5e-ec3574f4157e => generated 1469 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2542] 199.204.45.49 () {34 vars in 984 bytes} [Tue Apr 7 01:21:06 2026] GET /v2.0/networks?id=5d717203-0e41-4f45-accd-1328f9c96edc => generated 801 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2543] 199.204.45.49 () {34 vars in 1056 bytes} [Tue Apr 7 01:21:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.237&port_id=33262a88-8f9d-4017-893f-0ddd6110976d => generated 858 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2544] 199.204.45.49 () {34 vars in 1102 bytes} [Tue Apr 7 01:21:06 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A7f&port_id=33262a88-8f9d-4017-893f-0ddd6110976d => 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: 1252/2545] 199.204.45.49 () {34 vars in 1062 bytes} [Tue Apr 7 01:21:06 2026] GET /v2.0/subnets?id=f3494308-6439-4452-9b05-c0934c61d509&id=12b629ab-ec60-43a0-9190-e0e9f5ee8f2b => 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: 1294/2546] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:21:06 2026] GET /v2.0/ports?network_id=5d717203-0e41-4f45-accd-1328f9c96edc&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2547] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:21:06 2026] GET /v2.0/ports?network_id=5d717203-0e41-4f45-accd-1328f9c96edc&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: 1295/2548] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:21:06 2026] GET /v2.0/networks/5d717203-0e41-4f45-accd-1328f9c96edc?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: 1254/2549] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:21:06 2026] GET /v2.0/networks/5d717203-0e41-4f45-accd-1328f9c96edc?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: 1256/2552] 10.0.0.97 () {34 vars in 988 bytes} [Tue Apr 7 01:21:13 2026] GET /v2.0/ports?device_id=c43d9ffe-585a-42f6-ac5e-ec3574f4157e => generated 1469 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2553] 10.0.0.97 () {34 vars in 1038 bytes} [Tue Apr 7 01:21:13 2026] GET /v2.0/security-groups?id=4336ec45-b02c-4165-9855-953bcec24216&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2556] 10.0.0.248 () {32 vars in 720 bytes} [Tue Apr 7 01:21:28 2026] GET /v2.0/subnets/df77b29b-72cc-4600-ae8a-6e9d1931d5ba => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2557] 10.0.0.207 () {30 vars in 689 bytes} [Tue Apr 7 01:21:29 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2558] 10.0.0.207 () {30 vars in 691 bytes} [Tue Apr 7 01:21: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: 7|app: 0|req: 1300/2559] 10.0.0.207 () {30 vars in 667 bytes} [Tue Apr 7 01:21:29 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: 1260/2560] 10.0.0.207 () {30 vars in 703 bytes} [Tue Apr 7 01:21: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: 7|app: 0|req: 1301/2561] 10.0.0.207 () {28 vars in 438 bytes} [Tue Apr 7 01:21:30 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2562] 10.0.0.207 () {30 vars in 727 bytes} [Tue Apr 7 01:21:30 2026] GET /v2.0/subnets/df77b29b-72cc-4600-ae8a-6e9d1931d5ba => generated 657 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2563] 10.0.0.207 () {30 vars in 689 bytes} [Tue Apr 7 01:21:30 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: 8|app: 0|req: 1262/2564] 10.0.0.207 () {30 vars in 691 bytes} [Tue Apr 7 01:21:30 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2565] 10.0.0.207 () {30 vars in 667 bytes} [Tue Apr 7 01:21:30 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: 1263/2566] 10.0.0.207 () {30 vars in 703 bytes} [Tue Apr 7 01:21:30 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: 1304/2567] 10.0.0.207 () {30 vars in 727 bytes} [Tue Apr 7 01:21:30 2026] GET /v2.0/subnets/df77b29b-72cc-4600-ae8a-6e9d1931d5ba => generated 675 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2568] 10.0.0.207 () {30 vars in 689 bytes} [Tue Apr 7 01:21:30 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: 7|app: 0|req: 1305/2569] 10.0.0.207 () {30 vars in 691 bytes} [Tue Apr 7 01:21:30 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: 1265/2570] 10.0.0.207 () {30 vars in 667 bytes} [Tue Apr 7 01:21:30 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: 1306/2571] 10.0.0.207 () {30 vars in 703 bytes} [Tue Apr 7 01:21:30 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: 1266/2572] 10.0.0.207 () {30 vars in 729 bytes} [Tue Apr 7 01:21:30 2026] GET /v2.0/networks/03eb4b0f-9e18-4867-a43e-dc9e127292b9 => generated 800 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2573] 10.0.0.207 () {30 vars in 681 bytes} [Tue Apr 7 01:21:30 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2574] 10.0.0.207 () {34 vars in 703 bytes} [Tue Apr 7 01:21:30 2026] POST /v2.0/ports => generated 1128 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2575] 199.204.45.49 () {30 vars in 701 bytes} [Tue Apr 7 01:21:33 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 43 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: 1268/2576] 199.204.45.49 () {30 vars in 703 bytes} [Tue Apr 7 01:21:33 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2577] 199.204.45.49 () {30 vars in 679 bytes} [Tue Apr 7 01:21:33 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: 1269/2578] 199.204.45.49 () {30 vars in 715 bytes} [Tue Apr 7 01:21:33 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: 1310/2579] 199.204.45.49 () {30 vars in 735 bytes} [Tue Apr 7 01:21:33 2026] GET /v2.0/ports/038bc97b-a34f-475d-8812-525144c1e619 => generated 1128 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2580] 199.204.45.49 () {30 vars in 701 bytes} [Tue Apr 7 01:21:33 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: 1311/2581] 199.204.45.49 () {30 vars in 703 bytes} [Tue Apr 7 01:21:33 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: 1271/2582] 199.204.45.49 () {30 vars in 679 bytes} [Tue Apr 7 01:21:33 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: 1312/2583] 199.204.45.49 () {30 vars in 715 bytes} [Tue Apr 7 01:21:33 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-07 01:21:33.817 8 INFO neutron.api.v2.resource [None req-bc03c1a2-75d0-4986-a6a5-7be5759d3349 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1272/2584] 199.204.45.49 () {30 vars in 761 bytes} [Tue Apr 7 01:21:33 2026] GET /v2.0/security-groups/lb-c8736fe1-3369-4526-ac86-bf8ee47d3371 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2585] 199.204.45.49 () {30 vars in 783 bytes} [Tue Apr 7 01:21:33 2026] GET /v2.0/security-groups?name=lb-c8736fe1-3369-4526-ac86-bf8ee47d3371 => generated 23 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2586] 199.204.45.49 () {34 vars in 734 bytes} [Tue Apr 7 01:21:33 2026] POST /v2.0/security-groups => generated 1638 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2587] 199.204.45.49 () {30 vars in 813 bytes} [Tue Apr 7 01:21:33 2026] GET /v2.0/security-group-rules?security_group_id=98cb5c36-2f31-4db3-b126-039f4d1296c8 => generated 1182 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2588] 199.204.45.49 () {34 vars in 787 bytes} [Tue Apr 7 01:21:34 2026] PUT /v2.0/ports/038bc97b-a34f-475d-8812-525144c1e619 => generated 1128 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2589] 199.204.45.49 () {30 vars in 701 bytes} [Tue Apr 7 01:21:34 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) /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: 1275/2590] 199.204.45.49 () {30 vars in 703 bytes} [Tue Apr 7 01:21:34 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: 1316/2591] 199.204.45.49 () {30 vars in 679 bytes} [Tue Apr 7 01:21: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: 1276/2592] 199.204.45.49 () {30 vars in 715 bytes} [Tue Apr 7 01:21: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: 7|app: 0|req: 1317/2593] 199.204.45.49 () {30 vars in 739 bytes} [Tue Apr 7 01:21:34 2026] GET /v2.0/subnets/df77b29b-72cc-4600-ae8a-6e9d1931d5ba => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2596] 10.0.0.76 () {34 vars in 1014 bytes} [Tue Apr 7 01:21:41 2026] GET /v2.0/security-groups?id=59549253-5858-4467-8ae0-49fb216613ea&fields=id => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2597] 10.0.0.76 () {34 vars in 980 bytes} [Tue Apr 7 01:21:41 2026] GET /v2.0/networks?id=8cf64159-4292-421e-afd1-0bfeaa4c506b => generated 735 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2598] 10.0.0.76 () {34 vars in 963 bytes} [Tue Apr 7 01:21:41 2026] GET /v2.0/quotas/ee679f684f614773815a99a5a1fad90b => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2599] 10.0.0.76 () {34 vars in 1000 bytes} [Tue Apr 7 01:21:41 2026] GET /v2.0/ports?tenant_id=ee679f684f614773815a99a5a1fad90b&fields=id => generated 149 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2600] 10.0.0.76 () {34 vars in 1006 bytes} [Tue Apr 7 01:21:41 2026] GET /v2.0/networks/8cf64159-4292-421e-afd1-0bfeaa4c506b?fields=segments => generated 14 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2601] 10.0.0.76 () {34 vars in 1106 bytes} [Tue Apr 7 01:21:41 2026] GET /v2.0/networks/8cf64159-4292-421e-afd1-0bfeaa4c506b?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: 8|app: 0|req: 1281/2602] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:21:42 2026] GET /v2.0/ports?device_id=5ff503ed-cbf4-40a6-bd28-66b8e36696c7 => generated 12 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2603] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:21:42 2026] GET /v2.0/ports?device_id=5ff503ed-cbf4-40a6-bd28-66b8e36696c7 => 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: 1282/2604] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:21:45 2026] GET /v2.0/ports?device_id=5ff503ed-cbf4-40a6-bd28-66b8e36696c7 => 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: 1323/2605] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:21:45 2026] GET /v2.0/ports?device_id=5ff503ed-cbf4-40a6-bd28-66b8e36696c7 => 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: 1283/2606] 199.204.45.49 () {34 vars in 984 bytes} [Tue Apr 7 01:21:46 2026] GET /v2.0/networks?id=8cf64159-4292-421e-afd1-0bfeaa4c506b => generated 735 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2607] 199.204.45.49 () {34 vars in 1048 bytes} [Tue Apr 7 01:21:46 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ee679f684f614773815a99a5a1fad90b => generated 343 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2608] 199.204.45.49 () {38 vars in 953 bytes} [Tue Apr 7 01:21:46 2026] POST /v2.0/ports => generated 1082 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2609] 199.204.45.49 () {38 vars in 1026 bytes} [Tue Apr 7 01:21:46 2026] PUT /v2.0/ports/6a802328-755a-445e-afe5-69572b506e5d => generated 1243 bytes in 440 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:21:47.481 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-72077d69-2843-4dd8-9c71-d37c36acbfcc'] response: {'name': 'network-changed', 'server_uuid': '5ff503ed-cbf4-40a6-bd28-66b8e36696c7', 'tag': '6a802328-755a-445e-afe5-69572b506e5d', '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: 1285/2610] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:21:47 2026] GET /v2.0/ports?tenant_id=ee679f684f614773815a99a5a1fad90b&device_id=5ff503ed-cbf4-40a6-bd28-66b8e36696c7 => generated 1246 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: 1326/2611] 199.204.45.49 () {34 vars in 1016 bytes} [Tue Apr 7 01:21:48 2026] GET /v2.0/networks?tenant_id=ee679f684f614773815a99a5a1fad90b&shared=False => generated 735 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2612] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:21:48 2026] GET /v2.0/ports?device_id=5ff503ed-cbf4-40a6-bd28-66b8e36696c7 => generated 1246 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2613] 199.204.45.49 () {34 vars in 928 bytes} [Tue Apr 7 01:21:48 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2614] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:21:48 2026] GET /v2.0/security-groups?id=59549253-5858-4467-8ae0-49fb216613ea&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: 1328/2615] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:21:48 2026] GET /v2.0/ports?device_id=5ff503ed-cbf4-40a6-bd28-66b8e36696c7 => generated 1246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2616] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:21:49 2026] GET /v2.0/ports?tenant_id=ee679f684f614773815a99a5a1fad90b&device_id=5ff503ed-cbf4-40a6-bd28-66b8e36696c7 => generated 1246 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2617] 199.204.45.49 () {34 vars in 1060 bytes} [Tue Apr 7 01:21:49 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.251&port_id=6a802328-755a-445e-afe5-69572b506e5d => 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: 1289/2618] 199.204.45.49 () {34 vars in 982 bytes} [Tue Apr 7 01:21:49 2026] GET /v2.0/subnets?id=8e17f324-20d5-4d12-bd17-f00a16e472c9 => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2619] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:21:49 2026] GET /v2.0/ports?network_id=8cf64159-4292-421e-afd1-0bfeaa4c506b&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: 1290/2620] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:21:49 2026] GET /v2.0/networks/8cf64159-4292-421e-afd1-0bfeaa4c506b?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2621] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:21:49 2026] GET /v2.0/networks/8cf64159-4292-421e-afd1-0bfeaa4c506b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2622] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:21:51 2026] GET /v2.0/ports?device_id=5ff503ed-cbf4-40a6-bd28-66b8e36696c7 => generated 1246 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2623] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:21:51 2026] GET /v2.0/security-groups?id=59549253-5858-4467-8ae0-49fb216613ea&fields=id&fields=name => generated 96 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2624] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:21:51 2026] GET /v2.0/ports?device_id=5ff503ed-cbf4-40a6-bd28-66b8e36696c7 => generated 1246 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2625] 199.204.45.49 () {34 vars in 992 bytes} [Tue Apr 7 01:21:53 2026] GET /v2.0/ports?device_id=5ff503ed-cbf4-40a6-bd28-66b8e36696c7 => generated 1246 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2626] 199.204.45.49 () {34 vars in 1042 bytes} [Tue Apr 7 01:21:53 2026] GET /v2.0/security-groups?id=59549253-5858-4467-8ae0-49fb216613ea&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2627] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:21:54 2026] GET /v2.0/ports?device_id=5ff503ed-cbf4-40a6-bd28-66b8e36696c7 => generated 1248 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2628] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:21:54 2026] GET /v2.0/security-groups?id=59549253-5858-4467-8ae0-49fb216613ea&fields=id&fields=name => generated 96 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2629] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:21:54 2026] GET /v2.0/ports?device_id=5ff503ed-cbf4-40a6-bd28-66b8e36696c7 => 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: 1337/2632] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:21:57 2026] GET /v2.0/ports?device_id=5ff503ed-cbf4-40a6-bd28-66b8e36696c7 => generated 1248 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2633] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:21:57 2026] GET /v2.0/security-groups?id=59549253-5858-4467-8ae0-49fb216613ea&fields=id&fields=name => generated 96 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2634] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:21:57 2026] GET /v2.0/ports?device_id=5ff503ed-cbf4-40a6-bd28-66b8e36696c7 => generated 1248 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2639] 199.204.45.49 () {30 vars in 701 bytes} [Tue Apr 7 01:22:31 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2640] 199.204.45.49 () {30 vars in 703 bytes} [Tue Apr 7 01:22:31 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: 1300/2641] 199.204.45.49 () {30 vars in 679 bytes} [Tue Apr 7 01:22:31 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: 1342/2642] 199.204.45.49 () {30 vars in 715 bytes} [Tue Apr 7 01:22:31 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: 1301/2643] 199.204.45.49 () {30 vars in 739 bytes} [Tue Apr 7 01:22:31 2026] GET /v2.0/subnets/df77b29b-72cc-4600-ae8a-6e9d1931d5ba => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2644] 199.204.45.49 () {30 vars in 767 bytes} [Tue Apr 7 01:22:31 2026] GET /v2.0/ports?device_id=5ff503ed-cbf4-40a6-bd28-66b8e36696c7 => generated 1248 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2645] 199.204.45.49 () {34 vars in 715 bytes} [Tue Apr 7 01:22:31 2026] POST /v2.0/ports => generated 1059 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2646] 10.0.0.76 () {34 vars in 969 bytes} [Tue Apr 7 01:22:32 2026] GET /v2.0/ports/b61758d3-2ac0-4fd9-9ead-353dfcc11789 => generated 1059 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2647] 10.0.0.76 () {34 vars in 905 bytes} [Tue Apr 7 01:22:32 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: 7|app: 0|req: 1345/2648] 199.204.45.49 () {34 vars in 1260 bytes} [Tue Apr 7 01:22:33 2026] GET /v2.0/ports/b61758d3-2ac0-4fd9-9ead-353dfcc11789?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2649] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:22:33 2026] GET /v2.0/networks/03eb4b0f-9e18-4867-a43e-dc9e127292b9?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2650] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:22:33 2026] GET /v2.0/networks/03eb4b0f-9e18-4867-a43e-dc9e127292b9?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: 8|app: 0|req: 1305/2651] 199.204.45.49 () {34 vars in 973 bytes} [Tue Apr 7 01:22:33 2026] GET /v2.0/ports/b61758d3-2ac0-4fd9-9ead-353dfcc11789 => generated 1059 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2652] 199.204.45.49 () {34 vars in 984 bytes} [Tue Apr 7 01:22:34 2026] GET /v2.0/networks?id=03eb4b0f-9e18-4867-a43e-dc9e127292b9 => generated 803 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2653] 199.204.45.49 () {38 vars in 1026 bytes} [Tue Apr 7 01:22:34 2026] PUT /v2.0/ports/b61758d3-2ac0-4fd9-9ead-353dfcc11789 => generated 1249 bytes in 405 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:22:34.566 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-dafecf4d-13f2-45b2-b1ee-930bf7adcd5b'] response: {'name': 'network-changed', 'server_uuid': '5ff503ed-cbf4-40a6-bd28-66b8e36696c7', 'tag': 'b61758d3-2ac0-4fd9-9ead-353dfcc11789', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1348/2654] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:22:35 2026] GET /v2.0/ports?tenant_id=ee679f684f614773815a99a5a1fad90b&device_id=5ff503ed-cbf4-40a6-bd28-66b8e36696c7 => generated 2489 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2655] 199.204.45.49 () {34 vars in 984 bytes} [Tue Apr 7 01:22:35 2026] GET /v2.0/networks?id=03eb4b0f-9e18-4867-a43e-dc9e127292b9 => generated 803 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2656] 199.204.45.49 () {34 vars in 1056 bytes} [Tue Apr 7 01:22:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.158&port_id=b61758d3-2ac0-4fd9-9ead-353dfcc11789 => 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: 1308/2657] 199.204.45.49 () {34 vars in 982 bytes} [Tue Apr 7 01:22:35 2026] GET /v2.0/subnets?id=df77b29b-72cc-4600-ae8a-6e9d1931d5ba => generated 678 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2658] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:22:35 2026] GET /v2.0/ports?network_id=03eb4b0f-9e18-4867-a43e-dc9e127292b9&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2659] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:22:35 2026] GET /v2.0/networks/03eb4b0f-9e18-4867-a43e-dc9e127292b9?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: 1351/2660] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:22:35 2026] GET /v2.0/networks/03eb4b0f-9e18-4867-a43e-dc9e127292b9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2661] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:22:36 2026] GET /v2.0/ports?tenant_id=ee679f684f614773815a99a5a1fad90b&device_id=5ff503ed-cbf4-40a6-bd28-66b8e36696c7 => generated 2489 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2662] 199.204.45.49 () {34 vars in 1060 bytes} [Tue Apr 7 01:22:36 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.251&port_id=6a802328-755a-445e-afe5-69572b506e5d => 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: 1311/2663] 199.204.45.49 () {34 vars in 982 bytes} [Tue Apr 7 01:22:36 2026] GET /v2.0/subnets?id=8e17f324-20d5-4d12-bd17-f00a16e472c9 => 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: 1353/2664] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:22:36 2026] GET /v2.0/ports?network_id=8cf64159-4292-421e-afd1-0bfeaa4c506b&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: 8|app: 0|req: 1312/2665] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:22:36 2026] GET /v2.0/networks/8cf64159-4292-421e-afd1-0bfeaa4c506b?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: 1354/2666] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:22:36 2026] GET /v2.0/networks/8cf64159-4292-421e-afd1-0bfeaa4c506b?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: 1313/2667] 199.204.45.49 () {34 vars in 1056 bytes} [Tue Apr 7 01:22:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.158&port_id=b61758d3-2ac0-4fd9-9ead-353dfcc11789 => 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: 1355/2668] 199.204.45.49 () {34 vars in 982 bytes} [Tue Apr 7 01:22:36 2026] GET /v2.0/subnets?id=df77b29b-72cc-4600-ae8a-6e9d1931d5ba => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2669] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:22:36 2026] GET /v2.0/ports?network_id=03eb4b0f-9e18-4867-a43e-dc9e127292b9&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2670] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:22:36 2026] GET /v2.0/networks/03eb4b0f-9e18-4867-a43e-dc9e127292b9?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: 1315/2671] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:22:36 2026] GET /v2.0/networks/03eb4b0f-9e18-4867-a43e-dc9e127292b9?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: 8|app: 0|req: 1317/2674] 10.0.0.76 () {34 vars in 969 bytes} [Tue Apr 7 01:22:40 2026] GET /v2.0/ports/b61758d3-2ac0-4fd9-9ead-353dfcc11789 => generated 1251 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2675] 199.204.45.49 () {34 vars in 787 bytes} [Tue Apr 7 01:22:40 2026] PUT /v2.0/ports/b61758d3-2ac0-4fd9-9ead-353dfcc11789 => generated 1275 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:22:41.154 8 INFO neutron.api.v2.resource [None req-73a88f95-4569-4b1b-887d-d9d56f10c855 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1318/2676] 199.204.45.49 () {30 vars in 761 bytes} [Tue Apr 7 01:22:41 2026] GET /v2.0/security-groups/lb-c8736fe1-3369-4526-ac86-bf8ee47d3371 => generated 149 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:22:41.170 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1090f263-6579-4e99-84b5-17277bf6e427'] response: {'name': 'network-changed', 'server_uuid': '5ff503ed-cbf4-40a6-bd28-66b8e36696c7', 'tag': 'b61758d3-2ac0-4fd9-9ead-353dfcc11789', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1359/2677] 199.204.45.49 () {30 vars in 783 bytes} [Tue Apr 7 01:22:41 2026] GET /v2.0/security-groups?name=lb-c8736fe1-3369-4526-ac86-bf8ee47d3371 => generated 1639 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2678] 199.204.45.49 () {34 vars in 787 bytes} [Tue Apr 7 01:22:41 2026] PUT /v2.0/ports/b61758d3-2ac0-4fd9-9ead-353dfcc11789 => generated 1313 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:22:41.470 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6ddfb1e8-6908-46df-84fb-4ec13bb72a0d'] response: {'name': 'network-changed', 'server_uuid': '5ff503ed-cbf4-40a6-bd28-66b8e36696c7', 'tag': 'b61758d3-2ac0-4fd9-9ead-353dfcc11789', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1360/2679] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:22:41 2026] GET /v2.0/ports?tenant_id=ee679f684f614773815a99a5a1fad90b&device_id=5ff503ed-cbf4-40a6-bd28-66b8e36696c7 => generated 2589 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, ' [pid: 8|app: 0|req: 1320/2680] 199.204.45.49 () {34 vars in 984 bytes} [Tue Apr 7 01:22:41 2026] GET /v2.0/networks?id=03eb4b0f-9e18-4867-a43e-dc9e127292b9 => generated 803 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2681] 199.204.45.49 () {34 vars in 1056 bytes} [Tue Apr 7 01:22:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.158&port_id=b61758d3-2ac0-4fd9-9ead-353dfcc11789 => 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: 1321/2682] 199.204.45.49 () {34 vars in 982 bytes} [Tue Apr 7 01:22:41 2026] GET /v2.0/subnets?id=df77b29b-72cc-4600-ae8a-6e9d1931d5ba => generated 678 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2683] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:22:41 2026] GET /v2.0/ports?network_id=03eb4b0f-9e18-4867-a43e-dc9e127292b9&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2684] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:22:41 2026] GET /v2.0/networks/03eb4b0f-9e18-4867-a43e-dc9e127292b9?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: 1323/2685] 199.204.45.49 () {30 vars in 701 bytes} [Tue Apr 7 01:22:41 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: 1324/2686] 199.204.45.49 () {30 vars in 703 bytes} [Tue Apr 7 01:22:41 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: 7|app: 0|req: 1363/2687] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:22:41 2026] GET /v2.0/networks/03eb4b0f-9e18-4867-a43e-dc9e127292b9?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: 1325/2688] 199.204.45.49 () {30 vars in 679 bytes} [Tue Apr 7 01:22:41 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: 1364/2689] 199.204.45.49 () {30 vars in 715 bytes} [Tue Apr 7 01:22:42 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: 1326/2690] 199.204.45.49 () {30 vars in 739 bytes} [Tue Apr 7 01:22:42 2026] GET /v2.0/subnets/df77b29b-72cc-4600-ae8a-6e9d1931d5ba => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2691] 199.204.45.49 () {30 vars in 735 bytes} [Tue Apr 7 01:22:42 2026] GET /v2.0/ports/038bc97b-a34f-475d-8812-525144c1e619 => generated 1128 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2692] 199.204.45.49 () {30 vars in 735 bytes} [Tue Apr 7 01:22:42 2026] GET /v2.0/ports/b61758d3-2ac0-4fd9-9ead-353dfcc11789 => generated 1349 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2693] 199.204.45.49 () {30 vars in 739 bytes} [Tue Apr 7 01:22:42 2026] GET /v2.0/subnets/df77b29b-72cc-4600-ae8a-6e9d1931d5ba => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2694] 199.204.45.49 () {30 vars in 741 bytes} [Tue Apr 7 01:22:42 2026] GET /v2.0/networks/03eb4b0f-9e18-4867-a43e-dc9e127292b9 => generated 800 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2695] 199.204.45.49 () {30 vars in 735 bytes} [Tue Apr 7 01:22:42 2026] GET /v2.0/ports/038bc97b-a34f-475d-8812-525144c1e619 => generated 1128 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2696] 199.204.45.49 () {30 vars in 739 bytes} [Tue Apr 7 01:22:42 2026] GET /v2.0/subnets/df77b29b-72cc-4600-ae8a-6e9d1931d5ba => generated 675 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2697] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:22:43 2026] GET /v2.0/ports?tenant_id=ee679f684f614773815a99a5a1fad90b&device_id=5ff503ed-cbf4-40a6-bd28-66b8e36696c7 => generated 2589 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2698] 199.204.45.49 () {34 vars in 984 bytes} [Tue Apr 7 01:22:43 2026] GET /v2.0/networks?id=03eb4b0f-9e18-4867-a43e-dc9e127292b9 => generated 803 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2699] 199.204.45.49 () {34 vars in 1056 bytes} [Tue Apr 7 01:22:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.158&port_id=b61758d3-2ac0-4fd9-9ead-353dfcc11789 => 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: 1331/2700] 199.204.45.49 () {34 vars in 982 bytes} [Tue Apr 7 01:22:43 2026] GET /v2.0/subnets?id=df77b29b-72cc-4600-ae8a-6e9d1931d5ba => generated 678 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2701] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:22:43 2026] GET /v2.0/ports?network_id=03eb4b0f-9e18-4867-a43e-dc9e127292b9&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2702] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:22:43 2026] GET /v2.0/networks/03eb4b0f-9e18-4867-a43e-dc9e127292b9?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2703] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:22:43 2026] GET /v2.0/networks/03eb4b0f-9e18-4867-a43e-dc9e127292b9?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) 2026-04-07 01:22:51.855 8 INFO neutron.db.l3_db [None req-c8e9b115-687c-48dd-930b-5d4b6d19105d 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] Floating IP ba84ec08-dc2b-492c-b2aa-92d99b3bcaf0 associated. External IP: 10.96.250.203, port: 038bc97b-a34f-475d-8812-525144c1e619. [pid: 8|app: 0|req: 1333/2704] 10.0.0.248 () {34 vars in 676 bytes} [Tue Apr 7 01:22:51 2026] POST /v2.0/floatingips => generated 898 bytes in 1036 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2707] 199.204.45.49 () {30 vars in 701 bytes} [Tue Apr 7 01:22:56 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2708] 199.204.45.49 () {30 vars in 703 bytes} [Tue Apr 7 01:22:56 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: 1374/2709] 199.204.45.49 () {30 vars in 679 bytes} [Tue Apr 7 01:22:56 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: 1336/2710] 199.204.45.49 () {30 vars in 715 bytes} [Tue Apr 7 01:22:56 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:22:56.742 7 INFO neutron.api.v2.resource [None req-bd841e91-1eaa-4db5-b792-f598e6f73003 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1375/2711] 199.204.45.49 () {30 vars in 761 bytes} [Tue Apr 7 01:22:56 2026] GET /v2.0/security-groups/lb-c8736fe1-3369-4526-ac86-bf8ee47d3371 => generated 149 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2712] 199.204.45.49 () {30 vars in 783 bytes} [Tue Apr 7 01:22:56 2026] GET /v2.0/security-groups?name=lb-c8736fe1-3369-4526-ac86-bf8ee47d3371 => generated 1639 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2713] 199.204.45.49 () {30 vars in 813 bytes} [Tue Apr 7 01:22:56 2026] GET /v2.0/security-group-rules?security_group_id=98cb5c36-2f31-4db3-b126-039f4d1296c8 => generated 1182 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2714] 199.204.45.49 () {34 vars in 745 bytes} [Tue Apr 7 01:22:56 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: 7|app: 0|req: 1377/2715] 199.204.45.49 () {34 vars in 745 bytes} [Tue Apr 7 01:22:56 2026] POST /v2.0/security-group-rules => generated 601 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2716] 10.0.0.207 () {30 vars in 689 bytes} [Tue Apr 7 01:23:03 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2717] 10.0.0.207 () {30 vars in 691 bytes} [Tue Apr 7 01:23:03 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2718] 10.0.0.207 () {30 vars in 667 bytes} [Tue Apr 7 01:23:03 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: 1379/2719] 10.0.0.207 () {30 vars in 703 bytes} [Tue Apr 7 01:23:04 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: 1341/2720] 10.0.0.207 () {28 vars in 438 bytes} [Tue Apr 7 01:23:04 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2721] 10.0.0.207 () {30 vars in 727 bytes} [Tue Apr 7 01:23:04 2026] GET /v2.0/subnets/818cf97f-1375-4acb-8922-a572477f2add => generated 656 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2722] 199.204.45.49 () {30 vars in 701 bytes} [Tue Apr 7 01:23:05 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: 7|app: 0|req: 1381/2723] 199.204.45.49 () {30 vars in 703 bytes} [Tue Apr 7 01:23:05 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: 1343/2724] 199.204.45.49 () {30 vars in 679 bytes} [Tue Apr 7 01:23:05 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2725] 199.204.45.49 () {30 vars in 715 bytes} [Tue Apr 7 01:23:05 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: 1344/2726] 199.204.45.49 () {30 vars in 739 bytes} [Tue Apr 7 01:23:05 2026] GET /v2.0/subnets/818cf97f-1375-4acb-8922-a572477f2add => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2727] 199.204.45.49 () {30 vars in 767 bytes} [Tue Apr 7 01:23:05 2026] GET /v2.0/ports?device_id=5ff503ed-cbf4-40a6-bd28-66b8e36696c7 => generated 2589 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2728] 199.204.45.49 () {30 vars in 701 bytes} [Tue Apr 7 01:23: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: 1384/2729] 199.204.45.49 () {30 vars in 703 bytes} [Tue Apr 7 01:23:05 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: 1346/2730] 199.204.45.49 () {30 vars in 679 bytes} [Tue Apr 7 01:23:05 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: 1385/2731] 199.204.45.49 () {30 vars in 715 bytes} [Tue Apr 7 01:23: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: 8|app: 0|req: 1347/2732] 199.204.45.49 () {34 vars in 715 bytes} [Tue Apr 7 01:23:05 2026] POST /v2.0/ports => generated 1328 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2733] 10.0.0.76 () {34 vars in 969 bytes} [Tue Apr 7 01:23:06 2026] GET /v2.0/ports/67de65e5-02b2-4d1e-b3df-a1ec527c1e0b => generated 1328 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: 1348/2734] 10.0.0.76 () {34 vars in 905 bytes} [Tue Apr 7 01:23:06 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) [pid: 7|app: 0|req: 1387/2735] 199.204.45.49 () {34 vars in 1260 bytes} [Tue Apr 7 01:23:07 2026] GET /v2.0/ports/67de65e5-02b2-4d1e-b3df-a1ec527c1e0b?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2736] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:23:07 2026] GET /v2.0/networks/08e5e406-dccf-4e7a-ba36-826444032da2?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: 1388/2737] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:23:07 2026] GET /v2.0/networks/08e5e406-dccf-4e7a-ba36-826444032da2?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: 8|app: 0|req: 1350/2738] 199.204.45.49 () {34 vars in 973 bytes} [Tue Apr 7 01:23:08 2026] GET /v2.0/ports/67de65e5-02b2-4d1e-b3df-a1ec527c1e0b => generated 1328 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2739] 199.204.45.49 () {34 vars in 984 bytes} [Tue Apr 7 01:23:08 2026] GET /v2.0/networks?id=08e5e406-dccf-4e7a-ba36-826444032da2 => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2740] 199.204.45.49 () {38 vars in 1026 bytes} [Tue Apr 7 01:23:08 2026] PUT /v2.0/ports/67de65e5-02b2-4d1e-b3df-a1ec527c1e0b => generated 1518 bytes in 480 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:23:09.073 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9e35be61-49e5-4b62-9cbb-046bace4d71d'] response: {'name': 'network-changed', 'server_uuid': '5ff503ed-cbf4-40a6-bd28-66b8e36696c7', 'tag': '67de65e5-02b2-4d1e-b3df-a1ec527c1e0b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1390/2741] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:23:09 2026] GET /v2.0/ports?tenant_id=ee679f684f614773815a99a5a1fad90b&device_id=5ff503ed-cbf4-40a6-bd28-66b8e36696c7 => generated 4099 bytes in 45 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: 1352/2742] 199.204.45.49 () {34 vars in 984 bytes} [Tue Apr 7 01:23:09 2026] GET /v2.0/networks?id=08e5e406-dccf-4e7a-ba36-826444032da2 => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2743] 199.204.45.49 () {34 vars in 1056 bytes} [Tue Apr 7 01:23:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.239&port_id=67de65e5-02b2-4d1e-b3df-a1ec527c1e0b => 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: 1353/2744] 199.204.45.49 () {34 vars in 1102 bytes} [Tue Apr 7 01:23:09 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A190&port_id=67de65e5-02b2-4d1e-b3df-a1ec527c1e0b => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2745] 199.204.45.49 () {34 vars in 1062 bytes} [Tue Apr 7 01:23:09 2026] GET /v2.0/subnets?id=818cf97f-1375-4acb-8922-a572477f2add&id=dbdd8ee8-f068-41d8-8300-b0709e267ae2 => generated 1410 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2746] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:23:09 2026] GET /v2.0/ports?network_id=08e5e406-dccf-4e7a-ba36-826444032da2&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2747] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:23:09 2026] GET /v2.0/ports?network_id=08e5e406-dccf-4e7a-ba36-826444032da2&device_owner=network%3Adhcp => generated 1457 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2748] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:23:09 2026] GET /v2.0/networks/08e5e406-dccf-4e7a-ba36-826444032da2?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: 1394/2749] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:23:09 2026] GET /v2.0/networks/08e5e406-dccf-4e7a-ba36-826444032da2?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: 7|app: 0|req: 1396/2752] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:23:10 2026] GET /v2.0/ports?tenant_id=ee679f684f614773815a99a5a1fad90b&device_id=5ff503ed-cbf4-40a6-bd28-66b8e36696c7 => 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: 1357/2753] 199.204.45.49 () {34 vars in 1060 bytes} [Tue Apr 7 01:23:11 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.251&port_id=6a802328-755a-445e-afe5-69572b506e5d => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2754] 199.204.45.49 () {34 vars in 982 bytes} [Tue Apr 7 01:23:11 2026] GET /v2.0/subnets?id=8e17f324-20d5-4d12-bd17-f00a16e472c9 => 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: 1358/2755] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:23:11 2026] GET /v2.0/ports?network_id=8cf64159-4292-421e-afd1-0bfeaa4c506b&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2756] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:23:11 2026] GET /v2.0/networks/8cf64159-4292-421e-afd1-0bfeaa4c506b?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: 1359/2757] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:23:11 2026] GET /v2.0/networks/8cf64159-4292-421e-afd1-0bfeaa4c506b?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: 1399/2758] 199.204.45.49 () {34 vars in 1056 bytes} [Tue Apr 7 01:23:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.158&port_id=b61758d3-2ac0-4fd9-9ead-353dfcc11789 => 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: 1360/2759] 199.204.45.49 () {34 vars in 982 bytes} [Tue Apr 7 01:23:11 2026] GET /v2.0/subnets?id=df77b29b-72cc-4600-ae8a-6e9d1931d5ba => 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: 1400/2760] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:23:11 2026] GET /v2.0/ports?network_id=03eb4b0f-9e18-4867-a43e-dc9e127292b9&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2761] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:23:11 2026] GET /v2.0/networks/03eb4b0f-9e18-4867-a43e-dc9e127292b9?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2762] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:23:11 2026] GET /v2.0/networks/03eb4b0f-9e18-4867-a43e-dc9e127292b9?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: 1362/2763] 199.204.45.49 () {34 vars in 1056 bytes} [Tue Apr 7 01:23:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.239&port_id=67de65e5-02b2-4d1e-b3df-a1ec527c1e0b => 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: 1402/2764] 199.204.45.49 () {34 vars in 1102 bytes} [Tue Apr 7 01:23:11 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A190&port_id=67de65e5-02b2-4d1e-b3df-a1ec527c1e0b => 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: 1363/2765] 199.204.45.49 () {34 vars in 1062 bytes} [Tue Apr 7 01:23:11 2026] GET /v2.0/subnets?id=818cf97f-1375-4acb-8922-a572477f2add&id=dbdd8ee8-f068-41d8-8300-b0709e267ae2 => generated 1410 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2766] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:23:11 2026] GET /v2.0/ports?network_id=08e5e406-dccf-4e7a-ba36-826444032da2&device_owner=network%3Adhcp => generated 1457 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2767] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:23:11 2026] GET /v2.0/ports?network_id=08e5e406-dccf-4e7a-ba36-826444032da2&device_owner=network%3Adhcp => generated 1457 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2768] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:23:11 2026] GET /v2.0/networks/08e5e406-dccf-4e7a-ba36-826444032da2?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2769] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:23:11 2026] GET /v2.0/networks/08e5e406-dccf-4e7a-ba36-826444032da2?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: 1405/2770] 10.0.0.76 () {34 vars in 969 bytes} [Tue Apr 7 01:23:15 2026] GET /v2.0/ports/67de65e5-02b2-4d1e-b3df-a1ec527c1e0b => generated 1520 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2771] 199.204.45.49 () {30 vars in 741 bytes} [Tue Apr 7 01:23:15 2026] GET /v2.0/networks/08e5e406-dccf-4e7a-ba36-826444032da2 => generated 797 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2772] 199.204.45.49 () {30 vars in 739 bytes} [Tue Apr 7 01:23:15 2026] GET /v2.0/subnets/818cf97f-1375-4acb-8922-a572477f2add => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2773] 199.204.45.49 () {30 vars in 739 bytes} [Tue Apr 7 01:23:15 2026] GET /v2.0/subnets/dbdd8ee8-f068-41d8-8300-b0709e267ae2 => generated 743 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2774] 199.204.45.49 () {30 vars in 701 bytes} [Tue Apr 7 01:23:16 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: 1368/2775] 199.204.45.49 () {30 vars in 703 bytes} [Tue Apr 7 01:23:16 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: 1408/2776] 199.204.45.49 () {30 vars in 679 bytes} [Tue Apr 7 01:23:16 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: 1369/2777] 199.204.45.49 () {30 vars in 715 bytes} [Tue Apr 7 01:23: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: 1409/2778] 199.204.45.49 () {30 vars in 739 bytes} [Tue Apr 7 01:23:16 2026] GET /v2.0/subnets/df77b29b-72cc-4600-ae8a-6e9d1931d5ba => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2779] 199.204.45.49 () {30 vars in 735 bytes} [Tue Apr 7 01:23:16 2026] GET /v2.0/ports/038bc97b-a34f-475d-8812-525144c1e619 => 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: 1410/2780] 199.204.45.49 () {30 vars in 735 bytes} [Tue Apr 7 01:23:16 2026] GET /v2.0/ports/b61758d3-2ac0-4fd9-9ead-353dfcc11789 => generated 1349 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2781] 199.204.45.49 () {30 vars in 739 bytes} [Tue Apr 7 01:23:16 2026] GET /v2.0/subnets/df77b29b-72cc-4600-ae8a-6e9d1931d5ba => generated 675 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2782] 199.204.45.49 () {30 vars in 741 bytes} [Tue Apr 7 01:23:16 2026] GET /v2.0/networks/03eb4b0f-9e18-4867-a43e-dc9e127292b9 => generated 800 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2783] 199.204.45.49 () {30 vars in 735 bytes} [Tue Apr 7 01:23:16 2026] GET /v2.0/ports/038bc97b-a34f-475d-8812-525144c1e619 => 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: 1412/2784] 199.204.45.49 () {30 vars in 739 bytes} [Tue Apr 7 01:23:16 2026] GET /v2.0/subnets/df77b29b-72cc-4600-ae8a-6e9d1931d5ba => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2785] 10.0.0.207 () {30 vars in 689 bytes} [Tue Apr 7 01:23:25 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: 1413/2786] 10.0.0.207 () {30 vars in 691 bytes} [Tue Apr 7 01:23:25 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: 1374/2787] 10.0.0.207 () {30 vars in 667 bytes} [Tue Apr 7 01:23:25 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: 1414/2788] 10.0.0.207 () {30 vars in 703 bytes} [Tue Apr 7 01:23:25 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: 1376/2791] 10.0.0.207 () {28 vars in 438 bytes} [Tue Apr 7 01:23:25 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: 1416/2792] 10.0.0.207 () {30 vars in 727 bytes} [Tue Apr 7 01:23:25 2026] GET /v2.0/subnets/12b629ab-ec60-43a0-9190-e0e9f5ee8f2b => 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: 1377/2793] 199.204.45.49 () {30 vars in 701 bytes} [Tue Apr 7 01:23:26 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: 1417/2794] 199.204.45.49 () {30 vars in 703 bytes} [Tue Apr 7 01:23:26 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: 1378/2795] 199.204.45.49 () {30 vars in 679 bytes} [Tue Apr 7 01:23:26 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: 1418/2796] 199.204.45.49 () {30 vars in 715 bytes} [Tue Apr 7 01:23:26 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: 1379/2797] 199.204.45.49 () {30 vars in 739 bytes} [Tue Apr 7 01:23:26 2026] GET /v2.0/subnets/818cf97f-1375-4acb-8922-a572477f2add => generated 674 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2798] 199.204.45.49 () {30 vars in 739 bytes} [Tue Apr 7 01:23:26 2026] GET /v2.0/subnets/12b629ab-ec60-43a0-9190-e0e9f5ee8f2b => generated 672 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2799] 199.204.45.49 () {30 vars in 767 bytes} [Tue Apr 7 01:23:26 2026] GET /v2.0/ports?device_id=5ff503ed-cbf4-40a6-bd28-66b8e36696c7 => generated 4101 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2800] 199.204.45.49 () {30 vars in 701 bytes} [Tue Apr 7 01:23:26 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: 8|app: 0|req: 1381/2801] 199.204.45.49 () {30 vars in 703 bytes} [Tue Apr 7 01:23:26 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: 1421/2802] 199.204.45.49 () {30 vars in 679 bytes} [Tue Apr 7 01:23:26 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: 1382/2803] 199.204.45.49 () {30 vars in 715 bytes} [Tue Apr 7 01:23:26 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: 1422/2804] 199.204.45.49 () {34 vars in 715 bytes} [Tue Apr 7 01:23:26 2026] POST /v2.0/ports => generated 1332 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2805] 10.0.0.76 () {34 vars in 969 bytes} [Tue Apr 7 01:23:26 2026] GET /v2.0/ports/b0b222c7-7f74-431f-8770-446c590134c3 => generated 1332 bytes in 38 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: 1423/2806] 199.204.45.49 () {34 vars in 1260 bytes} [Tue Apr 7 01:23:28 2026] GET /v2.0/ports/b0b222c7-7f74-431f-8770-446c590134c3?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2807] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:23:28 2026] GET /v2.0/networks/5d717203-0e41-4f45-accd-1328f9c96edc?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2808] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:23:28 2026] GET /v2.0/networks/5d717203-0e41-4f45-accd-1328f9c96edc?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: 1385/2809] 199.204.45.49 () {34 vars in 973 bytes} [Tue Apr 7 01:23:28 2026] GET /v2.0/ports/b0b222c7-7f74-431f-8770-446c590134c3 => generated 1332 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2810] 199.204.45.49 () {34 vars in 984 bytes} [Tue Apr 7 01:23:28 2026] GET /v2.0/networks?id=5d717203-0e41-4f45-accd-1328f9c96edc => generated 801 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2811] 199.204.45.49 () {38 vars in 1026 bytes} [Tue Apr 7 01:23:28 2026] PUT /v2.0/ports/b0b222c7-7f74-431f-8770-446c590134c3 => generated 1522 bytes in 462 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:23:29.265 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-974c3e8f-cbc4-4bb4-8551-4a87abd9efa6'] response: {'name': 'network-changed', 'server_uuid': '5ff503ed-cbf4-40a6-bd28-66b8e36696c7', 'tag': 'b0b222c7-7f74-431f-8770-446c590134c3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1426/2812] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:23:29 2026] GET /v2.0/ports?tenant_id=ee679f684f614773815a99a5a1fad90b&device_id=5ff503ed-cbf4-40a6-bd28-66b8e36696c7 => generated 5615 bytes in 43 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: 1387/2813] 199.204.45.49 () {34 vars in 984 bytes} [Tue Apr 7 01:23:29 2026] GET /v2.0/networks?id=5d717203-0e41-4f45-accd-1328f9c96edc => generated 801 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2814] 199.204.45.49 () {34 vars in 1056 bytes} [Tue Apr 7 01:23:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.178&port_id=b0b222c7-7f74-431f-8770-446c590134c3 => 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: 1388/2815] 199.204.45.49 () {34 vars in 1104 bytes} [Tue Apr 7 01:23:29 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A19e&port_id=b0b222c7-7f74-431f-8770-446c590134c3 => 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: 1428/2816] 199.204.45.49 () {34 vars in 1062 bytes} [Tue Apr 7 01:23:29 2026] GET /v2.0/subnets?id=f3494308-6439-4452-9b05-c0934c61d509&id=12b629ab-ec60-43a0-9190-e0e9f5ee8f2b => generated 1412 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2817] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:23:29 2026] GET /v2.0/ports?network_id=5d717203-0e41-4f45-accd-1328f9c96edc&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2818] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:23:30 2026] GET /v2.0/ports?network_id=5d717203-0e41-4f45-accd-1328f9c96edc&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2819] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:23:30 2026] GET /v2.0/networks/5d717203-0e41-4f45-accd-1328f9c96edc?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: 1430/2820] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:23:30 2026] GET /v2.0/networks/5d717203-0e41-4f45-accd-1328f9c96edc?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: 8|app: 0|req: 1391/2821] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:23:31 2026] GET /v2.0/ports?tenant_id=ee679f684f614773815a99a5a1fad90b&device_id=5ff503ed-cbf4-40a6-bd28-66b8e36696c7 => generated 5615 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2822] 199.204.45.49 () {34 vars in 1060 bytes} [Tue Apr 7 01:23:31 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.251&port_id=6a802328-755a-445e-afe5-69572b506e5d => 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: 1392/2823] 199.204.45.49 () {34 vars in 982 bytes} [Tue Apr 7 01:23:31 2026] GET /v2.0/subnets?id=8e17f324-20d5-4d12-bd17-f00a16e472c9 => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2824] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:23:31 2026] GET /v2.0/ports?network_id=8cf64159-4292-421e-afd1-0bfeaa4c506b&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2825] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:23:31 2026] GET /v2.0/networks/8cf64159-4292-421e-afd1-0bfeaa4c506b?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2826] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:23:31 2026] GET /v2.0/networks/8cf64159-4292-421e-afd1-0bfeaa4c506b?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: 8|app: 0|req: 1394/2827] 199.204.45.49 () {34 vars in 1056 bytes} [Tue Apr 7 01:23:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.158&port_id=b61758d3-2ac0-4fd9-9ead-353dfcc11789 => 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: 1434/2828] 199.204.45.49 () {34 vars in 982 bytes} [Tue Apr 7 01:23:31 2026] GET /v2.0/subnets?id=df77b29b-72cc-4600-ae8a-6e9d1931d5ba => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2829] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:23:31 2026] GET /v2.0/ports?network_id=03eb4b0f-9e18-4867-a43e-dc9e127292b9&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: 7|app: 0|req: 1435/2830] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:23:31 2026] GET /v2.0/networks/03eb4b0f-9e18-4867-a43e-dc9e127292b9?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: 1396/2831] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:23:31 2026] GET /v2.0/networks/03eb4b0f-9e18-4867-a43e-dc9e127292b9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2832] 199.204.45.49 () {34 vars in 1056 bytes} [Tue Apr 7 01:23:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.239&port_id=67de65e5-02b2-4d1e-b3df-a1ec527c1e0b => 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: 1397/2833] 199.204.45.49 () {34 vars in 1102 bytes} [Tue Apr 7 01:23:31 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A190&port_id=67de65e5-02b2-4d1e-b3df-a1ec527c1e0b => 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: 1437/2834] 199.204.45.49 () {34 vars in 1062 bytes} [Tue Apr 7 01:23:31 2026] GET /v2.0/subnets?id=818cf97f-1375-4acb-8922-a572477f2add&id=dbdd8ee8-f068-41d8-8300-b0709e267ae2 => generated 1410 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2835] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:23:31 2026] GET /v2.0/ports?network_id=08e5e406-dccf-4e7a-ba36-826444032da2&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2836] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:23:31 2026] GET /v2.0/ports?network_id=08e5e406-dccf-4e7a-ba36-826444032da2&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: 1399/2837] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:23:31 2026] GET /v2.0/networks/08e5e406-dccf-4e7a-ba36-826444032da2?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: 1439/2838] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:23:31 2026] GET /v2.0/networks/08e5e406-dccf-4e7a-ba36-826444032da2?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: 1400/2839] 199.204.45.49 () {34 vars in 1056 bytes} [Tue Apr 7 01:23:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.178&port_id=b0b222c7-7f74-431f-8770-446c590134c3 => 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: 1440/2840] 199.204.45.49 () {34 vars in 1104 bytes} [Tue Apr 7 01:23:32 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A19e&port_id=b0b222c7-7f74-431f-8770-446c590134c3 => 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: 1401/2841] 199.204.45.49 () {34 vars in 1062 bytes} [Tue Apr 7 01:23:32 2026] GET /v2.0/subnets?id=f3494308-6439-4452-9b05-c0934c61d509&id=12b629ab-ec60-43a0-9190-e0e9f5ee8f2b => generated 1412 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2842] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:23:32 2026] GET /v2.0/ports?network_id=5d717203-0e41-4f45-accd-1328f9c96edc&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2843] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:23:32 2026] GET /v2.0/ports?network_id=5d717203-0e41-4f45-accd-1328f9c96edc&device_owner=network%3Adhcp => generated 1461 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2844] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:23:32 2026] GET /v2.0/networks/5d717203-0e41-4f45-accd-1328f9c96edc?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2845] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:23:32 2026] GET /v2.0/networks/5d717203-0e41-4f45-accd-1328f9c96edc?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: 1443/2846] 10.0.0.76 () {34 vars in 969 bytes} [Tue Apr 7 01:23:36 2026] GET /v2.0/ports/b0b222c7-7f74-431f-8770-446c590134c3 => generated 1524 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2847] 199.204.45.49 () {30 vars in 741 bytes} [Tue Apr 7 01:23:36 2026] GET /v2.0/networks/5d717203-0e41-4f45-accd-1328f9c96edc => generated 798 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2848] 199.204.45.49 () {30 vars in 739 bytes} [Tue Apr 7 01:23:36 2026] GET /v2.0/subnets/12b629ab-ec60-43a0-9190-e0e9f5ee8f2b => generated 672 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2849] 199.204.45.49 () {30 vars in 739 bytes} [Tue Apr 7 01:23:36 2026] GET /v2.0/subnets/f3494308-6439-4452-9b05-c0934c61d509 => generated 747 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2850] 199.204.45.49 () {30 vars in 735 bytes} [Tue Apr 7 01:23:36 2026] GET /v2.0/ports/67de65e5-02b2-4d1e-b3df-a1ec527c1e0b => generated 1520 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2851] 199.204.45.49 () {34 vars in 788 bytes} [Tue Apr 7 01:23:36 2026] PUT /v2.0/ports/67de65e5-02b2-4d1e-b3df-a1ec527c1e0b => generated 1255 bytes in 337 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:23:36.664 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-77f568e4-6ce9-4416-8ccb-f4480962fc64'] response: {'name': 'network-changed', 'server_uuid': '5ff503ed-cbf4-40a6-bd28-66b8e36696c7', 'tag': '67de65e5-02b2-4d1e-b3df-a1ec527c1e0b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1446/2852] 199.204.45.49 () {30 vars in 741 bytes} [Tue Apr 7 01:23:36 2026] GET /v2.0/networks/08e5e406-dccf-4e7a-ba36-826444032da2 => generated 797 bytes in 52 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: 1407/2853] 199.204.45.49 () {30 vars in 739 bytes} [Tue Apr 7 01:23:36 2026] GET /v2.0/subnets/818cf97f-1375-4acb-8922-a572477f2add => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2854] 199.204.45.49 () {30 vars in 701 bytes} [Tue Apr 7 01:23:36 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: 8|app: 0|req: 1408/2855] 199.204.45.49 () {30 vars in 703 bytes} [Tue Apr 7 01:23:36 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: 1448/2856] 199.204.45.49 () {30 vars in 679 bytes} [Tue Apr 7 01:23:36 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: 1409/2857] 199.204.45.49 () {30 vars in 715 bytes} [Tue Apr 7 01:23:36 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: 1449/2858] 199.204.45.49 () {30 vars in 739 bytes} [Tue Apr 7 01:23:36 2026] GET /v2.0/subnets/df77b29b-72cc-4600-ae8a-6e9d1931d5ba => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2859] 199.204.45.49 () {30 vars in 735 bytes} [Tue Apr 7 01:23:36 2026] GET /v2.0/ports/038bc97b-a34f-475d-8812-525144c1e619 => generated 1128 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2860] 199.204.45.49 () {30 vars in 735 bytes} [Tue Apr 7 01:23:36 2026] GET /v2.0/ports/b61758d3-2ac0-4fd9-9ead-353dfcc11789 => 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: 1411/2861] 199.204.45.49 () {30 vars in 739 bytes} [Tue Apr 7 01:23:37 2026] GET /v2.0/subnets/df77b29b-72cc-4600-ae8a-6e9d1931d5ba => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2862] 199.204.45.49 () {30 vars in 741 bytes} [Tue Apr 7 01:23:37 2026] GET /v2.0/networks/03eb4b0f-9e18-4867-a43e-dc9e127292b9 => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2863] 199.204.45.49 () {30 vars in 735 bytes} [Tue Apr 7 01:23:37 2026] GET /v2.0/ports/038bc97b-a34f-475d-8812-525144c1e619 => generated 1128 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2864] 199.204.45.49 () {30 vars in 739 bytes} [Tue Apr 7 01:23:37 2026] GET /v2.0/subnets/df77b29b-72cc-4600-ae8a-6e9d1931d5ba => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2865] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:23:37 2026] GET /v2.0/ports?tenant_id=ee679f684f614773815a99a5a1fad90b&device_id=5ff503ed-cbf4-40a6-bd28-66b8e36696c7 => generated 5388 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2866] 199.204.45.49 () {34 vars in 984 bytes} [Tue Apr 7 01:23:37 2026] GET /v2.0/networks?id=08e5e406-dccf-4e7a-ba36-826444032da2 => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2867] 199.204.45.49 () {34 vars in 1056 bytes} [Tue Apr 7 01:23:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.239&port_id=67de65e5-02b2-4d1e-b3df-a1ec527c1e0b => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2868] 199.204.45.49 () {34 vars in 982 bytes} [Tue Apr 7 01:23:37 2026] GET /v2.0/subnets?id=818cf97f-1375-4acb-8922-a572477f2add => generated 677 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2869] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:23:37 2026] GET /v2.0/ports?network_id=08e5e406-dccf-4e7a-ba36-826444032da2&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2870] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:23:37 2026] GET /v2.0/networks/08e5e406-dccf-4e7a-ba36-826444032da2?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: 1416/2871] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:23:37 2026] GET /v2.0/networks/08e5e406-dccf-4e7a-ba36-826444032da2?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: 1418/2874] 199.204.45.49 () {30 vars in 701 bytes} [Tue Apr 7 01:23:50 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: 1457/2875] 199.204.45.49 () {30 vars in 703 bytes} [Tue Apr 7 01:23:50 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: 1419/2876] 199.204.45.49 () {30 vars in 679 bytes} [Tue Apr 7 01:23:50 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: 1458/2877] 199.204.45.49 () {30 vars in 715 bytes} [Tue Apr 7 01:23:50 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: 1420/2878] 199.204.45.49 () {30 vars in 739 bytes} [Tue Apr 7 01:23:50 2026] GET /v2.0/subnets/818cf97f-1375-4acb-8922-a572477f2add => generated 674 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2879] 199.204.45.49 () {30 vars in 767 bytes} [Tue Apr 7 01:23:50 2026] GET /v2.0/ports?device_id=5ff503ed-cbf4-40a6-bd28-66b8e36696c7 => generated 5388 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2880] 199.204.45.49 () {30 vars in 701 bytes} [Tue Apr 7 01:23:50 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: 1460/2881] 199.204.45.49 () {30 vars in 703 bytes} [Tue Apr 7 01:23:50 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: 1422/2882] 199.204.45.49 () {30 vars in 679 bytes} [Tue Apr 7 01:23:50 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: 1461/2883] 199.204.45.49 () {30 vars in 715 bytes} [Tue Apr 7 01:23:50 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: 1423/2884] 199.204.45.49 () {30 vars in 735 bytes} [Tue Apr 7 01:23:50 2026] GET /v2.0/ports/b0b222c7-7f74-431f-8770-446c590134c3 => generated 1524 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2885] 199.204.45.49 () {34 vars in 788 bytes} [Tue Apr 7 01:23:50 2026] PUT /v2.0/ports/b0b222c7-7f74-431f-8770-446c590134c3 => generated 1311 bytes in 313 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:23:50.761 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7fa93234-7805-41a0-a6fc-423b121ab841'] response: {'name': 'network-changed', 'server_uuid': '5ff503ed-cbf4-40a6-bd28-66b8e36696c7', 'tag': 'b0b222c7-7f74-431f-8770-446c590134c3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1424/2886] 199.204.45.49 () {30 vars in 741 bytes} [Tue Apr 7 01:23:50 2026] GET /v2.0/networks/5d717203-0e41-4f45-accd-1328f9c96edc => generated 798 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: 1463/2887] 199.204.45.49 () {30 vars in 739 bytes} [Tue Apr 7 01:23:50 2026] GET /v2.0/subnets/f3494308-6439-4452-9b05-c0934c61d509 => generated 747 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2888] 199.204.45.49 () {30 vars in 735 bytes} [Tue Apr 7 01:23:50 2026] GET /v2.0/ports/b0b222c7-7f74-431f-8770-446c590134c3 => generated 1347 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2889] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:23:51 2026] GET /v2.0/ports?tenant_id=ee679f684f614773815a99a5a1fad90b&device_id=5ff503ed-cbf4-40a6-bd28-66b8e36696c7 => generated 5211 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2890] 199.204.45.49 () {34 vars in 984 bytes} [Tue Apr 7 01:23:51 2026] GET /v2.0/networks?id=5d717203-0e41-4f45-accd-1328f9c96edc => generated 801 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2891] 199.204.45.49 () {34 vars in 1104 bytes} [Tue Apr 7 01:23:51 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A19e&port_id=b0b222c7-7f74-431f-8770-446c590134c3 => 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: 1429/2892] 199.204.45.49 () {34 vars in 982 bytes} [Tue Apr 7 01:23:51 2026] GET /v2.0/subnets?id=f3494308-6439-4452-9b05-c0934c61d509 => generated 750 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2893] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:23:51 2026] GET /v2.0/ports?network_id=5d717203-0e41-4f45-accd-1328f9c96edc&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: 1431/2894] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:23:51 2026] GET /v2.0/networks/5d717203-0e41-4f45-accd-1328f9c96edc?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: 1432/2895] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:23:51 2026] GET /v2.0/networks/5d717203-0e41-4f45-accd-1328f9c96edc?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: 1464/2896] 199.204.45.49 () {34 vars in 787 bytes} [Tue Apr 7 01:23:50 2026] PUT /v2.0/ports/b0b222c7-7f74-431f-8770-446c590134c3 => generated 1080 bytes in 812 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2897] 199.204.45.49 () {30 vars in 741 bytes} [Tue Apr 7 01:23:51 2026] GET /v2.0/networks/5d717203-0e41-4f45-accd-1328f9c96edc => generated 798 bytes in 35 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: 1465/2898] 199.204.45.49 () {30 vars in 767 bytes} [Tue Apr 7 01:23:51 2026] GET /v2.0/ports?device_id=5ff503ed-cbf4-40a6-bd28-66b8e36696c7 => generated 4980 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2899] 199.204.45.49 () {30 vars in 767 bytes} [Tue Apr 7 01:23:51 2026] GET /v2.0/ports?device_id=5ff503ed-cbf4-40a6-bd28-66b8e36696c7 => generated 4980 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:23:52.800 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-976856c0-254f-488c-b0b7-a9603bb06277'] response: {'name': 'network-changed', 'server_uuid': '5ff503ed-cbf4-40a6-bd28-66b8e36696c7', 'tag': 'b0b222c7-7f74-431f-8770-446c590134c3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1466/2900] 199.204.45.49 () {30 vars in 767 bytes} [Tue Apr 7 01:23:52 2026] GET /v2.0/ports?device_id=5ff503ed-cbf4-40a6-bd28-66b8e36696c7 => generated 4980 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2901] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:23:53 2026] GET /v2.0/ports?tenant_id=ee679f684f614773815a99a5a1fad90b&device_id=5ff503ed-cbf4-40a6-bd28-66b8e36696c7 => generated 4980 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2902] 199.204.45.49 () {34 vars in 984 bytes} [Tue Apr 7 01:23:53 2026] GET /v2.0/networks?id=5d717203-0e41-4f45-accd-1328f9c96edc => generated 801 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2903] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:23:53 2026] GET /v2.0/networks/5d717203-0e41-4f45-accd-1328f9c96edc?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: 1468/2904] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:23:53 2026] GET /v2.0/networks/5d717203-0e41-4f45-accd-1328f9c96edc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2905] 199.204.45.49 () {30 vars in 767 bytes} [Tue Apr 7 01:23:53 2026] GET /v2.0/ports?device_id=5ff503ed-cbf4-40a6-bd28-66b8e36696c7 => generated 4980 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2906] 199.204.45.49 () {34 vars in 973 bytes} [Tue Apr 7 01:23:54 2026] GET /v2.0/ports/b0b222c7-7f74-431f-8770-446c590134c3 => generated 1116 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2907] 199.204.45.49 () {34 vars in 1058 bytes} [Tue Apr 7 01:23:54 2026] GET /v2.0/ports/b0b222c7-7f74-431f-8770-446c590134c3?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2908] 199.204.45.49 () {34 vars in 1014 bytes} [Tue Apr 7 01:23:54 2026] GET /v2.0/networks/5d717203-0e41-4f45-accd-1328f9c96edc?fields=dns_domain => generated 29 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2909] 199.204.45.49 () {38 vars in 1026 bytes} [Tue Apr 7 01:23:54 2026] PUT /v2.0/ports/b0b222c7-7f74-431f-8770-446c590134c3 => generated 917 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2910] 199.204.45.49 () {30 vars in 767 bytes} [Tue Apr 7 01:23:55 2026] GET /v2.0/ports?device_id=5ff503ed-cbf4-40a6-bd28-66b8e36696c7 => generated 3872 bytes in 42 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-07 01:23:55.192 8 INFO neutron_taas.services.taas.taas_plugin [None req-535d9fce-c25e-4fd3-831b-3e2486ff9498 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] TaaS: Handle Delete Port: b0b222c7-7f74-431f-8770-446c590134c3 2026-04-07 01:23:55.196 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-535d9fce-c25e-4fd3-831b-3e2486ff9498 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Tap Mirror: Handle Delete Port: b0b222c7-7f74-431f-8770-446c590134c3 [pid: 8|app: 0|req: 1440/2913] 199.204.45.49 () {32 vars in 757 bytes} [Tue Apr 7 01:23:55 2026] DELETE /v2.0/ports/b0b222c7-7f74-431f-8770-446c590134c3 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2914] 199.204.45.49 () {30 vars in 701 bytes} [Tue Apr 7 01:23:55 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: 8|app: 0|req: 1441/2915] 199.204.45.49 () {30 vars in 703 bytes} [Tue Apr 7 01:23:55 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: 1475/2916] 199.204.45.49 () {30 vars in 679 bytes} [Tue Apr 7 01:23:55 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2917] 199.204.45.49 () {30 vars in 715 bytes} [Tue Apr 7 01:23:55 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: 1476/2918] 199.204.45.49 () {30 vars in 739 bytes} [Tue Apr 7 01:23:55 2026] GET /v2.0/subnets/df77b29b-72cc-4600-ae8a-6e9d1931d5ba => generated 675 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2919] 199.204.45.49 () {30 vars in 735 bytes} [Tue Apr 7 01:23:55 2026] GET /v2.0/ports/038bc97b-a34f-475d-8812-525144c1e619 => generated 1128 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2920] 199.204.45.49 () {30 vars in 735 bytes} [Tue Apr 7 01:23:55 2026] GET /v2.0/ports/b61758d3-2ac0-4fd9-9ead-353dfcc11789 => generated 1349 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2921] 199.204.45.49 () {30 vars in 739 bytes} [Tue Apr 7 01:23:55 2026] GET /v2.0/subnets/df77b29b-72cc-4600-ae8a-6e9d1931d5ba => generated 675 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2922] 199.204.45.49 () {30 vars in 741 bytes} [Tue Apr 7 01:23:55 2026] GET /v2.0/networks/03eb4b0f-9e18-4867-a43e-dc9e127292b9 => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2923] 199.204.45.49 () {30 vars in 735 bytes} [Tue Apr 7 01:23:55 2026] GET /v2.0/ports/038bc97b-a34f-475d-8812-525144c1e619 => generated 1128 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2924] 199.204.45.49 () {30 vars in 739 bytes} [Tue Apr 7 01:23:55 2026] GET /v2.0/subnets/df77b29b-72cc-4600-ae8a-6e9d1931d5ba => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2925] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:23:56 2026] GET /v2.0/ports?tenant_id=ee679f684f614773815a99a5a1fad90b&device_id=5ff503ed-cbf4-40a6-bd28-66b8e36696c7 => generated 3872 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2926] 199.204.45.49 () {34 vars in 1224 bytes} [Tue Apr 7 01:23:56 2026] GET /v2.0/networks?id=8cf64159-4292-421e-afd1-0bfeaa4c506b&id=03eb4b0f-9e18-4867-a43e-dc9e127292b9&id=08e5e406-dccf-4e7a-ba36-826444032da2&id=5d717203-0e41-4f45-accd-1328f9c96edc => generated 3097 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2927] 199.204.45.49 () {34 vars in 1060 bytes} [Tue Apr 7 01:23:56 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.251&port_id=6a802328-755a-445e-afe5-69572b506e5d => 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: 1481/2928] 199.204.45.49 () {34 vars in 982 bytes} [Tue Apr 7 01:23:56 2026] GET /v2.0/subnets?id=8e17f324-20d5-4d12-bd17-f00a16e472c9 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2929] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:23:56 2026] GET /v2.0/ports?network_id=8cf64159-4292-421e-afd1-0bfeaa4c506b&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: 7|app: 0|req: 1482/2930] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:23:56 2026] GET /v2.0/networks/8cf64159-4292-421e-afd1-0bfeaa4c506b?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2931] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:23:56 2026] GET /v2.0/networks/8cf64159-4292-421e-afd1-0bfeaa4c506b?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: 1483/2932] 199.204.45.49 () {34 vars in 1056 bytes} [Tue Apr 7 01:23:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.158&port_id=b61758d3-2ac0-4fd9-9ead-353dfcc11789 => 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: 1450/2933] 199.204.45.49 () {34 vars in 982 bytes} [Tue Apr 7 01:23:56 2026] GET /v2.0/subnets?id=df77b29b-72cc-4600-ae8a-6e9d1931d5ba => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2934] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:23:56 2026] GET /v2.0/ports?network_id=03eb4b0f-9e18-4867-a43e-dc9e127292b9&device_owner=network%3Adhcp => generated 1461 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2935] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:23:56 2026] GET /v2.0/networks/03eb4b0f-9e18-4867-a43e-dc9e127292b9?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2936] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:23:56 2026] GET /v2.0/networks/03eb4b0f-9e18-4867-a43e-dc9e127292b9?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: 1452/2937] 199.204.45.49 () {34 vars in 1056 bytes} [Tue Apr 7 01:23:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.239&port_id=67de65e5-02b2-4d1e-b3df-a1ec527c1e0b => 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: 1486/2938] 199.204.45.49 () {34 vars in 982 bytes} [Tue Apr 7 01:23:56 2026] GET /v2.0/subnets?id=818cf97f-1375-4acb-8922-a572477f2add => generated 677 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2939] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:23:56 2026] GET /v2.0/ports?network_id=08e5e406-dccf-4e7a-ba36-826444032da2&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: 1487/2940] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:23:56 2026] GET /v2.0/networks/08e5e406-dccf-4e7a-ba36-826444032da2?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2941] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:23:56 2026] GET /v2.0/networks/08e5e406-dccf-4e7a-ba36-826444032da2?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: 1488/2942] 199.204.45.49 () {30 vars in 701 bytes} [Tue Apr 7 01:24: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: 1455/2943] 199.204.45.49 () {30 vars in 703 bytes} [Tue Apr 7 01:24: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: 1489/2944] 199.204.45.49 () {30 vars in 679 bytes} [Tue Apr 7 01:24: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: 1456/2945] 199.204.45.49 () {30 vars in 715 bytes} [Tue Apr 7 01:24: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) [pid: 7|app: 0|req: 1490/2946] 199.204.45.49 () {30 vars in 767 bytes} [Tue Apr 7 01:24:00 2026] GET /v2.0/ports?device_id=5ff503ed-cbf4-40a6-bd28-66b8e36696c7 => generated 3872 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2947] 199.204.45.49 () {30 vars in 701 bytes} [Tue Apr 7 01:24:01 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: 1491/2948] 199.204.45.49 () {30 vars in 703 bytes} [Tue Apr 7 01:24:01 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: 1458/2949] 199.204.45.49 () {30 vars in 679 bytes} [Tue Apr 7 01:24:01 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: 1492/2950] 199.204.45.49 () {30 vars in 715 bytes} [Tue Apr 7 01:24:01 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: 1459/2951] 199.204.45.49 () {30 vars in 735 bytes} [Tue Apr 7 01:24:01 2026] GET /v2.0/ports/67de65e5-02b2-4d1e-b3df-a1ec527c1e0b => generated 1291 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2952] 199.204.45.49 () {34 vars in 787 bytes} [Tue Apr 7 01:24:01 2026] PUT /v2.0/ports/67de65e5-02b2-4d1e-b3df-a1ec527c1e0b => generated 1080 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:24:01.495 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-354fe368-6ce1-4f27-b99e-dcb7b8e49694'] response: {'name': 'network-changed', 'server_uuid': '5ff503ed-cbf4-40a6-bd28-66b8e36696c7', 'tag': '67de65e5-02b2-4d1e-b3df-a1ec527c1e0b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1460/2953] 199.204.45.49 () {30 vars in 741 bytes} [Tue Apr 7 01:24:01 2026] GET /v2.0/networks/08e5e406-dccf-4e7a-ba36-826444032da2 => generated 797 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: 7|app: 0|req: 1494/2954] 199.204.45.49 () {30 vars in 767 bytes} [Tue Apr 7 01:24:01 2026] GET /v2.0/ports?device_id=5ff503ed-cbf4-40a6-bd28-66b8e36696c7 => generated 3697 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2955] 199.204.45.49 () {30 vars in 767 bytes} [Tue Apr 7 01:24:01 2026] GET /v2.0/ports?device_id=5ff503ed-cbf4-40a6-bd28-66b8e36696c7 => generated 3697 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/2956] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:24:02 2026] GET /v2.0/ports?tenant_id=ee679f684f614773815a99a5a1fad90b&device_id=5ff503ed-cbf4-40a6-bd28-66b8e36696c7 => generated 3697 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2957] 199.204.45.49 () {34 vars in 984 bytes} [Tue Apr 7 01:24:02 2026] GET /v2.0/networks?id=08e5e406-dccf-4e7a-ba36-826444032da2 => generated 800 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2958] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:24:02 2026] GET /v2.0/networks/08e5e406-dccf-4e7a-ba36-826444032da2?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2959] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:24:02 2026] GET /v2.0/networks/08e5e406-dccf-4e7a-ba36-826444032da2?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: 1497/2960] 199.204.45.49 () {30 vars in 767 bytes} [Tue Apr 7 01:24:02 2026] GET /v2.0/ports?device_id=5ff503ed-cbf4-40a6-bd28-66b8e36696c7 => generated 3697 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2961] 199.204.45.49 () {34 vars in 973 bytes} [Tue Apr 7 01:24:03 2026] GET /v2.0/ports/67de65e5-02b2-4d1e-b3df-a1ec527c1e0b => generated 1116 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2962] 199.204.45.49 () {34 vars in 1058 bytes} [Tue Apr 7 01:24:03 2026] GET /v2.0/ports/67de65e5-02b2-4d1e-b3df-a1ec527c1e0b?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2963] 199.204.45.49 () {34 vars in 1014 bytes} [Tue Apr 7 01:24:03 2026] GET /v2.0/networks/08e5e406-dccf-4e7a-ba36-826444032da2?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: 1499/2964] 199.204.45.49 () {30 vars in 767 bytes} [Tue Apr 7 01:24:03 2026] GET /v2.0/ports?device_id=5ff503ed-cbf4-40a6-bd28-66b8e36696c7 => generated 3697 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2965] 199.204.45.49 () {38 vars in 1026 bytes} [Tue Apr 7 01:24:03 2026] PUT /v2.0/ports/67de65e5-02b2-4d1e-b3df-a1ec527c1e0b => generated 917 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/2966] 199.204.45.49 () {30 vars in 767 bytes} [Tue Apr 7 01:24:04 2026] GET /v2.0/ports?device_id=5ff503ed-cbf4-40a6-bd28-66b8e36696c7 => generated 2589 bytes in 42 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-07 01:24:05.009 8 INFO neutron_taas.services.taas.taas_plugin [None req-97e378cf-0e4c-4495-b4bb-7bb1b0e9f3c1 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] TaaS: Handle Delete Port: 67de65e5-02b2-4d1e-b3df-a1ec527c1e0b 2026-04-07 01:24:05.011 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97e378cf-0e4c-4495-b4bb-7bb1b0e9f3c1 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Tap Mirror: Handle Delete Port: 67de65e5-02b2-4d1e-b3df-a1ec527c1e0b [pid: 8|app: 0|req: 1467/2967] 199.204.45.49 () {32 vars in 757 bytes} [Tue Apr 7 01:24:04 2026] DELETE /v2.0/ports/67de65e5-02b2-4d1e-b3df-a1ec527c1e0b => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2968] 199.204.45.49 () {30 vars in 701 bytes} [Tue Apr 7 01:24: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: 8|app: 0|req: 1468/2969] 199.204.45.49 () {30 vars in 703 bytes} [Tue Apr 7 01:24:05 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/2970] 199.204.45.49 () {30 vars in 679 bytes} [Tue Apr 7 01:24:05 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: 1469/2971] 199.204.45.49 () {30 vars in 715 bytes} [Tue Apr 7 01:24:05 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: 1503/2972] 199.204.45.49 () {30 vars in 739 bytes} [Tue Apr 7 01:24:05 2026] GET /v2.0/subnets/df77b29b-72cc-4600-ae8a-6e9d1931d5ba => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2973] 199.204.45.49 () {30 vars in 735 bytes} [Tue Apr 7 01:24:05 2026] GET /v2.0/ports/038bc97b-a34f-475d-8812-525144c1e619 => 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: 1504/2974] 199.204.45.49 () {30 vars in 735 bytes} [Tue Apr 7 01:24:05 2026] GET /v2.0/ports/b61758d3-2ac0-4fd9-9ead-353dfcc11789 => generated 1349 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2975] 199.204.45.49 () {30 vars in 739 bytes} [Tue Apr 7 01:24:05 2026] GET /v2.0/subnets/df77b29b-72cc-4600-ae8a-6e9d1931d5ba => generated 675 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2976] 199.204.45.49 () {30 vars in 741 bytes} [Tue Apr 7 01:24:05 2026] GET /v2.0/networks/03eb4b0f-9e18-4867-a43e-dc9e127292b9 => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2977] 199.204.45.49 () {30 vars in 735 bytes} [Tue Apr 7 01:24:05 2026] GET /v2.0/ports/038bc97b-a34f-475d-8812-525144c1e619 => 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: 1506/2978] 199.204.45.49 () {30 vars in 739 bytes} [Tue Apr 7 01:24:05 2026] GET /v2.0/subnets/df77b29b-72cc-4600-ae8a-6e9d1931d5ba => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2979] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:24:05 2026] GET /v2.0/ports?tenant_id=ee679f684f614773815a99a5a1fad90b&device_id=5ff503ed-cbf4-40a6-bd28-66b8e36696c7 => generated 2589 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/2980] 199.204.45.49 () {34 vars in 1144 bytes} [Tue Apr 7 01:24:05 2026] GET /v2.0/networks?id=8cf64159-4292-421e-afd1-0bfeaa4c506b&id=03eb4b0f-9e18-4867-a43e-dc9e127292b9&id=08e5e406-dccf-4e7a-ba36-826444032da2 => generated 2310 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2981] 199.204.45.49 () {34 vars in 1060 bytes} [Tue Apr 7 01:24:05 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.251&port_id=6a802328-755a-445e-afe5-69572b506e5d => 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: 1508/2982] 199.204.45.49 () {34 vars in 982 bytes} [Tue Apr 7 01:24:05 2026] GET /v2.0/subnets?id=8e17f324-20d5-4d12-bd17-f00a16e472c9 => 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: 1475/2983] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:24:05 2026] GET /v2.0/ports?network_id=8cf64159-4292-421e-afd1-0bfeaa4c506b&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: 7|app: 0|req: 1509/2984] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:24:05 2026] GET /v2.0/networks/8cf64159-4292-421e-afd1-0bfeaa4c506b?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2985] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:24:05 2026] GET /v2.0/networks/8cf64159-4292-421e-afd1-0bfeaa4c506b?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: 7|app: 0|req: 1510/2986] 199.204.45.49 () {34 vars in 1056 bytes} [Tue Apr 7 01:24:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.158&port_id=b61758d3-2ac0-4fd9-9ead-353dfcc11789 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2987] 199.204.45.49 () {34 vars in 982 bytes} [Tue Apr 7 01:24:05 2026] GET /v2.0/subnets?id=df77b29b-72cc-4600-ae8a-6e9d1931d5ba => generated 678 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/2988] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:24:05 2026] GET /v2.0/ports?network_id=03eb4b0f-9e18-4867-a43e-dc9e127292b9&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/2989] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:24:05 2026] GET /v2.0/networks/03eb4b0f-9e18-4867-a43e-dc9e127292b9?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/2990] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:24:05 2026] GET /v2.0/networks/03eb4b0f-9e18-4867-a43e-dc9e127292b9?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: 1480/2993] 199.204.45.49 () {30 vars in 701 bytes} [Tue Apr 7 01:24:16 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: 1514/2994] 199.204.45.49 () {30 vars in 703 bytes} [Tue Apr 7 01:24:16 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: 1481/2995] 199.204.45.49 () {30 vars in 679 bytes} [Tue Apr 7 01:24: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: 7|app: 0|req: 1515/2996] 199.204.45.49 () {30 vars in 715 bytes} [Tue Apr 7 01:24:16 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-07 01:24:16.665 8 INFO neutron.api.v2.resource [None req-cb1c6634-50cc-47c4-a1dc-7ec9a71749f9 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1482/2997] 199.204.45.49 () {30 vars in 761 bytes} [Tue Apr 7 01:24:16 2026] GET /v2.0/security-groups/lb-c8736fe1-3369-4526-ac86-bf8ee47d3371 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/2998] 199.204.45.49 () {30 vars in 783 bytes} [Tue Apr 7 01:24:16 2026] GET /v2.0/security-groups?name=lb-c8736fe1-3369-4526-ac86-bf8ee47d3371 => generated 2865 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/2999] 199.204.45.49 () {30 vars in 813 bytes} [Tue Apr 7 01:24:16 2026] GET /v2.0/security-group-rules?security_group_id=98cb5c36-2f31-4db3-b126-039f4d1296c8 => generated 2334 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/3000] 199.204.45.49 () {32 vars in 787 bytes} [Tue Apr 7 01:24:16 2026] DELETE /v2.0/security-group-rules/72997707-e646-439e-a7ac-be38abb1f594 => 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: 1484/3001] 199.204.45.49 () {32 vars in 787 bytes} [Tue Apr 7 01:24:16 2026] DELETE /v2.0/security-group-rules/997d5369-1f0e-4cf1-a70c-c7cd7b2f9598 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:24:20.670 7 INFO neutron_taas.services.taas.taas_plugin [None req-e1db7ea4-b21d-4379-ade9-47002a6db628 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] TaaS: Handle Delete Port: 801c2388-0618-4c5c-b1d8-ab27008ee565 2026-04-07 01:24:20.673 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e1db7ea4-b21d-4379-ade9-47002a6db628 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] Tap Mirror: Handle Delete Port: 801c2388-0618-4c5c-b1d8-ab27008ee565 2026-04-07 01:24:20.886 7 INFO neutron.db.l3_db [None req-e1db7ea4-b21d-4379-ade9-47002a6db628 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] Floating IP ba84ec08-dc2b-492c-b2aa-92d99b3bcaf0 disassociated (deleted). External IP: 10.96.250.203, port: 038bc97b-a34f-475d-8812-525144c1e619. [pid: 7|app: 0|req: 1518/3002] 10.0.0.248 () {32 vars in 731 bytes} [Tue Apr 7 01:24:20 2026] DELETE /v2.0/floatingips/ba84ec08-dc2b-492c-b2aa-92d99b3bcaf0 => generated 0 bytes in 584 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:24:21.174 8 INFO neutron.api.v2.resource [None req-71584ef8-16c6-40ba-94db-d60eeede4147 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1485/3003] 10.0.0.248 () {32 vars in 728 bytes} [Tue Apr 7 01:24:21 2026] GET /v2.0/floatingips/ba84ec08-dc2b-492c-b2aa-92d99b3bcaf0 => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/3004] 199.204.45.49 () {30 vars in 701 bytes} [Tue Apr 7 01:24:22 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: 8|app: 0|req: 1486/3005] 199.204.45.49 () {30 vars in 703 bytes} [Tue Apr 7 01:24:22 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: 1520/3006] 199.204.45.49 () {30 vars in 679 bytes} [Tue Apr 7 01:24:22 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: 1487/3007] 199.204.45.49 () {30 vars in 715 bytes} [Tue Apr 7 01:24:22 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-07 01:24:22.216 7 INFO neutron.api.v2.resource [None req-3a464e32-f059-411d-883e-0b5a94fddc22 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1521/3008] 199.204.45.49 () {30 vars in 761 bytes} [Tue Apr 7 01:24:22 2026] GET /v2.0/security-groups/lb-c8736fe1-3369-4526-ac86-bf8ee47d3371 => 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: 1488/3009] 199.204.45.49 () {30 vars in 783 bytes} [Tue Apr 7 01:24:22 2026] GET /v2.0/security-groups?name=lb-c8736fe1-3369-4526-ac86-bf8ee47d3371 => generated 1639 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/3010] 199.204.45.49 () {30 vars in 813 bytes} [Tue Apr 7 01:24:22 2026] GET /v2.0/security-group-rules?security_group_id=98cb5c36-2f31-4db3-b126-039f4d1296c8 => generated 1182 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/3011] 199.204.45.49 () {30 vars in 701 bytes} [Tue Apr 7 01:24:22 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: 1523/3012] 199.204.45.49 () {30 vars in 703 bytes} [Tue Apr 7 01:24:22 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: 1490/3013] 199.204.45.49 () {30 vars in 679 bytes} [Tue Apr 7 01:24:22 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: 1524/3014] 199.204.45.49 () {30 vars in 715 bytes} [Tue Apr 7 01:24:22 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: 1491/3015] 199.204.45.49 () {30 vars in 739 bytes} [Tue Apr 7 01:24:22 2026] GET /v2.0/subnets/df77b29b-72cc-4600-ae8a-6e9d1931d5ba => generated 675 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/3016] 199.204.45.49 () {30 vars in 767 bytes} [Tue Apr 7 01:24:22 2026] GET /v2.0/ports?device_id=5ff503ed-cbf4-40a6-bd28-66b8e36696c7 => generated 2589 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/3017] 199.204.45.49 () {30 vars in 767 bytes} [Tue Apr 7 01:24:22 2026] GET /v2.0/ports?device_id=5ff503ed-cbf4-40a6-bd28-66b8e36696c7 => generated 2589 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/3018] 199.204.45.49 () {30 vars in 767 bytes} [Tue Apr 7 01:24:22 2026] GET /v2.0/ports?device_id=5ff503ed-cbf4-40a6-bd28-66b8e36696c7 => generated 2589 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/3019] 199.204.45.49 () {30 vars in 767 bytes} [Tue Apr 7 01:24:23 2026] GET /v2.0/ports?device_id=5ff503ed-cbf4-40a6-bd28-66b8e36696c7 => 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: 1527/3020] 199.204.45.49 () {34 vars in 973 bytes} [Tue Apr 7 01:24:24 2026] GET /v2.0/ports/b61758d3-2ac0-4fd9-9ead-353dfcc11789 => generated 1349 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3021] 199.204.45.49 () {34 vars in 1058 bytes} [Tue Apr 7 01:24:24 2026] GET /v2.0/ports/b61758d3-2ac0-4fd9-9ead-353dfcc11789?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/3022] 199.204.45.49 () {30 vars in 767 bytes} [Tue Apr 7 01:24:24 2026] GET /v2.0/ports?device_id=5ff503ed-cbf4-40a6-bd28-66b8e36696c7 => 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: 1529/3023] 199.204.45.49 () {34 vars in 1014 bytes} [Tue Apr 7 01:24:24 2026] GET /v2.0/networks/03eb4b0f-9e18-4867-a43e-dc9e127292b9?fields=dns_domain => generated 29 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/3024] 199.204.45.49 () {38 vars in 1026 bytes} [Tue Apr 7 01:24:24 2026] PUT /v2.0/ports/b61758d3-2ac0-4fd9-9ead-353dfcc11789 => generated 1150 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/3027] 199.204.45.49 () {30 vars in 767 bytes} [Tue Apr 7 01:24:25 2026] GET /v2.0/ports?device_id=5ff503ed-cbf4-40a6-bd28-66b8e36696c7 => generated 1248 bytes in 43 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: 1497/3028] 199.204.45.49 () {34 vars in 787 bytes} [Tue Apr 7 01:24:25 2026] PUT /v2.0/ports/b61758d3-2ac0-4fd9-9ead-353dfcc11789 => generated 1090 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/3029] 199.204.45.49 () {30 vars in 735 bytes} [Tue Apr 7 01:24:26 2026] GET /v2.0/ports/b61758d3-2ac0-4fd9-9ead-353dfcc11789 => generated 1090 bytes in 39 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-07 01:24:26.202 8 INFO neutron_taas.services.taas.taas_plugin [None req-6255f639-cabb-413f-8520-cc63fbfda4bf e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] TaaS: Handle Delete Port: b61758d3-2ac0-4fd9-9ead-353dfcc11789 2026-04-07 01:24:26.205 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6255f639-cabb-413f-8520-cc63fbfda4bf e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Tap Mirror: Handle Delete Port: b61758d3-2ac0-4fd9-9ead-353dfcc11789 [pid: 8|app: 0|req: 1498/3030] 199.204.45.49 () {32 vars in 757 bytes} [Tue Apr 7 01:24:26 2026] DELETE /v2.0/ports/b61758d3-2ac0-4fd9-9ead-353dfcc11789 => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3031] 199.204.45.49 () {30 vars in 701 bytes} [Tue Apr 7 01:24:26 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: 1499/3032] 199.204.45.49 () {30 vars in 703 bytes} [Tue Apr 7 01:24:26 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: 1534/3033] 199.204.45.49 () {30 vars in 679 bytes} [Tue Apr 7 01:24:26 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: 1500/3034] 199.204.45.49 () {30 vars in 715 bytes} [Tue Apr 7 01:24:26 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-07 01:24:26.493 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0f9c481e-d956-4a74-9ada-12118a4d63cc e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1535/3035] 199.204.45.49 () {32 vars in 757 bytes} [Tue Apr 7 01:24:26 2026] DELETE /v2.0/ports/b61758d3-2ac0-4fd9-9ead-353dfcc11789 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/3036] 199.204.45.49 () {30 vars in 735 bytes} [Tue Apr 7 01:24:26 2026] GET /v2.0/ports/038bc97b-a34f-475d-8812-525144c1e619 => generated 1128 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:24:26.555 7 INFO neutron.api.v2.resource [None req-dc0ea2d1-32e9-44c1-a32c-245a0d12f690 e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1536/3037] 199.204.45.49 () {30 vars in 761 bytes} [Tue Apr 7 01:24:26 2026] GET /v2.0/security-groups/lb-c8736fe1-3369-4526-ac86-bf8ee47d3371 => generated 149 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/3038] 199.204.45.49 () {30 vars in 783 bytes} [Tue Apr 7 01:24:26 2026] GET /v2.0/security-groups?name=lb-c8736fe1-3369-4526-ac86-bf8ee47d3371 => generated 1639 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3039] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:24:26 2026] GET /v2.0/ports?tenant_id=ee679f684f614773815a99a5a1fad90b&device_id=5ff503ed-cbf4-40a6-bd28-66b8e36696c7 => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/3040] 199.204.45.49 () {30 vars in 735 bytes} [Tue Apr 7 01:24:26 2026] GET /v2.0/ports/038bc97b-a34f-475d-8812-525144c1e619 => generated 1128 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/3041] 199.204.45.49 () {34 vars in 1064 bytes} [Tue Apr 7 01:24:26 2026] GET /v2.0/networks?id=8cf64159-4292-421e-afd1-0bfeaa4c506b&id=03eb4b0f-9e18-4867-a43e-dc9e127292b9 => generated 1524 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3042] 199.204.45.49 () {34 vars in 1060 bytes} [Tue Apr 7 01:24:26 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.251&port_id=6a802328-755a-445e-afe5-69572b506e5d => 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: 1540/3043] 199.204.45.49 () {34 vars in 982 bytes} [Tue Apr 7 01:24:26 2026] GET /v2.0/subnets?id=8e17f324-20d5-4d12-bd17-f00a16e472c9 => generated 654 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3044] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:24:26 2026] GET /v2.0/ports?network_id=8cf64159-4292-421e-afd1-0bfeaa4c506b&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: 1542/3045] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:24:26 2026] GET /v2.0/networks/8cf64159-4292-421e-afd1-0bfeaa4c506b?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/3046] 199.204.45.49 () {34 vars in 787 bytes} [Tue Apr 7 01:24:26 2026] PUT /v2.0/ports/038bc97b-a34f-475d-8812-525144c1e619 => generated 1090 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3047] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:24:26 2026] GET /v2.0/networks/8cf64159-4292-421e-afd1-0bfeaa4c506b?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: 8|app: 0|req: 1505/3048] 199.204.45.49 () {32 vars in 777 bytes} [Tue Apr 7 01:24:26 2026] DELETE /v2.0/security-groups/98cb5c36-2f31-4db3-b126-039f4d1296c8 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:24:27.041 7 INFO neutron_taas.services.taas.taas_plugin [None req-9ff22fc9-e972-4633-87a5-0a251c29e7bc e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] TaaS: Handle Delete Port: 038bc97b-a34f-475d-8812-525144c1e619 2026-04-07 01:24:27.044 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9ff22fc9-e972-4633-87a5-0a251c29e7bc e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Tap Mirror: Handle Delete Port: 038bc97b-a34f-475d-8812-525144c1e619 [pid: 7|app: 0|req: 1544/3049] 199.204.45.49 () {32 vars in 757 bytes} [Tue Apr 7 01:24:26 2026] DELETE /v2.0/ports/038bc97b-a34f-475d-8812-525144c1e619 => generated 0 bytes in 259 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3050] 199.204.45.49 () {34 vars in 992 bytes} [Tue Apr 7 01:24:30 2026] GET /v2.0/ports?device_id=5ff503ed-cbf4-40a6-bd28-66b8e36696c7 => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:24:30.200 7 INFO neutron_taas.services.taas.taas_plugin [req-0763618a-ef5e-489b-9ff1-8e1e4b6cebf5 req-5a3873ea-ffbd-4bfd-88c6-708c5f60cabb e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] TaaS: Handle Delete Port: 6a802328-755a-445e-afe5-69572b506e5d 2026-04-07 01:24:30.202 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0763618a-ef5e-489b-9ff1-8e1e4b6cebf5 req-5a3873ea-ffbd-4bfd-88c6-708c5f60cabb e57fca6a4ec34d528d7244c9900fdb1b ee679f684f614773815a99a5a1fad90b - - default default] Tap Mirror: Handle Delete Port: 6a802328-755a-445e-afe5-69572b506e5d [pid: 7|app: 0|req: 1545/3051] 199.204.45.49 () {36 vars in 995 bytes} [Tue Apr 7 01:24:30 2026] DELETE /v2.0/ports/6a802328-755a-445e-afe5-69572b506e5d => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:24:30.367 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-40ea38ef-2347-4191-8fa9-bbe701664991'] response: {'server_uuid': '5ff503ed-cbf4-40a6-bd28-66b8e36696c7', 'name': 'network-vif-deleted', 'tag': '6a802328-755a-445e-afe5-69572b506e5d', 'status': 'completed', 'code': 200} 2026-04-07 01:24:31.487 8 INFO neutron_taas.services.taas.taas_plugin [None req-e7e5522d-5c38-41f7-9184-81001a8326f1 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] TaaS: Handle Delete Port: 8a7745b2-21dc-4e4c-92a2-ff77d43cd2bb 2026-04-07 01:24:31.490 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e7e5522d-5c38-41f7-9184-81001a8326f1 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] Tap Mirror: Handle Delete Port: 8a7745b2-21dc-4e4c-92a2-ff77d43cd2bb 2026-04-07 01:24:31.665 8 INFO neutron.db.l3_db [None req-e7e5522d-5c38-41f7-9184-81001a8326f1 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] Floating IP 65270836-8fa3-48aa-beb4-9b83896ddf62 disassociated (deleted). External IP: 10.96.250.214, port: 33262a88-8f9d-4017-893f-0ddd6110976d. [pid: 8|app: 0|req: 1507/3052] 10.0.0.248 () {32 vars in 731 bytes} [Tue Apr 7 01:24:31 2026] DELETE /v2.0/floatingips/65270836-8fa3-48aa-beb4-9b83896ddf62 => generated 0 bytes in 562 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:24:31.962 7 INFO neutron.api.v2.resource [None req-adcc5862-71f6-4f10-89c7-74b063144cc6 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1546/3053] 10.0.0.248 () {32 vars in 728 bytes} [Tue Apr 7 01:24:31 2026] GET /v2.0/floatingips/65270836-8fa3-48aa-beb4-9b83896ddf62 => generated 144 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:24:31.985 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0b5d16a9-51a0-4bb3-88e0-4ee57e99665a'] response: {'name': 'network-changed', 'server_uuid': 'c43d9ffe-585a-42f6-ac5e-ec3574f4157e', 'tag': '33262a88-8f9d-4017-893f-0ddd6110976d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1508/3054] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:24:32 2026] GET /v2.0/ports?device_id=c43d9ffe-585a-42f6-ac5e-ec3574f4157e => generated 1200 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3055] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:24:32 2026] GET /v2.0/security-groups?id=4336ec45-b02c-4165-9855-953bcec24216&fields=id&fields=name => generated 112 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/3056] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:24:32 2026] GET /v2.0/ports?tenant_id=3ccd5bcec788410b925e8e60f0e6a0cc&device_id=c43d9ffe-585a-42f6-ac5e-ec3574f4157e => 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: 1548/3057] 199.204.45.49 () {34 vars in 984 bytes} [Tue Apr 7 01:24:32 2026] GET /v2.0/networks?id=5d717203-0e41-4f45-accd-1328f9c96edc => 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: 1510/3058] 199.204.45.49 () {34 vars in 1056 bytes} [Tue Apr 7 01:24:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.237&port_id=33262a88-8f9d-4017-893f-0ddd6110976d => 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: 1549/3059] 199.204.45.49 () {34 vars in 1102 bytes} [Tue Apr 7 01:24:32 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A7f&port_id=33262a88-8f9d-4017-893f-0ddd6110976d => 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: 1511/3060] 199.204.45.49 () {34 vars in 1062 bytes} [Tue Apr 7 01:24:32 2026] GET /v2.0/subnets?id=f3494308-6439-4452-9b05-c0934c61d509&id=12b629ab-ec60-43a0-9190-e0e9f5ee8f2b => generated 1412 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3061] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:24:32 2026] GET /v2.0/ports?network_id=5d717203-0e41-4f45-accd-1328f9c96edc&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/3062] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:24:32 2026] GET /v2.0/ports?network_id=5d717203-0e41-4f45-accd-1328f9c96edc&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3063] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:24:32 2026] GET /v2.0/networks/5d717203-0e41-4f45-accd-1328f9c96edc?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: 1513/3064] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:24:32 2026] GET /v2.0/networks/5d717203-0e41-4f45-accd-1328f9c96edc?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: 1552/3065] 199.204.45.49 () {34 vars in 992 bytes} [Tue Apr 7 01:24:34 2026] GET /v2.0/ports?device_id=c43d9ffe-585a-42f6-ac5e-ec3574f4157e => generated 1200 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:24:34.721 8 INFO neutron_taas.services.taas.taas_plugin [req-d7aee41a-3aa1-4cfc-b568-4f7bb1170fae req-a9d34a60-a3e3-465c-b0a5-29e649cd5d44 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] TaaS: Handle Delete Port: 33262a88-8f9d-4017-893f-0ddd6110976d 2026-04-07 01:24:34.724 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d7aee41a-3aa1-4cfc-b568-4f7bb1170fae req-a9d34a60-a3e3-465c-b0a5-29e649cd5d44 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] Tap Mirror: Handle Delete Port: 33262a88-8f9d-4017-893f-0ddd6110976d [pid: 8|app: 0|req: 1514/3066] 199.204.45.49 () {36 vars in 995 bytes} [Tue Apr 7 01:24:34 2026] DELETE /v2.0/ports/33262a88-8f9d-4017-893f-0ddd6110976d => generated 0 bytes in 279 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:24:34.932 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-de82245a-0b17-473c-8815-9d70d0ff7a38'] response: {'server_uuid': 'c43d9ffe-585a-42f6-ac5e-ec3574f4157e', 'name': 'network-vif-deleted', 'tag': '33262a88-8f9d-4017-893f-0ddd6110976d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1553/3067] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:24:37 2026] GET /v2.0/ports?device_id=c43d9ffe-585a-42f6-ac5e-ec3574f4157e => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:24:42.532 8 INFO neutron_taas.services.taas.taas_plugin [None req-efc3dcfd-ca47-4282-b729-6d12b7e144f1 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] TaaS: Handle Delete Port: b7035b61-1586-4cff-a429-dd611b661529 2026-04-07 01:24:42.535 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-efc3dcfd-ca47-4282-b729-6d12b7e144f1 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] Tap Mirror: Handle Delete Port: b7035b61-1586-4cff-a429-dd611b661529 2026-04-07 01:24:42.722 8 INFO neutron.db.l3_db [None req-efc3dcfd-ca47-4282-b729-6d12b7e144f1 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] Floating IP 3677426e-98b4-45d7-b66c-baa602ed71f9 disassociated (deleted). External IP: 10.96.250.207, port: f6d959d4-2717-4e99-b7a2-883451b96110. [pid: 8|app: 0|req: 1516/3070] 10.0.0.248 () {32 vars in 731 bytes} [Tue Apr 7 01:24:42 2026] DELETE /v2.0/floatingips/3677426e-98b4-45d7-b66c-baa602ed71f9 => generated 0 bytes in 627 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:24:43.050 7 INFO neutron.api.v2.resource [None req-3dadec86-59f0-4408-8abc-0e1831fd6cd7 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1555/3071] 10.0.0.248 () {32 vars in 728 bytes} [Tue Apr 7 01:24:43 2026] GET /v2.0/floatingips/3677426e-98b4-45d7-b66c-baa602ed71f9 => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:24:43.064 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2657e914-73c8-4b9d-b475-7b69421c86ba'] response: {'name': 'network-changed', 'server_uuid': 'bc155b88-4183-41ba-ba71-6b4fdb8a4eba', 'tag': 'f6d959d4-2717-4e99-b7a2-883451b96110', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1517/3072] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:24:43 2026] GET /v2.0/ports?device_id=bc155b88-4183-41ba-ba71-6b4fdb8a4eba => generated 1196 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3073] 10.0.0.76 () {34 vars in 1038 bytes} [Tue Apr 7 01:24:43 2026] GET /v2.0/security-groups?id=4336ec45-b02c-4165-9855-953bcec24216&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3074] 199.204.45.49 () {34 vars in 1078 bytes} [Tue Apr 7 01:24:43 2026] GET /v2.0/ports?tenant_id=3ccd5bcec788410b925e8e60f0e6a0cc&device_id=bc155b88-4183-41ba-ba71-6b4fdb8a4eba => generated 1465 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3075] 199.204.45.49 () {34 vars in 984 bytes} [Tue Apr 7 01:24:43 2026] GET /v2.0/networks?id=08e5e406-dccf-4e7a-ba36-826444032da2 => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/3076] 199.204.45.49 () {34 vars in 1054 bytes} [Tue Apr 7 01:24:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.66&port_id=f6d959d4-2717-4e99-b7a2-883451b96110 => 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: 1558/3077] 199.204.45.49 () {34 vars in 1102 bytes} [Tue Apr 7 01:24:43 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1ed&port_id=f6d959d4-2717-4e99-b7a2-883451b96110 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3078] 199.204.45.49 () {34 vars in 1062 bytes} [Tue Apr 7 01:24:43 2026] GET /v2.0/subnets?id=818cf97f-1375-4acb-8922-a572477f2add&id=dbdd8ee8-f068-41d8-8300-b0709e267ae2 => generated 1410 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3079] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:24:43 2026] GET /v2.0/ports?network_id=08e5e406-dccf-4e7a-ba36-826444032da2&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3080] 199.204.45.49 () {34 vars in 1050 bytes} [Tue Apr 7 01:24:43 2026] GET /v2.0/ports?network_id=08e5e406-dccf-4e7a-ba36-826444032da2&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: 7|app: 0|req: 1560/3081] 199.204.45.49 () {34 vars in 1010 bytes} [Tue Apr 7 01:24:43 2026] GET /v2.0/networks/08e5e406-dccf-4e7a-ba36-826444032da2?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: 1522/3082] 199.204.45.49 () {34 vars in 1110 bytes} [Tue Apr 7 01:24:43 2026] GET /v2.0/networks/08e5e406-dccf-4e7a-ba36-826444032da2?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) [pid: 7|app: 0|req: 1561/3083] 199.204.45.49 () {34 vars in 992 bytes} [Tue Apr 7 01:24:45 2026] GET /v2.0/ports?device_id=bc155b88-4183-41ba-ba71-6b4fdb8a4eba => generated 1194 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:24:45.808 8 INFO neutron_taas.services.taas.taas_plugin [req-a69ddef4-fae5-4435-a8a8-8dcd28bf4c35 req-0f6fab1b-51b7-471a-9138-56a4d2ea4845 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] TaaS: Handle Delete Port: f6d959d4-2717-4e99-b7a2-883451b96110 2026-04-07 01:24:45.812 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a69ddef4-fae5-4435-a8a8-8dcd28bf4c35 req-0f6fab1b-51b7-471a-9138-56a4d2ea4845 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] Tap Mirror: Handle Delete Port: f6d959d4-2717-4e99-b7a2-883451b96110 [pid: 8|app: 0|req: 1523/3084] 199.204.45.49 () {36 vars in 995 bytes} [Tue Apr 7 01:24:45 2026] DELETE /v2.0/ports/f6d959d4-2717-4e99-b7a2-883451b96110 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:24:46.007 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f32bd2f9-2f19-4575-b6f1-b07507be0fb9'] response: {'server_uuid': 'bc155b88-4183-41ba-ba71-6b4fdb8a4eba', 'name': 'network-vif-deleted', 'tag': 'f6d959d4-2717-4e99-b7a2-883451b96110', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1562/3085] 10.0.0.76 () {34 vars in 988 bytes} [Tue Apr 7 01:24:48 2026] GET /v2.0/ports?device_id=bc155b88-4183-41ba-ba71-6b4fdb8a4eba => 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: 1524/3086] 10.0.0.248 () {32 vars in 749 bytes} [Tue Apr 7 01:24:53 2026] DELETE /v2.0/security-group-rules/2c43978a-1f38-4944-82f8-8adefbf5d2fb => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:24:53.534 7 INFO neutron.api.v2.resource [None req-d6ebfcbe-a8c0-4c28-887c-e69b406c9c08 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1563/3087] 10.0.0.248 () {32 vars in 746 bytes} [Tue Apr 7 01:24:53 2026] GET /v2.0/security-group-rules/2c43978a-1f38-4944-82f8-8adefbf5d2fb => 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: 1525/3088] 10.0.0.248 () {32 vars in 749 bytes} [Tue Apr 7 01:24:53 2026] DELETE /v2.0/security-group-rules/76d3bf4f-9100-414d-b456-410747e03af0 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:24:53.623 7 INFO neutron.api.v2.resource [None req-63f2e10d-569d-4b4d-952b-60adcc2fb8e6 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1564/3089] 10.0.0.248 () {32 vars in 746 bytes} [Tue Apr 7 01:24:53 2026] GET /v2.0/security-group-rules/76d3bf4f-9100-414d-b456-410747e03af0 => 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: 1526/3090] 10.0.0.248 () {32 vars in 749 bytes} [Tue Apr 7 01:24:53 2026] DELETE /v2.0/security-group-rules/38c04cb6-14cc-44f6-9e90-81996d62dad1 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:24:53.713 7 INFO neutron.api.v2.resource [None req-3302ff81-f2f4-4289-ac87-7e5ae5982f77 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1565/3091] 10.0.0.248 () {32 vars in 746 bytes} [Tue Apr 7 01:24:53 2026] GET /v2.0/security-group-rules/38c04cb6-14cc-44f6-9e90-81996d62dad1 => 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: 1527/3092] 10.0.0.248 () {32 vars in 749 bytes} [Tue Apr 7 01:24:53 2026] DELETE /v2.0/security-group-rules/b0533462-be85-4a88-a702-4e704da5f8a8 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:24:53.797 7 INFO neutron.api.v2.resource [None req-cb0da205-0794-406f-a246-c8b8e9e74c4c 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1566/3093] 10.0.0.248 () {32 vars in 746 bytes} [Tue Apr 7 01:24:53 2026] GET /v2.0/security-group-rules/b0533462-be85-4a88-a702-4e704da5f8a8 => 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: 1528/3094] 10.0.0.248 () {32 vars in 749 bytes} [Tue Apr 7 01:24:53 2026] DELETE /v2.0/security-group-rules/382e3e37-a261-4879-bffc-186e4113665e => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:24:53.883 7 INFO neutron.api.v2.resource [None req-559b25ed-9a7b-41ba-9269-2a861812623d 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1567/3095] 10.0.0.248 () {32 vars in 746 bytes} [Tue Apr 7 01:24:53 2026] GET /v2.0/security-group-rules/382e3e37-a261-4879-bffc-186e4113665e => 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: 1529/3096] 10.0.0.248 () {32 vars in 749 bytes} [Tue Apr 7 01:24:53 2026] DELETE /v2.0/security-group-rules/42df9761-5786-4207-8903-dc57b664d107 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:24:53.965 7 INFO neutron.api.v2.resource [None req-b040e8de-8b4e-465b-8b60-b54983db3878 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1568/3097] 10.0.0.248 () {32 vars in 746 bytes} [Tue Apr 7 01:24:53 2026] GET /v2.0/security-group-rules/42df9761-5786-4207-8903-dc57b664d107 => 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: 1530/3098] 10.0.0.248 () {32 vars in 749 bytes} [Tue Apr 7 01:24:53 2026] DELETE /v2.0/security-group-rules/57d25397-e7f7-4aee-884b-e16a2238e55f => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:24:54.044 7 INFO neutron.api.v2.resource [None req-e5e72e38-fa87-4afc-bccf-5162cbb00273 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1569/3099] 10.0.0.248 () {32 vars in 746 bytes} [Tue Apr 7 01:24:54 2026] GET /v2.0/security-group-rules/57d25397-e7f7-4aee-884b-e16a2238e55f => generated 155 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/3100] 10.0.0.248 () {32 vars in 749 bytes} [Tue Apr 7 01:24:54 2026] DELETE /v2.0/security-group-rules/5fee2906-e3ee-4d41-b424-a6050069c5d7 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:24:54.126 7 INFO neutron.api.v2.resource [None req-0a0e174d-4c67-490b-8920-8b5f6d3a7591 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1570/3101] 10.0.0.248 () {32 vars in 746 bytes} [Tue Apr 7 01:24:54 2026] GET /v2.0/security-group-rules/5fee2906-e3ee-4d41-b424-a6050069c5d7 => 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: 1532/3102] 10.0.0.248 () {32 vars in 749 bytes} [Tue Apr 7 01:24:54 2026] DELETE /v2.0/security-group-rules/3348ad71-6675-40d4-9798-23df554527bc => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:24:54.213 7 INFO neutron.api.v2.resource [None req-0826864e-1e50-4c0c-bde0-daddfce2e716 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1571/3103] 10.0.0.248 () {32 vars in 746 bytes} [Tue Apr 7 01:24:54 2026] GET /v2.0/security-group-rules/3348ad71-6675-40d4-9798-23df554527bc => 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: 1533/3104] 10.0.0.248 () {32 vars in 749 bytes} [Tue Apr 7 01:24:54 2026] DELETE /v2.0/security-group-rules/ccc51bb8-8b1d-4614-bb60-190c8f6744fa => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:24:54.291 7 INFO neutron.api.v2.resource [None req-4886c368-c85f-42d0-8be2-8b8606e57289 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1572/3105] 10.0.0.248 () {32 vars in 746 bytes} [Tue Apr 7 01:24:54 2026] GET /v2.0/security-group-rules/ccc51bb8-8b1d-4614-bb60-190c8f6744fa => 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: 1534/3106] 10.0.0.248 () {32 vars in 749 bytes} [Tue Apr 7 01:24:54 2026] DELETE /v2.0/security-group-rules/d9422d55-4268-48bc-8d0d-7d87096c0102 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:24:54.359 7 INFO neutron.api.v2.resource [None req-87a63cf3-fe80-444a-961f-92c413caca5d 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1573/3107] 10.0.0.248 () {32 vars in 746 bytes} [Tue Apr 7 01:24:54 2026] GET /v2.0/security-group-rules/d9422d55-4268-48bc-8d0d-7d87096c0102 => 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: 1535/3108] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:24:54 2026] DELETE /v2.0/security-groups/4336ec45-b02c-4165-9855-953bcec24216 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:24:54.461 7 INFO neutron.api.v2.resource [None req-86a6b5cf-54ce-414e-b889-505bd4bd2116 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1574/3109] 10.0.0.248 () {32 vars in 736 bytes} [Tue Apr 7 01:24:54 2026] GET /v2.0/security-groups/4336ec45-b02c-4165-9855-953bcec24216 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:24:54.838 8 INFO neutron_taas.services.taas.taas_plugin [None req-ca7570fd-ae7d-46b0-9721-dbb0d27f9901 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] TaaS: Handle Delete Port: c0fbd514-7ec6-47f4-ad43-6423a5698728 2026-04-07 01:24:54.841 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca7570fd-ae7d-46b0-9721-dbb0d27f9901 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] Tap Mirror: Handle Delete Port: c0fbd514-7ec6-47f4-ad43-6423a5698728 [pid: 8|app: 0|req: 1536/3112] 10.0.0.248 () {34 vars in 788 bytes} [Tue Apr 7 01:24:54 2026] PUT /v2.0/routers/f81efee0-f2df-43c1-9dd7-d4192a94a8ef/remove_router_interface => generated 309 bytes in 883 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:24:55.559 7 INFO neutron.api.v2.resource [None req-dc6312cb-1280-4d48-97d5-7b4c2a0b4350 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1577/3113] 10.0.0.248 () {34 vars in 788 bytes} [Tue Apr 7 01:24:55 2026] PUT /v2.0/routers/f81efee0-f2df-43c1-9dd7-d4192a94a8ef/remove_router_interface => generated 198 bytes in 163 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:24:55.942 8 INFO neutron_taas.services.taas.taas_plugin [None req-5d353583-0a07-41ba-9b0b-d8cf0893a798 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] TaaS: Handle Delete Port: 26a12a63-0b50-4366-a8f8-a98acb4b83f9 2026-04-07 01:24:55.946 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d353583-0a07-41ba-9b0b-d8cf0893a798 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] Tap Mirror: Handle Delete Port: 26a12a63-0b50-4366-a8f8-a98acb4b83f9 [pid: 8|app: 0|req: 1537/3114] 10.0.0.248 () {34 vars in 788 bytes} [Tue Apr 7 01:24:55 2026] PUT /v2.0/routers/f81efee0-f2df-43c1-9dd7-d4192a94a8ef/remove_router_interface => generated 309 bytes in 1427 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:24:57.153 7 INFO neutron.api.v2.resource [None req-3dbc1d35-4a0a-485b-9c73-a295dc8d1604 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1578/3115] 10.0.0.248 () {34 vars in 788 bytes} [Tue Apr 7 01:24:56 2026] PUT /v2.0/routers/f81efee0-f2df-43c1-9dd7-d4192a94a8ef/remove_router_interface => generated 198 bytes in 156 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:24:57.560 8 INFO neutron_taas.services.taas.taas_plugin [None req-28130f3e-d6c5-4799-b6cc-3d94bd2abac9 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] TaaS: Handle Delete Port: abe29937-8920-468d-831b-93a1cc2ac081 2026-04-07 01:24:57.563 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28130f3e-d6c5-4799-b6cc-3d94bd2abac9 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] Tap Mirror: Handle Delete Port: abe29937-8920-468d-831b-93a1cc2ac081 [pid: 8|app: 0|req: 1538/3116] 10.0.0.248 () {34 vars in 788 bytes} [Tue Apr 7 01:24:57 2026] PUT /v2.0/routers/f81efee0-f2df-43c1-9dd7-d4192a94a8ef/remove_router_interface => generated 309 bytes in 961 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:24:58.278 7 INFO neutron.api.v2.resource [None req-0d50f9ac-a6e1-4baf-9f9a-822eaa2231d8 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1579/3117] 10.0.0.248 () {34 vars in 788 bytes} [Tue Apr 7 01:24:58 2026] PUT /v2.0/routers/f81efee0-f2df-43c1-9dd7-d4192a94a8ef/remove_router_interface => generated 198 bytes in 154 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:24:58.470 8 INFO neutron_taas.services.taas.taas_plugin [None req-36c66641-82c2-4270-89c6-9f95199bed3c 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] TaaS: Handle Delete Port: ba5953d9-b6e7-4021-8325-e02fccda44b2 2026-04-07 01:24:58.473 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-36c66641-82c2-4270-89c6-9f95199bed3c 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] Tap Mirror: Handle Delete Port: ba5953d9-b6e7-4021-8325-e02fccda44b2 2026-04-07 01:24:58.721 8 INFO neutron_taas.services.taas.taas_plugin [None req-36c66641-82c2-4270-89c6-9f95199bed3c 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] TaaS: Handle Delete Port: 23db2991-155d-484f-bb60-515253a07303 2026-04-07 01:24:58.724 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-36c66641-82c2-4270-89c6-9f95199bed3c 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] Tap Mirror: Handle Delete Port: 23db2991-155d-484f-bb60-515253a07303 2026-04-07 01:24:59.083 8 INFO neutron.db.l3_hamode_db [None req-36c66641-82c2-4270-89c6-9f95199bed3c 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] HA network bb2a8cb0-7587-4beb-9ee0-b387452f0f0e was deleted as no HA routers are present in tenant 3ccd5bcec788410b925e8e60f0e6a0cc. [pid: 8|app: 0|req: 1539/3118] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:24:58 2026] DELETE /v2.0/routers/f81efee0-f2df-43c1-9dd7-d4192a94a8ef => generated 0 bytes in 805 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:24:59.094 8 INFO neutron.services.segments.plugin [-] Segment e9e22e18-e94a-4d43-9e36-26c5298f041a resource provider aggregate not found 2026-04-07 01:24:59.110 8 INFO neutron.services.segments.plugin [-] Segment e9e22e18-e94a-4d43-9e36-26c5298f041a resource provider aggregate not found 2026-04-07 01:24:59.111 7 INFO neutron.api.v2.resource [None req-811dc4eb-41fe-4d89-8c4d-baa49e5a1da7 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1580/3119] 10.0.0.248 () {32 vars in 720 bytes} [Tue Apr 7 01:24:59 2026] GET /v2.0/routers/f81efee0-f2df-43c1-9dd7-d4192a94a8ef => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:24:59.113 8 INFO neutron.services.segments.plugin [-] Segment e9e22e18-e94a-4d43-9e36-26c5298f041a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9e22e18-e94a-4d43-9e36-26c5298f041a found for delete ", "request_id": "req-30907aab-9a9c-4f56-b64f-80b72d4402be"}]} 2026-04-07 01:24:59.132 8 INFO neutron.services.segments.plugin [-] Segment e9e22e18-e94a-4d43-9e36-26c5298f041a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9e22e18-e94a-4d43-9e36-26c5298f041a found for delete ", "request_id": "req-6d39d776-dcc3-4ca1-8f45-3d74c3e866e8"}]} [pid: 8|app: 0|req: 1540/3120] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:24:59 2026] DELETE /v2.0/subnets/f3494308-6439-4452-9b05-c0934c61d509 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:24:59.269 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9855caa3-6197-4901-9432-43a1ae6e0e0e 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1581/3121] 10.0.0.248 () {32 vars in 720 bytes} [Tue Apr 7 01:24:59 2026] GET /v2.0/subnets/f3494308-6439-4452-9b05-c0934c61d509 => 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: 1541/3122] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:24:59 2026] DELETE /v2.0/subnets/12b629ab-ec60-43a0-9190-e0e9f5ee8f2b => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:24:59.431 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f5f18703-3f8d-4263-ae02-1db67b0404d0 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1582/3123] 10.0.0.248 () {32 vars in 720 bytes} [Tue Apr 7 01:24:59 2026] GET /v2.0/subnets/12b629ab-ec60-43a0-9190-e0e9f5ee8f2b => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:24:59.515 8 INFO neutron_taas.services.taas.taas_plugin [None req-d9365fcd-300a-4fd1-a2c3-5164f1992a5f 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] TaaS: Handle Delete Port: 2280a4cc-1d64-4a90-8c92-acd693bc8bff 2026-04-07 01:24:59.517 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d9365fcd-300a-4fd1-a2c3-5164f1992a5f 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] Tap Mirror: Handle Delete Port: 2280a4cc-1d64-4a90-8c92-acd693bc8bff [pid: 8|app: 0|req: 1542/3124] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:24:59 2026] DELETE /v2.0/networks/5d717203-0e41-4f45-accd-1328f9c96edc => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:24:59.673 7 INFO neutron.pecan_wsgi.hooks.translation [None req-77f5464f-9df1-42c8-b324-f57eb1d9f6ef 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1583/3125] 10.0.0.248 () {32 vars in 722 bytes} [Tue Apr 7 01:24:59 2026] GET /v2.0/networks/5d717203-0e41-4f45-accd-1328f9c96edc => 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: 1543/3126] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:24:59 2026] DELETE /v2.0/subnets/dbdd8ee8-f068-41d8-8300-b0709e267ae2 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:24:59.844 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3460014e-df0c-47ac-bbfd-4cf08b04e81c 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1584/3127] 10.0.0.248 () {32 vars in 720 bytes} [Tue Apr 7 01:24:59 2026] GET /v2.0/subnets/dbdd8ee8-f068-41d8-8300-b0709e267ae2 => 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: 1544/3128] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:24:59 2026] DELETE /v2.0/subnets/818cf97f-1375-4acb-8922-a572477f2add => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:25:00.017 7 INFO neutron.pecan_wsgi.hooks.translation [None req-66ab3bfc-32d1-468b-b273-f697e7a02a5f 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1585/3129] 10.0.0.248 () {32 vars in 720 bytes} [Tue Apr 7 01:25:00 2026] GET /v2.0/subnets/818cf97f-1375-4acb-8922-a572477f2add => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:25:00.120 8 INFO neutron_taas.services.taas.taas_plugin [None req-8188bcff-1473-43b0-a859-ee154db04fec 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] TaaS: Handle Delete Port: 918366a2-f441-4523-92ea-0d7b7f793b4b 2026-04-07 01:25:00.122 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8188bcff-1473-43b0-a859-ee154db04fec 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] Tap Mirror: Handle Delete Port: 918366a2-f441-4523-92ea-0d7b7f793b4b [pid: 8|app: 0|req: 1545/3130] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:25:00 2026] DELETE /v2.0/networks/08e5e406-dccf-4e7a-ba36-826444032da2 => generated 0 bytes in 275 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:25:00.317 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f51bfe4b-aff7-42c5-80ee-d02d7afc6ad1 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1586/3131] 10.0.0.248 () {32 vars in 722 bytes} [Tue Apr 7 01:25:00 2026] GET /v2.0/networks/08e5e406-dccf-4e7a-ba36-826444032da2 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3132] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:25:00 2026] DELETE /v2.0/subnets/ee4e6db1-f088-43ed-b4a1-71d0e0ddd9f3 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:25:00.494 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4973e27f-8942-4496-9114-38229c240bad 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1587/3133] 10.0.0.248 () {32 vars in 720 bytes} [Tue Apr 7 01:25:00 2026] GET /v2.0/subnets/ee4e6db1-f088-43ed-b4a1-71d0e0ddd9f3 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3134] 10.0.0.248 () {32 vars in 723 bytes} [Tue Apr 7 01:25:00 2026] DELETE /v2.0/subnets/df77b29b-72cc-4600-ae8a-6e9d1931d5ba => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:25:00.675 7 INFO neutron.pecan_wsgi.hooks.translation [None req-47af7d9d-737f-4f78-ad78-f6e7335bb5a1 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1588/3135] 10.0.0.248 () {32 vars in 720 bytes} [Tue Apr 7 01:25:00 2026] GET /v2.0/subnets/df77b29b-72cc-4600-ae8a-6e9d1931d5ba => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:25:00.784 8 INFO neutron_taas.services.taas.taas_plugin [None req-25a80d1f-f5e3-475f-8b30-bde8d8f56646 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] TaaS: Handle Delete Port: f540c47d-ba01-42a0-bc97-77e0caf86e4c 2026-04-07 01:25:00.787 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-25a80d1f-f5e3-475f-8b30-bde8d8f56646 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] Tap Mirror: Handle Delete Port: f540c47d-ba01-42a0-bc97-77e0caf86e4c [pid: 8|app: 0|req: 1548/3136] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:25:00 2026] DELETE /v2.0/networks/03eb4b0f-9e18-4867-a43e-dc9e127292b9 => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:25:01.004 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fc0304f6-cfb3-4490-a8bf-70b867b29764 6e7fbeed6d514c158a1263fce4d42bd9 3ccd5bcec788410b925e8e60f0e6a0cc - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1589/3137] 10.0.0.248 () {32 vars in 722 bytes} [Tue Apr 7 01:25:00 2026] GET /v2.0/networks/03eb4b0f-9e18-4867-a43e-dc9e127292b9 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:25:01.131 8 INFO neutron.services.segments.plugin [-] Segment 83d3765c-fec4-4e60-907f-96a4d531c918 resource provider aggregate not found 2026-04-07 01:25:01.148 8 INFO neutron.services.segments.plugin [-] Segment 83d3765c-fec4-4e60-907f-96a4d531c918 resource provider aggregate not found 2026-04-07 01:25:01.151 8 INFO neutron.services.segments.plugin [-] Segment 83d3765c-fec4-4e60-907f-96a4d531c918 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83d3765c-fec4-4e60-907f-96a4d531c918 found for delete ", "request_id": "req-b2234e00-d001-412e-8d51-5d6e00e3c6a2"}]} 2026-04-07 01:25:01.163 8 INFO neutron.services.segments.plugin [-] Segment 83d3765c-fec4-4e60-907f-96a4d531c918 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83d3765c-fec4-4e60-907f-96a4d531c918 found for delete ", "request_id": "req-fba08ef2-400b-478e-a6b2-185ec7a30338"}]} 2026-04-07 01:25:01.170 8 INFO neutron.services.segments.plugin [-] Segment db39d25b-34d6-422c-93f9-2c6131d69cb3 resource provider aggregate not found 2026-04-07 01:25:01.178 8 INFO neutron.services.segments.plugin [-] Segment db39d25b-34d6-422c-93f9-2c6131d69cb3 resource provider aggregate not found 2026-04-07 01:25:01.202 8 INFO neutron.services.segments.plugin [-] Segment db39d25b-34d6-422c-93f9-2c6131d69cb3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db39d25b-34d6-422c-93f9-2c6131d69cb3 found for delete ", "request_id": "req-37a64251-cd6c-4b4e-942f-650597c112a1"}]} 2026-04-07 01:25:01.219 8 INFO neutron.services.segments.plugin [-] Segment db39d25b-34d6-422c-93f9-2c6131d69cb3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db39d25b-34d6-422c-93f9-2c6131d69cb3 found for delete ", "request_id": "req-e8ffb9f8-e6ca-465d-b374-181fdae6a378"}]} 2026-04-07 01:25:01.226 8 INFO neutron.services.segments.plugin [-] Segment 3daafe1a-3122-49be-8239-894370daef53 resource provider aggregate not found 2026-04-07 01:25:01.242 8 INFO neutron.services.segments.plugin [-] Segment 3daafe1a-3122-49be-8239-894370daef53 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3daafe1a-3122-49be-8239-894370daef53 found for delete ", "request_id": "req-c3064620-a20c-4dd8-afae-1a46a787de65"}]} 2026-04-07 01:25:01.251 8 INFO neutron.services.segments.plugin [-] Segment 3daafe1a-3122-49be-8239-894370daef53 resource provider aggregate not found 2026-04-07 01:25:01.273 8 INFO neutron.services.segments.plugin [-] Segment 3daafe1a-3122-49be-8239-894370daef53 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3daafe1a-3122-49be-8239-894370daef53 found for delete ", "request_id": "req-e5a607de-cb87-4cc7-98ea-954fb0ad31c9"}]} [pid: 8|app: 0|req: 1549/3138] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:25:02 2026] GET /v2.0/security-groups?tenant_id=8a9ecf123e3b4e0bab32a7710a21fdf5&name=default => generated 2929 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3139] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:25:03 2026] DELETE /v2.0/security-groups/7c48e1a3-a47b-4576-ab75-152a174850fd => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3140] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:25:03 2026] GET /v2.0/security-groups?tenant_id=3ccd5bcec788410b925e8e60f0e6a0cc&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3141] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:25:03 2026] DELETE /v2.0/security-groups/d0638a38-6162-401a-90a2-af112b19df87 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3142] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:25:03 2026] GET /v2.0/security-groups?tenant_id=3dfcb036d6d5438fbc6c6be446ce312d&name=default => generated 2929 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3143] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:25:03 2026] DELETE /v2.0/security-groups/abfc7c72-f043-49d0-a1a9-7aa1aab4e7fc => 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: 1552/3144] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:25:03 2026] GET /v2.0/security-groups?tenant_id=6528a90e7350426497050993f0d9d18c&name=default => generated 2929 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3145] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:25:04 2026] DELETE /v2.0/security-groups/e7e14764-95a0-4214-b090-39bb5b8ec831 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3146] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:25:04 2026] GET /v2.0/security-groups?tenant_id=c23c1e1d89894da7b605baba028d9a96&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3147] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:25:04 2026] DELETE /v2.0/security-groups/25a621cd-1ccb-4431-80a9-eca76514dd35 => 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: 1554/3148] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:25:04 2026] GET /v2.0/security-groups?tenant_id=9269afdf03694fd2b5243ffd83afff26&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3149] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:25:04 2026] DELETE /v2.0/security-groups/af6983a3-b6e6-4c7e-a651-e3c013a188c4 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3150] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:25:05 2026] GET /v2.0/security-groups?tenant_id=97593479e11f4074aabf3bcc00a0ab2f&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3151] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:25:05 2026] DELETE /v2.0/security-groups/f374be2d-3617-4e2d-bb71-0e24ccd9fb31 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:25:09.458 8 INFO neutron.db.segments_db [None req-05365798-a0c9-4369-8d71-41c52c020be3 f31ef225b0044461b07a054dadea2b00 8f7af61f43e94056a24c56357214fa07 - - default default] Added segment b1d5b039-63a3-43ff-a9dc-de051c752447 of type vxlan for network 6748c98f-b655-4a16-a359-2954705fa0b3 [pid: 8|app: 0|req: 1556/3152] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:25:09 2026] POST /v2.0/networks => generated 631 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3153] 10.0.0.248 () {34 vars in 663 bytes} [Tue Apr 7 01:25:09 2026] POST /v2.0/ports => generated 743 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:25:09.869 8 INFO neutron.db.segments_db [None req-d562f6bd-89bb-4087-aef9-02871da34642 f31ef225b0044461b07a054dadea2b00 8f7af61f43e94056a24c56357214fa07 - - default default] Added segment 4dad99a2-cb89-4d7b-9216-d765a1ad9b92 of type vxlan for network 2eca096c-701e-4bb4-a306-4f3793c1d470 [pid: 8|app: 0|req: 1557/3154] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:25:09 2026] POST /v2.0/networks => generated 631 bytes in 131 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: 1598/3155] 10.0.0.248 () {34 vars in 663 bytes} [Tue Apr 7 01:25:09 2026] POST /v2.0/ports => generated 743 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:25:10.280 8 INFO neutron.db.segments_db [None req-83ea0d1e-cd08-4033-a4ca-94516db00b99 f31ef225b0044461b07a054dadea2b00 8f7af61f43e94056a24c56357214fa07 - - default default] Added segment 99d8e529-0e4c-4fed-89f2-86195c2cb06c of type vxlan for network 695293ac-c617-474f-ac31-aa3a745200f7 [pid: 8|app: 0|req: 1558/3158] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:25:10 2026] POST /v2.0/networks => generated 631 bytes in 133 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: 1601/3159] 10.0.0.248 () {34 vars in 663 bytes} [Tue Apr 7 01:25:10 2026] POST /v2.0/ports => generated 743 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:25:10.690 8 INFO neutron.db.segments_db [None req-38b5d5d7-4ce7-4555-8dd1-637af4615904 f31ef225b0044461b07a054dadea2b00 8f7af61f43e94056a24c56357214fa07 - - default default] Added segment ed7e916c-0d1e-4401-87b2-37e233ee757a of type vxlan for network 7490708d-1be6-4136-ad50-adc9634b18b9 [pid: 8|app: 0|req: 1559/3160] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:25:10 2026] POST /v2.0/networks => generated 632 bytes in 150 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: 1602/3161] 10.0.0.248 () {34 vars in 663 bytes} [Tue Apr 7 01:25:10 2026] POST /v2.0/ports => generated 743 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:25:11.147 8 INFO neutron.db.segments_db [None req-9c6d4de9-d8b4-4a93-b118-8713c4993ac6 f31ef225b0044461b07a054dadea2b00 8f7af61f43e94056a24c56357214fa07 - - default default] Added segment f0e88e0d-f344-486d-9c9a-5a1dc62a74f0 of type vxlan for network e8a9633e-a0c6-468f-a88c-14243f958e6c [pid: 8|app: 0|req: 1560/3162] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:25:11 2026] POST /v2.0/networks => generated 631 bytes in 135 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: 1603/3163] 10.0.0.248 () {34 vars in 663 bytes} [Tue Apr 7 01:25:11 2026] POST /v2.0/ports => generated 743 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3164] 10.0.0.248 () {34 vars in 746 bytes} [Tue Apr 7 01:25:11 2026] PUT /v2.0/ports/cec8fcc0-2eaa-43ad-8b8a-61bdd2463c3d/tags => generated 17 bytes in 74 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: 1604/3165] 10.0.0.248 () {34 vars in 746 bytes} [Tue Apr 7 01:25:11 2026] PUT /v2.0/ports/2aea011c-7ffc-4d19-9c8b-d473d96e4bb0/tags => generated 25 bytes in 67 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: 1562/3166] 10.0.0.248 () {34 vars in 746 bytes} [Tue Apr 7 01:25:11 2026] PUT /v2.0/ports/dffd8e60-8447-451c-9f36-6fb3ea628bfc/tags => generated 34 bytes in 77 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: 1605/3167] 10.0.0.248 () {34 vars in 746 bytes} [Tue Apr 7 01:25:11 2026] PUT /v2.0/ports/ee151500-58ad-4ee2-a008-ec5f9b43e89f/tags => generated 19 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, ' [pid: 8|app: 0|req: 1563/3168] 10.0.0.248 () {32 vars in 659 bytes} [Tue Apr 7 01:25:11 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 160 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: 1606/3169] 10.0.0.248 () {32 vars in 673 bytes} [Tue Apr 7 01:25:11 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3170] 10.0.0.248 () {32 vars in 669 bytes} [Tue Apr 7 01:25:12 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3171] 10.0.0.248 () {32 vars in 681 bytes} [Tue Apr 7 01:25:12 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3172] 10.0.0.248 () {32 vars in 667 bytes} [Tue Apr 7 01:25:12 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3173] 10.0.0.248 () {32 vars in 681 bytes} [Tue Apr 7 01:25:12 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3174] 10.0.0.248 () {32 vars in 677 bytes} [Tue Apr 7 01:25:12 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: 7|app: 0|req: 1609/3175] 10.0.0.248 () {32 vars in 689 bytes} [Tue Apr 7 01:25:12 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:25:12.562 8 INFO neutron_taas.services.taas.taas_plugin [None req-cd67940f-930a-474c-ae70-897c793b0fc8 f31ef225b0044461b07a054dadea2b00 8f7af61f43e94056a24c56357214fa07 - - default default] TaaS: Handle Delete Port: cec8fcc0-2eaa-43ad-8b8a-61bdd2463c3d 2026-04-07 01:25:12.565 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd67940f-930a-474c-ae70-897c793b0fc8 f31ef225b0044461b07a054dadea2b00 8f7af61f43e94056a24c56357214fa07 - - default default] Tap Mirror: Handle Delete Port: cec8fcc0-2eaa-43ad-8b8a-61bdd2463c3d [pid: 8|app: 0|req: 1567/3176] 10.0.0.248 () {32 vars in 719 bytes} [Tue Apr 7 01:25:12 2026] DELETE /v2.0/ports/cec8fcc0-2eaa-43ad-8b8a-61bdd2463c3d => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:25:12.734 7 INFO neutron_taas.services.taas.taas_plugin [None req-b5ddb01d-3413-4f95-91d6-40ecc9512e00 f31ef225b0044461b07a054dadea2b00 8f7af61f43e94056a24c56357214fa07 - - default default] TaaS: Handle Delete Port: 2aea011c-7ffc-4d19-9c8b-d473d96e4bb0 2026-04-07 01:25:12.738 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5ddb01d-3413-4f95-91d6-40ecc9512e00 f31ef225b0044461b07a054dadea2b00 8f7af61f43e94056a24c56357214fa07 - - default default] Tap Mirror: Handle Delete Port: 2aea011c-7ffc-4d19-9c8b-d473d96e4bb0 [pid: 7|app: 0|req: 1610/3177] 10.0.0.248 () {32 vars in 719 bytes} [Tue Apr 7 01:25:12 2026] DELETE /v2.0/ports/2aea011c-7ffc-4d19-9c8b-d473d96e4bb0 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:25:12.904 8 INFO neutron_taas.services.taas.taas_plugin [None req-40f0b25e-f3a9-4132-aebe-28fee906e8e1 f31ef225b0044461b07a054dadea2b00 8f7af61f43e94056a24c56357214fa07 - - default default] TaaS: Handle Delete Port: dffd8e60-8447-451c-9f36-6fb3ea628bfc 2026-04-07 01:25:12.906 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-40f0b25e-f3a9-4132-aebe-28fee906e8e1 f31ef225b0044461b07a054dadea2b00 8f7af61f43e94056a24c56357214fa07 - - default default] Tap Mirror: Handle Delete Port: dffd8e60-8447-451c-9f36-6fb3ea628bfc [pid: 8|app: 0|req: 1568/3178] 10.0.0.248 () {32 vars in 719 bytes} [Tue Apr 7 01:25:12 2026] DELETE /v2.0/ports/dffd8e60-8447-451c-9f36-6fb3ea628bfc => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:25:13.064 7 INFO neutron_taas.services.taas.taas_plugin [None req-dbc98794-c803-478a-9a69-ac9fe3b59dfc f31ef225b0044461b07a054dadea2b00 8f7af61f43e94056a24c56357214fa07 - - default default] TaaS: Handle Delete Port: ee151500-58ad-4ee2-a008-ec5f9b43e89f 2026-04-07 01:25:13.067 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dbc98794-c803-478a-9a69-ac9fe3b59dfc f31ef225b0044461b07a054dadea2b00 8f7af61f43e94056a24c56357214fa07 - - default default] Tap Mirror: Handle Delete Port: ee151500-58ad-4ee2-a008-ec5f9b43e89f [pid: 7|app: 0|req: 1611/3179] 10.0.0.248 () {32 vars in 719 bytes} [Tue Apr 7 01:25:12 2026] DELETE /v2.0/ports/ee151500-58ad-4ee2-a008-ec5f9b43e89f => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:25:13.248 8 INFO neutron_taas.services.taas.taas_plugin [None req-3e755e22-7eda-44df-a393-4b19693f43cf f31ef225b0044461b07a054dadea2b00 8f7af61f43e94056a24c56357214fa07 - - default default] TaaS: Handle Delete Port: 934a87a3-34f1-4aef-a286-ac63f0cea9c3 2026-04-07 01:25:13.264 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e755e22-7eda-44df-a393-4b19693f43cf f31ef225b0044461b07a054dadea2b00 8f7af61f43e94056a24c56357214fa07 - - default default] Tap Mirror: Handle Delete Port: 934a87a3-34f1-4aef-a286-ac63f0cea9c3 [pid: 8|app: 0|req: 1569/3180] 10.0.0.248 () {32 vars in 719 bytes} [Tue Apr 7 01:25:13 2026] DELETE /v2.0/ports/934a87a3-34f1-4aef-a286-ac63f0cea9c3 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3181] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:25:13 2026] DELETE /v2.0/networks/6748c98f-b655-4a16-a359-2954705fa0b3 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:25:13.553 7 INFO neutron.services.segments.plugin [-] Segment b1d5b039-63a3-43ff-a9dc-de051c752447 resource provider aggregate not found 2026-04-07 01:25:13.558 7 INFO neutron.services.segments.plugin [-] Segment b1d5b039-63a3-43ff-a9dc-de051c752447 resource provider aggregate not found 2026-04-07 01:25:13.569 7 INFO neutron.services.segments.plugin [-] Segment b1d5b039-63a3-43ff-a9dc-de051c752447 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1d5b039-63a3-43ff-a9dc-de051c752447 found for delete ", "request_id": "req-4064f514-bb8a-4cd7-94f3-c643a5ef8228"}]} 2026-04-07 01:25:13.574 7 INFO neutron.services.segments.plugin [-] Segment b1d5b039-63a3-43ff-a9dc-de051c752447 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1d5b039-63a3-43ff-a9dc-de051c752447 found for delete ", "request_id": "req-32337653-7f57-4a5d-9c94-fdca0760cd50"}]} 2026-04-07 01:25:13.599 8 INFO neutron.services.segments.plugin [-] Segment 4dad99a2-cb89-4d7b-9216-d765a1ad9b92 resource provider aggregate not found 2026-04-07 01:25:13.606 8 INFO neutron.services.segments.plugin [-] Segment 4dad99a2-cb89-4d7b-9216-d765a1ad9b92 resource provider aggregate not found 2026-04-07 01:25:13.622 8 INFO neutron.services.segments.plugin [-] Segment 4dad99a2-cb89-4d7b-9216-d765a1ad9b92 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4dad99a2-cb89-4d7b-9216-d765a1ad9b92 found for delete ", "request_id": "req-894a8c49-9392-4477-9268-370e355bd645"}]} 2026-04-07 01:25:13.624 8 INFO neutron.services.segments.plugin [-] Segment 4dad99a2-cb89-4d7b-9216-d765a1ad9b92 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4dad99a2-cb89-4d7b-9216-d765a1ad9b92 found for delete ", "request_id": "req-100b8fb0-20be-4dd6-b8ca-cee665f2e521"}]} [pid: 8|app: 0|req: 1570/3182] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:25:13 2026] DELETE /v2.0/networks/2eca096c-701e-4bb4-a306-4f3793c1d470 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3183] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:25:13 2026] DELETE /v2.0/networks/695293ac-c617-474f-ac31-aa3a745200f7 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3184] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:25:13 2026] DELETE /v2.0/networks/7490708d-1be6-4136-ad50-adc9634b18b9 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3185] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:25:13 2026] DELETE /v2.0/networks/e8a9633e-a0c6-468f-a88c-14243f958e6c => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3186] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:25:14 2026] GET /v2.0/security-groups?tenant_id=8f7af61f43e94056a24c56357214fa07&name=default => generated 2929 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3187] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:25:14 2026] DELETE /v2.0/security-groups/0fd8ea86-017f-43ea-bcf8-9b15a2f519c1 => 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: 1573/3188] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:25:15 2026] GET /v2.0/security-groups?tenant_id=67845927631342a49daec39fc9966eea&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: 1616/3189] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:25:15 2026] DELETE /v2.0/security-groups/5ec58a21-4f7d-43c0-9ef4-a08551f43a2b => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:25:15.590 7 INFO neutron.services.segments.plugin [-] Segment 99d8e529-0e4c-4fed-89f2-86195c2cb06c resource provider aggregate not found 2026-04-07 01:25:15.596 7 INFO neutron.services.segments.plugin [-] Segment 99d8e529-0e4c-4fed-89f2-86195c2cb06c resource provider aggregate not found 2026-04-07 01:25:15.609 7 INFO neutron.services.segments.plugin [-] Segment 99d8e529-0e4c-4fed-89f2-86195c2cb06c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99d8e529-0e4c-4fed-89f2-86195c2cb06c found for delete ", "request_id": "req-de8f5712-7670-4783-8590-42be53553fe3"}]} 2026-04-07 01:25:15.614 7 INFO neutron.services.segments.plugin [-] Segment 99d8e529-0e4c-4fed-89f2-86195c2cb06c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99d8e529-0e4c-4fed-89f2-86195c2cb06c found for delete ", "request_id": "req-7e1b01de-6a3d-4501-a088-478eb7febdbb"}]} 2026-04-07 01:25:15.626 7 INFO neutron.services.segments.plugin [-] Segment f0e88e0d-f344-486d-9c9a-5a1dc62a74f0 resource provider aggregate not found 2026-04-07 01:25:15.634 7 INFO neutron.services.segments.plugin [-] Segment f0e88e0d-f344-486d-9c9a-5a1dc62a74f0 resource provider aggregate not found 2026-04-07 01:25:15.644 8 INFO neutron.services.segments.plugin [-] Segment ed7e916c-0d1e-4401-87b2-37e233ee757a resource provider aggregate not found 2026-04-07 01:25:15.645 7 INFO neutron.services.segments.plugin [-] Segment f0e88e0d-f344-486d-9c9a-5a1dc62a74f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0e88e0d-f344-486d-9c9a-5a1dc62a74f0 found for delete ", "request_id": "req-b13845ee-531d-4f63-aa02-3b3d8a6dcf6a"}]} 2026-04-07 01:25:15.653 8 INFO neutron.services.segments.plugin [-] Segment ed7e916c-0d1e-4401-87b2-37e233ee757a resource provider aggregate not found 2026-04-07 01:25:15.654 7 INFO neutron.services.segments.plugin [-] Segment f0e88e0d-f344-486d-9c9a-5a1dc62a74f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0e88e0d-f344-486d-9c9a-5a1dc62a74f0 found for delete ", "request_id": "req-dc6f21ac-abcd-44b8-a372-8e10b95c6f04"}]} 2026-04-07 01:25:15.660 8 INFO neutron.services.segments.plugin [-] Segment ed7e916c-0d1e-4401-87b2-37e233ee757a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed7e916c-0d1e-4401-87b2-37e233ee757a found for delete ", "request_id": "req-70be0fb0-9c6f-4692-a4fc-089e967962dd"}]} [pid: 8|app: 0|req: 1574/3190] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:25:15 2026] GET /v2.0/security-groups?tenant_id=d1c921ec562d42cfac2da84714d4fde3&name=default => generated 2929 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:25:15.668 8 INFO neutron.services.segments.plugin [-] Segment ed7e916c-0d1e-4401-87b2-37e233ee757a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed7e916c-0d1e-4401-87b2-37e233ee757a found for delete ", "request_id": "req-837b5c0c-4b3b-4885-a96a-d4adad8c9f08"}]} [pid: 7|app: 0|req: 1617/3191] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:25:15 2026] DELETE /v2.0/security-groups/444b7209-8247-418b-b2f7-957a17cf4aff => 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: 1575/3192] 10.0.0.248 () {34 vars in 683 bytes} [Tue Apr 7 01:25:19 2026] POST /v2.0/security-groups => generated 1603 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3193] 10.0.0.248 () {34 vars in 683 bytes} [Tue Apr 7 01:25:20 2026] POST /v2.0/security-groups => generated 1603 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3194] 10.0.0.248 () {34 vars in 683 bytes} [Tue Apr 7 01:25:20 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: 1619/3195] 10.0.0.248 () {34 vars in 683 bytes} [Tue Apr 7 01:25:20 2026] POST /v2.0/security-groups => generated 1603 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3196] 10.0.0.248 () {34 vars in 683 bytes} [Tue Apr 7 01:25:20 2026] POST /v2.0/security-groups => generated 1603 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3197] 10.0.0.248 () {34 vars in 766 bytes} [Tue Apr 7 01:25:20 2026] PUT /v2.0/security-groups/73780d78-ad8b-45b0-b7b4-83f627d212a5/tags => generated 17 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3198] 10.0.0.248 () {34 vars in 766 bytes} [Tue Apr 7 01:25:20 2026] PUT /v2.0/security-groups/f498e85d-ad22-4ab3-9aac-a30a5dc54f62/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3199] 10.0.0.248 () {34 vars in 766 bytes} [Tue Apr 7 01:25:20 2026] PUT /v2.0/security-groups/fec7b739-a4c1-4791-99c5-84129196dd6e/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3200] 10.0.0.248 () {34 vars in 766 bytes} [Tue Apr 7 01:25:20 2026] PUT /v2.0/security-groups/a4dca141-bd16-4398-9f71-0ab976e8f174/tags => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3201] 10.0.0.248 () {32 vars in 679 bytes} [Tue Apr 7 01:25:20 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3202] 10.0.0.248 () {32 vars in 693 bytes} [Tue Apr 7 01:25:20 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: 7|app: 0|req: 1623/3203] 10.0.0.248 () {32 vars in 689 bytes} [Tue Apr 7 01:25:20 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3204] 10.0.0.248 () {32 vars in 701 bytes} [Tue Apr 7 01:25:20 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3205] 10.0.0.248 () {32 vars in 687 bytes} [Tue Apr 7 01:25:20 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3206] 10.0.0.248 () {32 vars in 701 bytes} [Tue Apr 7 01:25:21 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1625/3207] 10.0.0.248 () {32 vars in 697 bytes} [Tue Apr 7 01:25:21 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3208] 10.0.0.248 () {32 vars in 709 bytes} [Tue Apr 7 01:25:21 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1626/3209] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:25:21 2026] DELETE /v2.0/security-groups/73780d78-ad8b-45b0-b7b4-83f627d212a5 => 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: 1584/3210] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:25:21 2026] DELETE /v2.0/security-groups/f498e85d-ad22-4ab3-9aac-a30a5dc54f62 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3211] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:25:21 2026] DELETE /v2.0/security-groups/fec7b739-a4c1-4791-99c5-84129196dd6e => 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: 1585/3212] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:25:21 2026] DELETE /v2.0/security-groups/a4dca141-bd16-4398-9f71-0ab976e8f174 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3213] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:25:21 2026] DELETE /v2.0/security-groups/f82eced4-f581-482c-bdbd-53d358e21cab => 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: 1586/3214] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:25:22 2026] GET /v2.0/security-groups?tenant_id=df99750acaa2422989e2907c2c1fa4ac&name=default => generated 2929 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3215] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:25:22 2026] DELETE /v2.0/security-groups/c5a017d1-a5e3-451d-a0e0-4661365e5f8a => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3216] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:25:22 2026] GET /v2.0/security-groups?tenant_id=e2617c85b47641e9b183ddf195c886a0&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3217] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:25:22 2026] DELETE /v2.0/security-groups/ed0f4728-a945-416f-9220-602b45f0dd1a => 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: 1588/3218] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:25:23 2026] GET /v2.0/security-groups?tenant_id=9f77960a5fda40d2879716b664b41600&name=default => generated 2929 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1631/3219] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:25:23 2026] DELETE /v2.0/security-groups/790609a4-e5a2-4fbf-98c0-175abb96f5d5 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3222] 10.0.0.248 () {34 vars in 683 bytes} [Tue Apr 7 01:25:26 2026] POST /v2.0/security-groups => generated 1603 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3223] 10.0.0.248 () {34 vars in 766 bytes} [Tue Apr 7 01:25:26 2026] PUT /v2.0/security-groups/2a30e0e5-e4c6-43a6-947e-6a0cfd165d05/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: 1634/3224] 10.0.0.248 () {32 vars in 746 bytes} [Tue Apr 7 01:25:26 2026] GET /v2.0/security-groups/2a30e0e5-e4c6-43a6-947e-6a0cfd165d05/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3225] 10.0.0.248 () {34 vars in 777 bytes} [Tue Apr 7 01:25:26 2026] PUT /v2.0/security-groups/2a30e0e5-e4c6-43a6-947e-6a0cfd165d05/tags/green => 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: 1635/3226] 10.0.0.248 () {32 vars in 746 bytes} [Tue Apr 7 01:25:26 2026] GET /v2.0/security-groups/2a30e0e5-e4c6-43a6-947e-6a0cfd165d05/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3227] 10.0.0.248 () {34 vars in 773 bytes} [Tue Apr 7 01:25:26 2026] PUT /v2.0/security-groups/2a30e0e5-e4c6-43a6-947e-6a0cfd165d05/tags/red => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3228] 10.0.0.248 () {32 vars in 746 bytes} [Tue Apr 7 01:25:26 2026] GET /v2.0/security-groups/2a30e0e5-e4c6-43a6-947e-6a0cfd165d05/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3229] 10.0.0.248 () {34 vars in 795 bytes} [Tue Apr 7 01:25:26 2026] PUT /v2.0/security-groups/2a30e0e5-e4c6-43a6-947e-6a0cfd165d05/tags/black.or.white => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1637/3230] 10.0.0.248 () {32 vars in 746 bytes} [Tue Apr 7 01:25:26 2026] GET /v2.0/security-groups/2a30e0e5-e4c6-43a6-947e-6a0cfd165d05/tags => generated 52 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3231] 10.0.0.248 () {34 vars in 766 bytes} [Tue Apr 7 01:25:26 2026] PUT /v2.0/security-groups/2a30e0e5-e4c6-43a6-947e-6a0cfd165d05/tags => generated 37 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1638/3232] 10.0.0.248 () {32 vars in 746 bytes} [Tue Apr 7 01:25:26 2026] GET /v2.0/security-groups/2a30e0e5-e4c6-43a6-947e-6a0cfd165d05/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3233] 10.0.0.248 () {32 vars in 754 bytes} [Tue Apr 7 01:25:27 2026] GET /v2.0/security-groups/2a30e0e5-e4c6-43a6-947e-6a0cfd165d05/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:25:27.079 7 INFO neutron.api.v2.resource [None req-6a3f9c72-070c-488c-87b5-803150e9aa98 1f3b3856dfab4ac28904e06244d1def6 ad8b4a594ef64f31b595a27e94a80f44 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1639/3234] 10.0.0.248 () {32 vars in 758 bytes} [Tue Apr 7 01:25:27 2026] GET /v2.0/security-groups/2a30e0e5-e4c6-43a6-947e-6a0cfd165d05/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: 1596/3235] 10.0.0.248 () {32 vars in 757 bytes} [Tue Apr 7 01:25:27 2026] DELETE /v2.0/security-groups/2a30e0e5-e4c6-43a6-947e-6a0cfd165d05/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1640/3236] 10.0.0.248 () {32 vars in 746 bytes} [Tue Apr 7 01:25:27 2026] GET /v2.0/security-groups/2a30e0e5-e4c6-43a6-947e-6a0cfd165d05/tags => generated 30 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:25:27.246 8 INFO neutron.api.v2.resource [None req-3f196f8e-9aa7-48df-8b3b-4c8a1ceccf6f 1f3b3856dfab4ac28904e06244d1def6 ad8b4a594ef64f31b595a27e94a80f44 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1597/3237] 10.0.0.248 () {32 vars in 761 bytes} [Tue Apr 7 01:25:27 2026] DELETE /v2.0/security-groups/2a30e0e5-e4c6-43a6-947e-6a0cfd165d05/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1641/3238] 10.0.0.248 () {32 vars in 749 bytes} [Tue Apr 7 01:25:27 2026] DELETE /v2.0/security-groups/2a30e0e5-e4c6-43a6-947e-6a0cfd165d05/tags => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3239] 10.0.0.248 () {32 vars in 746 bytes} [Tue Apr 7 01:25:27 2026] GET /v2.0/security-groups/2a30e0e5-e4c6-43a6-947e-6a0cfd165d05/tags => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1642/3240] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:25:27 2026] DELETE /v2.0/security-groups/2a30e0e5-e4c6-43a6-947e-6a0cfd165d05 => 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: 1599/3241] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:25:28 2026] GET /v2.0/security-groups?tenant_id=ad8b4a594ef64f31b595a27e94a80f44&name=default => generated 2929 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1643/3242] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:25:28 2026] DELETE /v2.0/security-groups/dbe28351-85f2-4fc9-88e4-9ec705e74b96 => 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: 1600/3243] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:25:28 2026] GET /v2.0/security-groups?tenant_id=98749ec809034507a6ca47225d7bb167&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: 1644/3244] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:25:28 2026] DELETE /v2.0/security-groups/3cefc303-2084-475e-b5b7-f40d98f9df5b => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:25:31.824 8 INFO neutron.db.segments_db [None req-3e13fdeb-dfc8-4065-8549-8b0268d1b481 99c4b37fafb047cd946a0e025fe30323 2b40411709fb409a967a60c6e285021b - - default default] Added segment 7cf70842-28f2-4417-9d2d-9d8c136f3f3a of type vxlan for network 6c532159-0fe0-464b-8358-c2738a7a4b76 [pid: 8|app: 0|req: 1601/3245] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:25:31 2026] POST /v2.0/networks => generated 631 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:25:31.962 7 INFO neutron.db.segments_db [None req-e42b7eb4-699c-49bb-95ca-27f8548b56b6 99c4b37fafb047cd946a0e025fe30323 2b40411709fb409a967a60c6e285021b - - default default] Added segment 89649c5f-d62a-4e10-b89b-0728d30898fe of type vxlan for network 4a919134-508c-4d5b-881c-63997ebd3f13 [pid: 7|app: 0|req: 1645/3246] 10.0.0.248 () {34 vars in 669 bytes} [Tue Apr 7 01:25:31 2026] POST /v2.0/networks => generated 632 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3247] 10.0.0.248 () {34 vars in 752 bytes} [Tue Apr 7 01:25:32 2026] PUT /v2.0/networks/6c532159-0fe0-464b-8358-c2738a7a4b76/tags => generated 25 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1646/3248] 10.0.0.248 () {32 vars in 732 bytes} [Tue Apr 7 01:25:32 2026] GET /v2.0/networks/6c532159-0fe0-464b-8358-c2738a7a4b76/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3249] 10.0.0.248 () {34 vars in 752 bytes} [Tue Apr 7 01:25:32 2026] PUT /v2.0/networks/4a919134-508c-4d5b-881c-63997ebd3f13/tags => generated 17 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1647/3250] 10.0.0.248 () {32 vars in 732 bytes} [Tue Apr 7 01:25:32 2026] GET /v2.0/networks/4a919134-508c-4d5b-881c-63997ebd3f13/tags => generated 17 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3251] 10.0.0.248 () {34 vars in 752 bytes} [Tue Apr 7 01:25:32 2026] PUT /v2.0/networks/4a919134-508c-4d5b-881c-63997ebd3f13/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/3252] 10.0.0.248 () {32 vars in 732 bytes} [Tue Apr 7 01:25:32 2026] GET /v2.0/networks/4a919134-508c-4d5b-881c-63997ebd3f13/tags => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3253] 10.0.0.248 () {32 vars in 732 bytes} [Tue Apr 7 01:25:32 2026] GET /v2.0/networks/6c532159-0fe0-464b-8358-c2738a7a4b76/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:25:32.563 7 INFO neutron.services.segments.plugin [-] Segment 7cf70842-28f2-4417-9d2d-9d8c136f3f3a resource provider aggregate not found 2026-04-07 01:25:32.571 7 INFO neutron.services.segments.plugin [-] Segment 7cf70842-28f2-4417-9d2d-9d8c136f3f3a resource provider aggregate not found 2026-04-07 01:25:32.586 7 INFO neutron.services.segments.plugin [-] Segment 7cf70842-28f2-4417-9d2d-9d8c136f3f3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7cf70842-28f2-4417-9d2d-9d8c136f3f3a found for delete ", "request_id": "req-342ad289-d579-42fa-a9c2-5b4a10a8b069"}]} 2026-04-07 01:25:32.591 7 INFO neutron.services.segments.plugin [-] Segment 7cf70842-28f2-4417-9d2d-9d8c136f3f3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7cf70842-28f2-4417-9d2d-9d8c136f3f3a found for delete ", "request_id": "req-a5efa947-03c8-473d-9b8c-436dc98f2344"}]} [pid: 7|app: 0|req: 1649/3254] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:25:32 2026] DELETE /v2.0/networks/6c532159-0fe0-464b-8358-c2738a7a4b76 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:25:32.720 8 INFO neutron.services.segments.plugin [-] Segment 89649c5f-d62a-4e10-b89b-0728d30898fe resource provider aggregate not found 2026-04-07 01:25:32.721 8 INFO neutron.services.segments.plugin [-] Segment 89649c5f-d62a-4e10-b89b-0728d30898fe resource provider aggregate not found 2026-04-07 01:25:32.742 8 INFO neutron.services.segments.plugin [-] Segment 89649c5f-d62a-4e10-b89b-0728d30898fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89649c5f-d62a-4e10-b89b-0728d30898fe found for delete ", "request_id": "req-303136ec-c31b-433a-88f2-3b5fa743290f"}]} 2026-04-07 01:25:32.742 8 INFO neutron.services.segments.plugin [-] Segment 89649c5f-d62a-4e10-b89b-0728d30898fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89649c5f-d62a-4e10-b89b-0728d30898fe found for delete ", "request_id": "req-4bd86e8c-9f9e-43ec-94ab-5f8007a4ede9"}]} [pid: 8|app: 0|req: 1606/3255] 10.0.0.248 () {32 vars in 725 bytes} [Tue Apr 7 01:25:32 2026] DELETE /v2.0/networks/4a919134-508c-4d5b-881c-63997ebd3f13 => 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: 1650/3256] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:25:33 2026] GET /v2.0/security-groups?tenant_id=2b40411709fb409a967a60c6e285021b&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: 1607/3257] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:25:33 2026] DELETE /v2.0/security-groups/c59904c8-e806-4e75-9d33-6ca2b1d7de6c => 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: 1651/3258] 10.0.0.248 () {32 vars in 773 bytes} [Tue Apr 7 01:25:33 2026] GET /v2.0/security-groups?tenant_id=69038a4e28a44968ba4ba5f2d9342ea9&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3259] 10.0.0.248 () {32 vars in 739 bytes} [Tue Apr 7 01:25:33 2026] DELETE /v2.0/security-groups/3cdbe98f-b6f5-4887-9c07-1dd3dfadccf8 => 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: 1652/3260] 10.0.0.248 () {32 vars in 648 bytes} [Tue Apr 7 01:25:36 2026] GET /v2.0/networks => generated 2168 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3261] 10.0.0.248 () {32 vars in 654 bytes} [Tue Apr 7 01:25:37 2026] GET /v2.0/floatingips => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1653/3262] 10.0.0.248 () {32 vars in 646 bytes} [Tue Apr 7 01:25:37 2026] GET /v2.0/routers => generated 15 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3263] 10.0.0.248 () {32 vars in 642 bytes} [Tue Apr 7 01:25:37 2026] GET /v2.0/ports => generated 4725 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1654/3264] 10.0.0.248 () {32 vars in 646 bytes} [Tue Apr 7 01:25:37 2026] GET /v2.0/subnets => generated 1308 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/3265] 10.0.0.248 () {32 vars in 648 bytes} [Tue Apr 7 01:25:37 2026] GET /v2.0/networks => generated 2168 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1655/3266] 10.0.0.248 () {32 vars in 662 bytes} [Tue Apr 7 01:25:37 2026] GET /v2.0/security-groups => generated 17401 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/3267] 10.0.0.248 () {32 vars in 654 bytes} [Tue Apr 7 01:25:37 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)