+ COMMAND=start + start + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Thu Jul 2 10:39:16 2026] *** compiled with version: 13.3.0 on 02 June 2026 01:53:16 os: Linux-5.15.0-185-generic #195-Ubuntu SMP Fri Jun 19 17:11:50 UTC 2026 nodename: neutron-server-67898bcc9c-z4qgc 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, Mar 23 2026, 19:04:32) [GCC 13.3.0] Python main interpreter initialized at 0x7fbd69b36668 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)... 2 RLock(s) were not greened, to fix this error make sure you run eventlet.monkey_patch() before importing any other modules. 2 RLock(s) were not greened, to fix this error make sure you run eventlet.monkey_patch() before importing any other modules. /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route 2026-07-02 10:39:21.248 7 INFO neutron.common.config [-] Logging enabled! 2026-07-02 10:39:21.248 7 INFO neutron.common.config [-] uwsgi version 25.2.4.dev2 2026-07-02 10:39:21.321 8 INFO neutron.common.config [-] Logging enabled! 2026-07-02 10:39:21.322 8 INFO neutron.common.config [-] uwsgi version 25.2.4.dev2 2026-07-02 10:39:21.767 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-02 10:39:21.875 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-02 10:39:22.803 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-02 10:39:22.806 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-02 10:39:22.810 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-02 10:39:22.811 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-02 10:39:22.811 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-02 10:39:22.811 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-02 10:39:22.812 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-02 10:39:22.819 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-02 10:39:22.819 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-02 10:39:22.819 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-02 10:39:22.841 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-02 10:39:22.842 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-02 10:39:22.842 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-02 10:39:22.891 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-02 10:39:22.891 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-02 10:39:22.891 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-02 10:39:22.891 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-02 10:39:22.946 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-02 10:39:22.949 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-02 10:39:22.953 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-02 10:39:22.954 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-02 10:39:22.954 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-02 10:39:22.954 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-02 10:39:22.954 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-02 10:39:22.962 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-02 10:39:22.962 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-02 10:39:22.962 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-02 10:39:22.984 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-02 10:39:22.985 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-02 10:39:22.985 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-02 10:39:23.031 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-02 10:39:23.031 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-02 10:39:23.031 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-02 10:39:23.031 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-02 10:39:23.331 7 INFO neutron.plugins.ml2.managers [None req-a8642309-f5e6-4bad-a2c8-3e7e540e3a3d - - - - - -] Initializing driver for type 'vlan' 2026-07-02 10:39:23.477 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-a8642309-f5e6-4bad-a2c8-3e7e540e3a3d - - - - - -] VlanTypeDriver initialization complete 2026-07-02 10:39:23.477 7 INFO neutron.plugins.ml2.managers [None req-a8642309-f5e6-4bad-a2c8-3e7e540e3a3d - - - - - -] Initializing driver for type 'vxlan' 2026-07-02 10:39:23.477 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-a8642309-f5e6-4bad-a2c8-3e7e540e3a3d - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-02 10:39:23.496 7 INFO neutron.plugins.ml2.managers [None req-a8642309-f5e6-4bad-a2c8-3e7e540e3a3d - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-02 10:39:23.496 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-a8642309-f5e6-4bad-a2c8-3e7e540e3a3d - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-02 10:39:23.496 7 INFO neutron.plugins.ml2.managers [None req-a8642309-f5e6-4bad-a2c8-3e7e540e3a3d - - - - - -] Initializing extension driver 'port_security' 2026-07-02 10:39:23.497 7 INFO neutron.plugins.ml2.extensions.port_security [None req-a8642309-f5e6-4bad-a2c8-3e7e540e3a3d - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-02 10:39:23.497 7 INFO neutron.plugins.ml2.managers [None req-a8642309-f5e6-4bad-a2c8-3e7e540e3a3d - - - - - -] Initializing extension driver 'qos' 2026-07-02 10:39:23.497 7 INFO neutron.plugins.ml2.managers [None req-a8642309-f5e6-4bad-a2c8-3e7e540e3a3d - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-02 10:39:23.497 7 INFO neutron.plugins.ml2.managers [None req-a8642309-f5e6-4bad-a2c8-3e7e540e3a3d - - - - - -] Initializing mechanism driver 'l2population' 2026-07-02 10:39:23.508 7 INFO neutron.quota [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded quota_driver: . 2026-07-02 10:39:23.509 7 INFO neutron.plugins.ml2.plugin [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Modular L2 Plugin initialization complete 2026-07-02 10:39:23.509 7 INFO neutron.plugins.ml2.managers [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-02 10:39:23.509 7 INFO neutron.plugins.ml2.managers [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-02 10:39:23.509 7 INFO neutron.plugins.ml2.managers [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Got port-security extension from driver 'port_security' 2026-07-02 10:39:23.509 7 INFO neutron.extensions.vlantransparent [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Disabled vlantransparent extension. 2026-07-02 10:39:23.510 7 INFO neutron.manager [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loading Plugin: qos 2026-07-02 10:39:23.522 7 INFO neutron.manager [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loading Plugin: router 2026-07-02 10:39:23.562 7 INFO neutron.services.service_base [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-02 10:39:23.562 7 INFO neutron.manager [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loading Plugin: segments 2026-07-02 10:39:23.577 8 INFO neutron.plugins.ml2.managers [None req-95568b47-545e-430a-bab5-8263aec91c31 - - - - - -] Initializing driver for type 'vlan' 2026-07-02 10:39:23.660 7 INFO neutron.manager [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loading Plugin: trunk 2026-07-02 10:39:23.674 7 INFO neutron.manager [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loading Plugin: vpnaas 2026-07-02 10:39:23.713 7 WARNING stevedore.named [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-02 10:39:23.745 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-95568b47-545e-430a-bab5-8263aec91c31 - - - - - -] VlanTypeDriver initialization complete 2026-07-02 10:39:23.746 8 INFO neutron.plugins.ml2.managers [None req-95568b47-545e-430a-bab5-8263aec91c31 - - - - - -] Initializing driver for type 'vxlan' 2026-07-02 10:39:23.746 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-95568b47-545e-430a-bab5-8263aec91c31 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-02 10:39:23.767 8 INFO neutron.plugins.ml2.managers [None req-95568b47-545e-430a-bab5-8263aec91c31 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-02 10:39:23.767 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-95568b47-545e-430a-bab5-8263aec91c31 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-02 10:39:23.767 8 INFO neutron.plugins.ml2.managers [None req-95568b47-545e-430a-bab5-8263aec91c31 - - - - - -] Initializing extension driver 'port_security' 2026-07-02 10:39:23.767 8 INFO neutron.plugins.ml2.extensions.port_security [None req-95568b47-545e-430a-bab5-8263aec91c31 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-02 10:39:23.767 8 INFO neutron.plugins.ml2.managers [None req-95568b47-545e-430a-bab5-8263aec91c31 - - - - - -] Initializing extension driver 'qos' 2026-07-02 10:39:23.768 8 INFO neutron.plugins.ml2.managers [None req-95568b47-545e-430a-bab5-8263aec91c31 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-02 10:39:23.768 8 INFO neutron.plugins.ml2.managers [None req-95568b47-545e-430a-bab5-8263aec91c31 - - - - - -] Initializing mechanism driver 'l2population' 2026-07-02 10:39:23.780 8 INFO neutron.quota [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded quota_driver: . 2026-07-02 10:39:23.780 8 INFO neutron.plugins.ml2.plugin [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Modular L2 Plugin initialization complete 2026-07-02 10:39:23.781 8 INFO neutron.plugins.ml2.managers [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-02 10:39:23.781 8 INFO neutron.plugins.ml2.managers [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-02 10:39:23.781 8 INFO neutron.plugins.ml2.managers [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Got port-security extension from driver 'port_security' 2026-07-02 10:39:23.781 8 INFO neutron.extensions.vlantransparent [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Disabled vlantransparent extension. 2026-07-02 10:39:23.781 8 INFO neutron.manager [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loading Plugin: qos 2026-07-02 10:39:23.795 8 INFO neutron.manager [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loading Plugin: router 2026-07-02 10:39:23.800 7 INFO neutron_vpnaas.services.vpn.plugin [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-02 10:39:23.801 7 INFO neutron.common.utils [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-02 10:39:23.801 7 INFO neutron.manager [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loading Plugin: auto_allocate 2026-07-02 10:39:23.808 7 INFO neutron.manager [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loading Plugin: tag 2026-07-02 10:39:23.814 7 INFO neutron.manager [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loading Plugin: timestamp 2026-07-02 10:39:23.817 7 INFO neutron.manager [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loading Plugin: network_ip_availability 2026-07-02 10:39:23.820 7 INFO neutron.manager [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loading Plugin: flavors 2026-07-02 10:39:23.824 7 INFO neutron.manager [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loading Plugin: revisions 2026-07-02 10:39:23.827 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Initializing extension manager. 2026-07-02 10:39:23.828 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: address-group 2026-07-02 10:39:23.829 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: address-scope 2026-07-02 10:39:23.830 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-02 10:39:23.831 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: agent 2026-07-02 10:39:23.831 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: agent-resources-synced 2026-07-02 10:39:23.832 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: allowed-address-pairs 2026-07-02 10:39:23.833 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: auto-allocated-topology 2026-07-02 10:39:23.834 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: availability_zone 2026-07-02 10:39:23.834 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: availability_zone_filter 2026-07-02 10:39:23.835 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-02 10:39:23.835 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: default-subnetpools 2026-07-02 10:39:23.835 8 INFO neutron.services.service_base [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-02 10:39:23.836 8 INFO neutron.manager [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loading Plugin: segments 2026-07-02 10:39:23.837 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-02 10:39:23.837 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: dns-integration 2026-07-02 10:39:23.838 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: dns-domain-ports 2026-07-02 10:39:23.838 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-02 10:39:23.839 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: dvr 2026-07-02 10:39:23.840 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-02 10:39:23.840 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: empty-string-filtering 2026-07-02 10:39:23.841 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-02 10:39:23.841 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-02 10:39:23.842 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: external-net 2026-07-02 10:39:23.842 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-02 10:39:23.843 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: extraroute 2026-07-02 10:39:23.843 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: extraroute-atomic 2026-07-02 10:39:23.844 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-02 10:39:23.844 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-02 10:39:23.845 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-02 10:39:23.845 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-02 10:39:23.846 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: fip-port-details 2026-07-02 10:39:23.847 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: flavors 2026-07-02 10:39:23.848 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-02 10:39:23.849 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: floatingip-pools 2026-07-02 10:39:23.849 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: ip_allocation 2026-07-02 10:39:23.850 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: ip-substring-filtering 2026-07-02 10:39:23.850 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: l2_adjacency 2026-07-02 10:39:23.851 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: router 2026-07-02 10:39:23.853 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-02 10:39:23.856 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-02 10:39:23.856 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-02 10:39:23.857 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: ext-gw-mode 2026-07-02 10:39:23.857 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: l3-ha 2026-07-02 10:39:23.858 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-02 10:39:23.858 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-02 10:39:23.859 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: l3-flavors 2026-07-02 10:39:23.860 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-02 10:39:23.860 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-02 10:39:23.862 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-02 10:39:23.864 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-02 10:39:23.865 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-02 10:39:23.866 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-02 10:39:23.866 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-02 10:39:23.867 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: multi-provider 2026-07-02 10:39:23.867 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: net-mtu 2026-07-02 10:39:23.868 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: net-mtu-writable 2026-07-02 10:39:23.869 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: network_availability_zone 2026-07-02 10:39:23.869 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: network_ha 2026-07-02 10:39:23.870 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: network-ip-availability 2026-07-02 10:39:23.871 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-02 10:39:23.871 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: pagination 2026-07-02 10:39:23.872 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: port-device-profile 2026-07-02 10:39:23.872 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-02 10:39:23.873 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-02 10:39:23.873 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-02 10:39:23.874 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: port-mac-override 2026-07-02 10:39:23.874 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-02 10:39:23.875 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-02 10:39:23.875 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-02 10:39:23.876 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: port-resource-request 2026-07-02 10:39:23.877 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: port-resource-request-groups 2026-07-02 10:39:23.877 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-02 10:39:23.878 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: binding 2026-07-02 10:39:23.879 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: binding-extended 2026-07-02 10:39:23.879 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: port-security 2026-07-02 10:39:23.880 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: project-id 2026-07-02 10:39:23.880 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: provider 2026-07-02 10:39:23.882 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: qos 2026-07-02 10:39:23.884 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-02 10:39:23.884 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-02 10:39:23.885 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: qos-default 2026-07-02 10:39:23.886 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: qos-fip 2026-07-02 10:39:23.886 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-02 10:39:23.887 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: qos-gateway-ip 2026-07-02 10:39:23.887 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: qos-port-network-policy 2026-07-02 10:39:23.888 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: qos-pps-minimum 2026-07-02 10:39:23.888 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-02 10:39:23.889 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: qos-pps 2026-07-02 10:39:23.890 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: qos-rule-type-details 2026-07-02 10:39:23.890 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-02 10:39:23.891 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: qos-rules-alias 2026-07-02 10:39:23.891 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: quota-check-limit 2026-07-02 10:39:23.893 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: quotas 2026-07-02 10:39:23.894 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: quota_details 2026-07-02 10:39:23.896 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: rbac-policies 2026-07-02 10:39:23.897 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: rbac-address-group 2026-07-02 10:39:23.897 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: rbac-address-scope 2026-07-02 10:39:23.898 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: rbac-security-groups 2026-07-02 10:39:23.898 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: rbac-subnetpool 2026-07-02 10:39:23.899 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: revision-if-match 2026-07-02 10:39:23.899 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: standard-attr-revisions 2026-07-02 10:39:23.900 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: router_availability_zone 2026-07-02 10:39:23.900 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-02 10:39:23.902 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: security-groups-default-rules 2026-07-02 10:39:23.903 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-02 10:39:23.903 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-02 10:39:23.904 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-02 10:39:23.904 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-02 10:39:23.905 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-02 10:39:23.909 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: security-group 2026-07-02 10:39:23.910 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: segment 2026-07-02 10:39:23.911 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-02 10:39:23.911 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: service-type 2026-07-02 10:39:23.912 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: sorting 2026-07-02 10:39:23.912 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: standard-attr-segment 2026-07-02 10:39:23.913 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: standard-attr-description 2026-07-02 10:39:23.914 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: stateful-security-group 2026-07-02 10:39:23.914 7 WARNING neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-02 10:39:23.915 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-02 10:39:23.915 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: subnet-external-network 2026-07-02 10:39:23.916 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: subnet_onboard 2026-07-02 10:39:23.916 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-02 10:39:23.917 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: subnet-service-types 2026-07-02 10:39:23.918 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: subnet_allocation 2026-07-02 10:39:23.918 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-02 10:39:23.919 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: tag-creation 2026-07-02 10:39:23.919 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-02 10:39:23.923 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: standard-attr-tag 2026-07-02 10:39:23.924 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-02 10:39:23.924 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: trunk 2026-07-02 10:39:23.925 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: trunk-details 2026-07-02 10:39:23.925 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-02 10:39:23.926 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-02 10:39:23.928 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-02 10:39:23.929 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-02 10:39:23.929 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: vpn-flavors 2026-07-02 10:39:23.931 7 INFO neutron.api.extensions [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Loaded extension: vpnaas 2026-07-02 10:39:23.933 7 INFO neutron.quota.resource_registry [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-02 10:39:23.933 7 INFO neutron.quota.resource_registry [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-02 10:39:23.934 7 INFO neutron.quota.resource_registry [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 10:39:23.934 7 INFO neutron.quota.resource_registry [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-02 10:39:23.936 8 INFO neutron.manager [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loading Plugin: trunk 2026-07-02 10:39:23.937 7 INFO neutron.quota.resource_registry [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-02 10:39:23.937 7 INFO neutron.quota.resource_registry [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-02 10:39:23.942 7 INFO neutron.quota.resource_registry [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-02 10:39:23.942 7 INFO neutron.quota.resource_registry [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-02 10:39:23.943 7 INFO neutron.quota.resource_registry [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-02 10:39:23.944 7 INFO neutron.quota.resource_registry [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 10:39:23.944 7 WARNING neutron.quota.resource_registry [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] subnetpool is already registered 2026-07-02 10:39:23.944 7 INFO neutron.quota.resource_registry [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 10:39:23.945 7 WARNING neutron.quota.resource_registry [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] subnetpool is already registered 2026-07-02 10:39:23.945 7 INFO neutron.quota.resource_registry [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-02 10:39:23.945 7 INFO neutron.quota.resource_registry [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-02 10:39:23.946 7 INFO neutron.quota.resource_registry [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-02 10:39:23.946 7 INFO neutron.quota.resource_registry [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-02 10:39:23.947 7 INFO neutron.quota.resource_registry [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-02 10:39:23.947 7 INFO neutron.quota.resource_registry [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-02 10:39:23.951 7 INFO neutron.quota.resource_registry [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-02 10:39:23.951 7 WARNING neutron.quota.resource_registry [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] router is already registered 2026-07-02 10:39:23.951 8 INFO neutron.manager [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loading Plugin: vpnaas 2026-07-02 10:39:23.951 7 INFO neutron.quota.resource_registry [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-02 10:39:23.952 7 WARNING neutron.quota.resource_registry [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] floatingip is already registered 2026-07-02 10:39:23.955 7 INFO neutron.quota.resource_registry [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-02 10:39:23.955 7 WARNING neutron.quota.resource_registry [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] rbac_policy is already registered 2026-07-02 10:39:23.956 7 INFO neutron.quota.resource_registry [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-02 10:39:23.956 7 WARNING neutron.quota.resource_registry [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] security_group is already registered 2026-07-02 10:39:23.956 7 INFO neutron.quota.resource_registry [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-02 10:39:23.957 7 WARNING neutron.quota.resource_registry [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] security_group_rule is already registered 2026-07-02 10:39:23.957 7 INFO neutron.quota.resource_registry [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 10:39:23.958 7 WARNING neutron.quota.resource_registry [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] subnetpool is already registered 2026-07-02 10:39:23.958 7 INFO neutron.quota.resource_registry [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 10:39:23.958 7 WARNING neutron.quota.resource_registry [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] subnetpool is already registered 2026-07-02 10:39:23.959 7 INFO neutron.quota.resource_registry [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-02 10:39:23.959 7 WARNING neutron.quota.resource_registry [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] trunk is already registered 2026-07-02 10:39:23.959 7 INFO neutron.quota.resource_registry [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-02 10:39:23.959 7 WARNING neutron.quota.resource_registry [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] endpoint_group is already registered 2026-07-02 10:39:23.960 7 INFO neutron.quota.resource_registry [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-02 10:39:23.960 7 WARNING neutron.quota.resource_registry [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] vpnservice is already registered 2026-07-02 10:39:23.960 7 INFO neutron.quota.resource_registry [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-02 10:39:23.960 7 WARNING neutron.quota.resource_registry [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] ipsec_site_connection is already registered 2026-07-02 10:39:23.961 7 INFO neutron.quota.resource_registry [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-02 10:39:23.961 7 WARNING neutron.quota.resource_registry [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] ipsecpolicy is already registered 2026-07-02 10:39:23.961 7 INFO neutron.quota.resource_registry [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-02 10:39:23.962 7 WARNING neutron.quota.resource_registry [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] ikepolicy is already registered 2026-07-02 10:39:23.995 8 WARNING stevedore.named [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-02 10:39:24.068 8 INFO neutron_vpnaas.services.vpn.plugin [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-02 10:39:24.068 8 INFO neutron.common.utils [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-02 10:39:24.068 8 INFO neutron.manager [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loading Plugin: auto_allocate 2026-07-02 10:39:24.074 8 INFO neutron.manager [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loading Plugin: tag 2026-07-02 10:39:24.087 8 INFO neutron.manager [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loading Plugin: timestamp 2026-07-02 10:39:24.089 8 INFO neutron.manager [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loading Plugin: network_ip_availability 2026-07-02 10:39:24.093 8 INFO neutron.manager [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loading Plugin: flavors 2026-07-02 10:39:24.096 8 INFO neutron.manager [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loading Plugin: revisions 2026-07-02 10:39:24.099 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Initializing extension manager. 2026-07-02 10:39:24.100 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: address-group 2026-07-02 10:39:24.101 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: address-scope 2026-07-02 10:39:24.102 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-02 10:39:24.103 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: agent 2026-07-02 10:39:24.103 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: agent-resources-synced 2026-07-02 10:39:24.105 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: allowed-address-pairs 2026-07-02 10:39:24.105 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: auto-allocated-topology 2026-07-02 10:39:24.106 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: availability_zone 2026-07-02 10:39:24.107 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: availability_zone_filter 2026-07-02 10:39:24.107 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-02 10:39:24.108 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: default-subnetpools 2026-07-02 10:39:24.109 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-02 10:39:24.110 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: dns-integration 2026-07-02 10:39:24.110 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: dns-domain-ports 2026-07-02 10:39:24.111 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-02 10:39:24.111 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: dvr 2026-07-02 10:39:24.112 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-02 10:39:24.112 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: empty-string-filtering 2026-07-02 10:39:24.113 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-02 10:39:24.113 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-02 10:39:24.114 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: external-net 2026-07-02 10:39:24.115 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-02 10:39:24.115 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: extraroute 2026-07-02 10:39:24.116 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: extraroute-atomic 2026-07-02 10:39:24.116 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-02 10:39:24.117 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-02 10:39:24.117 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-02 10:39:24.118 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-02 10:39:24.118 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: fip-port-details 2026-07-02 10:39:24.119 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: flavors 2026-07-02 10:39:24.120 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-02 10:39:24.121 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: floatingip-pools 2026-07-02 10:39:24.122 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: ip_allocation 2026-07-02 10:39:24.122 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: ip-substring-filtering 2026-07-02 10:39:24.123 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: l2_adjacency 2026-07-02 10:39:24.122 7 WARNING keystonemiddleware._common.config [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-02 10:39:24.124 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: router 2026-07-02 10:39:24.125 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-02 10:39:24.126 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-02 10:39:24.127 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-02 10:39:24.127 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: ext-gw-mode 2026-07-02 10:39:24.128 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: l3-ha 2026-07-02 10:39:24.128 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-02 10:39:24.129 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-02 10:39:24.129 7 WARNING oslo_config.cfg [None req-61bd89e0-6a51-4d35-9e98-cecebb2157f6 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-07-02 10:39:24.129 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: l3-flavors 2026-07-02 10:39:24.130 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-02 10:39:24.131 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7fbd69b36668 pid: 7 (default app) 2026-07-02 10:39:24.133 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-02 10:39:24.134 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-02 10:39:24.135 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-02 10:39:24.136 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-02 10:39:24.137 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-02 10:39:24.137 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: multi-provider 2026-07-02 10:39:24.138 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: net-mtu 2026-07-02 10:39:24.138 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: net-mtu-writable 2026-07-02 10:39:24.139 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: network_availability_zone 2026-07-02 10:39:24.140 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: network_ha 2026-07-02 10:39:24.140 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: network-ip-availability 2026-07-02 10:39:24.141 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-02 10:39:24.142 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: pagination 2026-07-02 10:39:24.142 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: port-device-profile 2026-07-02 10:39:24.143 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-02 10:39:24.143 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-02 10:39:24.144 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-02 10:39:24.144 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: port-mac-override 2026-07-02 10:39:24.145 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-02 10:39:24.145 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-02 10:39:24.146 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-02 10:39:24.146 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: port-resource-request 2026-07-02 10:39:24.147 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: port-resource-request-groups 2026-07-02 10:39:24.148 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-02 10:39:24.149 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: binding 2026-07-02 10:39:24.149 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: binding-extended 2026-07-02 10:39:24.150 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: port-security 2026-07-02 10:39:24.150 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: project-id 2026-07-02 10:39:24.151 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: provider 2026-07-02 10:39:24.153 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: qos 2026-07-02 10:39:24.154 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-02 10:39:24.154 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-02 10:39:24.155 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: qos-default 2026-07-02 10:39:24.155 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: qos-fip 2026-07-02 10:39:24.156 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-02 10:39:24.157 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: qos-gateway-ip 2026-07-02 10:39:24.157 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: qos-port-network-policy 2026-07-02 10:39:24.158 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: qos-pps-minimum 2026-07-02 10:39:24.158 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-02 10:39:24.159 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: qos-pps 2026-07-02 10:39:24.159 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: qos-rule-type-details 2026-07-02 10:39:24.160 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-02 10:39:24.161 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: qos-rules-alias 2026-07-02 10:39:24.161 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: quota-check-limit 2026-07-02 10:39:24.163 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: quotas 2026-07-02 10:39:24.164 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: quota_details 2026-07-02 10:39:24.166 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: rbac-policies 2026-07-02 10:39:24.166 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: rbac-address-group 2026-07-02 10:39:24.167 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: rbac-address-scope 2026-07-02 10:39:24.167 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: rbac-security-groups 2026-07-02 10:39:24.168 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: rbac-subnetpool 2026-07-02 10:39:24.168 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: revision-if-match 2026-07-02 10:39:24.169 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: standard-attr-revisions 2026-07-02 10:39:24.170 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: router_availability_zone 2026-07-02 10:39:24.170 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-02 10:39:24.172 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: security-groups-default-rules 2026-07-02 10:39:24.173 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-02 10:39:24.173 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-02 10:39:24.174 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-02 10:39:24.174 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-02 10:39:24.175 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-02 10:39:24.180 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: security-group 2026-07-02 10:39:24.181 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: segment 2026-07-02 10:39:24.182 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-02 10:39:24.182 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: service-type 2026-07-02 10:39:24.183 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: sorting 2026-07-02 10:39:24.183 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: standard-attr-segment 2026-07-02 10:39:24.184 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: standard-attr-description 2026-07-02 10:39:24.185 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: stateful-security-group 2026-07-02 10:39:24.185 8 WARNING neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-02 10:39:24.186 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-02 10:39:24.186 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: subnet-external-network 2026-07-02 10:39:24.187 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: subnet_onboard 2026-07-02 10:39:24.187 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-02 10:39:24.188 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: subnet-service-types 2026-07-02 10:39:24.189 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: subnet_allocation 2026-07-02 10:39:24.189 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-02 10:39:24.190 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: tag-creation 2026-07-02 10:39:24.190 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-02 10:39:24.194 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: standard-attr-tag 2026-07-02 10:39:24.195 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-02 10:39:24.195 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: trunk 2026-07-02 10:39:24.196 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: trunk-details 2026-07-02 10:39:24.196 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-02 10:39:24.197 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-02 10:39:24.199 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-02 10:39:24.200 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-02 10:39:24.200 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: vpn-flavors 2026-07-02 10:39:24.202 8 INFO neutron.api.extensions [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Loaded extension: vpnaas 2026-07-02 10:39:24.204 8 INFO neutron.quota.resource_registry [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-02 10:39:24.205 8 INFO neutron.quota.resource_registry [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-02 10:39:24.205 8 INFO neutron.quota.resource_registry [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 10:39:24.205 8 INFO neutron.quota.resource_registry [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-02 10:39:24.208 8 INFO neutron.quota.resource_registry [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-02 10:39:24.209 8 INFO neutron.quota.resource_registry [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-02 10:39:24.215 8 INFO neutron.quota.resource_registry [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-02 10:39:24.215 8 INFO neutron.quota.resource_registry [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-02 10:39:24.216 8 INFO neutron.quota.resource_registry [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-02 10:39:24.217 8 INFO neutron.quota.resource_registry [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 10:39:24.217 8 WARNING neutron.quota.resource_registry [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] subnetpool is already registered 2026-07-02 10:39:24.217 8 INFO neutron.quota.resource_registry [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 10:39:24.217 8 WARNING neutron.quota.resource_registry [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] subnetpool is already registered 2026-07-02 10:39:24.442 8 INFO neutron.quota.resource_registry [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-02 10:39:24.443 8 INFO neutron.quota.resource_registry [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-02 10:39:24.443 8 INFO neutron.quota.resource_registry [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-02 10:39:24.444 8 INFO neutron.quota.resource_registry [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-02 10:39:24.444 8 INFO neutron.quota.resource_registry [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-02 10:39:24.445 8 INFO neutron.quota.resource_registry [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-02 10:39:24.449 8 INFO neutron.quota.resource_registry [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-02 10:39:24.449 8 WARNING neutron.quota.resource_registry [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] router is already registered 2026-07-02 10:39:24.450 8 INFO neutron.quota.resource_registry [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-02 10:39:24.450 8 WARNING neutron.quota.resource_registry [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] floatingip is already registered 2026-07-02 10:39:24.453 8 INFO neutron.quota.resource_registry [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-02 10:39:24.454 8 WARNING neutron.quota.resource_registry [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] rbac_policy is already registered 2026-07-02 10:39:24.454 8 INFO neutron.quota.resource_registry [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-02 10:39:24.454 8 WARNING neutron.quota.resource_registry [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] security_group is already registered 2026-07-02 10:39:24.455 8 INFO neutron.quota.resource_registry [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-02 10:39:24.455 8 WARNING neutron.quota.resource_registry [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] security_group_rule is already registered 2026-07-02 10:39:24.456 8 INFO neutron.quota.resource_registry [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 10:39:24.456 8 WARNING neutron.quota.resource_registry [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] subnetpool is already registered 2026-07-02 10:39:24.456 8 INFO neutron.quota.resource_registry [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 10:39:24.457 8 WARNING neutron.quota.resource_registry [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] subnetpool is already registered 2026-07-02 10:39:24.457 8 INFO neutron.quota.resource_registry [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-02 10:39:24.457 8 WARNING neutron.quota.resource_registry [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] trunk is already registered 2026-07-02 10:39:24.458 8 INFO neutron.quota.resource_registry [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-02 10:39:24.458 8 WARNING neutron.quota.resource_registry [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] endpoint_group is already registered 2026-07-02 10:39:24.458 8 INFO neutron.quota.resource_registry [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-02 10:39:24.458 8 WARNING neutron.quota.resource_registry [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] vpnservice is already registered 2026-07-02 10:39:24.459 8 INFO neutron.quota.resource_registry [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-02 10:39:24.459 8 WARNING neutron.quota.resource_registry [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] ipsec_site_connection is already registered 2026-07-02 10:39:24.459 8 INFO neutron.quota.resource_registry [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-02 10:39:24.460 8 WARNING neutron.quota.resource_registry [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] ipsecpolicy is already registered 2026-07-02 10:39:24.460 8 INFO neutron.quota.resource_registry [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-02 10:39:24.460 8 WARNING neutron.quota.resource_registry [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] ikepolicy is already registered 2026-07-02 10:39:24.494 8 WARNING keystonemiddleware._common.config [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-02 10:39:24.501 8 WARNING oslo_config.cfg [None req-9c442f37-4642-4c1f-9e2e-a18e7b407904 - - - - - -] 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 0x7fbd69b36668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 10:39:30.235 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d7b14d69-0e0e-43b9-a825-4074a9ec0bda dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/4] 199.19.213.163 () {44 vars in 928 bytes} [Thu Jul 2 10:39:29 2026] GET /v2.0/networks/public => generated 108 bytes in 639 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:71: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1/5] 199.19.213.163 () {44 vars in 950 bytes} [Thu Jul 2 10:39:30 2026] GET /v2.0/networks?name=public => generated 15 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 10:39:30.824 7 WARNING neutron.services.revisions.revision_plugin [None req-fb0a9c83-496d-47cf-86e1-1888d5d99ee4 dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] Could not find related network for resource to bump revision. 2026-07-02 10:39:30.841 7 INFO neutron.db.segments_db [None req-fb0a9c83-496d-47cf-86e1-1888d5d99ee4 dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] Added segment 0cd25a9a-2ac6-4c48-84cd-f60f36795dbc of type flat for network 67e3a33b-e2fb-43ad-90f3-2cc5e770fa7c 2026-07-02 10:39:30.882 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fb0a9c83-496d-47cf-86e1-1888d5d99ee4 dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/6] 199.19.213.163 () {48 vars in 968 bytes} [Thu Jul 2 10:39:30 2026] POST /v2.0/networks => generated 124 bytes in 432 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 10:39:36.823 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4f3110c1-09ff-47e2-aab9-a1ca855e07d3 dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/8] 199.19.213.163 () {44 vars in 928 bytes} [Thu Jul 2 10:39:36 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: 8|app: 0|req: 3/9] 199.19.213.163 () {44 vars in 950 bytes} [Thu Jul 2 10:39:36 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-07-02 10:39:36.903 7 WARNING neutron.services.revisions.revision_plugin [None req-ebb185c5-5c87-4bd0-9b05-3706fced4c32 dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] Could not find related network for resource to bump revision. 2026-07-02 10:39:36.919 7 INFO neutron.db.segments_db [None req-ebb185c5-5c87-4bd0-9b05-3706fced4c32 dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] Added segment 49a7b06f-ab9c-4516-a642-cd47a5d6dfef of type flat for network bb361213-14df-48f7-9133-8f261a426a34 2026-07-02 10:39:36.953 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ebb185c5-5c87-4bd0-9b05-3706fced4c32 dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/10] 199.19.213.163 () {48 vars in 968 bytes} [Thu Jul 2 10:39:36 2026] POST /v2.0/networks => generated 124 bytes in 115 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 10:39:43.124 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5412546a-8709-4cb3-bf05-559f0aadb39e dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/11] 199.19.213.163 () {44 vars in 928 bytes} [Thu Jul 2 10:39:42 2026] GET /v2.0/networks/public => generated 108 bytes in 381 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/12] 199.19.213.163 () {44 vars in 950 bytes} [Thu Jul 2 10:39:43 2026] GET /v2.0/networks?name=public => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 10:39:43.395 8 WARNING neutron.services.revisions.revision_plugin [None req-d424cd12-d3c2-439c-bd04-6046e7cb862d dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] Could not find related network for resource to bump revision. 2026-07-02 10:39:43.415 8 INFO neutron.db.segments_db [None req-d424cd12-d3c2-439c-bd04-6046e7cb862d dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] Added segment ff394b6b-2c40-465e-ac19-caf18554c719 of type flat for network e6f2c261-a6e0-43af-a229-e92152004104 2026-07-02 10:39:43.453 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d424cd12-d3c2-439c-bd04-6046e7cb862d dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/13] 199.19.213.163 () {48 vars in 968 bytes} [Thu Jul 2 10:39:43 2026] POST /v2.0/networks => generated 124 bytes in 312 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 10:39:49.382 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9e1bf874-57f7-454e-8222-6157a79262cc dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/14] 199.19.213.163 () {44 vars in 928 bytes} [Thu Jul 2 10:39:49 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: 6/15] 199.19.213.163 () {44 vars in 950 bytes} [Thu Jul 2 10:39:49 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 10:39:49.452 7 WARNING neutron.services.revisions.revision_plugin [None req-4d2df754-9d41-444d-a04a-113483aafa77 dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] Could not find related network for resource to bump revision. 2026-07-02 10:39:49.472 7 INFO neutron.db.segments_db [None req-4d2df754-9d41-444d-a04a-113483aafa77 dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] Added segment c441e7ff-b006-4c97-bd3d-1a2956e17812 of type flat for network 968c439a-239b-45b8-a369-7fcdf3d94e6a 2026-07-02 10:39:49.507 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4d2df754-9d41-444d-a04a-113483aafa77 dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/16] 199.19.213.163 () {48 vars in 968 bytes} [Thu Jul 2 10:39:49 2026] POST /v2.0/networks => generated 124 bytes in 112 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 10:39:55.441 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2594db6e-080d-4a45-b26d-20a67abf22d2 dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/18] 199.19.213.163 () {44 vars in 928 bytes} [Thu Jul 2 10:39:55 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: 8|app: 0|req: 8/19] 199.19.213.163 () {44 vars in 950 bytes} [Thu Jul 2 10:39:55 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 10:39:55.518 7 WARNING neutron.services.revisions.revision_plugin [None req-5807867f-74fa-49dd-9b7e-a535df1b3f3d dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] Could not find related network for resource to bump revision. 2026-07-02 10:39:55.541 7 INFO neutron.db.segments_db [None req-5807867f-74fa-49dd-9b7e-a535df1b3f3d dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] Added segment 61fee5fa-4768-4d73-a0ae-957545896fde of type flat for network 19bbae21-99c9-4fe4-b1f9-8edd870842cb [pid: 7|app: 0|req: 12/20] 199.19.213.163 () {48 vars in 968 bytes} [Thu Jul 2 10:39:55 2026] POST /v2.0/networks => generated 706 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 10:39:56.933 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3a3d3a22-3895-44c1-8c20-6a2b8cdcbb0a dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/21] 199.19.213.163 () {44 vars in 928 bytes} [Thu Jul 2 10:39:56 2026] GET /v2.0/networks/public => generated 108 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/22] 199.19.213.163 () {44 vars in 950 bytes} [Thu Jul 2 10:39:56 2026] GET /v2.0/networks?name=public => generated 709 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 10:39:57.006 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9756af5d-6847-4d55-984a-a62f5f2ee51a dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/23] 199.19.213.163 () {44 vars in 1035 bytes} [Thu Jul 2 10:39:56 2026] GET /v2.0/subnets/public-subnet?network_id=19bbae21-99c9-4fe4-b1f9-8edd870842cb => generated 113 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/24] 199.19.213.163 () {44 vars in 1058 bytes} [Thu Jul 2 10:39:57 2026] GET /v2.0/subnets?name=public-subnet&network_id=19bbae21-99c9-4fe4-b1f9-8edd870842cb => generated 14 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/25] 199.19.213.163 () {48 vars in 966 bytes} [Thu Jul 2 10:39:57 2026] POST /v2.0/subnets => generated 664 bytes in 1143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 10:44:41.419 7 ERROR oslo.messaging._drivers.impl_rabbit [-] [9ffd6e71-c2da-4a47-9817-7cbe2a1a233d] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-07-02 10:44:41.422 7 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: Server unexpectedly closed connection Thu Jul 2 10:44:41 2026 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /v2.0/networks/lb-mgmt-net (ip 199.19.213.163) !!! 2026-07-02 10:44:41.548 7 INFO neutron.pecan_wsgi.hooks.translation [None req-446043c6-5a8f-4662-af46-b75d23ab0b8c dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 34/63] 199.19.213.163 () {44 vars in 938 bytes} [Thu Jul 2 10:44:41 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 137 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 10:44:41.561 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [2b58ab4f-de64-4b2b-a9f0-8f858cb6e999] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-07-02 10:44:41.562 8 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: Server unexpectedly closed connection Thu Jul 2 10:44:41 2026 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /v2.0/networks?name=lb-mgmt-net (ip 199.19.213.163) !!! [pid: 8|app: 0|req: 30/64] 199.19.213.163 () {44 vars in 960 bytes} [Thu Jul 2 10:44:41 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 10:44:41.641 7 INFO neutron.db.segments_db [None req-5f8939f8-7ecf-4896-bd30-dcd6aa65dd32 dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] Added segment 6a3ea423-e587-4011-a3c0-ae47e16696a3 of type vxlan for network 4aa8b65b-1736-4f09-842a-de5bb28b9c62 [pid: 7|app: 0|req: 35/65] 199.19.213.163 () {48 vars in 967 bytes} [Thu Jul 2 10:44:41 2026] POST /v2.0/networks => generated 707 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 10:44:42.659 8 INFO oslo.messaging._drivers.impl_rabbit [-] [2b58ab4f-de64-4b2b-a9f0-8f858cb6e999] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 49810. 2026-07-02 10:44:42.701 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1a1837c5-d392-43ce-b54d-463ca22d0cc3 dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 31/66] 199.19.213.163 () {44 vars in 938 bytes} [Thu Jul 2 10:44:42 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 67 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 10:44:42.737 7 INFO oslo.messaging._drivers.impl_rabbit [-] [9ffd6e71-c2da-4a47-9817-7cbe2a1a233d] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 49822. [pid: 7|app: 0|req: 36/67] 199.19.213.163 () {44 vars in 960 bytes} [Thu Jul 2 10:44:42 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 10:44:42.763 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2e570b40-61e0-4e47-b4cb-c047c120f45d dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 32/68] 199.19.213.163 () {44 vars in 1037 bytes} [Thu Jul 2 10:44:42 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=4aa8b65b-1736-4f09-842a-de5bb28b9c62 => generated 114 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/69] 199.19.213.163 () {44 vars in 1060 bytes} [Thu Jul 2 10:44:42 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=4aa8b65b-1736-4f09-842a-de5bb28b9c62 => generated 14 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 33/70] 199.19.213.163 () {48 vars in 966 bytes} [Thu Jul 2 10:44:42 2026] POST /v2.0/subnets => generated 651 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 10:44:44.251 7 INFO neutron.api.v2.resource [None req-27d4ac2f-325d-4805-b5f9-fca879be0da7 dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 38/71] 199.19.213.163 () {44 vars in 972 bytes} [Thu Jul 2 10:44:44 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/72] 199.19.213.163 () {44 vars in 994 bytes} [Thu Jul 2 10:44:44 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/73] 199.19.213.163 () {48 vars in 981 bytes} [Thu Jul 2 10:44:44 2026] POST /v2.0/security-groups => generated 1616 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/74] 199.19.213.163 () {44 vars in 1002 bytes} [Thu Jul 2 10:44:45 2026] GET /v2.0/security-groups/e3bdfecf-fd59-4ac5-b280-0da497cf0936 => generated 1616 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/75] 199.19.213.163 () {44 vars in 1002 bytes} [Thu Jul 2 10:44:45 2026] GET /v2.0/security-groups/e3bdfecf-fd59-4ac5-b280-0da497cf0936 => generated 1616 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/76] 199.19.213.163 () {44 vars in 1002 bytes} [Thu Jul 2 10:44:45 2026] GET /v2.0/security-groups/e3bdfecf-fd59-4ac5-b280-0da497cf0936 => generated 1616 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/77] 199.19.213.163 () {48 vars in 992 bytes} [Thu Jul 2 10:44:45 2026] POST /v2.0/security-group-rules => generated 601 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/78] 199.19.213.163 () {44 vars in 1002 bytes} [Thu Jul 2 10:44:46 2026] GET /v2.0/security-groups/e3bdfecf-fd59-4ac5-b280-0da497cf0936 => generated 2230 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/79] 199.19.213.163 () {44 vars in 1002 bytes} [Thu Jul 2 10:44:46 2026] GET /v2.0/security-groups/e3bdfecf-fd59-4ac5-b280-0da497cf0936 => generated 2230 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/80] 199.19.213.163 () {44 vars in 1002 bytes} [Thu Jul 2 10:44:46 2026] GET /v2.0/security-groups/e3bdfecf-fd59-4ac5-b280-0da497cf0936 => generated 2230 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/81] 199.19.213.163 () {48 vars in 992 bytes} [Thu Jul 2 10:44:46 2026] POST /v2.0/security-group-rules => generated 603 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/82] 199.19.213.163 () {44 vars in 1002 bytes} [Thu Jul 2 10:44:47 2026] GET /v2.0/security-groups/e3bdfecf-fd59-4ac5-b280-0da497cf0936 => generated 2846 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/83] 199.19.213.163 () {44 vars in 1002 bytes} [Thu Jul 2 10:44:47 2026] GET /v2.0/security-groups/e3bdfecf-fd59-4ac5-b280-0da497cf0936 => generated 2846 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/84] 199.19.213.163 () {44 vars in 1002 bytes} [Thu Jul 2 10:44:47 2026] GET /v2.0/security-groups/e3bdfecf-fd59-4ac5-b280-0da497cf0936 => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/85] 199.19.213.163 () {48 vars in 992 bytes} [Thu Jul 2 10:44:47 2026] POST /v2.0/security-group-rules => generated 603 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/86] 199.19.213.163 () {44 vars in 1002 bytes} [Thu Jul 2 10:44:48 2026] GET /v2.0/security-groups/e3bdfecf-fd59-4ac5-b280-0da497cf0936 => generated 3462 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/87] 199.19.213.163 () {44 vars in 1002 bytes} [Thu Jul 2 10:44:48 2026] GET /v2.0/security-groups/e3bdfecf-fd59-4ac5-b280-0da497cf0936 => generated 3462 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/88] 199.19.213.163 () {44 vars in 1002 bytes} [Thu Jul 2 10:44:48 2026] GET /v2.0/security-groups/e3bdfecf-fd59-4ac5-b280-0da497cf0936 => generated 3462 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/89] 199.19.213.163 () {48 vars in 992 bytes} [Thu Jul 2 10:44:49 2026] POST /v2.0/security-group-rules => generated 603 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/90] 199.19.213.163 () {44 vars in 1002 bytes} [Thu Jul 2 10:44:49 2026] GET /v2.0/security-groups/e3bdfecf-fd59-4ac5-b280-0da497cf0936 => generated 4078 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/91] 199.19.213.163 () {44 vars in 1002 bytes} [Thu Jul 2 10:44:50 2026] GET /v2.0/security-groups/e3bdfecf-fd59-4ac5-b280-0da497cf0936 => generated 4078 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/92] 199.19.213.163 () {44 vars in 1002 bytes} [Thu Jul 2 10:44:50 2026] GET /v2.0/security-groups/e3bdfecf-fd59-4ac5-b280-0da497cf0936 => generated 4078 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/93] 199.19.213.163 () {48 vars in 992 bytes} [Thu Jul 2 10:44:50 2026] POST /v2.0/security-group-rules => generated 603 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/96] 199.19.213.163 () {44 vars in 988 bytes} [Thu Jul 2 10:44:51 2026] GET /v2.0/networks/4aa8b65b-1736-4f09-842a-de5bb28b9c62 => generated 732 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 10:44:51.820 7 INFO neutron.pecan_wsgi.hooks.translation [None req-988956b0-3f92-449d-8566-5ea60475f18d dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 51/97] 199.19.213.163 () {44 vars in 1077 bytes} [Thu Jul 2 10:44:51 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=4aa8b65b-1736-4f09-842a-de5bb28b9c62 => generated 132 bytes in 196 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/98] 199.19.213.163 () {44 vars in 1100 bytes} [Thu Jul 2 10:44:51 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=4aa8b65b-1736-4f09-842a-de5bb28b9c62 => 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: 52/99] 199.19.213.163 () {44 vars in 1002 bytes} [Thu Jul 2 10:44:51 2026] GET /v2.0/security-groups/e3bdfecf-fd59-4ac5-b280-0da497cf0936 => generated 4694 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/100] 199.19.213.163 () {48 vars in 962 bytes} [Thu Jul 2 10:44:51 2026] POST /v2.0/ports => generated 1096 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 10:44:58.649 7 INFO neutron.pecan_wsgi.hooks.translation [None req-86a4224d-f53e-4eb5-909a-624347526872 dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 53/101] 199.19.213.163 () {44 vars in 979 bytes} [Thu Jul 2 10:44: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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 49/102] 199.19.213.163 () {44 vars in 1001 bytes} [Thu Jul 2 10:44:58 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/103] 199.19.213.163 () {48 vars in 1031 bytes} [Thu Jul 2 10:44:58 2026] PUT /v2.0/ports/fa11789b-8223-4b47-b99c-9bd4d5bd4ed7 => generated 1245 bytes in 544 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/104] 199.19.213.163 () {44 vars in 921 bytes} [Thu Jul 2 10:45:00 2026] GET /v2.0/ports => generated 3726 bytes in 98 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:71: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 10:45:01.821 7 INFO neutron.api.v2.resource [None req-ce9153c8-a431-4897-86f2-470463104009 dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 55/105] 199.19.213.163 () {44 vars in 960 bytes} [Thu Jul 2 10:45:01 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: 8|app: 0|req: 51/106] 199.19.213.163 () {44 vars in 982 bytes} [Thu Jul 2 10:45:01 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/107] 199.19.213.163 () {48 vars in 981 bytes} [Thu Jul 2 10:45:01 2026] POST /v2.0/security-groups => generated 1610 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/108] 199.19.213.163 () {44 vars in 1002 bytes} [Thu Jul 2 10:45:02 2026] GET /v2.0/security-groups/945c2f00-2973-4207-9e88-b38975592a31 => generated 1610 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/109] 199.19.213.163 () {44 vars in 1002 bytes} [Thu Jul 2 10:45:02 2026] GET /v2.0/security-groups/945c2f00-2973-4207-9e88-b38975592a31 => generated 1610 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/110] 199.19.213.163 () {44 vars in 1002 bytes} [Thu Jul 2 10:45:02 2026] GET /v2.0/security-groups/945c2f00-2973-4207-9e88-b38975592a31 => generated 1610 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/111] 199.19.213.163 () {48 vars in 992 bytes} [Thu Jul 2 10:45:02 2026] POST /v2.0/security-group-rules => generated 621 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/112] 199.19.213.163 () {44 vars in 1002 bytes} [Thu Jul 2 10:45:03 2026] GET /v2.0/security-groups/945c2f00-2973-4207-9e88-b38975592a31 => generated 2244 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/113] 199.19.213.163 () {44 vars in 1002 bytes} [Thu Jul 2 10:45:03 2026] GET /v2.0/security-groups/945c2f00-2973-4207-9e88-b38975592a31 => generated 2244 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/114] 199.19.213.163 () {44 vars in 1002 bytes} [Thu Jul 2 10:45:03 2026] GET /v2.0/security-groups/945c2f00-2973-4207-9e88-b38975592a31 => generated 2244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/115] 199.19.213.163 () {48 vars in 992 bytes} [Thu Jul 2 10:45:04 2026] POST /v2.0/security-group-rules => generated 625 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 66/126] 199.19.213.163 () {44 vars in 976 bytes} [Thu Jul 2 10:46:09 2026] GET /v2.0/quotas/69d9662172b34b3a85e4d6690858d0b5 => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/quotasv2.py:139: UserWarning: Neutron quota engine will require "--force" parameter to set a quota limit without checking the resource usage. warnings.warn('Neutron quota engine will require "--force" ' [pid: 8|app: 0|req: 61/127] 199.19.213.163 () {48 vars in 1028 bytes} [Thu Jul 2 10:46:09 2026] PUT /v2.0/quotas/69d9662172b34b3a85e4d6690858d0b5 => generated 291 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 10:48:19.620 7 ERROR oslo.messaging._drivers.impl_rabbit [-] [9ffd6e71-c2da-4a47-9817-7cbe2a1a233d] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-07-02 10:48:19.623 7 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: [Errno 104] Connection reset by peer Thu Jul 2 10:48:19 2026 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /v2.0/ports/octavia-health-manager-port-instance (ip 199.19.213.163) !!! /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 10:48:19.773 7 INFO neutron.pecan_wsgi.hooks.translation [None req-282f9002-a06e-455b-9d6b-e9f0cd7db88a dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 75/144] 199.19.213.163 () {30 vars in 740 bytes} [Thu Jul 2 10:48:19 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 158 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 10:48:19.787 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [2b58ab4f-de64-4b2b-a9f0-8f858cb6e999] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 70/145] 199.19.213.163 () {30 vars in 762 bytes} [Thu Jul 2 10:48:19 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 10:48:21.621 7 INFO oslo.messaging._drivers.impl_rabbit [-] [9ffd6e71-c2da-4a47-9817-7cbe2a1a233d] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 58066. 2026-07-02 10:48:21.652 7 INFO neutron.pecan_wsgi.hooks.translation [None req-58e680e8-2906-4458-94c3-70502cca27d0 dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 77/148] 199.19.213.163 () {30 vars in 740 bytes} [Thu Jul 2 10:48:21 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 10:48:21.698 8 INFO oslo.messaging._drivers.impl_rabbit [-] [2b58ab4f-de64-4b2b-a9f0-8f858cb6e999] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 58078. [pid: 8|app: 0|req: 72/149] 199.19.213.163 () {30 vars in 762 bytes} [Thu Jul 2 10:48:21 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 10:54:39.001 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [2b58ab4f-de64-4b2b-a9f0-8f858cb6e999] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-07-02 10:54:39.004 8 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: [Errno 104] Connection reset by peer Thu Jul 2 10:54:39 2026 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /v2.0/security-groups/manila-service-security-group?project_id=8f863bcb8830440c8a06bb8879b7b021 (ip 199.19.213.163) !!! 2026-07-02 10:54:39.151 8 INFO neutron.api.v2.resource [None req-e1c91802-8072-4988-b978-482dd67bb3d3 dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 98/200] 199.19.213.163 () {44 vars in 1075 bytes} [Thu Jul 2 10:54:38 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=8f863bcb8830440c8a06bb8879b7b021 => generated 139 bytes in 158 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 10:54:39.161 7 ERROR oslo.messaging._drivers.impl_rabbit [-] [9ffd6e71-c2da-4a47-9817-7cbe2a1a233d] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-07-02 10:54:39.162 7 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: Server unexpectedly closed connection Thu Jul 2 10:54:39 2026 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /v2.0/security-groups?name=manila-service-security-group&project_id=8f863bcb8830440c8a06bb8879b7b021 (ip 199.19.213.163) !!! [pid: 7|app: 0|req: 103/201] 199.19.213.163 () {44 vars in 1098 bytes} [Thu Jul 2 10:54:39 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=8f863bcb8830440c8a06bb8879b7b021 => generated 23 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 99/202] 199.19.213.163 () {48 vars in 982 bytes} [Thu Jul 2 10:54:39 2026] POST /v2.0/security-groups => generated 1624 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 10:54:40.464 7 INFO oslo.messaging._drivers.impl_rabbit [-] [9ffd6e71-c2da-4a47-9817-7cbe2a1a233d] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 34288. [pid: 7|app: 0|req: 104/203] 199.19.213.163 () {44 vars in 1089 bytes} [Thu Jul 2 10:54:40 2026] GET /v2.0/security-groups/e126add8-6e1f-4c6f-abea-ec9a0ccf5c87?project_id=8f863bcb8830440c8a06bb8879b7b021 => generated 1624 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 100/204] 199.19.213.163 () {44 vars in 1002 bytes} [Thu Jul 2 10:54:40 2026] GET /v2.0/security-groups/e126add8-6e1f-4c6f-abea-ec9a0ccf5c87 => generated 1624 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/205] 199.19.213.163 () {44 vars in 1089 bytes} [Thu Jul 2 10:54:40 2026] GET /v2.0/security-groups/e126add8-6e1f-4c6f-abea-ec9a0ccf5c87?project_id=8f863bcb8830440c8a06bb8879b7b021 => generated 1624 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 10:54:40.641 8 INFO oslo.messaging._drivers.impl_rabbit [-] [2b58ab4f-de64-4b2b-a9f0-8f858cb6e999] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 34290. [pid: 8|app: 0|req: 101/206] 199.19.213.163 () {48 vars in 992 bytes} [Thu Jul 2 10:54:40 2026] POST /v2.0/security-group-rules => generated 597 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/207] 199.19.213.163 () {44 vars in 1089 bytes} [Thu Jul 2 10:54:41 2026] GET /v2.0/security-groups/e126add8-6e1f-4c6f-abea-ec9a0ccf5c87?project_id=8f863bcb8830440c8a06bb8879b7b021 => generated 2234 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 102/208] 199.19.213.163 () {44 vars in 1002 bytes} [Thu Jul 2 10:54:41 2026] GET /v2.0/security-groups/e126add8-6e1f-4c6f-abea-ec9a0ccf5c87 => 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: 107/209] 199.19.213.163 () {44 vars in 1089 bytes} [Thu Jul 2 10:54:41 2026] GET /v2.0/security-groups/e126add8-6e1f-4c6f-abea-ec9a0ccf5c87?project_id=8f863bcb8830440c8a06bb8879b7b021 => generated 2234 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/210] 199.19.213.163 () {48 vars in 992 bytes} [Thu Jul 2 10:54:41 2026] POST /v2.0/security-group-rules => generated 599 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/211] 199.19.213.163 () {44 vars in 1089 bytes} [Thu Jul 2 10:54:42 2026] GET /v2.0/security-groups/e126add8-6e1f-4c6f-abea-ec9a0ccf5c87?project_id=8f863bcb8830440c8a06bb8879b7b021 => generated 2846 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/212] 199.19.213.163 () {44 vars in 1002 bytes} [Thu Jul 2 10:54:42 2026] GET /v2.0/security-groups/e126add8-6e1f-4c6f-abea-ec9a0ccf5c87 => generated 2846 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/213] 199.19.213.163 () {44 vars in 1089 bytes} [Thu Jul 2 10:54:42 2026] GET /v2.0/security-groups/e126add8-6e1f-4c6f-abea-ec9a0ccf5c87?project_id=8f863bcb8830440c8a06bb8879b7b021 => generated 2846 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/214] 199.19.213.163 () {48 vars in 992 bytes} [Thu Jul 2 10:54:42 2026] POST /v2.0/security-group-rules => generated 601 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/215] 199.19.213.163 () {44 vars in 1089 bytes} [Thu Jul 2 10:54:44 2026] GET /v2.0/security-groups/e126add8-6e1f-4c6f-abea-ec9a0ccf5c87?project_id=8f863bcb8830440c8a06bb8879b7b021 => generated 3460 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/216] 199.19.213.163 () {44 vars in 1002 bytes} [Thu Jul 2 10:54:44 2026] GET /v2.0/security-groups/e126add8-6e1f-4c6f-abea-ec9a0ccf5c87 => generated 3460 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/217] 199.19.213.163 () {44 vars in 1089 bytes} [Thu Jul 2 10:54:44 2026] GET /v2.0/security-groups/e126add8-6e1f-4c6f-abea-ec9a0ccf5c87?project_id=8f863bcb8830440c8a06bb8879b7b021 => generated 3460 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/218] 199.19.213.163 () {48 vars in 992 bytes} [Thu Jul 2 10:54:44 2026] POST /v2.0/security-group-rules => generated 602 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/237] 199.19.213.163 () {30 vars in 740 bytes} [Thu Jul 2 10:56:59 2026] GET /v2.0/networks?tenant_id=8f863bcb8830440c8a06bb8879b7b021&shared=False => generated 15 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 10:56:59.988 8 INFO neutron.db.segments_db [None req-bb6a35b1-07d8-40e0-b211-c6dd32abf2d9 2c15c2ebe90348d99d2e72c1382e5743 8f863bcb8830440c8a06bb8879b7b021 - - 237a0512409542e982ba10233903e080 237a0512409542e982ba10233903e080] Added segment 3f4bc994-e110-42ce-a325-d78e3e1ef1ab of type vxlan for network fd15d6f5-f319-4c4c-af7c-f84e99741c84 [pid: 8|app: 0|req: 117/238] 199.19.213.163 () {34 vars in 682 bytes} [Thu Jul 2 10:56:59 2026] POST /v2.0/networks => generated 718 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/239] 199.19.213.163 () {30 vars in 722 bytes} [Thu Jul 2 10:57:00 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => 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: 118/240] 199.19.213.163 () {30 vars in 633 bytes} [Thu Jul 2 10:57:00 2026] GET /v2.0/extensions => generated 20516 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/241] 199.19.213.163 () {34 vars in 677 bytes} [Thu Jul 2 10:57:00 2026] POST /v2.0/ports => generated 999 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 119/242] 199.19.213.163 () {30 vars in 703 bytes} [Thu Jul 2 10:57:00 2026] GET /v2.0/networks/fd15d6f5-f319-4c4c-af7c-f84e99741c84 => generated 705 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/243] 199.19.213.163 () {30 vars in 722 bytes} [Thu Jul 2 10:57:02 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 120/244] 199.19.213.163 () {30 vars in 703 bytes} [Thu Jul 2 10:57:02 2026] GET /v2.0/networks/fd15d6f5-f319-4c4c-af7c-f84e99741c84 => generated 705 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/247] 199.19.213.163 () {44 vars in 976 bytes} [Thu Jul 2 10:57:19 2026] GET /v2.0/quotas/8f863bcb8830440c8a06bb8879b7b021 => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/quotasv2.py:139: UserWarning: Neutron quota engine will require "--force" parameter to set a quota limit without checking the resource usage. warnings.warn('Neutron quota engine will require "--force" ' [pid: 7|app: 0|req: 126/248] 199.19.213.163 () {48 vars in 1028 bytes} [Thu Jul 2 10:57:19 2026] PUT /v2.0/quotas/8f863bcb8830440c8a06bb8879b7b021 => generated 291 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:09:35.019 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [2b58ab4f-de64-4b2b-a9f0-8f858cb6e999] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-07-02 11:09:35.021 8 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: [Errno 104] Connection reset by peer Thu Jul 2 11:09:35 2026 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /v2.0/networks/public (ip 199.19.213.163) !!! 2026-07-02 11:09:35.164 8 INFO neutron.pecan_wsgi.hooks.translation [None req-007d25d5-295c-4161-a50a-09d0f407f1cb dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 172/347] 199.19.213.163 () {44 vars in 928 bytes} [Thu Jul 2 11:09:35 2026] GET /v2.0/networks/public => generated 108 bytes in 150 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:09:35.175 7 ERROR oslo.messaging._drivers.impl_rabbit [-] [9ffd6e71-c2da-4a47-9817-7cbe2a1a233d] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-07-02 11:09:35.175 7 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: [Errno 104] Connection reset by peer Thu Jul 2 11:09:35 2026 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /v2.0/networks?name=public (ip 199.19.213.163) !!! [pid: 7|app: 0|req: 176/348] 199.19.213.163 () {44 vars in 950 bytes} [Thu Jul 2 11:09:35 2026] GET /v2.0/networks?name=public => generated 753 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:09:36.342 8 INFO oslo.messaging._drivers.impl_rabbit [-] [2b58ab4f-de64-4b2b-a9f0-8f858cb6e999] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 43568. 2026-07-02 11:09:36.384 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ea869fa6-7f31-448f-a000-375b09e9742c dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 173/349] 199.19.213.163 () {44 vars in 928 bytes} [Thu Jul 2 11:09:36 2026] GET /v2.0/networks/public => generated 108 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:09:36.423 7 INFO oslo.messaging._drivers.impl_rabbit [-] [9ffd6e71-c2da-4a47-9817-7cbe2a1a233d] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 43572. [pid: 7|app: 0|req: 177/352] 199.19.213.163 () {44 vars in 950 bytes} [Thu Jul 2 11:09:36 2026] GET /v2.0/networks?name=public => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:09:36.468 8 INFO neutron.pecan_wsgi.hooks.translation [None req-009d8567-075c-478e-b299-d7240387e2cf dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 176/353] 199.19.213.163 () {44 vars in 1035 bytes} [Thu Jul 2 11:09:36 2026] GET /v2.0/subnets/public-subnet?network_id=19bbae21-99c9-4fe4-b1f9-8edd870842cb => generated 113 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 178/354] 199.19.213.163 () {44 vars in 1058 bytes} [Thu Jul 2 11:09:36 2026] GET /v2.0/subnets?name=public-subnet&network_id=19bbae21-99c9-4fe4-b1f9-8edd870842cb => generated 667 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:10:05.157 7 INFO neutron.pecan_wsgi.hooks.translation [None req-27972e9f-fa3e-4e6e-ae57-ed5154f7ae6a dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 180/357] 199.19.213.163 () {44 vars in 938 bytes} [Thu Jul 2 11:10:05 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 74 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/358] 199.19.213.163 () {44 vars in 960 bytes} [Thu Jul 2 11:10:05 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:10:06.187 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f9a0b138-8d79-4680-a390-9d1ebbb18bf1 dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 181/359] 199.19.213.163 () {44 vars in 938 bytes} [Thu Jul 2 11:10:06 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/360] 199.19.213.163 () {44 vars in 960 bytes} [Thu Jul 2 11:10:06 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:10:06.270 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e783c54a-9c4f-49bb-ba7e-89faa5c52127 dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 182/361] 199.19.213.163 () {44 vars in 1037 bytes} [Thu Jul 2 11:10:06 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=4aa8b65b-1736-4f09-842a-de5bb28b9c62 => generated 114 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/362] 199.19.213.163 () {44 vars in 1060 bytes} [Thu Jul 2 11:10:06 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=4aa8b65b-1736-4f09-842a-de5bb28b9c62 => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:10:07.381 8 INFO neutron.api.v2.resource [None req-9e0ae659-622e-4f46-be16-bb3dc3b12925 dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 182/365] 199.19.213.163 () {44 vars in 972 bytes} [Thu Jul 2 11:10:07 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/366] 199.19.213.163 () {44 vars in 994 bytes} [Thu Jul 2 11:10:07 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/367] 199.19.213.163 () {44 vars in 1002 bytes} [Thu Jul 2 11:10:08 2026] GET /v2.0/security-groups/e3bdfecf-fd59-4ac5-b280-0da497cf0936 => 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: 185/368] 199.19.213.163 () {44 vars in 1002 bytes} [Thu Jul 2 11:10:08 2026] GET /v2.0/security-groups/e3bdfecf-fd59-4ac5-b280-0da497cf0936 => generated 4694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/369] 199.19.213.163 () {44 vars in 1012 bytes} [Thu Jul 2 11:10:08 2026] GET /v2.0/security-group-rules/9fdad96c-db23-4a9c-859f-e787cd69af55 => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/370] 199.19.213.163 () {44 vars in 1002 bytes} [Thu Jul 2 11:10:09 2026] GET /v2.0/security-groups/e3bdfecf-fd59-4ac5-b280-0da497cf0936 => generated 4694 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/371] 199.19.213.163 () {44 vars in 1002 bytes} [Thu Jul 2 11:10:09 2026] GET /v2.0/security-groups/e3bdfecf-fd59-4ac5-b280-0da497cf0936 => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/372] 199.19.213.163 () {44 vars in 1012 bytes} [Thu Jul 2 11:10:09 2026] GET /v2.0/security-group-rules/73767a00-75b9-430d-9af1-bc6091a756cd => generated 603 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/373] 199.19.213.163 () {44 vars in 1002 bytes} [Thu Jul 2 11:10:10 2026] GET /v2.0/security-groups/e3bdfecf-fd59-4ac5-b280-0da497cf0936 => generated 4694 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/374] 199.19.213.163 () {44 vars in 1002 bytes} [Thu Jul 2 11:10:10 2026] GET /v2.0/security-groups/e3bdfecf-fd59-4ac5-b280-0da497cf0936 => generated 4694 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/375] 199.19.213.163 () {44 vars in 1012 bytes} [Thu Jul 2 11:10:10 2026] GET /v2.0/security-group-rules/62b06b32-b0ec-4792-8f59-0b426d206ab0 => generated 603 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/376] 199.19.213.163 () {44 vars in 1002 bytes} [Thu Jul 2 11:10:11 2026] GET /v2.0/security-groups/e3bdfecf-fd59-4ac5-b280-0da497cf0936 => generated 4694 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/377] 199.19.213.163 () {44 vars in 1002 bytes} [Thu Jul 2 11:10:11 2026] GET /v2.0/security-groups/e3bdfecf-fd59-4ac5-b280-0da497cf0936 => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/378] 199.19.213.163 () {44 vars in 1012 bytes} [Thu Jul 2 11:10:11 2026] GET /v2.0/security-group-rules/0e6bf26f-6e3c-4d54-9179-cd258fd3d947 => 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: 189/379] 199.19.213.163 () {44 vars in 1002 bytes} [Thu Jul 2 11:10:12 2026] GET /v2.0/security-groups/e3bdfecf-fd59-4ac5-b280-0da497cf0936 => generated 4694 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/380] 199.19.213.163 () {44 vars in 1002 bytes} [Thu Jul 2 11:10:12 2026] GET /v2.0/security-groups/e3bdfecf-fd59-4ac5-b280-0da497cf0936 => 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: 190/381] 199.19.213.163 () {44 vars in 1012 bytes} [Thu Jul 2 11:10:12 2026] GET /v2.0/security-group-rules/400c6131-af09-4ee4-b671-60b1aa1cb985 => 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: 192/382] 199.19.213.163 () {44 vars in 988 bytes} [Thu Jul 2 11:10:13 2026] GET /v2.0/networks/4aa8b65b-1736-4f09-842a-de5bb28b9c62 => generated 732 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:10:13.715 8 INFO neutron.pecan_wsgi.hooks.translation [None req-be8c24d2-050e-4a54-ab2b-bfb0f4681870 dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 191/383] 199.19.213.163 () {44 vars in 1077 bytes} [Thu Jul 2 11:10:13 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=4aa8b65b-1736-4f09-842a-de5bb28b9c62 => generated 132 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/384] 199.19.213.163 () {44 vars in 1100 bytes} [Thu Jul 2 11:10:13 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=4aa8b65b-1736-4f09-842a-de5bb28b9c62 => generated 1250 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/385] 199.19.213.163 () {44 vars in 1002 bytes} [Thu Jul 2 11:10:13 2026] GET /v2.0/security-groups/e3bdfecf-fd59-4ac5-b280-0da497cf0936 => generated 4694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:10:20.613 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a030f1d9-9705-4c37-a100-dff2feea3686 dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 194/386] 199.19.213.163 () {44 vars in 979 bytes} [Thu Jul 2 11:10:20 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/387] 199.19.213.163 () {44 vars in 1001 bytes} [Thu Jul 2 11:10:20 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1250 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/390] 199.19.213.163 () {44 vars in 921 bytes} [Thu Jul 2 11:10:22 2026] GET /v2.0/ports => generated 4721 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:10:23.424 8 INFO neutron.api.v2.resource [None req-81e7af0d-71c4-466d-83db-6c67cb79d901 dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 195/391] 199.19.213.163 () {44 vars in 960 bytes} [Thu Jul 2 11:10:23 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/392] 199.19.213.163 () {44 vars in 982 bytes} [Thu Jul 2 11:10:23 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/393] 199.19.213.163 () {44 vars in 1002 bytes} [Thu Jul 2 11:10:24 2026] GET /v2.0/security-groups/945c2f00-2973-4207-9e88-b38975592a31 => generated 2882 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/394] 199.19.213.163 () {44 vars in 1002 bytes} [Thu Jul 2 11:10:24 2026] GET /v2.0/security-groups/945c2f00-2973-4207-9e88-b38975592a31 => generated 2882 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/395] 199.19.213.163 () {44 vars in 1012 bytes} [Thu Jul 2 11:10:24 2026] GET /v2.0/security-group-rules/02232ef3-1d34-45dd-88cb-bec64e87e69a => generated 621 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/396] 199.19.213.163 () {44 vars in 1002 bytes} [Thu Jul 2 11:10:25 2026] GET /v2.0/security-groups/945c2f00-2973-4207-9e88-b38975592a31 => generated 2882 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/397] 199.19.213.163 () {44 vars in 1002 bytes} [Thu Jul 2 11:10:25 2026] GET /v2.0/security-groups/945c2f00-2973-4207-9e88-b38975592a31 => generated 2882 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/398] 199.19.213.163 () {44 vars in 1012 bytes} [Thu Jul 2 11:10:25 2026] GET /v2.0/security-group-rules/79593ba4-9756-458b-b1ba-9e5135df9b42 => generated 625 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/401] 199.19.213.163 () {44 vars in 976 bytes} [Thu Jul 2 11:10:39 2026] GET /v2.0/quotas/69d9662172b34b3a85e4d6690858d0b5 => generated 291 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:11:34.552 7 INFO neutron.api.v2.resource [None req-77a4ab65-7f8f-4938-8abd-519d17c7ba6c dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 205/408] 199.19.213.163 () {44 vars in 1075 bytes} [Thu Jul 2 11:11:34 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=8f863bcb8830440c8a06bb8879b7b021 => generated 139 bytes in 67 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/409] 199.19.213.163 () {44 vars in 1098 bytes} [Thu Jul 2 11:11:34 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=8f863bcb8830440c8a06bb8879b7b021 => generated 4072 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/410] 199.19.213.163 () {44 vars in 1089 bytes} [Thu Jul 2 11:11:35 2026] GET /v2.0/security-groups/e126add8-6e1f-4c6f-abea-ec9a0ccf5c87?project_id=8f863bcb8830440c8a06bb8879b7b021 => generated 4075 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/411] 199.19.213.163 () {44 vars in 1002 bytes} [Thu Jul 2 11:11:35 2026] GET /v2.0/security-groups/e126add8-6e1f-4c6f-abea-ec9a0ccf5c87 => generated 4075 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/412] 199.19.213.163 () {44 vars in 1012 bytes} [Thu Jul 2 11:11:35 2026] GET /v2.0/security-group-rules/15439da0-53d6-4722-ac47-1ad35364a5cd => generated 597 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/415] 199.19.213.163 () {44 vars in 1089 bytes} [Thu Jul 2 11:11:36 2026] GET /v2.0/security-groups/e126add8-6e1f-4c6f-abea-ec9a0ccf5c87?project_id=8f863bcb8830440c8a06bb8879b7b021 => generated 4075 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/416] 199.19.213.163 () {44 vars in 1002 bytes} [Thu Jul 2 11:11:36 2026] GET /v2.0/security-groups/e126add8-6e1f-4c6f-abea-ec9a0ccf5c87 => generated 4075 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/417] 199.19.213.163 () {44 vars in 1012 bytes} [Thu Jul 2 11:11:36 2026] GET /v2.0/security-group-rules/f8143334-0a36-4f8a-9b16-8e4e2d6e66a4 => generated 599 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/418] 199.19.213.163 () {44 vars in 1089 bytes} [Thu Jul 2 11:11:37 2026] GET /v2.0/security-groups/e126add8-6e1f-4c6f-abea-ec9a0ccf5c87?project_id=8f863bcb8830440c8a06bb8879b7b021 => generated 4075 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/419] 199.19.213.163 () {44 vars in 1002 bytes} [Thu Jul 2 11:11:37 2026] GET /v2.0/security-groups/e126add8-6e1f-4c6f-abea-ec9a0ccf5c87 => 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: 211/420] 199.19.213.163 () {44 vars in 1012 bytes} [Thu Jul 2 11:11:37 2026] GET /v2.0/security-group-rules/78026ba6-dbef-4bf5-8187-2d0a516b202c => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/421] 199.19.213.163 () {44 vars in 1089 bytes} [Thu Jul 2 11:11:38 2026] GET /v2.0/security-groups/e126add8-6e1f-4c6f-abea-ec9a0ccf5c87?project_id=8f863bcb8830440c8a06bb8879b7b021 => generated 4075 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/422] 199.19.213.163 () {44 vars in 1002 bytes} [Thu Jul 2 11:11:38 2026] GET /v2.0/security-groups/e126add8-6e1f-4c6f-abea-ec9a0ccf5c87 => 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: 211/423] 199.19.213.163 () {44 vars in 1012 bytes} [Thu Jul 2 11:11:38 2026] GET /v2.0/security-group-rules/ac01da6f-8476-4556-950a-d2bd72bcab84 => generated 602 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/424] 199.19.213.163 () {44 vars in 976 bytes} [Thu Jul 2 11:11:46 2026] GET /v2.0/quotas/8f863bcb8830440c8a06bb8879b7b021 => generated 291 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:12:40.619 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [2b58ab4f-de64-4b2b-a9f0-8f858cb6e999] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: [pid: 8|app: 0|req: 216/433] 199.19.213.163 () {44 vars in 950 bytes} [Thu Jul 2 11:12:40 2026] GET /v2.0/networks?name=public => generated 753 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:13:21.501 8 INFO oslo.messaging._drivers.impl_rabbit [-] [2b58ab4f-de64-4b2b-a9f0-8f858cb6e999] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 54198. [pid: 8|app: 0|req: 220/440] 10.0.0.119 () {32 vars in 649 bytes} [Thu Jul 2 11:13:21 2026] GET /v2.0/networks => generated 2168 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/441] 10.0.0.119 () {32 vars in 655 bytes} [Thu Jul 2 11:13:22 2026] GET /v2.0/floatingips => generated 19 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/442] 10.0.0.119 () {32 vars in 647 bytes} [Thu Jul 2 11:13:22 2026] GET /v2.0/routers => generated 15 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/443] 10.0.0.119 () {32 vars in 643 bytes} [Thu Jul 2 11:13:22 2026] GET /v2.0/ports => generated 4721 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/444] 10.0.0.119 () {32 vars in 647 bytes} [Thu Jul 2 11:13:22 2026] GET /v2.0/subnets => generated 1308 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/445] 10.0.0.119 () {32 vars in 649 bytes} [Thu Jul 2 11:13:22 2026] GET /v2.0/networks => generated 2168 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/446] 10.0.0.119 () {32 vars in 663 bytes} [Thu Jul 2 11:13:22 2026] GET /v2.0/security-groups => generated 17397 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/447] 10.0.0.119 () {32 vars in 655 bytes} [Thu Jul 2 11:13:22 2026] GET /v2.0/subnetpools => generated 19 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:13:34.242 8 INFO neutron.db.segments_db [None req-bfc9242f-2caf-4e08-959e-93951100a28a dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] Added segment 73b9004b-ee8a-4c83-aaee-c44b5a28dd90 of type vxlan for network 3ab65f54-31df-4167-a082-68d7a573a904 [pid: 8|app: 0|req: 224/448] 10.0.0.119 () {34 vars in 671 bytes} [Thu Jul 2 11:13:34 2026] POST /v2.0/networks => generated 749 bytes in 324 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/449] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:13:34 2026] POST /v2.0/subnets => generated 696 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:13:34.630 8 INFO neutron.db.segments_db [None req-4a13c8cf-cb16-425a-868d-f406d7c5ecfc dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] Added segment a4a88a36-1c8e-4015-8703-e7161c6cada7 of type vxlan for network fab688b3-6dc4-446a-929e-9844f7138258 2026-07-02 11:13:34.868 8 INFO neutron.db.l3_hamode_db [None req-4a13c8cf-cb16-425a-868d-f406d7c5ecfc dee781bd6ee44ec68a2c8b02a82b83aa 071bbcb7670a47a9891cb961cfc2033c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 11:13:35.159 7 INFO neutron.db.segments_db [None req-2704e1ec-c46e-4296-b137-e56dcd03dffc dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] Added segment 2f77417e-89ae-48de-9c3b-1d4253b89a88 of type vxlan for network c3a07ec2-3232-4831-a82d-093218de56ab [pid: 7|app: 0|req: 226/450] 10.0.0.119 () {34 vars in 671 bytes} [Thu Jul 2 11:13:34 2026] POST /v2.0/networks => generated 748 bytes in 420 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/451] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:13:35 2026] POST /v2.0/subnets => generated 695 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/452] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:13:35 2026] GET /v2.0/security-groups?tenant_id=c8fd347ab07643e9841f2bf229255370&name=default => generated 2921 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/453] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:13:35 2026] GET /v2.0/security-groups?tenant_id=21dcae13a19a4cff993365008f2c1f00&name=default => generated 2921 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:13:35.776 7 INFO neutron.db.segments_db [None req-e1f396ed-214c-4925-9fea-357700dd70c1 dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] Added segment ec7de6c3-f4bf-4954-948e-9430626cfc20 of type vxlan for network ab75dba9-f040-45d6-a000-006832f02510 2026-07-02 11:13:35.965 8 INFO neutron.db.l3_hamode_db [None req-4a13c8cf-cb16-425a-868d-f406d7c5ecfc dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 11:13:35.987 7 INFO neutron.db.l3_hamode_db [None req-e1f396ed-214c-4925-9fea-357700dd70c1 dee781bd6ee44ec68a2c8b02a82b83aa 4ccbee091030480b8772138f3c69e341 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 225/454] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:13:34 2026] POST /v2.0/routers => generated 736 bytes in 2518 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:13:37.196 7 INFO neutron.db.l3_hamode_db [None req-e1f396ed-214c-4925-9fea-357700dd70c1 dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 226/455] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:13:37 2026] DELETE /v2.0/security-groups/d1343042-f53e-4e72-a2d6-9fcf81d15b94 => 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: 227/456] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:13:37 2026] DELETE /v2.0/security-groups/781732d6-1add-4dd1-b1a5-83b5efbc6cba => 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: 230/459] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:13:35 2026] POST /v2.0/routers => generated 735 bytes in 2508 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/460] 10.0.0.119 () {34 vars in 783 bytes} [Thu Jul 2 11:13:37 2026] PUT /v2.0/routers/580bf9f2-ebce-4aa2-b0fc-6f10cbb6ee42/add_router_interface => generated 309 bytes in 1228 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/461] 10.0.0.119 () {34 vars in 783 bytes} [Thu Jul 2 11:13:38 2026] PUT /v2.0/routers/5b58258f-436a-4791-9ea0-9ec04f0463fe/add_router_interface => generated 309 bytes in 1320 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:13:39.604 8 WARNING neutron_lib.context [req-286a0376-f983-447d-aa68-732f1ec9f600 req-f5e864ad-4848-4c94-bef0-ab6887fa07f4 927034ce64fb48458b2703870357450f 071bbcb7670a47a9891cb961cfc2033c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 231/462] 10.0.0.183 () {38 vars in 971 bytes} [Thu Jul 2 11:13:39 2026] POST /v2.0/security-groups => generated 1682 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 11:13:40.110 8 WARNING neutron_lib.context [None req-d9b30d01-8ba7-4bd5-b5b1-280343ae385e e7ee332c9c4a4398a96c66795ed901d0 4ccbee091030480b8772138f3c69e341 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 232/463] 10.0.0.183 () {34 vars in 991 bytes} [Thu Jul 2 11:13:40 2026] GET /v2.0/security-groups/936dbc01-c5a5-4de3-a5cc-f78250a795ec => generated 1682 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:13:40.211 7 WARNING neutron_lib.context [req-a16e69d9-fade-4854-85a5-81d8afe859fa req-41b2f97d-15f6-4961-96b0-3a6369db8a3f 927034ce64fb48458b2703870357450f 071bbcb7670a47a9891cb961cfc2033c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 232/464] 10.0.0.119 () {34 vars in 685 bytes} [Thu Jul 2 11:13:40 2026] POST /v2.0/security-groups => generated 1661 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 11:13:40.227 8 WARNING neutron_lib.context [None req-9228c78e-d6fa-49f3-8047-021a25f92cb6 e7ee332c9c4a4398a96c66795ed901d0 4ccbee091030480b8772138f3c69e341 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 233/465] 10.0.0.183 () {38 vars in 981 bytes} [Thu Jul 2 11:13:40 2026] POST /v2.0/security-group-rules => generated 614 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/466] 10.0.0.119 () {34 vars in 695 bytes} [Thu Jul 2 11:13:40 2026] POST /v2.0/security-group-rules => generated 597 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:13:40.363 7 WARNING neutron_lib.context [None req-b70847da-6cc9-4c74-9dc1-e0d95736049f e7ee332c9c4a4398a96c66795ed901d0 4ccbee091030480b8772138f3c69e341 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:13:40.363 8 WARNING neutron_lib.context [req-c0240fc1-f115-4724-b20a-8409254f0fe2 req-c01b3827-2c69-4845-97f2-901a20220635 927034ce64fb48458b2703870357450f 071bbcb7670a47a9891cb961cfc2033c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 234/467] 10.0.0.119 () {34 vars in 695 bytes} [Thu Jul 2 11:13:40 2026] POST /v2.0/security-group-rules => generated 602 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:13:40.481 7 WARNING neutron_lib.context [None req-d6fbb243-2ca4-41d3-933a-5a46227dafd9 e7ee332c9c4a4398a96c66795ed901d0 4ccbee091030480b8772138f3c69e341 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 234/468] 10.0.0.183 () {38 vars in 971 bytes} [Thu Jul 2 11:13:40 2026] POST /v2.0/security-groups => generated 1685 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/469] 10.0.0.183 () {34 vars in 991 bytes} [Thu Jul 2 11:13:40 2026] GET /v2.0/security-groups/3f7a0a7c-7d7c-4827-8281-3c8b33fb3e9e => generated 1685 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:13:40.569 8 WARNING neutron_lib.context [req-fd9ac63a-8ec2-4bd3-b41c-9cadb715c24e req-825d115c-9b61-475d-abf5-130f3806a1fe 927034ce64fb48458b2703870357450f 071bbcb7670a47a9891cb961cfc2033c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 236/470] 10.0.0.183 () {38 vars in 981 bytes} [Thu Jul 2 11:13:40 2026] POST /v2.0/security-group-rules => generated 614 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/471] 10.0.0.183 () {34 vars in 991 bytes} [Thu Jul 2 11:13:40 2026] GET /v2.0/security-groups/3f7a0a7c-7d7c-4827-8281-3c8b33fb3e9e => generated 2310 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:13:40.767 8 WARNING neutron_lib.context [req-cbcd098b-d998-4aec-8bd4-47c91d752fab req-71965832-9e2e-48a8-807f-830de05b6448 927034ce64fb48458b2703870357450f 071bbcb7670a47a9891cb961cfc2033c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 238/472] 10.0.0.183 () {38 vars in 981 bytes} [Thu Jul 2 11:13:40 2026] POST /v2.0/security-group-rules => generated 619 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/473] 10.0.0.183 () {34 vars in 991 bytes} [Thu Jul 2 11:13:40 2026] GET /v2.0/security-groups/3f7a0a7c-7d7c-4827-8281-3c8b33fb3e9e => generated 2940 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/474] 10.0.0.119 () {34 vars in 676 bytes} [Thu Jul 2 11:13:40 2026] POST /v2.0/floatingips => generated 552 bytes in 504 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/475] 10.0.0.183 () {34 vars in 1001 bytes} [Thu Jul 2 11:13:40 2026] GET /v2.0/security-group-rules/ca5eabdb-de70-47e6-a51e-f449eea65e0a => generated 616 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/476] 10.0.0.183 () {34 vars in 991 bytes} [Thu Jul 2 11:13:41 2026] GET /v2.0/security-groups/3f7a0a7c-7d7c-4827-8281-3c8b33fb3e9e => generated 2940 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/477] 10.0.0.183 () {36 vars in 1023 bytes} [Thu Jul 2 11:13:41 2026] DELETE /v2.0/security-group-rules/ca5eabdb-de70-47e6-a51e-f449eea65e0a => 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: 237/478] 10.0.0.183 () {34 vars in 991 bytes} [Thu Jul 2 11:13:41 2026] GET /v2.0/security-groups/3f7a0a7c-7d7c-4827-8281-3c8b33fb3e9e => generated 2310 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/479] 10.0.0.183 () {36 vars in 1013 bytes} [Thu Jul 2 11:13:41 2026] DELETE /v2.0/security-groups/3f7a0a7c-7d7c-4827-8281-3c8b33fb3e9e => generated 0 bytes in 151 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/480] 10.0.0.183 () {34 vars in 991 bytes} [Thu Jul 2 11:13:41 2026] GET /v2.0/security-groups/936dbc01-c5a5-4de3-a5cc-f78250a795ec => generated 2307 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/481] 10.0.0.183 () {36 vars in 1013 bytes} [Thu Jul 2 11:13:41 2026] DELETE /v2.0/security-groups/936dbc01-c5a5-4de3-a5cc-f78250a795ec => 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: 239/482] 10.0.0.119 () {34 vars in 789 bytes} [Thu Jul 2 11:13:41 2026] PUT /v2.0/routers/580bf9f2-ebce-4aa2-b0fc-6f10cbb6ee42/remove_router_interface => generated 309 bytes in 1381 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/483] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:13:43 2026] GET /v2.0/security-groups?tenant_id=6d9ed4bb81154f1db7552ce9273236c0&name=default => generated 2925 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/484] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:13:43 2026] DELETE /v2.0/security-groups/abead7a8-8553-4d91-a56e-60963c0d9eff => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/485] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:13:43 2026] GET /v2.0/security-groups?tenant_id=d8846fcf36b54c6ca5069fe5270c6319&name=default => generated 2925 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:13:43.882 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-122c46b1-33b7-4f47-bbce-62f7067da67a dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - 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 124, 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 124, 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 58, 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 40, 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 340, 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 570, 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 597, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2243, in delete_router super(L3_NAT_db_mixin, self).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 645, 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 724, 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 2234, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2239, 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: 243/486] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:13:43 2026] DELETE /v2.0/security-groups/9bba3f13-8009-49e0-96ab-f12523f2f447 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:13:44.289 8 INFO neutron.db.l3_hamode_db [None req-122c46b1-33b7-4f47-bbce-62f7067da67a dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] HA network fab688b3-6dc4-446a-929e-9844f7138258 was deleted as no HA routers are present in tenant 071bbcb7670a47a9891cb961cfc2033c. [pid: 8|app: 0|req: 244/487] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:13:42 2026] DELETE /v2.0/routers/580bf9f2-ebce-4aa2-b0fc-6f10cbb6ee42 => generated 0 bytes in 1331 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/488] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:13:44 2026] DELETE /v2.0/subnets/a9356902-691c-48c5-b768-626804c6b00b => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:13:44.831 8 INFO neutron.services.segments.plugin [-] Segment a4a88a36-1c8e-4015-8703-e7161c6cada7 resource provider aggregate not found 2026-07-02 11:13:44.855 8 INFO neutron.services.segments.plugin [-] Segment a4a88a36-1c8e-4015-8703-e7161c6cada7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4a88a36-1c8e-4015-8703-e7161c6cada7 found for delete ", "request_id": "req-ca699485-c4b2-41d5-857a-2e32b58f2af7"}]} 2026-07-02 11:13:44.858 8 INFO neutron.services.segments.plugin [-] Segment a4a88a36-1c8e-4015-8703-e7161c6cada7 resource provider aggregate not found [pid: 8|app: 0|req: 245/489] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:13:44 2026] DELETE /v2.0/networks/3ab65f54-31df-4167-a082-68d7a573a904 => generated 0 bytes in 360 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/490] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:13:44 2026] GET /v2.0/security-groups?tenant_id=4b25b21fc58e4484ae17fcbee86310cf&name=default => generated 2925 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:13:44.949 8 INFO neutron.services.segments.plugin [-] Segment a4a88a36-1c8e-4015-8703-e7161c6cada7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4a88a36-1c8e-4015-8703-e7161c6cada7 found for delete ", "request_id": "req-62d1ddb3-8b2b-402c-9588-032e71b2fe99"}]} [pid: 7|app: 0|req: 246/491] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:13:44 2026] GET /v2.0/security-groups?tenant_id=071bbcb7670a47a9891cb961cfc2033c&name=default => generated 2921 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/492] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:13:44 2026] DELETE /v2.0/security-groups/1de8da22-0635-4913-88cb-6f1c0161a06f => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/493] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:13:45 2026] DELETE /v2.0/security-groups/25c348d6-6773-4e9b-b687-ba3cfefc37e7 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/494] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:13:45 2026] GET /v2.0/security-groups?tenant_id=e8339357992a468996f5370ad5f091c2&name=default => generated 2925 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/495] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:13:45 2026] DELETE /v2.0/security-groups/336afc40-dbfd-4e83-92b8-3ac4e96d9e7d => 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: 248/496] 10.0.0.183 () {34 vars in 1100 bytes} [Thu Jul 2 11:13:45 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1424550116&fields=id&tenant_id=4ccbee091030480b8772138f3c69e341 => generated 69 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/497] 10.0.0.183 () {34 vars in 982 bytes} [Thu Jul 2 11:13:45 2026] GET /v2.0/networks?id=c3a07ec2-3232-4831-a82d-093218de56ab => generated 680 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/498] 10.0.0.183 () {34 vars in 965 bytes} [Thu Jul 2 11:13:46 2026] GET /v2.0/quotas/4ccbee091030480b8772138f3c69e341 => 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: 250/499] 10.0.0.183 () {34 vars in 1002 bytes} [Thu Jul 2 11:13:46 2026] GET /v2.0/ports?tenant_id=4ccbee091030480b8772138f3c69e341&fields=id => generated 103 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/500] 10.0.0.183 () {34 vars in 907 bytes} [Thu Jul 2 11:13:46 2026] GET /v2.0/extensions => generated 20516 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/501] 10.0.0.183 () {34 vars in 1008 bytes} [Thu Jul 2 11:13:46 2026] GET /v2.0/networks/c3a07ec2-3232-4831-a82d-093218de56ab?fields=segments => generated 14 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/502] 10.0.0.183 () {34 vars in 1108 bytes} [Thu Jul 2 11:13:46 2026] GET /v2.0/networks/c3a07ec2-3232-4831-a82d-093218de56ab?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: 7|app: 0|req: 252/503] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:13:47 2026] GET /v2.0/ports?device_id=3bbcb9aa-450b-4f9b-a7d5-9f43511f520d => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:13:47.218 8 INFO neutron.services.segments.plugin [-] Segment 73b9004b-ee8a-4c83-aaee-c44b5a28dd90 resource provider aggregate not found 2026-07-02 11:13:47.227 8 INFO neutron.services.segments.plugin [-] Segment 73b9004b-ee8a-4c83-aaee-c44b5a28dd90 resource provider aggregate not found 2026-07-02 11:13:47.239 8 INFO neutron.services.segments.plugin [-] Segment 73b9004b-ee8a-4c83-aaee-c44b5a28dd90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73b9004b-ee8a-4c83-aaee-c44b5a28dd90 found for delete ", "request_id": "req-a86c287a-5d6b-4310-9adf-75d08166c01c"}]} 2026-07-02 11:13:47.247 8 INFO neutron.services.segments.plugin [-] Segment 73b9004b-ee8a-4c83-aaee-c44b5a28dd90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73b9004b-ee8a-4c83-aaee-c44b5a28dd90 found for delete ", "request_id": "req-f779a431-7c0e-4f92-8577-a3b3e9ff8b48"}]} 2026-07-02 11:13:47.581 8 INFO neutron.db.segments_db [None req-8657e457-5483-4ede-9b1a-4aec9533ce8d dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] Added segment 6acb6b44-ceca-4e77-bdd1-1c5f28d19420 of type vxlan for network 2cc162ac-76f9-4ad1-a57d-89db8a49560e [pid: 8|app: 0|req: 252/504] 10.0.0.119 () {34 vars in 671 bytes} [Thu Jul 2 11:13:47 2026] POST /v2.0/networks => generated 744 bytes in 501 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/505] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:13:47 2026] POST /v2.0/subnets => generated 691 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:13:47.962 8 INFO neutron.db.segments_db [None req-bb7cb377-d44b-4996-95b4-f2e73d090f50 dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] Added segment 5d123b4c-a2f5-4197-993b-89cca24aa99f of type vxlan for network 80195ac3-8a21-4e33-8a2e-7da51e7bb60a 2026-07-02 11:13:48.229 8 INFO neutron.db.l3_hamode_db [None req-bb7cb377-d44b-4996-95b4-f2e73d090f50 dee781bd6ee44ec68a2c8b02a82b83aa 4396d11142654dfe9f76471442c1224c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 254/506] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:13:48 2026] GET /v2.0/ports?device_id=3bbcb9aa-450b-4f9b-a7d5-9f43511f520d => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:13:49.097 8 INFO neutron.db.l3_hamode_db [None req-bb7cb377-d44b-4996-95b4-f2e73d090f50 dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 255/507] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:13:49 2026] GET /v2.0/ports?device_id=3bbcb9aa-450b-4f9b-a7d5-9f43511f520d => 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: 256/508] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:13:49 2026] GET /v2.0/security-groups?tenant_id=7aa70b0153f64f9eafb572c3b62c9e33&name=default => generated 2925 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/509] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:13:49 2026] GET /v2.0/security-groups?tenant_id=6e314cc0ccde4b378b4fabc00c0babce&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/510] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:13:49 2026] DELETE /v2.0/security-groups/dec33488-ba7e-4ccf-a24a-ae65abdd4b45 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/511] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:13:47 2026] POST /v2.0/routers => generated 731 bytes in 2112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/512] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:13:50 2026] DELETE /v2.0/security-groups/d4fa5fd0-11ee-425e-8223-a6ed9c76bb60 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/513] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:13:50 2026] GET /v2.0/security-groups?tenant_id=98a83e473b1b4f05896cb18a8cf1cddc&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/514] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:13:50 2026] DELETE /v2.0/security-groups/bd9a76cd-7a95-40d4-ab7f-0b1c671130fe => 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: 262/515] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:13:50 2026] GET /v2.0/security-groups?tenant_id=8f1f7c4638bb45f0b0016880cf34ab95&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: 263/516] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:13:50 2026] DELETE /v2.0/security-groups/fbbaa960-c5e5-47a7-86d2-f6a3bda8ad5d => 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: 264/517] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:13:50 2026] GET /v2.0/ports?device_id=3bbcb9aa-450b-4f9b-a7d5-9f43511f520d => 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: 254/518] 10.0.0.119 () {34 vars in 783 bytes} [Thu Jul 2 11:13:50 2026] PUT /v2.0/routers/09b51a1c-7323-4246-b214-1cb035c7d023/add_router_interface => generated 309 bytes in 1178 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/521] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:13:51 2026] GET /v2.0/ports?device_id=3bbcb9aa-450b-4f9b-a7d5-9f43511f520d => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:13:51.893 7 WARNING neutron_lib.context [req-e94e47c6-111c-411f-9676-c9e5b7639635 req-41310482-7178-41bf-b823-71957baef83e a94a5d64623347209808d0bb1872fd8d 4396d11142654dfe9f76471442c1224c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 266/522] 10.0.0.183 () {38 vars in 971 bytes} [Thu Jul 2 11:13:51 2026] POST /v2.0/security-groups => generated 1682 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 11:13:52.058 8 WARNING neutron_lib.context [req-ab0103a5-eee8-4035-ba00-d2ea357f1236 req-4346494b-12d7-4369-8bff-8eb9f34e64c2 a94a5d64623347209808d0bb1872fd8d 4396d11142654dfe9f76471442c1224c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 257/523] 10.0.0.183 () {38 vars in 971 bytes} [Thu Jul 2 11:13:52 2026] POST /v2.0/security-groups => generated 1681 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 11:13:52.264 8 WARNING neutron_lib.context [req-84f28817-1e3d-46ca-958d-3ae84126e027 req-b0dc4d0c-6641-4931-9cf0-96495a8f6eb5 a94a5d64623347209808d0bb1872fd8d 4396d11142654dfe9f76471442c1224c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 267/524] 199.19.213.163 () {34 vars in 986 bytes} [Thu Jul 2 11:13:52 2026] GET /v2.0/networks?id=c3a07ec2-3232-4831-a82d-093218de56ab => generated 680 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/525] 199.19.213.163 () {34 vars in 1050 bytes} [Thu Jul 2 11:13:52 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=4ccbee091030480b8772138f3c69e341 => generated 181 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:13:52.346 7 WARNING neutron_lib.context [req-d6ec79f0-b925-4ae9-b05f-7de117f08aee req-8c3302d0-9152-47e9-a3b8-b771519c5e53 e7ee332c9c4a4398a96c66795ed901d0 4ccbee091030480b8772138f3c69e341 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 258/526] 10.0.0.183 () {38 vars in 971 bytes} [Thu Jul 2 11:13:52 2026] POST /v2.0/security-groups => generated 1680 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/527] 10.0.0.183 () {34 vars in 1002 bytes} [Thu Jul 2 11:13:52 2026] GET /v2.0/security-groups?tenant_id=4396d11142654dfe9f76471442c1224c => generated 7908 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/528] 10.0.0.183 () {34 vars in 991 bytes} [Thu Jul 2 11:13:52 2026] GET /v2.0/security-groups/99ad5d1e-4140-41a2-a18d-1bfa4ec1efca => generated 2922 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/529] 10.0.0.183 () {34 vars in 991 bytes} [Thu Jul 2 11:13:52 2026] GET /v2.0/security-groups/99ad5d1e-4140-41a2-a18d-1bfa4ec1efca => generated 2922 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/530] 10.0.0.183 () {34 vars in 991 bytes} [Thu Jul 2 11:13:52 2026] GET /v2.0/security-groups/aff2e638-3cf8-4f51-90a0-2484832cb8b3 => generated 1682 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/531] 199.19.213.163 () {38 vars in 955 bytes} [Thu Jul 2 11:13:52 2026] POST /v2.0/ports => generated 954 bytes in 367 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 270/532] 199.19.213.163 () {34 vars in 911 bytes} [Thu Jul 2 11:13:52 2026] GET /v2.0/extensions => generated 20516 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/533] 10.0.0.183 () {36 vars in 1013 bytes} [Thu Jul 2 11:13:52 2026] DELETE /v2.0/security-groups/aff2e638-3cf8-4f51-90a0-2484832cb8b3 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:13:52.789 7 INFO neutron.api.v2.resource [req-444726f5-6b1d-40be-a5d3-9e63f0fcc33e req-e953f006-9aba-425d-8494-0d9b0494fa36 a94a5d64623347209808d0bb1872fd8d 4396d11142654dfe9f76471442c1224c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 271/534] 10.0.0.183 () {34 vars in 991 bytes} [Thu Jul 2 11:13:52 2026] GET /v2.0/security-groups/aff2e638-3cf8-4f51-90a0-2484832cb8b3 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/535] 10.0.0.183 () {34 vars in 991 bytes} [Thu Jul 2 11:13:52 2026] GET /v2.0/security-groups/d9c0600c-2e8c-4c8f-8584-bea96c0481aa => generated 1681 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/536] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:13:52 2026] GET /v2.0/ports?device_id=3bbcb9aa-450b-4f9b-a7d5-9f43511f520d => generated 957 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/537] 10.0.0.183 () {36 vars in 1013 bytes} [Thu Jul 2 11:13:52 2026] DELETE /v2.0/security-groups/d9c0600c-2e8c-4c8f-8584-bea96c0481aa => 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: 265/538] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:13:52 2026] GET /v2.0/security-groups?id=1a923941-89d5-48db-ac46-6f31b046edd1&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:13:52.948 7 INFO neutron.api.v2.resource [req-c623057a-921b-41b3-97d5-5a20157a2c3f req-fe5f1c57-cef7-4250-a322-99d5193add58 a94a5d64623347209808d0bb1872fd8d 4396d11142654dfe9f76471442c1224c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 274/539] 10.0.0.183 () {34 vars in 991 bytes} [Thu Jul 2 11:13:52 2026] GET /v2.0/security-groups/d9c0600c-2e8c-4c8f-8584-bea96c0481aa => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/540] 10.0.0.183 () {34 vars in 991 bytes} [Thu Jul 2 11:13:52 2026] GET /v2.0/security-groups/d9a606aa-1628-4624-88b0-907c88d40eec => generated 1680 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/541] 10.0.0.183 () {36 vars in 1013 bytes} [Thu Jul 2 11:13:53 2026] DELETE /v2.0/security-groups/d9a606aa-1628-4624-88b0-907c88d40eec => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:13:53.130 7 INFO neutron.api.v2.resource [req-56c164e4-f350-4b78-a892-0c73136a73d7 req-903b9b74-b241-4756-ac83-7593cb89056c a94a5d64623347209808d0bb1872fd8d 4396d11142654dfe9f76471442c1224c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 276/542] 10.0.0.183 () {34 vars in 991 bytes} [Thu Jul 2 11:13:53 2026] GET /v2.0/security-groups/d9a606aa-1628-4624-88b0-907c88d40eec => generated 146 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/543] 10.0.0.183 () {34 vars in 1002 bytes} [Thu Jul 2 11:13:53 2026] GET /v2.0/security-groups?tenant_id=4396d11142654dfe9f76471442c1224c => generated 2925 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/544] 10.0.0.183 () {34 vars in 991 bytes} [Thu Jul 2 11:13:53 2026] GET /v2.0/security-groups/99ad5d1e-4140-41a2-a18d-1bfa4ec1efca => generated 2922 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/545] 10.0.0.183 () {34 vars in 991 bytes} [Thu Jul 2 11:13:53 2026] GET /v2.0/security-groups/99ad5d1e-4140-41a2-a18d-1bfa4ec1efca => generated 2922 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:13:53.404 7 INFO neutron.api.v2.resource [req-69e87ed9-1dbe-43a0-b536-e88cbe3b4639 req-da32a74a-7fee-464a-ad42-9ea35e763ec1 a94a5d64623347209808d0bb1872fd8d 4396d11142654dfe9f76471442c1224c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 280/546] 10.0.0.183 () {34 vars in 991 bytes} [Thu Jul 2 11:13:53 2026] GET /v2.0/security-groups/d9a606aa-1628-4624-88b0-907c88d40eec => generated 146 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:13:53.439 7 INFO neutron.api.v2.resource [req-82fa18bc-66c3-4b79-a88d-532c0f5e1e96 req-228a1d7a-a54d-4b6d-b4f7-786b2beed39a a94a5d64623347209808d0bb1872fd8d 4396d11142654dfe9f76471442c1224c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 281/547] 10.0.0.183 () {34 vars in 991 bytes} [Thu Jul 2 11:13:53 2026] GET /v2.0/security-groups/d9c0600c-2e8c-4c8f-8584-bea96c0481aa => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:13:53.469 7 INFO neutron.api.v2.resource [req-4aa829f8-3347-499e-aed1-0cbb6d8d8112 req-539ccd39-c301-4ea6-8d16-ac01a075cf50 a94a5d64623347209808d0bb1872fd8d 4396d11142654dfe9f76471442c1224c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 282/548] 10.0.0.183 () {34 vars in 991 bytes} [Thu Jul 2 11:13:53 2026] GET /v2.0/security-groups/aff2e638-3cf8-4f51-90a0-2484832cb8b3 => 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: 267/549] 199.19.213.163 () {38 vars in 1028 bytes} [Thu Jul 2 11:13:53 2026] PUT /v2.0/ports/85929e7c-99c3-4485-8f84-8040741eb4ab => generated 1235 bytes in 882 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 268/550] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:13:54 2026] GET /v2.0/ports?device_id=3bbcb9aa-450b-4f9b-a7d5-9f43511f520d => 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: 269/551] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:13:54 2026] GET /v2.0/security-groups?id=1a923941-89d5-48db-ac46-6f31b046edd1&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/552] 10.0.0.119 () {34 vars in 789 bytes} [Thu Jul 2 11:13:53 2026] PUT /v2.0/routers/09b51a1c-7323-4246-b214-1cb035c7d023/remove_router_interface => generated 309 bytes in 984 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/553] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:13:54 2026] GET /v2.0/security-groups?tenant_id=6bbbad8494c045c5ac669dea3a1bad0a&name=default => generated 2925 bytes in 392 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/554] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:13:54 2026] DELETE /v2.0/security-groups/3492e5a6-7632-4ab2-9624-0d5b408228a4 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:13:54.926 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3ebfbc27-bbf3-42b0-bd9d-c2732b737b8b'] response: {'name': 'network-changed', 'server_uuid': '3bbcb9aa-450b-4f9b-a7d5-9f43511f520d', 'tag': '85929e7c-99c3-4485-8f84-8040741eb4ab', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 272/555] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:13:54 2026] GET /v2.0/security-groups?tenant_id=6d9550b84c3643e0b328831b4fdb05fd&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/556] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:13:55 2026] GET /v2.0/ports?tenant_id=4ccbee091030480b8772138f3c69e341&device_id=3bbcb9aa-450b-4f9b-a7d5-9f43511f520d => generated 1238 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:13:55.112 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-2f0db4ce-933b-41e0-b02f-e91d2795e5b1 dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - 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 124, 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 124, 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 58, 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 40, 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 340, 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 570, 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 597, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2243, in delete_router super(L3_NAT_db_mixin, self).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 645, 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 724, 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 2234, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2239, 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: 274/557] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:13:55 2026] DELETE /v2.0/security-groups/6bb06f65-42fa-446a-89a8-5c1e20b094bb => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/558] 199.19.213.163 () {34 vars in 1058 bytes} [Thu Jul 2 11:13:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=85929e7c-99c3-4485-8f84-8040741eb4ab => generated 19 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/559] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:13:55 2026] GET /v2.0/ports?device_id=3bbcb9aa-450b-4f9b-a7d5-9f43511f520d => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/560] 199.19.213.163 () {34 vars in 984 bytes} [Thu Jul 2 11:13:55 2026] GET /v2.0/subnets?id=d1c7560e-2915-4bd9-aa22-f39b5891188d => generated 698 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/561] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:13:55 2026] GET /v2.0/security-groups?id=1a923941-89d5-48db-ac46-6f31b046edd1&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/562] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:13:55 2026] GET /v2.0/ports?network_id=c3a07ec2-3232-4831-a82d-093218de56ab&device_owner=network%3Adhcp => generated 1244 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/563] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:13:55 2026] GET /v2.0/networks/c3a07ec2-3232-4831-a82d-093218de56ab?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:13:55.573 7 INFO neutron.db.l3_hamode_db [None req-2f0db4ce-933b-41e0-b02f-e91d2795e5b1 dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] HA network 80195ac3-8a21-4e33-8a2e-7da51e7bb60a was deleted as no HA routers are present in tenant 4396d11142654dfe9f76471442c1224c. [pid: 7|app: 0|req: 284/564] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:13:54 2026] DELETE /v2.0/routers/09b51a1c-7323-4246-b214-1cb035c7d023 => generated 0 bytes in 1112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/565] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:13:55 2026] GET /v2.0/networks/c3a07ec2-3232-4831-a82d-093218de56ab?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/566] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:13:55 2026] DELETE /v2.0/subnets/4fbf6463-3f22-4fa8-afe1-b6bf841d2951 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:13:56.012 8 INFO neutron.services.segments.plugin [-] Segment 6acb6b44-ceca-4e77-bdd1-1c5f28d19420 resource provider aggregate not found 2026-07-02 11:13:56.021 8 INFO neutron.services.segments.plugin [-] Segment 6acb6b44-ceca-4e77-bdd1-1c5f28d19420 resource provider aggregate not found 2026-07-02 11:13:56.025 8 INFO neutron.services.segments.plugin [-] Segment 6acb6b44-ceca-4e77-bdd1-1c5f28d19420 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6acb6b44-ceca-4e77-bdd1-1c5f28d19420 found for delete ", "request_id": "req-144a2063-5dc5-4003-925e-432dddca99aa"}]} 2026-07-02 11:13:56.033 8 INFO neutron.services.segments.plugin [-] Segment 6acb6b44-ceca-4e77-bdd1-1c5f28d19420 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6acb6b44-ceca-4e77-bdd1-1c5f28d19420 found for delete ", "request_id": "req-fd1cb5a8-24da-4bf1-9494-917b5d7a988e"}]} [pid: 8|app: 0|req: 282/567] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:13:55 2026] DELETE /v2.0/networks/2cc162ac-76f9-4ad1-a57d-89db8a49560e => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/568] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:13:56 2026] GET /v2.0/security-groups?tenant_id=4396d11142654dfe9f76471442c1224c&name=default => generated 2925 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/569] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:13:56 2026] DELETE /v2.0/security-groups/99ad5d1e-4140-41a2-a18d-1bfa4ec1efca => 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: 287/570] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:13:56 2026] GET /v2.0/ports?device_id=3bbcb9aa-450b-4f9b-a7d5-9f43511f520d => generated 969 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/571] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:13:56 2026] GET /v2.0/security-groups?id=1a923941-89d5-48db-ac46-6f31b046edd1&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:13:56.652 7 INFO neutron.services.segments.plugin [-] Segment 5d123b4c-a2f5-4197-993b-89cca24aa99f resource provider aggregate not found 2026-07-02 11:13:56.665 7 INFO neutron.services.segments.plugin [-] Segment 5d123b4c-a2f5-4197-993b-89cca24aa99f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d123b4c-a2f5-4197-993b-89cca24aa99f found for delete ", "request_id": "req-f58dcce6-1075-4ac8-a1f6-02061b5e012d"}]} [pid: 7|app: 0|req: 288/572] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:13:56 2026] GET /v2.0/ports?tenant_id=4ccbee091030480b8772138f3c69e341&device_id=3bbcb9aa-450b-4f9b-a7d5-9f43511f520d => generated 1238 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/573] 199.19.213.163 () {34 vars in 986 bytes} [Thu Jul 2 11:13:56 2026] GET /v2.0/networks?id=c3a07ec2-3232-4831-a82d-093218de56ab => generated 776 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:13:56.745 7 INFO neutron.services.segments.plugin [-] Segment 5d123b4c-a2f5-4197-993b-89cca24aa99f resource provider aggregate not found 2026-07-02 11:13:56.770 7 INFO neutron.services.segments.plugin [-] Segment 5d123b4c-a2f5-4197-993b-89cca24aa99f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d123b4c-a2f5-4197-993b-89cca24aa99f found for delete ", "request_id": "req-2714cbf5-5659-4e99-a879-4a6d38ddb51c"}]} [pid: 7|app: 0|req: 289/574] 199.19.213.163 () {34 vars in 1058 bytes} [Thu Jul 2 11:13:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=85929e7c-99c3-4485-8f84-8040741eb4ab => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/575] 199.19.213.163 () {34 vars in 984 bytes} [Thu Jul 2 11:13:56 2026] GET /v2.0/subnets?id=d1c7560e-2915-4bd9-aa22-f39b5891188d => generated 698 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/576] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:13:56 2026] GET /v2.0/ports?network_id=c3a07ec2-3232-4831-a82d-093218de56ab&device_owner=network%3Adhcp => generated 1244 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/577] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:13:56 2026] GET /v2.0/networks/c3a07ec2-3232-4831-a82d-093218de56ab?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: 291/578] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:13:56 2026] GET /v2.0/networks/c3a07ec2-3232-4831-a82d-093218de56ab?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: 288/579] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:13:57 2026] GET /v2.0/security-groups?tenant_id=10778844af2e472ab63805d61bd44d76&name=default => generated 2925 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/580] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:13:57 2026] DELETE /v2.0/security-groups/9032b10f-7177-4b58-a22b-69f2816a29ee => 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: 293/581] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:13:57 2026] GET /v2.0/ports?device_id=3bbcb9aa-450b-4f9b-a7d5-9f43511f520d => generated 969 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/582] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:13:57 2026] GET /v2.0/security-groups?tenant_id=aa5cf19d847f408ea621c00ae013da51&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/583] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:13:57 2026] GET /v2.0/security-groups?id=1a923941-89d5-48db-ac46-6f31b046edd1&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: 290/584] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:13:57 2026] DELETE /v2.0/security-groups/d545d144-dc2f-4450-b78a-ab57cf09e9cb => 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: 295/585] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:13:57 2026] GET /v2.0/security-groups?tenant_id=133938c9e1bd42ce80f53e7d4a1c15cd&name=default => generated 2925 bytes in 370 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/586] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:13:58 2026] DELETE /v2.0/security-groups/a9d88893-f6bb-49e4-8990-92ac9556b0d5 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:13:58.973 7 INFO neutron.db.segments_db [None req-7a8b7e65-0e25-4771-8a9a-0b5f19290234 dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] Added segment fb83d3cc-96c5-4a5a-ab54-6711c620977e of type vxlan for network fcaa4bab-066c-421f-aa6a-1bbb11f715f0 [pid: 8|app: 0|req: 292/587] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:13:58 2026] GET /v2.0/ports?device_id=3bbcb9aa-450b-4f9b-a7d5-9f43511f520d => generated 969 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/588] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:13:58 2026] GET /v2.0/security-groups?id=1a923941-89d5-48db-ac46-6f31b046edd1&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: 296/589] 10.0.0.119 () {34 vars in 671 bytes} [Thu Jul 2 11:13:58 2026] POST /v2.0/networks => generated 751 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/590] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:13:59 2026] POST /v2.0/subnets => generated 698 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:13:59.333 7 INFO neutron.db.segments_db [None req-4092ea2a-2844-46e3-8aa0-12dcf170c521 dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] Added segment 73cf6ed2-b29c-40c1-84a3-b8d341f36fed of type vxlan for network 5328da1e-26cf-42b0-9f4c-f9a1c7608e89 2026-07-02 11:13:59.632 7 INFO neutron.db.l3_hamode_db [None req-4092ea2a-2844-46e3-8aa0-12dcf170c521 dee781bd6ee44ec68a2c8b02a82b83aa 7ad5e52b1c0c4fef8fdb756d30656f40 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 295/591] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:00 2026] GET /v2.0/ports?device_id=3bbcb9aa-450b-4f9b-a7d5-9f43511f520d => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:14:00.282 8 WARNING neutron_lib.context [None req-45cd99e4-1e82-4fe6-87d7-238a50d51e6a 5ecd29a57ea24cf187b4ab8ef5d7280c 20feb424b4e6430ebfe734126b44f0ea - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:14:00.450 8 INFO neutron.db.segments_db [None req-45cd99e4-1e82-4fe6-87d7-238a50d51e6a 5ecd29a57ea24cf187b4ab8ef5d7280c 20feb424b4e6430ebfe734126b44f0ea - - default default] Added segment a6b06434-1b6e-49e0-b93b-3aa7114de169 of type vxlan for network 49805aa1-3701-4e2b-85ca-53e9a6efdc68 2026-07-02 11:14:00.559 7 INFO neutron.db.l3_hamode_db [None req-4092ea2a-2844-46e3-8aa0-12dcf170c521 dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 296/592] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:14:00 2026] POST /v2.0/networks => generated 645 bytes in 439 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/593] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:14:00 2026] GET /v2.0/security-groups?id=1a923941-89d5-48db-ac46-6f31b046edd1&fields=id&fields=name => generated 114 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:14:00.649 8 WARNING neutron_lib.context [None req-2a50d752-10c7-42b0-8610-6749a96b9dc8 5ecd29a57ea24cf187b4ab8ef5d7280c 20feb424b4e6430ebfe734126b44f0ea - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 298/594] 10.0.0.119 () {34 vars in 665 bytes} [Thu Jul 2 11:14:00 2026] POST /v2.0/ports => generated 775 bytes in 347 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 11:14:01.001 8 WARNING neutron_lib.context [None req-3404760d-146c-4dff-be7b-a19984ea8bcf 5ecd29a57ea24cf187b4ab8ef5d7280c 20feb424b4e6430ebfe734126b44f0ea - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:14:01.058 8 INFO neutron.db.segments_db [None req-3404760d-146c-4dff-be7b-a19984ea8bcf 5ecd29a57ea24cf187b4ab8ef5d7280c 20feb424b4e6430ebfe734126b44f0ea - - default default] Added segment 186ca63a-2f23-4859-a5a0-50d334ae1181 of type vxlan for network 12c5f824-103c-485e-bf84-306cf5558d2d [pid: 8|app: 0|req: 299/595] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:14:00 2026] POST /v2.0/networks => generated 630 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:14:01.166 8 WARNING neutron_lib.context [None req-387b0e62-257f-4ccc-81bd-895dbb471fad 5ecd29a57ea24cf187b4ab8ef5d7280c 20feb424b4e6430ebfe734126b44f0ea - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 300/596] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:14:01 2026] POST /v2.0/subnets => generated 626 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:14:01.476 8 WARNING neutron_lib.context [None req-30179623-fa43-4df5-95ba-36c615e569f6 5ecd29a57ea24cf187b4ab8ef5d7280c 20feb424b4e6430ebfe734126b44f0ea - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 297/597] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:13:59 2026] POST /v2.0/routers => generated 738 bytes in 2344 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/598] 10.0.0.119 () {34 vars in 665 bytes} [Thu Jul 2 11:14:01 2026] POST /v2.0/ports => generated 950 bytes in 429 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 302/599] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:01 2026] GET /v2.0/ports?device_id=3bbcb9aa-450b-4f9b-a7d5-9f43511f520d => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/600] 10.0.0.119 () {32 vars in 720 bytes} [Thu Jul 2 11:14:01 2026] DELETE /v2.0/ports/2124ab09-07fe-414d-a0f7-f431ec5b1cd1 => generated 0 bytes in 428 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/601] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:14:02 2026] GET /v2.0/security-groups?id=1a923941-89d5-48db-ac46-6f31b046edd1&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:14:02.433 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6e051ee8-64a8-4da6-99af-42c614db61b0 5ecd29a57ea24cf187b4ab8ef5d7280c 20feb424b4e6430ebfe734126b44f0ea - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 305/602] 10.0.0.119 () {32 vars in 720 bytes} [Thu Jul 2 11:14:02 2026] DELETE /v2.0/ports/2124ab09-07fe-414d-a0f7-f431ec5b1cd1 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:14:02.461 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c12387b2-9607-4f81-a9db-c317aafc6b08 5ecd29a57ea24cf187b4ab8ef5d7280c 20feb424b4e6430ebfe734126b44f0ea - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 306/603] 10.0.0.119 () {32 vars in 717 bytes} [Thu Jul 2 11:14:02 2026] GET /v2.0/ports/2124ab09-07fe-414d-a0f7-f431ec5b1cd1 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/604] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:14:02 2026] DELETE /v2.0/subnets/0d87ae85-6fdf-4ae9-a91c-cf488349ba3c => generated 0 bytes in 908 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/605] 10.0.0.119 () {34 vars in 783 bytes} [Thu Jul 2 11:14:01 2026] PUT /v2.0/routers/8c12ff18-1605-4131-8d79-8dc9abcb4068/add_router_interface => generated 309 bytes in 1930 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/606] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:14:03 2026] GET /v2.0/security-groups?tenant_id=7dea6694cf7949ed8b50ceee60c16430&name=default => generated 2925 bytes in 317 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/607] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:03 2026] GET /v2.0/ports?device_id=3bbcb9aa-450b-4f9b-a7d5-9f43511f520d => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/608] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:14:03 2026] DELETE /v2.0/security-groups/5d2143ee-ed92-4a6c-a0bd-81e09f7de32b => 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: 311/609] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:14:03 2026] GET /v2.0/security-groups?id=1a923941-89d5-48db-ac46-6f31b046edd1&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:14:03.897 7 INFO neutron.services.segments.plugin [-] Segment 186ca63a-2f23-4859-a5a0-50d334ae1181 resource provider aggregate not found 2026-07-02 11:14:03.906 7 INFO neutron.services.segments.plugin [-] Segment 186ca63a-2f23-4859-a5a0-50d334ae1181 resource provider aggregate not found 2026-07-02 11:14:03.923 7 INFO neutron.services.segments.plugin [-] Segment 186ca63a-2f23-4859-a5a0-50d334ae1181 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 186ca63a-2f23-4859-a5a0-50d334ae1181 found for delete ", "request_id": "req-a16bfd73-de58-4236-8a44-5dc1d6aabf00"}]} [pid: 7|app: 0|req: 299/610] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:14:03 2026] DELETE /v2.0/networks/12c5f824-103c-485e-bf84-306cf5558d2d => generated 0 bytes in 385 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:14:03.944 8 WARNING neutron_lib.context [None req-d84f279b-c834-4250-ab27-36487693324e 5ecd29a57ea24cf187b4ab8ef5d7280c 20feb424b4e6430ebfe734126b44f0ea - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:14:04.012 8 INFO neutron.db.segments_db [None req-d84f279b-c834-4250-ab27-36487693324e 5ecd29a57ea24cf187b4ab8ef5d7280c 20feb424b4e6430ebfe734126b44f0ea - - default default] Added segment 63507de2-fa67-4343-bd1b-22506cdd47d0 of type vxlan for network 4c7935b3-961d-4a23-8e46-a5303f9a2ee1 [pid: 8|app: 0|req: 312/611] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:14:03 2026] POST /v2.0/networks => generated 631 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:14:04.132 7 INFO neutron.services.segments.plugin [-] Segment 186ca63a-2f23-4859-a5a0-50d334ae1181 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 186ca63a-2f23-4859-a5a0-50d334ae1181 found for delete ", "request_id": "req-376780c4-eb0f-4958-864b-89d656f096d2"}]} 2026-07-02 11:14:04.139 7 WARNING neutron_lib.context [None req-f98b7efa-9b0f-407f-846f-51bd366a5b6d 5ecd29a57ea24cf187b4ab8ef5d7280c 20feb424b4e6430ebfe734126b44f0ea - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:14:04.311 8 WARNING neutron_lib.context [None req-9038198e-6cde-493e-9bdd-987a23735e13 ab5e6b65ce5243b08d45b26461c9c32a 7ad5e52b1c0c4fef8fdb756d30656f40 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 300/612] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:14:04 2026] POST /v2.0/subnets => generated 626 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:14:04.442 7 WARNING neutron_lib.context [None req-16a52d53-33f6-498f-bfcb-2adcfab30074 5ecd29a57ea24cf187b4ab8ef5d7280c 20feb424b4e6430ebfe734126b44f0ea - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 313/613] 10.0.0.119 () {34 vars in 685 bytes} [Thu Jul 2 11:14:04 2026] POST /v2.0/security-groups => generated 1661 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 11:14:04.463 8 WARNING neutron_lib.context [None req-7b36877e-c677-4187-ae5c-c805480ae90d ab5e6b65ce5243b08d45b26461c9c32a 7ad5e52b1c0c4fef8fdb756d30656f40 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 314/614] 10.0.0.119 () {34 vars in 695 bytes} [Thu Jul 2 11:14:04 2026] POST /v2.0/security-group-rules => generated 597 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:14:04.597 8 WARNING neutron_lib.context [None req-c59d0ae4-8f5b-4f62-8413-afb7ba8b67f1 ab5e6b65ce5243b08d45b26461c9c32a 7ad5e52b1c0c4fef8fdb756d30656f40 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 315/615] 10.0.0.119 () {34 vars in 695 bytes} [Thu Jul 2 11:14:04 2026] POST /v2.0/security-group-rules => generated 602 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:14:04.720 8 WARNING neutron_lib.context [None req-5e335f07-876d-48bf-9145-fced05204a8b ab5e6b65ce5243b08d45b26461c9c32a 7ad5e52b1c0c4fef8fdb756d30656f40 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 301/616] 10.0.0.119 () {34 vars in 665 bytes} [Thu Jul 2 11:14:04 2026] POST /v2.0/ports => generated 916 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/617] 10.0.0.119 () {32 vars in 720 bytes} [Thu Jul 2 11:14:04 2026] DELETE /v2.0/ports/1a407654-43c6-4ea9-9fab-55dfcfea4a99 => generated 0 bytes in 386 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/618] 10.0.0.119 () {34 vars in 676 bytes} [Thu Jul 2 11:14:04 2026] POST /v2.0/floatingips => generated 552 bytes in 524 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/619] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:05 2026] GET /v2.0/ports?device_id=3bbcb9aa-450b-4f9b-a7d5-9f43511f520d => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:14:05.261 8 INFO neutron.pecan_wsgi.hooks.translation [None req-59ab513e-2173-48bd-8fc3-10c96058caf6 5ecd29a57ea24cf187b4ab8ef5d7280c 20feb424b4e6430ebfe734126b44f0ea - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 317/620] 10.0.0.119 () {32 vars in 717 bytes} [Thu Jul 2 11:14:05 2026] GET /v2.0/ports/1a407654-43c6-4ea9-9fab-55dfcfea4a99 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/621] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:14:05 2026] GET /v2.0/security-groups?id=1a923941-89d5-48db-ac46-6f31b046edd1&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/622] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:14:05 2026] DELETE /v2.0/subnets/9cfde905-37f1-45a2-9d35-1c3b3448f4da => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/623] 10.0.0.183 () {34 vars in 1100 bytes} [Thu Jul 2 11:14:05 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1047760234&fields=id&tenant_id=7ad5e52b1c0c4fef8fdb756d30656f40 => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/624] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:14:05 2026] DELETE /v2.0/networks/4c7935b3-961d-4a23-8e46-a5303f9a2ee1 => generated 0 bytes in 381 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/625] 10.0.0.183 () {34 vars in 982 bytes} [Thu Jul 2 11:14:05 2026] GET /v2.0/networks?id=fcaa4bab-066c-421f-aa6a-1bbb11f715f0 => generated 683 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:14:05.847 7 WARNING neutron_lib.context [None req-cb55f0e5-1bf4-41ad-b677-0293be73c2c4 5ecd29a57ea24cf187b4ab8ef5d7280c 20feb424b4e6430ebfe734126b44f0ea - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 320/626] 10.0.0.119 () {32 vars in 653 bytes} [Thu Jul 2 11:14:05 2026] GET /v2.0/extensions => generated 20516 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/627] 10.0.0.183 () {34 vars in 965 bytes} [Thu Jul 2 11:14:05 2026] GET /v2.0/quotas/7ad5e52b1c0c4fef8fdb756d30656f40 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/628] 10.0.0.119 () {32 vars in 681 bytes} [Thu Jul 2 11:14:05 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:14:05.955 7 INFO neutron.services.segments.plugin [-] Segment 63507de2-fa67-4343-bd1b-22506cdd47d0 resource provider aggregate not found 2026-07-02 11:14:05.990 7 INFO neutron.services.segments.plugin [-] Segment 63507de2-fa67-4343-bd1b-22506cdd47d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63507de2-fa67-4343-bd1b-22506cdd47d0 found for delete ", "request_id": "req-4eb6805e-9dec-46c9-a581-2fa332cbd60f"}]} [pid: 8|app: 0|req: 323/629] 10.0.0.183 () {34 vars in 1002 bytes} [Thu Jul 2 11:14:05 2026] GET /v2.0/ports?tenant_id=7ad5e52b1c0c4fef8fdb756d30656f40&fields=id => generated 103 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/630] 10.0.0.119 () {32 vars in 681 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/631] 10.0.0.119 () {32 vars in 729 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:14:06.160 7 INFO neutron.services.segments.plugin [-] Segment 63507de2-fa67-4343-bd1b-22506cdd47d0 resource provider aggregate not found 2026-07-02 11:14:06.177 7 INFO neutron.services.segments.plugin [-] Segment 63507de2-fa67-4343-bd1b-22506cdd47d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63507de2-fa67-4343-bd1b-22506cdd47d0 found for delete ", "request_id": "req-9e7c5aef-83ed-47bb-96c1-c811d6112d4e"}]} [pid: 8|app: 0|req: 326/632] 10.0.0.183 () {34 vars in 1008 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/networks/fcaa4bab-066c-421f-aa6a-1bbb11f715f0?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/633] 10.0.0.119 () {32 vars in 665 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/agent => generated 153 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/634] 10.0.0.119 () {34 vars in 665 bytes} [Thu Jul 2 11:14:05 2026] POST /v2.0/ports => generated 773 bytes in 368 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 308/635] 10.0.0.119 () {32 vars in 699 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/636] 10.0.0.183 () {34 vars in 1108 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/networks/fcaa4bab-066c-421f-aa6a-1bbb11f715f0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/637] 10.0.0.119 () {32 vars in 697 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/638] 10.0.0.119 () {32 vars in 701 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/639] 10.0.0.119 () {32 vars in 689 bytes} [Thu Jul 2 11:14:06 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: 332/640] 10.0.0.119 () {32 vars in 703 bytes} [Thu Jul 2 11:14:06 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: 333/641] 10.0.0.119 () {32 vars in 693 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/642] 10.0.0.119 () {32 vars in 695 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/643] 10.0.0.119 () {32 vars in 685 bytes} [Thu Jul 2 11:14:06 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: 336/644] 10.0.0.119 () {32 vars in 687 bytes} [Thu Jul 2 11:14:06 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: 337/645] 10.0.0.119 () {32 vars in 661 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/646] 10.0.0.119 () {34 vars in 737 bytes} [Thu Jul 2 11:14:06 2026] PUT /v2.0/ports/4a3f6c45-8cf0-4f72-b0db-aacac6f86905 => generated 752 bytes in 232 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 310/647] 10.0.0.119 () {32 vars in 699 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/648] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/ports?device_id=3bbcb9aa-450b-4f9b-a7d5-9f43511f520d => generated 971 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/651] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/ports?device_id=a48410ab-e758-4e01-817f-953986d7420e => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/652] 10.0.0.119 () {32 vars in 679 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/653] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/security-groups?id=1a923941-89d5-48db-ac46-6f31b046edd1&fields=id&fields=name => generated 114 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/654] 10.0.0.119 () {32 vars in 683 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/655] 10.0.0.119 () {32 vars in 675 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/656] 10.0.0.119 () {32 vars in 689 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/657] 10.0.0.119 () {32 vars in 723 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/658] 10.0.0.119 () {32 vars in 687 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/659] 10.0.0.119 () {32 vars in 669 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/660] 10.0.0.119 () {32 vars in 687 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/661] 10.0.0.119 () {32 vars in 681 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/662] 10.0.0.119 () {32 vars in 699 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/663] 10.0.0.119 () {32 vars in 679 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/664] 10.0.0.119 () {32 vars in 667 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/router => generated 256 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/665] 10.0.0.119 () {32 vars in 677 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/666] 10.0.0.119 () {32 vars in 665 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/667] 10.0.0.119 () {32 vars in 675 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/668] 10.0.0.119 () {32 vars in 713 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/669] 10.0.0.119 () {32 vars in 691 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/670] 10.0.0.119 () {32 vars in 683 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/671] 10.0.0.119 () {32 vars in 669 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/672] 10.0.0.119 () {32 vars in 687 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/673] 10.0.0.119 () {32 vars in 705 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/674] 10.0.0.119 () {32 vars in 675 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/675] 10.0.0.119 () {32 vars in 701 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/676] 10.0.0.119 () {32 vars in 675 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/677] 10.0.0.119 () {32 vars in 693 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/678] 10.0.0.119 () {32 vars in 689 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/679] 10.0.0.119 () {32 vars in 709 bytes} [Thu Jul 2 11:14:06 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: 340/680] 10.0.0.119 () {32 vars in 705 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/681] 10.0.0.119 () {32 vars in 720 bytes} [Thu Jul 2 11:14:06 2026] DELETE /v2.0/ports/4a3f6c45-8cf0-4f72-b0db-aacac6f86905 => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/682] 10.0.0.119 () {32 vars in 719 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/683] 10.0.0.119 () {32 vars in 697 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/684] 10.0.0.119 () {32 vars in 711 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/685] 10.0.0.119 () {32 vars in 669 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/binding => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/686] 10.0.0.119 () {32 vars in 687 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/687] 10.0.0.119 () {32 vars in 681 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/688] 10.0.0.119 () {32 vars in 675 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/689] 10.0.0.119 () {32 vars in 671 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/provider => generated 191 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/690] 10.0.0.119 () {32 vars in 661 bytes} [Thu Jul 2 11:14:06 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: 350/691] 10.0.0.119 () {32 vars in 699 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/692] 10.0.0.119 () {32 vars in 643 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/ports => generated 778 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/693] 10.0.0.119 () {32 vars in 699 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/694] 10.0.0.119 () {32 vars in 677 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:14:06.831 7 INFO neutron.pecan_wsgi.hooks.translation [None req-39529146-ea56-449e-9330-d602f1fe1a88 5ecd29a57ea24cf187b4ab8ef5d7280c 20feb424b4e6430ebfe734126b44f0ea - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 343/695] 10.0.0.119 () {32 vars in 717 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/ports/4a3f6c45-8cf0-4f72-b0db-aacac6f86905 => 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: 353/696] 10.0.0.119 () {32 vars in 669 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/697] 10.0.0.119 () {32 vars in 683 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/698] 10.0.0.119 () {32 vars in 701 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/699] 10.0.0.119 () {32 vars in 685 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/700] 10.0.0.119 () {32 vars in 707 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/701] 10.0.0.119 () {32 vars in 669 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/702] 10.0.0.119 () {32 vars in 697 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/703] 10.0.0.119 () {32 vars in 695 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/704] 10.0.0.119 () {32 vars in 685 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/705] 10.0.0.119 () {32 vars in 643 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/ports => generated 778 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/706] 10.0.0.119 () {32 vars in 689 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/707] 10.0.0.119 () {32 vars in 667 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/708] 10.0.0.119 () {32 vars in 681 bytes} [Thu Jul 2 11:14:06 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: 8|app: 0|req: 357/709] 10.0.0.119 () {32 vars in 681 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/710] 10.0.0.119 () {32 vars in 691 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/711] 10.0.0.119 () {32 vars in 691 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/712] 10.0.0.119 () {32 vars in 695 bytes} [Thu Jul 2 11:14:06 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: 353/713] 10.0.0.119 () {32 vars in 717 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/ports/a6744af8-0431-424e-b51a-1992b284584c => generated 775 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/714] 10.0.0.119 () {32 vars in 685 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/715] 10.0.0.119 () {32 vars in 689 bytes} [Thu Jul 2 11:14:06 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/716] 10.0.0.119 () {32 vars in 701 bytes} [Thu Jul 2 11:14:06 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: 356/717] 10.0.0.119 () {32 vars in 703 bytes} [Thu Jul 2 11:14:06 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) 2026-07-02 11:14:06.988 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9f83decd-d135-4d8c-97e9-d250768ed33f 5ecd29a57ea24cf187b4ab8ef5d7280c 20feb424b4e6430ebfe734126b44f0ea - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 362/718] 10.0.0.119 () {32 vars in 720 bytes} [Thu Jul 2 11:14:06 2026] DELETE /v2.0/ports/1a407654-43c6-4ea9-9fab-55dfcfea4a99 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/719] 10.0.0.119 () {32 vars in 713 bytes} [Thu Jul 2 11:14:06 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: 358/720] 10.0.0.119 () {32 vars in 717 bytes} [Thu Jul 2 11:14:06 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) 2026-07-02 11:14:07.004 8 INFO neutron.pecan_wsgi.hooks.translation [None req-231b68d7-f220-4241-9b16-9b3a48feea2e 5ecd29a57ea24cf187b4ab8ef5d7280c 20feb424b4e6430ebfe734126b44f0ea - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 363/721] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:14:06 2026] DELETE /v2.0/subnets/9cfde905-37f1-45a2-9d35-1c3b3448f4da => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/722] 10.0.0.119 () {32 vars in 715 bytes} [Thu Jul 2 11:14:07 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) [pid: 7|app: 0|req: 360/723] 10.0.0.119 () {32 vars in 727 bytes} [Thu Jul 2 11:14:07 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/724] 10.0.0.119 () {32 vars in 741 bytes} [Thu Jul 2 11:14:07 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:14:07.024 8 INFO neutron.pecan_wsgi.hooks.translation [None req-203443f6-fcff-4f63-b8a9-e303c0b74b2a 5ecd29a57ea24cf187b4ab8ef5d7280c 20feb424b4e6430ebfe734126b44f0ea - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 364/725] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:14:07 2026] DELETE /v2.0/subnets/0d87ae85-6fdf-4ae9-a91c-cf488349ba3c => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/726] 10.0.0.119 () {32 vars in 719 bytes} [Thu Jul 2 11:14:07 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/727] 10.0.0.119 () {32 vars in 683 bytes} [Thu Jul 2 11:14:07 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/728] 10.0.0.119 () {32 vars in 669 bytes} [Thu Jul 2 11:14:07 2026] GET /v2.0/extensions/segment => generated 145 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/729] 10.0.0.119 () {32 vars in 719 bytes} [Thu Jul 2 11:14:07 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/730] 10.0.0.119 () {32 vars in 679 bytes} [Thu Jul 2 11:14:07 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) [pid: 7|app: 0|req: 367/731] 10.0.0.119 () {32 vars in 669 bytes} [Thu Jul 2 11:14:07 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/732] 10.0.0.119 () {32 vars in 697 bytes} [Thu Jul 2 11:14:07 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/733] 10.0.0.119 () {32 vars in 705 bytes} [Thu Jul 2 11:14:07 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/734] 10.0.0.119 () {32 vars in 701 bytes} [Thu Jul 2 11:14:07 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/735] 10.0.0.119 () {32 vars in 701 bytes} [Thu Jul 2 11:14:07 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/736] 10.0.0.119 () {32 vars in 683 bytes} [Thu Jul 2 11:14:07 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/737] 10.0.0.119 () {32 vars in 705 bytes} [Thu Jul 2 11:14:07 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/738] 10.0.0.119 () {32 vars in 695 bytes} [Thu Jul 2 11:14:07 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/739] 10.0.0.119 () {32 vars in 689 bytes} [Thu Jul 2 11:14:07 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/740] 10.0.0.119 () {32 vars in 697 bytes} [Thu Jul 2 11:14:07 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: 7|app: 0|req: 377/741] 10.0.0.119 () {32 vars in 679 bytes} [Thu Jul 2 11:14:07 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/742] 10.0.0.119 () {32 vars in 689 bytes} [Thu Jul 2 11:14:07 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: 379/743] 10.0.0.119 () {32 vars in 701 bytes} [Thu Jul 2 11:14:07 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/744] 10.0.0.119 () {32 vars in 665 bytes} [Thu Jul 2 11:14:07 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/745] 10.0.0.119 () {32 vars in 681 bytes} [Thu Jul 2 11:14:07 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/746] 10.0.0.119 () {32 vars in 693 bytes} [Thu Jul 2 11:14:07 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: 383/747] 10.0.0.119 () {32 vars in 677 bytes} [Thu Jul 2 11:14:07 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/748] 10.0.0.119 () {32 vars in 667 bytes} [Thu Jul 2 11:14:07 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/749] 10.0.0.119 () {32 vars in 720 bytes} [Thu Jul 2 11:14:07 2026] DELETE /v2.0/ports/a6744af8-0431-424e-b51a-1992b284584c => generated 0 bytes in 237 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/750] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:14:07 2026] DELETE /v2.0/networks/49805aa1-3701-4e2b-85ca-53e9a6efdc68 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/751] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:07 2026] GET /v2.0/ports?device_id=a48410ab-e758-4e01-817f-953986d7420e => 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: 386/752] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:07 2026] GET /v2.0/ports?device_id=3bbcb9aa-450b-4f9b-a7d5-9f43511f520d => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/753] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:14:07 2026] GET /v2.0/security-groups?id=1a923941-89d5-48db-ac46-6f31b046edd1&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: 7|app: 0|req: 387/754] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:07 2026] GET /v2.0/ports?device_id=3bbcb9aa-450b-4f9b-a7d5-9f43511f520d => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:14:08.018 7 INFO neutron.services.segments.plugin [-] Segment a6b06434-1b6e-49e0-b93b-3aa7114de169 resource provider aggregate not found 2026-07-02 11:14:08.033 7 INFO neutron.services.segments.plugin [-] Segment a6b06434-1b6e-49e0-b93b-3aa7114de169 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6b06434-1b6e-49e0-b93b-3aa7114de169 found for delete ", "request_id": "req-5c4ed92f-4704-44fa-ad45-ef7d286c914d"}]} [pid: 8|app: 0|req: 368/755] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:14:07 2026] GET /v2.0/security-groups?tenant_id=3f8b56ffdb9e4d6e8e71a46598bf6448&name=default => generated 2925 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:14:08.202 7 INFO neutron.services.segments.plugin [-] Segment a6b06434-1b6e-49e0-b93b-3aa7114de169 resource provider aggregate not found 2026-07-02 11:14:08.218 7 INFO neutron.services.segments.plugin [-] Segment a6b06434-1b6e-49e0-b93b-3aa7114de169 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6b06434-1b6e-49e0-b93b-3aa7114de169 found for delete ", "request_id": "req-511a1714-b84c-4a60-8107-556b9a9534e8"}]} [pid: 8|app: 0|req: 369/756] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:14:08 2026] GET /v2.0/security-groups?tenant_id=20feb424b4e6430ebfe734126b44f0ea&name=default => generated 2925 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/757] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:14:08 2026] DELETE /v2.0/security-groups/59280726-e6c4-4f39-b849-679a35317653 => 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: 371/758] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:14:08 2026] DELETE /v2.0/security-groups/effb4643-d948-462f-8f26-2db3973a03db => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:14:08.432 7 INFO neutron.db.l3_db [None req-c4b66873-90f1-46af-8c17-47cbfc1fcaf2 e7ee332c9c4a4398a96c66795ed901d0 4ccbee091030480b8772138f3c69e341 - - default default] Floating IP 7d1708f4-7985-4050-9455-d8c525b15499 associated. External IP: 10.96.250.210, port: 85929e7c-99c3-4485-8f84-8040741eb4ab. [pid: 8|app: 0|req: 372/759] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:08 2026] GET /v2.0/ports?device_id=a48410ab-e758-4e01-817f-953986d7420e => 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: 388/760] 10.0.0.119 () {34 vars in 749 bytes} [Thu Jul 2 11:14:07 2026] PUT /v2.0/floatingips/7d1708f4-7985-4050-9455-d8c525b15499 => generated 855 bytes in 860 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/761] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:08 2026] GET /v2.0/ports?device_id=3bbcb9aa-450b-4f9b-a7d5-9f43511f520d => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/762] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:14:08 2026] GET /v2.0/security-groups?id=1a923941-89d5-48db-ac46-6f31b046edd1&fields=id&fields=name => generated 114 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/763] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:09 2026] GET /v2.0/ports?device_id=3bbcb9aa-450b-4f9b-a7d5-9f43511f520d => 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: 390/764] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:14:09 2026] GET /v2.0/security-groups?id=1a923941-89d5-48db-ac46-6f31b046edd1&fields=id&fields=name => generated 114 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/765] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:09 2026] GET /v2.0/ports?device_id=a48410ab-e758-4e01-817f-953986d7420e => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:14:09.991 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b8a9ce1d-700e-4ea7-a961-bb0c9544b2c4'] response: {'name': 'network-changed', 'server_uuid': '3bbcb9aa-450b-4f9b-a7d5-9f43511f520d', 'tag': '85929e7c-99c3-4485-8f84-8040741eb4ab', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 376/766] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:14:10 2026] GET /v2.0/ports?tenant_id=4ccbee091030480b8772138f3c69e341&device_id=3bbcb9aa-450b-4f9b-a7d5-9f43511f520d => 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: 377/767] 199.19.213.163 () {34 vars in 986 bytes} [Thu Jul 2 11:14:10 2026] GET /v2.0/networks?id=c3a07ec2-3232-4831-a82d-093218de56ab => generated 776 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/768] 199.19.213.163 () {34 vars in 1058 bytes} [Thu Jul 2 11:14:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=85929e7c-99c3-4485-8f84-8040741eb4ab => generated 860 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:14:10.145 7 WARNING neutron_lib.context [None req-23c8660c-01db-4816-94cd-299ba50de307 3b753d6e27b146d8bdc885ca5d84ff2e b7279e5d050d49d9aaca5baefe02652a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:14:10.146 7 WARNING neutron_lib.context [None req-23c8660c-01db-4816-94cd-299ba50de307 3b753d6e27b146d8bdc885ca5d84ff2e b7279e5d050d49d9aaca5baefe02652a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 379/769] 199.19.213.163 () {34 vars in 984 bytes} [Thu Jul 2 11:14:10 2026] GET /v2.0/subnets?id=d1c7560e-2915-4bd9-aa22-f39b5891188d => generated 698 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/770] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:14:10 2026] GET /v2.0/ports?network_id=c3a07ec2-3232-4831-a82d-093218de56ab&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: 381/771] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:14:10 2026] GET /v2.0/networks/c3a07ec2-3232-4831-a82d-093218de56ab?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:14:10.307 7 INFO neutron.db.segments_db [None req-23c8660c-01db-4816-94cd-299ba50de307 3b753d6e27b146d8bdc885ca5d84ff2e b7279e5d050d49d9aaca5baefe02652a - - default default] Added segment 1502823f-f994-4142-925f-75ab18bfe21c of type vxlan for network 4359eec2-4b80-4bf7-9875-a47d0076493e 2026-07-02 11:14:10.308 8 WARNING neutron_lib.context [None req-841d7b00-e64e-4933-b3c7-11f07a3194b1 7d8b288b4e8e470da746f7dd5e768997 04491f9a42dd466f8ee8cee52e3030e5 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:14:10.398 7 INFO neutron.db.segments_db [None req-23c8660c-01db-4816-94cd-299ba50de307 3b753d6e27b146d8bdc885ca5d84ff2e b7279e5d050d49d9aaca5baefe02652a - - default default] Added segment 92382fcb-0475-4626-b0e8-49ec53c258d5 of type vxlan for network fb9a46ca-58eb-4c98-8b79-66fe4834af53 2026-07-02 11:14:10.473 8 INFO neutron.db.segments_db [None req-841d7b00-e64e-4933-b3c7-11f07a3194b1 7d8b288b4e8e470da746f7dd5e768997 04491f9a42dd466f8ee8cee52e3030e5 - - default default] Added segment a07c4141-d6a1-433f-927e-b46a353e9770 of type vxlan for network 36ff2358-a9e5-4ea3-86c1-7316d05fb390 [pid: 7|app: 0|req: 391/772] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:14:09 2026] POST /v2.0/networks => generated 1245 bytes in 528 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/773] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:14:10 2026] GET /v2.0/networks/c3a07ec2-3232-4831-a82d-093218de56ab?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/774] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:14:10 2026] POST /v2.0/networks => generated 633 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/775] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:10 2026] GET /v2.0/ports?device_id=3bbcb9aa-450b-4f9b-a7d5-9f43511f520d => generated 971 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:14:10.652 7 WARNING neutron_lib.context [None req-8ac10727-3c49-404b-b2d1-cf6de6a86450 7d8b288b4e8e470da746f7dd5e768997 04491f9a42dd466f8ee8cee52e3030e5 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 383/776] 10.0.0.119 () {32 vars in 649 bytes} [Thu Jul 2 11:14:10 2026] GET /v2.0/networks => generated 1844 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:14:10.711 7 INFO neutron.db.segments_db [None req-8ac10727-3c49-404b-b2d1-cf6de6a86450 7d8b288b4e8e470da746f7dd5e768997 04491f9a42dd466f8ee8cee52e3030e5 - - default default] Added segment d136471a-3376-4256-b746-cdb625a1c38d of type vxlan for network 85cc0126-a259-440e-a5e6-0845da369023 [pid: 8|app: 0|req: 384/777] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:14:10 2026] GET /v2.0/security-groups?id=1a923941-89d5-48db-ac46-6f31b046edd1&fields=id&fields=name => generated 114 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/778] 199.19.213.163 () {34 vars in 986 bytes} [Thu Jul 2 11:14:10 2026] GET /v2.0/networks?id=fcaa4bab-066c-421f-aa6a-1bbb11f715f0 => generated 683 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/779] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:14:10 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: 395/780] 199.19.213.163 () {34 vars in 1050 bytes} [Thu Jul 2 11:14:10 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7ad5e52b1c0c4fef8fdb756d30656f40 => generated 181 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/781] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:10 2026] GET /v2.0/ports?device_id=a48410ab-e758-4e01-817f-953986d7420e => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:14:10.879 7 WARNING neutron_lib.context [None req-1ecdce52-20bc-4429-8537-d4ffa037d816 7d8b288b4e8e470da746f7dd5e768997 04491f9a42dd466f8ee8cee52e3030e5 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:14:10.957 8 INFO neutron.services.segments.plugin [-] Segment 1502823f-f994-4142-925f-75ab18bfe21c resource provider aggregate not found 2026-07-02 11:14:10.965 8 INFO neutron.services.segments.plugin [-] Segment 1502823f-f994-4142-925f-75ab18bfe21c resource provider aggregate not found 2026-07-02 11:14:10.978 8 INFO neutron.services.segments.plugin [-] Segment 1502823f-f994-4142-925f-75ab18bfe21c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1502823f-f994-4142-925f-75ab18bfe21c found for delete ", "request_id": "req-58571312-d8da-47cb-bd41-6217b142dd62"}]} 2026-07-02 11:14:10.978 8 INFO neutron.services.segments.plugin [-] Segment 1502823f-f994-4142-925f-75ab18bfe21c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1502823f-f994-4142-925f-75ab18bfe21c found for delete ", "request_id": "req-304293d0-37c4-411b-ae03-3f829adbf4b4"}]} [pid: 8|app: 0|req: 386/782] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:14:10 2026] DELETE /v2.0/networks/4359eec2-4b80-4bf7-9875-a47d0076493e => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:14:10.991 8 WARNING neutron_lib.context [req-ba4d2f0e-76ef-4d77-8465-54c1e5e8a8db req-f65eaabb-3a7a-4a43-876b-9e2220e55c31 ab5e6b65ce5243b08d45b26461c9c32a 7ad5e52b1c0c4fef8fdb756d30656f40 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 397/783] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:14:10 2026] POST /v2.0/subnets => generated 646 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:14:11.238 7 INFO neutron.services.segments.plugin [-] Segment 92382fcb-0475-4626-b0e8-49ec53c258d5 resource provider aggregate not found 2026-07-02 11:14:11.242 7 INFO neutron.services.segments.plugin [-] Segment 92382fcb-0475-4626-b0e8-49ec53c258d5 resource provider aggregate not found 2026-07-02 11:14:11.251 7 INFO neutron.services.segments.plugin [-] Segment 92382fcb-0475-4626-b0e8-49ec53c258d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92382fcb-0475-4626-b0e8-49ec53c258d5 found for delete ", "request_id": "req-66faf3bd-3b07-479c-8bc2-a6b58bfd9ed8"}]} 2026-07-02 11:14:11.254 7 INFO neutron.services.segments.plugin [-] Segment 92382fcb-0475-4626-b0e8-49ec53c258d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92382fcb-0475-4626-b0e8-49ec53c258d5 found for delete ", "request_id": "req-2041d48d-ed78-490d-867c-7b68e53d40df"}]} [pid: 7|app: 0|req: 398/784] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:14:11 2026] DELETE /v2.0/networks/fb9a46ca-58eb-4c98-8b79-66fe4834af53 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:14:11.276 7 WARNING neutron_lib.context [None req-c42818d3-039e-46e9-a4a5-2feab6fa794d 7d8b288b4e8e470da746f7dd5e768997 04491f9a42dd466f8ee8cee52e3030e5 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 387/785] 199.19.213.163 () {38 vars in 955 bytes} [Thu Jul 2 11:14:10 2026] POST /v2.0/ports => generated 954 bytes in 343 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 388/786] 199.19.213.163 () {34 vars in 994 bytes} [Thu Jul 2 11:14:11 2026] GET /v2.0/ports?device_id=3bbcb9aa-450b-4f9b-a7d5-9f43511f520d => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/787] 10.0.0.119 () {32 vars in 649 bytes} [Thu Jul 2 11:14:11 2026] GET /v2.0/networks => generated 651 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/788] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:14:11 2026] POST /v2.0/subnets => generated 655 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:14:11.878 7 INFO neutron.db.l3_db [req-23241a10-f780-45c6-b697-febe4a906920 req-34c9b89e-4f70-4a11-876b-c5391490dc95 e7ee332c9c4a4398a96c66795ed901d0 4ccbee091030480b8772138f3c69e341 - - default default] Floating IP 7d1708f4-7985-4050-9455-d8c525b15499 disassociated. External IP: 10.96.250.210, port: 85929e7c-99c3-4485-8f84-8040741eb4ab. [pid: 8|app: 0|req: 390/789] 199.19.213.163 () {38 vars in 1028 bytes} [Thu Jul 2 11:14:11 2026] PUT /v2.0/ports/5482a2c7-9b96-4983-8bb4-d11b10c4641b => generated 1235 bytes in 446 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 11:14:11.895 8 WARNING neutron_lib.context [None req-3f477842-cd61-4d7c-9a0a-b6f7f35e9b3b 3b753d6e27b146d8bdc885ca5d84ff2e b7279e5d050d49d9aaca5baefe02652a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:14:11.942 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f056d870-f79c-48f0-9a1d-f0140b28ade2'] response: {'name': 'network-changed', 'server_uuid': 'a48410ab-e758-4e01-817f-953986d7420e', 'tag': '5482a2c7-9b96-4983-8bb4-d11b10c4641b', 'status': 'completed', 'code': 200} 2026-07-02 11:14:11.953 8 INFO neutron.db.segments_db [None req-3f477842-cd61-4d7c-9a0a-b6f7f35e9b3b 3b753d6e27b146d8bdc885ca5d84ff2e b7279e5d050d49d9aaca5baefe02652a - - default default] Added segment a9944a11-6e53-4280-a768-e5908f46d018 of type vxlan for network fa5c2253-723a-43f3-8831-348331affa74 [pid: 8|app: 0|req: 391/790] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:14:11 2026] POST /v2.0/networks => generated 654 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:14:12.045 8 WARNING neutron_lib.context [None req-2968c355-467f-4e5b-8e08-170c3bfc7324 7d8b288b4e8e470da746f7dd5e768997 04491f9a42dd466f8ee8cee52e3030e5 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:14:12.092 8 INFO neutron.db.segments_db [None req-2968c355-467f-4e5b-8e08-170c3bfc7324 7d8b288b4e8e470da746f7dd5e768997 04491f9a42dd466f8ee8cee52e3030e5 - - default default] Added segment 13f7c2a1-6bea-4a77-818a-96245cbf9642 of type vxlan for network 1a07d1b2-34a3-47fa-85da-9761999fb374 [pid: 7|app: 0|req: 400/791] 199.19.213.163 () {36 vars in 997 bytes} [Thu Jul 2 11:14:11 2026] DELETE /v2.0/ports/85929e7c-99c3-4485-8f84-8040741eb4ab => generated 0 bytes in 704 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/792] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:12 2026] GET /v2.0/ports?device_id=3bbcb9aa-450b-4f9b-a7d5-9f43511f520d => 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: 402/793] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:12 2026] GET /v2.0/ports?device_id=a48410ab-e758-4e01-817f-953986d7420e => generated 969 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:14:12.387 7 WARNING neutron_lib.context [None req-c5476ea5-f84f-4bac-bc41-76b8c4bea9b3 3b753d6e27b146d8bdc885ca5d84ff2e b7279e5d050d49d9aaca5baefe02652a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:14:12.437 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b04eb799-849e-4099-9335-4d479d63001f'] response: {'server_uuid': '3bbcb9aa-450b-4f9b-a7d5-9f43511f520d', 'name': 'network-vif-deleted', 'tag': '85929e7c-99c3-4485-8f84-8040741eb4ab', 'status': 'completed', 'code': 200} 2026-07-02 11:14:12.450 7 INFO neutron.db.segments_db [None req-c5476ea5-f84f-4bac-bc41-76b8c4bea9b3 3b753d6e27b146d8bdc885ca5d84ff2e b7279e5d050d49d9aaca5baefe02652a - - default default] Added segment d1be2479-7aef-41d4-9202-26fae0c94217 of type vxlan for network c32cdfea-8242-42cb-bf5e-3a1b69923297 2026-07-02 11:14:12.461 8 INFO neutron.db.l3_hamode_db [None req-2968c355-467f-4e5b-8e08-170c3bfc7324 7d8b288b4e8e470da746f7dd5e768997 04491f9a42dd466f8ee8cee52e3030e5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 403/794] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:14:12 2026] POST /v2.0/networks => generated 654 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/795] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:14:12 2026] GET /v2.0/security-groups?id=c76acb48-ad58-4915-987c-7766d6eb209a&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-07-02 11:14:12.611 8 INFO neutron.db.l3_hamode_db [None req-2968c355-467f-4e5b-8e08-170c3bfc7324 7d8b288b4e8e470da746f7dd5e768997 04491f9a42dd466f8ee8cee52e3030e5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 405/796] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:14:12 2026] GET /v2.0/ports?tenant_id=7ad5e52b1c0c4fef8fdb756d30656f40&device_id=a48410ab-e758-4e01-817f-953986d7420e => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:14:12.627 7 WARNING neutron_lib.context [None req-8b0a3877-5ffb-4595-8a74-a77c8fa41eb9 3b753d6e27b146d8bdc885ca5d84ff2e b7279e5d050d49d9aaca5baefe02652a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:14:12.648 7 WARNING neutron_lib.context [None req-8b0a3877-5ffb-4595-8a74-a77c8fa41eb9 3b753d6e27b146d8bdc885ca5d84ff2e b7279e5d050d49d9aaca5baefe02652a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 392/797] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:14:12 2026] POST /v2.0/routers => generated 510 bytes in 1273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/798] 10.0.0.119 () {34 vars in 665 bytes} [Thu Jul 2 11:14:12 2026] POST /v2.0/ports => generated 1506 bytes in 698 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 393/799] 199.19.213.163 () {34 vars in 1018 bytes} [Thu Jul 2 11:14:13 2026] GET /v2.0/networks?tenant_id=7ad5e52b1c0c4fef8fdb756d30656f40&shared=False => generated 779 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/800] 10.0.0.119 () {32 vars in 643 bytes} [Thu Jul 2 11:14:13 2026] GET /v2.0/ports => generated 1506 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/801] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:13 2026] GET /v2.0/ports?device_id=3bbcb9aa-450b-4f9b-a7d5-9f43511f520d => 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: 396/802] 199.19.213.163 () {34 vars in 930 bytes} [Thu Jul 2 11:14:13 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/803] 10.0.0.119 () {32 vars in 720 bytes} [Thu Jul 2 11:14:13 2026] DELETE /v2.0/ports/c03444e2-1601-4487-b581-7d4c5d11044e => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/804] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:13 2026] GET /v2.0/ports?device_id=a48410ab-e758-4e01-817f-953986d7420e => generated 969 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/805] 10.0.0.119 () {32 vars in 720 bytes} [Thu Jul 2 11:14:13 2026] DELETE /v2.0/ports/e41f18a6-41bf-4f52-96f3-6d64f39d732e => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/806] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:14:14 2026] GET /v2.0/security-groups?id=c76acb48-ad58-4915-987c-7766d6eb209a&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: 401/807] 10.0.0.119 () {32 vars in 643 bytes} [Thu Jul 2 11:14:14 2026] GET /v2.0/ports => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:14:14.114 8 WARNING neutron_lib.context [None req-cf38036b-8972-4d04-ad1f-2ebe894cf679 3b753d6e27b146d8bdc885ca5d84ff2e b7279e5d050d49d9aaca5baefe02652a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:14:14.167 8 INFO neutron.db.segments_db [None req-cf38036b-8972-4d04-ad1f-2ebe894cf679 3b753d6e27b146d8bdc885ca5d84ff2e b7279e5d050d49d9aaca5baefe02652a - - default default] Added segment cf3b6d17-0b77-4ff0-8566-7ba66b83670f of type vxlan for network 582ef4cd-3f6f-4dea-98c0-80ff8fbc9e88 [pid: 8|app: 0|req: 402/808] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:14:14 2026] POST /v2.0/networks => generated 654 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:14:14.306 8 WARNING neutron_lib.context [None req-5eb83126-7268-42bc-9edf-276ceb1b890b 3b753d6e27b146d8bdc885ca5d84ff2e b7279e5d050d49d9aaca5baefe02652a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:14:14.364 8 INFO neutron.db.segments_db [None req-5eb83126-7268-42bc-9edf-276ceb1b890b 3b753d6e27b146d8bdc885ca5d84ff2e b7279e5d050d49d9aaca5baefe02652a - - default default] Added segment 7a5f78e4-71ce-467a-98e3-7279d4b42527 of type vxlan for network 0f2a39a9-38ea-47f5-9fa7-6c648c83cfa7 [pid: 8|app: 0|req: 403/809] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:14:14 2026] POST /v2.0/networks => generated 653 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/810] 10.0.0.119 () {34 vars in 783 bytes} [Thu Jul 2 11:14:13 2026] PUT /v2.0/routers/bac7bc4c-7296-44be-a485-2d9ec3f65b80/add_router_interface => generated 309 bytes in 1257 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/811] 10.0.0.119 () {32 vars in 717 bytes} [Thu Jul 2 11:14:14 2026] GET /v2.0/ports/1a25c967-d758-440b-bbbc-3c029c3df881 => generated 959 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/812] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:14 2026] GET /v2.0/ports?device_id=3bbcb9aa-450b-4f9b-a7d5-9f43511f520d => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/813] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:14:14 2026] GET /v2.0/ports?tenant_id=7ad5e52b1c0c4fef8fdb756d30656f40&device_id=a48410ab-e758-4e01-817f-953986d7420e => generated 1238 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/814] 199.19.213.163 () {34 vars in 1058 bytes} [Thu Jul 2 11:14:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=5482a2c7-9b96-4983-8bb4-d11b10c4641b => 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: 406/815] 199.19.213.163 () {34 vars in 984 bytes} [Thu Jul 2 11:14:14 2026] GET /v2.0/subnets?id=164008db-f086-445e-b409-d821c8359493 => generated 701 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/816] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:14:14 2026] GET /v2.0/ports?network_id=fcaa4bab-066c-421f-aa6a-1bbb11f715f0&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/817] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:14:14 2026] GET /v2.0/networks/fcaa4bab-066c-421f-aa6a-1bbb11f715f0?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/818] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:14:14 2026] GET /v2.0/networks/fcaa4bab-066c-421f-aa6a-1bbb11f715f0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:14:15.100 8 WARNING neutron_lib.context [None req-e3704e4a-7136-4920-b5d2-159b353fdd8c 3b753d6e27b146d8bdc885ca5d84ff2e b7279e5d050d49d9aaca5baefe02652a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:14:15.134 8 WARNING neutron_lib.context [None req-e3704e4a-7136-4920-b5d2-159b353fdd8c 3b753d6e27b146d8bdc885ca5d84ff2e b7279e5d050d49d9aaca5baefe02652a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 410/819] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:14:15 2026] POST /v2.0/subnets => generated 1323 bytes in 513 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/820] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:15 2026] GET /v2.0/ports?device_id=a48410ab-e758-4e01-817f-953986d7420e => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/821] 10.0.0.119 () {32 vars in 647 bytes} [Thu Jul 2 11:14:15 2026] GET /v2.0/subnets => generated 1959 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/822] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:14:15 2026] GET /v2.0/security-groups?id=c76acb48-ad58-4915-987c-7766d6eb209a&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/823] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:14:15 2026] DELETE /v2.0/subnets/cea9b2bc-ab8a-479d-993d-0a3b99a941c1 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/824] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:15 2026] GET /v2.0/ports?device_id=3bbcb9aa-450b-4f9b-a7d5-9f43511f520d => 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: 410/825] 10.0.0.119 () {34 vars in 783 bytes} [Thu Jul 2 11:14:14 2026] PUT /v2.0/routers/bac7bc4c-7296-44be-a485-2d9ec3f65b80/add_router_interface => generated 309 bytes in 1290 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/826] 10.0.0.119 () {32 vars in 717 bytes} [Thu Jul 2 11:14:15 2026] GET /v2.0/ports/87462952-d3f2-4200-9c7e-870835f0eda6 => generated 967 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/827] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:14:15 2026] DELETE /v2.0/subnets/651042d1-af29-4b3c-b498-b1b501e421ad => 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: 417/828] 10.0.0.119 () {32 vars in 647 bytes} [Thu Jul 2 11:14:15 2026] GET /v2.0/subnets => generated 649 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:14:16.177 8 INFO neutron.services.segments.plugin [-] Segment 7a5f78e4-71ce-467a-98e3-7279d4b42527 resource provider aggregate not found 2026-07-02 11:14:16.182 8 INFO neutron.services.segments.plugin [-] Segment 7a5f78e4-71ce-467a-98e3-7279d4b42527 resource provider aggregate not found 2026-07-02 11:14:16.199 8 INFO neutron.services.segments.plugin [-] Segment 7a5f78e4-71ce-467a-98e3-7279d4b42527 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a5f78e4-71ce-467a-98e3-7279d4b42527 found for delete ", "request_id": "req-a1d92ade-6d53-4939-9297-f046cf0796ac"}]} 2026-07-02 11:14:16.209 8 INFO neutron.services.segments.plugin [-] Segment 7a5f78e4-71ce-467a-98e3-7279d4b42527 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a5f78e4-71ce-467a-98e3-7279d4b42527 found for delete ", "request_id": "req-5de62f9d-27fd-4b6d-9c86-43f06c1809c7"}]} [pid: 8|app: 0|req: 418/829] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:14:16 2026] DELETE /v2.0/networks/0f2a39a9-38ea-47f5-9fa7-6c648c83cfa7 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/830] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:14:16 2026] DELETE /v2.0/networks/582ef4cd-3f6f-4dea-98c0-80ff8fbc9e88 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/831] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:14:16 2026] DELETE /v2.0/networks/c32cdfea-8242-42cb-bf5e-3a1b69923297 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/832] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:14:16 2026] DELETE /v2.0/networks/fa5c2253-723a-43f3-8831-348331affa74 => 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: 422/833] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:16 2026] GET /v2.0/ports?device_id=a48410ab-e758-4e01-817f-953986d7420e => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/834] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:14:16 2026] GET /v2.0/security-groups?id=c76acb48-ad58-4915-987c-7766d6eb209a&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: 7|app: 0|req: 412/835] 10.0.0.119 () {34 vars in 789 bytes} [Thu Jul 2 11:14:15 2026] PUT /v2.0/routers/bac7bc4c-7296-44be-a485-2d9ec3f65b80/remove_router_interface => generated 309 bytes in 926 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/836] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:14:16 2026] DELETE /v2.0/security-groups/1a923941-89d5-48db-ac46-6f31b046edd1 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:14:17.069 7 INFO neutron.api.v2.resource [None req-34c6ce19-887b-49e4-8592-fafe56ddcd4e e7ee332c9c4a4398a96c66795ed901d0 4ccbee091030480b8772138f3c69e341 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 414/837] 10.0.0.119 () {32 vars in 737 bytes} [Thu Jul 2 11:14:17 2026] GET /v2.0/security-groups/1a923941-89d5-48db-ac46-6f31b046edd1 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/838] 10.0.0.119 () {32 vars in 732 bytes} [Thu Jul 2 11:14:17 2026] DELETE /v2.0/floatingips/7d1708f4-7985-4050-9455-d8c525b15499 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/839] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:14:17 2026] GET /v2.0/security-groups?tenant_id=b7279e5d050d49d9aaca5baefe02652a&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: 424/840] 10.0.0.119 () {34 vars in 789 bytes} [Thu Jul 2 11:14:16 2026] PUT /v2.0/routers/bac7bc4c-7296-44be-a485-2d9ec3f65b80/remove_router_interface => generated 309 bytes in 866 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/841] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:14:17 2026] DELETE /v2.0/security-groups/9890f5cf-4008-49d5-8deb-27fe6027eeb6 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/842] 10.0.0.119 () {32 vars in 736 bytes} [Thu Jul 2 11:14:17 2026] GET /v2.0/ports?device_id=bac7bc4c-7296-44be-a485-2d9ec3f65b80 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:14:18.226 8 INFO neutron.services.segments.plugin [-] Segment cf3b6d17-0b77-4ff0-8566-7ba66b83670f resource provider aggregate not found 2026-07-02 11:14:18.236 8 INFO neutron.services.segments.plugin [-] Segment cf3b6d17-0b77-4ff0-8566-7ba66b83670f resource provider aggregate not found 2026-07-02 11:14:18.255 8 INFO neutron.services.segments.plugin [-] Segment cf3b6d17-0b77-4ff0-8566-7ba66b83670f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf3b6d17-0b77-4ff0-8566-7ba66b83670f found for delete ", "request_id": "req-50eadef5-eb0b-4d32-9020-5e92b4ffe721"}]} 2026-07-02 11:14:18.260 8 INFO neutron.services.segments.plugin [-] Segment cf3b6d17-0b77-4ff0-8566-7ba66b83670f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf3b6d17-0b77-4ff0-8566-7ba66b83670f found for delete ", "request_id": "req-03dc61d4-ba86-4292-973d-21f7e498e548"}]} 2026-07-02 11:14:18.278 8 INFO neutron.services.segments.plugin [-] Segment d1be2479-7aef-41d4-9202-26fae0c94217 resource provider aggregate not found 2026-07-02 11:14:18.285 8 INFO neutron.services.segments.plugin [-] Segment d1be2479-7aef-41d4-9202-26fae0c94217 resource provider aggregate not found 2026-07-02 11:14:18.298 8 INFO neutron.services.segments.plugin [-] Segment d1be2479-7aef-41d4-9202-26fae0c94217 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1be2479-7aef-41d4-9202-26fae0c94217 found for delete ", "request_id": "req-a0af020c-ca91-4dea-8dd2-da95654ca692"}]} 2026-07-02 11:14:18.302 8 INFO neutron.services.segments.plugin [-] Segment d1be2479-7aef-41d4-9202-26fae0c94217 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1be2479-7aef-41d4-9202-26fae0c94217 found for delete ", "request_id": "req-f96793b1-cce7-44ef-a8c9-90baf485fc2c"}]} 2026-07-02 11:14:18.316 8 INFO neutron.services.segments.plugin [-] Segment a9944a11-6e53-4280-a768-e5908f46d018 resource provider aggregate not found 2026-07-02 11:14:18.321 8 INFO neutron.services.segments.plugin [-] Segment a9944a11-6e53-4280-a768-e5908f46d018 resource provider aggregate not found 2026-07-02 11:14:18.340 8 INFO neutron.services.segments.plugin [-] Segment a9944a11-6e53-4280-a768-e5908f46d018 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9944a11-6e53-4280-a768-e5908f46d018 found for delete ", "request_id": "req-7c103644-8d9d-4248-a779-7700806209c4"}]} 2026-07-02 11:14:18.340 8 INFO neutron.services.segments.plugin [-] Segment a9944a11-6e53-4280-a768-e5908f46d018 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9944a11-6e53-4280-a768-e5908f46d018 found for delete ", "request_id": "req-3d774fd0-2644-4bb7-bced-346dbe33ccb5"}]} [pid: 7|app: 0|req: 417/843] 10.0.0.119 () {34 vars in 789 bytes} [Thu Jul 2 11:14:17 2026] PUT /v2.0/routers/5b58258f-436a-4791-9ea0-9ec04f0463fe/remove_router_interface => generated 309 bytes in 984 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/844] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:18 2026] GET /v2.0/ports?device_id=a48410ab-e758-4e01-817f-953986d7420e => generated 969 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:14:18.578 8 INFO neutron.db.l3_hamode_db [None req-7f35288e-02e0-483b-af98-d55c906116d6 7d8b288b4e8e470da746f7dd5e768997 04491f9a42dd466f8ee8cee52e3030e5 - - default default] HA network 1a07d1b2-34a3-47fa-85da-9761999fb374 was deleted as no HA routers are present in tenant 04491f9a42dd466f8ee8cee52e3030e5. [pid: 8|app: 0|req: 427/845] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:14:17 2026] DELETE /v2.0/routers/bac7bc4c-7296-44be-a485-2d9ec3f65b80 => generated 0 bytes in 667 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/846] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:14:18 2026] GET /v2.0/security-groups?id=c76acb48-ad58-4915-987c-7766d6eb209a&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: 429/847] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:14:18 2026] DELETE /v2.0/subnets/768073c0-32e0-407a-9966-c209a65ad4b8 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/848] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:14:18 2026] DELETE /v2.0/subnets/b5c6f232-dfd8-4976-8dcb-751fbe40205a => 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: 431/849] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:14:18 2026] DELETE /v2.0/networks/85cc0126-a259-440e-a5e6-0845da369023 => generated 0 bytes in 284 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/850] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:14:19 2026] DELETE /v2.0/networks/36ff2358-a9e5-4ea3-86c1-7316d05fb390 => generated 0 bytes in 360 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:14:19.654 8 WARNING neutron_lib.context [None req-842a9504-31bf-47de-bc17-bc72d1b65d49 7d8b288b4e8e470da746f7dd5e768997 04491f9a42dd466f8ee8cee52e3030e5 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:14:19.716 7 INFO neutron.services.segments.plugin [-] Segment ec7de6c3-f4bf-4954-948e-9430626cfc20 resource provider aggregate not found 2026-07-02 11:14:19.722 7 INFO neutron.services.segments.plugin [-] Segment ec7de6c3-f4bf-4954-948e-9430626cfc20 resource provider aggregate not found 2026-07-02 11:14:19.733 7 INFO neutron.services.segments.plugin [-] Segment ec7de6c3-f4bf-4954-948e-9430626cfc20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec7de6c3-f4bf-4954-948e-9430626cfc20 found for delete ", "request_id": "req-b60dc6e8-b02a-4156-94f0-ddbcfabb49ab"}]} 2026-07-02 11:14:19.739 7 INFO neutron.db.l3_hamode_db [None req-7b42981f-4bad-473e-af8b-116a3074a4d2 dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] HA network ab75dba9-f040-45d6-a000-006832f02510 was deleted as no HA routers are present in tenant 4ccbee091030480b8772138f3c69e341. [pid: 7|app: 0|req: 419/851] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:14:18 2026] DELETE /v2.0/routers/5b58258f-436a-4791-9ea0-9ec04f0463fe => generated 0 bytes in 1174 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:14:19.745 7 INFO neutron.services.segments.plugin [-] Segment ec7de6c3-f4bf-4954-948e-9430626cfc20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec7de6c3-f4bf-4954-948e-9430626cfc20 found for delete ", "request_id": "req-c1b3b0a5-e620-4004-940e-99d3e51c98d7"}]} 2026-07-02 11:14:19.756 8 INFO neutron.db.segments_db [None req-842a9504-31bf-47de-bc17-bc72d1b65d49 7d8b288b4e8e470da746f7dd5e768997 04491f9a42dd466f8ee8cee52e3030e5 - - default default] Added segment 27ee8f12-d253-4a7a-8918-0208b4001972 of type vxlan for network b1b10073-d9bf-438b-abac-504b2e516b96 [pid: 7|app: 0|req: 420/852] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:19 2026] GET /v2.0/ports?device_id=a48410ab-e758-4e01-817f-953986d7420e => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/853] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:14:19 2026] POST /v2.0/networks => generated 634 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:14:19.958 7 WARNING neutron_lib.context [None req-b50bda4c-8e26-46d7-a8f0-c05140c7994a d7ecae6c012e4d7ea85962eb1e89a472 829461768c9244159e7df52484050e8d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 434/854] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:14:19 2026] DELETE /v2.0/subnets/d1c7560e-2915-4bd9-aa22-f39b5891188d => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/855] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:14:20 2026] GET /v2.0/security-groups?id=c76acb48-ad58-4915-987c-7766d6eb209a&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-07-02 11:14:20.059 8 WARNING neutron_lib.context [None req-993bc358-49e0-461c-8af4-559609178fb2 7d8b288b4e8e470da746f7dd5e768997 04491f9a42dd466f8ee8cee52e3030e5 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:14:20.105 7 INFO neutron.db.segments_db [None req-b50bda4c-8e26-46d7-a8f0-c05140c7994a d7ecae6c012e4d7ea85962eb1e89a472 829461768c9244159e7df52484050e8d - - default default] Added segment c2471607-ff7e-4a38-bc23-ad74fcc3444c of type vxlan for network a4ba661e-1f02-4453-b482-41356d0988aa [pid: 7|app: 0|req: 421/856] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:14:19 2026] POST /v2.0/networks => generated 647 bytes in 411 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:14:20.360 8 INFO neutron.services.segments.plugin [-] Segment 13f7c2a1-6bea-4a77-818a-96245cbf9642 resource provider aggregate not found 2026-07-02 11:14:20.368 8 INFO neutron.services.segments.plugin [-] Segment 13f7c2a1-6bea-4a77-818a-96245cbf9642 resource provider aggregate not found 2026-07-02 11:14:20.384 8 INFO neutron.services.segments.plugin [-] Segment 13f7c2a1-6bea-4a77-818a-96245cbf9642 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13f7c2a1-6bea-4a77-818a-96245cbf9642 found for delete ", "request_id": "req-c7177bd6-b534-4de7-a35f-45555bd77920"}]} 2026-07-02 11:14:20.387 8 INFO neutron.services.segments.plugin [-] Segment 13f7c2a1-6bea-4a77-818a-96245cbf9642 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13f7c2a1-6bea-4a77-818a-96245cbf9642 found for delete ", "request_id": "req-8ddebb45-3e4b-48a2-a87d-4a7d89047554"}]} 2026-07-02 11:14:20.410 8 INFO neutron.services.segments.plugin [-] Segment d136471a-3376-4256-b746-cdb625a1c38d resource provider aggregate not found 2026-07-02 11:14:20.414 8 INFO neutron.services.segments.plugin [-] Segment d136471a-3376-4256-b746-cdb625a1c38d resource provider aggregate not found [pid: 8|app: 0|req: 436/857] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:14:20 2026] POST /v2.0/subnets => generated 646 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:14:20.443 8 INFO neutron.services.segments.plugin [-] Segment d136471a-3376-4256-b746-cdb625a1c38d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d136471a-3376-4256-b746-cdb625a1c38d found for delete ", "request_id": "req-47c4117b-ceec-4231-9428-80fffdb4ca4c"}]} 2026-07-02 11:14:20.447 8 INFO neutron.services.segments.plugin [-] Segment d136471a-3376-4256-b746-cdb625a1c38d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d136471a-3376-4256-b746-cdb625a1c38d found for delete ", "request_id": "req-da3ed798-a749-4e48-8207-bb11a873213f"}]} 2026-07-02 11:14:20.455 8 WARNING neutron_lib.context [None req-d2412fd6-b910-40d7-8449-a8acccaaf7a3 7d8b288b4e8e470da746f7dd5e768997 04491f9a42dd466f8ee8cee52e3030e5 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:14:20.461 8 INFO neutron.services.segments.plugin [-] Segment a07c4141-d6a1-433f-927e-b46a353e9770 resource provider aggregate not found 2026-07-02 11:14:20.470 8 INFO neutron.services.segments.plugin [-] Segment a07c4141-d6a1-433f-927e-b46a353e9770 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a07c4141-d6a1-433f-927e-b46a353e9770 found for delete ", "request_id": "req-1d23c117-968c-4cb1-91f7-7293f0844bea"}]} 2026-07-02 11:14:20.471 8 INFO neutron.services.segments.plugin [-] Segment a07c4141-d6a1-433f-927e-b46a353e9770 resource provider aggregate not found 2026-07-02 11:14:20.481 8 INFO neutron.services.segments.plugin [-] Segment a07c4141-d6a1-433f-927e-b46a353e9770 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a07c4141-d6a1-433f-927e-b46a353e9770 found for delete ", "request_id": "req-1635d0a0-c211-45c4-99fd-1eb6b82ba868"}]} [pid: 7|app: 0|req: 422/858] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:14:20 2026] DELETE /v2.0/networks/c3a07ec2-3232-4831-a82d-093218de56ab => generated 0 bytes in 289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:14:20.507 8 INFO neutron.db.segments_db [None req-d2412fd6-b910-40d7-8449-a8acccaaf7a3 7d8b288b4e8e470da746f7dd5e768997 04491f9a42dd466f8ee8cee52e3030e5 - - default default] Added segment e9cad3f4-8ce1-40d6-804c-8deab62f9888 of type vxlan for network 8da5ae5b-cc91-49bf-8e22-2cda28b5afe8 2026-07-02 11:14:20.659 7 WARNING neutron_lib.context [None req-d64ad941-55e1-4e76-9470-991302dff209 d7ecae6c012e4d7ea85962eb1e89a472 829461768c9244159e7df52484050e8d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:14:20.807 8 INFO neutron.db.l3_hamode_db [None req-d2412fd6-b910-40d7-8449-a8acccaaf7a3 7d8b288b4e8e470da746f7dd5e768997 04491f9a42dd466f8ee8cee52e3030e5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 423/859] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:14:20 2026] POST /v2.0/subnets => generated 673 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:14:20.939 8 INFO neutron.db.l3_hamode_db [None req-d2412fd6-b910-40d7-8449-a8acccaaf7a3 7d8b288b4e8e470da746f7dd5e768997 04491f9a42dd466f8ee8cee52e3030e5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 424/860] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:14:20 2026] GET /v2.0/security-groups?tenant_id=4ccbee091030480b8772138f3c69e341&name=default => generated 2921 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:14:20.977 7 WARNING neutron_lib.context [None req-87196a71-50d3-427e-94b0-0364605d2ded d7ecae6c012e4d7ea85962eb1e89a472 829461768c9244159e7df52484050e8d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:14:21.013 7 INFO neutron.db.segments_db [None req-87196a71-50d3-427e-94b0-0364605d2ded d7ecae6c012e4d7ea85962eb1e89a472 829461768c9244159e7df52484050e8d - - default default] Added segment 48b43bdd-3af2-4d1e-8c18-58ae41163040 of type vxlan for network 7759160e-d075-4461-b13a-f0c6be268251 [pid: 7|app: 0|req: 425/861] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:14:20 2026] POST /v2.0/networks => generated 646 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/862] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:14:21 2026] DELETE /v2.0/security-groups/b6466adc-f543-4f55-91df-65367f1ad12c => 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: 427/863] 10.0.0.119 () {34 vars in 743 bytes} [Thu Jul 2 11:14:21 2026] PUT /v2.0/networks/7759160e-d075-4461-b13a-f0c6be268251 => generated 592 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/864] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:21 2026] GET /v2.0/ports?device_id=a48410ab-e758-4e01-817f-953986d7420e => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:14:21.317 7 WARNING neutron_lib.context [None req-3528baf6-4af9-491d-865d-b0b656cff737 d7ecae6c012e4d7ea85962eb1e89a472 829461768c9244159e7df52484050e8d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 429/865] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:14:21 2026] POST /v2.0/subnets => generated 646 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/866] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:14:21 2026] GET /v2.0/security-groups?id=c76acb48-ad58-4915-987c-7766d6eb209a&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/869] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:14:20 2026] POST /v2.0/routers => generated 510 bytes in 1178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:14:21.635 8 WARNING neutron_lib.context [None req-0275472e-d4af-44b3-b879-74a0a72ae883 7d8b288b4e8e470da746f7dd5e768997 04491f9a42dd466f8ee8cee52e3030e5 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:14:21.758 7 INFO neutron.services.segments.plugin [-] Segment 2f77417e-89ae-48de-9c3b-1d4253b89a88 resource provider aggregate not found 2026-07-02 11:14:21.762 7 INFO neutron.services.segments.plugin [-] Segment 2f77417e-89ae-48de-9c3b-1d4253b89a88 resource provider aggregate not found [pid: 7|app: 0|req: 433/870] 10.0.0.119 () {34 vars in 741 bytes} [Thu Jul 2 11:14:21 2026] PUT /v2.0/subnets/e459290f-dfbd-4225-95ab-184bb3601f78 => generated 656 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:14:21.779 7 INFO neutron.services.segments.plugin [-] Segment 2f77417e-89ae-48de-9c3b-1d4253b89a88 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f77417e-89ae-48de-9c3b-1d4253b89a88 found for delete ", "request_id": "req-2297cfcf-602d-4647-bd29-41f48502be89"}]} 2026-07-02 11:14:21.780 7 INFO neutron.services.segments.plugin [-] Segment 2f77417e-89ae-48de-9c3b-1d4253b89a88 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f77417e-89ae-48de-9c3b-1d4253b89a88 found for delete ", "request_id": "req-1d5bc41b-4462-469d-96bf-34f1c4ffe666"}]} [pid: 7|app: 0|req: 434/871] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:21 2026] GET /v2.0/ports?device_id=a48410ab-e758-4e01-817f-953986d7420e => 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: 438/872] 10.0.0.119 () {34 vars in 665 bytes} [Thu Jul 2 11:14:21 2026] POST /v2.0/ports => generated 963 bytes in 348 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 435/873] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:14:21 2026] DELETE /v2.0/networks/7759160e-d075-4461-b13a-f0c6be268251 => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:14:22.849 8 INFO neutron.db.l3_db [None req-9bcf93f7-28f0-41ba-81ba-8eef71051bdf ab5e6b65ce5243b08d45b26461c9c32a 7ad5e52b1c0c4fef8fdb756d30656f40 - - default default] Floating IP caa463b1-cb9c-48c6-9312-a89b94f3692e associated. External IP: 10.96.250.209, port: 5482a2c7-9b96-4983-8bb4-d11b10c4641b. [pid: 7|app: 0|req: 436/874] 10.0.0.119 () {34 vars in 783 bytes} [Thu Jul 2 11:14:22 2026] PUT /v2.0/routers/0f7d8445-0db1-49ba-bb01-86ba544e9280/add_router_interface => generated 309 bytes in 1132 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 439/875] 10.0.0.119 () {34 vars in 749 bytes} [Thu Jul 2 11:14:21 2026] PUT /v2.0/floatingips/caa463b1-cb9c-48c6-9312-a89b94f3692e => generated 855 bytes in 1216 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:14:23.198 7 INFO neutron.pecan_wsgi.hooks.translation [None req-68dd22bf-c228-4b8d-a84b-d8c227010105 d7ecae6c012e4d7ea85962eb1e89a472 829461768c9244159e7df52484050e8d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 437/876] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:14:23 2026] DELETE /v2.0/networks/7759160e-d075-4461-b13a-f0c6be268251 => generated 138 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:14:23.229 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7a29f6ba-0ee7-4cf9-a5be-65ecdcbd109c'] response: {'name': 'network-changed', 'server_uuid': 'a48410ab-e758-4e01-817f-953986d7420e', 'tag': '5482a2c7-9b96-4983-8bb4-d11b10c4641b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 438/877] 10.0.0.119 () {32 vars in 717 bytes} [Thu Jul 2 11:14:23 2026] GET /v2.0/ports/dcecda0d-2dae-41dc-aad8-4fae1ca54140 => generated 1037 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/878] 10.0.0.119 () {32 vars in 694 bytes} [Thu Jul 2 11:14:23 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/879] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:23 2026] GET /v2.0/ports?device_id=a48410ab-e758-4e01-817f-953986d7420e => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:14:23.588 8 INFO neutron.db.segments_db [None req-da1acb03-c304-47e5-81eb-d94b844e078a dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] Added segment 2012d97e-47b8-486e-abdc-16b346e91917 of type vxlan for network 980d427f-1f7b-44cc-8803-1390e2e9c8a3 [pid: 8|app: 0|req: 440/880] 10.0.0.119 () {34 vars in 671 bytes} [Thu Jul 2 11:14:23 2026] POST /v2.0/networks => generated 737 bytes in 491 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/881] 10.0.0.119 () {32 vars in 742 bytes} [Thu Jul 2 11:14:23 2026] GET /v2.0/subnets?network_id=19bbae21-99c9-4fe4-b1f9-8edd870842cb => generated 649 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/882] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:14:23 2026] GET /v2.0/security-groups?id=c76acb48-ad58-4915-987c-7766d6eb209a&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:14:23.809 7 INFO neutron.services.segments.plugin [-] Segment 48b43bdd-3af2-4d1e-8c18-58ae41163040 resource provider aggregate not found 2026-07-02 11:14:23.814 7 INFO neutron.services.segments.plugin [-] Segment 48b43bdd-3af2-4d1e-8c18-58ae41163040 resource provider aggregate not found 2026-07-02 11:14:23.827 7 INFO neutron.services.segments.plugin [-] Segment 48b43bdd-3af2-4d1e-8c18-58ae41163040 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 48b43bdd-3af2-4d1e-8c18-58ae41163040 found for delete ", "request_id": "req-45a9ff99-92f0-45c6-95d4-8b676cfa0cb6"}]} 2026-07-02 11:14:23.829 7 INFO neutron.services.segments.plugin [-] Segment 48b43bdd-3af2-4d1e-8c18-58ae41163040 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 48b43bdd-3af2-4d1e-8c18-58ae41163040 found for delete ", "request_id": "req-a8a1923e-2de6-4e27-bca2-792cc01ce9ad"}]} [pid: 8|app: 0|req: 443/883] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:14:23 2026] POST /v2.0/subnets => generated 684 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/884] 10.0.0.119 () {32 vars in 653 bytes} [Thu Jul 2 11:14:24 2026] GET /v2.0/extensions => generated 20516 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/885] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:14:24 2026] GET /v2.0/ports?tenant_id=7ad5e52b1c0c4fef8fdb756d30656f40&device_id=a48410ab-e758-4e01-817f-953986d7420e => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:14:24.122 8 INFO neutron.db.segments_db [None req-af6c2d21-8ea3-410b-af92-35148adce9d9 dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] Added segment 696c6916-0282-4a58-aeec-4040ddf0b642 of type vxlan for network fe0101ba-5d11-46cd-93b7-0991e9afb349 [pid: 7|app: 0|req: 441/886] 10.0.0.119 () {34 vars in 789 bytes} [Thu Jul 2 11:14:23 2026] PUT /v2.0/routers/0f7d8445-0db1-49ba-bb01-86ba544e9280/remove_router_interface => generated 309 bytes in 755 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 442/887] 10.0.0.119 () {32 vars in 649 bytes} [Thu Jul 2 11:14:24 2026] GET /v2.0/networks => generated 1312 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/888] 199.19.213.163 () {34 vars in 986 bytes} [Thu Jul 2 11:14:24 2026] GET /v2.0/networks?id=fcaa4bab-066c-421f-aa6a-1bbb11f715f0 => generated 779 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:14:24.417 7 INFO neutron.api.v2.resource [None req-0806f8a9-7bfc-4f8f-bc08-0715c71663cd 7d8b288b4e8e470da746f7dd5e768997 04491f9a42dd466f8ee8cee52e3030e5 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 444/889] 10.0.0.119 () {34 vars in 789 bytes} [Thu Jul 2 11:14:24 2026] PUT /v2.0/routers/0f7d8445-0db1-49ba-bb01-86ba544e9280/remove_router_interface => generated 197 bytes in 138 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:14:24.430 8 INFO neutron.db.l3_hamode_db [None req-af6c2d21-8ea3-410b-af92-35148adce9d9 dee781bd6ee44ec68a2c8b02a82b83aa 200b3f89878b4e8787f60304bc8f397a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 445/890] 10.0.0.119 () {32 vars in 647 bytes} [Thu Jul 2 11:14:24 2026] GET /v2.0/subnets => generated 1312 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/891] 199.19.213.163 () {34 vars in 1058 bytes} [Thu Jul 2 11:14:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=5482a2c7-9b96-4983-8bb4-d11b10c4641b => generated 860 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/892] 10.0.0.119 () {32 vars in 736 bytes} [Thu Jul 2 11:14:24 2026] GET /v2.0/ports?device_id=0f7d8445-0db1-49ba-bb01-86ba544e9280 => 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: 448/893] 10.0.0.119 () {32 vars in 723 bytes} [Thu Jul 2 11:14:24 2026] GET /v2.0/networks/a4ba661e-1f02-4453-b482-41356d0988aa => generated 672 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/894] 199.19.213.163 () {34 vars in 984 bytes} [Thu Jul 2 11:14:24 2026] GET /v2.0/subnets?id=164008db-f086-445e-b409-d821c8359493 => generated 701 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:14:25.119 7 INFO neutron.db.l3_hamode_db [None req-7dcc2848-e78c-4f7e-88b3-d10f44d355fb 7d8b288b4e8e470da746f7dd5e768997 04491f9a42dd466f8ee8cee52e3030e5 - - default default] HA network 8da5ae5b-cc91-49bf-8e22-2cda28b5afe8 was deleted as no HA routers are present in tenant 04491f9a42dd466f8ee8cee52e3030e5. [pid: 7|app: 0|req: 450/895] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:14:24 2026] DELETE /v2.0/routers/0f7d8445-0db1-49ba-bb01-86ba544e9280 => 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: 451/896] 10.0.0.119 () {32 vars in 721 bytes} [Thu Jul 2 11:14:25 2026] GET /v2.0/subnets/22faf813-8a53-4880-953d-45500c06e360 => generated 673 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/897] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:14:25 2026] GET /v2.0/ports?network_id=fcaa4bab-066c-421f-aa6a-1bbb11f715f0&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:14:25.217 8 INFO neutron.db.l3_hamode_db [None req-af6c2d21-8ea3-410b-af92-35148adce9d9 dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 453/898] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:14:25 2026] DELETE /v2.0/subnets/50ac0578-cad2-466d-b09d-4f07ffae0949 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:14:25.402 7 INFO neutron.pecan_wsgi.hooks.translation [None req-688a75d0-f536-4f40-b696-f06f619af843 d7ecae6c012e4d7ea85962eb1e89a472 829461768c9244159e7df52484050e8d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 454/899] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:14:25 2026] DELETE /v2.0/subnets/e459290f-dfbd-4225-95ab-184bb3601f78 => 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: 455/900] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:14:25 2026] GET /v2.0/networks/fcaa4bab-066c-421f-aa6a-1bbb11f715f0?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: 456/901] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:14:25 2026] DELETE /v2.0/networks/b1b10073-d9bf-438b-abac-504b2e516b96 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:14:25.744 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5b96e0ea-c439-4b90-8c29-95d122c9d98f d7ecae6c012e4d7ea85962eb1e89a472 829461768c9244159e7df52484050e8d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 457/902] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:14:25 2026] DELETE /v2.0/networks/7759160e-d075-4461-b13a-f0c6be268251 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/903] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:14:25 2026] GET /v2.0/networks/fcaa4bab-066c-421f-aa6a-1bbb11f715f0?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-07-02 11:14:25.809 7 WARNING neutron_lib.context [None req-e7272623-2270-4b8b-8360-e5817ad48139 7d8b288b4e8e470da746f7dd5e768997 04491f9a42dd466f8ee8cee52e3030e5 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:14:25.859 7 INFO neutron.services.segments.plugin [-] Segment e9cad3f4-8ce1-40d6-804c-8deab62f9888 resource provider aggregate not found 2026-07-02 11:14:25.873 7 INFO neutron.services.segments.plugin [-] Segment e9cad3f4-8ce1-40d6-804c-8deab62f9888 resource provider aggregate not found 2026-07-02 11:14:25.888 7 INFO neutron.services.segments.plugin [-] Segment e9cad3f4-8ce1-40d6-804c-8deab62f9888 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9cad3f4-8ce1-40d6-804c-8deab62f9888 found for delete ", "request_id": "req-064d19a5-43e7-48c8-9341-52ecb9d645d9"}]} 2026-07-02 11:14:25.895 7 INFO neutron.services.segments.plugin [-] Segment e9cad3f4-8ce1-40d6-804c-8deab62f9888 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9cad3f4-8ce1-40d6-804c-8deab62f9888 found for delete ", "request_id": "req-cb7286e8-a027-48ca-8351-4783bea3e203"}]} 2026-07-02 11:14:25.916 7 INFO neutron.services.segments.plugin [-] Segment 27ee8f12-d253-4a7a-8918-0208b4001972 resource provider aggregate not found 2026-07-02 11:14:25.921 7 INFO neutron.db.segments_db [None req-e7272623-2270-4b8b-8360-e5817ad48139 7d8b288b4e8e470da746f7dd5e768997 04491f9a42dd466f8ee8cee52e3030e5 - - default default] Added segment 8800951e-5150-44e8-a317-6a8f0d4496d9 of type vxlan for network 1d4bdb23-a511-45c3-8643-5aaa16d434fb 2026-07-02 11:14:25.923 7 INFO neutron.services.segments.plugin [-] Segment 27ee8f12-d253-4a7a-8918-0208b4001972 resource provider aggregate not found 2026-07-02 11:14:25.954 7 INFO neutron.services.segments.plugin [-] Segment 27ee8f12-d253-4a7a-8918-0208b4001972 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27ee8f12-d253-4a7a-8918-0208b4001972 found for delete ", "request_id": "req-f280b3ef-c12c-4ea9-bdb0-dd6c6d9784c2"}]} 2026-07-02 11:14:25.959 7 INFO neutron.services.segments.plugin [-] Segment 27ee8f12-d253-4a7a-8918-0208b4001972 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27ee8f12-d253-4a7a-8918-0208b4001972 found for delete ", "request_id": "req-0940756b-384c-4744-abba-048b57d01c5f"}]} [pid: 7|app: 0|req: 459/904] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:14:25 2026] POST /v2.0/networks => generated 633 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/905] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:14:26 2026] DELETE /v2.0/subnets/22faf813-8a53-4880-953d-45500c06e360 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:14:26.215 7 WARNING neutron_lib.context [None req-bbf7bc57-3eef-4da9-9c51-ad04eda1ba49 7d8b288b4e8e470da746f7dd5e768997 04491f9a42dd466f8ee8cee52e3030e5 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 446/906] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:14:24 2026] POST /v2.0/routers => generated 724 bytes in 2167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/907] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:14:26 2026] POST /v2.0/subnets => generated 646 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:14:26.572 8 INFO neutron.services.segments.plugin [-] Segment c2471607-ff7e-4a38-bc23-ad74fcc3444c resource provider aggregate not found 2026-07-02 11:14:26.576 8 INFO neutron.services.segments.plugin [-] Segment c2471607-ff7e-4a38-bc23-ad74fcc3444c resource provider aggregate not found 2026-07-02 11:14:26.588 8 INFO neutron.services.segments.plugin [-] Segment c2471607-ff7e-4a38-bc23-ad74fcc3444c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2471607-ff7e-4a38-bc23-ad74fcc3444c found for delete ", "request_id": "req-36c8e1fe-61a0-46f0-bdb5-e3676f5c6983"}]} 2026-07-02 11:14:26.593 8 INFO neutron.services.segments.plugin [-] Segment c2471607-ff7e-4a38-bc23-ad74fcc3444c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2471607-ff7e-4a38-bc23-ad74fcc3444c found for delete ", "request_id": "req-f0dfbaa6-b7e2-4be7-81b9-aaf3bb3621b9"}]} [pid: 8|app: 0|req: 447/908] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:14:26 2026] DELETE /v2.0/networks/a4ba661e-1f02-4453-b482-41356d0988aa => generated 0 bytes in 389 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:14:26.633 8 WARNING neutron_lib.context [None req-ab7a7977-189a-4e2e-9f5e-1d98a3997ae4 7d8b288b4e8e470da746f7dd5e768997 04491f9a42dd466f8ee8cee52e3030e5 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:14:26.671 8 INFO neutron.db.segments_db [None req-ab7a7977-189a-4e2e-9f5e-1d98a3997ae4 7d8b288b4e8e470da746f7dd5e768997 04491f9a42dd466f8ee8cee52e3030e5 - - default default] Added segment 9445b879-0996-4859-a0d1-3c23dd1dd081 of type vxlan for network 05000eaf-4e4d-4c02-90f6-b274ac9d77e7 2026-07-02 11:14:26.927 8 INFO neutron.db.l3_hamode_db [None req-ab7a7977-189a-4e2e-9f5e-1d98a3997ae4 7d8b288b4e8e470da746f7dd5e768997 04491f9a42dd466f8ee8cee52e3030e5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 11:14:27.036 8 INFO neutron.db.l3_hamode_db [None req-ab7a7977-189a-4e2e-9f5e-1d98a3997ae4 7d8b288b4e8e470da746f7dd5e768997 04491f9a42dd466f8ee8cee52e3030e5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 448/909] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:14:26 2026] POST /v2.0/routers => generated 510 bytes in 971 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/910] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:14:27 2026] GET /v2.0/security-groups?tenant_id=829461768c9244159e7df52484050e8d&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: 462/911] 10.0.0.119 () {34 vars in 783 bytes} [Thu Jul 2 11:14:26 2026] PUT /v2.0/routers/ed84c4c7-15fc-4c82-a684-c77a782f543e/add_router_interface => generated 309 bytes in 1296 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/912] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:14:27 2026] DELETE /v2.0/security-groups/1c03e60f-0a30-45a0-9f1f-cabcd6628458 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:14:28.576 7 WARNING neutron_lib.context [None req-4888843d-0ecb-4398-abe0-902e446f8566 0f60b4364cd84e11bec25ecd0bac305b 200b3f89878b4e8787f60304bc8f397a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 464/913] 10.0.0.119 () {34 vars in 685 bytes} [Thu Jul 2 11:14:28 2026] POST /v2.0/security-groups => generated 1660 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 11:14:28.747 7 WARNING neutron_lib.context [None req-26547b6b-9d1d-44c3-8a63-79fbadaaa2ac 0f60b4364cd84e11bec25ecd0bac305b 200b3f89878b4e8787f60304bc8f397a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 450/914] 10.0.0.119 () {34 vars in 783 bytes} [Thu Jul 2 11:14:27 2026] PUT /v2.0/routers/0d988507-940b-4f34-a0b6-9f47002c7737/add_router_interface => generated 309 bytes in 1180 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/915] 10.0.0.119 () {34 vars in 695 bytes} [Thu Jul 2 11:14:28 2026] POST /v2.0/security-group-rules => generated 597 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:14:28.938 7 WARNING neutron_lib.context [None req-0d445bf4-9a5f-47eb-944d-2f9336a6a72e 0f60b4364cd84e11bec25ecd0bac305b 200b3f89878b4e8787f60304bc8f397a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 451/916] 10.0.0.119 () {32 vars in 717 bytes} [Thu Jul 2 11:14:28 2026] GET /v2.0/ports/a868d0c8-d328-4479-9680-3017e2fcc24d => generated 959 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/917] 10.0.0.119 () {34 vars in 695 bytes} [Thu Jul 2 11:14:28 2026] POST /v2.0/security-group-rules => generated 602 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:14:29.071 7 WARNING neutron_lib.context [None req-4bb04a94-d97c-4fec-97f8-bceb93e75064 0f60b4364cd84e11bec25ecd0bac305b 200b3f89878b4e8787f60304bc8f397a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 467/918] 10.0.0.119 () {34 vars in 676 bytes} [Thu Jul 2 11:14:29 2026] POST /v2.0/floatingips => generated 552 bytes in 649 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/919] 10.0.0.119 () {34 vars in 789 bytes} [Thu Jul 2 11:14:29 2026] PUT /v2.0/routers/0d988507-940b-4f34-a0b6-9f47002c7737/remove_router_interface => generated 309 bytes in 735 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/920] 10.0.0.119 () {32 vars in 736 bytes} [Thu Jul 2 11:14:29 2026] GET /v2.0/ports?device_id=0d988507-940b-4f34-a0b6-9f47002c7737 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:14:30.000 7 WARNING neutron_lib.context [None req-173fffef-b8c4-464b-bb00-6e205dde2fc6 90e1f9c139fd431c8376294c8414d477 150fd7239e7a493f98cd1bd2ab918351 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:14:30.212 7 INFO neutron.db.segments_db [None req-173fffef-b8c4-464b-bb00-6e205dde2fc6 90e1f9c139fd431c8376294c8414d477 150fd7239e7a493f98cd1bd2ab918351 - - default default] Added segment 89c9fead-5ac1-4d57-9c0a-54d86f443f9c of type vxlan for network c454b3af-8670-4566-82df-5e4de6f91480 [pid: 7|app: 0|req: 469/921] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:14:29 2026] POST /v2.0/networks => generated 644 bytes in 509 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/922] 10.0.0.183 () {34 vars in 1098 bytes} [Thu Jul 2 11:14:30 2026] GET /v2.0/security-groups?name=tempest-securitygroup--267075303&fields=id&tenant_id=200b3f89878b4e8787f60304bc8f397a => generated 69 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:14:30.377 7 WARNING neutron_lib.context [None req-8ad35631-e264-4858-b79a-891b8a87cb96 90e1f9c139fd431c8376294c8414d477 150fd7239e7a493f98cd1bd2ab918351 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:14:30.383 8 INFO neutron.services.segments.plugin [-] Segment 9445b879-0996-4859-a0d1-3c23dd1dd081 resource provider aggregate not found 2026-07-02 11:14:30.389 8 INFO neutron.services.segments.plugin [-] Segment 9445b879-0996-4859-a0d1-3c23dd1dd081 resource provider aggregate not found 2026-07-02 11:14:30.398 8 INFO neutron.services.segments.plugin [-] Segment 9445b879-0996-4859-a0d1-3c23dd1dd081 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9445b879-0996-4859-a0d1-3c23dd1dd081 found for delete ", "request_id": "req-ef11c479-7d34-432c-9f53-07c2375ee317"}]} 2026-07-02 11:14:30.412 8 INFO neutron.services.segments.plugin [-] Segment 9445b879-0996-4859-a0d1-3c23dd1dd081 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9445b879-0996-4859-a0d1-3c23dd1dd081 found for delete ", "request_id": "req-4dba6855-1ae8-44f3-af12-030aa95560a4"}]} 2026-07-02 11:14:30.415 8 INFO neutron.db.l3_hamode_db [None req-c78a62a1-fa2d-4cab-9e55-e900c4549a46 7d8b288b4e8e470da746f7dd5e768997 04491f9a42dd466f8ee8cee52e3030e5 - - default default] HA network 05000eaf-4e4d-4c02-90f6-b274ac9d77e7 was deleted as no HA routers are present in tenant 04491f9a42dd466f8ee8cee52e3030e5. [pid: 8|app: 0|req: 453/923] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:14:29 2026] DELETE /v2.0/routers/0d988507-940b-4f34-a0b6-9f47002c7737 => generated 0 bytes in 627 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/924] 10.0.0.183 () {34 vars in 982 bytes} [Thu Jul 2 11:14:30 2026] GET /v2.0/networks?id=980d427f-1f7b-44cc-8803-1390e2e9c8a3 => generated 669 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/925] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:14:30 2026] DELETE /v2.0/subnets/69a86cfb-990e-46b1-a234-dd707c0033b6 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/926] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:14:30 2026] POST /v2.0/subnets => generated 641 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/927] 10.0.0.183 () {34 vars in 965 bytes} [Thu Jul 2 11:14:30 2026] GET /v2.0/quotas/200b3f89878b4e8787f60304bc8f397a => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:14:30.620 8 WARNING neutron_lib.context [None req-a8deeac2-ac8c-4d0f-bb43-1797824d051b 90e1f9c139fd431c8376294c8414d477 150fd7239e7a493f98cd1bd2ab918351 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:14:30.666 8 INFO neutron.db.segments_db [None req-a8deeac2-ac8c-4d0f-bb43-1797824d051b 90e1f9c139fd431c8376294c8414d477 150fd7239e7a493f98cd1bd2ab918351 - - default default] Added segment 355bfe42-8082-4fcd-9b40-e98ab2f548da of type vxlan for network 77e981d6-4598-4542-9d8b-1195ae697aa6 [pid: 8|app: 0|req: 457/928] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:14:30 2026] POST /v2.0/networks => generated 643 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/929] 10.0.0.183 () {34 vars in 1002 bytes} [Thu Jul 2 11:14:30 2026] GET /v2.0/ports?tenant_id=200b3f89878b4e8787f60304bc8f397a&fields=id => generated 103 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:14:30.900 7 INFO neutron.services.segments.plugin [-] Segment 8800951e-5150-44e8-a317-6a8f0d4496d9 resource provider aggregate not found 2026-07-02 11:14:30.905 7 INFO neutron.services.segments.plugin [-] Segment 8800951e-5150-44e8-a317-6a8f0d4496d9 resource provider aggregate not found [pid: 8|app: 0|req: 459/930] 10.0.0.119 () {34 vars in 743 bytes} [Thu Jul 2 11:14:30 2026] PUT /v2.0/networks/77e981d6-4598-4542-9d8b-1195ae697aa6 => generated 592 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:14:30.923 7 INFO neutron.services.segments.plugin [-] Segment 8800951e-5150-44e8-a317-6a8f0d4496d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8800951e-5150-44e8-a317-6a8f0d4496d9 found for delete ", "request_id": "req-691332d2-5820-426e-96a7-7e0f7cc312fb"}]} 2026-07-02 11:14:30.927 7 INFO neutron.services.segments.plugin [-] Segment 8800951e-5150-44e8-a317-6a8f0d4496d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8800951e-5150-44e8-a317-6a8f0d4496d9 found for delete ", "request_id": "req-9914c623-da06-419a-85ed-a9eb088da668"}]} [pid: 7|app: 0|req: 472/931] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:14:30 2026] DELETE /v2.0/networks/1d4bdb23-a511-45c3-8643-5aaa16d434fb => generated 0 bytes in 324 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:14:30.940 7 WARNING neutron_lib.context [None req-5eb5742f-ab30-40e5-a779-bef50b631027 90e1f9c139fd431c8376294c8414d477 150fd7239e7a493f98cd1bd2ab918351 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 460/932] 10.0.0.100 () {34 vars in 990 bytes} [Thu Jul 2 11:14:30 2026] GET /v2.0/ports?device_id=a48410ab-e758-4e01-817f-953986d7420e => generated 1240 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:14:31.073 8 WARNING neutron_lib.context [None req-82496af7-b1b4-45e8-8779-e19b0eac8724 7d8b288b4e8e470da746f7dd5e768997 04491f9a42dd466f8ee8cee52e3030e5 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:14:31.107 8 INFO neutron.db.segments_db [None req-82496af7-b1b4-45e8-8779-e19b0eac8724 7d8b288b4e8e470da746f7dd5e768997 04491f9a42dd466f8ee8cee52e3030e5 - - default default] Added segment 836e0564-723d-4954-bce9-c80454244a67 of type vxlan for network b67ae23d-be40-4712-9cdc-66c9b69b897a [pid: 7|app: 0|req: 473/933] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:14:30 2026] POST /v2.0/subnets => generated 626 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/934] 10.0.0.100 () {34 vars in 1040 bytes} [Thu Jul 2 11:14:31 2026] GET /v2.0/security-groups?id=c76acb48-ad58-4915-987c-7766d6eb209a&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/935] 10.0.0.183 () {34 vars in 907 bytes} [Thu Jul 2 11:14:31 2026] GET /v2.0/extensions => generated 20516 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-07-02 11:14:31.384 8 INFO neutron.db.l3_hamode_db [None req-82496af7-b1b4-45e8-8779-e19b0eac8724 7d8b288b4e8e470da746f7dd5e768997 04491f9a42dd466f8ee8cee52e3030e5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 476/936] 10.0.0.119 () {34 vars in 741 bytes} [Thu Jul 2 11:14:31 2026] PUT /v2.0/subnets/24714dba-9de8-4297-8aa8-2426f119dc2a => generated 636 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/937] 10.0.0.183 () {34 vars in 1008 bytes} [Thu Jul 2 11:14:31 2026] GET /v2.0/networks/980d427f-1f7b-44cc-8803-1390e2e9c8a3?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: 478/938] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:14:31 2026] DELETE /v2.0/networks/77e981d6-4598-4542-9d8b-1195ae697aa6 => generated 0 bytes in 250 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/939] 10.0.0.183 () {34 vars in 1108 bytes} [Thu Jul 2 11:14:31 2026] GET /v2.0/networks/980d427f-1f7b-44cc-8803-1390e2e9c8a3?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) 2026-07-02 11:14:31.799 7 INFO neutron.pecan_wsgi.hooks.translation [None req-79937863-3fcb-4d35-929e-1758c8e044f0 90e1f9c139fd431c8376294c8414d477 150fd7239e7a493f98cd1bd2ab918351 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 480/940] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:14:31 2026] DELETE /v2.0/networks/77e981d6-4598-4542-9d8b-1195ae697aa6 => 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: 481/941] 10.0.0.119 () {32 vars in 694 bytes} [Thu Jul 2 11:14:31 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: 482/942] 10.0.0.119 () {32 vars in 742 bytes} [Thu Jul 2 11:14:31 2026] GET /v2.0/subnets?network_id=19bbae21-99c9-4fe4-b1f9-8edd870842cb => generated 649 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/943] 10.0.0.119 () {32 vars in 653 bytes} [Thu Jul 2 11:14:31 2026] GET /v2.0/extensions => generated 20516 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/944] 10.0.0.119 () {32 vars in 649 bytes} [Thu Jul 2 11:14:31 2026] GET /v2.0/networks => generated 1309 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/945] 10.0.0.119 () {32 vars in 647 bytes} [Thu Jul 2 11:14:31 2026] GET /v2.0/subnets => generated 1280 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/946] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:32 2026] GET /v2.0/ports?device_id=2c325faa-ace1-48f3-bc17-40f8a67384da => 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: 487/947] 10.0.0.119 () {32 vars in 723 bytes} [Thu Jul 2 11:14:32 2026] GET /v2.0/networks/c454b3af-8670-4566-82df-5e4de6f91480 => generated 669 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/948] 10.0.0.119 () {32 vars in 721 bytes} [Thu Jul 2 11:14:32 2026] GET /v2.0/subnets/c855767d-a5e4-433f-9566-490c846f2560 => generated 641 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:14:32.154 7 INFO neutron.pecan_wsgi.hooks.translation [None req-de6a7638-001f-4ae8-a517-df99ead4d640 90e1f9c139fd431c8376294c8414d477 150fd7239e7a493f98cd1bd2ab918351 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 489/949] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:14:32 2026] DELETE /v2.0/subnets/24714dba-9de8-4297-8aa8-2426f119dc2a => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:14:32.177 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ae1d3931-5dea-4de6-b192-bca12392411b 90e1f9c139fd431c8376294c8414d477 150fd7239e7a493f98cd1bd2ab918351 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 490/950] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:14:32 2026] DELETE /v2.0/networks/77e981d6-4598-4542-9d8b-1195ae697aa6 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:14:32.284 8 INFO neutron.db.l3_hamode_db [None req-82496af7-b1b4-45e8-8779-e19b0eac8724 7d8b288b4e8e470da746f7dd5e768997 04491f9a42dd466f8ee8cee52e3030e5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 491/951] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:14:32 2026] DELETE /v2.0/subnets/c855767d-a5e4-433f-9566-490c846f2560 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/952] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:14:32 2026] DELETE /v2.0/networks/c454b3af-8670-4566-82df-5e4de6f91480 => generated 0 bytes in 306 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:14:33.144 7 INFO neutron.services.segments.plugin [-] Segment 355bfe42-8082-4fcd-9b40-e98ab2f548da resource provider aggregate not found 2026-07-02 11:14:33.148 7 INFO neutron.services.segments.plugin [-] Segment 355bfe42-8082-4fcd-9b40-e98ab2f548da resource provider aggregate not found [pid: 7|app: 0|req: 493/953] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:33 2026] GET /v2.0/ports?device_id=2c325faa-ace1-48f3-bc17-40f8a67384da => generated 12 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:14:33.231 7 INFO neutron.services.segments.plugin [-] Segment 355bfe42-8082-4fcd-9b40-e98ab2f548da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 355bfe42-8082-4fcd-9b40-e98ab2f548da found for delete ", "request_id": "req-6a6f0cd1-a837-41b4-9473-5d76ba5f91d6"}]} 2026-07-02 11:14:33.240 7 INFO neutron.services.segments.plugin [-] Segment 355bfe42-8082-4fcd-9b40-e98ab2f548da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 355bfe42-8082-4fcd-9b40-e98ab2f548da found for delete ", "request_id": "req-444fae94-3b01-4b77-8788-0ecb950aa7b8"}]} 2026-07-02 11:14:33.256 7 INFO neutron.services.segments.plugin [-] Segment 89c9fead-5ac1-4d57-9c0a-54d86f443f9c resource provider aggregate not found 2026-07-02 11:14:33.262 7 INFO neutron.services.segments.plugin [-] Segment 89c9fead-5ac1-4d57-9c0a-54d86f443f9c resource provider aggregate not found 2026-07-02 11:14:33.279 7 INFO neutron.services.segments.plugin [-] Segment 89c9fead-5ac1-4d57-9c0a-54d86f443f9c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89c9fead-5ac1-4d57-9c0a-54d86f443f9c found for delete ", "request_id": "req-c352dc72-0af2-4857-8073-41f3d9dc1ba4"}]} 2026-07-02 11:14:33.280 7 INFO neutron.services.segments.plugin [-] Segment 89c9fead-5ac1-4d57-9c0a-54d86f443f9c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89c9fead-5ac1-4d57-9c0a-54d86f443f9c found for delete ", "request_id": "req-5726b1bc-090d-4d27-b097-f266c4e70311"}]} [pid: 8|app: 0|req: 461/954] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:14:31 2026] POST /v2.0/routers => generated 691 bytes in 2250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/955] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:14:33 2026] GET /v2.0/security-groups?tenant_id=150fd7239e7a493f98cd1bd2ab918351&name=default => generated 2925 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/956] 10.0.0.119 () {32 vars in 721 bytes} [Thu Jul 2 11:14:33 2026] GET /v2.0/routers/60591ef2-981d-4ab5-b846-35fb7be85a04 => generated 697 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/957] 10.0.0.119 () {32 vars in 647 bytes} [Thu Jul 2 11:14:33 2026] GET /v2.0/routers => generated 700 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/958] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:14:33 2026] DELETE /v2.0/security-groups/439b4ef6-a528-47d9-ad41-1e79eae1a50b => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/959] 10.0.0.119 () {34 vars in 741 bytes} [Thu Jul 2 11:14:33 2026] PUT /v2.0/routers/60591ef2-981d-4ab5-b846-35fb7be85a04 => generated 704 bytes in 420 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/960] 10.0.0.119 () {32 vars in 721 bytes} [Thu Jul 2 11:14:33 2026] GET /v2.0/routers/60591ef2-981d-4ab5-b846-35fb7be85a04 => generated 704 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/961] 10.0.0.119 () {32 vars in 736 bytes} [Thu Jul 2 11:14:34 2026] GET /v2.0/ports?device_id=60591ef2-981d-4ab5-b846-35fb7be85a04 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/962] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:34 2026] GET /v2.0/ports?device_id=a48410ab-e758-4e01-817f-953986d7420e => 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: 498/963] 10.0.0.183 () {34 vars in 971 bytes} [Thu Jul 2 11:14:34 2026] GET /v2.0/ports/5482a2c7-9b96-4983-8bb4-d11b10c4641b => generated 968 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/964] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:34 2026] GET /v2.0/ports?device_id=2c325faa-ace1-48f3-bc17-40f8a67384da => 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: 500/965] 199.19.213.163 () {34 vars in 1000 bytes} [Thu Jul 2 11:14:34 2026] GET /v2.0/subnets?network_id=fcaa4bab-066c-421f-aa6a-1bbb11f715f0 => generated 683 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/966] 199.19.213.163 () {34 vars in 1146 bytes} [Thu Jul 2 11:14:34 2026] GET /v2.0/ports?device_id=a48410ab-e758-4e01-817f-953986d7420e&device_owner=compute%3Anova&network_id=fcaa4bab-066c-421f-aa6a-1bbb11f715f0 => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:14:35.085 8 INFO neutron.services.segments.plugin [-] Segment 836e0564-723d-4954-bce9-c80454244a67 resource provider aggregate not found 2026-07-02 11:14:35.092 8 INFO neutron.services.segments.plugin [-] Segment 836e0564-723d-4954-bce9-c80454244a67 resource provider aggregate not found 2026-07-02 11:14:35.096 8 INFO neutron.services.segments.plugin [-] Segment 836e0564-723d-4954-bce9-c80454244a67 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 836e0564-723d-4954-bce9-c80454244a67 found for delete ", "request_id": "req-48bf335c-1738-4224-89ff-040ec61aebce"}]} 2026-07-02 11:14:35.106 8 INFO neutron.db.l3_hamode_db [None req-2d20815d-0260-4223-add3-a0e642ab56c4 7d8b288b4e8e470da746f7dd5e768997 04491f9a42dd466f8ee8cee52e3030e5 - - default default] HA network b67ae23d-be40-4712-9cdc-66c9b69b897a was deleted as no HA routers are present in tenant 04491f9a42dd466f8ee8cee52e3030e5. [pid: 8|app: 0|req: 466/967] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:14:34 2026] DELETE /v2.0/routers/60591ef2-981d-4ab5-b846-35fb7be85a04 => generated 0 bytes in 1066 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:14:35.131 8 INFO neutron.services.segments.plugin [-] Segment 836e0564-723d-4954-bce9-c80454244a67 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 836e0564-723d-4954-bce9-c80454244a67 found for delete ", "request_id": "req-65356fa7-9c4d-4c74-b22c-f5557efb558e"}]} [pid: 8|app: 0|req: 467/968] 10.0.0.119 () {32 vars in 736 bytes} [Thu Jul 2 11:14:35 2026] GET /v2.0/ports?device_id=60591ef2-981d-4ab5-b846-35fb7be85a04 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:14:35.161 8 INFO neutron.api.v2.resource [None req-c377eda8-e163-464e-a092-7049492ed08a 7d8b288b4e8e470da746f7dd5e768997 04491f9a42dd466f8ee8cee52e3030e5 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 468/969] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:14:35 2026] DELETE /v2.0/routers/60591ef2-981d-4ab5-b846-35fb7be85a04 => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/970] 10.0.0.119 () {32 vars in 736 bytes} [Thu Jul 2 11:14:35 2026] GET /v2.0/ports?device_id=0d988507-940b-4f34-a0b6-9f47002c7737 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:14:35.205 8 INFO neutron.api.v2.resource [None req-87151889-3bc3-4b1d-b9e7-f9fd762dba73 7d8b288b4e8e470da746f7dd5e768997 04491f9a42dd466f8ee8cee52e3030e5 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 470/971] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:14:35 2026] DELETE /v2.0/routers/0d988507-940b-4f34-a0b6-9f47002c7737 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:14:35.220 8 INFO neutron.pecan_wsgi.hooks.translation [None req-02278544-3518-4f14-8d82-dc25b138ab4e 7d8b288b4e8e470da746f7dd5e768997 04491f9a42dd466f8ee8cee52e3030e5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 471/972] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:14:35 2026] DELETE /v2.0/subnets/69a86cfb-990e-46b1-a234-dd707c0033b6 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:14:35.427 8 WARNING neutron_lib.context [None req-d1597fce-f1b3-4f4b-a4d1-59e638d476fe a9d84f9459634d2ea48e091ecf330b0f 6e03d973443c4801abac622ff1563543 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 502/973] 199.19.213.163 () {38 vars in 1028 bytes} [Thu Jul 2 11:14:34 2026] PUT /v2.0/ports/5482a2c7-9b96-4983-8bb4-d11b10c4641b => generated 1145 bytes in 602 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 503/974] 10.0.0.119 () {32 vars in 736 bytes} [Thu Jul 2 11:14:35 2026] GET /v2.0/ports?device_id=0f7d8445-0db1-49ba-bb01-86ba544e9280 => 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: 504/975] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:35 2026] GET /v2.0/ports?device_id=2c325faa-ace1-48f3-bc17-40f8a67384da => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:14:35.573 7 INFO neutron.api.v2.resource [None req-dddcab6f-ee69-4c5d-aa82-b984ba3d60ab 7d8b288b4e8e470da746f7dd5e768997 04491f9a42dd466f8ee8cee52e3030e5 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 505/976] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:14:35 2026] DELETE /v2.0/routers/0f7d8445-0db1-49ba-bb01-86ba544e9280 => generated 135 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:14:35.586 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b7d70399-5966-49e6-9339-0bf600dd4180'] response: {'name': 'network-changed', 'server_uuid': 'a48410ab-e758-4e01-817f-953986d7420e', 'tag': '5482a2c7-9b96-4983-8bb4-d11b10c4641b', 'status': 'completed', 'code': 200} 2026-07-02 11:14:35.591 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d9c5a0b6-a135-4cef-a81d-94c489958e45 7d8b288b4e8e470da746f7dd5e768997 04491f9a42dd466f8ee8cee52e3030e5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 506/977] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:14:35 2026] DELETE /v2.0/subnets/50ac0578-cad2-466d-b09d-4f07ffae0949 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/978] 10.0.0.119 () {32 vars in 736 bytes} [Thu Jul 2 11:14:35 2026] GET /v2.0/ports?device_id=bac7bc4c-7296-44be-a485-2d9ec3f65b80 => 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: 472/979] 10.0.0.119 () {34 vars in 684 bytes} [Thu Jul 2 11:14:35 2026] POST /v2.0/security-groups => generated 1625 bytes in 403 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 11:14:35.642 7 INFO neutron.api.v2.resource [None req-1cadbe00-7262-4814-87c4-bc83e78b55ea 7d8b288b4e8e470da746f7dd5e768997 04491f9a42dd466f8ee8cee52e3030e5 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 508/980] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:14:35 2026] DELETE /v2.0/routers/bac7bc4c-7296-44be-a485-2d9ec3f65b80 => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:14:35.655 7 INFO neutron.pecan_wsgi.hooks.translation [None req-837c0aa1-8a01-4489-bec7-31dc2fcfe937 7d8b288b4e8e470da746f7dd5e768997 04491f9a42dd466f8ee8cee52e3030e5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 509/981] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:14:35 2026] DELETE /v2.0/subnets/768073c0-32e0-407a-9966-c209a65ad4b8 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/982] 10.0.0.119 () {32 vars in 663 bytes} [Thu Jul 2 11:14:35 2026] GET /v2.0/security-groups => generated 4530 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:14:35.671 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fd2c16f5-92bc-4e56-bfc6-61994c2818c8 7d8b288b4e8e470da746f7dd5e768997 04491f9a42dd466f8ee8cee52e3030e5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 510/983] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:14:35 2026] DELETE /v2.0/subnets/b5c6f232-dfd8-4976-8dcb-751fbe40205a => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/984] 10.0.0.119 () {34 vars in 758 bytes} [Thu Jul 2 11:14:35 2026] PUT /v2.0/security-groups/3bba9346-e1a4-4ee3-9a59-aa1fe1baff76 => generated 1663 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/985] 10.0.0.119 () {32 vars in 737 bytes} [Thu Jul 2 11:14:35 2026] GET /v2.0/security-groups/3bba9346-e1a4-4ee3-9a59-aa1fe1baff76 => generated 1663 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/986] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:14:35 2026] DELETE /v2.0/security-groups/3bba9346-e1a4-4ee3-9a59-aa1fe1baff76 => 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: 512/987] 10.0.0.119 () {32 vars in 663 bytes} [Thu Jul 2 11:14:35 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) 2026-07-02 11:14:35.918 8 INFO neutron.api.v2.resource [None req-c9678ba2-fe5d-49f3-b95a-a15108571544 a9d84f9459634d2ea48e091ecf330b0f 6e03d973443c4801abac622ff1563543 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 476/988] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:14:35 2026] DELETE /v2.0/security-groups/3bba9346-e1a4-4ee3-9a59-aa1fe1baff76 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:14:35.931 7 WARNING neutron_lib.context [None req-e70d812b-aeee-4980-bafe-0ce7518b3f7d a9d84f9459634d2ea48e091ecf330b0f 6e03d973443c4801abac622ff1563543 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 477/989] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:14:36 2026] GET /v2.0/ports?tenant_id=7ad5e52b1c0c4fef8fdb756d30656f40&device_id=a48410ab-e758-4e01-817f-953986d7420e => generated 1417 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/990] 10.0.0.119 () {34 vars in 684 bytes} [Thu Jul 2 11:14:35 2026] POST /v2.0/security-groups => generated 1625 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 11:14:36.107 7 WARNING neutron_lib.context [None req-b0c171e2-9e5b-4f0d-9229-24bec2512ffb a9d84f9459634d2ea48e091ecf330b0f 6e03d973443c4801abac622ff1563543 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 478/991] 199.19.213.163 () {34 vars in 986 bytes} [Thu Jul 2 11:14:36 2026] GET /v2.0/networks?id=fcaa4bab-066c-421f-aa6a-1bbb11f715f0 => generated 779 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/992] 199.19.213.163 () {34 vars in 1058 bytes} [Thu Jul 2 11:14:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=5482a2c7-9b96-4983-8bb4-d11b10c4641b => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/993] 199.19.213.163 () {34 vars in 1058 bytes} [Thu Jul 2 11:14:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=5482a2c7-9b96-4983-8bb4-d11b10c4641b => generated 860 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/994] 10.0.0.119 () {34 vars in 695 bytes} [Thu Jul 2 11:14:36 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: 515/995] 199.19.213.163 () {34 vars in 984 bytes} [Thu Jul 2 11:14:36 2026] GET /v2.0/subnets?id=164008db-f086-445e-b409-d821c8359493 => generated 701 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/996] 10.0.0.119 () {32 vars in 747 bytes} [Thu Jul 2 11:14:36 2026] GET /v2.0/security-group-rules/bdccd560-02e7-420d-ad32-224775c7879d => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/997] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:14:36 2026] GET /v2.0/ports?network_id=fcaa4bab-066c-421f-aa6a-1bbb11f715f0&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/998] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:14:36 2026] GET /v2.0/security-groups?tenant_id=04491f9a42dd466f8ee8cee52e3030e5&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/999] 199.19.213.163 () {34 vars in 986 bytes} [Thu Jul 2 11:14:36 2026] GET /v2.0/networks?id=980d427f-1f7b-44cc-8803-1390e2e9c8a3 => generated 669 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1000] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:14:36 2026] GET /v2.0/networks/fcaa4bab-066c-421f-aa6a-1bbb11f715f0?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: 482/1001] 10.0.0.119 () {32 vars in 673 bytes} [Thu Jul 2 11:14:36 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/1002] 199.19.213.163 () {34 vars in 1050 bytes} [Thu Jul 2 11:14:36 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=200b3f89878b4e8787f60304bc8f397a => generated 180 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/1005] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:14:36 2026] GET /v2.0/networks/fcaa4bab-066c-421f-aa6a-1bbb11f715f0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1006] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:14:36 2026] DELETE /v2.0/security-groups/8485f699-4dce-495f-9711-303312128b51 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:14:36.536 7 WARNING neutron_lib.context [req-890f5f2b-d9ba-407e-90b4-49031316b23f req-bbfc18db-df54-4e5d-a2e6-bc4ea20e7cd0 0f60b4364cd84e11bec25ecd0bac305b 200b3f89878b4e8787f60304bc8f397a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 487/1007] 10.0.0.119 () {32 vars in 750 bytes} [Thu Jul 2 11:14:36 2026] DELETE /v2.0/security-group-rules/bdccd560-02e7-420d-ad32-224775c7879d => 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: 488/1008] 10.0.0.119 () {32 vars in 673 bytes} [Thu Jul 2 11:14:36 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/1009] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:36 2026] GET /v2.0/ports?device_id=2c325faa-ace1-48f3-bc17-40f8a67384da => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:14:36.651 8 WARNING neutron_lib.context [None req-2be8e91d-6a55-4bd9-a0d0-9284e4d72863 a9d84f9459634d2ea48e091ecf330b0f 6e03d973443c4801abac622ff1563543 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 490/1010] 10.0.0.119 () {34 vars in 695 bytes} [Thu Jul 2 11:14:36 2026] POST /v2.0/security-group-rules => generated 601 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/1011] 10.0.0.119 () {32 vars in 747 bytes} [Thu Jul 2 11:14:36 2026] GET /v2.0/security-group-rules/ed628bfc-acb9-486a-bc87-da15abb7de61 => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/1012] 10.0.0.119 () {32 vars in 673 bytes} [Thu Jul 2 11:14:36 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1013] 199.19.213.163 () {38 vars in 955 bytes} [Thu Jul 2 11:14:36 2026] POST /v2.0/ports => generated 954 bytes in 337 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 493/1014] 10.0.0.119 () {32 vars in 750 bytes} [Thu Jul 2 11:14:36 2026] DELETE /v2.0/security-group-rules/ed628bfc-acb9-486a-bc87-da15abb7de61 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/1015] 10.0.0.119 () {32 vars in 673 bytes} [Thu Jul 2 11:14:36 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) 2026-07-02 11:14:36.993 8 WARNING neutron_lib.context [None req-16489334-6f26-43c9-8a41-f93d1ee88c67 a9d84f9459634d2ea48e091ecf330b0f 6e03d973443c4801abac622ff1563543 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:14:37.023 8 INFO neutron.db.securitygroups_db [None req-16489334-6f26-43c9-8a41-f93d1ee88c67 a9d84f9459634d2ea48e091ecf330b0f 6e03d973443c4801abac622ff1563543 - - default default] Project 6e03d973443c4801abac622ff1563543 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: 495/1016] 10.0.0.119 () {34 vars in 695 bytes} [Thu Jul 2 11:14:36 2026] POST /v2.0/security-group-rules => generated 607 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/1017] 10.0.0.119 () {32 vars in 747 bytes} [Thu Jul 2 11:14:37 2026] GET /v2.0/security-group-rules/38822e38-31b5-4ebd-ae6e-56a2942cb25e => generated 607 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1018] 10.0.0.119 () {32 vars in 673 bytes} [Thu Jul 2 11:14:37 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1019] 10.0.0.119 () {32 vars in 750 bytes} [Thu Jul 2 11:14:37 2026] DELETE /v2.0/security-group-rules/38822e38-31b5-4ebd-ae6e-56a2942cb25e => 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: 499/1020] 10.0.0.119 () {32 vars in 673 bytes} [Thu Jul 2 11:14:37 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1021] 199.19.213.163 () {38 vars in 1028 bytes} [Thu Jul 2 11:14:36 2026] PUT /v2.0/ports/ee797087-b17b-47a5-a681-33ee976216b2 => generated 1235 bytes in 467 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/1022] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:14:37 2026] DELETE /v2.0/security-groups/4a8fa6ca-47c0-4eef-89c1-bedc30f218c2 => generated 0 bytes in 118 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 523/1023] 10.0.0.119 () {32 vars in 663 bytes} [Thu Jul 2 11:14:37 2026] GET /v2.0/security-groups => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1024] 10.0.0.119 () {32 vars in 663 bytes} [Thu Jul 2 11:14:37 2026] GET /v2.0/security-groups => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1025] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:37 2026] GET /v2.0/ports?device_id=a48410ab-e758-4e01-817f-953986d7420e => generated 1148 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1026] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:14:37 2026] GET /v2.0/security-groups?id=c76acb48-ad58-4915-987c-7766d6eb209a&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1027] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:14:37 2026] GET /v2.0/ports?tenant_id=7ad5e52b1c0c4fef8fdb756d30656f40&device_id=a48410ab-e758-4e01-817f-953986d7420e => generated 1417 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1028] 199.19.213.163 () {34 vars in 986 bytes} [Thu Jul 2 11:14:37 2026] GET /v2.0/networks?id=fcaa4bab-066c-421f-aa6a-1bbb11f715f0 => generated 779 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1029] 199.19.213.163 () {34 vars in 1058 bytes} [Thu Jul 2 11:14:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=5482a2c7-9b96-4983-8bb4-d11b10c4641b => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1030] 199.19.213.163 () {34 vars in 1058 bytes} [Thu Jul 2 11:14:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=5482a2c7-9b96-4983-8bb4-d11b10c4641b => generated 860 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:14:37.703 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-73859a25-201f-47f4-8206-d019c3ba9650'] response: {'name': 'network-changed', 'server_uuid': '2c325faa-ace1-48f3-bc17-40f8a67384da', 'tag': 'ee797087-b17b-47a5-a681-33ee976216b2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 527/1031] 199.19.213.163 () {34 vars in 984 bytes} [Thu Jul 2 11:14:37 2026] GET /v2.0/subnets?id=164008db-f086-445e-b409-d821c8359493 => generated 701 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1032] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:14:37 2026] GET /v2.0/ports?network_id=fcaa4bab-066c-421f-aa6a-1bbb11f715f0&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1033] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:37 2026] GET /v2.0/ports?device_id=2c325faa-ace1-48f3-bc17-40f8a67384da => generated 969 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1034] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:14:37 2026] GET /v2.0/networks/fcaa4bab-066c-421f-aa6a-1bbb11f715f0?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: 506/1035] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:14:37 2026] GET /v2.0/security-groups?id=de755620-2957-4e9e-81dc-3445e72f4efc&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: 530/1036] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:14:37 2026] GET /v2.0/networks/fcaa4bab-066c-421f-aa6a-1bbb11f715f0?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: 507/1037] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:14:37 2026] GET /v2.0/security-groups?tenant_id=6e03d973443c4801abac622ff1563543&name=default => generated 2925 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1038] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:14:38 2026] DELETE /v2.0/security-groups/4181677b-0876-4be8-998f-698fefd48559 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1039] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:14:38 2026] GET /v2.0/ports?tenant_id=200b3f89878b4e8787f60304bc8f397a&device_id=2c325faa-ace1-48f3-bc17-40f8a67384da => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1040] 199.19.213.163 () {34 vars in 1018 bytes} [Thu Jul 2 11:14:38 2026] GET /v2.0/networks?tenant_id=200b3f89878b4e8787f60304bc8f397a&shared=False => generated 765 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1041] 199.19.213.163 () {34 vars in 930 bytes} [Thu Jul 2 11:14:38 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:14:38.429 8 WARNING neutron_lib.context [None req-f40e5057-53a3-42cc-8c1c-a5ca15b85753 e14b3874e0d149fdadd0623d38c432bb 27ed36a0a15143a189a51ae4fdf5e3a0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 534/1042] 199.19.213.163 () {34 vars in 1118 bytes} [Thu Jul 2 11:14:38 2026] GET /v2.0/ports?device_id=a48410ab-e758-4e01-817f-953986d7420e&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.4 => generated 1148 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:14:38.558 8 INFO neutron.db.segments_db [None req-f40e5057-53a3-42cc-8c1c-a5ca15b85753 e14b3874e0d149fdadd0623d38c432bb 27ed36a0a15143a189a51ae4fdf5e3a0 - - default default] Added segment 508d62cb-b8ed-45bb-9a6a-ed31bdd783e5 of type vxlan for network 847c60c8-63e9-492a-9c30-2ab8e301da78 [pid: 8|app: 0|req: 509/1043] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:14:38 2026] POST /v2.0/networks => generated 630 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:14:38.657 8 WARNING neutron_lib.context [None req-f330a165-63a1-4848-9c60-6f4e533e7152 e14b3874e0d149fdadd0623d38c432bb 27ed36a0a15143a189a51ae4fdf5e3a0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:14:38.709 8 INFO neutron.db.segments_db [None req-f330a165-63a1-4848-9c60-6f4e533e7152 e14b3874e0d149fdadd0623d38c432bb 27ed36a0a15143a189a51ae4fdf5e3a0 - - default default] Added segment b4bf8d7c-a0a7-4e59-a74a-9378fa61c25a of type vxlan for network 861e5491-e850-461f-baa8-da342cda394d [pid: 8|app: 0|req: 510/1044] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:14:38 2026] POST /v2.0/networks => generated 628 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1045] 199.19.213.163 () {38 vars in 1028 bytes} [Thu Jul 2 11:14:38 2026] PUT /v2.0/ports/5482a2c7-9b96-4983-8bb4-d11b10c4641b => generated 968 bytes in 355 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:14:38.809 8 WARNING neutron_lib.context [None req-a0190956-a34c-4da3-a6bf-d1e5a91f7c43 e14b3874e0d149fdadd0623d38c432bb 27ed36a0a15143a189a51ae4fdf5e3a0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 536/1046] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:38 2026] GET /v2.0/ports?device_id=2c325faa-ace1-48f3-bc17-40f8a67384da => generated 969 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1047] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:14:38 2026] POST /v2.0/subnets => generated 626 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:14:39.043 8 WARNING neutron_lib.context [None req-0cd771e6-3e24-421b-8e9a-a83e9df0fd2e e14b3874e0d149fdadd0623d38c432bb 27ed36a0a15143a189a51ae4fdf5e3a0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 537/1048] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:14:39 2026] GET /v2.0/security-groups?id=de755620-2957-4e9e-81dc-3445e72f4efc&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: 512/1049] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:14:39 2026] POST /v2.0/subnets => generated 626 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:14:39.261 7 WARNING neutron_lib.context [None req-04a00422-e8d6-460a-91cb-f0df274abf56 e14b3874e0d149fdadd0623d38c432bb 27ed36a0a15143a189a51ae4fdf5e3a0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:14:39.305 7 INFO neutron.db.segments_db [None req-04a00422-e8d6-460a-91cb-f0df274abf56 e14b3874e0d149fdadd0623d38c432bb 27ed36a0a15143a189a51ae4fdf5e3a0 - - default default] Added segment a8f1c4c2-f823-4267-ab9c-3567109ee2cd of type vxlan for network 9e6a5612-7f03-4c23-927e-6b7d29e24f56 [pid: 8|app: 0|req: 513/1050] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:14:39 2026] GET /v2.0/ports?tenant_id=7ad5e52b1c0c4fef8fdb756d30656f40&device_id=a48410ab-e758-4e01-817f-953986d7420e => generated 1240 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1051] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:14:39 2026] GET /v2.0/ports?tenant_id=200b3f89878b4e8787f60304bc8f397a&device_id=2c325faa-ace1-48f3-bc17-40f8a67384da => generated 1238 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1052] 199.19.213.163 () {34 vars in 986 bytes} [Thu Jul 2 11:14:39 2026] GET /v2.0/networks?id=fcaa4bab-066c-421f-aa6a-1bbb11f715f0 => generated 779 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1053] 199.19.213.163 () {34 vars in 1058 bytes} [Thu Jul 2 11:14:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=ee797087-b17b-47a5-a681-33ee976216b2 => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1054] 199.19.213.163 () {34 vars in 1058 bytes} [Thu Jul 2 11:14:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=5482a2c7-9b96-4983-8bb4-d11b10c4641b => generated 860 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1055] 199.19.213.163 () {34 vars in 984 bytes} [Thu Jul 2 11:14:39 2026] GET /v2.0/subnets?id=2b35fbaf-3f89-4dc1-ad43-4a83f8ec8b34 => generated 687 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1056] 199.19.213.163 () {34 vars in 984 bytes} [Thu Jul 2 11:14:39 2026] GET /v2.0/subnets?id=164008db-f086-445e-b409-d821c8359493 => generated 701 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1057] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:14:39 2026] GET /v2.0/ports?network_id=980d427f-1f7b-44cc-8803-1390e2e9c8a3&device_owner=network%3Adhcp => generated 1244 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1058] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:14:39 2026] GET /v2.0/ports?network_id=fcaa4bab-066c-421f-aa6a-1bbb11f715f0&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:14:39.605 7 INFO neutron.db.l3_hamode_db [None req-04a00422-e8d6-460a-91cb-f0df274abf56 e14b3874e0d149fdadd0623d38c432bb 27ed36a0a15143a189a51ae4fdf5e3a0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 522/1059] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:14:39 2026] GET /v2.0/networks/980d427f-1f7b-44cc-8803-1390e2e9c8a3?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: 523/1060] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:14:39 2026] GET /v2.0/networks/fcaa4bab-066c-421f-aa6a-1bbb11f715f0?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: 524/1061] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:14:39 2026] GET /v2.0/networks/980d427f-1f7b-44cc-8803-1390e2e9c8a3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:14:39.708 7 INFO neutron.db.l3_hamode_db [None req-04a00422-e8d6-460a-91cb-f0df274abf56 e14b3874e0d149fdadd0623d38c432bb 27ed36a0a15143a189a51ae4fdf5e3a0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 525/1062] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:14:39 2026] GET /v2.0/networks/fcaa4bab-066c-421f-aa6a-1bbb11f715f0?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) 2026-07-02 11:14:39.736 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-71335cbc-dbb5-4317-9995-dd631f67128b'] response: {'name': 'network-changed', 'server_uuid': 'a48410ab-e758-4e01-817f-953986d7420e', 'tag': '5482a2c7-9b96-4983-8bb4-d11b10c4641b', 'status': 'completed', 'code': 200} 2026-07-02 11:14:40.004 8 WARNING neutron_lib.context [None req-ad92b688-20be-4e47-9cb8-5ab6bd4b9ac3 7608b8421b0842d2a423ce98498ccec4 a9f732c30a8240488b2f83e1003fe579 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 526/1063] 10.0.0.119 () {34 vars in 684 bytes} [Thu Jul 2 11:14:39 2026] POST /v2.0/security-groups => generated 1624 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1064] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:40 2026] GET /v2.0/ports?device_id=2c325faa-ace1-48f3-bc17-40f8a67384da => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1065] 10.0.0.119 () {32 vars in 663 bytes} [Thu Jul 2 11:14:40 2026] GET /v2.0/security-groups => generated 4529 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1066] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:14:40 2026] GET /v2.0/security-groups?id=de755620-2957-4e9e-81dc-3445e72f4efc&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1067] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:14:39 2026] POST /v2.0/routers => generated 507 bytes in 1128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1068] 10.0.0.119 () {34 vars in 758 bytes} [Thu Jul 2 11:14:40 2026] PUT /v2.0/security-groups/5d02c07e-793b-40ac-a275-a35ab4e53c68 => generated 1663 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1069] 10.0.0.119 () {32 vars in 737 bytes} [Thu Jul 2 11:14:40 2026] GET /v2.0/security-groups/5d02c07e-793b-40ac-a275-a35ab4e53c68 => generated 1663 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1070] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:14:40 2026] DELETE /v2.0/security-groups/5d02c07e-793b-40ac-a275-a35ab4e53c68 => 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: 533/1071] 10.0.0.119 () {32 vars in 663 bytes} [Thu Jul 2 11:14:40 2026] GET /v2.0/security-groups => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:14:40.625 8 INFO neutron.api.v2.resource [None req-3f831c25-5ecb-491e-a3d3-3da8190376c1 7608b8421b0842d2a423ce98498ccec4 a9f732c30a8240488b2f83e1003fe579 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 534/1072] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:14:40 2026] DELETE /v2.0/security-groups/5d02c07e-793b-40ac-a275-a35ab4e53c68 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:14:40.634 8 WARNING neutron_lib.context [None req-e21cd477-be6b-418b-b0ca-27842d34f699 7608b8421b0842d2a423ce98498ccec4 a9f732c30a8240488b2f83e1003fe579 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 535/1073] 10.0.0.119 () {34 vars in 684 bytes} [Thu Jul 2 11:14:40 2026] POST /v2.0/security-groups => generated 1624 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1074] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:14:40 2026] GET /v2.0/ports?tenant_id=7ad5e52b1c0c4fef8fdb756d30656f40&device_id=a48410ab-e758-4e01-817f-953986d7420e => generated 1240 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:14:40.816 8 WARNING neutron_lib.context [None req-dda7b392-5bb4-4621-a440-e7306cf30d07 7608b8421b0842d2a423ce98498ccec4 a9f732c30a8240488b2f83e1003fe579 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 537/1075] 10.0.0.119 () {34 vars in 695 bytes} [Thu Jul 2 11:14:40 2026] POST /v2.0/security-group-rules => generated 601 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1076] 199.19.213.163 () {34 vars in 986 bytes} [Thu Jul 2 11:14:40 2026] GET /v2.0/networks?id=fcaa4bab-066c-421f-aa6a-1bbb11f715f0 => generated 779 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1077] 10.0.0.119 () {32 vars in 747 bytes} [Thu Jul 2 11:14:40 2026] GET /v2.0/security-group-rules/7852531a-f88a-4009-a9df-dfb7365fb177 => generated 601 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1078] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:41 2026] GET /v2.0/ports?device_id=a48410ab-e758-4e01-817f-953986d7420e => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1079] 199.19.213.163 () {34 vars in 1058 bytes} [Thu Jul 2 11:14:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=5482a2c7-9b96-4983-8bb4-d11b10c4641b => generated 860 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1080] 10.0.0.119 () {32 vars in 673 bytes} [Thu Jul 2 11:14:41 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1081] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:14:41 2026] GET /v2.0/security-groups?id=c76acb48-ad58-4915-987c-7766d6eb209a&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: 544/1082] 199.19.213.163 () {34 vars in 984 bytes} [Thu Jul 2 11:14:41 2026] GET /v2.0/subnets?id=164008db-f086-445e-b409-d821c8359493 => generated 701 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1083] 10.0.0.119 () {32 vars in 750 bytes} [Thu Jul 2 11:14:41 2026] DELETE /v2.0/security-group-rules/7852531a-f88a-4009-a9df-dfb7365fb177 => 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: 546/1084] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:14:41 2026] GET /v2.0/ports?network_id=fcaa4bab-066c-421f-aa6a-1bbb11f715f0&device_owner=network%3Adhcp => generated 1244 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1085] 10.0.0.119 () {32 vars in 673 bytes} [Thu Jul 2 11:14:41 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1086] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:14:41 2026] GET /v2.0/networks/fcaa4bab-066c-421f-aa6a-1bbb11f715f0?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1087] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:41 2026] GET /v2.0/ports?device_id=2c325faa-ace1-48f3-bc17-40f8a67384da => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:14:41.525 8 WARNING neutron_lib.context [None req-163385cd-9dce-448a-90ca-623680bd6147 7608b8421b0842d2a423ce98498ccec4 a9f732c30a8240488b2f83e1003fe579 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 539/1088] 10.0.0.119 () {34 vars in 783 bytes} [Thu Jul 2 11:14:40 2026] PUT /v2.0/routers/8cc6db90-916b-4009-9fa1-ce555aba1fd8/add_router_interface => generated 309 bytes in 1211 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1089] 10.0.0.119 () {34 vars in 695 bytes} [Thu Jul 2 11:14:41 2026] POST /v2.0/security-group-rules => generated 601 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1090] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:14:41 2026] GET /v2.0/networks/fcaa4bab-066c-421f-aa6a-1bbb11f715f0?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: 551/1091] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:14:41 2026] GET /v2.0/security-groups?id=de755620-2957-4e9e-81dc-3445e72f4efc&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: 552/1092] 10.0.0.119 () {32 vars in 747 bytes} [Thu Jul 2 11:14:41 2026] GET /v2.0/security-group-rules/815d6c91-c904-46c8-9c53-74dd6c3049a0 => generated 601 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1093] 10.0.0.119 () {32 vars in 717 bytes} [Thu Jul 2 11:14:41 2026] GET /v2.0/ports/900bf63e-2baa-4d48-be77-86fef29bceea => generated 955 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1094] 10.0.0.119 () {32 vars in 673 bytes} [Thu Jul 2 11:14:41 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1095] 10.0.0.119 () {32 vars in 750 bytes} [Thu Jul 2 11:14:41 2026] DELETE /v2.0/security-group-rules/815d6c91-c904-46c8-9c53-74dd6c3049a0 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1096] 10.0.0.119 () {32 vars in 673 bytes} [Thu Jul 2 11:14:41 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:14:41.914 8 WARNING neutron_lib.context [None req-ef728f59-0812-48e4-a564-ef22ba94c0e4 7608b8421b0842d2a423ce98498ccec4 a9f732c30a8240488b2f83e1003fe579 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 556/1097] 10.0.0.119 () {34 vars in 695 bytes} [Thu Jul 2 11:14:41 2026] POST /v2.0/security-group-rules => generated 602 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1098] 10.0.0.119 () {32 vars in 747 bytes} [Thu Jul 2 11:14:42 2026] GET /v2.0/security-group-rules/8fba642d-6bc2-47a5-a83c-68b23ef5192e => generated 602 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1099] 10.0.0.119 () {32 vars in 673 bytes} [Thu Jul 2 11:14:42 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1100] 10.0.0.119 () {32 vars in 750 bytes} [Thu Jul 2 11:14:42 2026] DELETE /v2.0/security-group-rules/8fba642d-6bc2-47a5-a83c-68b23ef5192e => 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: 560/1101] 10.0.0.119 () {32 vars in 673 bytes} [Thu Jul 2 11:14:42 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) [pid: 8|app: 0|req: 561/1102] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:14:42 2026] DELETE /v2.0/security-groups/fc1ab06b-90c4-45fc-b540-52da6a48e289 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1103] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:42 2026] GET /v2.0/ports?device_id=a48410ab-e758-4e01-817f-953986d7420e => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1104] 10.0.0.119 () {32 vars in 663 bytes} [Thu Jul 2 11:14:42 2026] GET /v2.0/security-groups => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1105] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:14:42 2026] GET /v2.0/security-groups?id=c76acb48-ad58-4915-987c-7766d6eb209a&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1106] 10.0.0.119 () {32 vars in 663 bytes} [Thu Jul 2 11:14:42 2026] GET /v2.0/security-groups => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1107] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:42 2026] GET /v2.0/ports?device_id=2c325faa-ace1-48f3-bc17-40f8a67384da => generated 969 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1108] 10.0.0.119 () {34 vars in 783 bytes} [Thu Jul 2 11:14:41 2026] PUT /v2.0/routers/8cc6db90-916b-4009-9fa1-ce555aba1fd8/add_router_interface => generated 309 bytes in 1246 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1109] 10.0.0.119 () {32 vars in 717 bytes} [Thu Jul 2 11:14:42 2026] GET /v2.0/ports/d55612bb-f264-4fd5-80a3-1212f98a6a6b => generated 955 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1110] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:14:43 2026] GET /v2.0/security-groups?tenant_id=a9f732c30a8240488b2f83e1003fe579&name=default => generated 2925 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1111] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:14:42 2026] GET /v2.0/security-groups?id=de755620-2957-4e9e-81dc-3445e72f4efc&fields=id&fields=name => generated 113 bytes in 762 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1112] 199.19.213.163 () {34 vars in 994 bytes} [Thu Jul 2 11:14:43 2026] GET /v2.0/ports?device_id=a48410ab-e758-4e01-817f-953986d7420e => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1113] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:14:43 2026] DELETE /v2.0/security-groups/aa21a485-320b-4de7-9182-ab1e1b51917a => 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: 570/1114] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:43 2026] GET /v2.0/ports?device_id=a48410ab-e758-4e01-817f-953986d7420e => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:14:44.076 8 INFO neutron.db.l3_db [req-83a915c9-7e56-4b0c-b765-5fe8abd7ce27 req-5fbe9d27-ff79-4e86-868d-43b655b288ea ab5e6b65ce5243b08d45b26461c9c32a 7ad5e52b1c0c4fef8fdb756d30656f40 - - default default] Floating IP caa463b1-cb9c-48c6-9312-a89b94f3692e disassociated. External IP: 10.96.250.209, port: 5482a2c7-9b96-4983-8bb4-d11b10c4641b. [pid: 7|app: 0|req: 545/1115] 10.0.0.119 () {34 vars in 789 bytes} [Thu Jul 2 11:14:43 2026] PUT /v2.0/routers/8cc6db90-916b-4009-9fa1-ce555aba1fd8/remove_router_interface => generated 309 bytes in 864 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1116] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:14:44 2026] GET /v2.0/security-groups?id=c76acb48-ad58-4915-987c-7766d6eb209a&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1117] 199.19.213.163 () {36 vars in 997 bytes} [Thu Jul 2 11:14:43 2026] DELETE /v2.0/ports/5482a2c7-9b96-4983-8bb4-d11b10c4641b => generated 0 bytes in 778 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:14:44.675 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-aaa8b240-dc54-433a-9b99-19b0e5fb7c74'] response: {'server_uuid': 'a48410ab-e758-4e01-817f-953986d7420e', 'name': 'network-vif-deleted', 'tag': '5482a2c7-9b96-4983-8bb4-d11b10c4641b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 572/1118] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:44 2026] GET /v2.0/ports?device_id=2c325faa-ace1-48f3-bc17-40f8a67384da => generated 971 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1119] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:14:44 2026] GET /v2.0/security-groups?id=de755620-2957-4e9e-81dc-3445e72f4efc&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: 574/1120] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:45 2026] GET /v2.0/ports?device_id=a48410ab-e758-4e01-817f-953986d7420e => 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: 547/1121] 10.0.0.119 () {34 vars in 789 bytes} [Thu Jul 2 11:14:44 2026] PUT /v2.0/routers/8cc6db90-916b-4009-9fa1-ce555aba1fd8/remove_router_interface => generated 309 bytes in 1328 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1122] 10.0.0.119 () {32 vars in 736 bytes} [Thu Jul 2 11:14:45 2026] GET /v2.0/ports?device_id=8cc6db90-916b-4009-9fa1-ce555aba1fd8 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:14:46.030 7 INFO neutron.db.l3_hamode_db [None req-3121def7-db4d-47e3-85c5-fa8f51c0b2bc e14b3874e0d149fdadd0623d38c432bb 27ed36a0a15143a189a51ae4fdf5e3a0 - - default default] HA network 9e6a5612-7f03-4c23-927e-6b7d29e24f56 was deleted as no HA routers are present in tenant 27ed36a0a15143a189a51ae4fdf5e3a0. 2026-07-02 11:14:46.031 7 INFO neutron.services.segments.plugin [-] Segment a8f1c4c2-f823-4267-ab9c-3567109ee2cd resource provider aggregate not found [pid: 7|app: 0|req: 548/1123] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:14:45 2026] DELETE /v2.0/routers/8cc6db90-916b-4009-9fa1-ce555aba1fd8 => generated 0 bytes in 532 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:14:46.039 7 INFO neutron.services.segments.plugin [-] Segment a8f1c4c2-f823-4267-ab9c-3567109ee2cd resource provider aggregate not found 2026-07-02 11:14:46.055 8 INFO neutron.db.segments_db [None req-031ea5ec-6beb-4ddb-923d-07cd8ee308e8 dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] Added segment fc63679c-a697-423f-a979-92a1b8513999 of type vxlan for network c3b1fb82-003d-47cd-b52d-90d49ff2f039 2026-07-02 11:14:46.060 7 INFO neutron.services.segments.plugin [-] Segment a8f1c4c2-f823-4267-ab9c-3567109ee2cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8f1c4c2-f823-4267-ab9c-3567109ee2cd found for delete ", "request_id": "req-8fca00db-d49d-4b1e-9f7b-817d1b53216c"}]} 2026-07-02 11:14:46.061 7 INFO neutron.services.segments.plugin [-] Segment a8f1c4c2-f823-4267-ab9c-3567109ee2cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8f1c4c2-f823-4267-ab9c-3567109ee2cd found for delete ", "request_id": "req-b0e6a769-52be-454d-9c1d-76b36561434b"}]} [pid: 7|app: 0|req: 549/1124] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:46 2026] GET /v2.0/ports?device_id=2c325faa-ace1-48f3-bc17-40f8a67384da => generated 971 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1125] 10.0.0.119 () {34 vars in 671 bytes} [Thu Jul 2 11:14:45 2026] POST /v2.0/networks => generated 741 bytes in 544 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1126] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:14:46 2026] GET /v2.0/security-groups?id=de755620-2957-4e9e-81dc-3445e72f4efc&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: 550/1127] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:14:46 2026] DELETE /v2.0/subnets/93fdd380-acf9-49dc-9db3-e4961500cd10 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1128] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:46 2026] GET /v2.0/ports?device_id=2c325faa-ace1-48f3-bc17-40f8a67384da => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1129] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:14:46 2026] POST /v2.0/subnets => generated 688 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1130] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:14:46 2026] DELETE /v2.0/subnets/2ba8d8b9-db57-46c9-85b2-c84db43b9b27 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:14:46.527 7 INFO neutron.db.segments_db [None req-1953d3cd-2145-489c-bddb-b95a3cc24616 dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] Added segment 5d2d64a0-d14a-4c89-9ced-c9b5bbecff8e of type vxlan for network 992c060f-1dfc-4d18-8c64-2107daf4417b 2026-07-02 11:14:46.762 7 INFO neutron.db.l3_hamode_db [None req-1953d3cd-2145-489c-bddb-b95a3cc24616 dee781bd6ee44ec68a2c8b02a82b83aa e4f1c0e344574b3b8949b545e26536d1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 11:14:46.804 8 INFO neutron.db.l3_db [None req-b7f4e75f-5bc6-4f91-9b43-16ffd4333d63 0f60b4364cd84e11bec25ecd0bac305b 200b3f89878b4e8787f60304bc8f397a - - default default] Floating IP d2d186b0-f395-479b-b601-3310e42f63e3 associated. External IP: 10.96.250.217, port: ee797087-b17b-47a5-a681-33ee976216b2. [pid: 8|app: 0|req: 579/1131] 10.0.0.119 () {34 vars in 749 bytes} [Thu Jul 2 11:14:46 2026] PUT /v2.0/floatingips/d2d186b0-f395-479b-b601-3310e42f63e3 => generated 855 bytes in 803 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:14:47.255 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-56a06ad1-1881-4ad7-8c08-599a61a622e9'] response: {'name': 'network-changed', 'server_uuid': '2c325faa-ace1-48f3-bc17-40f8a67384da', 'tag': 'ee797087-b17b-47a5-a681-33ee976216b2', 'status': 'completed', 'code': 200} 2026-07-02 11:14:47.360 8 INFO neutron.services.segments.plugin [-] Segment b4bf8d7c-a0a7-4e59-a74a-9378fa61c25a resource provider aggregate not found 2026-07-02 11:14:47.364 8 INFO neutron.services.segments.plugin [-] Segment b4bf8d7c-a0a7-4e59-a74a-9378fa61c25a resource provider aggregate not found [pid: 8|app: 0|req: 580/1132] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:14:47 2026] DELETE /v2.0/networks/861e5491-e850-461f-baa8-da342cda394d => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:14:47.386 8 INFO neutron.services.segments.plugin [-] Segment b4bf8d7c-a0a7-4e59-a74a-9378fa61c25a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4bf8d7c-a0a7-4e59-a74a-9378fa61c25a found for delete ", "request_id": "req-3dd2cc5b-688d-484f-8a32-b024cdb51cbc"}]} 2026-07-02 11:14:47.388 8 INFO neutron.services.segments.plugin [-] Segment b4bf8d7c-a0a7-4e59-a74a-9378fa61c25a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4bf8d7c-a0a7-4e59-a74a-9378fa61c25a found for delete ", "request_id": "req-47b66ec7-29ff-4fe0-9d55-9f010ca9ab00"}]} [pid: 8|app: 0|req: 581/1133] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:47 2026] GET /v2.0/ports?device_id=a48410ab-e758-4e01-817f-953986d7420e => 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: 582/1134] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:47 2026] GET /v2.0/ports?device_id=2c325faa-ace1-48f3-bc17-40f8a67384da => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1135] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:14:47 2026] DELETE /v2.0/networks/847c60c8-63e9-492a-9c30-2ab8e301da78 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1136] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:14:47 2026] GET /v2.0/security-groups?id=de755620-2957-4e9e-81dc-3445e72f4efc&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:14:47.604 8 WARNING neutron_lib.context [None req-dc8f2c64-8feb-4ab1-841a-d3a274061574 e14b3874e0d149fdadd0623d38c432bb 27ed36a0a15143a189a51ae4fdf5e3a0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:14:47.663 8 INFO neutron.db.segments_db [None req-dc8f2c64-8feb-4ab1-841a-d3a274061574 e14b3874e0d149fdadd0623d38c432bb 27ed36a0a15143a189a51ae4fdf5e3a0 - - default default] Added segment f71f6979-9e53-4067-a7d9-5daebf7aa847 of type vxlan for network 7ea3221d-c786-402f-abcc-e4a274ab2a1b 2026-07-02 11:14:47.746 7 INFO neutron.db.l3_hamode_db [None req-1953d3cd-2145-489c-bddb-b95a3cc24616 dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 585/1137] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:14:47 2026] POST /v2.0/networks => generated 629 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1138] 199.19.213.163 () {34 vars in 1096 bytes} [Thu Jul 2 11:14:47 2026] GET /v2.0/ports?device_id=a48410ab-e758-4e01-817f-953986d7420e&fields=binding%3Ahost_id&fields=binding%3Avif_type => 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: 587/1139] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:14:47 2026] GET /v2.0/ports?tenant_id=200b3f89878b4e8787f60304bc8f397a&device_id=2c325faa-ace1-48f3-bc17-40f8a67384da => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:14:47.832 8 WARNING neutron_lib.context [None req-08b1a22c-afba-42fd-b675-a30d1738bb8b e14b3874e0d149fdadd0623d38c432bb 27ed36a0a15143a189a51ae4fdf5e3a0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 588/1140] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:14:47 2026] POST /v2.0/subnets => generated 626 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1141] 199.19.213.163 () {34 vars in 986 bytes} [Thu Jul 2 11:14:48 2026] GET /v2.0/networks?id=980d427f-1f7b-44cc-8803-1390e2e9c8a3 => generated 765 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1142] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:48 2026] GET /v2.0/ports?device_id=2c325faa-ace1-48f3-bc17-40f8a67384da => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:14:48.167 8 WARNING neutron_lib.context [None req-33905f6f-42bf-4d44-87bc-b8f80d795e65 e14b3874e0d149fdadd0623d38c432bb 27ed36a0a15143a189a51ae4fdf5e3a0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:14:48.205 8 INFO neutron.db.segments_db [None req-33905f6f-42bf-4d44-87bc-b8f80d795e65 e14b3874e0d149fdadd0623d38c432bb 27ed36a0a15143a189a51ae4fdf5e3a0 - - default default] Added segment 1e2e32fb-1ecf-4c7f-b0e9-f1f0f36a2172 of type vxlan for network 98ec6416-f5aa-41cb-8408-4ef2df0c2c8b 2026-07-02 11:14:48.522 8 INFO neutron.db.l3_hamode_db [None req-33905f6f-42bf-4d44-87bc-b8f80d795e65 e14b3874e0d149fdadd0623d38c432bb 27ed36a0a15143a189a51ae4fdf5e3a0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 11:14:48.633 8 INFO neutron.db.l3_hamode_db [None req-33905f6f-42bf-4d44-87bc-b8f80d795e65 e14b3874e0d149fdadd0623d38c432bb 27ed36a0a15143a189a51ae4fdf5e3a0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 553/1143] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:14:46 2026] POST /v2.0/routers => generated 728 bytes in 2201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1144] 199.19.213.163 () {34 vars in 1058 bytes} [Thu Jul 2 11:14:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=ee797087-b17b-47a5-a681-33ee976216b2 => generated 860 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1145] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:14:48 2026] GET /v2.0/security-groups?id=de755620-2957-4e9e-81dc-3445e72f4efc&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: 556/1146] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:14:48 2026] DELETE /v2.0/security-groups/c76acb48-ad58-4915-987c-7766d6eb209a => 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: 591/1147] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:14:48 2026] POST /v2.0/routers => generated 506 bytes in 1139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1148] 199.19.213.163 () {34 vars in 984 bytes} [Thu Jul 2 11:14:49 2026] GET /v2.0/subnets?id=2b35fbaf-3f89-4dc1-ad43-4a83f8ec8b34 => generated 687 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1149] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:14:49 2026] GET /v2.0/ports?tenant_id=7ad5e52b1c0c4fef8fdb756d30656f40&device_id=a48410ab-e758-4e01-817f-953986d7420e => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:14:49.365 8 INFO neutron.api.v2.resource [None req-71472041-89dd-450d-bb62-9e7f6ade17f3 ab5e6b65ce5243b08d45b26461c9c32a 7ad5e52b1c0c4fef8fdb756d30656f40 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 594/1150] 10.0.0.119 () {32 vars in 737 bytes} [Thu Jul 2 11:14:49 2026] GET /v2.0/security-groups/c76acb48-ad58-4915-987c-7766d6eb209a => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:14:49.369 8 WARNING neutron_lib.context [None req-c2df5b69-2863-4841-84b2-041d729ac9da e14b3874e0d149fdadd0623d38c432bb 27ed36a0a15143a189a51ae4fdf5e3a0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:14:49.413 8 INFO neutron.services.segments.plugin [-] Segment 508d62cb-b8ed-45bb-9a6a-ed31bdd783e5 resource provider aggregate not found 2026-07-02 11:14:49.417 8 INFO neutron.services.segments.plugin [-] Segment 508d62cb-b8ed-45bb-9a6a-ed31bdd783e5 resource provider aggregate not found 2026-07-02 11:14:49.431 8 INFO neutron.services.segments.plugin [-] Segment 508d62cb-b8ed-45bb-9a6a-ed31bdd783e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 508d62cb-b8ed-45bb-9a6a-ed31bdd783e5 found for delete ", "request_id": "req-3c7a1154-c391-4595-999b-05d2ceb07a72"}]} 2026-07-02 11:14:49.434 8 INFO neutron.services.segments.plugin [-] Segment 508d62cb-b8ed-45bb-9a6a-ed31bdd783e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 508d62cb-b8ed-45bb-9a6a-ed31bdd783e5 found for delete ", "request_id": "req-53c3f5ad-3aa0-4175-9a64-9bc71dc34d00"}]} [pid: 8|app: 0|req: 595/1151] 10.0.0.119 () {34 vars in 665 bytes} [Thu Jul 2 11:14:49 2026] POST /v2.0/ports => generated 947 bytes in 335 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 596/1152] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:14:49 2026] GET /v2.0/ports?network_id=980d427f-1f7b-44cc-8803-1390e2e9c8a3&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1153] 10.0.0.119 () {32 vars in 732 bytes} [Thu Jul 2 11:14:49 2026] DELETE /v2.0/floatingips/caa463b1-cb9c-48c6-9312-a89b94f3692e => generated 0 bytes in 242 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1154] 10.0.0.119 () {34 vars in 783 bytes} [Thu Jul 2 11:14:48 2026] PUT /v2.0/routers/c554c8b7-bb62-4a9c-812b-bd797904a06b/add_router_interface => generated 309 bytes in 1360 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1155] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:14:50 2026] GET /v2.0/networks/980d427f-1f7b-44cc-8803-1390e2e9c8a3?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1156] 199.19.213.163 () {34 vars in 994 bytes} [Thu Jul 2 11:14:50 2026] GET /v2.0/ports?device_id=2c325faa-ace1-48f3-bc17-40f8a67384da => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1157] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:50 2026] GET /v2.0/ports?device_id=2c325faa-ace1-48f3-bc17-40f8a67384da => 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: 561/1158] 199.19.213.163 () {34 vars in 1018 bytes} [Thu Jul 2 11:14:50 2026] GET /v2.0/networks?tenant_id=7ad5e52b1c0c4fef8fdb756d30656f40&shared=False => generated 779 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1159] 10.0.0.119 () {34 vars in 783 bytes} [Thu Jul 2 11:14:49 2026] PUT /v2.0/routers/fa2b049b-894c-41fc-a107-278d5a980209/add_router_interface => generated 309 bytes in 1231 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 599/1160] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:14:51 2026] GET /v2.0/networks/980d427f-1f7b-44cc-8803-1390e2e9c8a3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1161] 10.0.0.119 () {34 vars in 789 bytes} [Thu Jul 2 11:14:50 2026] PUT /v2.0/routers/8c12ff18-1605-4131-8d79-8dc9abcb4068/remove_router_interface => generated 309 bytes in 909 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1162] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:14:51 2026] GET /v2.0/security-groups?id=de755620-2957-4e9e-81dc-3445e72f4efc&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: 564/1163] 199.19.213.163 () {34 vars in 930 bytes} [Thu Jul 2 11:14:51 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1164] 10.0.0.119 () {32 vars in 717 bytes} [Thu Jul 2 11:14:51 2026] GET /v2.0/ports/6927bf52-62c4-4986-8862-364a27da2476 => generated 1021 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:14:51.600 8 INFO neutron.db.l3_db [req-72187b0f-f5b8-4634-a1c2-d84693d8079c req-9eea5cf5-4852-46e5-886a-81baa3d94285 0f60b4364cd84e11bec25ecd0bac305b 200b3f89878b4e8787f60304bc8f397a - - default default] Floating IP d2d186b0-f395-479b-b601-3310e42f63e3 disassociated. External IP: 10.96.250.217, port: ee797087-b17b-47a5-a681-33ee976216b2. [pid: 8|app: 0|req: 600/1165] 199.19.213.163 () {36 vars in 997 bytes} [Thu Jul 2 11:14:51 2026] DELETE /v2.0/ports/ee797087-b17b-47a5-a681-33ee976216b2 => generated 0 bytes in 701 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:14:52.025 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-58c6e8ae-289a-40fc-8f6f-10c6507327cc'] response: {'server_uuid': '2c325faa-ace1-48f3-bc17-40f8a67384da', 'name': 'network-vif-deleted', 'tag': 'ee797087-b17b-47a5-a681-33ee976216b2', 'status': 'completed', 'code': 200} 2026-07-02 11:14:52.502 7 INFO neutron.services.segments.plugin [-] Segment 73cf6ed2-b29c-40c1-84a3-b8d341f36fed resource provider aggregate not found 2026-07-02 11:14:52.512 7 INFO neutron.services.segments.plugin [-] Segment 73cf6ed2-b29c-40c1-84a3-b8d341f36fed resource provider aggregate not found 2026-07-02 11:14:52.522 7 INFO neutron.services.segments.plugin [-] Segment 73cf6ed2-b29c-40c1-84a3-b8d341f36fed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73cf6ed2-b29c-40c1-84a3-b8d341f36fed found for delete ", "request_id": "req-3562237d-8585-4419-ae2e-6d9aa90ccf1b"}]} 2026-07-02 11:14:52.527 7 INFO neutron.services.segments.plugin [-] Segment 73cf6ed2-b29c-40c1-84a3-b8d341f36fed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73cf6ed2-b29c-40c1-84a3-b8d341f36fed found for delete ", "request_id": "req-0d29b4ca-f7d9-4921-9f83-488e25749367"}]} 2026-07-02 11:14:52.546 7 INFO neutron.db.l3_hamode_db [None req-565304d9-2616-417c-bf0f-64b3abde0cb8 dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] HA network 5328da1e-26cf-42b0-9f4c-f9a1c7608e89 was deleted as no HA routers are present in tenant 7ad5e52b1c0c4fef8fdb756d30656f40. [pid: 7|app: 0|req: 566/1168] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:14:51 2026] DELETE /v2.0/routers/8c12ff18-1605-4131-8d79-8dc9abcb4068 => generated 0 bytes in 1015 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1169] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:52 2026] GET /v2.0/ports?device_id=2c325faa-ace1-48f3-bc17-40f8a67384da => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1170] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:14:52 2026] DELETE /v2.0/subnets/164008db-f086-445e-b409-d821c8359493 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1171] 10.0.0.119 () {34 vars in 789 bytes} [Thu Jul 2 11:14:51 2026] PUT /v2.0/routers/fa2b049b-894c-41fc-a107-278d5a980209/remove_router_interface => generated 309 bytes in 976 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 604/1172] 10.0.0.183 () {34 vars in 982 bytes} [Thu Jul 2 11:14:52 2026] GET /v2.0/networks?id=c3b1fb82-003d-47cd-b52d-90d49ff2f039 => generated 673 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1173] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:14:52 2026] DELETE /v2.0/networks/fcaa4bab-066c-421f-aa6a-1bbb11f715f0 => generated 0 bytes in 320 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1174] 10.0.0.183 () {34 vars in 965 bytes} [Thu Jul 2 11:14:53 2026] GET /v2.0/quotas/e4f1c0e344574b3b8949b545e26536d1 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:14:53.153 8 INFO neutron.api.v2.resource [None req-70446d23-6cdc-4319-8466-e98bc4447bb7 e14b3874e0d149fdadd0623d38c432bb 27ed36a0a15143a189a51ae4fdf5e3a0 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 605/1175] 10.0.0.119 () {34 vars in 789 bytes} [Thu Jul 2 11:14:53 2026] PUT /v2.0/routers/fa2b049b-894c-41fc-a107-278d5a980209/remove_router_interface => generated 197 bytes in 134 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1176] 10.0.0.119 () {32 vars in 736 bytes} [Thu Jul 2 11:14:53 2026] GET /v2.0/ports?device_id=fa2b049b-894c-41fc-a107-278d5a980209 => 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: 571/1177] 10.0.0.183 () {34 vars in 1002 bytes} [Thu Jul 2 11:14:53 2026] GET /v2.0/ports?tenant_id=e4f1c0e344574b3b8949b545e26536d1&fields=id => generated 103 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1178] 10.0.0.183 () {34 vars in 1008 bytes} [Thu Jul 2 11:14:53 2026] GET /v2.0/networks/c3b1fb82-003d-47cd-b52d-90d49ff2f039?fields=segments => generated 14 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1179] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:14:53 2026] GET /v2.0/security-groups?tenant_id=7ad5e52b1c0c4fef8fdb756d30656f40&name=default => generated 2925 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1180] 10.0.0.183 () {34 vars in 1108 bytes} [Thu Jul 2 11:14:53 2026] GET /v2.0/networks/c3b1fb82-003d-47cd-b52d-90d49ff2f039?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1181] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:14:53 2026] DELETE /v2.0/security-groups/421e0e4c-f9c8-47eb-a877-1c317d9a389a => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1182] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:53 2026] GET /v2.0/ports?device_id=e6d9fd41-561e-406e-8fa6-200692b9aeb9 => 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: 577/1183] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:53 2026] GET /v2.0/ports?device_id=2c325faa-ace1-48f3-bc17-40f8a67384da => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:14:53.793 8 INFO neutron.services.segments.plugin [-] Segment 1e2e32fb-1ecf-4c7f-b0e9-f1f0f36a2172 resource provider aggregate not found 2026-07-02 11:14:53.806 8 INFO neutron.services.segments.plugin [-] Segment 1e2e32fb-1ecf-4c7f-b0e9-f1f0f36a2172 resource provider aggregate not found 2026-07-02 11:14:53.821 8 INFO neutron.services.segments.plugin [-] Segment 1e2e32fb-1ecf-4c7f-b0e9-f1f0f36a2172 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e2e32fb-1ecf-4c7f-b0e9-f1f0f36a2172 found for delete ", "request_id": "req-b73afcb8-98f2-4af3-acda-01744e93efeb"}]} 2026-07-02 11:14:53.823 8 INFO neutron.services.segments.plugin [-] Segment 1e2e32fb-1ecf-4c7f-b0e9-f1f0f36a2172 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e2e32fb-1ecf-4c7f-b0e9-f1f0f36a2172 found for delete ", "request_id": "req-88a2d980-fdaa-4611-a661-dfdba46e28f8"}]} 2026-07-02 11:14:53.830 8 INFO neutron.db.l3_hamode_db [None req-700ea323-5767-41b2-b481-2cd6a441b58d e14b3874e0d149fdadd0623d38c432bb 27ed36a0a15143a189a51ae4fdf5e3a0 - - default default] HA network 98ec6416-f5aa-41cb-8408-4ef2df0c2c8b was deleted as no HA routers are present in tenant 27ed36a0a15143a189a51ae4fdf5e3a0. [pid: 8|app: 0|req: 607/1184] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:14:53 2026] DELETE /v2.0/routers/fa2b049b-894c-41fc-a107-278d5a980209 => generated 0 bytes in 651 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1185] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:14:53 2026] DELETE /v2.0/subnets/d314feca-b787-4e65-b0f6-15b9db573d9d => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1186] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:14:54 2026] DELETE /v2.0/networks/7ea3221d-c786-402f-abcc-e4a274ab2a1b => generated 0 bytes in 343 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:14:54.379 7 WARNING neutron_lib.context [None req-0ce6557a-ba67-4143-93fa-ee5e06d3b5d6 e14b3874e0d149fdadd0623d38c432bb 27ed36a0a15143a189a51ae4fdf5e3a0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:14:54.429 7 INFO neutron.db.segments_db [None req-0ce6557a-ba67-4143-93fa-ee5e06d3b5d6 e14b3874e0d149fdadd0623d38c432bb 27ed36a0a15143a189a51ae4fdf5e3a0 - - default default] Added segment fdbb1ac5-584f-452a-ab0b-724d0cc2dd72 of type vxlan for network 1eb3041a-922b-4bc3-ab26-da8882f72250 [pid: 7|app: 0|req: 579/1187] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:14:54 2026] POST /v2.0/networks => generated 629 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:14:54.517 8 WARNING neutron_lib.context [None req-71c45851-c7d8-46cc-b8e1-44deb5254b8f e14b3874e0d149fdadd0623d38c432bb 27ed36a0a15143a189a51ae4fdf5e3a0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:14:54.732 7 INFO neutron.services.segments.plugin [-] Segment fb83d3cc-96c5-4a5a-ab54-6711c620977e resource provider aggregate not found 2026-07-02 11:14:54.738 7 INFO neutron.services.segments.plugin [-] Segment fb83d3cc-96c5-4a5a-ab54-6711c620977e resource provider aggregate not found [pid: 7|app: 0|req: 580/1188] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:54 2026] GET /v2.0/ports?device_id=e6d9fd41-561e-406e-8fa6-200692b9aeb9 => 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: 609/1189] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:14:54 2026] POST /v2.0/subnets => generated 626 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:14:54.814 7 INFO neutron.services.segments.plugin [-] Segment fb83d3cc-96c5-4a5a-ab54-6711c620977e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb83d3cc-96c5-4a5a-ab54-6711c620977e found for delete ", "request_id": "req-6e60180e-e061-4e80-bffc-4f6ee32b4b1e"}]} 2026-07-02 11:14:54.815 7 INFO neutron.services.segments.plugin [-] Segment fb83d3cc-96c5-4a5a-ab54-6711c620977e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb83d3cc-96c5-4a5a-ab54-6711c620977e found for delete ", "request_id": "req-bb0980e8-8e3b-443b-9b53-d9c2dbd2e27c"}]} 2026-07-02 11:14:54.822 8 WARNING neutron_lib.context [None req-da27da88-4dab-4000-b8b3-7590980375b3 e14b3874e0d149fdadd0623d38c432bb 27ed36a0a15143a189a51ae4fdf5e3a0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 581/1190] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:54 2026] GET /v2.0/ports?device_id=2c325faa-ace1-48f3-bc17-40f8a67384da => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:14:54.864 8 INFO neutron.db.segments_db [None req-da27da88-4dab-4000-b8b3-7590980375b3 e14b3874e0d149fdadd0623d38c432bb 27ed36a0a15143a189a51ae4fdf5e3a0 - - default default] Added segment c1c38a58-1d44-4b65-a92f-90a5ca81da40 of type vxlan for network f1cbd318-0439-4021-ae7f-a0dd8cbe65f4 2026-07-02 11:14:55.116 8 INFO neutron.db.l3_hamode_db [None req-da27da88-4dab-4000-b8b3-7590980375b3 e14b3874e0d149fdadd0623d38c432bb 27ed36a0a15143a189a51ae4fdf5e3a0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 11:14:55.280 8 INFO neutron.db.l3_hamode_db [None req-da27da88-4dab-4000-b8b3-7590980375b3 e14b3874e0d149fdadd0623d38c432bb 27ed36a0a15143a189a51ae4fdf5e3a0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 11:14:55.742 7 INFO neutron.db.segments_db [None req-4893682f-a785-4dee-a161-0c8aa8591490 dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] Added segment d3d7d6f9-0ba2-41a3-b296-d85b0593bde8 of type vxlan for network f437513f-d92c-44f2-a7d4-5a96821c0066 [pid: 7|app: 0|req: 582/1191] 10.0.0.119 () {34 vars in 671 bytes} [Thu Jul 2 11:14:55 2026] POST /v2.0/networks => generated 743 bytes in 427 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:14:55.847 8 INFO neutron.services.segments.plugin [-] Segment f71f6979-9e53-4067-a7d9-5daebf7aa847 resource provider aggregate not found 2026-07-02 11:14:55.852 8 INFO neutron.services.segments.plugin [-] Segment f71f6979-9e53-4067-a7d9-5daebf7aa847 resource provider aggregate not found [pid: 7|app: 0|req: 583/1192] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:55 2026] GET /v2.0/ports?device_id=e6d9fd41-561e-406e-8fa6-200692b9aeb9 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:14:55.870 8 INFO neutron.services.segments.plugin [-] Segment f71f6979-9e53-4067-a7d9-5daebf7aa847 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f71f6979-9e53-4067-a7d9-5daebf7aa847 found for delete ", "request_id": "req-4dcfab1b-9abf-45bf-b6a2-bf8c98f835cd"}]} 2026-07-02 11:14:55.871 8 INFO neutron.services.segments.plugin [-] Segment f71f6979-9e53-4067-a7d9-5daebf7aa847 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f71f6979-9e53-4067-a7d9-5daebf7aa847 found for delete ", "request_id": "req-6bace229-3647-487c-953a-a7b3af6897b1"}]} [pid: 8|app: 0|req: 610/1193] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:14:54 2026] POST /v2.0/routers => generated 507 bytes in 1091 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1194] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:14:55 2026] POST /v2.0/subnets => generated 690 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1195] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:14:56 2026] DELETE /v2.0/security-groups/de755620-2957-4e9e-81dc-3445e72f4efc => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:14:56.214 7 INFO neutron.db.segments_db [None req-18c86c03-f119-444e-8c04-a754df74c94e dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] Added segment 40f1fa47-37a9-48f2-ad12-afab07fb00bb of type vxlan for network 77834597-7e10-4109-bb60-2a55e52e6002 2026-07-02 11:14:56.522 7 INFO neutron.db.l3_hamode_db [None req-18c86c03-f119-444e-8c04-a754df74c94e dee781bd6ee44ec68a2c8b02a82b83aa 574e3b7b67f64a04a5534e2f75c682ac - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 611/1196] 10.0.0.119 () {34 vars in 783 bytes} [Thu Jul 2 11:14:55 2026] PUT /v2.0/routers/8a6c6bde-0c79-4bbe-bbb8-d2ac218ad8fc/add_router_interface => generated 309 bytes in 1298 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:14:57.228 8 INFO neutron.api.v2.resource [None req-fef70035-56b0-4728-a103-aca299f4fff1 0f60b4364cd84e11bec25ecd0bac305b 200b3f89878b4e8787f60304bc8f397a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 612/1197] 10.0.0.119 () {32 vars in 737 bytes} [Thu Jul 2 11:14:57 2026] GET /v2.0/security-groups/de755620-2957-4e9e-81dc-3445e72f4efc => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1198] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:57 2026] GET /v2.0/ports?device_id=e6d9fd41-561e-406e-8fa6-200692b9aeb9 => 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: 614/1199] 10.0.0.119 () {32 vars in 717 bytes} [Thu Jul 2 11:14:57 2026] GET /v2.0/ports/78679059-e3d2-48f0-8ed6-12d531702966 => generated 955 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:14:57.417 7 INFO neutron.db.l3_hamode_db [None req-18c86c03-f119-444e-8c04-a754df74c94e dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 615/1200] 10.0.0.119 () {32 vars in 732 bytes} [Thu Jul 2 11:14:57 2026] DELETE /v2.0/floatingips/d2d186b0-f395-479b-b601-3310e42f63e3 => generated 0 bytes in 296 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1201] 10.0.0.119 () {34 vars in 789 bytes} [Thu Jul 2 11:14:57 2026] PUT /v2.0/routers/8a6c6bde-0c79-4bbe-bbb8-d2ac218ad8fc/remove_router_interface => generated 309 bytes in 782 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1202] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:14:56 2026] POST /v2.0/routers => generated 730 bytes in 2284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1203] 199.19.213.163 () {34 vars in 986 bytes} [Thu Jul 2 11:14:58 2026] GET /v2.0/networks?id=c3b1fb82-003d-47cd-b52d-90d49ff2f039 => generated 673 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1204] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:14:58 2026] GET /v2.0/ports?device_id=e6d9fd41-561e-406e-8fa6-200692b9aeb9 => 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: 589/1205] 10.0.0.119 () {32 vars in 736 bytes} [Thu Jul 2 11:14:58 2026] GET /v2.0/ports?device_id=8a6c6bde-0c79-4bbe-bbb8-d2ac218ad8fc => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1206] 10.0.0.119 () {34 vars in 789 bytes} [Thu Jul 2 11:14:58 2026] PUT /v2.0/routers/ed84c4c7-15fc-4c82-a684-c77a782f543e/remove_router_interface => generated 309 bytes in 1037 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:14:59.423 8 WARNING neutron_lib.context [req-a0b55288-aacf-4236-88a9-cbd4c9cb9720 req-99967560-06f7-4f0e-862e-43bf2b5b7911 d92ca4d9722a448ea8d7bbc62d788531 e4f1c0e344574b3b8949b545e26536d1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 590/1207] 10.0.0.119 () {34 vars in 783 bytes} [Thu Jul 2 11:14:58 2026] PUT /v2.0/routers/0ea87a06-8536-4b84-bc0a-8477510db844/add_router_interface => generated 309 bytes in 1197 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1208] 199.19.213.163 () {38 vars in 955 bytes} [Thu Jul 2 11:14:59 2026] POST /v2.0/ports => generated 954 bytes in 378 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 11:15:00.206 7 INFO neutron.services.segments.plugin [-] Segment c1c38a58-1d44-4b65-a92f-90a5ca81da40 resource provider aggregate not found 2026-07-02 11:15:00.210 7 INFO neutron.services.segments.plugin [-] Segment c1c38a58-1d44-4b65-a92f-90a5ca81da40 resource provider aggregate not found 2026-07-02 11:15:00.220 7 INFO neutron.services.segments.plugin [-] Segment c1c38a58-1d44-4b65-a92f-90a5ca81da40 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1c38a58-1d44-4b65-a92f-90a5ca81da40 found for delete ", "request_id": "req-7c942dbe-00e5-44e6-a8a1-61d4b469d6e6"}]} 2026-07-02 11:15:00.225 7 INFO neutron.services.segments.plugin [-] Segment c1c38a58-1d44-4b65-a92f-90a5ca81da40 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1c38a58-1d44-4b65-a92f-90a5ca81da40 found for delete ", "request_id": "req-17da123f-faf8-45ae-aa7f-e26ed80b16e3"}]} 2026-07-02 11:15:00.229 7 INFO neutron.db.l3_hamode_db [None req-0c281519-0c3d-4e79-adc4-4f7e35cb4197 e14b3874e0d149fdadd0623d38c432bb 27ed36a0a15143a189a51ae4fdf5e3a0 - - default default] HA network f1cbd318-0439-4021-ae7f-a0dd8cbe65f4 was deleted as no HA routers are present in tenant 27ed36a0a15143a189a51ae4fdf5e3a0. [pid: 7|app: 0|req: 591/1209] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:14:59 2026] DELETE /v2.0/routers/8a6c6bde-0c79-4bbe-bbb8-d2ac218ad8fc => generated 0 bytes in 487 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1210] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:00 2026] GET /v2.0/ports?device_id=e6d9fd41-561e-406e-8fa6-200692b9aeb9 => generated 957 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:15:00.772 8 INFO neutron.services.segments.plugin [-] Segment 696c6916-0282-4a58-aeec-4040ddf0b642 resource provider aggregate not found 2026-07-02 11:15:00.775 8 INFO neutron.services.segments.plugin [-] Segment 696c6916-0282-4a58-aeec-4040ddf0b642 resource provider aggregate not found 2026-07-02 11:15:00.792 8 INFO neutron.services.segments.plugin [-] Segment 696c6916-0282-4a58-aeec-4040ddf0b642 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 696c6916-0282-4a58-aeec-4040ddf0b642 found for delete ", "request_id": "req-f817caae-4cc3-43c6-a4b9-aedbabd0f8ac"}]} 2026-07-02 11:15:00.794 8 INFO neutron.services.segments.plugin [-] Segment 696c6916-0282-4a58-aeec-4040ddf0b642 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 696c6916-0282-4a58-aeec-4040ddf0b642 found for delete ", "request_id": "req-7400c158-b4e8-403e-8d9e-d368f1a40505"}]} 2026-07-02 11:15:00.803 8 INFO neutron.db.l3_hamode_db [None req-54da7d1e-47c7-427a-97bb-ea7f1544602c dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] HA network fe0101ba-5d11-46cd-93b7-0991e9afb349 was deleted as no HA routers are present in tenant 200b3f89878b4e8787f60304bc8f397a. [pid: 8|app: 0|req: 619/1211] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:14:59 2026] DELETE /v2.0/routers/ed84c4c7-15fc-4c82-a684-c77a782f543e => generated 0 bytes in 1013 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1212] 199.19.213.163 () {38 vars in 1028 bytes} [Thu Jul 2 11:15:00 2026] PUT /v2.0/ports/76d08419-d73f-46ea-af59-5d48b29b0366 => generated 1235 bytes in 543 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 11:15:00.932 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-af098df6-a518-4047-924f-5ebe5c67b974'] response: {'name': 'network-changed', 'server_uuid': 'e6d9fd41-561e-406e-8fa6-200692b9aeb9', 'tag': '76d08419-d73f-46ea-af59-5d48b29b0366', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 594/1213] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:15:00 2026] GET /v2.0/security-groups?id=a7dc00ad-4c47-495d-b523-fbf7a06a0864&fields=id&fields=name => generated 88 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:15:00.944 7 WARNING neutron_lib.context [None req-51270cb1-93ef-4795-985a-fb4ac2cfa89d 63086da6335a4541a1be99a83d8175ef 574e3b7b67f64a04a5534e2f75c682ac - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 620/1214] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:15:00 2026] DELETE /v2.0/subnets/9c4572a4-0a79-45c0-92e7-91960d08615e => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1215] 10.0.0.119 () {34 vars in 685 bytes} [Thu Jul 2 11:15:00 2026] POST /v2.0/security-groups => generated 1661 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1216] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:15:01 2026] DELETE /v2.0/subnets/2b35fbaf-3f89-4dc1-ad43-4a83f8ec8b34 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:15:01.210 8 WARNING neutron_lib.context [None req-07ef566a-c464-4d7f-8a34-2a2833301df4 63086da6335a4541a1be99a83d8175ef 574e3b7b67f64a04a5534e2f75c682ac - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 622/1217] 10.0.0.119 () {34 vars in 695 bytes} [Thu Jul 2 11:15:01 2026] POST /v2.0/security-group-rules => generated 597 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1218] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:15:01 2026] DELETE /v2.0/networks/1eb3041a-922b-4bc3-ab26-da8882f72250 => generated 0 bytes in 313 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:15:01.434 7 WARNING neutron_lib.context [None req-f15bd4cd-2a03-4f58-8685-a879f2e5cfe9 63086da6335a4541a1be99a83d8175ef 574e3b7b67f64a04a5534e2f75c682ac - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 597/1219] 10.0.0.119 () {34 vars in 695 bytes} [Thu Jul 2 11:15:01 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) 2026-07-02 11:15:01.557 7 WARNING neutron_lib.context [None req-2c0545fa-67a6-4cb3-91f4-d10439e37111 e14b3874e0d149fdadd0623d38c432bb 27ed36a0a15143a189a51ae4fdf5e3a0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:15:01.625 7 INFO neutron.db.segments_db [None req-2c0545fa-67a6-4cb3-91f4-d10439e37111 e14b3874e0d149fdadd0623d38c432bb 27ed36a0a15143a189a51ae4fdf5e3a0 - - default default] Added segment 897d518e-753c-4ad8-9d00-3011d7c13f20 of type vxlan for network 0c74f392-59cd-4e01-be36-6d76fa66eb56 [pid: 8|app: 0|req: 623/1220] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:15:01 2026] DELETE /v2.0/networks/980d427f-1f7b-44cc-8803-1390e2e9c8a3 => generated 0 bytes in 322 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1221] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:15:01 2026] GET /v2.0/ports?tenant_id=e4f1c0e344574b3b8949b545e26536d1&device_id=e6d9fd41-561e-406e-8fa6-200692b9aeb9 => generated 1238 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:15:01.740 8 WARNING neutron_lib.context [None req-5349e4d3-26e1-4c6d-b86a-9e6ad6fa7410 63086da6335a4541a1be99a83d8175ef 574e3b7b67f64a04a5534e2f75c682ac - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:15:01.907 7 INFO neutron.db.l3_hamode_db [None req-2c0545fa-67a6-4cb3-91f4-d10439e37111 e14b3874e0d149fdadd0623d38c432bb 27ed36a0a15143a189a51ae4fdf5e3a0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 11:15:02.245 7 INFO neutron.services.segments.plugin [-] Segment fdbb1ac5-584f-452a-ab0b-724d0cc2dd72 resource provider aggregate not found 2026-07-02 11:15:02.251 7 INFO neutron.services.segments.plugin [-] Segment fdbb1ac5-584f-452a-ab0b-724d0cc2dd72 resource provider aggregate not found 2026-07-02 11:15:02.272 7 INFO neutron.services.segments.plugin [-] Segment fdbb1ac5-584f-452a-ab0b-724d0cc2dd72 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdbb1ac5-584f-452a-ab0b-724d0cc2dd72 found for delete ", "request_id": "req-08a3c5e3-f204-4008-bc5d-89c7d946ac26"}]} 2026-07-02 11:15:02.273 7 INFO neutron.services.segments.plugin [-] Segment fdbb1ac5-584f-452a-ab0b-724d0cc2dd72 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdbb1ac5-584f-452a-ab0b-724d0cc2dd72 found for delete ", "request_id": "req-0ad79ee5-4fe7-4f24-bca2-a94b64edee52"}]} [pid: 8|app: 0|req: 625/1222] 10.0.0.119 () {34 vars in 676 bytes} [Thu Jul 2 11:15:01 2026] POST /v2.0/floatingips => generated 552 bytes in 554 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1223] 199.19.213.163 () {34 vars in 1018 bytes} [Thu Jul 2 11:15:02 2026] GET /v2.0/networks?tenant_id=e4f1c0e344574b3b8949b545e26536d1&shared=False => generated 769 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1224] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:15:02 2026] GET /v2.0/security-groups?tenant_id=200b3f89878b4e8787f60304bc8f397a&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1225] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:02 2026] GET /v2.0/ports?device_id=e6d9fd41-561e-406e-8fa6-200692b9aeb9 => generated 969 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1226] 199.19.213.163 () {34 vars in 930 bytes} [Thu Jul 2 11:15:02 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1227] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:15:02 2026] DELETE /v2.0/security-groups/aa40fd59-d464-4bb4-bd11-c2116b911684 => 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: 631/1228] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:15:02 2026] GET /v2.0/security-groups?id=a7dc00ad-4c47-495d-b523-fbf7a06a0864&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1229] 10.0.0.183 () {34 vars in 1100 bytes} [Thu Jul 2 11:15:02 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1090776926&fields=id&tenant_id=574e3b7b67f64a04a5534e2f75c682ac => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:15:02.818 8 INFO neutron.services.segments.plugin [-] Segment 2012d97e-47b8-486e-abdc-16b346e91917 resource provider aggregate not found 2026-07-02 11:15:02.828 8 INFO neutron.services.segments.plugin [-] Segment 2012d97e-47b8-486e-abdc-16b346e91917 resource provider aggregate not found 2026-07-02 11:15:02.833 8 INFO neutron.services.segments.plugin [-] Segment 2012d97e-47b8-486e-abdc-16b346e91917 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2012d97e-47b8-486e-abdc-16b346e91917 found for delete ", "request_id": "req-4e7c9bb0-cc42-4148-b028-97b1bca2c21f"}]} 2026-07-02 11:15:02.844 8 INFO neutron.services.segments.plugin [-] Segment 2012d97e-47b8-486e-abdc-16b346e91917 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2012d97e-47b8-486e-abdc-16b346e91917 found for delete ", "request_id": "req-9ab40ce9-6774-4450-b4c9-99fce6c8b2a9"}]} 2026-07-02 11:15:02.853 7 INFO neutron.db.l3_hamode_db [None req-2c0545fa-67a6-4cb3-91f4-d10439e37111 e14b3874e0d149fdadd0623d38c432bb 27ed36a0a15143a189a51ae4fdf5e3a0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 633/1230] 10.0.0.183 () {34 vars in 982 bytes} [Thu Jul 2 11:15:02 2026] GET /v2.0/networks?id=f437513f-d92c-44f2-a7d4-5a96821c0066 => generated 675 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1231] 10.0.0.183 () {34 vars in 965 bytes} [Thu Jul 2 11:15:02 2026] GET /v2.0/quotas/574e3b7b67f64a04a5534e2f75c682ac => 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: 635/1232] 10.0.0.183 () {34 vars in 1002 bytes} [Thu Jul 2 11:15:02 2026] GET /v2.0/ports?tenant_id=574e3b7b67f64a04a5534e2f75c682ac&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: 636/1233] 10.0.0.183 () {34 vars in 1008 bytes} [Thu Jul 2 11:15:02 2026] GET /v2.0/networks/f437513f-d92c-44f2-a7d4-5a96821c0066?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1234] 10.0.0.183 () {34 vars in 1108 bytes} [Thu Jul 2 11:15:03 2026] GET /v2.0/networks/f437513f-d92c-44f2-a7d4-5a96821c0066?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: 638/1235] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:03 2026] GET /v2.0/ports?device_id=44824426-b36e-4730-a4f9-34c2ba1cc431 => 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: 639/1236] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:15:03 2026] GET /v2.0/ports?tenant_id=e4f1c0e344574b3b8949b545e26536d1&device_id=e6d9fd41-561e-406e-8fa6-200692b9aeb9 => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1237] 199.19.213.163 () {34 vars in 1058 bytes} [Thu Jul 2 11:15:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=76d08419-d73f-46ea-af59-5d48b29b0366 => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1238] 199.19.213.163 () {34 vars in 984 bytes} [Thu Jul 2 11:15:03 2026] GET /v2.0/subnets?id=0c190b9d-52c3-4553-83a5-6115fb1660bb => generated 691 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1239] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:15:03 2026] GET /v2.0/ports?network_id=c3b1fb82-003d-47cd-b52d-90d49ff2f039&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1240] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:15:03 2026] GET /v2.0/networks/c3b1fb82-003d-47cd-b52d-90d49ff2f039?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1241] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:15:03 2026] GET /v2.0/networks/c3b1fb82-003d-47cd-b52d-90d49ff2f039?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1242] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:03 2026] GET /v2.0/ports?device_id=e6d9fd41-561e-406e-8fa6-200692b9aeb9 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1243] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:15:03 2026] GET /v2.0/security-groups?id=a7dc00ad-4c47-495d-b523-fbf7a06a0864&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1244] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:15:01 2026] POST /v2.0/routers => generated 688 bytes in 2469 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1245] 10.0.0.119 () {32 vars in 721 bytes} [Thu Jul 2 11:15:04 2026] GET /v2.0/routers/da0ca958-a649-4d7a-96ab-b38b22f0c96f => generated 694 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1246] 10.0.0.119 () {32 vars in 647 bytes} [Thu Jul 2 11:15:04 2026] GET /v2.0/routers => generated 697 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1247] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:04 2026] GET /v2.0/ports?device_id=44824426-b36e-4730-a4f9-34c2ba1cc431 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:15:05.007 7 INFO neutron.db.segments_db [None req-ab4adeaa-87b5-40c1-a7eb-1afb33e21c76 dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] Added segment 25e58327-a8ea-4fa4-a466-8e98e247fb5d of type vxlan for network f2e11ff0-ff40-4192-92af-d20212db943a [pid: 8|app: 0|req: 648/1248] 10.0.0.119 () {34 vars in 741 bytes} [Thu Jul 2 11:15:04 2026] PUT /v2.0/routers/da0ca958-a649-4d7a-96ab-b38b22f0c96f => generated 701 bytes in 850 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1249] 10.0.0.119 () {34 vars in 671 bytes} [Thu Jul 2 11:15:04 2026] POST /v2.0/networks => generated 744 bytes in 506 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1250] 10.0.0.119 () {32 vars in 721 bytes} [Thu Jul 2 11:15:05 2026] GET /v2.0/routers/da0ca958-a649-4d7a-96ab-b38b22f0c96f => generated 701 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1251] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:05 2026] GET /v2.0/ports?device_id=e6d9fd41-561e-406e-8fa6-200692b9aeb9 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1252] 10.0.0.119 () {32 vars in 736 bytes} [Thu Jul 2 11:15:05 2026] GET /v2.0/ports?device_id=da0ca958-a649-4d7a-96ab-b38b22f0c96f => 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: 604/1253] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:15:05 2026] GET /v2.0/security-groups?id=a7dc00ad-4c47-495d-b523-fbf7a06a0864&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1254] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:15:05 2026] POST /v2.0/subnets => generated 691 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:15:05.430 8 INFO neutron.db.segments_db [None req-34b5e5cb-e19c-454d-975e-a742c2246fbc dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] Added segment 600a6c0b-acb8-44c8-85db-cc3ba801b818 of type vxlan for network 8ee8a707-4495-4f30-acff-bc9e0528f1a2 2026-07-02 11:15:05.753 8 INFO neutron.db.l3_hamode_db [None req-34b5e5cb-e19c-454d-975e-a742c2246fbc dee781bd6ee44ec68a2c8b02a82b83aa 3594823daab948aab8f501c0b2830ed0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 11:15:06.173 7 INFO neutron.services.segments.plugin [-] Segment 897d518e-753c-4ad8-9d00-3011d7c13f20 resource provider aggregate not found 2026-07-02 11:15:06.184 7 INFO neutron.services.segments.plugin [-] Segment 897d518e-753c-4ad8-9d00-3011d7c13f20 resource provider aggregate not found 2026-07-02 11:15:06.189 7 INFO neutron.services.segments.plugin [-] Segment 897d518e-753c-4ad8-9d00-3011d7c13f20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 897d518e-753c-4ad8-9d00-3011d7c13f20 found for delete ", "request_id": "req-c7b92b39-4ef9-4421-a2c5-d1ed2f787499"}]} 2026-07-02 11:15:06.201 7 INFO neutron.services.segments.plugin [-] Segment 897d518e-753c-4ad8-9d00-3011d7c13f20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 897d518e-753c-4ad8-9d00-3011d7c13f20 found for delete ", "request_id": "req-8401d2df-8b45-4ac1-9496-27ad67a4edd9"}]} 2026-07-02 11:15:06.210 7 INFO neutron.db.l3_hamode_db [None req-a486d418-d901-4291-bfe5-bf57ccd22114 e14b3874e0d149fdadd0623d38c432bb 27ed36a0a15143a189a51ae4fdf5e3a0 - - default default] HA network 0c74f392-59cd-4e01-be36-6d76fa66eb56 was deleted as no HA routers are present in tenant 27ed36a0a15143a189a51ae4fdf5e3a0. [pid: 7|app: 0|req: 605/1255] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:15:05 2026] DELETE /v2.0/routers/da0ca958-a649-4d7a-96ab-b38b22f0c96f => generated 0 bytes in 983 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1256] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:06 2026] GET /v2.0/ports?device_id=44824426-b36e-4730-a4f9-34c2ba1cc431 => 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: 607/1257] 10.0.0.119 () {32 vars in 736 bytes} [Thu Jul 2 11:15:06 2026] GET /v2.0/ports?device_id=da0ca958-a649-4d7a-96ab-b38b22f0c96f => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:15:06.307 7 INFO neutron.api.v2.resource [None req-fd90b866-f44b-4316-a73a-1ae9d95a395c e14b3874e0d149fdadd0623d38c432bb 27ed36a0a15143a189a51ae4fdf5e3a0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 608/1258] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:15:06 2026] DELETE /v2.0/routers/da0ca958-a649-4d7a-96ab-b38b22f0c96f => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1259] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:06 2026] GET /v2.0/ports?device_id=e6d9fd41-561e-406e-8fa6-200692b9aeb9 => generated 969 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1260] 10.0.0.119 () {32 vars in 736 bytes} [Thu Jul 2 11:15:06 2026] GET /v2.0/ports?device_id=8a6c6bde-0c79-4bbe-bbb8-d2ac218ad8fc => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1263] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:15:06 2026] GET /v2.0/security-groups?id=a7dc00ad-4c47-495d-b523-fbf7a06a0864&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:15:06.493 7 INFO neutron.api.v2.resource [None req-b9bbeaa4-d34d-46e7-bf06-6f203944f8ab e14b3874e0d149fdadd0623d38c432bb 27ed36a0a15143a189a51ae4fdf5e3a0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 614/1264] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:15:06 2026] DELETE /v2.0/routers/8a6c6bde-0c79-4bbe-bbb8-d2ac218ad8fc => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:15:06.518 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3db75574-74f3-48c9-ad8d-df1a1cb4edb9 e14b3874e0d149fdadd0623d38c432bb 27ed36a0a15143a189a51ae4fdf5e3a0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 615/1265] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:15:06 2026] DELETE /v2.0/subnets/9c4572a4-0a79-45c0-92e7-91960d08615e => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1266] 10.0.0.119 () {32 vars in 736 bytes} [Thu Jul 2 11:15:06 2026] GET /v2.0/ports?device_id=fa2b049b-894c-41fc-a107-278d5a980209 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:15:06.575 7 INFO neutron.api.v2.resource [None req-d4122e10-89c8-4166-a4f9-be761ade6418 e14b3874e0d149fdadd0623d38c432bb 27ed36a0a15143a189a51ae4fdf5e3a0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 617/1267] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:15:06 2026] DELETE /v2.0/routers/fa2b049b-894c-41fc-a107-278d5a980209 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:15:06.597 7 INFO neutron.pecan_wsgi.hooks.translation [None req-044b9cb0-a145-44c2-a744-c69440782700 e14b3874e0d149fdadd0623d38c432bb 27ed36a0a15143a189a51ae4fdf5e3a0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 618/1268] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:15:06 2026] DELETE /v2.0/subnets/d314feca-b787-4e65-b0f6-15b9db573d9d => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1269] 10.0.0.119 () {32 vars in 736 bytes} [Thu Jul 2 11:15:06 2026] GET /v2.0/ports?device_id=8cc6db90-916b-4009-9fa1-ce555aba1fd8 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:15:06.644 7 INFO neutron.api.v2.resource [None req-c4198281-6ffd-4c3b-9336-17b36ff8722a e14b3874e0d149fdadd0623d38c432bb 27ed36a0a15143a189a51ae4fdf5e3a0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 620/1270] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:15:06 2026] DELETE /v2.0/routers/8cc6db90-916b-4009-9fa1-ce555aba1fd8 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:15:06.658 8 INFO neutron.db.l3_hamode_db [None req-34b5e5cb-e19c-454d-975e-a742c2246fbc dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 11:15:06.660 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a08e3302-4155-4ffb-a462-8978fe29b025 e14b3874e0d149fdadd0623d38c432bb 27ed36a0a15143a189a51ae4fdf5e3a0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 621/1271] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:15:06 2026] DELETE /v2.0/subnets/93fdd380-acf9-49dc-9db3-e4961500cd10 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:15:06.676 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f7a7b9d5-fbc4-4d21-9c11-982cea08aa12 e14b3874e0d149fdadd0623d38c432bb 27ed36a0a15143a189a51ae4fdf5e3a0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 622/1272] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:15:06 2026] DELETE /v2.0/subnets/2ba8d8b9-db57-46c9-85b2-c84db43b9b27 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1273] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:15:07 2026] GET /v2.0/security-groups?tenant_id=27ed36a0a15143a189a51ae4fdf5e3a0&name=default => generated 2925 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1274] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:07 2026] GET /v2.0/ports?device_id=44824426-b36e-4730-a4f9-34c2ba1cc431 => 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: 625/1275] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:15:07 2026] DELETE /v2.0/security-groups/badb59fb-256e-4261-ac78-c0448abae2ad => 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: 626/1276] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:07 2026] GET /v2.0/ports?device_id=e6d9fd41-561e-406e-8fa6-200692b9aeb9 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1277] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:15:07 2026] GET /v2.0/security-groups?id=a7dc00ad-4c47-495d-b523-fbf7a06a0864&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: 628/1278] 199.19.213.163 () {34 vars in 986 bytes} [Thu Jul 2 11:15:07 2026] GET /v2.0/networks?id=f437513f-d92c-44f2-a7d4-5a96821c0066 => generated 675 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1279] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:15:05 2026] POST /v2.0/routers => generated 731 bytes in 2436 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1280] 199.19.213.163 () {34 vars in 1050 bytes} [Thu Jul 2 11:15:07 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=574e3b7b67f64a04a5534e2f75c682ac => generated 181 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:15:07.858 7 WARNING neutron_lib.context [req-8ccdb626-cae3-4a8c-bcb9-56efd609b24a req-6ccfe24d-78ba-44e2-b7e6-49934f411052 63086da6335a4541a1be99a83d8175ef 574e3b7b67f64a04a5534e2f75c682ac - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 630/1281] 199.19.213.163 () {38 vars in 955 bytes} [Thu Jul 2 11:15:07 2026] POST /v2.0/ports => generated 954 bytes in 362 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 631/1282] 199.19.213.163 () {38 vars in 1028 bytes} [Thu Jul 2 11:15:08 2026] PUT /v2.0/ports/020649aa-7ea7-4f23-8005-4a0638c0f799 => generated 1235 bytes in 492 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 632/1283] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:08 2026] GET /v2.0/ports?device_id=44824426-b36e-4730-a4f9-34c2ba1cc431 => generated 969 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1284] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:08 2026] GET /v2.0/ports?device_id=e6d9fd41-561e-406e-8fa6-200692b9aeb9 => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1285] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:15:08 2026] GET /v2.0/security-groups?id=017811eb-ab91-4933-9dea-bd63ead949cf&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: 635/1286] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:15:08 2026] GET /v2.0/security-groups?id=a7dc00ad-4c47-495d-b523-fbf7a06a0864&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: 8|app: 0|req: 652/1287] 10.0.0.119 () {34 vars in 783 bytes} [Thu Jul 2 11:15:07 2026] PUT /v2.0/routers/5944322e-2e72-46a7-87fc-d89a87386c31/add_router_interface => generated 309 bytes in 1385 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:15:09.437 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5e28dd8f-70d9-41d7-ab6e-2dc5265d9f8f'] response: {'name': 'network-changed', 'server_uuid': '44824426-b36e-4730-a4f9-34c2ba1cc431', 'tag': '020649aa-7ea7-4f23-8005-4a0638c0f799', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 636/1288] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:15:09 2026] GET /v2.0/ports?tenant_id=574e3b7b67f64a04a5534e2f75c682ac&device_id=44824426-b36e-4730-a4f9-34c2ba1cc431 => generated 1238 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1289] 10.0.0.119 () {32 vars in 623 bytes} [Thu Jul 2 11:15:09 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1290] 199.19.213.163 () {34 vars in 1018 bytes} [Thu Jul 2 11:15:09 2026] GET /v2.0/networks?tenant_id=574e3b7b67f64a04a5534e2f75c682ac&shared=False => generated 771 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1291] 199.19.213.163 () {34 vars in 930 bytes} [Thu Jul 2 11:15:09 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1292] 10.0.0.119 () {32 vars in 633 bytes} [Thu Jul 2 11:15:09 2026] GET /v2.0/ => generated 632 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:15:09.820 8 WARNING neutron_lib.context [None req-59b8a4ae-e3c2-40bc-b0dd-4e62907462a1 2eba20f7b60849ac8af3925b6e0b9cb2 3594823daab948aab8f501c0b2830ed0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 655/1293] 10.0.0.119 () {34 vars in 685 bytes} [Thu Jul 2 11:15:09 2026] POST /v2.0/security-groups => generated 1659 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 11:15:09.979 8 WARNING neutron_lib.context [None req-f507dfae-018a-45d0-a09f-032e74a197c0 2eba20f7b60849ac8af3925b6e0b9cb2 3594823daab948aab8f501c0b2830ed0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 639/1294] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:09 2026] GET /v2.0/ports?device_id=44824426-b36e-4730-a4f9-34c2ba1cc431 => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1295] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:15:09 2026] GET /v2.0/security-groups?id=017811eb-ab91-4933-9dea-bd63ead949cf&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: 7|app: 0|req: 641/1296] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:10 2026] GET /v2.0/ports?device_id=e6d9fd41-561e-406e-8fa6-200692b9aeb9 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1297] 10.0.0.119 () {34 vars in 695 bytes} [Thu Jul 2 11:15:09 2026] POST /v2.0/security-group-rules => generated 597 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1298] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:15:10 2026] GET /v2.0/security-groups?id=a7dc00ad-4c47-495d-b523-fbf7a06a0864&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:15:10.118 8 WARNING neutron_lib.context [None req-bada43a6-067d-4d7c-a824-bb815ed81386 2eba20f7b60849ac8af3925b6e0b9cb2 3594823daab948aab8f501c0b2830ed0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 657/1299] 10.0.0.119 () {34 vars in 695 bytes} [Thu Jul 2 11:15:10 2026] POST /v2.0/security-group-rules => generated 602 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:15:10.265 8 WARNING neutron_lib.context [None req-a1c0e648-34e7-4f27-9647-0c2bd079bf02 2eba20f7b60849ac8af3925b6e0b9cb2 3594823daab948aab8f501c0b2830ed0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 643/1300] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:15:10 2026] GET /v2.0/security-groups?tenant_id=b348f7d0bd2f41438db98046438649c2&name=default => generated 2925 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1301] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:15:10 2026] DELETE /v2.0/security-groups/eee7dd95-5d0d-46fc-9719-75480781198a => 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: 645/1302] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:15:10 2026] GET /v2.0/ports?tenant_id=574e3b7b67f64a04a5534e2f75c682ac&device_id=44824426-b36e-4730-a4f9-34c2ba1cc431 => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1303] 199.19.213.163 () {34 vars in 1058 bytes} [Thu Jul 2 11:15:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=020649aa-7ea7-4f23-8005-4a0638c0f799 => 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: 647/1304] 199.19.213.163 () {34 vars in 984 bytes} [Thu Jul 2 11:15:10 2026] GET /v2.0/subnets?id=6691cf7b-8742-451f-8c96-ec8fc0076147 => generated 693 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1305] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:15:10 2026] GET /v2.0/ports?network_id=f437513f-d92c-44f2-a7d4-5a96821c0066&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1306] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:15:10 2026] GET /v2.0/networks/f437513f-d92c-44f2-a7d4-5a96821c0066?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1307] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:15:10 2026] GET /v2.0/networks/f437513f-d92c-44f2-a7d4-5a96821c0066?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1308] 10.0.0.119 () {34 vars in 676 bytes} [Thu Jul 2 11:15:10 2026] POST /v2.0/floatingips => generated 552 bytes in 670 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1309] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:11 2026] GET /v2.0/ports?device_id=44824426-b36e-4730-a4f9-34c2ba1cc431 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1310] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:15:11 2026] GET /v2.0/security-groups?id=017811eb-ab91-4933-9dea-bd63ead949cf&fields=id&fields=name => generated 114 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1311] 10.0.0.183 () {34 vars in 1098 bytes} [Thu Jul 2 11:15:11 2026] GET /v2.0/security-groups?name=tempest-securitygroup--844786656&fields=id&tenant_id=3594823daab948aab8f501c0b2830ed0 => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1312] 10.0.0.183 () {34 vars in 982 bytes} [Thu Jul 2 11:15:11 2026] GET /v2.0/networks?id=f2e11ff0-ff40-4192-92af-d20212db943a => generated 676 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1313] 10.0.0.183 () {34 vars in 965 bytes} [Thu Jul 2 11:15:11 2026] GET /v2.0/quotas/3594823daab948aab8f501c0b2830ed0 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1314] 10.0.0.183 () {34 vars in 1002 bytes} [Thu Jul 2 11:15:11 2026] GET /v2.0/ports?tenant_id=3594823daab948aab8f501c0b2830ed0&fields=id => generated 103 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1315] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:11 2026] GET /v2.0/ports?device_id=e6d9fd41-561e-406e-8fa6-200692b9aeb9 => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1316] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:15:11 2026] GET /v2.0/security-groups?id=a7dc00ad-4c47-495d-b523-fbf7a06a0864&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1317] 10.0.0.183 () {34 vars in 1008 bytes} [Thu Jul 2 11:15:11 2026] GET /v2.0/networks/f2e11ff0-ff40-4192-92af-d20212db943a?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1318] 10.0.0.183 () {34 vars in 1108 bytes} [Thu Jul 2 11:15:11 2026] GET /v2.0/networks/f2e11ff0-ff40-4192-92af-d20212db943a?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: 663/1319] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:11 2026] GET /v2.0/ports?device_id=cbb57320-81fe-47ec-83b5-8f2c9409467b => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1320] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:12 2026] GET /v2.0/ports?device_id=44824426-b36e-4730-a4f9-34c2ba1cc431 => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1321] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:15:12 2026] GET /v2.0/security-groups?id=017811eb-ab91-4933-9dea-bd63ead949cf&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1322] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:12 2026] GET /v2.0/ports?device_id=e6d9fd41-561e-406e-8fa6-200692b9aeb9 => generated 971 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1323] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:15:12 2026] GET /v2.0/security-groups?id=a7dc00ad-4c47-495d-b523-fbf7a06a0864&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1324] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:12 2026] GET /v2.0/ports?device_id=cbb57320-81fe-47ec-83b5-8f2c9409467b => 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: 666/1325] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:13 2026] GET /v2.0/ports?device_id=44824426-b36e-4730-a4f9-34c2ba1cc431 => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1326] 199.19.213.163 () {34 vars in 994 bytes} [Thu Jul 2 11:15:13 2026] GET /v2.0/ports?device_id=e6d9fd41-561e-406e-8fa6-200692b9aeb9 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1327] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:15:13 2026] GET /v2.0/security-groups?id=017811eb-ab91-4933-9dea-bd63ead949cf&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: 661/1328] 199.19.213.163 () {36 vars in 997 bytes} [Thu Jul 2 11:15:13 2026] DELETE /v2.0/ports/76d08419-d73f-46ea-af59-5d48b29b0366 => generated 0 bytes in 401 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1329] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:13 2026] GET /v2.0/ports?device_id=e6d9fd41-561e-406e-8fa6-200692b9aeb9 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1330] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:14 2026] GET /v2.0/ports?device_id=cbb57320-81fe-47ec-83b5-8f2c9409467b => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1331] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:14 2026] GET /v2.0/ports?device_id=44824426-b36e-4730-a4f9-34c2ba1cc431 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:15:14.686 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-93f9130c-9aff-4343-ae21-a3825ba154f7'] response: {'server_uuid': 'e6d9fd41-561e-406e-8fa6-200692b9aeb9', 'name': 'network-vif-deleted', 'tag': '76d08419-d73f-46ea-af59-5d48b29b0366', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 663/1332] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:15:14 2026] GET /v2.0/security-groups?id=017811eb-ab91-4933-9dea-bd63ead949cf&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1333] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:15 2026] GET /v2.0/ports?device_id=e6d9fd41-561e-406e-8fa6-200692b9aeb9 => 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: 664/1334] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:15 2026] GET /v2.0/ports?device_id=cbb57320-81fe-47ec-83b5-8f2c9409467b => 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: 665/1335] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:15 2026] GET /v2.0/ports?device_id=44824426-b36e-4730-a4f9-34c2ba1cc431 => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1336] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:15:15 2026] GET /v2.0/security-groups?id=017811eb-ab91-4933-9dea-bd63ead949cf&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: 667/1337] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:15 2026] GET /v2.0/ports?device_id=44824426-b36e-4730-a4f9-34c2ba1cc431 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1338] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:15:15 2026] GET /v2.0/security-groups?tenant_id=99a5f20d7e7442dc9f6dd9c0f496a20c&name=default => generated 2925 bytes in 401 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1339] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:15:16 2026] DELETE /v2.0/security-groups/c58c1cb7-f0a1-4941-aa19-69488befc94d => 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: 673/1340] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:16 2026] GET /v2.0/ports?device_id=e6d9fd41-561e-406e-8fa6-200692b9aeb9 => 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: 674/1341] 199.19.213.163 () {34 vars in 986 bytes} [Thu Jul 2 11:15:16 2026] GET /v2.0/networks?id=f2e11ff0-ff40-4192-92af-d20212db943a => generated 676 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1342] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:16 2026] GET /v2.0/ports?device_id=cbb57320-81fe-47ec-83b5-8f2c9409467b => 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: 676/1343] 199.19.213.163 () {34 vars in 1050 bytes} [Thu Jul 2 11:15:16 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3594823daab948aab8f501c0b2830ed0 => generated 180 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:15:16.392 8 WARNING neutron_lib.context [req-e0c36545-19c0-4f69-aa97-1779594ec8c6 req-585ec2c8-109b-4040-93d4-19ed10a73953 2eba20f7b60849ac8af3925b6e0b9cb2 3594823daab948aab8f501c0b2830ed0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 677/1344] 199.19.213.163 () {38 vars in 955 bytes} [Thu Jul 2 11:15:16 2026] POST /v2.0/ports => generated 954 bytes in 349 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 11:15:16.757 7 INFO neutron.db.l3_db [None req-3caccd24-08dc-493b-8ade-6ffa6b07f552 63086da6335a4541a1be99a83d8175ef 574e3b7b67f64a04a5534e2f75c682ac - - default default] Floating IP 00c0aba9-b7ad-41ae-8701-ad6d4f49f4ee associated. External IP: 10.96.250.215, port: 020649aa-7ea7-4f23-8005-4a0638c0f799. [pid: 8|app: 0|req: 678/1345] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:15:16 2026] GET /v2.0/security-groups?tenant_id=98a4561412714c93ae2d04ac2ae551bd&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1346] 10.0.0.119 () {34 vars in 749 bytes} [Thu Jul 2 11:15:16 2026] PUT /v2.0/floatingips/00c0aba9-b7ad-41ae-8701-ad6d4f49f4ee => generated 855 bytes in 1030 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:15:17.117 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e92be26b-0044-418e-a651-f486db1b20ce'] response: {'name': 'network-changed', 'server_uuid': '44824426-b36e-4730-a4f9-34c2ba1cc431', 'tag': '020649aa-7ea7-4f23-8005-4a0638c0f799', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 669/1347] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:15:17 2026] DELETE /v2.0/security-groups/0e03e644-6132-4fa0-bff0-a98cce55e6b6 => 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: 679/1348] 199.19.213.163 () {38 vars in 1028 bytes} [Thu Jul 2 11:15:16 2026] PUT /v2.0/ports/eb19e14c-dbbb-48bc-8c73-388dea6805f6 => generated 1235 bytes in 430 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1349] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:17 2026] GET /v2.0/ports?device_id=e6d9fd41-561e-406e-8fa6-200692b9aeb9 => generated 12 bytes in 25 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 11:15:17.493 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fe989b1d-44a5-47ed-85d7-6f13ef8b15c5'] response: {'name': 'network-changed', 'server_uuid': 'cbb57320-81fe-47ec-83b5-8f2c9409467b', 'tag': 'eb19e14c-dbbb-48bc-8c73-388dea6805f6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 680/1350] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:17 2026] GET /v2.0/ports?device_id=cbb57320-81fe-47ec-83b5-8f2c9409467b => generated 969 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1351] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:15:17 2026] GET /v2.0/security-groups?id=db759959-fbea-41c7-95a5-5bcdf0347888&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1352] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:15:17 2026] GET /v2.0/ports?tenant_id=574e3b7b67f64a04a5534e2f75c682ac&device_id=44824426-b36e-4730-a4f9-34c2ba1cc431 => generated 1240 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1353] 199.19.213.163 () {34 vars in 986 bytes} [Thu Jul 2 11:15:17 2026] GET /v2.0/networks?id=f437513f-d92c-44f2-a7d4-5a96821c0066 => generated 771 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1354] 199.19.213.163 () {34 vars in 1058 bytes} [Thu Jul 2 11:15:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=020649aa-7ea7-4f23-8005-4a0638c0f799 => generated 858 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1355] 199.19.213.163 () {34 vars in 984 bytes} [Thu Jul 2 11:15:17 2026] GET /v2.0/subnets?id=6691cf7b-8742-451f-8c96-ec8fc0076147 => generated 693 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1356] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:15:17 2026] GET /v2.0/ports?network_id=f437513f-d92c-44f2-a7d4-5a96821c0066&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1357] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:15:17 2026] GET /v2.0/networks/f437513f-d92c-44f2-a7d4-5a96821c0066?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: 684/1358] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:15:17 2026] GET /v2.0/networks/f437513f-d92c-44f2-a7d4-5a96821c0066?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: 675/1359] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:15:17 2026] GET /v2.0/ports?tenant_id=3594823daab948aab8f501c0b2830ed0&device_id=cbb57320-81fe-47ec-83b5-8f2c9409467b => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1360] 199.19.213.163 () {34 vars in 1018 bytes} [Thu Jul 2 11:15:18 2026] GET /v2.0/networks?tenant_id=3594823daab948aab8f501c0b2830ed0&shared=False => generated 772 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1361] 199.19.213.163 () {34 vars in 930 bytes} [Thu Jul 2 11:15:18 2026] GET /v2.0/networks?shared=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: 686/1362] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:18 2026] GET /v2.0/ports?device_id=cbb57320-81fe-47ec-83b5-8f2c9409467b => 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: 677/1363] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:15:18 2026] GET /v2.0/security-groups?id=db759959-fbea-41c7-95a5-5bcdf0347888&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: 687/1364] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:15:19 2026] GET /v2.0/ports?tenant_id=3594823daab948aab8f501c0b2830ed0&device_id=cbb57320-81fe-47ec-83b5-8f2c9409467b => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1365] 199.19.213.163 () {34 vars in 1058 bytes} [Thu Jul 2 11:15:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=eb19e14c-dbbb-48bc-8c73-388dea6805f6 => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1366] 199.19.213.163 () {34 vars in 984 bytes} [Thu Jul 2 11:15:19 2026] GET /v2.0/subnets?id=b5a9603a-eda9-4a58-8334-7fde444f4518 => generated 694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1367] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:15:19 2026] GET /v2.0/ports?network_id=f2e11ff0-ff40-4192-92af-d20212db943a&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1368] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:15:19 2026] GET /v2.0/networks/f2e11ff0-ff40-4192-92af-d20212db943a?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1369] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:15:19 2026] GET /v2.0/networks/f2e11ff0-ff40-4192-92af-d20212db943a?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: 681/1370] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:19 2026] GET /v2.0/ports?device_id=cbb57320-81fe-47ec-83b5-8f2c9409467b => generated 969 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1371] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:15:19 2026] GET /v2.0/security-groups?id=db759959-fbea-41c7-95a5-5bcdf0347888&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: 690/1372] 10.0.0.119 () {34 vars in 789 bytes} [Thu Jul 2 11:15:19 2026] PUT /v2.0/routers/c554c8b7-bb62-4a9c-812b-bd797904a06b/remove_router_interface => generated 309 bytes in 1072 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1373] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:15:20 2026] GET /v2.0/security-groups?tenant_id=4e2897443cd94ff9b6bc4411a3b21abd&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: 692/1374] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:21 2026] GET /v2.0/ports?device_id=cbb57320-81fe-47ec-83b5-8f2c9409467b => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1375] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:15:21 2026] DELETE /v2.0/security-groups/d490ea20-61f3-4809-8219-0b98d1ec2881 => 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: 694/1376] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:15:21 2026] GET /v2.0/security-groups?id=db759959-fbea-41c7-95a5-5bcdf0347888&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:15:21.566 7 INFO neutron.services.segments.plugin [-] Segment 5d2d64a0-d14a-4c89-9ced-c9b5bbecff8e resource provider aggregate not found 2026-07-02 11:15:21.584 7 INFO neutron.services.segments.plugin [-] Segment 5d2d64a0-d14a-4c89-9ced-c9b5bbecff8e resource provider aggregate not found 2026-07-02 11:15:21.598 7 INFO neutron.services.segments.plugin [-] Segment 5d2d64a0-d14a-4c89-9ced-c9b5bbecff8e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d2d64a0-d14a-4c89-9ced-c9b5bbecff8e found for delete ", "request_id": "req-8199e8c7-3f12-49a5-8a46-f6e01dc2b481"}]} 2026-07-02 11:15:21.607 7 INFO neutron.services.segments.plugin [-] Segment 5d2d64a0-d14a-4c89-9ced-c9b5bbecff8e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d2d64a0-d14a-4c89-9ced-c9b5bbecff8e found for delete ", "request_id": "req-8ddedf56-5b07-473c-94bc-1d38f1097e93"}]} 2026-07-02 11:15:21.615 7 INFO neutron.db.l3_hamode_db [None req-66ec2f39-bcd6-44c5-b24f-cef34c257d01 dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] HA network 992c060f-1dfc-4d18-8c64-2107daf4417b was deleted as no HA routers are present in tenant e4f1c0e344574b3b8949b545e26536d1. [pid: 7|app: 0|req: 683/1379] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:15:20 2026] DELETE /v2.0/routers/c554c8b7-bb62-4a9c-812b-bd797904a06b => generated 0 bytes in 922 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1380] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:15:21 2026] DELETE /v2.0/subnets/0c190b9d-52c3-4553-83a5-6115fb1660bb => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1381] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:15:21 2026] DELETE /v2.0/networks/c3b1fb82-003d-47cd-b52d-90d49ff2f039 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1382] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:15:22 2026] GET /v2.0/security-groups?tenant_id=e4f1c0e344574b3b8949b545e26536d1&name=default => generated 2925 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1383] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:22 2026] GET /v2.0/ports?device_id=cbb57320-81fe-47ec-83b5-8f2c9409467b => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1384] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:15:22 2026] DELETE /v2.0/security-groups/a7dc00ad-4c47-495d-b523-fbf7a06a0864 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1385] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:15:22 2026] GET /v2.0/security-groups?id=db759959-fbea-41c7-95a5-5bcdf0347888&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1386] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:23 2026] GET /v2.0/ports?device_id=cbb57320-81fe-47ec-83b5-8f2c9409467b => generated 971 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1387] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:15:23 2026] GET /v2.0/security-groups?id=db759959-fbea-41c7-95a5-5bcdf0347888&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:15:24.742 7 INFO neutron.services.segments.plugin [-] Segment fc63679c-a697-423f-a979-92a1b8513999 resource provider aggregate not found 2026-07-02 11:15:24.751 7 INFO neutron.services.segments.plugin [-] Segment fc63679c-a697-423f-a979-92a1b8513999 resource provider aggregate not found 2026-07-02 11:15:24.759 7 INFO neutron.services.segments.plugin [-] Segment fc63679c-a697-423f-a979-92a1b8513999 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc63679c-a697-423f-a979-92a1b8513999 found for delete ", "request_id": "req-034eb894-045e-4638-9eff-0b1deb9071bb"}]} [pid: 7|app: 0|req: 687/1388] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:24 2026] GET /v2.0/ports?device_id=cbb57320-81fe-47ec-83b5-8f2c9409467b => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:15:24.778 7 INFO neutron.services.segments.plugin [-] Segment fc63679c-a697-423f-a979-92a1b8513999 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc63679c-a697-423f-a979-92a1b8513999 found for delete ", "request_id": "req-5fcfca56-9a17-4da8-a620-6a99874eb179"}]} [pid: 7|app: 0|req: 688/1389] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:15:24 2026] GET /v2.0/security-groups?id=db759959-fbea-41c7-95a5-5bcdf0347888&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: 689/1390] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:24 2026] GET /v2.0/ports?device_id=cbb57320-81fe-47ec-83b5-8f2c9409467b => generated 971 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1391] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:15:24 2026] GET /v2.0/security-groups?tenant_id=c945f3e4bcab429a9a49db944a39df36&name=default => generated 2925 bytes in 393 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1392] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:15:25 2026] DELETE /v2.0/security-groups/24a10587-b98f-48c7-8c32-2ad8027dc806 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:15:25.372 7 INFO neutron.db.l3_db [None req-cb81f567-49a8-4e5d-8e03-a9adb2006218 2eba20f7b60849ac8af3925b6e0b9cb2 3594823daab948aab8f501c0b2830ed0 - - default default] Floating IP ed692c10-6404-40be-9fba-117f425462b7 associated. External IP: 10.96.250.219, port: eb19e14c-dbbb-48bc-8c73-388dea6805f6. [pid: 7|app: 0|req: 690/1393] 10.0.0.119 () {34 vars in 749 bytes} [Thu Jul 2 11:15:25 2026] PUT /v2.0/floatingips/ed692c10-6404-40be-9fba-117f425462b7 => generated 855 bytes in 812 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1394] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:25 2026] GET /v2.0/ports?device_id=cbb57320-81fe-47ec-83b5-8f2c9409467b => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:15:25.921 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5530face-ec05-48e5-a839-75337da324d6'] response: {'name': 'network-changed', 'server_uuid': 'cbb57320-81fe-47ec-83b5-8f2c9409467b', 'tag': 'eb19e14c-dbbb-48bc-8c73-388dea6805f6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 692/1395] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:15:25 2026] GET /v2.0/security-groups?id=db759959-fbea-41c7-95a5-5bcdf0347888&fields=id&fields=name => generated 113 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1396] 10.0.0.100 () {34 vars in 990 bytes} [Thu Jul 2 11:15:25 2026] GET /v2.0/ports?device_id=44824426-b36e-4730-a4f9-34c2ba1cc431 => generated 1240 bytes in 374 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1397] 10.0.0.100 () {34 vars in 1040 bytes} [Thu Jul 2 11:15:26 2026] GET /v2.0/security-groups?id=017811eb-ab91-4933-9dea-bd63ead949cf&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1398] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:26 2026] GET /v2.0/ports?device_id=cbb57320-81fe-47ec-83b5-8f2c9409467b => generated 971 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1399] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:15:26 2026] GET /v2.0/security-groups?id=db759959-fbea-41c7-95a5-5bcdf0347888&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: 8|app: 0|req: 706/1400] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:15:26 2026] GET /v2.0/ports?tenant_id=3594823daab948aab8f501c0b2830ed0&device_id=cbb57320-81fe-47ec-83b5-8f2c9409467b => generated 1240 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1401] 199.19.213.163 () {34 vars in 986 bytes} [Thu Jul 2 11:15:26 2026] GET /v2.0/networks?id=f2e11ff0-ff40-4192-92af-d20212db943a => generated 772 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1402] 199.19.213.163 () {34 vars in 1058 bytes} [Thu Jul 2 11:15:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=eb19e14c-dbbb-48bc-8c73-388dea6805f6 => generated 858 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1403] 199.19.213.163 () {34 vars in 984 bytes} [Thu Jul 2 11:15:26 2026] GET /v2.0/subnets?id=b5a9603a-eda9-4a58-8334-7fde444f4518 => generated 694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1404] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:15:26 2026] GET /v2.0/ports?network_id=f2e11ff0-ff40-4192-92af-d20212db943a&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1405] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:15:26 2026] GET /v2.0/networks/f2e11ff0-ff40-4192-92af-d20212db943a?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1406] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:15:26 2026] GET /v2.0/networks/f2e11ff0-ff40-4192-92af-d20212db943a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:15:27.399 7 WARNING neutron_lib.context [None req-ee0dad8f-143a-466b-9d24-5a7bcba6c2d4 5aaf064dbe514eb4bbf8a82aa08676c1 835ef3f0d6be458abda246caf8fb81ba - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:15:27.441 7 INFO neutron.db.segments_db [None req-ee0dad8f-143a-466b-9d24-5a7bcba6c2d4 5aaf064dbe514eb4bbf8a82aa08676c1 835ef3f0d6be458abda246caf8fb81ba - - default default] Added segment 5f8b82d6-a70c-45b6-86ee-505b81567001 of type vxlan for network 1d3145b1-d597-4caa-b57e-48e3d33b3c0a [pid: 8|app: 0|req: 710/1407] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:27 2026] GET /v2.0/ports?device_id=cbb57320-81fe-47ec-83b5-8f2c9409467b => 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: 711/1408] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:15:27 2026] GET /v2.0/security-groups?id=db759959-fbea-41c7-95a5-5bcdf0347888&fields=id&fields=name => generated 113 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:15:27.735 7 INFO neutron.db.l3_hamode_db [None req-ee0dad8f-143a-466b-9d24-5a7bcba6c2d4 5aaf064dbe514eb4bbf8a82aa08676c1 835ef3f0d6be458abda246caf8fb81ba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 11:15:27.884 7 INFO neutron.db.l3_hamode_db [None req-ee0dad8f-143a-466b-9d24-5a7bcba6c2d4 5aaf064dbe514eb4bbf8a82aa08676c1 835ef3f0d6be458abda246caf8fb81ba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 712/1409] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:27 2026] GET /v2.0/ports?device_id=44824426-b36e-4730-a4f9-34c2ba1cc431 => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1410] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:15:28 2026] GET /v2.0/security-groups?id=017811eb-ab91-4933-9dea-bd63ead949cf&fields=id&fields=name => generated 114 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1411] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:28 2026] GET /v2.0/ports?device_id=44824426-b36e-4730-a4f9-34c2ba1cc431 => 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: 715/1412] 199.19.213.163 () {34 vars in 994 bytes} [Thu Jul 2 11:15:28 2026] GET /v2.0/ports?device_id=cbb57320-81fe-47ec-83b5-8f2c9409467b => 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: 716/1413] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:15:28 2026] GET /v2.0/security-groups?id=017811eb-ab91-4933-9dea-bd63ead949cf&fields=id&fields=name => generated 114 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:15:28.558 8 INFO neutron.db.l3_db [req-39533f5d-1529-41ec-96b1-fe8bd004955b req-272fca25-e540-45ed-aff8-0ebc195573aa 2eba20f7b60849ac8af3925b6e0b9cb2 3594823daab948aab8f501c0b2830ed0 - - default default] Floating IP ed692c10-6404-40be-9fba-117f425462b7 disassociated. External IP: 10.96.250.219, port: eb19e14c-dbbb-48bc-8c73-388dea6805f6. [pid: 7|app: 0|req: 698/1414] 10.0.0.119 () {34 vars in 668 bytes} [Thu Jul 2 11:15:27 2026] POST /v2.0/routers => generated 474 bytes in 1384 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:15:28.625 7 WARNING neutron_lib.context [None req-3fd973e1-8399-4d21-a64d-9eac650f6a14 5aaf064dbe514eb4bbf8a82aa08676c1 835ef3f0d6be458abda246caf8fb81ba - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:15:28.673 7 INFO neutron.db.l3_hamode_db [None req-3fd973e1-8399-4d21-a64d-9eac650f6a14 5aaf064dbe514eb4bbf8a82aa08676c1 835ef3f0d6be458abda246caf8fb81ba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 11:15:28.816 7 INFO neutron.db.l3_hamode_db [None req-3fd973e1-8399-4d21-a64d-9eac650f6a14 5aaf064dbe514eb4bbf8a82aa08676c1 835ef3f0d6be458abda246caf8fb81ba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 717/1415] 199.19.213.163 () {36 vars in 997 bytes} [Thu Jul 2 11:15:28 2026] DELETE /v2.0/ports/eb19e14c-dbbb-48bc-8c73-388dea6805f6 => generated 0 bytes in 622 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1416] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:28 2026] GET /v2.0/ports?device_id=44824426-b36e-4730-a4f9-34c2ba1cc431 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1417] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:28 2026] GET /v2.0/ports?device_id=cbb57320-81fe-47ec-83b5-8f2c9409467b => 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: 720/1418] 10.0.0.52 () {30 vars in 649 bytes} [Thu Jul 2 11:15:28 2026] GET /v2.0/extensions => generated 20516 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-07-02 11:15:29.030 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-dc294e13-290d-4cf6-8d1f-acb3f26e77e2'] response: {'server_uuid': 'cbb57320-81fe-47ec-83b5-8f2c9409467b', 'name': 'network-vif-deleted', 'tag': 'eb19e14c-dbbb-48bc-8c73-388dea6805f6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 721/1419] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:15:29 2026] GET /v2.0/security-groups?id=017811eb-ab91-4933-9dea-bd63ead949cf&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: 722/1420] 10.0.0.52 () {30 vars in 723 bytes} [Thu Jul 2 11:15:29 2026] GET /v2.0/quotas/92c11b9722bb4cf7a1576415179ca0a7/details => generated 847 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1421] 10.0.0.119 () {34 vars in 668 bytes} [Thu Jul 2 11:15:28 2026] POST /v2.0/routers => generated 474 bytes in 862 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:15:29.496 8 WARNING neutron_lib.context [None req-e86e7d1f-8176-480f-8250-c4802b648763 5aaf064dbe514eb4bbf8a82aa08676c1 835ef3f0d6be458abda246caf8fb81ba - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:15:29.540 8 INFO neutron.db.l3_hamode_db [None req-e86e7d1f-8176-480f-8250-c4802b648763 5aaf064dbe514eb4bbf8a82aa08676c1 835ef3f0d6be458abda246caf8fb81ba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 11:15:29.646 8 INFO neutron.db.l3_hamode_db [None req-e86e7d1f-8176-480f-8250-c4802b648763 5aaf064dbe514eb4bbf8a82aa08676c1 835ef3f0d6be458abda246caf8fb81ba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 700/1422] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:30 2026] GET /v2.0/ports?device_id=cbb57320-81fe-47ec-83b5-8f2c9409467b => 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: 701/1423] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:30 2026] GET /v2.0/ports?device_id=44824426-b36e-4730-a4f9-34c2ba1cc431 => generated 971 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1424] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:15:30 2026] GET /v2.0/ports?tenant_id=574e3b7b67f64a04a5534e2f75c682ac&device_id=44824426-b36e-4730-a4f9-34c2ba1cc431 => generated 1240 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1425] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:15:30 2026] GET /v2.0/security-groups?id=017811eb-ab91-4933-9dea-bd63ead949cf&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1426] 10.0.0.119 () {34 vars in 668 bytes} [Thu Jul 2 11:15:29 2026] POST /v2.0/routers => generated 474 bytes in 892 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:15:30.389 8 WARNING neutron_lib.context [None req-c9756777-7861-442d-85d5-e49e1b086861 5aaf064dbe514eb4bbf8a82aa08676c1 835ef3f0d6be458abda246caf8fb81ba - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 704/1427] 199.19.213.163 () {34 vars in 986 bytes} [Thu Jul 2 11:15:30 2026] GET /v2.0/networks?id=f437513f-d92c-44f2-a7d4-5a96821c0066 => generated 771 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:15:30.434 8 INFO neutron.db.l3_hamode_db [None req-c9756777-7861-442d-85d5-e49e1b086861 5aaf064dbe514eb4bbf8a82aa08676c1 835ef3f0d6be458abda246caf8fb81ba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 705/1428] 199.19.213.163 () {34 vars in 1058 bytes} [Thu Jul 2 11:15:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=020649aa-7ea7-4f23-8005-4a0638c0f799 => generated 860 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1429] 199.19.213.163 () {34 vars in 984 bytes} [Thu Jul 2 11:15:30 2026] GET /v2.0/subnets?id=6691cf7b-8742-451f-8c96-ec8fc0076147 => 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: 707/1430] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:15:30 2026] GET /v2.0/ports?network_id=f437513f-d92c-44f2-a7d4-5a96821c0066&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:15:30.564 8 INFO neutron.db.l3_hamode_db [None req-c9756777-7861-442d-85d5-e49e1b086861 5aaf064dbe514eb4bbf8a82aa08676c1 835ef3f0d6be458abda246caf8fb81ba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 708/1431] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:15:30 2026] GET /v2.0/networks/f437513f-d92c-44f2-a7d4-5a96821c0066?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1432] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:15:30 2026] GET /v2.0/networks/f437513f-d92c-44f2-a7d4-5a96821c0066?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: 710/1433] 10.0.0.52 () {30 vars in 649 bytes} [Thu Jul 2 11:15:31 2026] GET /v2.0/extensions => generated 20516 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1434] 10.0.0.52 () {30 vars in 723 bytes} [Thu Jul 2 11:15:31 2026] GET /v2.0/quotas/92c11b9722bb4cf7a1576415179ca0a7/details => generated 847 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1435] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:31 2026] GET /v2.0/ports?device_id=cbb57320-81fe-47ec-83b5-8f2c9409467b => 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: 724/1436] 10.0.0.119 () {34 vars in 668 bytes} [Thu Jul 2 11:15:30 2026] POST /v2.0/routers => generated 474 bytes in 813 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:15:31.210 7 WARNING neutron_lib.context [None req-f1fe0c58-116b-4205-ae36-3032627809e3 5aaf064dbe514eb4bbf8a82aa08676c1 835ef3f0d6be458abda246caf8fb81ba - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:15:31.248 7 INFO neutron.db.l3_hamode_db [None req-f1fe0c58-116b-4205-ae36-3032627809e3 5aaf064dbe514eb4bbf8a82aa08676c1 835ef3f0d6be458abda246caf8fb81ba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 11:15:31.386 7 INFO neutron.db.l3_hamode_db [None req-f1fe0c58-116b-4205-ae36-3032627809e3 5aaf064dbe514eb4bbf8a82aa08676c1 835ef3f0d6be458abda246caf8fb81ba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 725/1437] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:31 2026] GET /v2.0/ports?device_id=44824426-b36e-4730-a4f9-34c2ba1cc431 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1438] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:15:31 2026] GET /v2.0/security-groups?id=017811eb-ab91-4933-9dea-bd63ead949cf&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1439] 10.0.0.119 () {34 vars in 668 bytes} [Thu Jul 2 11:15:31 2026] POST /v2.0/routers => generated 474 bytes in 778 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1440] 10.0.0.119 () {34 vars in 751 bytes} [Thu Jul 2 11:15:31 2026] PUT /v2.0/routers/b2923d85-e3b4-4f47-9968-18428a753f36/tags => generated 17 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1441] 10.0.0.119 () {34 vars in 751 bytes} [Thu Jul 2 11:15:32 2026] PUT /v2.0/routers/c7dca3f2-a03e-4a3a-a48c-b5824d7db1ae/tags => generated 25 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1442] 10.0.0.119 () {34 vars in 751 bytes} [Thu Jul 2 11:15:32 2026] PUT /v2.0/routers/66561f57-1048-485e-9709-9575c1dc6623/tags => generated 34 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1443] 10.0.0.119 () {34 vars in 751 bytes} [Thu Jul 2 11:15:32 2026] PUT /v2.0/routers/1d2907dd-807c-4576-b998-1aa7710af666/tags => generated 19 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1444] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:15:32 2026] DELETE /v2.0/security-groups/db759959-fbea-41c7-95a5-5bcdf0347888 => 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: 716/1445] 10.0.0.119 () {32 vars in 664 bytes} [Thu Jul 2 11:15:32 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:15:32.383 8 INFO neutron.api.v2.resource [None req-1a04df30-3103-4615-861c-1303098c1249 2eba20f7b60849ac8af3925b6e0b9cb2 3594823daab948aab8f501c0b2830ed0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 730/1446] 10.0.0.119 () {32 vars in 737 bytes} [Thu Jul 2 11:15:32 2026] GET /v2.0/security-groups/db759959-fbea-41c7-95a5-5bcdf0347888 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1447] 10.0.0.119 () {32 vars in 678 bytes} [Thu Jul 2 11:15:32 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1448] 10.0.0.119 () {32 vars in 674 bytes} [Thu Jul 2 11:15:32 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1449] 10.0.0.119 () {32 vars in 686 bytes} [Thu Jul 2 11:15:32 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1450] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:32 2026] GET /v2.0/ports?device_id=44824426-b36e-4730-a4f9-34c2ba1cc431 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1451] 10.0.0.119 () {32 vars in 672 bytes} [Thu Jul 2 11:15:32 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1452] 10.0.0.119 () {32 vars in 732 bytes} [Thu Jul 2 11:15:32 2026] DELETE /v2.0/floatingips/ed692c10-6404-40be-9fba-117f425462b7 => generated 0 bytes in 315 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1453] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:15:32 2026] GET /v2.0/security-groups?id=017811eb-ab91-4933-9dea-bd63ead949cf&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1454] 10.0.0.119 () {32 vars in 686 bytes} [Thu Jul 2 11:15:32 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1455] 10.0.0.119 () {32 vars in 682 bytes} [Thu Jul 2 11:15:32 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1456] 10.0.0.119 () {32 vars in 694 bytes} [Thu Jul 2 11:15:32 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1457] 10.0.0.119 () {32 vars in 721 bytes} [Thu Jul 2 11:15:32 2026] GET /v2.0/routers/b2923d85-e3b4-4f47-9968-18428a753f36 => generated 485 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1458] 10.0.0.119 () {34 vars in 742 bytes} [Thu Jul 2 11:15:32 2026] PUT /v2.0/routers/b2923d85-e3b4-4f47-9968-18428a753f36 => generated 485 bytes in 594 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1459] 10.0.0.119 () {34 vars in 789 bytes} [Thu Jul 2 11:15:32 2026] PUT /v2.0/routers/5944322e-2e72-46a7-87fc-d89a87386c31/remove_router_interface => generated 309 bytes in 969 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1460] 10.0.0.119 () {32 vars in 736 bytes} [Thu Jul 2 11:15:33 2026] GET /v2.0/ports?device_id=b2923d85-e3b4-4f47-9968-18428a753f36 => 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: 737/1461] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:15:33 2026] GET /v2.0/security-groups?tenant_id=92c11b9722bb4cf7a1576415179ca0a7&name=default => generated 2925 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1462] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:15:33 2026] DELETE /v2.0/routers/b2923d85-e3b4-4f47-9968-18428a753f36 => generated 0 bytes in 346 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1463] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:15:34 2026] DELETE /v2.0/security-groups/216cb589-f003-450d-97a0-b96293eecb33 => 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: 740/1464] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:34 2026] GET /v2.0/ports?device_id=44824426-b36e-4730-a4f9-34c2ba1cc431 => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1465] 10.0.0.119 () {32 vars in 721 bytes} [Thu Jul 2 11:15:34 2026] GET /v2.0/routers/c7dca3f2-a03e-4a3a-a48c-b5824d7db1ae => generated 493 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1466] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:15:34 2026] GET /v2.0/security-groups?id=017811eb-ab91-4933-9dea-bd63ead949cf&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:15:34.580 7 INFO neutron.services.segments.plugin [-] Segment 600a6c0b-acb8-44c8-85db-cc3ba801b818 resource provider aggregate not found 2026-07-02 11:15:34.587 7 INFO neutron.services.segments.plugin [-] Segment 600a6c0b-acb8-44c8-85db-cc3ba801b818 resource provider aggregate not found 2026-07-02 11:15:34.604 7 INFO neutron.services.segments.plugin [-] Segment 600a6c0b-acb8-44c8-85db-cc3ba801b818 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 600a6c0b-acb8-44c8-85db-cc3ba801b818 found for delete ", "request_id": "req-de65a313-74bf-409a-a5fe-b1f7267d9dc9"}]} 2026-07-02 11:15:34.607 7 INFO neutron.services.segments.plugin [-] Segment 600a6c0b-acb8-44c8-85db-cc3ba801b818 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 600a6c0b-acb8-44c8-85db-cc3ba801b818 found for delete ", "request_id": "req-8bc528e0-a22b-4437-89d8-faa2159e403b"}]} 2026-07-02 11:15:34.649 7 INFO neutron.db.l3_hamode_db [None req-85a9d981-f739-4c98-9572-5f8197e963b3 dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] HA network 8ee8a707-4495-4f30-acff-bc9e0528f1a2 was deleted as no HA routers are present in tenant 3594823daab948aab8f501c0b2830ed0. [pid: 7|app: 0|req: 725/1467] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:15:33 2026] DELETE /v2.0/routers/5944322e-2e72-46a7-87fc-d89a87386c31 => generated 0 bytes in 941 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1468] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:15:34 2026] DELETE /v2.0/subnets/b5a9603a-eda9-4a58-8334-7fde444f4518 => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1469] 10.0.0.119 () {34 vars in 742 bytes} [Thu Jul 2 11:15:34 2026] PUT /v2.0/routers/c7dca3f2-a03e-4a3a-a48c-b5824d7db1ae => generated 493 bytes in 584 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1470] 10.0.0.119 () {32 vars in 736 bytes} [Thu Jul 2 11:15:35 2026] GET /v2.0/ports?device_id=c7dca3f2-a03e-4a3a-a48c-b5824d7db1ae => 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: 727/1471] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:15:34 2026] DELETE /v2.0/networks/f2e11ff0-ff40-4192-92af-d20212db943a => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1472] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:15:35 2026] GET /v2.0/security-groups?tenant_id=3594823daab948aab8f501c0b2830ed0&name=default => generated 2925 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1473] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:15:35 2026] DELETE /v2.0/routers/c7dca3f2-a03e-4a3a-a48c-b5824d7db1ae => generated 0 bytes in 386 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1474] 10.0.0.119 () {32 vars in 721 bytes} [Thu Jul 2 11:15:35 2026] GET /v2.0/routers/66561f57-1048-485e-9709-9575c1dc6623 => generated 502 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1475] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:15:35 2026] DELETE /v2.0/security-groups/44c56287-00b3-4076-9221-5ac2c6118f2c => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1476] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:35 2026] GET /v2.0/ports?device_id=44824426-b36e-4730-a4f9-34c2ba1cc431 => generated 969 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1477] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:15:35 2026] GET /v2.0/security-groups?id=017811eb-ab91-4933-9dea-bd63ead949cf&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1478] 10.0.0.119 () {34 vars in 742 bytes} [Thu Jul 2 11:15:35 2026] PUT /v2.0/routers/66561f57-1048-485e-9709-9575c1dc6623 => generated 502 bytes in 683 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1479] 10.0.0.119 () {32 vars in 736 bytes} [Thu Jul 2 11:15:36 2026] GET /v2.0/ports?device_id=66561f57-1048-485e-9709-9575c1dc6623 => 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: 749/1480] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:15:36 2026] DELETE /v2.0/routers/66561f57-1048-485e-9709-9575c1dc6623 => generated 0 bytes in 381 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:15:36.577 7 INFO neutron.db.segments_db [None req-8faf8acd-1869-44de-906b-b6a50545088d dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] Added segment ac2969b7-2e34-40e2-853c-b436e8c5535a of type vxlan for network 55973386-f096-4b1d-896a-18db4d9b5c45 [pid: 8|app: 0|req: 752/1483] 10.0.0.119 () {32 vars in 721 bytes} [Thu Jul 2 11:15:36 2026] GET /v2.0/routers/1d2907dd-807c-4576-b998-1aa7710af666 => generated 487 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:15:36.639 7 INFO neutron.services.segments.plugin [-] Segment 25e58327-a8ea-4fa4-a466-8e98e247fb5d resource provider aggregate not found 2026-07-02 11:15:36.645 7 INFO neutron.services.segments.plugin [-] Segment 25e58327-a8ea-4fa4-a466-8e98e247fb5d resource provider aggregate not found 2026-07-02 11:15:36.654 7 INFO neutron.services.segments.plugin [-] Segment 25e58327-a8ea-4fa4-a466-8e98e247fb5d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 25e58327-a8ea-4fa4-a466-8e98e247fb5d found for delete ", "request_id": "req-75d75ef5-c892-44b3-a4fe-cb2da83135cd"}]} 2026-07-02 11:15:36.664 7 INFO neutron.services.segments.plugin [-] Segment 25e58327-a8ea-4fa4-a466-8e98e247fb5d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 25e58327-a8ea-4fa4-a466-8e98e247fb5d found for delete ", "request_id": "req-c39498eb-4f3e-4317-b365-1adb862e0a81"}]} [pid: 7|app: 0|req: 732/1484] 10.0.0.119 () {34 vars in 671 bytes} [Thu Jul 2 11:15:36 2026] POST /v2.0/networks => generated 740 bytes in 539 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1485] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:15:36 2026] POST /v2.0/subnets => generated 687 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1486] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:36 2026] GET /v2.0/ports?device_id=44824426-b36e-4730-a4f9-34c2ba1cc431 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:15:36.994 7 INFO neutron.db.segments_db [None req-24dfc410-0f22-4d73-85a3-19d5f082d515 dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] Added segment df4d7292-36e4-43cd-9e2d-2bad72360a74 of type vxlan for network 0c5d7a87-a63d-4e02-b50d-adfaf2d1d3c4 2026-07-02 11:15:37.248 7 INFO neutron.db.l3_hamode_db [None req-24dfc410-0f22-4d73-85a3-19d5f082d515 dee781bd6ee44ec68a2c8b02a82b83aa 6f5881258f8b4e02b8c05ab0fcfcecd8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 753/1487] 10.0.0.119 () {34 vars in 742 bytes} [Thu Jul 2 11:15:36 2026] PUT /v2.0/routers/1d2907dd-807c-4576-b998-1aa7710af666 => generated 487 bytes in 1305 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1488] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:15:37 2026] GET /v2.0/security-groups?id=017811eb-ab91-4933-9dea-bd63ead949cf&fields=id&fields=name => generated 114 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1489] 10.0.0.119 () {32 vars in 736 bytes} [Thu Jul 2 11:15:38 2026] GET /v2.0/ports?device_id=1d2907dd-807c-4576-b998-1aa7710af666 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:15:38.106 7 INFO neutron.db.l3_hamode_db [None req-24dfc410-0f22-4d73-85a3-19d5f082d515 dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 756/1490] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:15:38 2026] DELETE /v2.0/routers/1d2907dd-807c-4576-b998-1aa7710af666 => generated 0 bytes in 465 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1491] 10.0.0.119 () {32 vars in 721 bytes} [Thu Jul 2 11:15:38 2026] GET /v2.0/routers/381f351b-ce94-4945-bc77-7f6a71e7a2b0 => generated 480 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1492] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:15:36 2026] POST /v2.0/routers => generated 727 bytes in 2050 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1493] 10.0.0.119 () {34 vars in 742 bytes} [Thu Jul 2 11:15:38 2026] PUT /v2.0/routers/381f351b-ce94-4945-bc77-7f6a71e7a2b0 => generated 480 bytes in 585 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1494] 10.0.0.119 () {32 vars in 736 bytes} [Thu Jul 2 11:15:39 2026] GET /v2.0/ports?device_id=381f351b-ce94-4945-bc77-7f6a71e7a2b0 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:15:39.746 8 INFO neutron.services.segments.plugin [-] Segment 5f8b82d6-a70c-45b6-86ee-505b81567001 resource provider aggregate not found 2026-07-02 11:15:39.758 8 INFO neutron.services.segments.plugin [-] Segment 5f8b82d6-a70c-45b6-86ee-505b81567001 resource provider aggregate not found 2026-07-02 11:15:39.761 8 INFO neutron.services.segments.plugin [-] Segment 5f8b82d6-a70c-45b6-86ee-505b81567001 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f8b82d6-a70c-45b6-86ee-505b81567001 found for delete ", "request_id": "req-30521097-a406-480f-a3d8-8080c675a551"}]} 2026-07-02 11:15:39.764 8 INFO neutron.db.l3_hamode_db [None req-606da629-fbeb-4ed0-a4d2-beac53133d0b 5aaf064dbe514eb4bbf8a82aa08676c1 835ef3f0d6be458abda246caf8fb81ba - - default default] HA network 1d3145b1-d597-4caa-b57e-48e3d33b3c0a was deleted as no HA routers are present in tenant 835ef3f0d6be458abda246caf8fb81ba. [pid: 8|app: 0|req: 760/1495] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:15:39 2026] DELETE /v2.0/routers/381f351b-ce94-4945-bc77-7f6a71e7a2b0 => generated 0 bytes in 567 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:15:39.865 8 INFO neutron.services.segments.plugin [-] Segment 5f8b82d6-a70c-45b6-86ee-505b81567001 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f8b82d6-a70c-45b6-86ee-505b81567001 found for delete ", "request_id": "req-c0161183-dd61-4a59-a26c-20ac8bde6b06"}]} [pid: 7|app: 0|req: 736/1496] 10.0.0.119 () {34 vars in 783 bytes} [Thu Jul 2 11:15:39 2026] PUT /v2.0/routers/9dc376a2-38c8-479b-be92-0acc9bc0e054/add_router_interface => generated 309 bytes in 1197 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1497] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:15:39 2026] GET /v2.0/security-groups?tenant_id=dd384f9c36054b91ae638739bc52ae9f&name=default => generated 2925 bytes in 356 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1498] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:15:40 2026] DELETE /v2.0/security-groups/10d008ee-4ceb-413f-b959-15dbc7a5a2aa => 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: 762/1499] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:15:40 2026] GET /v2.0/security-groups?tenant_id=ed91bd0695194de0a37018a2039da8c1&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1500] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:15:40 2026] DELETE /v2.0/security-groups/9d74f9c7-c228-4fdb-a4e8-c29238225795 => 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: 738/1501] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:15:40 2026] GET /v2.0/security-groups?tenant_id=835ef3f0d6be458abda246caf8fb81ba&name=default => generated 2925 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1502] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:15:40 2026] DELETE /v2.0/security-groups/a86ba576-c752-423c-82b8-edfa31031142 => 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: 739/1503] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:15:41 2026] GET /v2.0/security-groups?tenant_id=7955987f60f84376ad9a822bf3a7eb85&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1504] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:15:41 2026] DELETE /v2.0/security-groups/24a6f970-cbbc-4226-9762-0528459c1d4c => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1505] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:15:41 2026] GET /v2.0/security-groups?tenant_id=625ff2878a0a4fb4b3b37e31b9d10e3c&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: 741/1506] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:15:41 2026] DELETE /v2.0/security-groups/7848a912-9164-4650-9a4b-8f18529d0736 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:15:41.749 8 INFO neutron.db.segments_db [None req-f6b2941a-edb2-400f-b253-a52a8811cdbb dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] Added segment c4a48ce7-6129-4c58-8f45-de63fb46c8bd of type vxlan for network a4cf48df-99fd-4643-9a65-574ef69c6c98 [pid: 8|app: 0|req: 766/1507] 10.0.0.119 () {34 vars in 671 bytes} [Thu Jul 2 11:15:41 2026] POST /v2.0/networks => generated 741 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1508] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:15:41 2026] POST /v2.0/subnets => generated 688 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:15:42.165 8 INFO neutron.db.segments_db [None req-f6ecdef1-0122-4576-84b7-1efec5e499f8 dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] Added segment c12e1f3e-cfe9-479e-801c-7eeba0ddb244 of type vxlan for network 7e2d7a60-13a5-4fa5-ac4a-85b7d94fc425 2026-07-02 11:15:42.447 8 INFO neutron.db.l3_hamode_db [None req-f6ecdef1-0122-4576-84b7-1efec5e499f8 dee781bd6ee44ec68a2c8b02a82b83aa f90c39557c4945b6bf74b85518bbf8a1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 11:15:43.362 8 INFO neutron.db.l3_hamode_db [None req-f6ecdef1-0122-4576-84b7-1efec5e499f8 dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 743/1509] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:15:43 2026] GET /v2.0/security-groups?tenant_id=ce278eddf4e84b9691b801035d8d13d4&name=default => generated 2925 bytes in 389 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1510] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:15:43 2026] DELETE /v2.0/security-groups/95896c36-d289-444c-93b7-5ede02180685 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1511] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:15:42 2026] POST /v2.0/routers => generated 728 bytes in 2446 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:15:45.886 8 WARNING neutron_lib.context [None req-f317b60c-392e-4ca1-8a94-f8233961e89f e61c3f1a8eb74d79bfcd17fb41bd13ca 60b7880f0ee0462da9759e2032f66674 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 745/1512] 10.0.0.119 () {34 vars in 783 bytes} [Thu Jul 2 11:15:44 2026] PUT /v2.0/routers/9cf20643-42ee-441b-8d68-3cbae3d49710/add_router_interface => generated 309 bytes in 1391 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:15:46.082 8 INFO neutron.db.segments_db [None req-f317b60c-392e-4ca1-8a94-f8233961e89f e61c3f1a8eb74d79bfcd17fb41bd13ca 60b7880f0ee0462da9759e2032f66674 - - default default] Added segment d5629eef-7cca-4d57-9339-b074a03d01a6 of type vxlan for network 68c555d6-82b6-4248-a51f-aa5e209feaa4 [pid: 8|app: 0|req: 768/1513] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:15:45 2026] POST /v2.0/networks => generated 649 bytes in 539 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:15:46.238 7 WARNING neutron_lib.context [None req-a657106f-8e94-4776-af83-fb12b50d5f19 e61c3f1a8eb74d79bfcd17fb41bd13ca 60b7880f0ee0462da9759e2032f66674 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:15:46.444 8 WARNING neutron_lib.context [None req-698ba1fe-dc2d-4d22-91a5-4b4e6671f09d 71616c1516c6461d97bf450679f23093 6c05e66dfb1249b8a14597f976661934 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 769/1514] 10.0.0.119 () {34 vars in 676 bytes} [Thu Jul 2 11:15:46 2026] POST /v2.0/subnetpools => generated 516 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:15:46.549 8 WARNING neutron_lib.context [None req-a98c1e12-0595-422a-8611-2964d1804f88 71616c1516c6461d97bf450679f23093 6c05e66dfb1249b8a14597f976661934 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 746/1515] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:15:46 2026] POST /v2.0/subnets => generated 627 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:15:46.577 7 WARNING neutron_lib.context [None req-a2595a97-b4dc-47b2-bbdd-7e026ae338a2 e61c3f1a8eb74d79bfcd17fb41bd13ca 60b7880f0ee0462da9759e2032f66674 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:15:46.644 7 INFO neutron.db.segments_db [None req-a2595a97-b4dc-47b2-bbdd-7e026ae338a2 e61c3f1a8eb74d79bfcd17fb41bd13ca 60b7880f0ee0462da9759e2032f66674 - - default default] Added segment 3942648a-fad9-4813-b6f9-102c80fa30b8 of type vxlan for network 0961a5c7-2e08-449e-9f3b-7ee2bec88b8a [pid: 8|app: 0|req: 770/1516] 10.0.0.119 () {34 vars in 676 bytes} [Thu Jul 2 11:15:46 2026] POST /v2.0/subnetpools => generated 516 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:15:46.694 8 WARNING neutron_lib.context [None req-01513eb5-e22c-41a9-a40f-4bc1a82966f3 2ea9be3d39244e3fabe5167bb1274cbf 6f5881258f8b4e02b8c05ab0fcfcecd8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 771/1517] 10.0.0.119 () {34 vars in 685 bytes} [Thu Jul 2 11:15:46 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) 2026-07-02 11:15:46.850 8 WARNING neutron_lib.context [None req-633daf7b-73bd-479e-96e1-fef7fcf76a5e 71616c1516c6461d97bf450679f23093 6c05e66dfb1249b8a14597f976661934 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 772/1518] 10.0.0.119 () {34 vars in 676 bytes} [Thu Jul 2 11:15:46 2026] POST /v2.0/subnetpools => generated 516 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:15:46.924 8 WARNING neutron_lib.context [None req-3d7f05d1-4fd5-46f1-8d00-6d4465b8d070 2ea9be3d39244e3fabe5167bb1274cbf 6f5881258f8b4e02b8c05ab0fcfcecd8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:15:46.941 7 INFO neutron.db.l3_hamode_db [None req-a2595a97-b4dc-47b2-bbdd-7e026ae338a2 e61c3f1a8eb74d79bfcd17fb41bd13ca 60b7880f0ee0462da9759e2032f66674 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 773/1519] 10.0.0.119 () {34 vars in 695 bytes} [Thu Jul 2 11:15:46 2026] POST /v2.0/security-group-rules => generated 597 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:15:47.122 8 WARNING neutron_lib.context [None req-3b025cea-8b21-4698-8c4d-c276517989ff 71616c1516c6461d97bf450679f23093 6c05e66dfb1249b8a14597f976661934 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 774/1520] 10.0.0.119 () {34 vars in 676 bytes} [Thu Jul 2 11:15:47 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) 2026-07-02 11:15:47.174 8 WARNING neutron_lib.context [None req-e0e94533-9fb5-4628-a612-222bdc9fd2b0 2ea9be3d39244e3fabe5167bb1274cbf 6f5881258f8b4e02b8c05ab0fcfcecd8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 775/1521] 10.0.0.119 () {34 vars in 695 bytes} [Thu Jul 2 11:15:47 2026] POST /v2.0/security-group-rules => generated 596 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:15:47.284 8 WARNING neutron_lib.context [None req-aa0b513e-4753-407a-85bd-22d756634731 71616c1516c6461d97bf450679f23093 6c05e66dfb1249b8a14597f976661934 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 776/1522] 10.0.0.119 () {34 vars in 676 bytes} [Thu Jul 2 11:15:47 2026] POST /v2.0/subnetpools => generated 516 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:15:47.341 8 WARNING neutron_lib.context [None req-05b63bca-002b-4a90-a9e0-912276ee59ff 2ea9be3d39244e3fabe5167bb1274cbf 6f5881258f8b4e02b8c05ab0fcfcecd8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 777/1523] 10.0.0.119 () {34 vars in 695 bytes} [Thu Jul 2 11:15:47 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: 778/1524] 10.0.0.119 () {34 vars in 759 bytes} [Thu Jul 2 11:15:47 2026] PUT /v2.0/subnetpools/5147e632-1300-4826-8d40-25b1852465fe/tags => generated 17 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:15:47.490 8 WARNING neutron_lib.context [None req-b281ce30-ea59-49a1-b5f8-a08d6756cb36 2ea9be3d39244e3fabe5167bb1274cbf 6f5881258f8b4e02b8c05ab0fcfcecd8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 779/1525] 10.0.0.119 () {34 vars in 695 bytes} [Thu Jul 2 11:15:47 2026] POST /v2.0/security-group-rules => generated 601 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1526] 10.0.0.119 () {34 vars in 759 bytes} [Thu Jul 2 11:15:47 2026] PUT /v2.0/subnetpools/8112d332-1681-405d-87ca-d143037f2d68/tags => generated 25 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:15:47.636 8 WARNING neutron_lib.context [None req-2c5da456-0cef-4575-a97c-ed1fb72f582e 2ea9be3d39244e3fabe5167bb1274cbf 6f5881258f8b4e02b8c05ab0fcfcecd8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:15:47.665 8 INFO neutron.db.securitygroups_db [None req-2c5da456-0cef-4575-a97c-ed1fb72f582e 2ea9be3d39244e3fabe5167bb1274cbf 6f5881258f8b4e02b8c05ab0fcfcecd8 - - default default] Project 6f5881258f8b4e02b8c05ab0fcfcecd8 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: 781/1527] 10.0.0.119 () {34 vars in 695 bytes} [Thu Jul 2 11:15:47 2026] POST /v2.0/security-group-rules => generated 607 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1528] 10.0.0.119 () {34 vars in 759 bytes} [Thu Jul 2 11:15:47 2026] PUT /v2.0/subnetpools/4ea1bb42-d5fb-4611-939f-a27609ecf25c/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:15:47.780 7 INFO neutron.db.l3_hamode_db [None req-a2595a97-b4dc-47b2-bbdd-7e026ae338a2 e61c3f1a8eb74d79bfcd17fb41bd13ca 60b7880f0ee0462da9759e2032f66674 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 11:15:47.783 8 WARNING neutron_lib.context [None req-cc7dd6d2-e703-4157-853b-e5b06a7842fa 2ea9be3d39244e3fabe5167bb1274cbf 6f5881258f8b4e02b8c05ab0fcfcecd8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:15:47.823 8 INFO neutron.db.securitygroups_db [None req-cc7dd6d2-e703-4157-853b-e5b06a7842fa 2ea9be3d39244e3fabe5167bb1274cbf 6f5881258f8b4e02b8c05ab0fcfcecd8 - - default default] Project 6f5881258f8b4e02b8c05ab0fcfcecd8 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: 783/1529] 10.0.0.119 () {34 vars in 695 bytes} [Thu Jul 2 11:15:47 2026] POST /v2.0/security-group-rules => generated 606 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1530] 10.0.0.119 () {34 vars in 759 bytes} [Thu Jul 2 11:15:47 2026] PUT /v2.0/subnetpools/202e5f9e-fe8e-4a94-ba6b-e0deccb36072/tags => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1531] 10.0.0.119 () {32 vars in 672 bytes} [Thu Jul 2 11:15:47 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1532] 10.0.0.119 () {32 vars in 686 bytes} [Thu Jul 2 11:15:47 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1533] 10.0.0.119 () {32 vars in 682 bytes} [Thu Jul 2 11:15:48 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1534] 10.0.0.119 () {32 vars in 694 bytes} [Thu Jul 2 11:15:48 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1535] 10.0.0.119 () {32 vars in 680 bytes} [Thu Jul 2 11:15:48 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1536] 10.0.0.119 () {32 vars in 694 bytes} [Thu Jul 2 11:15:48 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1537] 10.0.0.119 () {32 vars in 690 bytes} [Thu Jul 2 11:15:48 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1538] 10.0.0.119 () {32 vars in 702 bytes} [Thu Jul 2 11:15:48 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1539] 10.0.0.119 () {32 vars in 732 bytes} [Thu Jul 2 11:15:48 2026] DELETE /v2.0/subnetpools/5147e632-1300-4826-8d40-25b1852465fe => 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: 794/1540] 10.0.0.100 () {34 vars in 990 bytes} [Thu Jul 2 11:15:48 2026] GET /v2.0/ports?device_id=44824426-b36e-4730-a4f9-34c2ba1cc431 => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1541] 10.0.0.119 () {32 vars in 732 bytes} [Thu Jul 2 11:15:48 2026] DELETE /v2.0/subnetpools/8112d332-1681-405d-87ca-d143037f2d68 => 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: 796/1542] 10.0.0.100 () {34 vars in 1040 bytes} [Thu Jul 2 11:15:48 2026] GET /v2.0/security-groups?id=017811eb-ab91-4933-9dea-bd63ead949cf&fields=id&fields=name => generated 114 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:15:48.391 8 WARNING neutron_lib.context [None req-d82ec7d3-dfa7-4449-b9f8-0741827a65fe 2ea9be3d39244e3fabe5167bb1274cbf 6f5881258f8b4e02b8c05ab0fcfcecd8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 797/1543] 10.0.0.119 () {34 vars in 685 bytes} [Thu Jul 2 11:15:48 2026] POST /v2.0/security-groups => generated 1661 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1544] 10.0.0.119 () {32 vars in 732 bytes} [Thu Jul 2 11:15:48 2026] DELETE /v2.0/subnetpools/4ea1bb42-d5fb-4611-939f-a27609ecf25c => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:15:48.587 8 WARNING neutron_lib.context [None req-1dae8b16-3418-471d-b618-c6f8ec30d6d8 2ea9be3d39244e3fabe5167bb1274cbf 6f5881258f8b4e02b8c05ab0fcfcecd8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 799/1545] 10.0.0.119 () {34 vars in 695 bytes} [Thu Jul 2 11:15:48 2026] POST /v2.0/security-group-rules => generated 597 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1546] 10.0.0.119 () {32 vars in 732 bytes} [Thu Jul 2 11:15:48 2026] DELETE /v2.0/subnetpools/202e5f9e-fe8e-4a94-ba6b-e0deccb36072 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:15:48.788 8 WARNING neutron_lib.context [None req-064e3bbf-d585-497e-8b07-bcea14a6d298 2ea9be3d39244e3fabe5167bb1274cbf 6f5881258f8b4e02b8c05ab0fcfcecd8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 801/1547] 10.0.0.119 () {34 vars in 695 bytes} [Thu Jul 2 11:15:48 2026] POST /v2.0/security-group-rules => generated 602 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1548] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:15:46 2026] POST /v2.0/routers => generated 695 bytes in 2345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:15:48.919 7 WARNING neutron_lib.context [None req-43241a97-09ba-4e90-80ba-1684f0b8e76c 2ea9be3d39244e3fabe5167bb1274cbf 6f5881258f8b4e02b8c05ab0fcfcecd8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 802/1549] 10.0.0.119 () {32 vars in 732 bytes} [Thu Jul 2 11:15:48 2026] DELETE /v2.0/subnetpools/8f731f6f-1766-43ad-b2bb-8570336e1ee3 => 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: 748/1550] 10.0.0.119 () {34 vars in 676 bytes} [Thu Jul 2 11:15:48 2026] POST /v2.0/floatingips => generated 552 bytes in 538 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1551] 10.0.0.183 () {34 vars in 1100 bytes} [Thu Jul 2 11:15:49 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1302482717&fields=id&tenant_id=6f5881258f8b4e02b8c05ab0fcfcecd8 => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1552] 10.0.0.183 () {34 vars in 1098 bytes} [Thu Jul 2 11:15:49 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-954225355&fields=id&tenant_id=6f5881258f8b4e02b8c05ab0fcfcecd8 => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1553] 10.0.0.183 () {34 vars in 982 bytes} [Thu Jul 2 11:15:49 2026] GET /v2.0/networks?id=55973386-f096-4b1d-896a-18db4d9b5c45 => generated 672 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1554] 10.0.0.183 () {34 vars in 965 bytes} [Thu Jul 2 11:15:49 2026] GET /v2.0/quotas/6f5881258f8b4e02b8c05ab0fcfcecd8 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1555] 10.0.0.183 () {34 vars in 1002 bytes} [Thu Jul 2 11:15:49 2026] GET /v2.0/ports?tenant_id=6f5881258f8b4e02b8c05ab0fcfcecd8&fields=id => generated 103 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1556] 10.0.0.183 () {34 vars in 1008 bytes} [Thu Jul 2 11:15:49 2026] GET /v2.0/networks/55973386-f096-4b1d-896a-18db4d9b5c45?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: 755/1557] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:15:49 2026] GET /v2.0/security-groups?tenant_id=0f350dc75f5341dcbe065c9569e8cbc5&name=default => generated 2925 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1558] 10.0.0.183 () {34 vars in 1108 bytes} [Thu Jul 2 11:15:50 2026] GET /v2.0/networks/55973386-f096-4b1d-896a-18db4d9b5c45?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1559] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:15:50 2026] DELETE /v2.0/security-groups/d42666b9-811b-4383-9531-d20482cccd29 => 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: 758/1560] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:50 2026] GET /v2.0/ports?device_id=11fc1676-ee1b-46a9-aabb-c058a9f0df47 => 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: 803/1561] 10.0.0.119 () {34 vars in 783 bytes} [Thu Jul 2 11:15:48 2026] PUT /v2.0/routers/d7f0d6e8-cbca-4d69-837c-133b65702f91/add_router_interface => generated 309 bytes in 1442 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:15:50.399 8 WARNING neutron_lib.context [None req-f75129ea-6851-4542-ae98-535a8508dfc7 e61c3f1a8eb74d79bfcd17fb41bd13ca 60b7880f0ee0462da9759e2032f66674 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 759/1562] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:15:50 2026] GET /v2.0/security-groups?tenant_id=323235e108754cfeb4a6344073187e74&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: 760/1563] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:15:50 2026] DELETE /v2.0/security-groups/e65e97ee-4caa-44fe-a4d0-b71f7a377d40 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1564] 10.0.0.119 () {34 vars in 665 bytes} [Thu Jul 2 11:15:50 2026] POST /v2.0/ports => generated 959 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1565] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:15:50 2026] GET /v2.0/security-groups?tenant_id=6c05e66dfb1249b8a14597f976661934&name=default => generated 2925 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 11:15:50.810 8 WARNING neutron_lib.context [None req-2e12656b-53d3-4b70-86da-32a53117cffd e61c3f1a8eb74d79bfcd17fb41bd13ca 60b7880f0ee0462da9759e2032f66674 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 762/1566] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:15:50 2026] DELETE /v2.0/security-groups/0905737b-f6af-485e-9666-acbf0013857e => 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: 805/1567] 10.0.0.119 () {34 vars in 665 bytes} [Thu Jul 2 11:15:50 2026] POST /v2.0/ports => generated 955 bytes in 323 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:15:51.138 7 WARNING neutron_lib.context [None req-7f64c7c8-1f3d-4a42-9eed-64e91ce77264 e61c3f1a8eb74d79bfcd17fb41bd13ca 60b7880f0ee0462da9759e2032f66674 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 806/1568] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:51 2026] GET /v2.0/ports?device_id=11fc1676-ee1b-46a9-aabb-c058a9f0df47 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:15:51.933 7 INFO neutron.db.l3_db [None req-7f64c7c8-1f3d-4a42-9eed-64e91ce77264 e61c3f1a8eb74d79bfcd17fb41bd13ca 60b7880f0ee0462da9759e2032f66674 - - default default] Floating IP ad58cf4d-b9df-4089-b074-3abc4fc3dad5 associated. External IP: 10.96.250.203, port: 0c378ca1-bd4c-4cb1-8c7b-5e55f829acf1. [pid: 7|app: 0|req: 763/1571] 10.0.0.119 () {34 vars in 677 bytes} [Thu Jul 2 11:15:51 2026] POST /v2.0/floatingips => generated 842 bytes in 1107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:15:52.397 8 INFO neutron.db.l3_db [None req-f158f392-1259-4397-800f-68d5fe1abeb9 e61c3f1a8eb74d79bfcd17fb41bd13ca 60b7880f0ee0462da9759e2032f66674 - - default default] Floating IP ad58cf4d-b9df-4089-b074-3abc4fc3dad5 disassociated. External IP: 10.96.250.203, port: 0c378ca1-bd4c-4cb1-8c7b-5e55f829acf1. [pid: 7|app: 0|req: 764/1572] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:52 2026] GET /v2.0/ports?device_id=11fc1676-ee1b-46a9-aabb-c058a9f0df47 => 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: 809/1573] 10.0.0.119 () {34 vars in 749 bytes} [Thu Jul 2 11:15:52 2026] PUT /v2.0/floatingips/ad58cf4d-b9df-4089-b074-3abc4fc3dad5 => generated 552 bytes in 461 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1574] 10.0.0.119 () {32 vars in 732 bytes} [Thu Jul 2 11:15:52 2026] DELETE /v2.0/floatingips/ad58cf4d-b9df-4089-b074-3abc4fc3dad5 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:15:52.995 8 WARNING neutron_lib.context [None req-57ea5785-738e-440c-a0c7-cbc6286937bd e61c3f1a8eb74d79bfcd17fb41bd13ca 60b7880f0ee0462da9759e2032f66674 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 766/1575] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:53 2026] GET /v2.0/ports?device_id=11fc1676-ee1b-46a9-aabb-c058a9f0df47 => 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: 767/1576] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:53 2026] GET /v2.0/ports?device_id=44824426-b36e-4730-a4f9-34c2ba1cc431 => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1577] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:15:53 2026] GET /v2.0/security-groups?id=017811eb-ab91-4933-9dea-bd63ead949cf&fields=id&fields=name => generated 114 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:15:53.828 8 INFO neutron.db.l3_db [None req-57ea5785-738e-440c-a0c7-cbc6286937bd e61c3f1a8eb74d79bfcd17fb41bd13ca 60b7880f0ee0462da9759e2032f66674 - - default default] Floating IP 4b6afae9-8fab-4757-b56e-2a7495d082cb associated. External IP: 10.96.250.217, port: 143bab3e-02f2-4195-a96e-6dfb19494746. [pid: 7|app: 0|req: 769/1578] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:53 2026] GET /v2.0/ports?device_id=44824426-b36e-4730-a4f9-34c2ba1cc431 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1579] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:15:53 2026] GET /v2.0/security-groups?id=017811eb-ab91-4933-9dea-bd63ead949cf&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: 810/1580] 10.0.0.119 () {34 vars in 677 bytes} [Thu Jul 2 11:15:52 2026] POST /v2.0/floatingips => generated 843 bytes in 1160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1581] 10.0.0.119 () {32 vars in 729 bytes} [Thu Jul 2 11:15:54 2026] GET /v2.0/floatingips/4b6afae9-8fab-4757-b56e-2a7495d082cb => generated 843 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1582] 10.0.0.119 () {32 vars in 655 bytes} [Thu Jul 2 11:15:54 2026] GET /v2.0/floatingips => generated 846 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1583] 199.19.213.163 () {34 vars in 986 bytes} [Thu Jul 2 11:15:54 2026] GET /v2.0/networks?id=55973386-f096-4b1d-896a-18db4d9b5c45 => generated 672 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1584] 199.19.213.163 () {34 vars in 1050 bytes} [Thu Jul 2 11:15:54 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6f5881258f8b4e02b8c05ab0fcfcecd8 => generated 273 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:15:54.641 8 WARNING neutron_lib.context [req-df0d9c91-2277-4306-9ed7-1d52d3442d5b req-4f0bfe95-dcc1-43a9-8298-ebf15f6b8ecf 2ea9be3d39244e3fabe5167bb1274cbf 6f5881258f8b4e02b8c05ab0fcfcecd8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:15:54.725 7 INFO neutron.db.l3_db [None req-2f3d45cd-51ab-4caf-8d53-f256133310c3 e61c3f1a8eb74d79bfcd17fb41bd13ca 60b7880f0ee0462da9759e2032f66674 - - default default] Floating IP 4b6afae9-8fab-4757-b56e-2a7495d082cb associated. External IP: 10.96.250.217, port: 143bab3e-02f2-4195-a96e-6dfb19494746. [pid: 8|app: 0|req: 814/1585] 199.19.213.163 () {38 vars in 955 bytes} [Thu Jul 2 11:15:54 2026] POST /v2.0/ports => generated 997 bytes in 344 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 815/1586] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:54 2026] GET /v2.0/ports?device_id=11fc1676-ee1b-46a9-aabb-c058a9f0df47 => generated 1000 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:15:55.260 8 WARNING neutron_lib.context [None req-e2cfe951-756e-4cfd-9ceb-4584e2e73112 556888db98b445e99cc9cabb49ce0337 87cef942691946ffa238ae8dda265258 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 772/1587] 10.0.0.119 () {34 vars in 749 bytes} [Thu Jul 2 11:15:54 2026] PUT /v2.0/floatingips/4b6afae9-8fab-4757-b56e-2a7495d082cb => generated 842 bytes in 1058 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:15:55.435 8 INFO neutron.db.segments_db [None req-e2cfe951-756e-4cfd-9ceb-4584e2e73112 556888db98b445e99cc9cabb49ce0337 87cef942691946ffa238ae8dda265258 - - default default] Added segment 86b0feff-e3f3-42db-be94-685c647598d1 of type vxlan for network 153d1329-4ac9-41cb-938b-642194aa45aa [pid: 8|app: 0|req: 816/1588] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:15:55 2026] POST /v2.0/networks => generated 632 bytes in 483 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1589] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:55 2026] GET /v2.0/ports?device_id=44824426-b36e-4730-a4f9-34c2ba1cc431 => 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: 818/1590] 10.0.0.183 () {34 vars in 1120 bytes} [Thu Jul 2 11:15:55 2026] GET /v2.0/security-groups?id=0eaebba9-1e98-46a7-bb9e-3b1e29d1c865&id=64db6c03-2a8e-462e-a1a1-7f8d2fd74087&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:15:55.747 8 INFO neutron.db.l3_db [None req-706f8660-3147-49b6-8984-2588f7923a5b e61c3f1a8eb74d79bfcd17fb41bd13ca 60b7880f0ee0462da9759e2032f66674 - - default default] Floating IP 4b6afae9-8fab-4757-b56e-2a7495d082cb disassociated. External IP: 10.96.250.217, port: 0c378ca1-bd4c-4cb1-8c7b-5e55f829acf1. [pid: 7|app: 0|req: 773/1591] 199.19.213.163 () {38 vars in 1028 bytes} [Thu Jul 2 11:15:55 2026] PUT /v2.0/ports/e7d44022-79d8-4db0-a4f4-8dbff587cd8e => generated 1278 bytes in 406 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 11:15:55.769 7 WARNING neutron_lib.context [None req-e2d5f116-90e0-4978-8527-fb0ba91e737f 556888db98b445e99cc9cabb49ce0337 87cef942691946ffa238ae8dda265258 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:15:55.809 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b3c2d06a-83d0-427d-9a9b-6bf2587edffb'] response: {'name': 'network-changed', 'server_uuid': '11fc1676-ee1b-46a9-aabb-c058a9f0df47', 'tag': 'e7d44022-79d8-4db0-a4f4-8dbff587cd8e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 774/1592] 10.0.0.119 () {34 vars in 664 bytes} [Thu Jul 2 11:15:55 2026] POST /v2.0/ports => generated 743 bytes in 283 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 775/1593] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:15:56 2026] GET /v2.0/security-groups?id=017811eb-ab91-4933-9dea-bd63ead949cf&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: 819/1594] 10.0.0.119 () {34 vars in 749 bytes} [Thu Jul 2 11:15:55 2026] PUT /v2.0/floatingips/4b6afae9-8fab-4757-b56e-2a7495d082cb => generated 552 bytes in 442 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:15:56.090 8 WARNING neutron_lib.context [None req-3d19e44a-b09f-4821-acb4-535dcb2ca3fa 556888db98b445e99cc9cabb49ce0337 87cef942691946ffa238ae8dda265258 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 776/1595] 199.19.213.163 () {34 vars in 994 bytes} [Thu Jul 2 11:15:56 2026] GET /v2.0/ports?device_id=44824426-b36e-4730-a4f9-34c2ba1cc431 => generated 971 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1596] 10.0.0.119 () {34 vars in 666 bytes} [Thu Jul 2 11:15:56 2026] POST /v2.0/trunks => generated 407 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1597] 10.0.0.119 () {32 vars in 732 bytes} [Thu Jul 2 11:15:56 2026] DELETE /v2.0/floatingips/4b6afae9-8fab-4757-b56e-2a7495d082cb => generated 0 bytes in 245 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:15:56.354 7 WARNING neutron_lib.context [None req-8bafc282-90ee-4479-ae22-7aae1e9b39dc 556888db98b445e99cc9cabb49ce0337 87cef942691946ffa238ae8dda265258 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:15:56.422 7 INFO neutron.db.segments_db [None req-8bafc282-90ee-4479-ae22-7aae1e9b39dc 556888db98b445e99cc9cabb49ce0337 87cef942691946ffa238ae8dda265258 - - default default] Added segment d0cd47e6-7379-45be-8244-0c2f9de1722c of type vxlan for network bbec30c8-1904-40ac-a1b9-069e413fb029 2026-07-02 11:15:56.497 8 INFO neutron.db.l3_db [req-de2d5580-2207-4a0e-be75-a9d874605fd6 req-38d6d4fa-dea2-40ce-b4f0-22e6dc449a38 63086da6335a4541a1be99a83d8175ef 574e3b7b67f64a04a5534e2f75c682ac - - default default] Floating IP 00c0aba9-b7ad-41ae-8701-ad6d4f49f4ee disassociated. External IP: 10.96.250.215, port: 020649aa-7ea7-4f23-8005-4a0638c0f799. [pid: 7|app: 0|req: 778/1598] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:15:56 2026] POST /v2.0/networks => generated 632 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1599] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:15:56 2026] GET /v2.0/ports?tenant_id=6f5881258f8b4e02b8c05ab0fcfcecd8&device_id=11fc1676-ee1b-46a9-aabb-c058a9f0df47 => generated 1281 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:15:56.591 7 INFO neutron.api.v2.resource [None req-4d3c0da6-6aa4-43a2-92d8-dd2e7c005fb5 e61c3f1a8eb74d79bfcd17fb41bd13ca 60b7880f0ee0462da9759e2032f66674 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 780/1600] 10.0.0.119 () {32 vars in 732 bytes} [Thu Jul 2 11:15:56 2026] DELETE /v2.0/floatingips/4b6afae9-8fab-4757-b56e-2a7495d082cb => generated 144 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:15:56.595 7 WARNING neutron_lib.context [None req-0c70d505-d1a4-44f2-8cf1-334eb8a2f60c 556888db98b445e99cc9cabb49ce0337 87cef942691946ffa238ae8dda265258 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 821/1601] 199.19.213.163 () {36 vars in 997 bytes} [Thu Jul 2 11:15:56 2026] DELETE /v2.0/ports/020649aa-7ea7-4f23-8005-4a0638c0f799 => generated 0 bytes in 618 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1602] 10.0.0.119 () {34 vars in 664 bytes} [Thu Jul 2 11:15:56 2026] POST /v2.0/ports => generated 743 bytes in 300 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 822/1603] 199.19.213.163 () {34 vars in 1018 bytes} [Thu Jul 2 11:15:56 2026] GET /v2.0/networks?tenant_id=6f5881258f8b4e02b8c05ab0fcfcecd8&shared=False => generated 768 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:15:56.930 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7ad318b7-3fb5-4610-a84f-dc18446b3903'] response: {'server_uuid': '44824426-b36e-4730-a4f9-34c2ba1cc431', 'name': 'network-vif-deleted', 'tag': '020649aa-7ea7-4f23-8005-4a0638c0f799', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 823/1604] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:56 2026] GET /v2.0/ports?device_id=11fc1676-ee1b-46a9-aabb-c058a9f0df47 => generated 1012 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:15:56.956 8 WARNING neutron_lib.context [None req-699fb041-828e-456e-ab04-3ca0e3076a0f 556888db98b445e99cc9cabb49ce0337 87cef942691946ffa238ae8dda265258 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 824/1605] 10.0.0.119 () {34 vars in 666 bytes} [Thu Jul 2 11:15:56 2026] POST /v2.0/trunks => generated 407 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1606] 199.19.213.163 () {34 vars in 930 bytes} [Thu Jul 2 11:15:57 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1607] 10.0.0.183 () {34 vars in 1120 bytes} [Thu Jul 2 11:15:57 2026] GET /v2.0/security-groups?id=0eaebba9-1e98-46a7-bb9e-3b1e29d1c865&id=64db6c03-2a8e-462e-a1a1-7f8d2fd74087&fields=id&fields=name => generated 206 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:15:57.173 8 WARNING neutron_lib.context [None req-41fccc10-8e1e-4ed5-a27d-a641e7c38a13 556888db98b445e99cc9cabb49ce0337 87cef942691946ffa238ae8dda265258 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 782/1608] 10.0.0.119 () {32 vars in 720 bytes} [Thu Jul 2 11:15:56 2026] DELETE /v2.0/ports/0c378ca1-bd4c-4cb1-8c7b-5e55f829acf1 => generated 0 bytes in 310 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:15:57.215 8 INFO neutron.db.segments_db [None req-41fccc10-8e1e-4ed5-a27d-a641e7c38a13 556888db98b445e99cc9cabb49ce0337 87cef942691946ffa238ae8dda265258 - - default default] Added segment 3ab8efb8-002a-42f9-8190-5e0400af1790 of type vxlan for network 12e59e0e-d4e0-414c-875f-dacc93ef9f79 [pid: 8|app: 0|req: 827/1609] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:15:57 2026] POST /v2.0/networks => generated 631 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:15:57.325 8 WARNING neutron_lib.context [None req-e6b8a7b0-e713-481a-ac46-3428bd63915d 556888db98b445e99cc9cabb49ce0337 87cef942691946ffa238ae8dda265258 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 783/1610] 10.0.0.119 () {32 vars in 720 bytes} [Thu Jul 2 11:15:57 2026] DELETE /v2.0/ports/143bab3e-02f2-4195-a96e-6dfb19494746 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1611] 10.0.0.119 () {32 vars in 736 bytes} [Thu Jul 2 11:15:57 2026] GET /v2.0/ports?device_id=d7f0d6e8-cbca-4d69-837c-133b65702f91 => generated 958 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1612] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:57 2026] GET /v2.0/ports?device_id=44824426-b36e-4730-a4f9-34c2ba1cc431 => 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: 828/1613] 10.0.0.119 () {34 vars in 664 bytes} [Thu Jul 2 11:15:57 2026] POST /v2.0/ports => generated 743 bytes in 271 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 11:15:57.601 8 WARNING neutron_lib.context [None req-dbb5a266-b571-423b-b0e0-6bbf4203ac19 556888db98b445e99cc9cabb49ce0337 87cef942691946ffa238ae8dda265258 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 829/1614] 10.0.0.119 () {34 vars in 666 bytes} [Thu Jul 2 11:15:57 2026] POST /v2.0/trunks => generated 407 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:15:57.728 8 WARNING neutron_lib.context [None req-2e16448e-568c-4395-8243-344f489edbbc 556888db98b445e99cc9cabb49ce0337 87cef942691946ffa238ae8dda265258 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:15:57.775 8 INFO neutron.db.segments_db [None req-2e16448e-568c-4395-8243-344f489edbbc 556888db98b445e99cc9cabb49ce0337 87cef942691946ffa238ae8dda265258 - - default default] Added segment b569f52f-8bf5-4953-9f33-217c16ae8e75 of type vxlan for network 009e0ea2-0c25-4d48-8a68-432d544acf5e [pid: 8|app: 0|req: 830/1615] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:15:57 2026] POST /v2.0/networks => generated 632 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:15:57.875 8 WARNING neutron_lib.context [None req-a9e40514-8b98-4e3d-a8d2-e007c347990e 556888db98b445e99cc9cabb49ce0337 87cef942691946ffa238ae8dda265258 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 831/1616] 10.0.0.119 () {34 vars in 664 bytes} [Thu Jul 2 11:15:57 2026] POST /v2.0/ports => generated 743 bytes in 284 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 832/1617] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:15:58 2026] GET /v2.0/ports?tenant_id=6f5881258f8b4e02b8c05ab0fcfcecd8&device_id=11fc1676-ee1b-46a9-aabb-c058a9f0df47 => generated 1281 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:15:58.198 8 WARNING neutron_lib.context [None req-4a6dbd28-091d-416c-89a0-b507aef7df18 556888db98b445e99cc9cabb49ce0337 87cef942691946ffa238ae8dda265258 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 833/1618] 10.0.0.119 () {34 vars in 666 bytes} [Thu Jul 2 11:15:58 2026] POST /v2.0/trunks => generated 407 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1619] 199.19.213.163 () {34 vars in 1060 bytes} [Thu Jul 2 11:15:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=e7d44022-79d8-4db0-a4f4-8dbff587cd8e => 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: 786/1620] 10.0.0.119 () {34 vars in 789 bytes} [Thu Jul 2 11:15:57 2026] PUT /v2.0/routers/d7f0d6e8-cbca-4d69-837c-133b65702f91/remove_router_interface => generated 309 bytes in 903 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1621] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:58 2026] GET /v2.0/ports?device_id=11fc1676-ee1b-46a9-aabb-c058a9f0df47 => generated 1012 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:15:58.448 7 WARNING neutron_lib.context [None req-1ed80cc2-1f62-4e58-9575-e43bd77d0daf 556888db98b445e99cc9cabb49ce0337 87cef942691946ffa238ae8dda265258 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 836/1622] 199.19.213.163 () {34 vars in 984 bytes} [Thu Jul 2 11:15:58 2026] GET /v2.0/subnets?id=5eb942fe-9a20-4ec2-84d0-b9d57c54c60c => generated 690 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:15:58.517 7 INFO neutron.db.segments_db [None req-1ed80cc2-1f62-4e58-9575-e43bd77d0daf 556888db98b445e99cc9cabb49ce0337 87cef942691946ffa238ae8dda265258 - - default default] Added segment 0f98d1fd-ce4b-4a26-ada4-e2039c08e21c of type vxlan for network 42dae721-3f76-4da8-884a-fe831d705914 [pid: 8|app: 0|req: 837/1623] 10.0.0.183 () {34 vars in 1120 bytes} [Thu Jul 2 11:15:58 2026] GET /v2.0/security-groups?id=0eaebba9-1e98-46a7-bb9e-3b1e29d1c865&id=64db6c03-2a8e-462e-a1a1-7f8d2fd74087&fields=id&fields=name => generated 206 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1624] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:15:58 2026] POST /v2.0/networks => generated 631 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1625] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:15:58 2026] GET /v2.0/ports?network_id=55973386-f096-4b1d-896a-18db4d9b5c45&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: 789/1626] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:58 2026] GET /v2.0/ports?device_id=44824426-b36e-4730-a4f9-34c2ba1cc431 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:15:58.701 7 WARNING neutron_lib.context [None req-124200c2-e52b-4ca5-9c54-6d3bf2abf266 556888db98b445e99cc9cabb49ce0337 87cef942691946ffa238ae8dda265258 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 790/1627] 10.0.0.119 () {34 vars in 664 bytes} [Thu Jul 2 11:15:58 2026] POST /v2.0/ports => generated 743 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 791/1628] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:15:58 2026] GET /v2.0/networks/55973386-f096-4b1d-896a-18db4d9b5c45?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:15:59.023 7 WARNING neutron_lib.context [None req-b41e7aa3-783d-4183-8b3d-bfb911921e28 556888db98b445e99cc9cabb49ce0337 87cef942691946ffa238ae8dda265258 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 792/1629] 10.0.0.119 () {34 vars in 666 bytes} [Thu Jul 2 11:15:59 2026] POST /v2.0/trunks => generated 407 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1630] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:15:59 2026] GET /v2.0/networks/55973386-f096-4b1d-896a-18db4d9b5c45?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: 794/1631] 10.0.0.119 () {34 vars in 749 bytes} [Thu Jul 2 11:15:59 2026] PUT /v2.0/trunks/ed0327d1-a384-4ec2-bcea-0180e95dca01/tags => generated 17 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1632] 10.0.0.119 () {34 vars in 749 bytes} [Thu Jul 2 11:15:59 2026] PUT /v2.0/trunks/a536083d-e9c5-4819-9ced-35e2b88a65e3/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:15:59.393 8 INFO neutron.services.segments.plugin [-] Segment 3942648a-fad9-4813-b6f9-102c80fa30b8 resource provider aggregate not found 2026-07-02 11:15:59.402 8 INFO neutron.services.segments.plugin [-] Segment 3942648a-fad9-4813-b6f9-102c80fa30b8 resource provider aggregate not found [pid: 7|app: 0|req: 796/1633] 10.0.0.119 () {34 vars in 749 bytes} [Thu Jul 2 11:15:59 2026] PUT /v2.0/trunks/f4a0b7dd-41b9-4027-b37f-9ce698677a6c/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:15:59.410 8 INFO neutron.services.segments.plugin [-] Segment 3942648a-fad9-4813-b6f9-102c80fa30b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3942648a-fad9-4813-b6f9-102c80fa30b8 found for delete ", "request_id": "req-0772b637-7a8e-4e6a-9f70-a11cf1804857"}]} 2026-07-02 11:15:59.417 8 INFO neutron.services.segments.plugin [-] Segment 3942648a-fad9-4813-b6f9-102c80fa30b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3942648a-fad9-4813-b6f9-102c80fa30b8 found for delete ", "request_id": "req-fffd9366-7821-4911-b121-10d1584cc6c1"}]} 2026-07-02 11:15:59.427 8 INFO neutron.db.l3_hamode_db [None req-1209d1b2-79c1-4fb0-8c79-c7728d76ddcc e61c3f1a8eb74d79bfcd17fb41bd13ca 60b7880f0ee0462da9759e2032f66674 - - default default] HA network 0961a5c7-2e08-449e-9f3b-7ee2bec88b8a was deleted as no HA routers are present in tenant 60b7880f0ee0462da9759e2032f66674. [pid: 8|app: 0|req: 838/1634] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:15:58 2026] DELETE /v2.0/routers/d7f0d6e8-cbca-4d69-837c-133b65702f91 => generated 0 bytes in 911 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1635] 10.0.0.119 () {34 vars in 749 bytes} [Thu Jul 2 11:15:59 2026] PUT /v2.0/trunks/378aa538-5e5e-480e-9fe1-ad14aa8f9421/tags => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1636] 10.0.0.119 () {32 vars in 662 bytes} [Thu Jul 2 11:15:59 2026] GET /v2.0/trunks?tags=red => 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: 799/1637] 10.0.0.119 () {32 vars in 676 bytes} [Thu Jul 2 11:15:59 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: 800/1638] 10.0.0.119 () {32 vars in 672 bytes} [Thu Jul 2 11:15:59 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1639] 10.0.0.119 () {32 vars in 684 bytes} [Thu Jul 2 11:15:59 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1640] 10.0.0.119 () {32 vars in 670 bytes} [Thu Jul 2 11:15:59 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1641] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:15:59 2026] DELETE /v2.0/subnets/09778a2b-85b5-4bfb-a906-29084c020c67 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1642] 10.0.0.119 () {32 vars in 684 bytes} [Thu Jul 2 11:15:59 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1643] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:59 2026] GET /v2.0/ports?device_id=11fc1676-ee1b-46a9-aabb-c058a9f0df47 => generated 1012 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1644] 10.0.0.119 () {32 vars in 680 bytes} [Thu Jul 2 11:15:59 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1645] 10.0.0.183 () {34 vars in 1120 bytes} [Thu Jul 2 11:15:59 2026] GET /v2.0/security-groups?id=0eaebba9-1e98-46a7-bb9e-3b1e29d1c865&id=64db6c03-2a8e-462e-a1a1-7f8d2fd74087&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: 843/1646] 10.0.0.119 () {32 vars in 692 bytes} [Thu Jul 2 11:15:59 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1647] 10.0.0.119 () {32 vars in 719 bytes} [Thu Jul 2 11:15:59 2026] GET /v2.0/trunks/ed0327d1-a384-4ec2-bcea-0180e95dca01 => generated 412 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:15:59.702 7 INFO neutron.services.segments.plugin [-] Segment d5629eef-7cca-4d57-9339-b074a03d01a6 resource provider aggregate not found 2026-07-02 11:15:59.707 7 INFO neutron.services.segments.plugin [-] Segment d5629eef-7cca-4d57-9339-b074a03d01a6 resource provider aggregate not found 2026-07-02 11:15:59.718 7 INFO neutron.services.segments.plugin [-] Segment d5629eef-7cca-4d57-9339-b074a03d01a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5629eef-7cca-4d57-9339-b074a03d01a6 found for delete ", "request_id": "req-89ff3f3e-3091-4e9f-ba29-e0f722ef4bba"}]} 2026-07-02 11:15:59.720 7 INFO neutron.services.segments.plugin [-] Segment d5629eef-7cca-4d57-9339-b074a03d01a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5629eef-7cca-4d57-9339-b074a03d01a6 found for delete ", "request_id": "req-4f5aa136-0861-44df-bc55-93964b80d3da"}]} [pid: 7|app: 0|req: 804/1648] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:15:59 2026] DELETE /v2.0/networks/68c555d6-82b6-4248-a51f-aa5e209feaa4 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1649] 10.0.0.119 () {32 vars in 717 bytes} [Thu Jul 2 11:15:59 2026] GET /v2.0/ports/541dfb72-5f3a-4d93-a168-4cffca708835 => generated 826 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1650] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:15:59 2026] GET /v2.0/ports?device_id=44824426-b36e-4730-a4f9-34c2ba1cc431 => 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: 846/1651] 10.0.0.119 () {32 vars in 722 bytes} [Thu Jul 2 11:15:59 2026] DELETE /v2.0/trunks/ed0327d1-a384-4ec2-bcea-0180e95dca01 => 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: 806/1652] 10.0.0.119 () {32 vars in 719 bytes} [Thu Jul 2 11:15:59 2026] GET /v2.0/trunks/a536083d-e9c5-4819-9ced-35e2b88a65e3 => generated 420 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1653] 10.0.0.119 () {32 vars in 717 bytes} [Thu Jul 2 11:15:59 2026] GET /v2.0/ports/ca2c05f0-cbf7-4159-bea3-8c19311d976e => generated 826 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1654] 10.0.0.119 () {32 vars in 722 bytes} [Thu Jul 2 11:16:00 2026] DELETE /v2.0/trunks/a536083d-e9c5-4819-9ced-35e2b88a65e3 => 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: 848/1655] 10.0.0.119 () {32 vars in 719 bytes} [Thu Jul 2 11:16:00 2026] GET /v2.0/trunks/f4a0b7dd-41b9-4027-b37f-9ce698677a6c => generated 429 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1656] 10.0.0.119 () {32 vars in 717 bytes} [Thu Jul 2 11:16:00 2026] GET /v2.0/ports/e60be3e4-3acf-4579-af3b-cd13c4a0a72b => generated 826 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1657] 10.0.0.119 () {32 vars in 722 bytes} [Thu Jul 2 11:16:00 2026] DELETE /v2.0/trunks/f4a0b7dd-41b9-4027-b37f-9ce698677a6c => 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: 850/1658] 10.0.0.119 () {32 vars in 719 bytes} [Thu Jul 2 11:16:00 2026] GET /v2.0/trunks/378aa538-5e5e-480e-9fe1-ad14aa8f9421 => generated 414 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1659] 10.0.0.119 () {32 vars in 717 bytes} [Thu Jul 2 11:16:00 2026] GET /v2.0/ports/ca62dd82-2ac1-47bb-957f-eab65f48df1c => generated 826 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1660] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:16:00 2026] GET /v2.0/security-groups?tenant_id=60b7880f0ee0462da9759e2032f66674&name=default => generated 2925 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1661] 10.0.0.119 () {32 vars in 722 bytes} [Thu Jul 2 11:16:00 2026] DELETE /v2.0/trunks/378aa538-5e5e-480e-9fe1-ad14aa8f9421 => 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: 853/1662] 10.0.0.119 () {32 vars in 719 bytes} [Thu Jul 2 11:16:00 2026] GET /v2.0/trunks/58743e20-daf2-4d91-a06e-877dfe74e5c0 => generated 407 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1663] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:16:00 2026] DELETE /v2.0/security-groups/608a23bd-3f97-43c2-8580-bed72319803a => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1664] 10.0.0.119 () {32 vars in 717 bytes} [Thu Jul 2 11:16:00 2026] GET /v2.0/ports/f90b3e95-1502-422c-96fb-f1f7c3b6959f => generated 826 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1665] 10.0.0.119 () {32 vars in 722 bytes} [Thu Jul 2 11:16:00 2026] DELETE /v2.0/trunks/58743e20-daf2-4d91-a06e-877dfe74e5c0 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1666] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:16:00 2026] GET /v2.0/ports?device_id=11fc1676-ee1b-46a9-aabb-c058a9f0df47 => generated 1012 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1667] 10.0.0.119 () {32 vars in 720 bytes} [Thu Jul 2 11:16:00 2026] DELETE /v2.0/ports/541dfb72-5f3a-4d93-a168-4cffca708835 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1668] 10.0.0.183 () {34 vars in 1120 bytes} [Thu Jul 2 11:16:00 2026] GET /v2.0/security-groups?id=0eaebba9-1e98-46a7-bb9e-3b1e29d1c865&id=64db6c03-2a8e-462e-a1a1-7f8d2fd74087&fields=id&fields=name => generated 206 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1669] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:16:00 2026] DELETE /v2.0/security-groups/017811eb-ab91-4933-9dea-bd63ead949cf => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:16:00.999 7 INFO neutron.api.v2.resource [None req-b9421114-e6ac-4499-a00f-7d5622f15bfb 63086da6335a4541a1be99a83d8175ef 574e3b7b67f64a04a5534e2f75c682ac - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 815/1670] 10.0.0.119 () {32 vars in 737 bytes} [Thu Jul 2 11:16:00 2026] GET /v2.0/security-groups/017811eb-ab91-4933-9dea-bd63ead949cf => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1671] 10.0.0.119 () {32 vars in 720 bytes} [Thu Jul 2 11:16:00 2026] DELETE /v2.0/ports/ca2c05f0-cbf7-4159-bea3-8c19311d976e => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1672] 10.0.0.119 () {32 vars in 732 bytes} [Thu Jul 2 11:16:01 2026] DELETE /v2.0/floatingips/00c0aba9-b7ad-41ae-8701-ad6d4f49f4ee => generated 0 bytes in 243 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1673] 10.0.0.119 () {32 vars in 720 bytes} [Thu Jul 2 11:16:01 2026] DELETE /v2.0/ports/e60be3e4-3acf-4579-af3b-cd13c4a0a72b => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1674] 10.0.0.119 () {32 vars in 720 bytes} [Thu Jul 2 11:16:01 2026] DELETE /v2.0/ports/ca62dd82-2ac1-47bb-957f-eab65f48df1c => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1675] 10.0.0.119 () {32 vars in 720 bytes} [Thu Jul 2 11:16:01 2026] DELETE /v2.0/ports/f90b3e95-1502-422c-96fb-f1f7c3b6959f => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:16:01.782 8 INFO neutron.services.segments.plugin [-] Segment 86b0feff-e3f3-42db-be94-685c647598d1 resource provider aggregate not found 2026-07-02 11:16:01.785 8 INFO neutron.services.segments.plugin [-] Segment 86b0feff-e3f3-42db-be94-685c647598d1 resource provider aggregate not found 2026-07-02 11:16:01.795 8 INFO neutron.services.segments.plugin [-] Segment 86b0feff-e3f3-42db-be94-685c647598d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86b0feff-e3f3-42db-be94-685c647598d1 found for delete ", "request_id": "req-fe434b7a-c335-4858-8760-147aab836d34"}]} [pid: 8|app: 0|req: 860/1676] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:16:01 2026] DELETE /v2.0/networks/153d1329-4ac9-41cb-938b-642194aa45aa => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:16:01.812 8 INFO neutron.services.segments.plugin [-] Segment 86b0feff-e3f3-42db-be94-685c647598d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86b0feff-e3f3-42db-be94-685c647598d1 found for delete ", "request_id": "req-401493f3-062f-434b-a92a-b4c2b5efae17"}]} [pid: 8|app: 0|req: 861/1677] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:16:01 2026] DELETE /v2.0/networks/bbec30c8-1904-40ac-a1b9-069e413fb029 => 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: 862/1678] 199.19.213.163 () {34 vars in 994 bytes} [Thu Jul 2 11:16:01 2026] GET /v2.0/ports?device_id=11fc1676-ee1b-46a9-aabb-c058a9f0df47 => generated 1283 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1679] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:16:01 2026] GET /v2.0/ports?device_id=11fc1676-ee1b-46a9-aabb-c058a9f0df47 => generated 1014 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1680] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:16:02 2026] DELETE /v2.0/networks/12e59e0e-d4e0-414c-875f-dacc93ef9f79 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1681] 199.19.213.163 () {34 vars in 1124 bytes} [Thu Jul 2 11:16:02 2026] GET /v2.0/security-groups?id=64db6c03-2a8e-462e-a1a1-7f8d2fd74087&id=0eaebba9-1e98-46a7-bb9e-3b1e29d1c865&fields=id&fields=name => generated 206 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1682] 10.0.0.119 () {34 vars in 789 bytes} [Thu Jul 2 11:16:01 2026] PUT /v2.0/routers/0ea87a06-8536-4b84-bc0a-8477510db844/remove_router_interface => generated 309 bytes in 962 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1683] 10.0.0.183 () {34 vars in 1120 bytes} [Thu Jul 2 11:16:02 2026] GET /v2.0/security-groups?id=0eaebba9-1e98-46a7-bb9e-3b1e29d1c865&id=64db6c03-2a8e-462e-a1a1-7f8d2fd74087&fields=id&fields=name => generated 206 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1684] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:16:02 2026] DELETE /v2.0/networks/009e0ea2-0c25-4d48-8a68-432d544acf5e => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:16:02.413 7 WARNING neutron_lib.context [None req-b8edd107-f047-4ea5-ba40-43a24719aec3 71fb42c0e0064f7f842a9545843e912a a896a55a9b1144679cc288836ad6be30 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:16:02.578 7 INFO neutron.db.segments_db [None req-b8edd107-f047-4ea5-ba40-43a24719aec3 71fb42c0e0064f7f842a9545843e912a a896a55a9b1144679cc288836ad6be30 - - default default] Added segment 177bdd82-e25e-40ae-825c-09f2aaaeefa4 of type vxlan for network b55230b8-8d4e-425f-b7d0-692e90e4352a [pid: 7|app: 0|req: 818/1685] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:16:02 2026] POST /v2.0/networks => generated 649 bytes in 451 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:16:02.791 7 INFO neutron.services.segments.plugin [-] Segment 0f98d1fd-ce4b-4a26-ada4-e2039c08e21c resource provider aggregate not found 2026-07-02 11:16:02.795 7 INFO neutron.services.segments.plugin [-] Segment 0f98d1fd-ce4b-4a26-ada4-e2039c08e21c resource provider aggregate not found 2026-07-02 11:16:02.809 7 INFO neutron.services.segments.plugin [-] Segment 0f98d1fd-ce4b-4a26-ada4-e2039c08e21c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f98d1fd-ce4b-4a26-ada4-e2039c08e21c found for delete ", "request_id": "req-19a3d1b9-88a3-4cd8-939d-b6c0083e0e44"}]} 2026-07-02 11:16:02.813 7 INFO neutron.services.segments.plugin [-] Segment 0f98d1fd-ce4b-4a26-ada4-e2039c08e21c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f98d1fd-ce4b-4a26-ada4-e2039c08e21c found for delete ", "request_id": "req-c3083460-442c-4f12-b36e-2325d6b4967d"}]} [pid: 7|app: 0|req: 819/1686] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:16:02 2026] DELETE /v2.0/networks/42dae721-3f76-4da8-884a-fe831d705914 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:16:02.826 7 WARNING neutron_lib.context [None req-633059d4-2a0c-448a-a7e5-566af043c190 71fb42c0e0064f7f842a9545843e912a a896a55a9b1144679cc288836ad6be30 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 820/1687] 10.0.0.119 () {34 vars in 665 bytes} [Thu Jul 2 11:16:02 2026] POST /v2.0/ports => generated 779 bytes in 271 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 11:16:03.103 7 WARNING neutron_lib.context [None req-f1f2c246-abbd-42a1-a95c-03b7cef12826 71fb42c0e0064f7f842a9545843e912a a896a55a9b1144679cc288836ad6be30 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:16:03.153 7 INFO neutron.db.segments_db [None req-f1f2c246-abbd-42a1-a95c-03b7cef12826 71fb42c0e0064f7f842a9545843e912a a896a55a9b1144679cc288836ad6be30 - - default default] Added segment 8e9efc54-85c5-4d17-ab36-bddd6b2ec966 of type vxlan for network cbde1939-8b9a-4090-ae48-69406cf24a39 2026-07-02 11:16:03.235 8 INFO neutron.db.l3_hamode_db [None req-a8ec232f-18a7-472c-97df-c157c51adaae dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] HA network 77834597-7e10-4109-bb60-2a55e52e6002 was deleted as no HA routers are present in tenant 574e3b7b67f64a04a5534e2f75c682ac. [pid: 8|app: 0|req: 868/1688] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:16:02 2026] DELETE /v2.0/routers/0ea87a06-8536-4b84-bc0a-8477510db844 => generated 0 bytes in 872 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1689] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:16:03 2026] POST /v2.0/networks => generated 636 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:16:03.251 7 WARNING neutron_lib.context [None req-7553770f-c783-442b-a680-8090e1079c31 71fb42c0e0064f7f842a9545843e912a a896a55a9b1144679cc288836ad6be30 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 869/1690] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:16:03 2026] DELETE /v2.0/subnets/6691cf7b-8742-451f-8c96-ec8fc0076147 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1691] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:16:03 2026] GET /v2.0/ports?device_id=11fc1676-ee1b-46a9-aabb-c058a9f0df47 => generated 1014 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1692] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:16:03 2026] POST /v2.0/subnets => generated 646 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1693] 10.0.0.183 () {34 vars in 1120 bytes} [Thu Jul 2 11:16:03 2026] GET /v2.0/security-groups?id=0eaebba9-1e98-46a7-bb9e-3b1e29d1c865&id=64db6c03-2a8e-462e-a1a1-7f8d2fd74087&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:16:03.600 7 WARNING neutron_lib.context [None req-0c83e680-cb4b-4b54-a77b-a541f7ad282a 71fb42c0e0064f7f842a9545843e912a a896a55a9b1144679cc288836ad6be30 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 871/1694] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:16:03 2026] DELETE /v2.0/networks/f437513f-d92c-44f2-a7d4-5a96821c0066 => generated 0 bytes in 314 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:16:03.880 8 INFO neutron.services.segments.plugin [-] Segment d0cd47e6-7379-45be-8244-0c2f9de1722c resource provider aggregate not found 2026-07-02 11:16:03.885 8 INFO neutron.services.segments.plugin [-] Segment d0cd47e6-7379-45be-8244-0c2f9de1722c resource provider aggregate not found 2026-07-02 11:16:03.898 8 INFO neutron.services.segments.plugin [-] Segment d0cd47e6-7379-45be-8244-0c2f9de1722c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d0cd47e6-7379-45be-8244-0c2f9de1722c found for delete ", "request_id": "req-8eecbb81-f960-40b2-b9d8-6ebe4aa8fdd3"}]} 2026-07-02 11:16:03.902 8 INFO neutron.services.segments.plugin [-] Segment d0cd47e6-7379-45be-8244-0c2f9de1722c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d0cd47e6-7379-45be-8244-0c2f9de1722c found for delete ", "request_id": "req-38f52991-7ee3-4b6b-8c3f-cd64596e96a1"}]} 2026-07-02 11:16:03.912 8 INFO neutron.services.segments.plugin [-] Segment 3ab8efb8-002a-42f9-8190-5e0400af1790 resource provider aggregate not found 2026-07-02 11:16:03.915 8 INFO neutron.services.segments.plugin [-] Segment 3ab8efb8-002a-42f9-8190-5e0400af1790 resource provider aggregate not found 2026-07-02 11:16:03.928 8 INFO neutron.services.segments.plugin [-] Segment 3ab8efb8-002a-42f9-8190-5e0400af1790 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ab8efb8-002a-42f9-8190-5e0400af1790 found for delete ", "request_id": "req-1f967750-95c7-43ce-af4b-a22dd7248e56"}]} 2026-07-02 11:16:03.931 8 INFO neutron.services.segments.plugin [-] Segment 3ab8efb8-002a-42f9-8190-5e0400af1790 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ab8efb8-002a-42f9-8190-5e0400af1790 found for delete ", "request_id": "req-eacdaa39-9726-4bd6-aef7-4d751e3c4891"}]} 2026-07-02 11:16:03.941 8 INFO neutron.services.segments.plugin [-] Segment b569f52f-8bf5-4953-9f33-217c16ae8e75 resource provider aggregate not found 2026-07-02 11:16:03.944 8 INFO neutron.services.segments.plugin [-] Segment b569f52f-8bf5-4953-9f33-217c16ae8e75 resource provider aggregate not found 2026-07-02 11:16:03.953 8 INFO neutron.services.segments.plugin [-] Segment b569f52f-8bf5-4953-9f33-217c16ae8e75 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b569f52f-8bf5-4953-9f33-217c16ae8e75 found for delete ", "request_id": "req-f057d9d4-348e-42df-b3e2-fd2b5c5adee7"}]} 2026-07-02 11:16:03.962 8 INFO neutron.services.segments.plugin [-] Segment b569f52f-8bf5-4953-9f33-217c16ae8e75 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b569f52f-8bf5-4953-9f33-217c16ae8e75 found for delete ", "request_id": "req-6e60fd35-0e85-4644-9513-9ccc4c3f2a50"}]} 2026-07-02 11:16:03.966 8 INFO neutron.services.segments.plugin [-] Segment 40f1fa47-37a9-48f2-ad12-afab07fb00bb resource provider aggregate not found [pid: 7|app: 0|req: 824/1695] 10.0.0.119 () {34 vars in 665 bytes} [Thu Jul 2 11:16:03 2026] POST /v2.0/ports => generated 962 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:16:03.976 8 INFO neutron.services.segments.plugin [-] Segment 40f1fa47-37a9-48f2-ad12-afab07fb00bb resource provider aggregate not found /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 11:16:03.979 8 INFO neutron.services.segments.plugin [-] Segment 40f1fa47-37a9-48f2-ad12-afab07fb00bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40f1fa47-37a9-48f2-ad12-afab07fb00bb found for delete ", "request_id": "req-72edb618-6373-4c4f-ad88-41eb211b2344"}]} 2026-07-02 11:16:03.993 8 INFO neutron.services.segments.plugin [-] Segment 40f1fa47-37a9-48f2-ad12-afab07fb00bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40f1fa47-37a9-48f2-ad12-afab07fb00bb found for delete ", "request_id": "req-212dff00-f43b-4091-92b8-e9184880dfd3"}]} 2026-07-02 11:16:03.996 8 INFO neutron.services.segments.plugin [-] Segment d3d7d6f9-0ba2-41a3-b296-d85b0593bde8 resource provider aggregate not found 2026-07-02 11:16:04.009 8 INFO neutron.services.segments.plugin [-] Segment d3d7d6f9-0ba2-41a3-b296-d85b0593bde8 resource provider aggregate not found 2026-07-02 11:16:04.012 8 INFO neutron.services.segments.plugin [-] Segment d3d7d6f9-0ba2-41a3-b296-d85b0593bde8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3d7d6f9-0ba2-41a3-b296-d85b0593bde8 found for delete ", "request_id": "req-252dca30-a2f3-42e2-9bc5-4b03f47b3741"}]} 2026-07-02 11:16:04.020 8 INFO neutron.services.segments.plugin [-] Segment d3d7d6f9-0ba2-41a3-b296-d85b0593bde8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3d7d6f9-0ba2-41a3-b296-d85b0593bde8 found for delete ", "request_id": "req-4d6003e6-70f4-40b8-9807-6f00c6cdf4bf"}]} [pid: 7|app: 0|req: 825/1696] 10.0.0.119 () {32 vars in 720 bytes} [Thu Jul 2 11:16:03 2026] DELETE /v2.0/ports/6828a722-a1f7-4dd0-a895-9cb6ee457426 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1697] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:16:04 2026] GET /v2.0/security-groups?tenant_id=574e3b7b67f64a04a5534e2f75c682ac&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:16:04.208 7 INFO neutron.pecan_wsgi.hooks.translation [None req-563bee67-ac43-43e7-b95b-004b9085ccec 71fb42c0e0064f7f842a9545843e912a a896a55a9b1144679cc288836ad6be30 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 827/1698] 10.0.0.119 () {32 vars in 720 bytes} [Thu Jul 2 11:16:04 2026] DELETE /v2.0/ports/6828a722-a1f7-4dd0-a895-9cb6ee457426 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1699] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:16:03 2026] GET /v2.0/security-groups?tenant_id=91203ea62c6d4d7297ad10df59b76406&name=default => generated 2925 bytes in 374 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:16:04.232 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c2f723f6-ccfc-497a-b9d6-1bc77b81ed4e 71fb42c0e0064f7f842a9545843e912a a896a55a9b1144679cc288836ad6be30 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 873/1700] 10.0.0.119 () {32 vars in 717 bytes} [Thu Jul 2 11:16:04 2026] GET /v2.0/ports/6828a722-a1f7-4dd0-a895-9cb6ee457426 => generated 132 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1701] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:16:04 2026] DELETE /v2.0/security-groups/187482c6-42f0-425d-a4c1-9376052057af => 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: 828/1702] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:16:04 2026] DELETE /v2.0/security-groups/ba762ec7-216e-484a-8a36-6b03672e95bf => 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: 875/1703] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:16:04 2026] DELETE /v2.0/subnets/33179d62-734e-4b8f-832a-c6743b01c8bc => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1704] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:16:04 2026] GET /v2.0/security-groups?tenant_id=87cef942691946ffa238ae8dda265258&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: 877/1705] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:16:04 2026] DELETE /v2.0/security-groups/41737191-4190-4345-997d-af52422741bb => 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: 878/1706] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:16:04 2026] GET /v2.0/ports?device_id=11fc1676-ee1b-46a9-aabb-c058a9f0df47 => generated 1014 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1707] 10.0.0.183 () {34 vars in 1120 bytes} [Thu Jul 2 11:16:04 2026] GET /v2.0/security-groups?id=0eaebba9-1e98-46a7-bb9e-3b1e29d1c865&id=64db6c03-2a8e-462e-a1a1-7f8d2fd74087&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: 880/1708] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:16:04 2026] GET /v2.0/ports?device_id=11fc1676-ee1b-46a9-aabb-c058a9f0df47 => generated 1014 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:16:04.900 7 INFO neutron.services.segments.plugin [-] Segment 8e9efc54-85c5-4d17-ab36-bddd6b2ec966 resource provider aggregate not found 2026-07-02 11:16:04.905 7 INFO neutron.services.segments.plugin [-] Segment 8e9efc54-85c5-4d17-ab36-bddd6b2ec966 resource provider aggregate not found 2026-07-02 11:16:04.917 7 INFO neutron.services.segments.plugin [-] Segment 8e9efc54-85c5-4d17-ab36-bddd6b2ec966 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e9efc54-85c5-4d17-ab36-bddd6b2ec966 found for delete ", "request_id": "req-97b1087f-239e-4cf0-8de5-4cd2bba2c176"}]} 2026-07-02 11:16:04.925 7 INFO neutron.services.segments.plugin [-] Segment 8e9efc54-85c5-4d17-ab36-bddd6b2ec966 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e9efc54-85c5-4d17-ab36-bddd6b2ec966 found for delete ", "request_id": "req-2544daf3-2ee7-4e50-80f3-248b95e7bb19"}]} [pid: 7|app: 0|req: 829/1709] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:16:04 2026] DELETE /v2.0/networks/cbde1939-8b9a-4090-ae48-69406cf24a39 => generated 0 bytes in 447 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1710] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:16:04 2026] GET /v2.0/security-groups?tenant_id=7f1f757a0fff4bbdb725ec6af4525280&name=default => generated 2925 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:16:04.987 8 WARNING neutron_lib.context [None req-8b0f35af-8615-4658-a9e2-e80f588b4650 71fb42c0e0064f7f842a9545843e912a a896a55a9b1144679cc288836ad6be30 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:16:05.029 8 INFO neutron.db.segments_db [None req-8b0f35af-8615-4658-a9e2-e80f588b4650 71fb42c0e0064f7f842a9545843e912a a896a55a9b1144679cc288836ad6be30 - - default default] Added segment 97b13a5a-8e12-4d6d-bb5a-7375079b76a5 of type vxlan for network f39424f4-f918-45d4-932f-75445abc6540 [pid: 8|app: 0|req: 882/1711] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:16:04 2026] POST /v2.0/networks => generated 635 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1712] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:16:05 2026] DELETE /v2.0/security-groups/61041822-8f2d-414c-955d-d124b403e32a => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:16:05.218 8 WARNING neutron_lib.context [None req-b6671c2f-a885-4d58-9088-854637c94c94 71fb42c0e0064f7f842a9545843e912a a896a55a9b1144679cc288836ad6be30 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:16:05.238 7 INFO neutron.db.l3_db [None req-4be30f28-8571-45fb-a80a-d417ba6d984d 2ea9be3d39244e3fabe5167bb1274cbf 6f5881258f8b4e02b8c05ab0fcfcecd8 - - default default] Floating IP b57994c3-6073-4d0b-a90c-8cb7ff59dca9 associated. External IP: 10.96.250.204, port: e7d44022-79d8-4db0-a4f4-8dbff587cd8e. [pid: 8|app: 0|req: 884/1713] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:16:05 2026] POST /v2.0/subnets => generated 646 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:16:05.472 8 WARNING neutron_lib.context [None req-f6db04a7-bec7-4ed9-8039-e6cf571e3abb 71fb42c0e0064f7f842a9545843e912a a896a55a9b1144679cc288836ad6be30 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 830/1714] 10.0.0.119 () {34 vars in 749 bytes} [Thu Jul 2 11:16:04 2026] PUT /v2.0/floatingips/b57994c3-6073-4d0b-a90c-8cb7ff59dca9 => generated 856 bytes in 651 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1715] 10.0.0.119 () {34 vars in 665 bytes} [Thu Jul 2 11:16:05 2026] POST /v2.0/ports => generated 928 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:16:05.881 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a4bc839b-7946-4eb7-8e79-47ce3bc15fbf'] response: {'name': 'network-changed', 'server_uuid': '11fc1676-ee1b-46a9-aabb-c058a9f0df47', 'tag': 'e7d44022-79d8-4db0-a4f4-8dbff587cd8e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 831/1716] 10.0.0.119 () {32 vars in 720 bytes} [Thu Jul 2 11:16:05 2026] DELETE /v2.0/ports/dc2ef9f7-04cd-44e9-96d5-2019b10e424d => generated 0 bytes in 333 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:16:06.172 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c47b28cf-5890-41d0-8893-19fefd72cb3a 71fb42c0e0064f7f842a9545843e912a a896a55a9b1144679cc288836ad6be30 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 886/1717] 10.0.0.119 () {32 vars in 717 bytes} [Thu Jul 2 11:16:06 2026] GET /v2.0/ports/dc2ef9f7-04cd-44e9-96d5-2019b10e424d => 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: 832/1718] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:16:06 2026] DELETE /v2.0/subnets/789d98af-a102-448f-a421-4c74f575c86e => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:16:06.717 8 INFO neutron.db.segments_db [None req-7556ba10-7615-4798-9973-15257f50773d dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] Added segment d703909b-44db-4b05-b3cb-d2695b63533c of type vxlan for network 7e22d567-74a2-4a89-b9f4-bd997973696b [pid: 7|app: 0|req: 833/1719] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:16:06 2026] DELETE /v2.0/networks/f39424f4-f918-45d4-932f-75445abc6540 => generated 0 bytes in 338 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1720] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:16:06 2026] GET /v2.0/ports?tenant_id=6f5881258f8b4e02b8c05ab0fcfcecd8&device_id=11fc1676-ee1b-46a9-aabb-c058a9f0df47 => generated 1283 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:16:06.767 7 WARNING neutron_lib.context [None req-8b7fdd89-25ef-4ce9-80c2-1b2e56b82049 71fb42c0e0064f7f842a9545843e912a a896a55a9b1144679cc288836ad6be30 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 887/1723] 10.0.0.119 () {34 vars in 671 bytes} [Thu Jul 2 11:16:06 2026] POST /v2.0/networks => generated 745 bytes in 487 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1724] 199.19.213.163 () {34 vars in 986 bytes} [Thu Jul 2 11:16:06 2026] GET /v2.0/networks?id=55973386-f096-4b1d-896a-18db4d9b5c45 => generated 768 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:16:06.948 7 INFO neutron.services.segments.plugin [-] Segment 97b13a5a-8e12-4d6d-bb5a-7375079b76a5 resource provider aggregate not found 2026-07-02 11:16:06.952 7 INFO neutron.services.segments.plugin [-] Segment 97b13a5a-8e12-4d6d-bb5a-7375079b76a5 resource provider aggregate not found 2026-07-02 11:16:06.967 7 INFO neutron.services.segments.plugin [-] Segment 97b13a5a-8e12-4d6d-bb5a-7375079b76a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97b13a5a-8e12-4d6d-bb5a-7375079b76a5 found for delete ", "request_id": "req-c8f6903d-62c5-46e5-82bd-8ff6dd6f84dc"}]} 2026-07-02 11:16:06.968 7 INFO neutron.services.segments.plugin [-] Segment 97b13a5a-8e12-4d6d-bb5a-7375079b76a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97b13a5a-8e12-4d6d-bb5a-7375079b76a5 found for delete ", "request_id": "req-57e8e87b-678e-4924-aef2-92441696208a"}]} [pid: 7|app: 0|req: 837/1725] 10.0.0.119 () {34 vars in 665 bytes} [Thu Jul 2 11:16:06 2026] POST /v2.0/ports => generated 778 bytes in 273 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 889/1726] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:16:06 2026] POST /v2.0/subnets => generated 692 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1727] 199.19.213.163 () {34 vars in 1060 bytes} [Thu Jul 2 11:16:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=e7d44022-79d8-4db0-a4f4-8dbff587cd8e => generated 861 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:16:07.120 7 INFO neutron.db.segments_db [None req-f7b501f0-17a5-430c-84dc-7b3d089129cb dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] Added segment 57da884b-4a45-4018-8d44-f6d946f84185 of type vxlan for network 96c1fbf5-dfd8-46b7-b5e5-bc0493d991b3 [pid: 8|app: 0|req: 890/1728] 10.0.0.119 () {34 vars in 737 bytes} [Thu Jul 2 11:16:07 2026] PUT /v2.0/ports/4cda3c9c-1eab-4776-a17e-4d49372f31a5 => generated 752 bytes in 169 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 891/1729] 199.19.213.163 () {34 vars in 984 bytes} [Thu Jul 2 11:16:07 2026] GET /v2.0/subnets?id=5eb942fe-9a20-4ec2-84d0-b9d57c54c60c => generated 690 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:16:07.390 7 INFO neutron.db.l3_hamode_db [None req-f7b501f0-17a5-430c-84dc-7b3d089129cb dee781bd6ee44ec68a2c8b02a82b83aa ca0ebd08363846709e37827d6085fd48 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 892/1730] 10.0.0.119 () {32 vars in 720 bytes} [Thu Jul 2 11:16:07 2026] DELETE /v2.0/ports/4cda3c9c-1eab-4776-a17e-4d49372f31a5 => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1731] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:16:07 2026] GET /v2.0/ports?network_id=55973386-f096-4b1d-896a-18db4d9b5c45&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1732] 10.0.0.119 () {32 vars in 643 bytes} [Thu Jul 2 11:16:07 2026] GET /v2.0/ports => generated 782 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1733] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:16:07 2026] GET /v2.0/networks/55973386-f096-4b1d-896a-18db4d9b5c45?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:16:07.604 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bab4c80e-87dd-4cd3-b079-afa33ee114bf 71fb42c0e0064f7f842a9545843e912a a896a55a9b1144679cc288836ad6be30 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 896/1734] 10.0.0.119 () {32 vars in 717 bytes} [Thu Jul 2 11:16:07 2026] GET /v2.0/ports/4cda3c9c-1eab-4776-a17e-4d49372f31a5 => 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: 897/1735] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:16:07 2026] GET /v2.0/networks/55973386-f096-4b1d-896a-18db4d9b5c45?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: 898/1736] 10.0.0.119 () {32 vars in 643 bytes} [Thu Jul 2 11:16:07 2026] GET /v2.0/ports => generated 782 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1737] 10.0.0.119 () {32 vars in 717 bytes} [Thu Jul 2 11:16:07 2026] GET /v2.0/ports/d76ddd4a-2208-48c2-8b0e-82a4013584f0 => generated 779 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:16:07.728 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ceec6489-b749-4289-905d-5fd2e2187196 71fb42c0e0064f7f842a9545843e912a a896a55a9b1144679cc288836ad6be30 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 900/1738] 10.0.0.119 () {32 vars in 720 bytes} [Thu Jul 2 11:16:07 2026] DELETE /v2.0/ports/dc2ef9f7-04cd-44e9-96d5-2019b10e424d => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:16:07.744 8 INFO neutron.pecan_wsgi.hooks.translation [None req-87ff9205-ffe8-4753-82f6-cfe2e27b9d0b 71fb42c0e0064f7f842a9545843e912a a896a55a9b1144679cc288836ad6be30 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 901/1739] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:16:07 2026] DELETE /v2.0/subnets/789d98af-a102-448f-a421-4c74f575c86e => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:16:07.759 8 INFO neutron.pecan_wsgi.hooks.translation [None req-04c74aa0-d863-43c7-899f-4fc273807f1e 71fb42c0e0064f7f842a9545843e912a a896a55a9b1144679cc288836ad6be30 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 902/1740] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:16:07 2026] DELETE /v2.0/subnets/33179d62-734e-4b8f-832a-c6743b01c8bc => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1741] 10.0.0.119 () {32 vars in 720 bytes} [Thu Jul 2 11:16:07 2026] DELETE /v2.0/ports/d76ddd4a-2208-48c2-8b0e-82a4013584f0 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:16:08.020 8 INFO neutron.services.segments.plugin [-] Segment 177bdd82-e25e-40ae-825c-09f2aaaeefa4 resource provider aggregate not found 2026-07-02 11:16:08.027 8 INFO neutron.services.segments.plugin [-] Segment 177bdd82-e25e-40ae-825c-09f2aaaeefa4 resource provider aggregate not found 2026-07-02 11:16:08.035 8 INFO neutron.services.segments.plugin [-] Segment 177bdd82-e25e-40ae-825c-09f2aaaeefa4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 177bdd82-e25e-40ae-825c-09f2aaaeefa4 found for delete ", "request_id": "req-9c5cfcde-b509-4f7d-9824-f90c15ad45b1"}]} [pid: 8|app: 0|req: 904/1742] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:16:07 2026] DELETE /v2.0/networks/b55230b8-8d4e-425f-b7d0-692e90e4352a => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:16:08.121 7 INFO neutron.db.l3_hamode_db [None req-f7b501f0-17a5-430c-84dc-7b3d089129cb dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 11:16:08.493 8 INFO neutron.services.segments.plugin [-] Segment 177bdd82-e25e-40ae-825c-09f2aaaeefa4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 177bdd82-e25e-40ae-825c-09f2aaaeefa4 found for delete ", "request_id": "req-c3f35a4f-e74e-43b4-a094-43e4fdfde21b"}]} [pid: 8|app: 0|req: 905/1743] 10.0.0.119 () {34 vars in 678 bytes} [Thu Jul 2 11:16:08 2026] POST /v2.0/qos/policies => generated 359 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1744] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:16:08 2026] GET /v2.0/security-groups?tenant_id=a896a55a9b1144679cc288836ad6be30&name=default => generated 2925 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1745] 10.0.0.119 () {34 vars in 753 bytes} [Thu Jul 2 11:16:08 2026] PUT /v2.0/policies/65323bf8-96db-42d4-8853-322a8e67c3fc/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: 908/1746] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:16:08 2026] DELETE /v2.0/security-groups/12fde951-1f44-4ce0-9b48-7256f35cfb89 => 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: 909/1747] 10.0.0.119 () {32 vars in 733 bytes} [Thu Jul 2 11:16:08 2026] GET /v2.0/policies/65323bf8-96db-42d4-8853-322a8e67c3fc/tags => generated 25 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1748] 10.0.0.119 () {34 vars in 764 bytes} [Thu Jul 2 11:16:08 2026] PUT /v2.0/policies/65323bf8-96db-42d4-8853-322a8e67c3fc/tags/green => generated 4 bytes in 26 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1749] 10.0.0.119 () {32 vars in 733 bytes} [Thu Jul 2 11:16:08 2026] GET /v2.0/policies/65323bf8-96db-42d4-8853-322a8e67c3fc/tags => generated 34 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1750] 10.0.0.119 () {34 vars in 760 bytes} [Thu Jul 2 11:16:08 2026] PUT /v2.0/policies/65323bf8-96db-42d4-8853-322a8e67c3fc/tags/red => generated 4 bytes in 15 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1751] 10.0.0.119 () {32 vars in 733 bytes} [Thu Jul 2 11:16:08 2026] GET /v2.0/policies/65323bf8-96db-42d4-8853-322a8e67c3fc/tags => generated 34 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1752] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:16:07 2026] POST /v2.0/routers => generated 732 bytes in 1942 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1753] 10.0.0.119 () {34 vars in 782 bytes} [Thu Jul 2 11:16:09 2026] PUT /v2.0/policies/65323bf8-96db-42d4-8853-322a8e67c3fc/tags/black.or.white => generated 4 bytes in 33 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1754] 10.0.0.119 () {32 vars in 733 bytes} [Thu Jul 2 11:16:09 2026] GET /v2.0/policies/65323bf8-96db-42d4-8853-322a8e67c3fc/tags => generated 52 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1755] 10.0.0.119 () {34 vars in 753 bytes} [Thu Jul 2 11:16:09 2026] PUT /v2.0/policies/65323bf8-96db-42d4-8853-322a8e67c3fc/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1756] 10.0.0.119 () {32 vars in 733 bytes} [Thu Jul 2 11:16:09 2026] GET /v2.0/policies/65323bf8-96db-42d4-8853-322a8e67c3fc/tags => generated 37 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1757] 10.0.0.119 () {32 vars in 741 bytes} [Thu Jul 2 11:16:09 2026] GET /v2.0/policies/65323bf8-96db-42d4-8853-322a8e67c3fc/tags/red => generated 0 bytes in 13 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:16:09.174 8 INFO neutron.api.v2.resource [None req-23efda3b-22f7-4b86-9b5f-62e69fcea771 368754e4ec614a5990ac431f4bb022fb 2ba9737112e24b149f63022ee27e0f08 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 919/1758] 10.0.0.119 () {32 vars in 745 bytes} [Thu Jul 2 11:16:09 2026] GET /v2.0/policies/65323bf8-96db-42d4-8853-322a8e67c3fc/tags/green => generated 99 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1759] 10.0.0.119 () {32 vars in 744 bytes} [Thu Jul 2 11:16:09 2026] DELETE /v2.0/policies/65323bf8-96db-42d4-8853-322a8e67c3fc/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1760] 10.0.0.119 () {32 vars in 733 bytes} [Thu Jul 2 11:16:09 2026] GET /v2.0/policies/65323bf8-96db-42d4-8853-322a8e67c3fc/tags => generated 30 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:16:09.265 8 INFO neutron.api.v2.resource [None req-9b6f9584-a853-4e2f-8b40-8ce2e85df792 368754e4ec614a5990ac431f4bb022fb 2ba9737112e24b149f63022ee27e0f08 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 922/1761] 10.0.0.119 () {32 vars in 748 bytes} [Thu Jul 2 11:16:09 2026] DELETE /v2.0/policies/65323bf8-96db-42d4-8853-322a8e67c3fc/tags/green => generated 99 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1762] 10.0.0.119 () {32 vars in 736 bytes} [Thu Jul 2 11:16:09 2026] DELETE /v2.0/policies/65323bf8-96db-42d4-8853-322a8e67c3fc/tags => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1763] 10.0.0.119 () {32 vars in 733 bytes} [Thu Jul 2 11:16:09 2026] GET /v2.0/policies/65323bf8-96db-42d4-8853-322a8e67c3fc/tags => 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: 925/1764] 10.0.0.119 () {32 vars in 734 bytes} [Thu Jul 2 11:16:09 2026] DELETE /v2.0/qos/policies/65323bf8-96db-42d4-8853-322a8e67c3fc => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1765] 10.0.0.119 () {34 vars in 783 bytes} [Thu Jul 2 11:16:09 2026] PUT /v2.0/routers/44765862-8af7-4ba3-bc53-96903cedbd55/add_router_interface => generated 309 bytes in 1244 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1766] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:16:09 2026] GET /v2.0/security-groups?tenant_id=2ba9737112e24b149f63022ee27e0f08&name=default => generated 2925 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1767] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:16:10 2026] DELETE /v2.0/security-groups/8e222c53-0f08-41ed-8bc3-eb124e431c0d => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:16:10.845 7 WARNING neutron_lib.context [None req-c44911fc-7f99-402b-8991-b1dd01af7545 c13ae38d83464398843f63bcc31dfc4f 88fc10b0730347fa90832cd292d49465 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 842/1768] 10.0.0.119 () {34 vars in 676 bytes} [Thu Jul 2 11:16:10 2026] POST /v2.0/subnetpools => generated 548 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1769] 10.0.0.119 () {32 vars in 729 bytes} [Thu Jul 2 11:16:10 2026] GET /v2.0/subnetpools/c58bb413-fe6c-4ea9-8484-d3c499a75a2f => generated 548 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1770] 10.0.0.119 () {34 vars in 749 bytes} [Thu Jul 2 11:16:10 2026] PUT /v2.0/subnetpools/c58bb413-fe6c-4ea9-8484-d3c499a75a2f => generated 500 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1771] 10.0.0.119 () {32 vars in 732 bytes} [Thu Jul 2 11:16:11 2026] DELETE /v2.0/subnetpools/c58bb413-fe6c-4ea9-8484-d3c499a75a2f => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:16:11.138 7 INFO neutron.api.v2.resource [None req-6411021f-3731-452f-9738-c4c8c158aab8 c13ae38d83464398843f63bcc31dfc4f 88fc10b0730347fa90832cd292d49465 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 846/1772] 10.0.0.119 () {32 vars in 729 bytes} [Thu Jul 2 11:16:11 2026] GET /v2.0/subnetpools/c58bb413-fe6c-4ea9-8484-d3c499a75a2f => generated 145 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:16:11.151 7 INFO neutron.api.v2.resource [None req-7eab7544-5611-4268-b8f0-568bd2e25427 c13ae38d83464398843f63bcc31dfc4f 88fc10b0730347fa90832cd292d49465 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 847/1773] 10.0.0.119 () {32 vars in 732 bytes} [Thu Jul 2 11:16:11 2026] DELETE /v2.0/subnetpools/c58bb413-fe6c-4ea9-8484-d3c499a75a2f => generated 145 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1774] 10.0.0.183 () {34 vars in 982 bytes} [Thu Jul 2 11:16:11 2026] GET /v2.0/networks?id=7e22d567-74a2-4a89-b9f4-bd997973696b => generated 677 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1775] 10.0.0.183 () {34 vars in 965 bytes} [Thu Jul 2 11:16:11 2026] GET /v2.0/quotas/ca0ebd08363846709e37827d6085fd48 => 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: 850/1776] 10.0.0.183 () {34 vars in 1002 bytes} [Thu Jul 2 11:16:11 2026] GET /v2.0/ports?tenant_id=ca0ebd08363846709e37827d6085fd48&fields=id => generated 103 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1777] 10.0.0.183 () {34 vars in 1008 bytes} [Thu Jul 2 11:16:11 2026] GET /v2.0/networks/7e22d567-74a2-4a89-b9f4-bd997973696b?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1778] 10.0.0.183 () {34 vars in 1108 bytes} [Thu Jul 2 11:16:11 2026] GET /v2.0/networks/7e22d567-74a2-4a89-b9f4-bd997973696b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1779] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:16:11 2026] GET /v2.0/ports?device_id=5e0ca2d0-1c1f-4825-b807-e94f6158a578 => 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: 927/1780] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:16:10 2026] GET /v2.0/security-groups?tenant_id=d66f70cfd6404dffa8139f8d2b98debd&name=default => generated 2925 bytes in 1069 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1781] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:16:11 2026] DELETE /v2.0/security-groups/15041af1-4b17-47e3-9697-b7d4c54aa199 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1782] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:16:11 2026] GET /v2.0/security-groups?tenant_id=88fc10b0730347fa90832cd292d49465&name=default => generated 2925 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1783] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:16:11 2026] DELETE /v2.0/security-groups/77c42ed4-ed35-4280-a6ad-2b1da02a8f6b => 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: 929/1784] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:16:12 2026] GET /v2.0/ports?device_id=5e0ca2d0-1c1f-4825-b807-e94f6158a578 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1785] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:16:13 2026] GET /v2.0/ports?device_id=5e0ca2d0-1c1f-4825-b807-e94f6158a578 => 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: 930/1786] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:16:14 2026] GET /v2.0/ports?device_id=11fc1676-ee1b-46a9-aabb-c058a9f0df47 => generated 1014 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1787] 10.0.0.183 () {34 vars in 1120 bytes} [Thu Jul 2 11:16:14 2026] GET /v2.0/security-groups?id=0eaebba9-1e98-46a7-bb9e-3b1e29d1c865&id=64db6c03-2a8e-462e-a1a1-7f8d2fd74087&fields=id&fields=name => generated 206 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1788] 10.0.0.119 () {32 vars in 736 bytes} [Thu Jul 2 11:16:14 2026] GET /v2.0/ports?device_id=11fc1676-ee1b-46a9-aabb-c058a9f0df47 => generated 1283 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1789] 10.0.0.119 () {32 vars in 858 bytes} [Thu Jul 2 11:16:14 2026] GET /v2.0/floatingips?floating_network_id=19bbae21-99c9-4fe4-b1f9-8edd870842cb&port_id=e7d44022-79d8-4db0-a4f4-8dbff587cd8e => generated 861 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1790] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:16:14 2026] GET /v2.0/ports?device_id=5e0ca2d0-1c1f-4825-b807-e94f6158a578 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:16:14.943 7 WARNING neutron_lib.context [None req-56c645e9-a056-41c2-ad12-8537d73ae4b6 29b3aff628104ed3985c2d8bc9fd2c09 06610141f58d4b27a689a307ff525ccd - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:16:15.001 7 INFO neutron.db.segments_db [None req-56c645e9-a056-41c2-ad12-8537d73ae4b6 29b3aff628104ed3985c2d8bc9fd2c09 06610141f58d4b27a689a307ff525ccd - - default default] Added segment 74d662df-d252-49f7-b0c3-6e81f6f71d35 of type vxlan for network cc2c8875-b1d6-437e-a6e6-ec705e6d5a2f 2026-07-02 11:16:15.276 7 INFO neutron.db.l3_hamode_db [None req-56c645e9-a056-41c2-ad12-8537d73ae4b6 29b3aff628104ed3985c2d8bc9fd2c09 06610141f58d4b27a689a307ff525ccd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 11:16:15.440 7 INFO neutron.db.l3_hamode_db [None req-56c645e9-a056-41c2-ad12-8537d73ae4b6 29b3aff628104ed3985c2d8bc9fd2c09 06610141f58d4b27a689a307ff525ccd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 933/1791] 10.0.0.100 () {34 vars in 990 bytes} [Thu Jul 2 11:16:15 2026] GET /v2.0/ports?device_id=11fc1676-ee1b-46a9-aabb-c058a9f0df47 => generated 1283 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1792] 10.0.0.100 () {34 vars in 1120 bytes} [Thu Jul 2 11:16:15 2026] GET /v2.0/security-groups?id=64db6c03-2a8e-462e-a1a1-7f8d2fd74087&id=0eaebba9-1e98-46a7-bb9e-3b1e29d1c865&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: 8|app: 0|req: 935/1793] 199.19.213.163 () {34 vars in 986 bytes} [Thu Jul 2 11:16:15 2026] GET /v2.0/networks?id=7e22d567-74a2-4a89-b9f4-bd997973696b => generated 677 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1794] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:16:15 2026] GET /v2.0/ports?device_id=5e0ca2d0-1c1f-4825-b807-e94f6158a578 => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:16:16.016 8 WARNING neutron_lib.context [req-b35734d0-aced-4f1c-96a2-933bd67c9ae7 req-2872ccda-4320-4298-9bfa-8cdc8dbc277e ad092dc5e53b45d19b673c3f1c7b9bd5 ca0ebd08363846709e37827d6085fd48 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 859/1795] 10.0.0.119 () {34 vars in 668 bytes} [Thu Jul 2 11:16:14 2026] POST /v2.0/routers => generated 474 bytes in 1197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1796] 10.0.0.119 () {34 vars in 751 bytes} [Thu Jul 2 11:16:16 2026] PUT /v2.0/routers/008a41cd-f3a8-425d-9c86-313603412d6a/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1797] 10.0.0.119 () {32 vars in 731 bytes} [Thu Jul 2 11:16:16 2026] GET /v2.0/routers/008a41cd-f3a8-425d-9c86-313603412d6a/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: 862/1798] 10.0.0.119 () {34 vars in 762 bytes} [Thu Jul 2 11:16:16 2026] PUT /v2.0/routers/008a41cd-f3a8-425d-9c86-313603412d6a/tags/green => generated 4 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1799] 199.19.213.163 () {38 vars in 955 bytes} [Thu Jul 2 11:16:16 2026] POST /v2.0/ports => generated 958 bytes in 303 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 863/1800] 10.0.0.119 () {32 vars in 731 bytes} [Thu Jul 2 11:16:16 2026] GET /v2.0/routers/008a41cd-f3a8-425d-9c86-313603412d6a/tags => generated 34 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1801] 10.0.0.119 () {34 vars in 758 bytes} [Thu Jul 2 11:16:16 2026] PUT /v2.0/routers/008a41cd-f3a8-425d-9c86-313603412d6a/tags/red => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1802] 199.19.213.163 () {38 vars in 1028 bytes} [Thu Jul 2 11:16:16 2026] PUT /v2.0/ports/a7e8b19a-9482-4595-8826-0ea3374f229b => generated 1239 bytes in 428 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1803] 10.0.0.119 () {32 vars in 731 bytes} [Thu Jul 2 11:16:16 2026] GET /v2.0/routers/008a41cd-f3a8-425d-9c86-313603412d6a/tags => generated 34 bytes in 390 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 11:16:16.902 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5095ae9a-49fd-423c-a93b-81345cd68659'] response: {'name': 'network-changed', 'server_uuid': '5e0ca2d0-1c1f-4825-b807-e94f6158a578', 'tag': 'a7e8b19a-9482-4595-8826-0ea3374f229b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 939/1804] 10.0.0.119 () {34 vars in 780 bytes} [Thu Jul 2 11:16:16 2026] PUT /v2.0/routers/008a41cd-f3a8-425d-9c86-313603412d6a/tags/black.or.white => generated 4 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1805] 10.0.0.119 () {32 vars in 731 bytes} [Thu Jul 2 11:16:16 2026] GET /v2.0/routers/008a41cd-f3a8-425d-9c86-313603412d6a/tags => generated 52 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1806] 10.0.0.119 () {34 vars in 751 bytes} [Thu Jul 2 11:16:16 2026] PUT /v2.0/routers/008a41cd-f3a8-425d-9c86-313603412d6a/tags => generated 37 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1807] 10.0.0.119 () {32 vars in 731 bytes} [Thu Jul 2 11:16:17 2026] GET /v2.0/routers/008a41cd-f3a8-425d-9c86-313603412d6a/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: 868/1808] 10.0.0.119 () {32 vars in 739 bytes} [Thu Jul 2 11:16:17 2026] GET /v2.0/routers/008a41cd-f3a8-425d-9c86-313603412d6a/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1809] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:16:17 2026] GET /v2.0/ports?device_id=5e0ca2d0-1c1f-4825-b807-e94f6158a578 => generated 973 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:16:17.227 7 INFO neutron.api.v2.resource [None req-b6207653-0cc8-4d8f-8699-82d80e4a8d0e 29b3aff628104ed3985c2d8bc9fd2c09 06610141f58d4b27a689a307ff525ccd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 942/1810] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:16:17 2026] GET /v2.0/security-groups?id=ed78e256-7d8b-43be-8303-090b864db84a&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1811] 10.0.0.119 () {32 vars in 743 bytes} [Thu Jul 2 11:16:17 2026] GET /v2.0/routers/008a41cd-f3a8-425d-9c86-313603412d6a/tags/green => generated 99 bytes in 65 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1812] 10.0.0.119 () {32 vars in 742 bytes} [Thu Jul 2 11:16:17 2026] DELETE /v2.0/routers/008a41cd-f3a8-425d-9c86-313603412d6a/tags/red => 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: 870/1813] 10.0.0.119 () {32 vars in 731 bytes} [Thu Jul 2 11:16:17 2026] GET /v2.0/routers/008a41cd-f3a8-425d-9c86-313603412d6a/tags => generated 30 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1814] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:16:17 2026] GET /v2.0/ports?tenant_id=ca0ebd08363846709e37827d6085fd48&device_id=5e0ca2d0-1c1f-4825-b807-e94f6158a578 => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:16:17.467 8 INFO neutron.api.v2.resource [None req-a20a5517-8d55-4482-af3f-c318d1b14a86 29b3aff628104ed3985c2d8bc9fd2c09 06610141f58d4b27a689a307ff525ccd - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 944/1815] 10.0.0.119 () {32 vars in 746 bytes} [Thu Jul 2 11:16:17 2026] DELETE /v2.0/routers/008a41cd-f3a8-425d-9c86-313603412d6a/tags/green => generated 99 bytes in 65 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1816] 199.19.213.163 () {34 vars in 1018 bytes} [Thu Jul 2 11:16:17 2026] GET /v2.0/networks?tenant_id=ca0ebd08363846709e37827d6085fd48&shared=False => generated 773 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1817] 10.0.0.119 () {32 vars in 734 bytes} [Thu Jul 2 11:16:17 2026] DELETE /v2.0/routers/008a41cd-f3a8-425d-9c86-313603412d6a/tags => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1818] 199.19.213.163 () {34 vars in 930 bytes} [Thu Jul 2 11:16:17 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1819] 10.0.0.119 () {32 vars in 731 bytes} [Thu Jul 2 11:16:17 2026] GET /v2.0/routers/008a41cd-f3a8-425d-9c86-313603412d6a/tags => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1820] 10.0.0.119 () {32 vars in 721 bytes} [Thu Jul 2 11:16:17 2026] GET /v2.0/routers/008a41cd-f3a8-425d-9c86-313603412d6a => generated 480 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1821] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:16:17 2026] GET /v2.0/ports?device_id=11fc1676-ee1b-46a9-aabb-c058a9f0df47 => generated 1014 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1822] 10.0.0.183 () {34 vars in 1120 bytes} [Thu Jul 2 11:16:17 2026] GET /v2.0/security-groups?id=0eaebba9-1e98-46a7-bb9e-3b1e29d1c865&id=64db6c03-2a8e-462e-a1a1-7f8d2fd74087&fields=id&fields=name => generated 206 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1823] 10.0.0.119 () {34 vars in 742 bytes} [Thu Jul 2 11:16:17 2026] PUT /v2.0/routers/008a41cd-f3a8-425d-9c86-313603412d6a => generated 480 bytes in 524 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1824] 10.0.0.119 () {32 vars in 736 bytes} [Thu Jul 2 11:16:18 2026] GET /v2.0/ports?device_id=008a41cd-f3a8-425d-9c86-313603412d6a => 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: 878/1825] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:16:18 2026] GET /v2.0/ports?device_id=5e0ca2d0-1c1f-4825-b807-e94f6158a578 => generated 973 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1826] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:16:18 2026] GET /v2.0/security-groups?id=ed78e256-7d8b-43be-8303-090b864db84a&fields=id&fields=name => generated 88 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1827] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:16:18 2026] GET /v2.0/ports?tenant_id=ca0ebd08363846709e37827d6085fd48&device_id=5e0ca2d0-1c1f-4825-b807-e94f6158a578 => 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: 881/1828] 199.19.213.163 () {34 vars in 1060 bytes} [Thu Jul 2 11:16:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=a7e8b19a-9482-4595-8826-0ea3374f229b => 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: 882/1829] 199.19.213.163 () {34 vars in 984 bytes} [Thu Jul 2 11:16:18 2026] GET /v2.0/subnets?id=ba3d1537-703a-4296-a042-395dbcc22718 => generated 695 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1830] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:16:18 2026] GET /v2.0/ports?network_id=7e22d567-74a2-4a89-b9f4-bd997973696b&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: 884/1831] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:16:18 2026] GET /v2.0/networks/7e22d567-74a2-4a89-b9f4-bd997973696b?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:16:18.798 8 INFO neutron.services.segments.plugin [-] Segment 74d662df-d252-49f7-b0c3-6e81f6f71d35 resource provider aggregate not found 2026-07-02 11:16:18.804 8 INFO neutron.services.segments.plugin [-] Segment 74d662df-d252-49f7-b0c3-6e81f6f71d35 resource provider aggregate not found 2026-07-02 11:16:18.813 8 INFO neutron.services.segments.plugin [-] Segment 74d662df-d252-49f7-b0c3-6e81f6f71d35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74d662df-d252-49f7-b0c3-6e81f6f71d35 found for delete ", "request_id": "req-39ad1dbd-02ba-4251-bcba-1f6484f5593f"}]} 2026-07-02 11:16:18.820 8 INFO neutron.services.segments.plugin [-] Segment 74d662df-d252-49f7-b0c3-6e81f6f71d35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74d662df-d252-49f7-b0c3-6e81f6f71d35 found for delete ", "request_id": "req-06e8c7d6-ef80-460f-be48-e38713d5a0db"}]} 2026-07-02 11:16:18.826 8 INFO neutron.db.l3_hamode_db [None req-5dd11ea4-1e05-40f7-8f8b-488f9810343a 29b3aff628104ed3985c2d8bc9fd2c09 06610141f58d4b27a689a307ff525ccd - - default default] HA network cc2c8875-b1d6-437e-a6e6-ec705e6d5a2f was deleted as no HA routers are present in tenant 06610141f58d4b27a689a307ff525ccd. [pid: 7|app: 0|req: 885/1832] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:16:18 2026] GET /v2.0/networks/7e22d567-74a2-4a89-b9f4-bd997973696b?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: 948/1833] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:16:18 2026] DELETE /v2.0/routers/008a41cd-f3a8-425d-9c86-313603412d6a => generated 0 bytes in 618 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1834] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:16:18 2026] GET /v2.0/ports?device_id=11fc1676-ee1b-46a9-aabb-c058a9f0df47 => generated 1014 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1835] 10.0.0.183 () {34 vars in 1120 bytes} [Thu Jul 2 11:16:19 2026] GET /v2.0/security-groups?id=0eaebba9-1e98-46a7-bb9e-3b1e29d1c865&id=64db6c03-2a8e-462e-a1a1-7f8d2fd74087&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1836] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:16:19 2026] GET /v2.0/ports?device_id=5e0ca2d0-1c1f-4825-b807-e94f6158a578 => 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: 951/1837] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:16:19 2026] GET /v2.0/security-groups?id=ed78e256-7d8b-43be-8303-090b864db84a&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: 887/1838] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:16:19 2026] GET /v2.0/security-groups?tenant_id=06610141f58d4b27a689a307ff525ccd&name=default => generated 2925 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1839] 199.19.213.163 () {34 vars in 994 bytes} [Thu Jul 2 11:16:19 2026] GET /v2.0/ports?device_id=11fc1676-ee1b-46a9-aabb-c058a9f0df47 => generated 1014 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1840] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:16:19 2026] DELETE /v2.0/security-groups/4a31a737-deaf-4487-8cbc-519ce5205efe => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:16:19.974 7 INFO neutron.db.l3_db [req-b25aabbb-dbd2-4d65-9646-035fd111820e req-10a5aff6-3860-4088-bfd7-c9419a17b4a9 2ea9be3d39244e3fabe5167bb1274cbf 6f5881258f8b4e02b8c05ab0fcfcecd8 - - default default] Floating IP b57994c3-6073-4d0b-a90c-8cb7ff59dca9 disassociated. External IP: 10.96.250.204, port: e7d44022-79d8-4db0-a4f4-8dbff587cd8e. [pid: 8|app: 0|req: 953/1841] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:16:19 2026] GET /v2.0/security-groups?tenant_id=f190c8e458354e8297cf9d412041652f&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1842] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:16:19 2026] DELETE /v2.0/security-groups/4df6b489-d2c1-4247-a234-b65890fc18db => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1843] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:16:20 2026] GET /v2.0/ports?device_id=11fc1676-ee1b-46a9-aabb-c058a9f0df47 => 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: 889/1844] 199.19.213.163 () {36 vars in 997 bytes} [Thu Jul 2 11:16:19 2026] DELETE /v2.0/ports/e7d44022-79d8-4db0-a4f4-8dbff587cd8e => generated 0 bytes in 632 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1845] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:16:20 2026] GET /v2.0/ports?device_id=5e0ca2d0-1c1f-4825-b807-e94f6158a578 => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1846] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:16:20 2026] GET /v2.0/security-groups?id=ed78e256-7d8b-43be-8303-090b864db84a&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1847] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:16:21 2026] GET /v2.0/ports?device_id=11fc1676-ee1b-46a9-aabb-c058a9f0df47 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:16:21.861 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-90ab0c14-159d-47e9-96f5-5f3e78144cd1'] response: {'server_uuid': '11fc1676-ee1b-46a9-aabb-c058a9f0df47', 'name': 'network-vif-deleted', 'tag': 'e7d44022-79d8-4db0-a4f4-8dbff587cd8e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 892/1850] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:16:21 2026] GET /v2.0/ports?device_id=5e0ca2d0-1c1f-4825-b807-e94f6158a578 => 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: 959/1851] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:16:21 2026] GET /v2.0/security-groups?id=ed78e256-7d8b-43be-8303-090b864db84a&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: 893/1852] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:16:22 2026] GET /v2.0/security-groups?tenant_id=8bb3533bea244422895ef33efd1e9830&name=default => generated 2925 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1853] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:16:22 2026] GET /v2.0/ports?device_id=11fc1676-ee1b-46a9-aabb-c058a9f0df47 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1854] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:16:22 2026] DELETE /v2.0/security-groups/e58bb337-cd1b-4f4f-a5ee-07dd57bdc83a => 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: 961/1855] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:16:23 2026] GET /v2.0/ports?device_id=5e0ca2d0-1c1f-4825-b807-e94f6158a578 => generated 975 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1856] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:16:23 2026] GET /v2.0/security-groups?id=ed78e256-7d8b-43be-8303-090b864db84a&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1857] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:16:23 2026] GET /v2.0/ports?device_id=11fc1676-ee1b-46a9-aabb-c058a9f0df47 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:16:23.676 7 WARNING neutron_lib.context [None req-7ad9ced5-a64e-4002-a1dd-bf0662183d17 2170901476304e46a6b0a60206486df9 67f5e9b180ad4e6f8aa354f645617e90 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:16:23.820 7 INFO neutron.db.segments_db [None req-7ad9ced5-a64e-4002-a1dd-bf0662183d17 2170901476304e46a6b0a60206486df9 67f5e9b180ad4e6f8aa354f645617e90 - - default default] Added segment 5b8d1db9-ba84-4def-9b64-002d6942fd90 of type vxlan for network 92c7f379-4127-4d12-a383-21a4ad822b91 [pid: 7|app: 0|req: 896/1858] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:16:23 2026] POST /v2.0/networks => generated 632 bytes in 399 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:16:23.923 8 WARNING neutron_lib.context [None req-4a10256f-5778-42b2-905b-60bba071d627 2170901476304e46a6b0a60206486df9 67f5e9b180ad4e6f8aa354f645617e90 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 963/1859] 10.0.0.119 () {34 vars in 664 bytes} [Thu Jul 2 11:16:23 2026] POST /v2.0/ports => generated 743 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:16:24.186 7 WARNING neutron_lib.context [None req-08e93d80-113d-462d-a0c2-e1536de50c6e 2170901476304e46a6b0a60206486df9 67f5e9b180ad4e6f8aa354f645617e90 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 964/1860] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:16:24 2026] GET /v2.0/ports?device_id=5e0ca2d0-1c1f-4825-b807-e94f6158a578 => 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: 965/1861] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:16:24 2026] GET /v2.0/security-groups?id=ed78e256-7d8b-43be-8303-090b864db84a&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1862] 10.0.0.119 () {34 vars in 666 bytes} [Thu Jul 2 11:16:24 2026] POST /v2.0/trunks => generated 407 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1863] 10.0.0.119 () {34 vars in 749 bytes} [Thu Jul 2 11:16:24 2026] PUT /v2.0/trunks/5a34884f-9309-4a9d-8654-455a6851bb4c/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1864] 10.0.0.119 () {32 vars in 729 bytes} [Thu Jul 2 11:16:24 2026] GET /v2.0/trunks/5a34884f-9309-4a9d-8654-455a6851bb4c/tags => generated 25 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1865] 10.0.0.119 () {34 vars in 760 bytes} [Thu Jul 2 11:16:24 2026] PUT /v2.0/trunks/5a34884f-9309-4a9d-8654-455a6851bb4c/tags/green => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1866] 10.0.0.119 () {32 vars in 729 bytes} [Thu Jul 2 11:16:24 2026] GET /v2.0/trunks/5a34884f-9309-4a9d-8654-455a6851bb4c/tags => generated 34 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1867] 10.0.0.119 () {34 vars in 756 bytes} [Thu Jul 2 11:16:24 2026] PUT /v2.0/trunks/5a34884f-9309-4a9d-8654-455a6851bb4c/tags/red => generated 4 bytes in 22 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1868] 10.0.0.119 () {32 vars in 729 bytes} [Thu Jul 2 11:16:24 2026] GET /v2.0/trunks/5a34884f-9309-4a9d-8654-455a6851bb4c/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1869] 10.0.0.119 () {34 vars in 778 bytes} [Thu Jul 2 11:16:24 2026] PUT /v2.0/trunks/5a34884f-9309-4a9d-8654-455a6851bb4c/tags/black.or.white => generated 4 bytes in 26 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1870] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:16:24 2026] GET /v2.0/ports?device_id=5e0ca2d0-1c1f-4825-b807-e94f6158a578 => generated 975 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1871] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:16:24 2026] DELETE /v2.0/security-groups/64db6c03-2a8e-462e-a1a1-7f8d2fd74087 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:16:24.734 8 INFO neutron.api.v2.resource [None req-94893956-83b9-4883-b4e8-43f137a79411 2ea9be3d39244e3fabe5167bb1274cbf 6f5881258f8b4e02b8c05ab0fcfcecd8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 970/1872] 10.0.0.119 () {32 vars in 737 bytes} [Thu Jul 2 11:16:24 2026] GET /v2.0/security-groups/64db6c03-2a8e-462e-a1a1-7f8d2fd74087 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1873] 10.0.0.119 () {32 vars in 729 bytes} [Thu Jul 2 11:16:24 2026] GET /v2.0/trunks/5a34884f-9309-4a9d-8654-455a6851bb4c/tags => generated 52 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1874] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:16:24 2026] GET /v2.0/security-groups?id=ed78e256-7d8b-43be-8303-090b864db84a&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1875] 10.0.0.119 () {34 vars in 749 bytes} [Thu Jul 2 11:16:24 2026] PUT /v2.0/trunks/5a34884f-9309-4a9d-8654-455a6851bb4c/tags => generated 37 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1876] 10.0.0.119 () {32 vars in 729 bytes} [Thu Jul 2 11:16:24 2026] GET /v2.0/trunks/5a34884f-9309-4a9d-8654-455a6851bb4c/tags => generated 37 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1877] 10.0.0.119 () {32 vars in 737 bytes} [Thu Jul 2 11:16:24 2026] GET /v2.0/trunks/5a34884f-9309-4a9d-8654-455a6851bb4c/tags/red => generated 0 bytes in 13 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:16:24.845 8 INFO neutron.api.v2.resource [None req-b41e5aeb-d1d4-4624-90ef-199836d577d0 2170901476304e46a6b0a60206486df9 67f5e9b180ad4e6f8aa354f645617e90 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 975/1878] 10.0.0.119 () {32 vars in 741 bytes} [Thu Jul 2 11:16:24 2026] GET /v2.0/trunks/5a34884f-9309-4a9d-8654-455a6851bb4c/tags/green => generated 99 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1879] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:16:24 2026] DELETE /v2.0/trunks/5a34884f-9309-4a9d-8654-455a6851bb4c/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1880] 10.0.0.119 () {32 vars in 729 bytes} [Thu Jul 2 11:16:24 2026] GET /v2.0/trunks/5a34884f-9309-4a9d-8654-455a6851bb4c/tags => generated 30 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:16:24.926 8 INFO neutron.api.v2.resource [None req-11e51cae-48d9-47eb-bc07-3a2808cabb82 2170901476304e46a6b0a60206486df9 67f5e9b180ad4e6f8aa354f645617e90 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 978/1881] 10.0.0.119 () {32 vars in 744 bytes} [Thu Jul 2 11:16:24 2026] DELETE /v2.0/trunks/5a34884f-9309-4a9d-8654-455a6851bb4c/tags/green => generated 99 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1882] 10.0.0.119 () {32 vars in 732 bytes} [Thu Jul 2 11:16:24 2026] DELETE /v2.0/trunks/5a34884f-9309-4a9d-8654-455a6851bb4c/tags => generated 0 bytes in 25 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1883] 10.0.0.119 () {32 vars in 729 bytes} [Thu Jul 2 11:16:24 2026] GET /v2.0/trunks/5a34884f-9309-4a9d-8654-455a6851bb4c/tags => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1884] 10.0.0.119 () {32 vars in 719 bytes} [Thu Jul 2 11:16:24 2026] GET /v2.0/trunks/5a34884f-9309-4a9d-8654-455a6851bb4c => generated 407 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1885] 10.0.0.119 () {32 vars in 732 bytes} [Thu Jul 2 11:16:24 2026] DELETE /v2.0/floatingips/b57994c3-6073-4d0b-a90c-8cb7ff59dca9 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1886] 10.0.0.119 () {32 vars in 717 bytes} [Thu Jul 2 11:16:25 2026] GET /v2.0/ports/e9219076-f5bc-4243-b47f-04d554832857 => generated 826 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1887] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:16:25 2026] DELETE /v2.0/security-groups/0eaebba9-1e98-46a7-bb9e-3b1e29d1c865 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/1888] 10.0.0.119 () {32 vars in 722 bytes} [Thu Jul 2 11:16:25 2026] DELETE /v2.0/trunks/5a34884f-9309-4a9d-8654-455a6851bb4c => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1889] 10.0.0.119 () {32 vars in 720 bytes} [Thu Jul 2 11:16:25 2026] DELETE /v2.0/ports/e9219076-f5bc-4243-b47f-04d554832857 => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:16:25.578 7 WARNING neutron_lib.context [None req-2f37d03b-988e-49fa-887b-3ffcaa56c2b0 d4a73fa2d6b84849bef3ec111297049a 22a3b01aa6b845b2bd79159eb43f8e6b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:16:25.736 7 INFO neutron.db.segments_db [None req-2f37d03b-988e-49fa-887b-3ffcaa56c2b0 d4a73fa2d6b84849bef3ec111297049a 22a3b01aa6b845b2bd79159eb43f8e6b - - default default] Added segment 38fd06dd-b257-4900-89f7-06a4d2648fb0 of type vxlan for network d3c1b0c1-a47a-4b3f-99f3-082aff8b9290 [pid: 7|app: 0|req: 907/1890] 10.0.0.119 () {34 vars in 671 bytes} [Thu Jul 2 11:16:25 2026] POST /v2.0/networks => generated 633 bytes in 423 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:16:25.964 7 INFO neutron.services.segments.plugin [-] Segment 5b8d1db9-ba84-4def-9b64-002d6942fd90 resource provider aggregate not found 2026-07-02 11:16:25.975 7 INFO neutron.services.segments.plugin [-] Segment 5b8d1db9-ba84-4def-9b64-002d6942fd90 resource provider aggregate not found 2026-07-02 11:16:25.991 7 INFO neutron.services.segments.plugin [-] Segment 5b8d1db9-ba84-4def-9b64-002d6942fd90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b8d1db9-ba84-4def-9b64-002d6942fd90 found for delete ", "request_id": "req-8b9cac79-f6e0-4047-add7-ab8770224b41"}]} 2026-07-02 11:16:25.993 7 INFO neutron.services.segments.plugin [-] Segment 5b8d1db9-ba84-4def-9b64-002d6942fd90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b8d1db9-ba84-4def-9b64-002d6942fd90 found for delete ", "request_id": "req-294c5f70-4047-453d-b626-591a80ca9927"}]} [pid: 7|app: 0|req: 908/1891] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:16:25 2026] DELETE /v2.0/networks/92c7f379-4127-4d12-a383-21a4ad822b91 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:16:26.026 7 WARNING neutron_lib.context [None req-d8f814da-7a0f-4135-83de-f7227692cecb d4a73fa2d6b84849bef3ec111297049a 22a3b01aa6b845b2bd79159eb43f8e6b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:16:26.071 7 INFO neutron.db.segments_db [None req-d8f814da-7a0f-4135-83de-f7227692cecb d4a73fa2d6b84849bef3ec111297049a 22a3b01aa6b845b2bd79159eb43f8e6b - - default default] Added segment 562344b9-0889-4dfb-945c-1b538c21f309 of type vxlan for network e0a33576-c9b2-44bd-9512-fe80ccdddb0b [pid: 8|app: 0|req: 984/1892] 10.0.0.119 () {34 vars in 789 bytes} [Thu Jul 2 11:16:25 2026] PUT /v2.0/routers/9dc376a2-38c8-479b-be92-0acc9bc0e054/remove_router_interface => generated 309 bytes in 1039 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1893] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:16:26 2026] GET /v2.0/ports?device_id=5e0ca2d0-1c1f-4825-b807-e94f6158a578 => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:16:26.357 7 INFO neutron.db.l3_hamode_db [None req-d8f814da-7a0f-4135-83de-f7227692cecb d4a73fa2d6b84849bef3ec111297049a 22a3b01aa6b845b2bd79159eb43f8e6b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 11:16:27.137 8 INFO neutron.services.segments.plugin [-] Segment df4d7292-36e4-43cd-9e2d-2bad72360a74 resource provider aggregate not found 2026-07-02 11:16:27.143 8 INFO neutron.services.segments.plugin [-] Segment df4d7292-36e4-43cd-9e2d-2bad72360a74 resource provider aggregate not found 2026-07-02 11:16:27.143 7 INFO neutron.db.l3_hamode_db [None req-d8f814da-7a0f-4135-83de-f7227692cecb d4a73fa2d6b84849bef3ec111297049a 22a3b01aa6b845b2bd79159eb43f8e6b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 11:16:27.158 8 INFO neutron.services.segments.plugin [-] Segment df4d7292-36e4-43cd-9e2d-2bad72360a74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df4d7292-36e4-43cd-9e2d-2bad72360a74 found for delete ", "request_id": "req-3d334295-8968-4b1c-9758-1361a002186f"}]} 2026-07-02 11:16:27.160 8 INFO neutron.services.segments.plugin [-] Segment df4d7292-36e4-43cd-9e2d-2bad72360a74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df4d7292-36e4-43cd-9e2d-2bad72360a74 found for delete ", "request_id": "req-794f05e5-3068-4858-a686-bb4d287efbf0"}]} 2026-07-02 11:16:27.170 8 INFO neutron.db.l3_hamode_db [None req-5664945c-c987-4c52-a71a-bb410a7c6dc8 dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] HA network 0c5d7a87-a63d-4e02-b50d-adfaf2d1d3c4 was deleted as no HA routers are present in tenant 6f5881258f8b4e02b8c05ab0fcfcecd8. [pid: 8|app: 0|req: 986/1894] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:16:26 2026] DELETE /v2.0/routers/9dc376a2-38c8-479b-be92-0acc9bc0e054 => generated 0 bytes in 905 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1895] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:16:27 2026] GET /v2.0/security-groups?id=ed78e256-7d8b-43be-8303-090b864db84a&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/1896] 199.19.213.163 () {34 vars in 994 bytes} [Thu Jul 2 11:16:27 2026] GET /v2.0/ports?device_id=5e0ca2d0-1c1f-4825-b807-e94f6158a578 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1897] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:16:27 2026] GET /v2.0/security-groups?tenant_id=67f5e9b180ad4e6f8aa354f645617e90&name=default => generated 2925 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1898] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:16:27 2026] DELETE /v2.0/subnets/5eb942fe-9a20-4ec2-84d0-b9d57c54c60c => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/1899] 199.19.213.163 () {36 vars in 997 bytes} [Thu Jul 2 11:16:27 2026] DELETE /v2.0/ports/a7e8b19a-9482-4595-8826-0ea3374f229b => generated 0 bytes in 245 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:16:27.865 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-eb722e0b-5b5d-4b05-85b1-12324354804c'] response: {'server_uuid': '5e0ca2d0-1c1f-4825-b807-e94f6158a578', 'name': 'network-vif-deleted', 'tag': 'a7e8b19a-9482-4595-8826-0ea3374f229b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 992/1900] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:16:27 2026] DELETE /v2.0/security-groups/7dc5c56a-8027-4eca-9f7d-b4ffd36c45a2 => 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: 909/1901] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:16:26 2026] POST /v2.0/routers => generated 693 bytes in 2078 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/1902] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:16:27 2026] DELETE /v2.0/networks/55973386-f096-4b1d-896a-18db4d9b5c45 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1903] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:16:28 2026] GET /v2.0/security-groups?tenant_id=edd19ad5bbd74f0b86f8fa3854dc89bb&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: 994/1904] 10.0.0.119 () {32 vars in 776 bytes} [Thu Jul 2 11:16:28 2026] GET /v2.0/subnets?project_id=22a3b01aa6b845b2bd79159eb43f8e6b&cidr=10.100.0.0%2F28 => generated 14 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1905] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:16:28 2026] DELETE /v2.0/security-groups/b4d96f46-f6f1-4698-b27a-c4af3798c607 => 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: 996/1906] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:16:28 2026] GET /v2.0/ports?device_id=5e0ca2d0-1c1f-4825-b807-e94f6158a578 => 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: 997/1907] 10.0.0.119 () {32 vars in 694 bytes} [Thu Jul 2 11:16:28 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/1908] 10.0.0.119 () {32 vars in 784 bytes} [Thu Jul 2 11:16:28 2026] GET /v2.0/subnets?network_id=19bbae21-99c9-4fe4-b1f9-8edd870842cb&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) 2026-07-02 11:16:28.666 8 WARNING neutron_lib.context [None req-ccccae64-1747-44f1-9a13-e52461b7b5c7 d4a73fa2d6b84849bef3ec111297049a 22a3b01aa6b845b2bd79159eb43f8e6b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 999/1909] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:16:28 2026] POST /v2.0/subnets => generated 657 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:16:29.177 8 INFO neutron.services.segments.plugin [-] Segment ac2969b7-2e34-40e2-853c-b436e8c5535a resource provider aggregate not found 2026-07-02 11:16:29.182 8 INFO neutron.services.segments.plugin [-] Segment ac2969b7-2e34-40e2-853c-b436e8c5535a resource provider aggregate not found 2026-07-02 11:16:29.193 8 INFO neutron.services.segments.plugin [-] Segment ac2969b7-2e34-40e2-853c-b436e8c5535a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac2969b7-2e34-40e2-853c-b436e8c5535a found for delete ", "request_id": "req-b0412585-9bbd-48ca-a4da-3fb2ce6869b8"}]} 2026-07-02 11:16:29.197 8 INFO neutron.services.segments.plugin [-] Segment ac2969b7-2e34-40e2-853c-b436e8c5535a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac2969b7-2e34-40e2-853c-b436e8c5535a found for delete ", "request_id": "req-2581763d-9559-46ed-a12d-6cd88e9fb512"}]} [pid: 7|app: 0|req: 911/1910] 10.0.0.119 () {34 vars in 789 bytes} [Thu Jul 2 11:16:28 2026] PUT /v2.0/routers/9cf20643-42ee-441b-8d68-3cbae3d49710/remove_router_interface => generated 309 bytes in 1123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:16:30.190 7 INFO neutron.services.segments.plugin [-] Segment c12e1f3e-cfe9-479e-801c-7eeba0ddb244 resource provider aggregate not found 2026-07-02 11:16:30.195 7 INFO neutron.services.segments.plugin [-] Segment c12e1f3e-cfe9-479e-801c-7eeba0ddb244 resource provider aggregate not found 2026-07-02 11:16:30.204 7 INFO neutron.db.l3_hamode_db [None req-dd9046bc-b157-43d3-a8a0-de53544e5d41 dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] HA network 7e2d7a60-13a5-4fa5-ac4a-85b7d94fc425 was deleted as no HA routers are present in tenant f90c39557c4945b6bf74b85518bbf8a1. [pid: 7|app: 0|req: 912/1911] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:16:29 2026] DELETE /v2.0/routers/9cf20643-42ee-441b-8d68-3cbae3d49710 => generated 0 bytes in 833 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:16:30.219 7 INFO neutron.services.segments.plugin [-] Segment c12e1f3e-cfe9-479e-801c-7eeba0ddb244 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c12e1f3e-cfe9-479e-801c-7eeba0ddb244 found for delete ", "request_id": "req-6f20702b-fb3f-4607-b923-00c3d029bcfb"}]} 2026-07-02 11:16:30.220 7 INFO neutron.services.segments.plugin [-] Segment c12e1f3e-cfe9-479e-801c-7eeba0ddb244 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c12e1f3e-cfe9-479e-801c-7eeba0ddb244 found for delete ", "request_id": "req-cd295174-b435-4938-9f04-0332b781a687"}]} [pid: 7|app: 0|req: 913/1912] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:16:30 2026] GET /v2.0/ports?device_id=5e0ca2d0-1c1f-4825-b807-e94f6158a578 => 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: 914/1913] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:16:30 2026] DELETE /v2.0/subnets/72a09ac1-cf88-4c9a-8191-7a49b07a99b1 => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/1914] 10.0.0.119 () {34 vars in 783 bytes} [Thu Jul 2 11:16:28 2026] PUT /v2.0/routers/9fd9f0eb-275c-4bbe-b30c-b7f60807576e/add_router_interface => generated 309 bytes in 1522 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/1915] 10.0.0.119 () {32 vars in 649 bytes} [Thu Jul 2 11:16:30 2026] GET /v2.0/networks => generated 5777 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/1916] 10.0.0.119 () {32 vars in 647 bytes} [Thu Jul 2 11:16:30 2026] GET /v2.0/subnets => generated 3899 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/1917] 10.0.0.119 () {32 vars in 647 bytes} [Thu Jul 2 11:16:30 2026] GET /v2.0/routers => generated 1464 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:16:30.732 8 WARNING neutron_lib.context [None req-9ef99319-31a5-49e3-9a32-16d7a9b549ec d4a73fa2d6b84849bef3ec111297049a 22a3b01aa6b845b2bd79159eb43f8e6b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 915/1918] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:16:30 2026] DELETE /v2.0/networks/a4cf48df-99fd-4643-9a65-574ef69c6c98 => 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: 1004/1919] 10.0.0.119 () {34 vars in 685 bytes} [Thu Jul 2 11:16:30 2026] POST /v2.0/security-groups => generated 1673 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 11:16:30.885 7 WARNING neutron_lib.context [None req-1d90311b-dd7f-4073-b7cc-40bfe8d317a3 d4a73fa2d6b84849bef3ec111297049a 22a3b01aa6b845b2bd79159eb43f8e6b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 916/1920] 10.0.0.119 () {34 vars in 695 bytes} [Thu Jul 2 11:16:30 2026] POST /v2.0/security-group-rules => generated 597 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:16:31.074 8 WARNING neutron_lib.context [None req-77622c35-f5c9-4b02-b1bc-63f46bc6b59f d4a73fa2d6b84849bef3ec111297049a 22a3b01aa6b845b2bd79159eb43f8e6b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 917/1921] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:16:31 2026] GET /v2.0/security-groups?tenant_id=f90c39557c4945b6bf74b85518bbf8a1&name=default => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/1922] 10.0.0.119 () {34 vars in 695 bytes} [Thu Jul 2 11:16:31 2026] POST /v2.0/security-group-rules => generated 596 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:16:31.202 8 WARNING neutron_lib.context [None req-e54d88a9-e852-4e71-a0b0-4f751ab342b6 d4a73fa2d6b84849bef3ec111297049a 22a3b01aa6b845b2bd79159eb43f8e6b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 918/1923] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:16:31 2026] DELETE /v2.0/security-groups/cc79365a-a587-4e9a-9262-49d5d6b9fb5c => 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: 1006/1924] 10.0.0.119 () {34 vars in 695 bytes} [Thu Jul 2 11:16:31 2026] POST /v2.0/security-group-rules => generated 602 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:16:31.348 8 WARNING neutron_lib.context [None req-1c411a2e-0474-4cf0-8b8b-243716531e0b d4a73fa2d6b84849bef3ec111297049a 22a3b01aa6b845b2bd79159eb43f8e6b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1007/1925] 10.0.0.119 () {34 vars in 695 bytes} [Thu Jul 2 11:16:31 2026] POST /v2.0/security-group-rules => generated 601 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:16:31.479 8 WARNING neutron_lib.context [None req-cb51cfe8-d514-4e24-b199-a7417a418adb d4a73fa2d6b84849bef3ec111297049a 22a3b01aa6b845b2bd79159eb43f8e6b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:16:31.517 8 INFO neutron.db.securitygroups_db [None req-cb51cfe8-d514-4e24-b199-a7417a418adb d4a73fa2d6b84849bef3ec111297049a 22a3b01aa6b845b2bd79159eb43f8e6b - - default default] Project 22a3b01aa6b845b2bd79159eb43f8e6b 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: 1008/1926] 10.0.0.119 () {34 vars in 695 bytes} [Thu Jul 2 11:16:31 2026] POST /v2.0/security-group-rules => generated 607 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/1927] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:16:31 2026] GET /v2.0/security-groups?tenant_id=6f5881258f8b4e02b8c05ab0fcfcecd8&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:16:31.641 8 WARNING neutron_lib.context [None req-fad39e1b-0286-40b8-bf4b-d4f1299eb153 d4a73fa2d6b84849bef3ec111297049a 22a3b01aa6b845b2bd79159eb43f8e6b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:16:31.671 8 INFO neutron.db.securitygroups_db [None req-fad39e1b-0286-40b8-bf4b-d4f1299eb153 d4a73fa2d6b84849bef3ec111297049a 22a3b01aa6b845b2bd79159eb43f8e6b - - default default] Project 22a3b01aa6b845b2bd79159eb43f8e6b 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: 1010/1928] 10.0.0.119 () {34 vars in 695 bytes} [Thu Jul 2 11:16:31 2026] POST /v2.0/security-group-rules => generated 606 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/1929] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:16:31 2026] DELETE /v2.0/security-groups/362ccd7e-4a73-4366-a785-837c1c8b1b23 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:16:32.240 7 INFO neutron.services.segments.plugin [-] Segment c4a48ce7-6129-4c58-8f45-de63fb46c8bd resource provider aggregate not found 2026-07-02 11:16:32.251 7 INFO neutron.services.segments.plugin [-] Segment c4a48ce7-6129-4c58-8f45-de63fb46c8bd resource provider aggregate not found 2026-07-02 11:16:32.254 7 INFO neutron.services.segments.plugin [-] Segment c4a48ce7-6129-4c58-8f45-de63fb46c8bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4a48ce7-6129-4c58-8f45-de63fb46c8bd found for delete ", "request_id": "req-99746fbf-6e71-41ac-8286-a205e3dd043b"}]} 2026-07-02 11:16:32.262 7 INFO neutron.services.segments.plugin [-] Segment c4a48ce7-6129-4c58-8f45-de63fb46c8bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4a48ce7-6129-4c58-8f45-de63fb46c8bd found for delete ", "request_id": "req-9e107bde-c6fc-4dea-b312-f13f2360e37d"}]} [pid: 7|app: 0|req: 919/1930] 10.0.0.119 () {34 vars in 789 bytes} [Thu Jul 2 11:16:31 2026] PUT /v2.0/routers/44765862-8af7-4ba3-bc53-96903cedbd55/remove_router_interface => generated 309 bytes in 973 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/1931] 10.0.0.119 () {32 vars in 649 bytes} [Thu Jul 2 11:16:32 2026] GET /v2.0/networks => generated 1298 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/1932] 10.0.0.183 () {34 vars in 1098 bytes} [Thu Jul 2 11:16:32 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-399744481&fields=id&tenant_id=22a3b01aa6b845b2bd79159eb43f8e6b => generated 69 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/1933] 10.0.0.183 () {34 vars in 982 bytes} [Thu Jul 2 11:16:32 2026] GET /v2.0/networks?id=d3c1b0c1-a47a-4b3f-99f3-082aff8b9290 => generated 661 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/1934] 10.0.0.183 () {34 vars in 965 bytes} [Thu Jul 2 11:16:32 2026] GET /v2.0/quotas/22a3b01aa6b845b2bd79159eb43f8e6b => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/1935] 10.0.0.183 () {34 vars in 1002 bytes} [Thu Jul 2 11:16:32 2026] GET /v2.0/ports?tenant_id=22a3b01aa6b845b2bd79159eb43f8e6b&fields=id => generated 103 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/1936] 10.0.0.183 () {34 vars in 1008 bytes} [Thu Jul 2 11:16:32 2026] GET /v2.0/networks/d3c1b0c1-a47a-4b3f-99f3-082aff8b9290?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/1937] 10.0.0.183 () {34 vars in 1108 bytes} [Thu Jul 2 11:16:32 2026] GET /v2.0/networks/d3c1b0c1-a47a-4b3f-99f3-082aff8b9290?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: 1019/1938] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:16:32 2026] GET /v2.0/ports?device_id=fe26f203-ffb0-4423-ac4d-a0deee05d339 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:16:33.236 7 INFO neutron.db.l3_hamode_db [None req-bf887158-37db-4908-a5c4-fc76cd550b5a dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] HA network 96c1fbf5-dfd8-46b7-b5e5-bc0493d991b3 was deleted as no HA routers are present in tenant ca0ebd08363846709e37827d6085fd48. [pid: 7|app: 0|req: 920/1939] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:16:32 2026] DELETE /v2.0/routers/44765862-8af7-4ba3-bc53-96903cedbd55 => generated 0 bytes in 961 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/1940] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:16:33 2026] DELETE /v2.0/subnets/ba3d1537-703a-4296-a042-395dbcc22718 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1941] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:16:33 2026] DELETE /v2.0/networks/7e22d567-74a2-4a89-b9f4-bd997973696b => 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: 1021/1942] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:16:33 2026] GET /v2.0/security-groups?tenant_id=ca0ebd08363846709e37827d6085fd48&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/1943] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:16:34 2026] GET /v2.0/ports?device_id=fe26f203-ffb0-4423-ac4d-a0deee05d339 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1944] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:16:33 2026] DELETE /v2.0/security-groups/ed78e256-7d8b-43be-8303-090b864db84a => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/1945] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:16:35 2026] GET /v2.0/ports?device_id=fe26f203-ffb0-4423-ac4d-a0deee05d339 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:16:36.261 7 INFO neutron.services.segments.plugin [-] Segment 57da884b-4a45-4018-8d44-f6d946f84185 resource provider aggregate not found 2026-07-02 11:16:36.275 7 INFO neutron.services.segments.plugin [-] Segment 57da884b-4a45-4018-8d44-f6d946f84185 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 57da884b-4a45-4018-8d44-f6d946f84185 found for delete ", "request_id": "req-e1d81615-10e2-4b58-9f55-d1ac62f416c2"}]} 2026-07-02 11:16:36.277 7 INFO neutron.services.segments.plugin [-] Segment 57da884b-4a45-4018-8d44-f6d946f84185 resource provider aggregate not found [pid: 7|app: 0|req: 923/1946] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:16:36 2026] GET /v2.0/ports?device_id=fe26f203-ffb0-4423-ac4d-a0deee05d339 => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:16:36.581 8 WARNING neutron_lib.context [None req-50a3d1ff-e9c7-40cd-80dc-27d4cba1ed07 0b9794d5e5fe4570b995098f3b5fa380 c2c5d52130dd47fbb53195521d430f12 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1025/1949] 10.0.0.119 () {34 vars in 676 bytes} [Thu Jul 2 11:16:36 2026] POST /v2.0/floatingips => generated 552 bytes in 787 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:16:37.219 7 INFO neutron.services.segments.plugin [-] Segment 57da884b-4a45-4018-8d44-f6d946f84185 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 57da884b-4a45-4018-8d44-f6d946f84185 found for delete ", "request_id": "req-dfa613df-1cb9-49a0-accb-e4c933d5b999"}]} 2026-07-02 11:16:37.221 8 WARNING neutron_lib.context [None req-85c040f9-7a21-41ab-857e-b2b2e5127f0e 0b9794d5e5fe4570b995098f3b5fa380 c2c5d52130dd47fbb53195521d430f12 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:16:37.224 7 INFO neutron.services.segments.plugin [-] Segment d703909b-44db-4b05-b3cb-d2695b63533c resource provider aggregate not found 2026-07-02 11:16:37.258 7 INFO neutron.services.segments.plugin [-] Segment d703909b-44db-4b05-b3cb-d2695b63533c resource provider aggregate not found 2026-07-02 11:16:37.264 7 INFO neutron.services.segments.plugin [-] Segment d703909b-44db-4b05-b3cb-d2695b63533c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d703909b-44db-4b05-b3cb-d2695b63533c found for delete ", "request_id": "req-6abda2ce-9f17-4fc0-90b8-282c4f955781"}]} 2026-07-02 11:16:37.276 7 INFO neutron.services.segments.plugin [-] Segment d703909b-44db-4b05-b3cb-d2695b63533c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d703909b-44db-4b05-b3cb-d2695b63533c found for delete ", "request_id": "req-a857602e-cdce-4243-b6e5-96ef99c9c2e4"}]} [pid: 7|app: 0|req: 925/1950] 199.19.213.163 () {34 vars in 986 bytes} [Thu Jul 2 11:16:37 2026] GET /v2.0/networks?id=d3c1b0c1-a47a-4b3f-99f3-082aff8b9290 => generated 661 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1951] 199.19.213.163 () {34 vars in 1050 bytes} [Thu Jul 2 11:16:37 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=22a3b01aa6b845b2bd79159eb43f8e6b => generated 180 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:16:37.354 7 WARNING neutron_lib.context [req-c361922b-7a87-4b76-a66c-b636f1526354 req-73e0bd37-a789-4dbb-be5a-7e7c372d6bb2 d4a73fa2d6b84849bef3ec111297049a 22a3b01aa6b845b2bd79159eb43f8e6b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 927/1952] 199.19.213.163 () {38 vars in 955 bytes} [Thu Jul 2 11:16:37 2026] POST /v2.0/ports => generated 958 bytes in 394 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1026/1953] 10.0.0.119 () {34 vars in 676 bytes} [Thu Jul 2 11:16:37 2026] POST /v2.0/floatingips => generated 552 bytes in 532 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1954] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:16:37 2026] GET /v2.0/ports?device_id=fe26f203-ffb0-4423-ac4d-a0deee05d339 => generated 961 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:16:37.816 7 WARNING neutron_lib.context [None req-c9163200-055c-46f9-b891-388ad61fdd8c 0b9794d5e5fe4570b995098f3b5fa380 c2c5d52130dd47fbb53195521d430f12 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1027/1955] 199.19.213.163 () {38 vars in 1028 bytes} [Thu Jul 2 11:16:37 2026] PUT /v2.0/ports/57fb9df1-3c28-4c11-99c8-87030e013232 => 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 11:16:38.258 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-daee29e5-74ca-487a-9c2e-5813d5b870ba'] response: {'name': 'network-changed', 'server_uuid': 'fe26f203-ffb0-4423-ac4d-a0deee05d339', 'tag': '57fb9df1-3c28-4c11-99c8-87030e013232', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1028/1956] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:16:38 2026] GET /v2.0/security-groups?id=3399a697-749f-4a50-8f6f-858e48a8288f&fields=id&fields=name => generated 113 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1957] 10.0.0.119 () {34 vars in 676 bytes} [Thu Jul 2 11:16:37 2026] POST /v2.0/floatingips => generated 552 bytes in 600 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:16:38.436 8 WARNING neutron_lib.context [None req-34c38211-65c3-4b50-a997-4874cf946538 0b9794d5e5fe4570b995098f3b5fa380 c2c5d52130dd47fbb53195521d430f12 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 930/1958] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:16:38 2026] GET /v2.0/security-groups?tenant_id=b5aaa6b5b6bf4f5cb0f6c99aa1b26871&name=default => generated 2925 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1959] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:16:38 2026] DELETE /v2.0/security-groups/b452513b-aabc-42e3-a617-79e531c11473 => 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: 932/1960] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:16:38 2026] GET /v2.0/ports?tenant_id=22a3b01aa6b845b2bd79159eb43f8e6b&device_id=fe26f203-ffb0-4423-ac4d-a0deee05d339 => generated 1242 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1961] 199.19.213.163 () {34 vars in 1018 bytes} [Thu Jul 2 11:16:38 2026] GET /v2.0/networks?tenant_id=22a3b01aa6b845b2bd79159eb43f8e6b&shared=False => generated 757 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/1962] 10.0.0.119 () {34 vars in 676 bytes} [Thu Jul 2 11:16:38 2026] POST /v2.0/floatingips => generated 552 bytes in 506 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/1963] 199.19.213.163 () {34 vars in 930 bytes} [Thu Jul 2 11:16:38 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:16:38.985 8 WARNING neutron_lib.context [None req-e09cba17-2a81-4b3d-80b6-facbe49d2610 0b9794d5e5fe4570b995098f3b5fa380 c2c5d52130dd47fbb53195521d430f12 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 934/1964] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:16:38 2026] GET /v2.0/security-groups?tenant_id=dd2808de0c9c4091a78a2dd2ac04f1da&name=default => generated 2925 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1965] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:16:39 2026] DELETE /v2.0/security-groups/1986c699-3e08-4639-9167-3f87da1a5c03 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1966] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:16:39 2026] GET /v2.0/ports?device_id=fe26f203-ffb0-4423-ac4d-a0deee05d339 => 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: 937/1967] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:16:39 2026] GET /v2.0/security-groups?id=3399a697-749f-4a50-8f6f-858e48a8288f&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: 1031/1968] 10.0.0.119 () {34 vars in 676 bytes} [Thu Jul 2 11:16:38 2026] POST /v2.0/floatingips => generated 552 bytes in 511 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1969] 10.0.0.119 () {34 vars in 759 bytes} [Thu Jul 2 11:16:39 2026] PUT /v2.0/floatingips/42c27bcd-fbef-4040-a8c9-21ad15511dba/tags => generated 17 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/1970] 10.0.0.119 () {34 vars in 759 bytes} [Thu Jul 2 11:16:39 2026] PUT /v2.0/floatingips/8d3c194d-d554-4b0e-bbaa-afd3f5a7156f/tags => generated 25 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1971] 10.0.0.119 () {34 vars in 759 bytes} [Thu Jul 2 11:16:39 2026] PUT /v2.0/floatingips/378cd9fb-804d-44c2-8729-dc513752f611/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/1972] 10.0.0.119 () {34 vars in 759 bytes} [Thu Jul 2 11:16:39 2026] PUT /v2.0/floatingips/5fd0415a-d30b-46cd-8e61-dd86ed3baf79/tags => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1973] 10.0.0.119 () {32 vars in 672 bytes} [Thu Jul 2 11:16:39 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/1974] 10.0.0.119 () {32 vars in 686 bytes} [Thu Jul 2 11:16:39 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1975] 10.0.0.119 () {32 vars in 682 bytes} [Thu Jul 2 11:16:39 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/1976] 10.0.0.119 () {32 vars in 694 bytes} [Thu Jul 2 11:16:39 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1977] 10.0.0.119 () {32 vars in 680 bytes} [Thu Jul 2 11:16:39 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/1978] 10.0.0.119 () {32 vars in 694 bytes} [Thu Jul 2 11:16:39 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1979] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:16:39 2026] GET /v2.0/ports?tenant_id=22a3b01aa6b845b2bd79159eb43f8e6b&device_id=fe26f203-ffb0-4423-ac4d-a0deee05d339 => generated 1242 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1980] 199.19.213.163 () {34 vars in 1060 bytes} [Thu Jul 2 11:16:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=57fb9df1-3c28-4c11-99c8-87030e013232 => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/1981] 10.0.0.119 () {32 vars in 690 bytes} [Thu Jul 2 11:16:40 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1982] 199.19.213.163 () {34 vars in 984 bytes} [Thu Jul 2 11:16:40 2026] GET /v2.0/subnets?id=0568fe68-bf15-4cdb-b9f0-2cb1a2878f06 => generated 678 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/1983] 10.0.0.119 () {32 vars in 702 bytes} [Thu Jul 2 11:16:40 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1984] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:16:40 2026] GET /v2.0/ports?network_id=d3c1b0c1-a47a-4b3f-99f3-082aff8b9290&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1985] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:16:40 2026] GET /v2.0/networks/d3c1b0c1-a47a-4b3f-99f3-082aff8b9290?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1986] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:16:40 2026] GET /v2.0/networks/d3c1b0c1-a47a-4b3f-99f3-082aff8b9290?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: 1039/1987] 10.0.0.119 () {32 vars in 732 bytes} [Thu Jul 2 11:16:40 2026] DELETE /v2.0/floatingips/42c27bcd-fbef-4040-a8c9-21ad15511dba => generated 0 bytes in 272 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/1988] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:16:40 2026] GET /v2.0/ports?device_id=fe26f203-ffb0-4423-ac4d-a0deee05d339 => generated 973 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1989] 10.0.0.119 () {32 vars in 732 bytes} [Thu Jul 2 11:16:40 2026] DELETE /v2.0/floatingips/8d3c194d-d554-4b0e-bbaa-afd3f5a7156f => generated 0 bytes in 231 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/1990] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:16:40 2026] GET /v2.0/security-groups?id=3399a697-749f-4a50-8f6f-858e48a8288f&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1991] 10.0.0.119 () {32 vars in 732 bytes} [Thu Jul 2 11:16:40 2026] DELETE /v2.0/floatingips/378cd9fb-804d-44c2-8729-dc513752f611 => generated 0 bytes in 235 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/1992] 10.0.0.119 () {32 vars in 732 bytes} [Thu Jul 2 11:16:40 2026] DELETE /v2.0/floatingips/5fd0415a-d30b-46cd-8e61-dd86ed3baf79 => generated 0 bytes in 233 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1993] 10.0.0.119 () {32 vars in 732 bytes} [Thu Jul 2 11:16:41 2026] DELETE /v2.0/floatingips/8ee7a295-1d38-42e9-b6fb-f7fb907d4dad => generated 0 bytes in 315 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/1994] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:16:41 2026] GET /v2.0/ports?device_id=fe26f203-ffb0-4423-ac4d-a0deee05d339 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1995] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:16:41 2026] GET /v2.0/security-groups?id=3399a697-749f-4a50-8f6f-858e48a8288f&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/1996] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:16:42 2026] GET /v2.0/security-groups?tenant_id=a0cd1e34bb4a4b2c8a21f096f904ab45&name=default => generated 2925 bytes in 342 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1997] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:16:42 2026] DELETE /v2.0/security-groups/850c15ae-58f5-4069-851b-d41762a10185 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/1998] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:16:42 2026] GET /v2.0/security-groups?tenant_id=c2c5d52130dd47fbb53195521d430f12&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1999] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:16:42 2026] GET /v2.0/ports?device_id=fe26f203-ffb0-4423-ac4d-a0deee05d339 => generated 975 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/2000] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:16:42 2026] GET /v2.0/security-groups?id=3399a697-749f-4a50-8f6f-858e48a8288f&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2001] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:16:42 2026] DELETE /v2.0/security-groups/87ceb137-74d8-4a86-a6bc-b9295563d9b7 => 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: 956/2002] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:16:43 2026] GET /v2.0/security-groups?tenant_id=3b8f6a5e99eb400a8d73fd5c19f0a33c&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2003] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:16:43 2026] DELETE /v2.0/security-groups/455ab912-58b7-48b0-835f-cf21569e720d => 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: 957/2004] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:16:44 2026] GET /v2.0/ports?device_id=fe26f203-ffb0-4423-ac4d-a0deee05d339 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2005] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:16:44 2026] GET /v2.0/security-groups?id=3399a697-749f-4a50-8f6f-858e48a8288f&fields=id&fields=name => generated 113 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2006] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:16:45 2026] GET /v2.0/ports?device_id=fe26f203-ffb0-4423-ac4d-a0deee05d339 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2007] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:16:45 2026] GET /v2.0/security-groups?id=3399a697-749f-4a50-8f6f-858e48a8288f&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/2008] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:16:44 2026] GET /v2.0/security-groups?tenant_id=88ab93254d7f4fd983ddcf7cbdf073c6&name=default => generated 2925 bytes in 366 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/2009] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:16:45 2026] GET /v2.0/ports?device_id=fe26f203-ffb0-4423-ac4d-a0deee05d339 => 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: 1051/2010] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:16:45 2026] DELETE /v2.0/security-groups/536d780c-ed6a-48c5-9ea8-bb2022813400 => 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: 960/2011] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:16:45 2026] GET /v2.0/security-groups?id=3399a697-749f-4a50-8f6f-858e48a8288f&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2012] 10.0.0.119 () {32 vars in 736 bytes} [Thu Jul 2 11:16:45 2026] GET /v2.0/ports?device_id=fe26f203-ffb0-4423-ac4d-a0deee05d339 => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:16:45.591 8 WARNING neutron_lib.context [None req-d38ce9bc-aad4-4969-9411-48492cffd5e6 d4a73fa2d6b84849bef3ec111297049a 22a3b01aa6b845b2bd79159eb43f8e6b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 961/2013] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:16:45 2026] GET /v2.0/security-groups?tenant_id=575c9a40b702487793fd4b349b02d83f&name=default => generated 2925 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/2014] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:16:45 2026] DELETE /v2.0/security-groups/5abdf2a7-1912-4704-b8f7-8035de3daa10 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:16:46.356 8 INFO neutron.db.l3_db [None req-d38ce9bc-aad4-4969-9411-48492cffd5e6 d4a73fa2d6b84849bef3ec111297049a 22a3b01aa6b845b2bd79159eb43f8e6b - - default default] Floating IP 2431e93d-a134-4e83-bbba-6098636350b2 associated. External IP: 10.96.250.204, port: 57fb9df1-3c28-4c11-99c8-87030e013232. [pid: 8|app: 0|req: 1053/2015] 10.0.0.119 () {34 vars in 677 bytes} [Thu Jul 2 11:16:45 2026] POST /v2.0/floatingips => generated 856 bytes in 1100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/2016] 10.0.0.119 () {32 vars in 729 bytes} [Thu Jul 2 11:16:46 2026] GET /v2.0/floatingips/2431e93d-a134-4e83-bbba-6098636350b2 => generated 856 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:16:47.783 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-95c2b944-2d8d-4a38-a025-a23dd600dd81'] response: {'name': 'network-changed', 'server_uuid': 'fe26f203-ffb0-4423-ac4d-a0deee05d339', 'tag': '57fb9df1-3c28-4c11-99c8-87030e013232', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1054/2017] 10.0.0.119 () {32 vars in 729 bytes} [Thu Jul 2 11:16:47 2026] GET /v2.0/floatingips/2431e93d-a134-4e83-bbba-6098636350b2 => generated 856 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/2018] 10.0.0.119 () {34 vars in 678 bytes} [Thu Jul 2 11:16:47 2026] POST /v2.0/qos/policies => generated 359 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2019] 10.0.0.119 () {34 vars in 678 bytes} [Thu Jul 2 11:16:48 2026] POST /v2.0/qos/policies => generated 359 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/2020] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:16:48 2026] GET /v2.0/ports?tenant_id=22a3b01aa6b845b2bd79159eb43f8e6b&device_id=fe26f203-ffb0-4423-ac4d-a0deee05d339 => generated 1244 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2021] 10.0.0.119 () {34 vars in 678 bytes} [Thu Jul 2 11:16:48 2026] POST /v2.0/qos/policies => generated 359 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2022] 199.19.213.163 () {34 vars in 986 bytes} [Thu Jul 2 11:16:48 2026] GET /v2.0/networks?id=d3c1b0c1-a47a-4b3f-99f3-082aff8b9290 => generated 757 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2023] 10.0.0.119 () {34 vars in 678 bytes} [Thu Jul 2 11:16:48 2026] POST /v2.0/qos/policies => generated 359 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/2024] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:16:48 2026] GET /v2.0/security-groups?tenant_id=d3e9a63357844f478fa19c0795c883e4&name=default => generated 2925 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2025] 199.19.213.163 () {34 vars in 1060 bytes} [Thu Jul 2 11:16:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=57fb9df1-3c28-4c11-99c8-87030e013232 => generated 861 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/2026] 10.0.0.119 () {34 vars in 678 bytes} [Thu Jul 2 11:16:48 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: 7|app: 0|req: 968/2027] 199.19.213.163 () {34 vars in 984 bytes} [Thu Jul 2 11:16:48 2026] GET /v2.0/subnets?id=0568fe68-bf15-4cdb-b9f0-2cb1a2878f06 => generated 678 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/2028] 10.0.0.119 () {34 vars in 753 bytes} [Thu Jul 2 11:16:48 2026] PUT /v2.0/policies/d9e34bd8-bed0-43e1-bf61-b631862be2c0/tags => generated 17 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2029] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:16:48 2026] DELETE /v2.0/security-groups/014456c5-e224-4b99-a25b-1e81366d4c8a => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/2030] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:16:48 2026] GET /v2.0/ports?network_id=d3c1b0c1-a47a-4b3f-99f3-082aff8b9290&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: 1061/2031] 10.0.0.119 () {34 vars in 753 bytes} [Thu Jul 2 11:16:48 2026] PUT /v2.0/policies/2af9c2bb-f9ed-4e42-98cb-71e49aceed6a/tags => generated 25 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/2032] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:16:48 2026] GET /v2.0/networks/d3c1b0c1-a47a-4b3f-99f3-082aff8b9290?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2033] 10.0.0.119 () {34 vars in 753 bytes} [Thu Jul 2 11:16:48 2026] PUT /v2.0/policies/a3a1a651-1ac0-4784-835b-9a052d96b634/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2034] 10.0.0.119 () {34 vars in 753 bytes} [Thu Jul 2 11:16:48 2026] PUT /v2.0/policies/1a933555-8f61-4ec2-9bf7-8db122431913/tags => 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: 972/2035] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:16:48 2026] GET /v2.0/networks/d3c1b0c1-a47a-4b3f-99f3-082aff8b9290?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: 1064/2036] 10.0.0.119 () {32 vars in 729 bytes} [Thu Jul 2 11:16:48 2026] GET /v2.0/floatingips/2431e93d-a134-4e83-bbba-6098636350b2 => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/2037] 10.0.0.119 () {32 vars in 674 bytes} [Thu Jul 2 11:16:49 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2038] 10.0.0.119 () {32 vars in 688 bytes} [Thu Jul 2 11:16:49 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/2039] 10.0.0.119 () {32 vars in 684 bytes} [Thu Jul 2 11:16:49 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2040] 10.0.0.119 () {32 vars in 696 bytes} [Thu Jul 2 11:16:49 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/2041] 10.0.0.119 () {32 vars in 682 bytes} [Thu Jul 2 11:16:49 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2042] 10.0.0.119 () {32 vars in 696 bytes} [Thu Jul 2 11:16:49 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/2043] 10.0.0.119 () {32 vars in 692 bytes} [Thu Jul 2 11:16:49 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2044] 10.0.0.119 () {32 vars in 704 bytes} [Thu Jul 2 11:16:49 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/2045] 10.0.0.119 () {32 vars in 734 bytes} [Thu Jul 2 11:16:49 2026] DELETE /v2.0/qos/policies/d9e34bd8-bed0-43e1-bf61-b631862be2c0 => 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: 1069/2046] 10.0.0.119 () {32 vars in 734 bytes} [Thu Jul 2 11:16:49 2026] DELETE /v2.0/qos/policies/2af9c2bb-f9ed-4e42-98cb-71e49aceed6a => 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: 978/2047] 10.0.0.119 () {32 vars in 734 bytes} [Thu Jul 2 11:16:49 2026] DELETE /v2.0/qos/policies/a3a1a651-1ac0-4784-835b-9a052d96b634 => 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: 1070/2048] 10.0.0.119 () {32 vars in 734 bytes} [Thu Jul 2 11:16:49 2026] DELETE /v2.0/qos/policies/1a933555-8f61-4ec2-9bf7-8db122431913 => 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: 979/2049] 10.0.0.119 () {32 vars in 734 bytes} [Thu Jul 2 11:16:50 2026] DELETE /v2.0/qos/policies/e7bc883b-7c1a-42e1-afe4-116993648bfa => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:16:50.639 8 WARNING neutron_lib.context [None req-56b10ffc-d862-495f-aaf7-e1a8d185bdd4 9e5702d085cd4d10bbea0a749d7dfcb8 39edb66f382b43c3b33c9db56e6635c8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:16:50.640 8 WARNING neutron_lib.context [None req-56b10ffc-d862-495f-aaf7-e1a8d185bdd4 9e5702d085cd4d10bbea0a749d7dfcb8 39edb66f382b43c3b33c9db56e6635c8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:16:50.813 8 INFO neutron.db.segments_db [None req-56b10ffc-d862-495f-aaf7-e1a8d185bdd4 9e5702d085cd4d10bbea0a749d7dfcb8 39edb66f382b43c3b33c9db56e6635c8 - - default default] Added segment f895e299-1109-464c-b80f-b115591a2764 of type vxlan for network 28db240e-b87e-4c97-afc9-28bf869e7754 2026-07-02 11:16:50.888 8 INFO neutron.db.segments_db [None req-56b10ffc-d862-495f-aaf7-e1a8d185bdd4 9e5702d085cd4d10bbea0a749d7dfcb8 39edb66f382b43c3b33c9db56e6635c8 - - default default] Added segment 3fd7589e-793e-4b01-8fc2-8097ef70f354 of type vxlan for network 1227fd67-2d24-4a95-81f5-50ccacc956d5 [pid: 8|app: 0|req: 1071/2050] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:16:50 2026] POST /v2.0/networks => generated 1245 bytes in 558 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2051] 10.0.0.119 () {32 vars in 649 bytes} [Thu Jul 2 11:16:50 2026] GET /v2.0/networks => generated 1844 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/2052] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:16:50 2026] GET /v2.0/security-groups?tenant_id=24d4a88229a548efb0143d35af62b9cc&name=default => generated 2925 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/2053] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:16:51 2026] DELETE /v2.0/security-groups/996f504a-8848-4b31-b9f0-39fde81a246e => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:16:51.174 8 INFO neutron.services.segments.plugin [-] Segment f895e299-1109-464c-b80f-b115591a2764 resource provider aggregate not found 2026-07-02 11:16:51.178 8 INFO neutron.services.segments.plugin [-] Segment f895e299-1109-464c-b80f-b115591a2764 resource provider aggregate not found 2026-07-02 11:16:51.189 8 INFO neutron.services.segments.plugin [-] Segment f895e299-1109-464c-b80f-b115591a2764 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f895e299-1109-464c-b80f-b115591a2764 found for delete ", "request_id": "req-5f7ba11c-b1ad-49e0-81a6-7e07358ff8af"}]} 2026-07-02 11:16:51.193 8 INFO neutron.services.segments.plugin [-] Segment f895e299-1109-464c-b80f-b115591a2764 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f895e299-1109-464c-b80f-b115591a2764 found for delete ", "request_id": "req-72260408-18a3-4a1e-a984-aabc5c13d5c4"}]} [pid: 7|app: 0|req: 982/2054] 199.19.213.163 () {34 vars in 1096 bytes} [Thu Jul 2 11:16:51 2026] GET /v2.0/ports?device_id=fe26f203-ffb0-4423-ac4d-a0deee05d339&fields=binding%3Ahost_id&fields=binding%3Avif_type => generated 67 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2055] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:16:51 2026] DELETE /v2.0/networks/28db240e-b87e-4c97-afc9-28bf869e7754 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:16:51.344 7 INFO neutron.services.segments.plugin [-] Segment 3fd7589e-793e-4b01-8fc2-8097ef70f354 resource provider aggregate not found 2026-07-02 11:16:51.360 7 INFO neutron.services.segments.plugin [-] Segment 3fd7589e-793e-4b01-8fc2-8097ef70f354 resource provider aggregate not found 2026-07-02 11:16:51.368 7 INFO neutron.services.segments.plugin [-] Segment 3fd7589e-793e-4b01-8fc2-8097ef70f354 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3fd7589e-793e-4b01-8fc2-8097ef70f354 found for delete ", "request_id": "req-0c18bcfa-1965-4c6d-956e-5c1f09079dab"}]} [pid: 8|app: 0|req: 1074/2056] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:16:51 2026] GET /v2.0/security-groups?tenant_id=7178f1941e064d209a3d653aee5052e2&name=default => generated 2925 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:16:51.380 7 INFO neutron.services.segments.plugin [-] Segment 3fd7589e-793e-4b01-8fc2-8097ef70f354 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3fd7589e-793e-4b01-8fc2-8097ef70f354 found for delete ", "request_id": "req-3da2512a-b487-4ad4-a609-b0977e9d7f8a"}]} [pid: 7|app: 0|req: 983/2057] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:16:51 2026] DELETE /v2.0/networks/1227fd67-2d24-4a95-81f5-50ccacc956d5 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/2058] 10.0.0.119 () {32 vars in 649 bytes} [Thu Jul 2 11:16:51 2026] GET /v2.0/networks => generated 651 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:16:51.446 7 WARNING neutron_lib.context [None req-9cd865a8-70a8-48af-9e5f-5c7e81f533dc 9e5702d085cd4d10bbea0a749d7dfcb8 39edb66f382b43c3b33c9db56e6635c8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1075/2061] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:16:51 2026] DELETE /v2.0/security-groups/dc8fdf19-e4b2-48e9-a039-0b8287028857 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:16:51.502 7 INFO neutron.db.segments_db [None req-9cd865a8-70a8-48af-9e5f-5c7e81f533dc 9e5702d085cd4d10bbea0a749d7dfcb8 39edb66f382b43c3b33c9db56e6635c8 - - default default] Added segment 1df6682b-51f0-4906-91e0-68a182ea3353 of type vxlan for network 1a0fd3f7-96d2-439a-9852-beaf6f625c3e [pid: 7|app: 0|req: 987/2062] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:16:51 2026] POST /v2.0/networks => generated 650 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:16:51.601 7 WARNING neutron_lib.context [None req-6ec44bf3-1687-4483-b554-8cb4587dff0c 9e5702d085cd4d10bbea0a749d7dfcb8 39edb66f382b43c3b33c9db56e6635c8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:16:51.649 7 INFO neutron.db.segments_db [None req-6ec44bf3-1687-4483-b554-8cb4587dff0c 9e5702d085cd4d10bbea0a749d7dfcb8 39edb66f382b43c3b33c9db56e6635c8 - - default default] Added segment ef8eb382-f23f-4ab9-8dea-bb09cab53fdd of type vxlan for network 6e21e922-54cb-4b30-b0ad-4246444ac855 [pid: 8|app: 0|req: 1076/2063] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:16:51 2026] GET /v2.0/security-groups?tenant_id=674d52a09f4542b7995235eb0c81f5de&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/2064] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:16:51 2026] POST /v2.0/networks => generated 648 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:16:51.754 7 WARNING neutron_lib.context [None req-086eb5d6-fead-4db3-9452-dc193126584d 9e5702d085cd4d10bbea0a749d7dfcb8 39edb66f382b43c3b33c9db56e6635c8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:16:51.783 7 WARNING neutron_lib.context [None req-086eb5d6-fead-4db3-9452-dc193126584d 9e5702d085cd4d10bbea0a749d7dfcb8 39edb66f382b43c3b33c9db56e6635c8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1077/2065] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:16:51 2026] DELETE /v2.0/security-groups/45934387-10aa-41bb-86e0-40a69b53ee4a => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/2066] 10.0.0.119 () {34 vars in 665 bytes} [Thu Jul 2 11:16:51 2026] POST /v2.0/ports => generated 1505 bytes in 510 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2067] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:16:52 2026] GET /v2.0/ports?tenant_id=22a3b01aa6b845b2bd79159eb43f8e6b&device_id=fe26f203-ffb0-4423-ac4d-a0deee05d339 => generated 1244 bytes in 44 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 990/2068] 10.0.0.119 () {32 vars in 643 bytes} [Thu Jul 2 11:16:52 2026] GET /v2.0/ports => generated 1505 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2069] 10.0.0.119 () {32 vars in 720 bytes} [Thu Jul 2 11:16:52 2026] DELETE /v2.0/ports/e64ee93a-c09d-4dd4-bd01-8081e1ba3e52 => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2070] 199.19.213.163 () {34 vars in 986 bytes} [Thu Jul 2 11:16:52 2026] GET /v2.0/networks?id=d3c1b0c1-a47a-4b3f-99f3-082aff8b9290 => generated 757 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/2071] 10.0.0.119 () {32 vars in 720 bytes} [Thu Jul 2 11:16:52 2026] DELETE /v2.0/ports/350351fd-91a6-411f-aade-31fd60e52e0e => 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: 992/2072] 10.0.0.119 () {32 vars in 643 bytes} [Thu Jul 2 11:16:52 2026] GET /v2.0/ports => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:16:52.853 7 WARNING neutron_lib.context [None req-f0ca708c-e13a-46a1-85e9-614212855626 9e5702d085cd4d10bbea0a749d7dfcb8 39edb66f382b43c3b33c9db56e6635c8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1081/2073] 199.19.213.163 () {34 vars in 1060 bytes} [Thu Jul 2 11:16:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=57fb9df1-3c28-4c11-99c8-87030e013232 => generated 861 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2074] 199.19.213.163 () {34 vars in 984 bytes} [Thu Jul 2 11:16:52 2026] GET /v2.0/subnets?id=0568fe68-bf15-4cdb-b9f0-2cb1a2878f06 => generated 678 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:16:52.935 7 INFO neutron.db.segments_db [None req-f0ca708c-e13a-46a1-85e9-614212855626 9e5702d085cd4d10bbea0a749d7dfcb8 39edb66f382b43c3b33c9db56e6635c8 - - default default] Added segment 488965fa-03b7-49a4-9559-982a2f1ff61a of type vxlan for network 82f8d197-1ff9-442f-820c-825a9f948c59 [pid: 8|app: 0|req: 1083/2075] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:16:52 2026] GET /v2.0/ports?network_id=d3c1b0c1-a47a-4b3f-99f3-082aff8b9290&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: 1084/2076] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:16:52 2026] GET /v2.0/networks/d3c1b0c1-a47a-4b3f-99f3-082aff8b9290?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: 993/2077] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:16:52 2026] POST /v2.0/networks => generated 650 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:16:53.033 7 WARNING neutron_lib.context [None req-b5a6874a-99db-4b4b-950c-eb6d3600b875 9e5702d085cd4d10bbea0a749d7dfcb8 39edb66f382b43c3b33c9db56e6635c8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1085/2078] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:16:53 2026] GET /v2.0/networks/d3c1b0c1-a47a-4b3f-99f3-082aff8b9290?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) 2026-07-02 11:16:53.096 7 INFO neutron.db.segments_db [None req-b5a6874a-99db-4b4b-950c-eb6d3600b875 9e5702d085cd4d10bbea0a749d7dfcb8 39edb66f382b43c3b33c9db56e6635c8 - - default default] Added segment 8587b290-cd1f-4fa6-a67b-0f24915d4247 of type vxlan for network 94212055-481d-463b-8696-8c0c42493ee4 [pid: 7|app: 0|req: 994/2079] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:16:53 2026] POST /v2.0/networks => generated 650 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:16:53.219 8 WARNING neutron_lib.context [None req-1cf55c41-3b43-475e-84ce-0ac4515b4b7f 9e5702d085cd4d10bbea0a749d7dfcb8 39edb66f382b43c3b33c9db56e6635c8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:16:53.244 8 WARNING neutron_lib.context [None req-1cf55c41-3b43-475e-84ce-0ac4515b4b7f 9e5702d085cd4d10bbea0a749d7dfcb8 39edb66f382b43c3b33c9db56e6635c8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1086/2080] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:16:53 2026] POST /v2.0/subnets => generated 1274 bytes in 495 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/2081] 10.0.0.119 () {32 vars in 647 bytes} [Thu Jul 2 11:16:53 2026] GET /v2.0/subnets => generated 1910 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2082] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:16:53 2026] DELETE /v2.0/subnets/5eae89bd-8a12-47f0-84f0-b54f8071e5fb => 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: 996/2083] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:16:53 2026] DELETE /v2.0/subnets/43c37a2d-f17c-4a8e-8f28-799a818b17e5 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2084] 10.0.0.119 () {32 vars in 647 bytes} [Thu Jul 2 11:16:54 2026] GET /v2.0/subnets => generated 649 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:16:54.200 7 INFO neutron.services.segments.plugin [-] Segment 8587b290-cd1f-4fa6-a67b-0f24915d4247 resource provider aggregate not found 2026-07-02 11:16:54.207 7 INFO neutron.services.segments.plugin [-] Segment 8587b290-cd1f-4fa6-a67b-0f24915d4247 resource provider aggregate not found 2026-07-02 11:16:54.219 7 INFO neutron.services.segments.plugin [-] Segment 8587b290-cd1f-4fa6-a67b-0f24915d4247 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8587b290-cd1f-4fa6-a67b-0f24915d4247 found for delete ", "request_id": "req-1d813c89-963b-4f0a-8ded-b1ffcc51cfa6"}]} 2026-07-02 11:16:54.220 7 INFO neutron.services.segments.plugin [-] Segment 8587b290-cd1f-4fa6-a67b-0f24915d4247 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8587b290-cd1f-4fa6-a67b-0f24915d4247 found for delete ", "request_id": "req-d17e481e-71a2-437a-8843-cf5b46fac426"}]} [pid: 7|app: 0|req: 997/2085] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:16:54 2026] DELETE /v2.0/networks/94212055-481d-463b-8696-8c0c42493ee4 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:16:54.403 8 INFO neutron.services.segments.plugin [-] Segment 488965fa-03b7-49a4-9559-982a2f1ff61a resource provider aggregate not found 2026-07-02 11:16:54.407 8 INFO neutron.services.segments.plugin [-] Segment 488965fa-03b7-49a4-9559-982a2f1ff61a resource provider aggregate not found 2026-07-02 11:16:54.423 8 INFO neutron.services.segments.plugin [-] Segment 488965fa-03b7-49a4-9559-982a2f1ff61a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 488965fa-03b7-49a4-9559-982a2f1ff61a found for delete ", "request_id": "req-0dd26905-8bb9-4982-a480-9834551eec58"}]} 2026-07-02 11:16:54.424 8 INFO neutron.services.segments.plugin [-] Segment 488965fa-03b7-49a4-9559-982a2f1ff61a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 488965fa-03b7-49a4-9559-982a2f1ff61a found for delete ", "request_id": "req-f13d0c3c-7063-4f15-ba8e-121550f8964e"}]} [pid: 8|app: 0|req: 1089/2086] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:16:54 2026] DELETE /v2.0/networks/82f8d197-1ff9-442f-820c-825a9f948c59 => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/2087] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:16:54 2026] DELETE /v2.0/networks/6e21e922-54cb-4b30-b0ad-4246444ac855 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2088] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:16:54 2026] DELETE /v2.0/networks/1a0fd3f7-96d2-439a-9852-beaf6f625c3e => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:16:55.035 7 WARNING neutron_lib.context [None req-7b93f5ec-73b3-4c69-aca9-f444fd754dc7 12bc589fa3104b6e8881c393bfb83ed6 912260bca88c4d32b6f0fb09002c05a1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 999/2089] 10.0.0.119 () {34 vars in 676 bytes} [Thu Jul 2 11:16:54 2026] POST /v2.0/subnetpools => generated 516 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2090] 10.0.0.119 () {34 vars in 759 bytes} [Thu Jul 2 11:16:55 2026] PUT /v2.0/subnetpools/04912eb9-1be1-4698-9943-b782283041f3/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/2091] 10.0.0.119 () {32 vars in 739 bytes} [Thu Jul 2 11:16:55 2026] GET /v2.0/subnetpools/04912eb9-1be1-4698-9943-b782283041f3/tags => generated 25 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2092] 10.0.0.119 () {34 vars in 770 bytes} [Thu Jul 2 11:16:55 2026] PUT /v2.0/subnetpools/04912eb9-1be1-4698-9943-b782283041f3/tags/green => generated 4 bytes in 29 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2093] 10.0.0.119 () {32 vars in 739 bytes} [Thu Jul 2 11:16:55 2026] GET /v2.0/subnetpools/04912eb9-1be1-4698-9943-b782283041f3/tags => generated 34 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2094] 10.0.0.119 () {34 vars in 766 bytes} [Thu Jul 2 11:16:55 2026] PUT /v2.0/subnetpools/04912eb9-1be1-4698-9943-b782283041f3/tags/red => generated 4 bytes in 22 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2095] 10.0.0.119 () {32 vars in 739 bytes} [Thu Jul 2 11:16:55 2026] GET /v2.0/subnetpools/04912eb9-1be1-4698-9943-b782283041f3/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: 1003/2096] 10.0.0.119 () {34 vars in 788 bytes} [Thu Jul 2 11:16:55 2026] PUT /v2.0/subnetpools/04912eb9-1be1-4698-9943-b782283041f3/tags/black.or.white => generated 4 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2097] 10.0.0.119 () {32 vars in 739 bytes} [Thu Jul 2 11:16:55 2026] GET /v2.0/subnetpools/04912eb9-1be1-4698-9943-b782283041f3/tags => generated 52 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2098] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:16:55 2026] GET /v2.0/security-groups?tenant_id=39edb66f382b43c3b33c9db56e6635c8&name=default => generated 2925 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/2099] 10.0.0.119 () {34 vars in 759 bytes} [Thu Jul 2 11:16:55 2026] PUT /v2.0/subnetpools/04912eb9-1be1-4698-9943-b782283041f3/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: 1006/2100] 10.0.0.119 () {32 vars in 739 bytes} [Thu Jul 2 11:16:55 2026] GET /v2.0/subnetpools/04912eb9-1be1-4698-9943-b782283041f3/tags => generated 37 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2101] 10.0.0.119 () {32 vars in 747 bytes} [Thu Jul 2 11:16:55 2026] GET /v2.0/subnetpools/04912eb9-1be1-4698-9943-b782283041f3/tags/red => generated 0 bytes in 21 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2102] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:16:55 2026] DELETE /v2.0/security-groups/8e9e7654-95da-4544-b133-63f1aae86b94 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:16:55.490 7 INFO neutron.api.v2.resource [None req-8ec3165d-b0a5-4261-b6d9-e1a8e80f9c37 12bc589fa3104b6e8881c393bfb83ed6 912260bca88c4d32b6f0fb09002c05a1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1008/2103] 10.0.0.119 () {32 vars in 751 bytes} [Thu Jul 2 11:16:55 2026] GET /v2.0/subnetpools/04912eb9-1be1-4698-9943-b782283041f3/tags/green => generated 99 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2104] 10.0.0.119 () {32 vars in 750 bytes} [Thu Jul 2 11:16:55 2026] DELETE /v2.0/subnetpools/04912eb9-1be1-4698-9943-b782283041f3/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2105] 10.0.0.119 () {32 vars in 739 bytes} [Thu Jul 2 11:16:55 2026] GET /v2.0/subnetpools/04912eb9-1be1-4698-9943-b782283041f3/tags => generated 30 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:16:55.592 8 INFO neutron.api.v2.resource [None req-729923e9-ea4d-496b-8005-d8876917593b 12bc589fa3104b6e8881c393bfb83ed6 912260bca88c4d32b6f0fb09002c05a1 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1097/2106] 10.0.0.119 () {32 vars in 754 bytes} [Thu Jul 2 11:16:55 2026] DELETE /v2.0/subnetpools/04912eb9-1be1-4698-9943-b782283041f3/tags/green => generated 99 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2107] 10.0.0.119 () {32 vars in 742 bytes} [Thu Jul 2 11:16:55 2026] DELETE /v2.0/subnetpools/04912eb9-1be1-4698-9943-b782283041f3/tags => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2108] 10.0.0.119 () {32 vars in 739 bytes} [Thu Jul 2 11:16:55 2026] GET /v2.0/subnetpools/04912eb9-1be1-4698-9943-b782283041f3/tags => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2109] 10.0.0.119 () {32 vars in 732 bytes} [Thu Jul 2 11:16:55 2026] DELETE /v2.0/subnetpools/04912eb9-1be1-4698-9943-b782283041f3 => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2110] 10.0.0.100 () {34 vars in 990 bytes} [Thu Jul 2 11:16:55 2026] GET /v2.0/ports?device_id=fe26f203-ffb0-4423-ac4d-a0deee05d339 => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2111] 10.0.0.100 () {34 vars in 1040 bytes} [Thu Jul 2 11:16:55 2026] GET /v2.0/security-groups?id=3399a697-749f-4a50-8f6f-858e48a8288f&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:16:56.513 8 INFO neutron.services.segments.plugin [-] Segment 1df6682b-51f0-4906-91e0-68a182ea3353 resource provider aggregate not found 2026-07-02 11:16:56.517 8 INFO neutron.services.segments.plugin [-] Segment 1df6682b-51f0-4906-91e0-68a182ea3353 resource provider aggregate not found 2026-07-02 11:16:56.532 8 INFO neutron.services.segments.plugin [-] Segment 1df6682b-51f0-4906-91e0-68a182ea3353 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1df6682b-51f0-4906-91e0-68a182ea3353 found for delete ", "request_id": "req-4d2bb568-4e46-4753-a20d-eb7050757851"}]} 2026-07-02 11:16:56.536 8 INFO neutron.services.segments.plugin [-] Segment 1df6682b-51f0-4906-91e0-68a182ea3353 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1df6682b-51f0-4906-91e0-68a182ea3353 found for delete ", "request_id": "req-dcae5499-6bfc-4f6b-bb4b-95047bae7438"}]} [pid: 8|app: 0|req: 1100/2112] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:16:56 2026] GET /v2.0/security-groups?tenant_id=d82cd3d36bec42bb97445525e75590bf&name=default => generated 2925 bytes in 352 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:16:56.877 7 INFO neutron.services.segments.plugin [-] Segment ef8eb382-f23f-4ab9-8dea-bb09cab53fdd resource provider aggregate not found 2026-07-02 11:16:56.885 7 INFO neutron.services.segments.plugin [-] Segment ef8eb382-f23f-4ab9-8dea-bb09cab53fdd resource provider aggregate not found 2026-07-02 11:16:56.895 7 INFO neutron.services.segments.plugin [-] Segment ef8eb382-f23f-4ab9-8dea-bb09cab53fdd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef8eb382-f23f-4ab9-8dea-bb09cab53fdd found for delete ", "request_id": "req-824acbfc-db2d-4685-ba91-e9c553bbe5b0"}]} 2026-07-02 11:16:56.913 7 INFO neutron.services.segments.plugin [-] Segment ef8eb382-f23f-4ab9-8dea-bb09cab53fdd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef8eb382-f23f-4ab9-8dea-bb09cab53fdd found for delete ", "request_id": "req-62eff328-ad89-461f-9320-e6c959825af8"}]} [pid: 7|app: 0|req: 1013/2113] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:16:56 2026] DELETE /v2.0/security-groups/b47a41ac-8085-48d1-88f6-67e369ffedd3 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2114] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:16:57 2026] GET /v2.0/security-groups?tenant_id=912260bca88c4d32b6f0fb09002c05a1&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: 1014/2115] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:16:57 2026] DELETE /v2.0/security-groups/42a1c601-2084-42aa-b58c-4369cb5bdaaf => generated 0 bytes in 165 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2116] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:17:00 2026] GET /v2.0/security-groups?tenant_id=caf78a87e6904244b2550dd23eb19915&name=default => generated 2925 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2117] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:17:00 2026] DELETE /v2.0/security-groups/566d7316-0b53-4cab-a7de-47a254d0bb2b => 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: 1015/2118] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:17:00 2026] GET /v2.0/security-groups?tenant_id=659910529647484e84d817dd6255c63a&name=default => generated 2925 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2119] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:17:01 2026] DELETE /v2.0/security-groups/fe3feed7-5333-4c83-91e9-e969a89659a4 => 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: 1016/2120] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:17:01 2026] GET /v2.0/security-groups?tenant_id=34d123700ea543e79035d6a36406b5e5&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2121] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:17:01 2026] DELETE /v2.0/security-groups/5873e8cf-d799-466d-a7f0-1d2f8b0a27dd => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2122] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:17:01 2026] GET /v2.0/security-groups?tenant_id=408912d83a3a4c68b6977828cbe83251&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: 1106/2123] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:17:01 2026] DELETE /v2.0/security-groups/f3889965-257c-4a3d-8a38-7c42a2ca08e4 => 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: 1018/2124] 10.0.0.119 () {32 vars in 826 bytes} [Thu Jul 2 11:17:03 2026] GET /v2.0/ports?project_id=22a3b01aa6b845b2bd79159eb43f8e6b&network_id=d3c1b0c1-a47a-4b3f-99f3-082aff8b9290 => generated 3695 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2125] 10.0.0.119 () {32 vars in 742 bytes} [Thu Jul 2 11:17:03 2026] GET /v2.0/subnets?network_id=19bbae21-99c9-4fe4-b1f9-8edd870842cb => generated 667 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:17:04.318 7 INFO neutron.db.l3_db [None req-65b47006-123b-43d2-adf3-470865ab35ae d4a73fa2d6b84849bef3ec111297049a 22a3b01aa6b845b2bd79159eb43f8e6b - - default default] Floating IP 2431e93d-a134-4e83-bbba-6098636350b2 disassociated. External IP: 10.96.250.204, port: 57fb9df1-3c28-4c11-99c8-87030e013232. [pid: 7|app: 0|req: 1019/2126] 10.0.0.119 () {34 vars in 749 bytes} [Thu Jul 2 11:17:04 2026] PUT /v2.0/floatingips/2431e93d-a134-4e83-bbba-6098636350b2 => generated 554 bytes in 451 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2127] 10.0.0.119 () {32 vars in 729 bytes} [Thu Jul 2 11:17:04 2026] GET /v2.0/floatingips/2431e93d-a134-4e83-bbba-6098636350b2 => generated 554 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:17:04.775 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-23a9cb99-34e8-406a-8f9f-c20a26d9824f'] response: {'name': 'network-changed', 'server_uuid': 'fe26f203-ffb0-4423-ac4d-a0deee05d339', 'tag': '57fb9df1-3c28-4c11-99c8-87030e013232', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1020/2128] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:17:04 2026] GET /v2.0/security-groups?tenant_id=6e9024fa1c314cafa1b07c2f835abd2e&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: 1109/2129] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:17:05 2026] DELETE /v2.0/security-groups/e7973ed4-bbd8-4276-87d9-cebde846ce4e => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2130] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:17:05 2026] GET /v2.0/ports?tenant_id=22a3b01aa6b845b2bd79159eb43f8e6b&device_id=fe26f203-ffb0-4423-ac4d-a0deee05d339 => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2131] 199.19.213.163 () {34 vars in 986 bytes} [Thu Jul 2 11:17:05 2026] GET /v2.0/networks?id=d3c1b0c1-a47a-4b3f-99f3-082aff8b9290 => generated 757 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2132] 199.19.213.163 () {34 vars in 1060 bytes} [Thu Jul 2 11:17:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=57fb9df1-3c28-4c11-99c8-87030e013232 => 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: 1111/2133] 199.19.213.163 () {34 vars in 984 bytes} [Thu Jul 2 11:17:05 2026] GET /v2.0/subnets?id=0568fe68-bf15-4cdb-b9f0-2cb1a2878f06 => generated 678 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2134] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:17:05 2026] GET /v2.0/ports?network_id=d3c1b0c1-a47a-4b3f-99f3-082aff8b9290&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: 1112/2135] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:17:05 2026] GET /v2.0/networks/d3c1b0c1-a47a-4b3f-99f3-082aff8b9290?fields=segments => generated 14 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2136] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:17:05 2026] GET /v2.0/networks/d3c1b0c1-a47a-4b3f-99f3-082aff8b9290?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: 1113/2137] 10.0.0.119 () {32 vars in 729 bytes} [Thu Jul 2 11:17:05 2026] GET /v2.0/floatingips/2431e93d-a134-4e83-bbba-6098636350b2 => generated 554 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2140] 10.0.0.119 () {32 vars in 729 bytes} [Thu Jul 2 11:17:06 2026] GET /v2.0/floatingips/2431e93d-a134-4e83-bbba-6098636350b2 => generated 552 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2141] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:17:07 2026] GET /v2.0/security-groups?tenant_id=761407d4662344b2b4463c505765a362&name=default => generated 2925 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2142] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:17:07 2026] DELETE /v2.0/security-groups/802d93b6-a270-4ef6-95d3-5c5efb0a36c8 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:17:07.858 7 WARNING neutron_lib.context [None req-d473f312-91ad-454a-84f8-9aaa473366f7 d4a73fa2d6b84849bef3ec111297049a 22a3b01aa6b845b2bd79159eb43f8e6b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1027/2143] 10.0.0.119 () {34 vars in 685 bytes} [Thu Jul 2 11:17:07 2026] POST /v2.0/security-groups => generated 1675 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 11:17:08.002 8 WARNING neutron_lib.context [None req-2ddfbdf4-cb2d-4105-bf20-076fd618eb5b d4a73fa2d6b84849bef3ec111297049a 22a3b01aa6b845b2bd79159eb43f8e6b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1117/2144] 10.0.0.119 () {34 vars in 695 bytes} [Thu Jul 2 11:17:07 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) 2026-07-02 11:17:08.128 7 WARNING neutron_lib.context [None req-322b8223-093c-4097-9be7-a2b3ddd5e19a d4a73fa2d6b84849bef3ec111297049a 22a3b01aa6b845b2bd79159eb43f8e6b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1028/2145] 10.0.0.119 () {34 vars in 695 bytes} [Thu Jul 2 11:17:08 2026] POST /v2.0/security-group-rules => generated 596 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:17:08.261 8 WARNING neutron_lib.context [None req-86c01e5e-c752-4962-8ec6-2a945fcd8dae d4a73fa2d6b84849bef3ec111297049a 22a3b01aa6b845b2bd79159eb43f8e6b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1118/2146] 10.0.0.119 () {34 vars in 695 bytes} [Thu Jul 2 11:17:08 2026] POST /v2.0/security-group-rules => generated 602 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:17:08.408 7 WARNING neutron_lib.context [None req-3d5e13e4-88f7-49db-8b54-bf552acb76c0 d4a73fa2d6b84849bef3ec111297049a 22a3b01aa6b845b2bd79159eb43f8e6b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1029/2147] 10.0.0.119 () {34 vars in 695 bytes} [Thu Jul 2 11:17:08 2026] POST /v2.0/security-group-rules => generated 601 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:17:08.535 8 WARNING neutron_lib.context [None req-e4449a14-aa9e-4ca7-8526-4cdd60017059 d4a73fa2d6b84849bef3ec111297049a 22a3b01aa6b845b2bd79159eb43f8e6b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:17:08.562 8 INFO neutron.db.securitygroups_db [None req-e4449a14-aa9e-4ca7-8526-4cdd60017059 d4a73fa2d6b84849bef3ec111297049a 22a3b01aa6b845b2bd79159eb43f8e6b - - default default] Project 22a3b01aa6b845b2bd79159eb43f8e6b 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: 1119/2148] 10.0.0.119 () {34 vars in 695 bytes} [Thu Jul 2 11:17:08 2026] POST /v2.0/security-group-rules => generated 607 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:17:08.641 7 WARNING neutron_lib.context [None req-dcb4752e-9248-48c7-abea-0f8ef07d9e91 d4a73fa2d6b84849bef3ec111297049a 22a3b01aa6b845b2bd79159eb43f8e6b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:17:08.670 7 INFO neutron.db.securitygroups_db [None req-dcb4752e-9248-48c7-abea-0f8ef07d9e91 d4a73fa2d6b84849bef3ec111297049a 22a3b01aa6b845b2bd79159eb43f8e6b - - default default] Project 22a3b01aa6b845b2bd79159eb43f8e6b 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: 1030/2149] 10.0.0.119 () {34 vars in 695 bytes} [Thu Jul 2 11:17:08 2026] POST /v2.0/security-group-rules => generated 606 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2150] 10.0.0.119 () {32 vars in 649 bytes} [Thu Jul 2 11:17:09 2026] GET /v2.0/networks => generated 1298 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2151] 10.0.0.183 () {34 vars in 1100 bytes} [Thu Jul 2 11:17:09 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1483317803&fields=id&tenant_id=22a3b01aa6b845b2bd79159eb43f8e6b => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2152] 10.0.0.183 () {34 vars in 982 bytes} [Thu Jul 2 11:17:09 2026] GET /v2.0/networks?id=d3c1b0c1-a47a-4b3f-99f3-082aff8b9290 => generated 661 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2153] 10.0.0.183 () {34 vars in 965 bytes} [Thu Jul 2 11:17:09 2026] GET /v2.0/quotas/22a3b01aa6b845b2bd79159eb43f8e6b => 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: 1122/2154] 10.0.0.183 () {34 vars in 1002 bytes} [Thu Jul 2 11:17:09 2026] GET /v2.0/ports?tenant_id=22a3b01aa6b845b2bd79159eb43f8e6b&fields=id => generated 149 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2155] 10.0.0.183 () {34 vars in 1008 bytes} [Thu Jul 2 11:17:09 2026] GET /v2.0/networks/d3c1b0c1-a47a-4b3f-99f3-082aff8b9290?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: 1123/2156] 10.0.0.183 () {34 vars in 1108 bytes} [Thu Jul 2 11:17:09 2026] GET /v2.0/networks/d3c1b0c1-a47a-4b3f-99f3-082aff8b9290?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: 1034/2157] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:17:09 2026] GET /v2.0/ports?device_id=1db6fab6-bab4-4f98-bb65-658f3382f23a => 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: 1124/2158] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:17:10 2026] GET /v2.0/ports?device_id=1db6fab6-bab4-4f98-bb65-658f3382f23a => 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: 1035/2159] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:17:12 2026] GET /v2.0/ports?device_id=1db6fab6-bab4-4f98-bb65-658f3382f23a => 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: 1125/2160] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:17:13 2026] GET /v2.0/ports?device_id=1db6fab6-bab4-4f98-bb65-658f3382f23a => 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: 1036/2161] 199.19.213.163 () {34 vars in 986 bytes} [Thu Jul 2 11:17:14 2026] GET /v2.0/networks?id=d3c1b0c1-a47a-4b3f-99f3-082aff8b9290 => generated 661 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2162] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:17:14 2026] GET /v2.0/ports?device_id=1db6fab6-bab4-4f98-bb65-658f3382f23a => 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: 1126/2163] 199.19.213.163 () {34 vars in 1050 bytes} [Thu Jul 2 11:17:14 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=22a3b01aa6b845b2bd79159eb43f8e6b => generated 273 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:17:14.299 7 WARNING neutron_lib.context [req-ca1ec409-593e-4e00-b7d0-def8d1ff6933 req-91f6b3c7-3fc0-485b-aff3-324162609fbe d4a73fa2d6b84849bef3ec111297049a 22a3b01aa6b845b2bd79159eb43f8e6b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1038/2164] 199.19.213.163 () {38 vars in 955 bytes} [Thu Jul 2 11:17:14 2026] POST /v2.0/ports => generated 958 bytes in 423 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2165] 199.19.213.163 () {38 vars in 1028 bytes} [Thu Jul 2 11:17:14 2026] PUT /v2.0/ports/193dc8fc-52e2-4f18-ad05-3c86b4fedf84 => generated 1239 bytes in 434 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1039/2166] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:17:15 2026] GET /v2.0/ports?device_id=1db6fab6-bab4-4f98-bb65-658f3382f23a => generated 973 bytes in 96 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1128/2167] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:17:15 2026] GET /v2.0/security-groups?id=b5b2d50d-946f-4bc4-bf96-981da19d60c9&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2168] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:17:16 2026] GET /v2.0/ports?tenant_id=22a3b01aa6b845b2bd79159eb43f8e6b&device_id=1db6fab6-bab4-4f98-bb65-658f3382f23a => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:17:16.074 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ce68c01b-ca31-4909-ac37-e4d5f173cb93'] response: {'name': 'network-changed', 'server_uuid': '1db6fab6-bab4-4f98-bb65-658f3382f23a', 'tag': '193dc8fc-52e2-4f18-ad05-3c86b4fedf84', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1129/2169] 199.19.213.163 () {34 vars in 1018 bytes} [Thu Jul 2 11:17:16 2026] GET /v2.0/networks?tenant_id=22a3b01aa6b845b2bd79159eb43f8e6b&shared=False => generated 757 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2170] 199.19.213.163 () {34 vars in 930 bytes} [Thu Jul 2 11:17:16 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: 1130/2171] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:17:16 2026] GET /v2.0/ports?device_id=1db6fab6-bab4-4f98-bb65-658f3382f23a => generated 973 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2172] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:17:16 2026] GET /v2.0/security-groups?id=b5b2d50d-946f-4bc4-bf96-981da19d60c9&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: 1131/2173] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:17:17 2026] GET /v2.0/ports?tenant_id=22a3b01aa6b845b2bd79159eb43f8e6b&device_id=1db6fab6-bab4-4f98-bb65-658f3382f23a => 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: 1043/2174] 199.19.213.163 () {34 vars in 1060 bytes} [Thu Jul 2 11:17:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=193dc8fc-52e2-4f18-ad05-3c86b4fedf84 => 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: 1132/2175] 199.19.213.163 () {34 vars in 984 bytes} [Thu Jul 2 11:17:17 2026] GET /v2.0/subnets?id=0568fe68-bf15-4cdb-b9f0-2cb1a2878f06 => generated 678 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2176] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:17:17 2026] GET /v2.0/ports?network_id=d3c1b0c1-a47a-4b3f-99f3-082aff8b9290&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2177] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:17:17 2026] GET /v2.0/networks/d3c1b0c1-a47a-4b3f-99f3-082aff8b9290?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: 1045/2178] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:17:17 2026] GET /v2.0/networks/d3c1b0c1-a47a-4b3f-99f3-082aff8b9290?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: 8|app: 0|req: 1134/2179] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:17:17 2026] GET /v2.0/ports?device_id=1db6fab6-bab4-4f98-bb65-658f3382f23a => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2180] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:17:17 2026] GET /v2.0/security-groups?id=b5b2d50d-946f-4bc4-bf96-981da19d60c9&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: 1135/2181] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:17:18 2026] GET /v2.0/ports?device_id=1db6fab6-bab4-4f98-bb65-658f3382f23a => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2182] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:17:18 2026] GET /v2.0/security-groups?id=b5b2d50d-946f-4bc4-bf96-981da19d60c9&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2183] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:17:20 2026] GET /v2.0/ports?device_id=1db6fab6-bab4-4f98-bb65-658f3382f23a => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2184] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:17:20 2026] GET /v2.0/security-groups?id=b5b2d50d-946f-4bc4-bf96-981da19d60c9&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2185] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:17:20 2026] GET /v2.0/security-groups?tenant_id=2d2bf5ad7d9849769093a358cdf2efa8&name=default => generated 2925 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2186] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:17:20 2026] DELETE /v2.0/security-groups/b502205e-08d0-4d63-bcef-7918a2dbcec1 => 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: 1138/2187] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:17:21 2026] GET /v2.0/ports?device_id=1db6fab6-bab4-4f98-bb65-658f3382f23a => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2188] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:17:21 2026] GET /v2.0/security-groups?id=b5b2d50d-946f-4bc4-bf96-981da19d60c9&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: 7|app: 0|req: 1052/2191] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:17:22 2026] GET /v2.0/ports?device_id=1db6fab6-bab4-4f98-bb65-658f3382f23a => generated 975 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2192] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:17:22 2026] GET /v2.0/security-groups?id=b5b2d50d-946f-4bc4-bf96-981da19d60c9&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2193] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:17:22 2026] GET /v2.0/ports?device_id=1db6fab6-bab4-4f98-bb65-658f3382f23a => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2194] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:17:22 2026] GET /v2.0/security-groups?id=b5b2d50d-946f-4bc4-bf96-981da19d60c9&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2195] 10.0.0.119 () {32 vars in 736 bytes} [Thu Jul 2 11:17:22 2026] GET /v2.0/ports?device_id=1db6fab6-bab4-4f98-bb65-658f3382f23a => generated 1244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:17:23.029 8 INFO neutron.db.l3_db [None req-c0bf7dfa-aaaf-4152-aaad-9679313d5e8e d4a73fa2d6b84849bef3ec111297049a 22a3b01aa6b845b2bd79159eb43f8e6b - - default default] Floating IP 2431e93d-a134-4e83-bbba-6098636350b2 associated. External IP: 10.96.250.204, port: 193dc8fc-52e2-4f18-ad05-3c86b4fedf84. [pid: 8|app: 0|req: 1142/2196] 10.0.0.119 () {34 vars in 749 bytes} [Thu Jul 2 11:17:22 2026] PUT /v2.0/floatingips/2431e93d-a134-4e83-bbba-6098636350b2 => generated 856 bytes in 631 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2197] 10.0.0.119 () {32 vars in 729 bytes} [Thu Jul 2 11:17:23 2026] GET /v2.0/floatingips/2431e93d-a134-4e83-bbba-6098636350b2 => generated 856 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:17:24.431 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3696f6ea-66b5-4c66-8cd2-b03254e6b918'] response: {'name': 'network-changed', 'server_uuid': '1db6fab6-bab4-4f98-bb65-658f3382f23a', 'tag': '193dc8fc-52e2-4f18-ad05-3c86b4fedf84', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1143/2198] 10.0.0.119 () {32 vars in 729 bytes} [Thu Jul 2 11:17:24 2026] GET /v2.0/floatingips/2431e93d-a134-4e83-bbba-6098636350b2 => generated 856 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2199] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:17:24 2026] GET /v2.0/ports?tenant_id=22a3b01aa6b845b2bd79159eb43f8e6b&device_id=1db6fab6-bab4-4f98-bb65-658f3382f23a => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2200] 199.19.213.163 () {34 vars in 986 bytes} [Thu Jul 2 11:17:24 2026] GET /v2.0/networks?id=d3c1b0c1-a47a-4b3f-99f3-082aff8b9290 => generated 757 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2201] 199.19.213.163 () {34 vars in 1060 bytes} [Thu Jul 2 11:17:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=193dc8fc-52e2-4f18-ad05-3c86b4fedf84 => generated 861 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2202] 199.19.213.163 () {34 vars in 984 bytes} [Thu Jul 2 11:17:25 2026] GET /v2.0/subnets?id=0568fe68-bf15-4cdb-b9f0-2cb1a2878f06 => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2203] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:17:25 2026] GET /v2.0/ports?network_id=d3c1b0c1-a47a-4b3f-99f3-082aff8b9290&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2204] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:17:25 2026] GET /v2.0/networks/d3c1b0c1-a47a-4b3f-99f3-082aff8b9290?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2205] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:17:25 2026] GET /v2.0/networks/d3c1b0c1-a47a-4b3f-99f3-082aff8b9290?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: 1148/2206] 10.0.0.119 () {32 vars in 729 bytes} [Thu Jul 2 11:17:25 2026] GET /v2.0/floatingips/2431e93d-a134-4e83-bbba-6098636350b2 => generated 858 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:17:25.522 7 INFO neutron.db.segments_db [None req-5eaec3e6-b7cc-46c2-bf22-0820b71d9655 83d7caf7d91944a281ff1c02f1286cf1 b88bf6fdaffd4c61b2ae552262f201b7 - - default default] Added segment 624d7ae0-730f-41f7-92d3-9cf0b94a903e of type vxlan for network 9b5d35f1-fab2-4962-a51b-13a465699e7b [pid: 7|app: 0|req: 1059/2207] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:17:25 2026] POST /v2.0/networks => generated 727 bytes in 422 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2208] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:17:25 2026] POST /v2.0/subnets => generated 644 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:17:25.827 7 WARNING neutron.api.v2.base [None req-a99cad00-5e77-41d6-a7d2-a5630bc50050 83d7caf7d91944a281ff1c02f1286cf1 b88bf6fdaffd4c61b2ae552262f201b7 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: 'None' is not a valid string.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: 'None' is not a valid string. 2026-07-02 11:17:25.828 7 INFO neutron.api.v2.resource [None req-a99cad00-5e77-41d6-a7d2-a5630bc50050 83d7caf7d91944a281ff1c02f1286cf1 b88bf6fdaffd4c61b2ae552262f201b7 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 1060/2209] 10.0.0.119 () {34 vars in 681 bytes} [Thu Jul 2 11:17:25 2026] POST /v2.0/rbac-policies => generated 143 bytes in 9 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-07-02 11:17:26.051 8 INFO neutron.services.segments.plugin [-] Segment 624d7ae0-730f-41f7-92d3-9cf0b94a903e resource provider aggregate not found 2026-07-02 11:17:26.056 8 INFO neutron.services.segments.plugin [-] Segment 624d7ae0-730f-41f7-92d3-9cf0b94a903e resource provider aggregate not found 2026-07-02 11:17:26.060 8 INFO neutron.services.segments.plugin [-] Segment 624d7ae0-730f-41f7-92d3-9cf0b94a903e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 624d7ae0-730f-41f7-92d3-9cf0b94a903e found for delete ", "request_id": "req-2aa42688-0437-4df1-a693-2478cee54115"}]} 2026-07-02 11:17:26.067 8 INFO neutron.services.segments.plugin [-] Segment 624d7ae0-730f-41f7-92d3-9cf0b94a903e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 624d7ae0-730f-41f7-92d3-9cf0b94a903e found for delete ", "request_id": "req-567e02e4-174e-4c19-97e5-ef4299ad5fc1"}]} [pid: 8|app: 0|req: 1150/2210] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:17:25 2026] DELETE /v2.0/networks/9b5d35f1-fab2-4962-a51b-13a465699e7b => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:17:26.142 7 INFO neutron.db.segments_db [None req-e2ab13e1-133e-4b11-9541-688d12863829 83d7caf7d91944a281ff1c02f1286cf1 b88bf6fdaffd4c61b2ae552262f201b7 - - default default] Added segment 29154808-8923-402f-af0a-f0ea6a38b42c of type vxlan for network 61f3766b-0b9a-49b7-afa9-0f1e6982024b [pid: 7|app: 0|req: 1061/2211] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:17:26 2026] POST /v2.0/networks => generated 727 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2212] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:17:26 2026] POST /v2.0/subnets => generated 647 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:17:26.426 7 WARNING neutron.api.v2.base [None req-3ce7a2b4-b2df-4855-adaa-08e3870ee3f5 83d7caf7d91944a281ff1c02f1286cf1 b88bf6fdaffd4c61b2ae552262f201b7 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. 2026-07-02 11:17:26.427 7 INFO neutron.api.v2.resource [None req-3ce7a2b4-b2df-4855-adaa-08e3870ee3f5 83d7caf7d91944a281ff1c02f1286cf1 b88bf6fdaffd4c61b2ae552262f201b7 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1062/2213] 10.0.0.119 () {34 vars in 681 bytes} [Thu Jul 2 11:17:26 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: 1152/2214] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:17:26 2026] DELETE /v2.0/networks/61f3766b-0b9a-49b7-afa9-0f1e6982024b => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:17:26.703 7 INFO neutron.db.segments_db [None req-715de2d2-a53b-4c3d-b016-738d6a915bad 83d7caf7d91944a281ff1c02f1286cf1 b88bf6fdaffd4c61b2ae552262f201b7 - - default default] Added segment bcb1f0d4-1eed-47d5-9646-833a6aa71b3a of type vxlan for network 40432066-abf6-4f67-9bb9-dca3ad02483a [pid: 7|app: 0|req: 1063/2215] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:17:26 2026] POST /v2.0/networks => generated 727 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2216] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:17:26 2026] POST /v2.0/subnets => generated 647 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2217] 10.0.0.119 () {34 vars in 681 bytes} [Thu Jul 2 11:17:27 2026] POST /v2.0/rbac-policies => generated 324 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2218] 10.0.0.119 () {32 vars in 723 bytes} [Thu Jul 2 11:17:27 2026] GET /v2.0/networks/40432066-abf6-4f67-9bb9-dca3ad02483a => generated 655 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:17:28.159 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8a85739d-22d4-4606-ad3d-02a9c9dd50c5 ce92c6d4a1484bca97028ab04c7e2df3 34b0203f03624647bafd940859ae74ac - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1065/2219] 10.0.0.119 () {32 vars in 723 bytes} [Thu Jul 2 11:17:28 2026] GET /v2.0/networks/40432066-abf6-4f67-9bb9-dca3ad02483a => generated 138 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:17:28.204 8 INFO neutron.services.segments.plugin [-] Segment 29154808-8923-402f-af0a-f0ea6a38b42c resource provider aggregate not found 2026-07-02 11:17:28.217 8 INFO neutron.services.segments.plugin [-] Segment 29154808-8923-402f-af0a-f0ea6a38b42c resource provider aggregate not found 2026-07-02 11:17:28.229 8 INFO neutron.services.segments.plugin [-] Segment 29154808-8923-402f-af0a-f0ea6a38b42c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29154808-8923-402f-af0a-f0ea6a38b42c found for delete ", "request_id": "req-fdda7ab7-983a-42ee-b3ee-3fdddb3b8f90"}]} 2026-07-02 11:17:28.233 8 INFO neutron.services.segments.plugin [-] Segment 29154808-8923-402f-af0a-f0ea6a38b42c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29154808-8923-402f-af0a-f0ea6a38b42c found for delete ", "request_id": "req-4636b895-3670-49eb-b724-ffb89974b167"}]} [pid: 8|app: 0|req: 1155/2220] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:17:28 2026] DELETE /v2.0/networks/40432066-abf6-4f67-9bb9-dca3ad02483a => generated 0 bytes in 485 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:17:28.670 7 INFO neutron.pecan_wsgi.hooks.translation [None req-60c218b9-4e6a-4c6e-a177-592ebd66da62 83d7caf7d91944a281ff1c02f1286cf1 b88bf6fdaffd4c61b2ae552262f201b7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1066/2221] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:17:28 2026] DELETE /v2.0/subnets/8becfc7c-9df4-413c-a795-ba15f72b4cd8 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:17:28.692 8 INFO neutron.pecan_wsgi.hooks.translation [None req-44113db7-0333-4592-8b39-7a159184a102 83d7caf7d91944a281ff1c02f1286cf1 b88bf6fdaffd4c61b2ae552262f201b7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1156/2222] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:17:28 2026] DELETE /v2.0/subnets/9d144976-0ff2-4a70-9237-8b36534b1fbc => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:17:28.711 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cd107698-997c-4899-8e43-28b08033eafc 83d7caf7d91944a281ff1c02f1286cf1 b88bf6fdaffd4c61b2ae552262f201b7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1067/2223] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:17:28 2026] DELETE /v2.0/subnets/24123d0d-2f1b-462c-9d8a-5f20081b51d5 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2224] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:17:29 2026] GET /v2.0/security-groups?tenant_id=b88bf6fdaffd4c61b2ae552262f201b7&name=default => generated 2925 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2225] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:17:29 2026] DELETE /v2.0/security-groups/3d79a908-15ff-45fb-9fd7-bf0506a3ecf6 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2226] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:17:29 2026] GET /v2.0/security-groups?tenant_id=4d926bdcd96c4cc597baa75f3586d01c&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: 1069/2227] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:17:29 2026] DELETE /v2.0/security-groups/df12232f-3ac9-4bc7-bfa2-22755bb9ac6b => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:17:30.258 8 INFO neutron.services.segments.plugin [-] Segment bcb1f0d4-1eed-47d5-9646-833a6aa71b3a resource provider aggregate not found 2026-07-02 11:17:30.266 8 INFO neutron.services.segments.plugin [-] Segment bcb1f0d4-1eed-47d5-9646-833a6aa71b3a resource provider aggregate not found 2026-07-02 11:17:30.278 8 INFO neutron.services.segments.plugin [-] Segment bcb1f0d4-1eed-47d5-9646-833a6aa71b3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bcb1f0d4-1eed-47d5-9646-833a6aa71b3a found for delete ", "request_id": "req-feabaaf7-0100-4fc7-bab4-41f6a6f9b0e6"}]} 2026-07-02 11:17:30.283 8 INFO neutron.services.segments.plugin [-] Segment bcb1f0d4-1eed-47d5-9646-833a6aa71b3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bcb1f0d4-1eed-47d5-9646-833a6aa71b3a found for delete ", "request_id": "req-72c655df-2256-4ab9-81f6-09df698b4203"}]} [pid: 8|app: 0|req: 1159/2228] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:17:30 2026] GET /v2.0/security-groups?tenant_id=34b0203f03624647bafd940859ae74ac&name=default => generated 2926 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2229] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:17:30 2026] DELETE /v2.0/security-groups/30344f7e-9492-49b0-aaad-e5dbab0f094e => 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: 1160/2230] 10.0.0.100 () {34 vars in 990 bytes} [Thu Jul 2 11:17:33 2026] GET /v2.0/ports?device_id=1db6fab6-bab4-4f98-bb65-658f3382f23a => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2231] 10.0.0.100 () {34 vars in 1040 bytes} [Thu Jul 2 11:17:33 2026] GET /v2.0/security-groups?id=b5b2d50d-946f-4bc4-bf96-981da19d60c9&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:17:34.715 8 WARNING neutron_lib.context [None req-ee70eacb-dd02-4739-aae4-2db303147134 24c70290fdfe46f69eab73bcb14b9c6b bbc97f4011b9400d91d107e44df295e9 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1072/2232] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:17:34 2026] GET /v2.0/ports?device_id=1db6fab6-bab4-4f98-bb65-658f3382f23a => generated 975 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2233] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:17:34 2026] GET /v2.0/security-groups?id=b5b2d50d-946f-4bc4-bf96-981da19d60c9&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:17:34.874 8 INFO neutron.db.segments_db [None req-ee70eacb-dd02-4739-aae4-2db303147134 24c70290fdfe46f69eab73bcb14b9c6b bbc97f4011b9400d91d107e44df295e9 - - default default] Added segment babbdc96-b4cd-4aab-ad5d-d86a11c15805 of type vxlan for network 9e9702bf-b4bf-4081-b2d3-671216c6be24 [pid: 8|app: 0|req: 1161/2234] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:17:34 2026] POST /v2.0/networks => generated 631 bytes in 423 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:17:34.976 7 WARNING neutron_lib.context [None req-1a0eff25-212d-4e27-8f19-02134ded722f 24c70290fdfe46f69eab73bcb14b9c6b bbc97f4011b9400d91d107e44df295e9 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:17:35.033 7 INFO neutron.db.segments_db [None req-1a0eff25-212d-4e27-8f19-02134ded722f 24c70290fdfe46f69eab73bcb14b9c6b bbc97f4011b9400d91d107e44df295e9 - - default default] Added segment 69cffb37-b8ee-4a14-931d-3ccf88a68e81 of type vxlan for network f75ef418-c27a-40ee-88eb-344388b4df5d [pid: 7|app: 0|req: 1074/2235] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:17:34 2026] POST /v2.0/networks => generated 630 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:17:35.157 8 WARNING neutron_lib.context [None req-0a4f69c4-2e2e-4ba7-b2f6-1ce3998cbaf7 24c70290fdfe46f69eab73bcb14b9c6b bbc97f4011b9400d91d107e44df295e9 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:17:35.220 8 INFO neutron.db.segments_db [None req-0a4f69c4-2e2e-4ba7-b2f6-1ce3998cbaf7 24c70290fdfe46f69eab73bcb14b9c6b bbc97f4011b9400d91d107e44df295e9 - - default default] Added segment 970c4599-c92d-43b3-a234-46dffb488a61 of type vxlan for network 7caca88c-1e9d-4ce3-b878-a5cc1515207b [pid: 8|app: 0|req: 1162/2236] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:17:35 2026] POST /v2.0/networks => generated 632 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:17:35.350 7 WARNING neutron_lib.context [None req-08aead0a-6682-40e0-bc43-c2d6e16fccba 24c70290fdfe46f69eab73bcb14b9c6b bbc97f4011b9400d91d107e44df295e9 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:17:35.405 7 INFO neutron.db.segments_db [None req-08aead0a-6682-40e0-bc43-c2d6e16fccba 24c70290fdfe46f69eab73bcb14b9c6b bbc97f4011b9400d91d107e44df295e9 - - default default] Added segment 6fd368ff-d676-4254-9a12-29dc144a0fb5 of type vxlan for network 8056b65d-74c6-48f8-9a45-5a699148aa60 [pid: 7|app: 0|req: 1075/2237] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:17:35 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) 2026-07-02 11:17:35.509 8 WARNING neutron_lib.context [None req-cc5c4feb-d17a-4e54-9547-5d121a02d6dc 24c70290fdfe46f69eab73bcb14b9c6b bbc97f4011b9400d91d107e44df295e9 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:17:35.561 8 INFO neutron.db.segments_db [None req-cc5c4feb-d17a-4e54-9547-5d121a02d6dc 24c70290fdfe46f69eab73bcb14b9c6b bbc97f4011b9400d91d107e44df295e9 - - default default] Added segment 85648014-72ad-49dd-967d-e17838a98e2e of type vxlan for network 0d4534c8-fcf6-49f4-a68a-487c2b830939 [pid: 8|app: 0|req: 1163/2238] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:17:35 2026] POST /v2.0/networks => generated 630 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2239] 10.0.0.119 () {34 vars in 753 bytes} [Thu Jul 2 11:17:35 2026] PUT /v2.0/networks/9e9702bf-b4bf-4081-b2d3-671216c6be24/tags => generated 17 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2240] 10.0.0.119 () {34 vars in 753 bytes} [Thu Jul 2 11:17:35 2026] PUT /v2.0/networks/f75ef418-c27a-40ee-88eb-344388b4df5d/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2241] 10.0.0.119 () {34 vars in 753 bytes} [Thu Jul 2 11:17:35 2026] PUT /v2.0/networks/7caca88c-1e9d-4ce3-b878-a5cc1515207b/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2242] 10.0.0.119 () {34 vars in 753 bytes} [Thu Jul 2 11:17:35 2026] PUT /v2.0/networks/8056b65d-74c6-48f8-9a45-5a699148aa60/tags => generated 19 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2243] 10.0.0.119 () {32 vars in 666 bytes} [Thu Jul 2 11:17:35 2026] GET /v2.0/networks?tags=red => generated 1854 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2244] 10.0.0.119 () {32 vars in 680 bytes} [Thu Jul 2 11:17:35 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1248 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2245] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:17:35 2026] GET /v2.0/ports?device_id=1db6fab6-bab4-4f98-bb65-658f3382f23a => 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: 1167/2246] 10.0.0.119 () {32 vars in 676 bytes} [Thu Jul 2 11:17:35 2026] GET /v2.0/networks?tags-any=blue => generated 1248 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2247] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:17:35 2026] GET /v2.0/security-groups?id=b5b2d50d-946f-4bc4-bf96-981da19d60c9&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2248] 10.0.0.119 () {32 vars in 688 bytes} [Thu Jul 2 11:17:36 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1854 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2249] 10.0.0.119 () {32 vars in 674 bytes} [Thu Jul 2 11:17:36 2026] GET /v2.0/networks?not-tags=red => generated 1860 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2250] 10.0.0.119 () {32 vars in 688 bytes} [Thu Jul 2 11:17:36 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2466 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2251] 10.0.0.119 () {32 vars in 684 bytes} [Thu Jul 2 11:17:36 2026] GET /v2.0/networks?not-tags-any=blue => generated 2466 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2254] 199.19.213.163 () {34 vars in 994 bytes} [Thu Jul 2 11:17:36 2026] GET /v2.0/ports?device_id=1db6fab6-bab4-4f98-bb65-658f3382f23a => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2255] 10.0.0.119 () {32 vars in 696 bytes} [Thu Jul 2 11:17:36 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1860 bytes in 595 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:17:37.041 8 INFO neutron.services.segments.plugin [-] Segment babbdc96-b4cd-4aab-ad5d-d86a11c15805 resource provider aggregate not found 2026-07-02 11:17:37.046 8 INFO neutron.services.segments.plugin [-] Segment babbdc96-b4cd-4aab-ad5d-d86a11c15805 resource provider aggregate not found 2026-07-02 11:17:37.051 8 INFO neutron.services.segments.plugin [-] Segment babbdc96-b4cd-4aab-ad5d-d86a11c15805 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid babbdc96-b4cd-4aab-ad5d-d86a11c15805 found for delete ", "request_id": "req-c65d2805-c08b-42c1-8ace-a53bd09c08f3"}]} 2026-07-02 11:17:37.055 7 INFO neutron.db.l3_db [req-ce252b67-119f-4bba-bd17-fb49ec9a9b3e req-d43edd4b-b9ec-4472-b714-d2fccb761f01 d4a73fa2d6b84849bef3ec111297049a 22a3b01aa6b845b2bd79159eb43f8e6b - - default default] Floating IP 2431e93d-a134-4e83-bbba-6098636350b2 disassociated. External IP: 10.96.250.204, port: 193dc8fc-52e2-4f18-ad05-3c86b4fedf84. [pid: 8|app: 0|req: 1171/2256] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:17:36 2026] DELETE /v2.0/networks/9e9702bf-b4bf-4081-b2d3-671216c6be24 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:17:37.068 8 INFO neutron.services.segments.plugin [-] Segment babbdc96-b4cd-4aab-ad5d-d86a11c15805 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid babbdc96-b4cd-4aab-ad5d-d86a11c15805 found for delete ", "request_id": "req-814af63b-7eaa-488f-9d6b-c8600a3ff691"}]} [pid: 8|app: 0|req: 1172/2257] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:17:37 2026] DELETE /v2.0/networks/f75ef418-c27a-40ee-88eb-344388b4df5d => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2258] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:17:37 2026] GET /v2.0/ports?device_id=1db6fab6-bab4-4f98-bb65-658f3382f23a => 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: 1174/2259] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:17:37 2026] DELETE /v2.0/networks/7caca88c-1e9d-4ce3-b878-a5cc1515207b => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2260] 199.19.213.163 () {36 vars in 997 bytes} [Thu Jul 2 11:17:36 2026] DELETE /v2.0/ports/193dc8fc-52e2-4f18-ad05-3c86b4fedf84 => generated 0 bytes in 685 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2261] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:17:37 2026] DELETE /v2.0/networks/8056b65d-74c6-48f8-9a45-5a699148aa60 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:17:37.576 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ab28908d-3f3e-478a-8e8f-b0252efa9781'] response: {'server_uuid': '1db6fab6-bab4-4f98-bb65-658f3382f23a', 'name': 'network-vif-deleted', 'tag': '193dc8fc-52e2-4f18-ad05-3c86b4fedf84', 'status': 'completed', 'code': 200} 2026-07-02 11:17:37.714 7 INFO neutron.services.segments.plugin [-] Segment 85648014-72ad-49dd-967d-e17838a98e2e resource provider aggregate not found 2026-07-02 11:17:37.720 7 INFO neutron.services.segments.plugin [-] Segment 85648014-72ad-49dd-967d-e17838a98e2e resource provider aggregate not found [pid: 7|app: 0|req: 1087/2262] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:17:37 2026] DELETE /v2.0/networks/0d4534c8-fcf6-49f4-a68a-487c2b830939 => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2263] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:17:38 2026] GET /v2.0/ports?device_id=1db6fab6-bab4-4f98-bb65-658f3382f23a => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:17:38.551 7 INFO neutron.services.segments.plugin [-] Segment 85648014-72ad-49dd-967d-e17838a98e2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85648014-72ad-49dd-967d-e17838a98e2e found for delete ", "request_id": "req-cf5007e6-6605-4d03-aa78-31c4d0c5b882"}]} 2026-07-02 11:17:38.555 7 INFO neutron.services.segments.plugin [-] Segment 85648014-72ad-49dd-967d-e17838a98e2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85648014-72ad-49dd-967d-e17838a98e2e found for delete ", "request_id": "req-cbb259f1-a8c5-45fd-93eb-3b237e55aedc"}]} [pid: 7|app: 0|req: 1088/2264] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:17:38 2026] GET /v2.0/security-groups?tenant_id=bbc97f4011b9400d91d107e44df295e9&name=default => generated 2929 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2265] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:17:38 2026] DELETE /v2.0/security-groups/c2587a77-cf8b-4636-a7f5-97f46e840dbd => 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: 1089/2266] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:17:38 2026] GET /v2.0/security-groups?tenant_id=b1d38869db294693b154f9fa8b3aaec8&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:17:39.081 8 INFO neutron.services.segments.plugin [-] Segment 69cffb37-b8ee-4a14-931d-3ccf88a68e81 resource provider aggregate not found 2026-07-02 11:17:39.090 8 INFO neutron.services.segments.plugin [-] Segment 69cffb37-b8ee-4a14-931d-3ccf88a68e81 resource provider aggregate not found 2026-07-02 11:17:39.101 8 INFO neutron.services.segments.plugin [-] Segment 69cffb37-b8ee-4a14-931d-3ccf88a68e81 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 69cffb37-b8ee-4a14-931d-3ccf88a68e81 found for delete ", "request_id": "req-fa675b32-8e91-4781-9cd6-87aafe89db6b"}]} 2026-07-02 11:17:39.111 8 INFO neutron.services.segments.plugin [-] Segment 69cffb37-b8ee-4a14-931d-3ccf88a68e81 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 69cffb37-b8ee-4a14-931d-3ccf88a68e81 found for delete ", "request_id": "req-97808f2a-9cca-4a4f-8f7b-174c66da6151"}]} 2026-07-02 11:17:39.116 8 INFO neutron.services.segments.plugin [-] Segment 970c4599-c92d-43b3-a234-46dffb488a61 resource provider aggregate not found 2026-07-02 11:17:39.123 8 INFO neutron.services.segments.plugin [-] Segment 970c4599-c92d-43b3-a234-46dffb488a61 resource provider aggregate not found 2026-07-02 11:17:39.135 8 INFO neutron.services.segments.plugin [-] Segment 970c4599-c92d-43b3-a234-46dffb488a61 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 970c4599-c92d-43b3-a234-46dffb488a61 found for delete ", "request_id": "req-16a9c7cd-2bbc-4455-b50f-68564158d9c2"}]} 2026-07-02 11:17:39.143 8 INFO neutron.services.segments.plugin [-] Segment 970c4599-c92d-43b3-a234-46dffb488a61 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 970c4599-c92d-43b3-a234-46dffb488a61 found for delete ", "request_id": "req-49e20023-244e-4458-b5b0-8318b7fc1fa0"}]} 2026-07-02 11:17:39.150 8 INFO neutron.services.segments.plugin [-] Segment 6fd368ff-d676-4254-9a12-29dc144a0fb5 resource provider aggregate not found 2026-07-02 11:17:39.156 8 INFO neutron.services.segments.plugin [-] Segment 6fd368ff-d676-4254-9a12-29dc144a0fb5 resource provider aggregate not found 2026-07-02 11:17:39.162 8 INFO neutron.services.segments.plugin [-] Segment 6fd368ff-d676-4254-9a12-29dc144a0fb5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6fd368ff-d676-4254-9a12-29dc144a0fb5 found for delete ", "request_id": "req-75cab069-1d19-4578-952a-d783c70f9399"}]} 2026-07-02 11:17:39.170 8 INFO neutron.services.segments.plugin [-] Segment 6fd368ff-d676-4254-9a12-29dc144a0fb5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6fd368ff-d676-4254-9a12-29dc144a0fb5 found for delete ", "request_id": "req-d8a73608-ca83-4c5c-944a-bd683939ad63"}]} [pid: 8|app: 0|req: 1178/2267] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:17:39 2026] DELETE /v2.0/security-groups/f0e47149-8e1b-450a-8908-5547eca5b603 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2268] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:17:39 2026] GET /v2.0/ports?device_id=1db6fab6-bab4-4f98-bb65-658f3382f23a => 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: 1090/2269] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:17:39 2026] GET /v2.0/security-groups?tenant_id=ccb1f4ed3ef64e9a91159e35b65875c0&name=default => generated 2929 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2270] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:17:39 2026] DELETE /v2.0/security-groups/79882bcd-aa0b-48e1-a4e5-1d3bdf53d3c0 => 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: 1091/2271] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:17:40 2026] GET /v2.0/ports?device_id=1db6fab6-bab4-4f98-bb65-658f3382f23a => 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: 1181/2272] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:17:41 2026] DELETE /v2.0/security-groups/b5b2d50d-946f-4bc4-bf96-981da19d60c9 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2273] 10.0.0.119 () {32 vars in 732 bytes} [Thu Jul 2 11:17:41 2026] DELETE /v2.0/floatingips/2431e93d-a134-4e83-bbba-6098636350b2 => generated 0 bytes in 289 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2274] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:17:42 2026] GET /v2.0/ports?device_id=fe26f203-ffb0-4423-ac4d-a0deee05d339 => generated 975 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2275] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:17:42 2026] GET /v2.0/security-groups?id=3399a697-749f-4a50-8f6f-858e48a8288f&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2276] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:17:43 2026] GET /v2.0/ports?device_id=fe26f203-ffb0-4423-ac4d-a0deee05d339 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2277] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:17:43 2026] GET /v2.0/security-groups?id=3399a697-749f-4a50-8f6f-858e48a8288f&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-07-02 11:17:43.768 8 WARNING neutron_lib.context [None req-ffcef9b1-53f6-4d17-9572-46b96347a98c 2c7af28dac0640158aea683d20bea7d8 695b3db0e8394a99aee86b1096af8529 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1184/2278] 10.0.0.119 () {34 vars in 684 bytes} [Thu Jul 2 11:17:43 2026] POST /v2.0/security-groups => generated 1603 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 11:17:44.013 7 WARNING neutron_lib.context [None req-5c927e11-d9fa-4a47-888b-e12854b8c064 2c7af28dac0640158aea683d20bea7d8 695b3db0e8394a99aee86b1096af8529 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1095/2279] 10.0.0.119 () {34 vars in 684 bytes} [Thu Jul 2 11:17:44 2026] POST /v2.0/security-groups => generated 1603 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 11:17:44.141 8 WARNING neutron_lib.context [None req-675218a1-2575-4f56-9ecb-41e1fc7094df 2c7af28dac0640158aea683d20bea7d8 695b3db0e8394a99aee86b1096af8529 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1185/2280] 10.0.0.119 () {34 vars in 684 bytes} [Thu Jul 2 11:17:44 2026] POST /v2.0/security-groups => generated 1603 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 11:17:44.259 7 WARNING neutron_lib.context [None req-a390d124-afbc-4c5c-828b-bdf8b9daac41 2c7af28dac0640158aea683d20bea7d8 695b3db0e8394a99aee86b1096af8529 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1186/2281] 199.19.213.163 () {34 vars in 994 bytes} [Thu Jul 2 11:17:44 2026] GET /v2.0/ports?device_id=fe26f203-ffb0-4423-ac4d-a0deee05d339 => 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: 1096/2282] 10.0.0.119 () {34 vars in 684 bytes} [Thu Jul 2 11:17:44 2026] POST /v2.0/security-groups => generated 1603 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 11:17:44.430 7 WARNING neutron_lib.context [None req-f1705189-8a6e-40f5-a58d-d0e189a2c13a 2c7af28dac0640158aea683d20bea7d8 695b3db0e8394a99aee86b1096af8529 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1097/2283] 10.0.0.119 () {34 vars in 684 bytes} [Thu Jul 2 11:17:44 2026] POST /v2.0/security-groups => generated 1603 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2284] 10.0.0.119 () {34 vars in 767 bytes} [Thu Jul 2 11:17:44 2026] PUT /v2.0/security-groups/2a51b203-dfa2-4ab3-94ac-17af09efe4a9/tags => generated 17 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2285] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:17:44 2026] GET /v2.0/ports?device_id=fe26f203-ffb0-4423-ac4d-a0deee05d339 => 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: 1187/2286] 199.19.213.163 () {36 vars in 997 bytes} [Thu Jul 2 11:17:44 2026] DELETE /v2.0/ports/57fb9df1-3c28-4c11-99c8-87030e013232 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2287] 10.0.0.119 () {34 vars in 767 bytes} [Thu Jul 2 11:17:44 2026] PUT /v2.0/security-groups/5f6d8e9b-97a9-4e96-a12e-1b46029c5c1f/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: 1188/2288] 10.0.0.119 () {34 vars in 767 bytes} [Thu Jul 2 11:17:44 2026] PUT /v2.0/security-groups/87bad8a9-d3ab-4feb-8d22-7e5bbf9bd586/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2289] 10.0.0.119 () {34 vars in 767 bytes} [Thu Jul 2 11:17:44 2026] PUT /v2.0/security-groups/0da883b1-a486-4cc0-8ee1-2319a7d35ff8/tags => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:17:44.771 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8c73ca08-69bc-48b2-8b78-652827cdcb7c'] response: {'server_uuid': 'fe26f203-ffb0-4423-ac4d-a0deee05d339', 'name': 'network-vif-deleted', 'tag': '57fb9df1-3c28-4c11-99c8-87030e013232', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1189/2290] 10.0.0.119 () {32 vars in 680 bytes} [Thu Jul 2 11:17:44 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2291] 10.0.0.119 () {32 vars in 694 bytes} [Thu Jul 2 11:17:44 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2292] 10.0.0.119 () {32 vars in 690 bytes} [Thu Jul 2 11:17:44 2026] GET /v2.0/security-groups?tags-any=blue => 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: 1103/2293] 10.0.0.119 () {32 vars in 702 bytes} [Thu Jul 2 11:17:44 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => 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: 1191/2294] 10.0.0.119 () {32 vars in 688 bytes} [Thu Jul 2 11:17:44 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2295] 10.0.0.119 () {32 vars in 702 bytes} [Thu Jul 2 11:17:45 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2296] 10.0.0.119 () {32 vars in 698 bytes} [Thu Jul 2 11:17:45 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2297] 10.0.0.119 () {32 vars in 710 bytes} [Thu Jul 2 11:17:45 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2298] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:17:45 2026] DELETE /v2.0/security-groups/2a51b203-dfa2-4ab3-94ac-17af09efe4a9 => 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: 1106/2299] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:17:45 2026] DELETE /v2.0/security-groups/5f6d8e9b-97a9-4e96-a12e-1b46029c5c1f => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2300] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:17:45 2026] DELETE /v2.0/security-groups/87bad8a9-d3ab-4feb-8d22-7e5bbf9bd586 => 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: 1107/2301] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:17:45 2026] DELETE /v2.0/security-groups/0da883b1-a486-4cc0-8ee1-2319a7d35ff8 => 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: 1195/2302] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:17:45 2026] DELETE /v2.0/security-groups/8d345272-0533-4164-a367-6ee5687c9c18 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2303] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:17:45 2026] GET /v2.0/ports?device_id=fe26f203-ffb0-4423-ac4d-a0deee05d339 => generated 12 bytes in 437 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2304] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:17:46 2026] GET /v2.0/security-groups?tenant_id=695b3db0e8394a99aee86b1096af8529&name=default => generated 2929 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2305] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:17:46 2026] DELETE /v2.0/security-groups/644c14e1-38f0-4bfd-97dd-5383bd552643 => 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: 1197/2306] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:17:46 2026] GET /v2.0/security-groups?tenant_id=50eb36b171f24fd389390f11c94d682a&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2307] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:17:47 2026] DELETE /v2.0/security-groups/657c20e4-5871-43e4-867b-1a06ec249238 => 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: 1198/2308] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:17:47 2026] GET /v2.0/ports?device_id=fe26f203-ffb0-4423-ac4d-a0deee05d339 => 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: 1111/2309] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:17:47 2026] GET /v2.0/security-groups?tenant_id=5d9f37fcf4834100b69b5e742c53c794&name=default => generated 2929 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2310] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:17:47 2026] DELETE /v2.0/security-groups/1febb328-2d21-44e2-ae8e-18bb449f3e94 => 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: 1112/2311] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:17:48 2026] DELETE /v2.0/security-groups/3399a697-749f-4a50-8f6f-858e48a8288f => generated 0 bytes in 179 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2312] 10.0.0.119 () {34 vars in 789 bytes} [Thu Jul 2 11:17:48 2026] PUT /v2.0/routers/9fd9f0eb-275c-4bbe-b30c-b7f60807576e/remove_router_interface => generated 309 bytes in 970 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2313] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:17:49 2026] DELETE /v2.0/subnets/0568fe68-bf15-4cdb-b9f0-2cb1a2878f06 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:17:50.516 8 INFO neutron.services.segments.plugin [-] Segment 562344b9-0889-4dfb-945c-1b538c21f309 resource provider aggregate not found 2026-07-02 11:17:50.521 8 INFO neutron.services.segments.plugin [-] Segment 562344b9-0889-4dfb-945c-1b538c21f309 resource provider aggregate not found 2026-07-02 11:17:50.529 8 INFO neutron.services.segments.plugin [-] Segment 562344b9-0889-4dfb-945c-1b538c21f309 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 562344b9-0889-4dfb-945c-1b538c21f309 found for delete ", "request_id": "req-2b297500-500a-4bec-8ff9-32dfc710c826"}]} 2026-07-02 11:17:50.537 8 INFO neutron.services.segments.plugin [-] Segment 562344b9-0889-4dfb-945c-1b538c21f309 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 562344b9-0889-4dfb-945c-1b538c21f309 found for delete ", "request_id": "req-b0456c84-1e99-4061-ac2f-4134becf2c1a"}]} 2026-07-02 11:17:50.546 8 INFO neutron.db.l3_hamode_db [None req-23e9edbc-4b94-4807-ba4b-68190637e93c d4a73fa2d6b84849bef3ec111297049a 22a3b01aa6b845b2bd79159eb43f8e6b - - default default] HA network e0a33576-c9b2-44bd-9512-fe80ccdddb0b was deleted as no HA routers are present in tenant 22a3b01aa6b845b2bd79159eb43f8e6b. [pid: 8|app: 0|req: 1201/2314] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:17:49 2026] DELETE /v2.0/routers/9fd9f0eb-275c-4bbe-b30c-b7f60807576e => generated 0 bytes in 917 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:17:50.687 7 INFO neutron.services.segments.plugin [-] Segment 38fd06dd-b257-4900-89f7-06a4d2648fb0 resource provider aggregate not found 2026-07-02 11:17:50.691 7 INFO neutron.services.segments.plugin [-] Segment 38fd06dd-b257-4900-89f7-06a4d2648fb0 resource provider aggregate not found 2026-07-02 11:17:50.701 7 INFO neutron.services.segments.plugin [-] Segment 38fd06dd-b257-4900-89f7-06a4d2648fb0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38fd06dd-b257-4900-89f7-06a4d2648fb0 found for delete ", "request_id": "req-aa2a4d7c-fcc1-4cb6-8049-d489011a786d"}]} [pid: 7|app: 0|req: 1114/2315] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:17:50 2026] DELETE /v2.0/networks/d3c1b0c1-a47a-4b3f-99f3-082aff8b9290 => 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: 1202/2318] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:17:51 2026] GET /v2.0/security-groups?tenant_id=52139cc2417345a5a0d1a159ffe8a739&name=default => generated 2929 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:17:51.587 7 INFO neutron.services.segments.plugin [-] Segment 38fd06dd-b257-4900-89f7-06a4d2648fb0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38fd06dd-b257-4900-89f7-06a4d2648fb0 found for delete ", "request_id": "req-011d9561-3f9c-4c33-a1fa-3436967f0b6e"}]} 2026-07-02 11:17:51.678 8 WARNING neutron_lib.context [None req-fe0bed2e-7dbc-4e7c-8098-745425a8f853 36bd86f3d65d4ffda207e816501574f7 287f869fb58a40c49536fad536708ab0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1117/2319] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:17:51 2026] DELETE /v2.0/security-groups/ecc9a09b-a0fe-4c29-8902-3239a9c90283 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2320] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:17:51 2026] GET /v2.0/security-groups?tenant_id=22a3b01aa6b845b2bd79159eb43f8e6b&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:17:51.828 8 INFO neutron.db.segments_db [None req-fe0bed2e-7dbc-4e7c-8098-745425a8f853 36bd86f3d65d4ffda207e816501574f7 287f869fb58a40c49536fad536708ab0 - - default default] Added segment ba640144-48ba-4f0b-be4a-5029d5106014 of type vxlan for network a0aef5a1-8599-492f-ad29-ec17837ed846 [pid: 8|app: 0|req: 1203/2321] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:17:51 2026] POST /v2.0/networks => generated 632 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2322] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:17:51 2026] DELETE /v2.0/security-groups/05152e44-5d7d-44f7-beb1-b5e1101283b8 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:17:51.923 8 WARNING neutron_lib.context [None req-cb0bd5fe-3791-4f0b-ae63-cb3cb3c3bcfe 36bd86f3d65d4ffda207e816501574f7 287f869fb58a40c49536fad536708ab0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1204/2323] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:17:51 2026] POST /v2.0/subnets => generated 626 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:17:52.121 7 WARNING neutron_lib.context [None req-5c3d2401-230f-4285-ae56-4bde5c2ce281 36bd86f3d65d4ffda207e816501574f7 287f869fb58a40c49536fad536708ab0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:17:52.177 7 INFO neutron.db.segments_db [None req-5c3d2401-230f-4285-ae56-4bde5c2ce281 36bd86f3d65d4ffda207e816501574f7 287f869fb58a40c49536fad536708ab0 - - default default] Added segment 101f3936-84ff-4e40-b427-70cbd3ae0650 of type vxlan for network b7a4eae4-1336-49cc-b323-561813165a19 [pid: 7|app: 0|req: 1120/2324] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:17:52 2026] POST /v2.0/networks => generated 630 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:17:52.278 8 WARNING neutron_lib.context [None req-8e2054f8-fba2-4f17-8c8a-c99ae5d1b999 36bd86f3d65d4ffda207e816501574f7 287f869fb58a40c49536fad536708ab0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1205/2325] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:17:52 2026] POST /v2.0/subnets => generated 629 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:17:52.541 7 WARNING neutron_lib.context [None req-a3279f42-8fcd-4ba6-bc42-19b86d1783bf 36bd86f3d65d4ffda207e816501574f7 287f869fb58a40c49536fad536708ab0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:17:52.590 7 INFO neutron.db.segments_db [None req-a3279f42-8fcd-4ba6-bc42-19b86d1783bf 36bd86f3d65d4ffda207e816501574f7 287f869fb58a40c49536fad536708ab0 - - default default] Added segment 809064d1-58c2-4f20-954e-d528b00dfd58 of type vxlan for network 583563c6-4788-4e28-9a01-ea82db8dbd49 [pid: 7|app: 0|req: 1121/2326] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:17:52 2026] POST /v2.0/networks => generated 631 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:17:52.688 8 WARNING neutron_lib.context [None req-7cd9e872-2eb5-4845-945e-bf1893b047d7 36bd86f3d65d4ffda207e816501574f7 287f869fb58a40c49536fad536708ab0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1206/2327] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:17:52 2026] POST /v2.0/subnets => generated 629 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:17:52.957 7 WARNING neutron_lib.context [None req-c1e3e3c3-5681-4f3d-8bc9-bcebd0da65a8 36bd86f3d65d4ffda207e816501574f7 287f869fb58a40c49536fad536708ab0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:17:53.008 7 INFO neutron.db.segments_db [None req-c1e3e3c3-5681-4f3d-8bc9-bcebd0da65a8 36bd86f3d65d4ffda207e816501574f7 287f869fb58a40c49536fad536708ab0 - - default default] Added segment e2004544-4550-4aef-a1d6-5a94bbe2c736 of type vxlan for network f9773cbb-297a-478a-8685-ba5784731041 [pid: 7|app: 0|req: 1122/2328] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:17:52 2026] POST /v2.0/networks => generated 632 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:17:53.116 8 WARNING neutron_lib.context [None req-a005b362-4e97-4d94-b785-2586721a6905 36bd86f3d65d4ffda207e816501574f7 287f869fb58a40c49536fad536708ab0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1207/2329] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:17:53 2026] POST /v2.0/subnets => generated 629 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:17:53.488 7 WARNING neutron_lib.context [None req-19139758-eb08-4816-b50d-204ecf04983a 36bd86f3d65d4ffda207e816501574f7 287f869fb58a40c49536fad536708ab0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:17:53.546 7 INFO neutron.db.segments_db [None req-19139758-eb08-4816-b50d-204ecf04983a 36bd86f3d65d4ffda207e816501574f7 287f869fb58a40c49536fad536708ab0 - - default default] Added segment d3a160fa-6fd4-49eb-925c-63a99ac26734 of type vxlan for network 96176e47-299c-4936-82f0-470e8d7d8e17 [pid: 7|app: 0|req: 1123/2330] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:17:53 2026] POST /v2.0/networks => generated 631 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:17:53.660 8 WARNING neutron_lib.context [None req-4527dd59-06c8-4774-9331-299a5f2999f5 36bd86f3d65d4ffda207e816501574f7 287f869fb58a40c49536fad536708ab0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1208/2331] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:17:53 2026] POST /v2.0/subnets => generated 629 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2332] 10.0.0.119 () {34 vars in 751 bytes} [Thu Jul 2 11:17:53 2026] PUT /v2.0/subnets/d4825491-15a8-4478-b3fe-de16dd5ad85f/tags => generated 17 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2333] 10.0.0.119 () {34 vars in 751 bytes} [Thu Jul 2 11:17:54 2026] PUT /v2.0/subnets/3a56c68a-0c7b-429e-8566-419386a8fd3d/tags => generated 25 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2334] 10.0.0.119 () {34 vars in 751 bytes} [Thu Jul 2 11:17:54 2026] PUT /v2.0/subnets/b8702887-5d03-4b83-9282-75cb6589d7d0/tags => generated 34 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2335] 10.0.0.119 () {34 vars in 751 bytes} [Thu Jul 2 11:17:54 2026] PUT /v2.0/subnets/f753ee4f-c096-4666-a0d5-7aa1796c5897/tags => generated 19 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2336] 10.0.0.119 () {32 vars in 664 bytes} [Thu Jul 2 11:17:54 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2337] 10.0.0.119 () {32 vars in 678 bytes} [Thu Jul 2 11:17:54 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2338] 10.0.0.119 () {32 vars in 674 bytes} [Thu Jul 2 11:17:54 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2339] 10.0.0.119 () {32 vars in 686 bytes} [Thu Jul 2 11:17:54 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2340] 10.0.0.119 () {32 vars in 672 bytes} [Thu Jul 2 11:17:54 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2341] 10.0.0.119 () {32 vars in 686 bytes} [Thu Jul 2 11:17:54 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2342] 10.0.0.119 () {32 vars in 682 bytes} [Thu Jul 2 11:17:54 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2343] 10.0.0.119 () {32 vars in 694 bytes} [Thu Jul 2 11:17:54 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2344] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:17:54 2026] DELETE /v2.0/subnets/d4825491-15a8-4478-b3fe-de16dd5ad85f => 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: 1215/2345] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:17:54 2026] DELETE /v2.0/subnets/3a56c68a-0c7b-429e-8566-419386a8fd3d => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2346] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:17:54 2026] DELETE /v2.0/subnets/b8702887-5d03-4b83-9282-75cb6589d7d0 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2347] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:17:55 2026] DELETE /v2.0/subnets/f753ee4f-c096-4666-a0d5-7aa1796c5897 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2348] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:17:55 2026] DELETE /v2.0/subnets/2b64aa4e-77b7-43bf-b4fc-74247b5fdd2c => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:17:55.947 8 INFO neutron.services.segments.plugin [-] Segment ba640144-48ba-4f0b-be4a-5029d5106014 resource provider aggregate not found 2026-07-02 11:17:55.952 8 INFO neutron.services.segments.plugin [-] Segment ba640144-48ba-4f0b-be4a-5029d5106014 resource provider aggregate not found 2026-07-02 11:17:55.982 8 INFO neutron.services.segments.plugin [-] Segment ba640144-48ba-4f0b-be4a-5029d5106014 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba640144-48ba-4f0b-be4a-5029d5106014 found for delete ", "request_id": "req-72436239-40ae-4b65-b057-bb6c74cc3fd5"}]} [pid: 8|app: 0|req: 1217/2349] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:17:55 2026] DELETE /v2.0/networks/a0aef5a1-8599-492f-ad29-ec17837ed846 => generated 0 bytes in 416 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:17:56.204 8 INFO neutron.services.segments.plugin [-] Segment ba640144-48ba-4f0b-be4a-5029d5106014 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba640144-48ba-4f0b-be4a-5029d5106014 found for delete ", "request_id": "req-26af61a4-078c-41b7-8a00-82b76d06b8ca"}]} 2026-07-02 11:17:56.369 7 INFO neutron.services.segments.plugin [-] Segment 101f3936-84ff-4e40-b427-70cbd3ae0650 resource provider aggregate not found 2026-07-02 11:17:56.377 7 INFO neutron.services.segments.plugin [-] Segment 101f3936-84ff-4e40-b427-70cbd3ae0650 resource provider aggregate not found 2026-07-02 11:17:56.393 7 INFO neutron.services.segments.plugin [-] Segment 101f3936-84ff-4e40-b427-70cbd3ae0650 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 101f3936-84ff-4e40-b427-70cbd3ae0650 found for delete ", "request_id": "req-f8754097-7494-41a3-ae5f-debb2585fe8c"}]} 2026-07-02 11:17:56.397 7 INFO neutron.services.segments.plugin [-] Segment 101f3936-84ff-4e40-b427-70cbd3ae0650 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 101f3936-84ff-4e40-b427-70cbd3ae0650 found for delete ", "request_id": "req-b3ab9df9-6b6c-4f59-ab1c-390de4b260da"}]} [pid: 7|app: 0|req: 1133/2350] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:17:55 2026] DELETE /v2.0/networks/b7a4eae4-1336-49cc-b323-561813165a19 => generated 0 bytes in 414 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:17:56.489 8 WARNING neutron_lib.context [None req-0cda1413-8330-47f1-a1f6-691c08d63e7a bdde7a34f10b4d3e9f5c293e1de7b25e 7fe4894a330d44fdb1cd50abff28ba65 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:17:56.644 8 INFO neutron.db.segments_db [None req-0cda1413-8330-47f1-a1f6-691c08d63e7a bdde7a34f10b4d3e9f5c293e1de7b25e 7fe4894a330d44fdb1cd50abff28ba65 - - default default] Added segment 584f6aa7-a205-4451-ae77-2fa25f1c26c5 of type vxlan for network 70b9414b-5414-4150-9156-f930fa065f0e [pid: 7|app: 0|req: 1134/2351] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:17:56 2026] DELETE /v2.0/networks/583563c6-4788-4e28-9a01-ea82db8dbd49 => generated 0 bytes in 305 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2352] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:17:56 2026] POST /v2.0/networks => generated 632 bytes in 536 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:17:56.744 8 WARNING neutron_lib.context [None req-fd942a4a-fe41-4f0c-87a2-c3d06b5e6354 bdde7a34f10b4d3e9f5c293e1de7b25e 7fe4894a330d44fdb1cd50abff28ba65 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1219/2353] 10.0.0.119 () {34 vars in 664 bytes} [Thu Jul 2 11:17:56 2026] POST /v2.0/ports => generated 743 bytes in 279 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 11:17:57.028 8 WARNING neutron_lib.context [None req-2ff42538-640d-4109-ac98-f492c6a0e8ec bdde7a34f10b4d3e9f5c293e1de7b25e 7fe4894a330d44fdb1cd50abff28ba65 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1135/2354] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:17:56 2026] DELETE /v2.0/networks/f9773cbb-297a-478a-8685-ba5784731041 => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:17:57.085 8 INFO neutron.db.segments_db [None req-2ff42538-640d-4109-ac98-f492c6a0e8ec bdde7a34f10b4d3e9f5c293e1de7b25e 7fe4894a330d44fdb1cd50abff28ba65 - - default default] Added segment 6452b220-ff9c-44aa-bde5-5be726b03063 of type vxlan for network 915ebf69-3631-478b-bb0f-931561d2d581 [pid: 8|app: 0|req: 1220/2355] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:17:57 2026] POST /v2.0/networks => generated 631 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:17:57.194 8 WARNING neutron_lib.context [None req-61bed753-cd01-4e59-af1b-95a67cca55a2 bdde7a34f10b4d3e9f5c293e1de7b25e 7fe4894a330d44fdb1cd50abff28ba65 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1136/2356] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:17:57 2026] DELETE /v2.0/networks/96176e47-299c-4936-82f0-470e8d7d8e17 => generated 0 bytes in 323 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2357] 10.0.0.119 () {34 vars in 664 bytes} [Thu Jul 2 11:17:57 2026] POST /v2.0/ports => generated 743 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:17:57.509 7 WARNING neutron_lib.context [None req-beb6d38f-41d5-4296-a89c-a2b95343b1c5 bdde7a34f10b4d3e9f5c293e1de7b25e 7fe4894a330d44fdb1cd50abff28ba65 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:17:57.564 7 INFO neutron.db.segments_db [None req-beb6d38f-41d5-4296-a89c-a2b95343b1c5 bdde7a34f10b4d3e9f5c293e1de7b25e 7fe4894a330d44fdb1cd50abff28ba65 - - default default] Added segment 26143581-4963-4a61-8ee7-06a3ef0cba25 of type vxlan for network 8be2b00f-7598-4a2e-9c4c-6e72ff90a839 [pid: 7|app: 0|req: 1137/2358] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:17:57 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 11:17:57.671 8 WARNING neutron_lib.context [None req-f902011d-2102-4931-bfd4-bc09c840d4b1 bdde7a34f10b4d3e9f5c293e1de7b25e 7fe4894a330d44fdb1cd50abff28ba65 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1222/2359] 10.0.0.119 () {34 vars in 664 bytes} [Thu Jul 2 11:17:57 2026] POST /v2.0/ports => generated 743 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:17:57.975 7 WARNING neutron_lib.context [None req-99a11958-c0cc-4f05-bf51-7adea93b346b bdde7a34f10b4d3e9f5c293e1de7b25e 7fe4894a330d44fdb1cd50abff28ba65 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:17:58.040 7 INFO neutron.db.segments_db [None req-99a11958-c0cc-4f05-bf51-7adea93b346b bdde7a34f10b4d3e9f5c293e1de7b25e 7fe4894a330d44fdb1cd50abff28ba65 - - default default] Added segment 34e38129-1580-4b4e-9d1c-5bb34f462564 of type vxlan for network f412f539-0403-4d15-9dd6-9b474da3b1d7 [pid: 7|app: 0|req: 1138/2360] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:17:57 2026] POST /v2.0/networks => generated 631 bytes in 191 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 11:17:58.164 8 WARNING neutron_lib.context [None req-cc2edaa1-02f8-4e2a-9a1c-de053be734fe bdde7a34f10b4d3e9f5c293e1de7b25e 7fe4894a330d44fdb1cd50abff28ba65 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:17:58.425 7 INFO neutron.services.segments.plugin [-] Segment 809064d1-58c2-4f20-954e-d528b00dfd58 resource provider aggregate not found 2026-07-02 11:17:58.430 7 INFO neutron.services.segments.plugin [-] Segment 809064d1-58c2-4f20-954e-d528b00dfd58 resource provider aggregate not found [pid: 7|app: 0|req: 1139/2361] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:17:58 2026] GET /v2.0/security-groups?tenant_id=287f869fb58a40c49536fad536708ab0&name=default => generated 2929 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:17:58.450 7 INFO neutron.services.segments.plugin [-] Segment 809064d1-58c2-4f20-954e-d528b00dfd58 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 809064d1-58c2-4f20-954e-d528b00dfd58 found for delete ", "request_id": "req-cbd0a45d-0f12-4678-b581-3c936cee3837"}]} 2026-07-02 11:17:58.453 7 INFO neutron.services.segments.plugin [-] Segment 809064d1-58c2-4f20-954e-d528b00dfd58 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 809064d1-58c2-4f20-954e-d528b00dfd58 found for delete ", "request_id": "req-c27dbd4e-822a-4faf-91f6-a941332a916a"}]} 2026-07-02 11:17:58.468 7 INFO neutron.services.segments.plugin [-] Segment e2004544-4550-4aef-a1d6-5a94bbe2c736 resource provider aggregate not found 2026-07-02 11:17:58.470 7 INFO neutron.services.segments.plugin [-] Segment e2004544-4550-4aef-a1d6-5a94bbe2c736 resource provider aggregate not found 2026-07-02 11:17:58.481 7 INFO neutron.services.segments.plugin [-] Segment e2004544-4550-4aef-a1d6-5a94bbe2c736 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2004544-4550-4aef-a1d6-5a94bbe2c736 found for delete ", "request_id": "req-b115fe58-bf7b-4ca4-9604-2322feb3786e"}]} [pid: 8|app: 0|req: 1223/2362] 10.0.0.119 () {34 vars in 664 bytes} [Thu Jul 2 11:17:58 2026] POST /v2.0/ports => generated 743 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:17:58.487 7 INFO neutron.services.segments.plugin [-] Segment e2004544-4550-4aef-a1d6-5a94bbe2c736 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2004544-4550-4aef-a1d6-5a94bbe2c736 found for delete ", "request_id": "req-bd68c4ca-da90-4b15-b6e9-b776373586a6"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 11:17:58.494 7 INFO neutron.services.segments.plugin [-] Segment d3a160fa-6fd4-49eb-925c-63a99ac26734 resource provider aggregate not found 2026-07-02 11:17:58.494 8 WARNING neutron_lib.context [None req-3eb3940f-59e3-4347-a59d-6a14ac89b9cc bdde7a34f10b4d3e9f5c293e1de7b25e 7fe4894a330d44fdb1cd50abff28ba65 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:17:58.503 7 INFO neutron.services.segments.plugin [-] Segment d3a160fa-6fd4-49eb-925c-63a99ac26734 resource provider aggregate not found 2026-07-02 11:17:58.509 7 INFO neutron.services.segments.plugin [-] Segment d3a160fa-6fd4-49eb-925c-63a99ac26734 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3a160fa-6fd4-49eb-925c-63a99ac26734 found for delete ", "request_id": "req-916e6613-aed7-4da8-aeae-3aab1f832a5c"}]} 2026-07-02 11:17:58.516 7 INFO neutron.services.segments.plugin [-] Segment d3a160fa-6fd4-49eb-925c-63a99ac26734 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3a160fa-6fd4-49eb-925c-63a99ac26734 found for delete ", "request_id": "req-9e129a44-1950-408b-8794-f84052598f05"}]} 2026-07-02 11:17:58.553 8 INFO neutron.db.segments_db [None req-3eb3940f-59e3-4347-a59d-6a14ac89b9cc bdde7a34f10b4d3e9f5c293e1de7b25e 7fe4894a330d44fdb1cd50abff28ba65 - - default default] Added segment bc4ec764-a9d4-4f25-9227-af0d67042d82 of type vxlan for network 0e378820-a9ad-49e2-8006-5e69006c9421 [pid: 7|app: 0|req: 1140/2363] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:17:58 2026] DELETE /v2.0/security-groups/832fbb42-27e2-4d4a-8891-5087dfa30ddb => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2364] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:17:58 2026] POST /v2.0/networks => generated 631 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:17:58.654 7 WARNING neutron_lib.context [None req-b4507228-70d8-406b-84da-d122c10152a0 bdde7a34f10b4d3e9f5c293e1de7b25e 7fe4894a330d44fdb1cd50abff28ba65 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1225/2365] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:17:58 2026] GET /v2.0/security-groups?tenant_id=aa7f4b361a564c419dbdaca282b848af&name=default => generated 2929 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2366] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:17:58 2026] DELETE /v2.0/security-groups/0076d9c6-c89c-49ba-a76c-15c8d857f55e => 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: 1141/2367] 10.0.0.119 () {34 vars in 664 bytes} [Thu Jul 2 11:17:58 2026] POST /v2.0/ports => generated 743 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2368] 10.0.0.119 () {34 vars in 747 bytes} [Thu Jul 2 11:17:58 2026] PUT /v2.0/ports/19869c00-1475-474a-83c8-86ec380c9731/tags => generated 17 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1142/2369] 10.0.0.119 () {34 vars in 747 bytes} [Thu Jul 2 11:17:58 2026] PUT /v2.0/ports/98e7cd0e-4886-4736-a592-1f1ab3149dcf/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2370] 10.0.0.119 () {34 vars in 747 bytes} [Thu Jul 2 11:17:59 2026] PUT /v2.0/ports/efffb76d-3e5b-4db0-be07-12e4b1c4440b/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2371] 10.0.0.119 () {34 vars in 747 bytes} [Thu Jul 2 11:17:59 2026] PUT /v2.0/ports/3117c82f-d965-464b-917e-1638b88a7eb0/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: 1143/2372] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:17:59 2026] GET /v2.0/security-groups?tenant_id=d89f74eee119467bb89e6ebc50e19730&name=default => generated 2929 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2373] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:17:59 2026] DELETE /v2.0/security-groups/46b4c3aa-c100-47b1-a957-69c1de85eb5f => 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: 1230/2374] 10.0.0.119 () {32 vars in 660 bytes} [Thu Jul 2 11:17:59 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) [pid: 7|app: 0|req: 1145/2375] 10.0.0.119 () {32 vars in 674 bytes} [Thu Jul 2 11:17:59 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2376] 10.0.0.119 () {32 vars in 670 bytes} [Thu Jul 2 11:17:59 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2377] 10.0.0.119 () {32 vars in 682 bytes} [Thu Jul 2 11:17:59 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2378] 10.0.0.119 () {32 vars in 668 bytes} [Thu Jul 2 11:17:59 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2379] 10.0.0.119 () {32 vars in 682 bytes} [Thu Jul 2 11:17:59 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2380] 10.0.0.119 () {32 vars in 678 bytes} [Thu Jul 2 11:17:59 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2381] 10.0.0.119 () {32 vars in 690 bytes} [Thu Jul 2 11:17:59 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2382] 10.0.0.119 () {32 vars in 720 bytes} [Thu Jul 2 11:18:00 2026] DELETE /v2.0/ports/19869c00-1475-474a-83c8-86ec380c9731 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2383] 10.0.0.119 () {32 vars in 720 bytes} [Thu Jul 2 11:18:00 2026] DELETE /v2.0/ports/98e7cd0e-4886-4736-a592-1f1ab3149dcf => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2384] 10.0.0.119 () {32 vars in 720 bytes} [Thu Jul 2 11:18:00 2026] DELETE /v2.0/ports/efffb76d-3e5b-4db0-be07-12e4b1c4440b => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2385] 10.0.0.119 () {32 vars in 720 bytes} [Thu Jul 2 11:18:00 2026] DELETE /v2.0/ports/3117c82f-d965-464b-917e-1638b88a7eb0 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2386] 10.0.0.119 () {32 vars in 720 bytes} [Thu Jul 2 11:18:00 2026] DELETE /v2.0/ports/c8e4711b-0a9a-407b-ae75-4f41f10f1a52 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:18:01.055 7 INFO neutron.services.segments.plugin [-] Segment 584f6aa7-a205-4451-ae77-2fa25f1c26c5 resource provider aggregate not found 2026-07-02 11:18:01.058 7 INFO neutron.services.segments.plugin [-] Segment 584f6aa7-a205-4451-ae77-2fa25f1c26c5 resource provider aggregate not found 2026-07-02 11:18:01.067 7 INFO neutron.services.segments.plugin [-] Segment 584f6aa7-a205-4451-ae77-2fa25f1c26c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 584f6aa7-a205-4451-ae77-2fa25f1c26c5 found for delete ", "request_id": "req-7e255ad8-4e70-474d-a239-132fa12c95ee"}]} 2026-07-02 11:18:01.071 7 INFO neutron.services.segments.plugin [-] Segment 584f6aa7-a205-4451-ae77-2fa25f1c26c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 584f6aa7-a205-4451-ae77-2fa25f1c26c5 found for delete ", "request_id": "req-6100a350-9d19-41c2-a6f4-fe108f71e949"}]} [pid: 7|app: 0|req: 1151/2387] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:18:00 2026] DELETE /v2.0/networks/70b9414b-5414-4150-9156-f930fa065f0e => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:18:01.218 8 INFO neutron.services.segments.plugin [-] Segment 6452b220-ff9c-44aa-bde5-5be726b03063 resource provider aggregate not found 2026-07-02 11:18:01.223 8 INFO neutron.services.segments.plugin [-] Segment 6452b220-ff9c-44aa-bde5-5be726b03063 resource provider aggregate not found 2026-07-02 11:18:01.234 8 INFO neutron.services.segments.plugin [-] Segment 6452b220-ff9c-44aa-bde5-5be726b03063 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6452b220-ff9c-44aa-bde5-5be726b03063 found for delete ", "request_id": "req-f29599af-7994-4aab-819f-fc12e06a56d0"}]} 2026-07-02 11:18:01.235 8 INFO neutron.services.segments.plugin [-] Segment 6452b220-ff9c-44aa-bde5-5be726b03063 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6452b220-ff9c-44aa-bde5-5be726b03063 found for delete ", "request_id": "req-913c8f5e-9ead-49f2-adfe-666c7c86995f"}]} [pid: 8|app: 0|req: 1237/2388] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:18:01 2026] DELETE /v2.0/networks/915ebf69-3631-478b-bb0f-931561d2d581 => 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: 1152/2389] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:18:01 2026] DELETE /v2.0/networks/8be2b00f-7598-4a2e-9c4c-6e72ff90a839 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2390] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:18:01 2026] DELETE /v2.0/networks/f412f539-0403-4d15-9dd6-9b474da3b1d7 => 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: 1153/2391] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:18:01 2026] DELETE /v2.0/networks/0e378820-a9ad-49e2-8006-5e69006c9421 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:18:02.456 8 WARNING neutron_lib.context [None req-2d8efbf9-e21e-4798-af2b-d046c3e0adf4 a7a6c21102fc41d0ba68c37d86031ab1 85dccbe4a1214cf987dd0182aff9961f - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1154/2392] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:18:02 2026] GET /v2.0/security-groups?tenant_id=7fe4894a330d44fdb1cd50abff28ba65&name=default => generated 2929 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:18:02.615 8 INFO neutron.db.segments_db [None req-2d8efbf9-e21e-4798-af2b-d046c3e0adf4 a7a6c21102fc41d0ba68c37d86031ab1 85dccbe4a1214cf987dd0182aff9961f - - default default] Added segment 666827c6-d384-43b0-bd21-69af2fa66dd7 of type vxlan for network 9f6fe4ae-9c60-4402-b7ec-9fd81678cbb1 [pid: 7|app: 0|req: 1155/2393] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:18:02 2026] DELETE /v2.0/security-groups/6e8ff514-e993-4762-afc2-fa70a2f9a9fd => 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: 1239/2394] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:18:02 2026] POST /v2.0/networks => generated 632 bytes in 427 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:18:02.711 7 WARNING neutron_lib.context [None req-1ef0162b-82de-4185-824a-cf91e1986f59 a7a6c21102fc41d0ba68c37d86031ab1 85dccbe4a1214cf987dd0182aff9961f - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:18:02.768 7 INFO neutron.db.segments_db [None req-1ef0162b-82de-4185-824a-cf91e1986f59 a7a6c21102fc41d0ba68c37d86031ab1 85dccbe4a1214cf987dd0182aff9961f - - default default] Added segment 2bb86274-0db7-4896-b3d1-c0e8077238de of type vxlan for network ffbf644e-a81c-42f0-a70b-97bcff3e152f [pid: 7|app: 0|req: 1156/2395] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:18:02 2026] POST /v2.0/networks => generated 631 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2396] 10.0.0.119 () {34 vars in 753 bytes} [Thu Jul 2 11:18:02 2026] PUT /v2.0/networks/9f6fe4ae-9c60-4402-b7ec-9fd81678cbb1/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2397] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:18:02 2026] GET /v2.0/security-groups?tenant_id=9332c0a78578485bbe05fe022e12bd47&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2398] 10.0.0.119 () {32 vars in 733 bytes} [Thu Jul 2 11:18:02 2026] GET /v2.0/networks/9f6fe4ae-9c60-4402-b7ec-9fd81678cbb1/tags => generated 25 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2399] 10.0.0.119 () {34 vars in 753 bytes} [Thu Jul 2 11:18:02 2026] PUT /v2.0/networks/ffbf644e-a81c-42f0-a70b-97bcff3e152f/tags => generated 17 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2400] 10.0.0.119 () {32 vars in 733 bytes} [Thu Jul 2 11:18:02 2026] GET /v2.0/networks/ffbf644e-a81c-42f0-a70b-97bcff3e152f/tags => generated 17 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2401] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:18:02 2026] DELETE /v2.0/security-groups/da6a2c58-c08a-495d-ae26-31f7a95bcd19 => 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: 1161/2402] 10.0.0.119 () {34 vars in 753 bytes} [Thu Jul 2 11:18:02 2026] PUT /v2.0/networks/ffbf644e-a81c-42f0-a70b-97bcff3e152f/tags => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2403] 10.0.0.119 () {32 vars in 733 bytes} [Thu Jul 2 11:18:03 2026] GET /v2.0/networks/ffbf644e-a81c-42f0-a70b-97bcff3e152f/tags => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:18:03.097 7 INFO neutron.services.segments.plugin [-] Segment 26143581-4963-4a61-8ee7-06a3ef0cba25 resource provider aggregate not found 2026-07-02 11:18:03.101 7 INFO neutron.services.segments.plugin [-] Segment 26143581-4963-4a61-8ee7-06a3ef0cba25 resource provider aggregate not found [pid: 7|app: 0|req: 1162/2404] 10.0.0.119 () {32 vars in 733 bytes} [Thu Jul 2 11:18:03 2026] GET /v2.0/networks/9f6fe4ae-9c60-4402-b7ec-9fd81678cbb1/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:18:03.158 7 INFO neutron.services.segments.plugin [-] Segment 26143581-4963-4a61-8ee7-06a3ef0cba25 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26143581-4963-4a61-8ee7-06a3ef0cba25 found for delete ", "request_id": "req-fa2d95c7-39e4-43c4-8759-7a430e840851"}]} 2026-07-02 11:18:03.169 7 INFO neutron.services.segments.plugin [-] Segment 26143581-4963-4a61-8ee7-06a3ef0cba25 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26143581-4963-4a61-8ee7-06a3ef0cba25 found for delete ", "request_id": "req-781aece5-c5db-41f1-bb05-4d890665d3fd"}]} 2026-07-02 11:18:03.184 7 INFO neutron.services.segments.plugin [-] Segment bc4ec764-a9d4-4f25-9227-af0d67042d82 resource provider aggregate not found 2026-07-02 11:18:03.188 7 INFO neutron.services.segments.plugin [-] Segment bc4ec764-a9d4-4f25-9227-af0d67042d82 resource provider aggregate not found 2026-07-02 11:18:03.194 7 INFO neutron.services.segments.plugin [-] Segment bc4ec764-a9d4-4f25-9227-af0d67042d82 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc4ec764-a9d4-4f25-9227-af0d67042d82 found for delete ", "request_id": "req-ba1fc467-fdce-4205-b4c9-1c84f8414da1"}]} 2026-07-02 11:18:03.201 7 INFO neutron.services.segments.plugin [-] Segment bc4ec764-a9d4-4f25-9227-af0d67042d82 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc4ec764-a9d4-4f25-9227-af0d67042d82 found for delete ", "request_id": "req-60df0f95-60e5-4645-8c0c-2c5886af9d67"}]} 2026-07-02 11:18:03.258 8 INFO neutron.services.segments.plugin [-] Segment 34e38129-1580-4b4e-9d1c-5bb34f462564 resource provider aggregate not found 2026-07-02 11:18:03.263 8 INFO neutron.services.segments.plugin [-] Segment 34e38129-1580-4b4e-9d1c-5bb34f462564 resource provider aggregate not found [pid: 7|app: 0|req: 1163/2405] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:18:03 2026] GET /v2.0/security-groups?tenant_id=121f66815690424a8d1482301dec3154&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2406] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:18:03 2026] DELETE /v2.0/networks/9f6fe4ae-9c60-4402-b7ec-9fd81678cbb1 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:18:03.300 8 INFO neutron.services.segments.plugin [-] Segment 34e38129-1580-4b4e-9d1c-5bb34f462564 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34e38129-1580-4b4e-9d1c-5bb34f462564 found for delete ", "request_id": "req-b80f68da-5378-440c-b0e1-28904d51b70d"}]} 2026-07-02 11:18:03.313 8 INFO neutron.services.segments.plugin [-] Segment 34e38129-1580-4b4e-9d1c-5bb34f462564 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34e38129-1580-4b4e-9d1c-5bb34f462564 found for delete ", "request_id": "req-9c7f5327-33cb-4ae0-8d95-79babc350de0"}]} 2026-07-02 11:18:03.333 8 INFO neutron.services.segments.plugin [-] Segment 666827c6-d384-43b0-bd21-69af2fa66dd7 resource provider aggregate not found 2026-07-02 11:18:03.340 8 INFO neutron.services.segments.plugin [-] Segment 666827c6-d384-43b0-bd21-69af2fa66dd7 resource provider aggregate not found 2026-07-02 11:18:03.356 8 INFO neutron.services.segments.plugin [-] Segment 666827c6-d384-43b0-bd21-69af2fa66dd7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 666827c6-d384-43b0-bd21-69af2fa66dd7 found for delete ", "request_id": "req-d9f83b22-c1c3-49b8-abd1-d58f92934dcb"}]} 2026-07-02 11:18:03.366 8 INFO neutron.services.segments.plugin [-] Segment 666827c6-d384-43b0-bd21-69af2fa66dd7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 666827c6-d384-43b0-bd21-69af2fa66dd7 found for delete ", "request_id": "req-2cd0df5c-097a-4230-9531-0216d64cad74"}]} [pid: 7|app: 0|req: 1164/2407] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:18:03 2026] DELETE /v2.0/security-groups/1bbab6a1-1bfe-4bcf-a57e-d502af6195d6 => 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: 1244/2408] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:18:03 2026] DELETE /v2.0/networks/ffbf644e-a81c-42f0-a70b-97bcff3e152f => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2409] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:18:03 2026] GET /v2.0/security-groups?tenant_id=626d624173fd4135b7be45f4c3b1281e&name=default => generated 2929 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2410] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:18:04 2026] DELETE /v2.0/security-groups/de37b47e-97d7-4cb2-9b95-8785eb14df08 => 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: 1166/2411] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:18:04 2026] GET /v2.0/security-groups?tenant_id=85dccbe4a1214cf987dd0182aff9961f&name=default => generated 2929 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2412] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:18:04 2026] DELETE /v2.0/security-groups/d5a2d012-caf1-45ae-b6bb-8817f4546fee => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:18:07.036 7 WARNING neutron_lib.context [None req-29737702-b9bc-4cfa-b942-c1906318a49b acf2185af13b4544be659971eb075ef1 28eb327341d249ed90bbe878d561a0fd - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1168/2415] 10.0.0.119 () {34 vars in 676 bytes} [Thu Jul 2 11:18:06 2026] POST /v2.0/floatingips => generated 552 bytes in 662 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:18:07.595 8 INFO neutron.services.segments.plugin [-] Segment 2bb86274-0db7-4896-b3d1-c0e8077238de resource provider aggregate not found 2026-07-02 11:18:07.599 8 INFO neutron.services.segments.plugin [-] Segment 2bb86274-0db7-4896-b3d1-c0e8077238de resource provider aggregate not found 2026-07-02 11:18:07.613 8 INFO neutron.services.segments.plugin [-] Segment 2bb86274-0db7-4896-b3d1-c0e8077238de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2bb86274-0db7-4896-b3d1-c0e8077238de found for delete ", "request_id": "req-dcdc0bf6-af2e-4c0c-a14c-a71efa615a96"}]} 2026-07-02 11:18:07.615 8 INFO neutron.services.segments.plugin [-] Segment 2bb86274-0db7-4896-b3d1-c0e8077238de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2bb86274-0db7-4896-b3d1-c0e8077238de found for delete ", "request_id": "req-1f3bf9b0-2c20-43fc-af46-cc5f3954f995"}]} [pid: 8|app: 0|req: 1248/2416] 10.0.0.119 () {34 vars in 759 bytes} [Thu Jul 2 11:18:07 2026] PUT /v2.0/floatingips/38dce4fd-0583-48f4-8537-ad7a7dd272c5/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2417] 10.0.0.119 () {32 vars in 739 bytes} [Thu Jul 2 11:18:07 2026] GET /v2.0/floatingips/38dce4fd-0583-48f4-8537-ad7a7dd272c5/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2418] 10.0.0.119 () {34 vars in 770 bytes} [Thu Jul 2 11:18:07 2026] PUT /v2.0/floatingips/38dce4fd-0583-48f4-8537-ad7a7dd272c5/tags/green => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2419] 10.0.0.119 () {32 vars in 739 bytes} [Thu Jul 2 11:18:07 2026] GET /v2.0/floatingips/38dce4fd-0583-48f4-8537-ad7a7dd272c5/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2420] 10.0.0.119 () {34 vars in 766 bytes} [Thu Jul 2 11:18:07 2026] PUT /v2.0/floatingips/38dce4fd-0583-48f4-8537-ad7a7dd272c5/tags/red => generated 4 bytes in 25 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2421] 10.0.0.119 () {32 vars in 739 bytes} [Thu Jul 2 11:18:07 2026] GET /v2.0/floatingips/38dce4fd-0583-48f4-8537-ad7a7dd272c5/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2422] 10.0.0.119 () {34 vars in 788 bytes} [Thu Jul 2 11:18:07 2026] PUT /v2.0/floatingips/38dce4fd-0583-48f4-8537-ad7a7dd272c5/tags/black.or.white => generated 4 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2423] 10.0.0.119 () {32 vars in 739 bytes} [Thu Jul 2 11:18:07 2026] GET /v2.0/floatingips/38dce4fd-0583-48f4-8537-ad7a7dd272c5/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: 1252/2424] 10.0.0.119 () {34 vars in 759 bytes} [Thu Jul 2 11:18:07 2026] PUT /v2.0/floatingips/38dce4fd-0583-48f4-8537-ad7a7dd272c5/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2425] 10.0.0.119 () {32 vars in 739 bytes} [Thu Jul 2 11:18:07 2026] GET /v2.0/floatingips/38dce4fd-0583-48f4-8537-ad7a7dd272c5/tags => generated 37 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2426] 10.0.0.119 () {32 vars in 747 bytes} [Thu Jul 2 11:18:07 2026] GET /v2.0/floatingips/38dce4fd-0583-48f4-8537-ad7a7dd272c5/tags/red => generated 0 bytes in 22 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:18:08.008 7 INFO neutron.api.v2.resource [None req-7612e800-b719-4779-acef-538e1305cfdd acf2185af13b4544be659971eb075ef1 28eb327341d249ed90bbe878d561a0fd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1174/2427] 10.0.0.119 () {32 vars in 751 bytes} [Thu Jul 2 11:18:07 2026] GET /v2.0/floatingips/38dce4fd-0583-48f4-8537-ad7a7dd272c5/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2428] 10.0.0.119 () {32 vars in 750 bytes} [Thu Jul 2 11:18:08 2026] DELETE /v2.0/floatingips/38dce4fd-0583-48f4-8537-ad7a7dd272c5/tags/red => 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: 1175/2429] 10.0.0.119 () {32 vars in 739 bytes} [Thu Jul 2 11:18:08 2026] GET /v2.0/floatingips/38dce4fd-0583-48f4-8537-ad7a7dd272c5/tags => generated 30 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:18:08.119 8 INFO neutron.api.v2.resource [None req-5733bd1e-8653-4c95-a719-83b41b18dbd6 acf2185af13b4544be659971eb075ef1 28eb327341d249ed90bbe878d561a0fd - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1255/2430] 10.0.0.119 () {32 vars in 754 bytes} [Thu Jul 2 11:18:08 2026] DELETE /v2.0/floatingips/38dce4fd-0583-48f4-8537-ad7a7dd272c5/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: 1176/2431] 10.0.0.119 () {32 vars in 742 bytes} [Thu Jul 2 11:18:08 2026] DELETE /v2.0/floatingips/38dce4fd-0583-48f4-8537-ad7a7dd272c5/tags => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2432] 10.0.0.119 () {32 vars in 739 bytes} [Thu Jul 2 11:18:08 2026] GET /v2.0/floatingips/38dce4fd-0583-48f4-8537-ad7a7dd272c5/tags => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2433] 10.0.0.119 () {32 vars in 732 bytes} [Thu Jul 2 11:18:08 2026] DELETE /v2.0/floatingips/38dce4fd-0583-48f4-8537-ad7a7dd272c5 => generated 0 bytes in 344 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2434] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:18:09 2026] GET /v2.0/security-groups?tenant_id=28eb327341d249ed90bbe878d561a0fd&name=default => generated 2929 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2435] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:18:09 2026] DELETE /v2.0/security-groups/44ffbdb1-fc4d-4e85-8fa5-0fdf380bac5e => 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: 1258/2436] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:18:09 2026] GET /v2.0/security-groups?tenant_id=5fde0d177c164a84930cbc67059f0f02&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2437] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:18:09 2026] DELETE /v2.0/security-groups/e619b1c0-75f5-48de-9833-9a00cadc026d => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:18:12.985 8 WARNING neutron_lib.context [None req-fe62cd4e-980f-40e0-90b3-d443e5c71956 39e4054dfe284556ab5dc06a6488bda3 956c14f42b834e3ba361ba3f9b74e8ed - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:18:13.116 8 INFO neutron.db.segments_db [None req-fe62cd4e-980f-40e0-90b3-d443e5c71956 39e4054dfe284556ab5dc06a6488bda3 956c14f42b834e3ba361ba3f9b74e8ed - - default default] Added segment f198108a-0c2e-4b80-a8cc-7f7f8ed1dae3 of type vxlan for network 9dca2aa3-9f19-4109-8456-e91dca18eb9a [pid: 8|app: 0|req: 1259/2438] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:18:12 2026] POST /v2.0/networks => generated 631 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2439] 10.0.0.119 () {34 vars in 753 bytes} [Thu Jul 2 11:18:13 2026] PUT /v2.0/networks/9dca2aa3-9f19-4109-8456-e91dca18eb9a/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2440] 10.0.0.119 () {32 vars in 733 bytes} [Thu Jul 2 11:18:13 2026] GET /v2.0/networks/9dca2aa3-9f19-4109-8456-e91dca18eb9a/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: 1181/2441] 10.0.0.119 () {34 vars in 764 bytes} [Thu Jul 2 11:18:13 2026] PUT /v2.0/networks/9dca2aa3-9f19-4109-8456-e91dca18eb9a/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: 1261/2442] 10.0.0.119 () {32 vars in 733 bytes} [Thu Jul 2 11:18:13 2026] GET /v2.0/networks/9dca2aa3-9f19-4109-8456-e91dca18eb9a/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2443] 10.0.0.119 () {34 vars in 760 bytes} [Thu Jul 2 11:18:13 2026] PUT /v2.0/networks/9dca2aa3-9f19-4109-8456-e91dca18eb9a/tags/red => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2444] 10.0.0.119 () {32 vars in 733 bytes} [Thu Jul 2 11:18:13 2026] GET /v2.0/networks/9dca2aa3-9f19-4109-8456-e91dca18eb9a/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2445] 10.0.0.119 () {34 vars in 782 bytes} [Thu Jul 2 11:18:13 2026] PUT /v2.0/networks/9dca2aa3-9f19-4109-8456-e91dca18eb9a/tags/black.or.white => generated 4 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2446] 10.0.0.119 () {32 vars in 733 bytes} [Thu Jul 2 11:18:13 2026] GET /v2.0/networks/9dca2aa3-9f19-4109-8456-e91dca18eb9a/tags => generated 52 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2447] 10.0.0.119 () {34 vars in 753 bytes} [Thu Jul 2 11:18:13 2026] PUT /v2.0/networks/9dca2aa3-9f19-4109-8456-e91dca18eb9a/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: 1264/2448] 10.0.0.119 () {32 vars in 733 bytes} [Thu Jul 2 11:18:13 2026] GET /v2.0/networks/9dca2aa3-9f19-4109-8456-e91dca18eb9a/tags => generated 37 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2449] 10.0.0.119 () {32 vars in 741 bytes} [Thu Jul 2 11:18:13 2026] GET /v2.0/networks/9dca2aa3-9f19-4109-8456-e91dca18eb9a/tags/red => generated 0 bytes in 24 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:18:13.668 8 INFO neutron.api.v2.resource [None req-01141855-0bc2-4735-91c1-69b4f9b4550c 39e4054dfe284556ab5dc06a6488bda3 956c14f42b834e3ba361ba3f9b74e8ed - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1265/2450] 10.0.0.119 () {32 vars in 745 bytes} [Thu Jul 2 11:18:13 2026] GET /v2.0/networks/9dca2aa3-9f19-4109-8456-e91dca18eb9a/tags/green => generated 99 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2451] 10.0.0.119 () {32 vars in 744 bytes} [Thu Jul 2 11:18:13 2026] DELETE /v2.0/networks/9dca2aa3-9f19-4109-8456-e91dca18eb9a/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2452] 10.0.0.119 () {32 vars in 733 bytes} [Thu Jul 2 11:18:13 2026] GET /v2.0/networks/9dca2aa3-9f19-4109-8456-e91dca18eb9a/tags => generated 30 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:18:13.801 7 INFO neutron.api.v2.resource [None req-df241837-1c0f-4cf7-be7f-2ff22c06c930 39e4054dfe284556ab5dc06a6488bda3 956c14f42b834e3ba361ba3f9b74e8ed - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1187/2453] 10.0.0.119 () {32 vars in 748 bytes} [Thu Jul 2 11:18:13 2026] DELETE /v2.0/networks/9dca2aa3-9f19-4109-8456-e91dca18eb9a/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2454] 10.0.0.119 () {32 vars in 736 bytes} [Thu Jul 2 11:18:13 2026] DELETE /v2.0/networks/9dca2aa3-9f19-4109-8456-e91dca18eb9a/tags => 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: 1188/2455] 10.0.0.119 () {32 vars in 733 bytes} [Thu Jul 2 11:18:13 2026] GET /v2.0/networks/9dca2aa3-9f19-4109-8456-e91dca18eb9a/tags => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:18:14.006 8 INFO neutron.services.segments.plugin [-] Segment f198108a-0c2e-4b80-a8cc-7f7f8ed1dae3 resource provider aggregate not found 2026-07-02 11:18:14.009 8 INFO neutron.services.segments.plugin [-] Segment f198108a-0c2e-4b80-a8cc-7f7f8ed1dae3 resource provider aggregate not found 2026-07-02 11:18:14.014 8 INFO neutron.services.segments.plugin [-] Segment f198108a-0c2e-4b80-a8cc-7f7f8ed1dae3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f198108a-0c2e-4b80-a8cc-7f7f8ed1dae3 found for delete ", "request_id": "req-ec90aa90-d8f1-4956-8f77-591afa506507"}]} [pid: 8|app: 0|req: 1268/2456] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:18:13 2026] DELETE /v2.0/networks/9dca2aa3-9f19-4109-8456-e91dca18eb9a => 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: 1189/2457] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:18:14 2026] GET /v2.0/security-groups?tenant_id=956c14f42b834e3ba361ba3f9b74e8ed&name=default => generated 2929 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:18:14.875 8 INFO neutron.services.segments.plugin [-] Segment f198108a-0c2e-4b80-a8cc-7f7f8ed1dae3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f198108a-0c2e-4b80-a8cc-7f7f8ed1dae3 found for delete ", "request_id": "req-f9be40d0-5890-4e5c-938a-b27962c51a4d"}]} [pid: 8|app: 0|req: 1269/2458] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:18:14 2026] DELETE /v2.0/security-groups/8775d84d-e8e2-44c7-97d5-bfde4cb9425a => 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: 1190/2459] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:18:15 2026] GET /v2.0/security-groups?tenant_id=31a6b98fee464a9dba7c174e035082cc&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2460] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:18:15 2026] DELETE /v2.0/security-groups/0591b6f2-1dc2-48ae-8faf-5001fec9a1b8 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:18:18.444 7 WARNING neutron_lib.context [None req-a42ca546-2dd2-40c5-a97c-831d22ed49c8 313682cb0d0c4f439afd01d3dca9bb95 f70d3d500adc4ef1b34d3932b0d2558d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:18:18.622 7 INFO neutron.db.segments_db [None req-a42ca546-2dd2-40c5-a97c-831d22ed49c8 313682cb0d0c4f439afd01d3dca9bb95 f70d3d500adc4ef1b34d3932b0d2558d - - default default] Added segment dac9f4fb-7fef-4674-bb35-b92affbd179f of type vxlan for network 83c267cf-9e01-4b3f-9226-09965ed7987d [pid: 7|app: 0|req: 1191/2461] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:18:18 2026] POST /v2.0/networks => generated 632 bytes in 460 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:18:18.727 8 WARNING neutron_lib.context [None req-25657dc3-8bc0-45a9-b449-6f8795729b39 313682cb0d0c4f439afd01d3dca9bb95 f70d3d500adc4ef1b34d3932b0d2558d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1271/2462] 10.0.0.119 () {34 vars in 664 bytes} [Thu Jul 2 11:18:18 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) [pid: 7|app: 0|req: 1192/2463] 10.0.0.119 () {34 vars in 747 bytes} [Thu Jul 2 11:18:19 2026] PUT /v2.0/ports/22aae15b-19af-481e-84fe-7dd252c7baa4/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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1272/2464] 10.0.0.119 () {32 vars in 727 bytes} [Thu Jul 2 11:18:19 2026] GET /v2.0/ports/22aae15b-19af-481e-84fe-7dd252c7baa4/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2465] 10.0.0.119 () {34 vars in 758 bytes} [Thu Jul 2 11:18:19 2026] PUT /v2.0/ports/22aae15b-19af-481e-84fe-7dd252c7baa4/tags/green => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2466] 10.0.0.119 () {32 vars in 727 bytes} [Thu Jul 2 11:18:19 2026] GET /v2.0/ports/22aae15b-19af-481e-84fe-7dd252c7baa4/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: 1194/2467] 10.0.0.119 () {34 vars in 754 bytes} [Thu Jul 2 11:18:19 2026] PUT /v2.0/ports/22aae15b-19af-481e-84fe-7dd252c7baa4/tags/red => generated 4 bytes in 31 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2468] 10.0.0.119 () {32 vars in 727 bytes} [Thu Jul 2 11:18:19 2026] GET /v2.0/ports/22aae15b-19af-481e-84fe-7dd252c7baa4/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2469] 10.0.0.119 () {34 vars in 776 bytes} [Thu Jul 2 11:18:19 2026] PUT /v2.0/ports/22aae15b-19af-481e-84fe-7dd252c7baa4/tags/black.or.white => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2470] 10.0.0.119 () {32 vars in 727 bytes} [Thu Jul 2 11:18:19 2026] GET /v2.0/ports/22aae15b-19af-481e-84fe-7dd252c7baa4/tags => generated 52 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2471] 10.0.0.119 () {34 vars in 747 bytes} [Thu Jul 2 11:18:19 2026] PUT /v2.0/ports/22aae15b-19af-481e-84fe-7dd252c7baa4/tags => generated 37 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2472] 10.0.0.119 () {32 vars in 727 bytes} [Thu Jul 2 11:18:19 2026] GET /v2.0/ports/22aae15b-19af-481e-84fe-7dd252c7baa4/tags => generated 37 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2473] 10.0.0.119 () {32 vars in 735 bytes} [Thu Jul 2 11:18:19 2026] GET /v2.0/ports/22aae15b-19af-481e-84fe-7dd252c7baa4/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:18:19.528 8 INFO neutron.api.v2.resource [None req-e8264c26-e884-45b8-a86d-d32fd1833c8d 313682cb0d0c4f439afd01d3dca9bb95 f70d3d500adc4ef1b34d3932b0d2558d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1277/2474] 10.0.0.119 () {32 vars in 739 bytes} [Thu Jul 2 11:18:19 2026] GET /v2.0/ports/22aae15b-19af-481e-84fe-7dd252c7baa4/tags/green => generated 99 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2475] 10.0.0.119 () {32 vars in 738 bytes} [Thu Jul 2 11:18:19 2026] DELETE /v2.0/ports/22aae15b-19af-481e-84fe-7dd252c7baa4/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2476] 10.0.0.119 () {32 vars in 727 bytes} [Thu Jul 2 11:18:19 2026] GET /v2.0/ports/22aae15b-19af-481e-84fe-7dd252c7baa4/tags => generated 30 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:18:19.649 7 INFO neutron.api.v2.resource [None req-c4fe7269-89ca-41d2-8c10-105bc6546faa 313682cb0d0c4f439afd01d3dca9bb95 f70d3d500adc4ef1b34d3932b0d2558d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1199/2477] 10.0.0.119 () {32 vars in 742 bytes} [Thu Jul 2 11:18:19 2026] DELETE /v2.0/ports/22aae15b-19af-481e-84fe-7dd252c7baa4/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2478] 10.0.0.119 () {32 vars in 730 bytes} [Thu Jul 2 11:18:19 2026] DELETE /v2.0/ports/22aae15b-19af-481e-84fe-7dd252c7baa4/tags => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2479] 10.0.0.119 () {32 vars in 727 bytes} [Thu Jul 2 11:18:19 2026] GET /v2.0/ports/22aae15b-19af-481e-84fe-7dd252c7baa4/tags => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2480] 10.0.0.119 () {32 vars in 720 bytes} [Thu Jul 2 11:18:19 2026] DELETE /v2.0/ports/22aae15b-19af-481e-84fe-7dd252c7baa4 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:18:20.062 7 INFO neutron.services.segments.plugin [-] Segment dac9f4fb-7fef-4674-bb35-b92affbd179f resource provider aggregate not found 2026-07-02 11:18:20.068 7 INFO neutron.services.segments.plugin [-] Segment dac9f4fb-7fef-4674-bb35-b92affbd179f resource provider aggregate not found [pid: 7|app: 0|req: 1201/2481] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:18:19 2026] DELETE /v2.0/networks/83c267cf-9e01-4b3f-9226-09965ed7987d => 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: 1281/2482] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:18:20 2026] GET /v2.0/security-groups?tenant_id=feb2938b29814c19a1ee0d33c9552da0&name=default => generated 2929 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:18:20.913 7 INFO neutron.services.segments.plugin [-] Segment dac9f4fb-7fef-4674-bb35-b92affbd179f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dac9f4fb-7fef-4674-bb35-b92affbd179f found for delete ", "request_id": "req-b8154b7d-ed5d-4532-88cd-b044b06eca80"}]} 2026-07-02 11:18:20.914 7 INFO neutron.services.segments.plugin [-] Segment dac9f4fb-7fef-4674-bb35-b92affbd179f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dac9f4fb-7fef-4674-bb35-b92affbd179f found for delete ", "request_id": "req-20fbd2de-71d2-46b6-9fc7-19f419a1842c"}]} [pid: 7|app: 0|req: 1202/2483] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:18:20 2026] DELETE /v2.0/security-groups/04364e90-ff42-4726-83bd-4c3cb1e90a9d => 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: 1282/2484] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:18:21 2026] GET /v2.0/security-groups?tenant_id=f70d3d500adc4ef1b34d3932b0d2558d&name=default => generated 2929 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2485] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:18:21 2026] DELETE /v2.0/security-groups/0de8731e-2ae0-421c-9018-f8c85e2d0477 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:18:24.463 8 WARNING neutron_lib.context [None req-b2be1075-ee3c-4410-99ab-e38cafb57020 bbbc977b4a0c45dc928441eb85eeabfe 955701b2f8c04a26b8e5752622d8dd10 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1284/2488] 10.0.0.119 () {34 vars in 684 bytes} [Thu Jul 2 11:18:24 2026] POST /v2.0/security-groups => generated 1603 bytes in 390 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2489] 10.0.0.119 () {34 vars in 767 bytes} [Thu Jul 2 11:18:24 2026] PUT /v2.0/security-groups/7ad53e0f-3455-44a1-8191-022c121ef069/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2490] 10.0.0.119 () {32 vars in 747 bytes} [Thu Jul 2 11:18:24 2026] GET /v2.0/security-groups/7ad53e0f-3455-44a1-8191-022c121ef069/tags => generated 25 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2491] 10.0.0.119 () {34 vars in 778 bytes} [Thu Jul 2 11:18:24 2026] PUT /v2.0/security-groups/7ad53e0f-3455-44a1-8191-022c121ef069/tags/green => generated 4 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2492] 10.0.0.119 () {32 vars in 747 bytes} [Thu Jul 2 11:18:24 2026] GET /v2.0/security-groups/7ad53e0f-3455-44a1-8191-022c121ef069/tags => generated 34 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2493] 10.0.0.119 () {34 vars in 774 bytes} [Thu Jul 2 11:18:24 2026] PUT /v2.0/security-groups/7ad53e0f-3455-44a1-8191-022c121ef069/tags/red => generated 4 bytes in 29 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2494] 10.0.0.119 () {32 vars in 747 bytes} [Thu Jul 2 11:18:24 2026] GET /v2.0/security-groups/7ad53e0f-3455-44a1-8191-022c121ef069/tags => generated 34 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2495] 10.0.0.119 () {34 vars in 796 bytes} [Thu Jul 2 11:18:24 2026] PUT /v2.0/security-groups/7ad53e0f-3455-44a1-8191-022c121ef069/tags/black.or.white => generated 4 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2496] 10.0.0.119 () {32 vars in 747 bytes} [Thu Jul 2 11:18:24 2026] GET /v2.0/security-groups/7ad53e0f-3455-44a1-8191-022c121ef069/tags => generated 52 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2497] 10.0.0.119 () {34 vars in 767 bytes} [Thu Jul 2 11:18:24 2026] PUT /v2.0/security-groups/7ad53e0f-3455-44a1-8191-022c121ef069/tags => generated 37 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2498] 10.0.0.119 () {32 vars in 747 bytes} [Thu Jul 2 11:18:24 2026] GET /v2.0/security-groups/7ad53e0f-3455-44a1-8191-022c121ef069/tags => generated 37 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2499] 10.0.0.119 () {32 vars in 755 bytes} [Thu Jul 2 11:18:25 2026] GET /v2.0/security-groups/7ad53e0f-3455-44a1-8191-022c121ef069/tags/red => generated 0 bytes in 19 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:18:25.057 8 INFO neutron.api.v2.resource [None req-71b33d47-cdc6-44cf-a2ce-8cc36afda9a9 bbbc977b4a0c45dc928441eb85eeabfe 955701b2f8c04a26b8e5752622d8dd10 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1290/2500] 10.0.0.119 () {32 vars in 759 bytes} [Thu Jul 2 11:18:25 2026] GET /v2.0/security-groups/7ad53e0f-3455-44a1-8191-022c121ef069/tags/green => generated 99 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2501] 10.0.0.119 () {32 vars in 758 bytes} [Thu Jul 2 11:18:25 2026] DELETE /v2.0/security-groups/7ad53e0f-3455-44a1-8191-022c121ef069/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2502] 10.0.0.119 () {32 vars in 747 bytes} [Thu Jul 2 11:18:25 2026] GET /v2.0/security-groups/7ad53e0f-3455-44a1-8191-022c121ef069/tags => generated 30 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:18:25.140 7 INFO neutron.api.v2.resource [None req-4936456c-7dfa-42b8-b1ee-0a2a53edb612 bbbc977b4a0c45dc928441eb85eeabfe 955701b2f8c04a26b8e5752622d8dd10 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1212/2503] 10.0.0.119 () {32 vars in 762 bytes} [Thu Jul 2 11:18:25 2026] DELETE /v2.0/security-groups/7ad53e0f-3455-44a1-8191-022c121ef069/tags/green => generated 99 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2504] 10.0.0.119 () {32 vars in 750 bytes} [Thu Jul 2 11:18:25 2026] DELETE /v2.0/security-groups/7ad53e0f-3455-44a1-8191-022c121ef069/tags => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2505] 10.0.0.119 () {32 vars in 747 bytes} [Thu Jul 2 11:18:25 2026] GET /v2.0/security-groups/7ad53e0f-3455-44a1-8191-022c121ef069/tags => 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: 1293/2506] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:18:25 2026] DELETE /v2.0/security-groups/7ad53e0f-3455-44a1-8191-022c121ef069 => 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: 1214/2507] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:18:25 2026] GET /v2.0/security-groups?tenant_id=955701b2f8c04a26b8e5752622d8dd10&name=default => generated 2929 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2508] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:18:26 2026] DELETE /v2.0/security-groups/3f54ffeb-733d-471b-9b1a-8c1a6b5a3b20 => 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: 1215/2509] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:18:26 2026] GET /v2.0/security-groups?tenant_id=536bcb2742bf4760bbfcd2d20f14090d&name=default => generated 2929 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2510] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:18:26 2026] DELETE /v2.0/security-groups/1969bb11-ae56-4238-bd11-ca98278d8897 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:18:29.908 7 WARNING neutron_lib.context [None req-50d94ed9-6cb3-4976-b31b-50699364b777 29f7bf90f4864632a7db29c649e3077e aba8a052bb4d4ba7a7bfe56347db9c9d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:18:30.044 7 INFO neutron.db.segments_db [None req-50d94ed9-6cb3-4976-b31b-50699364b777 29f7bf90f4864632a7db29c649e3077e aba8a052bb4d4ba7a7bfe56347db9c9d - - default default] Added segment 97259e15-5c86-4be0-a45a-df94ebcd5a47 of type vxlan for network 5be0dcd0-f4b8-4bcb-bc3b-5baec947edfb [pid: 7|app: 0|req: 1216/2511] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:18:29 2026] POST /v2.0/networks => generated 631 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:18:30.146 8 WARNING neutron_lib.context [None req-0be3d579-e91d-48b8-9ed5-1872f954bd7e 29f7bf90f4864632a7db29c649e3077e aba8a052bb4d4ba7a7bfe56347db9c9d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1296/2512] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:18:30 2026] POST /v2.0/subnets => generated 626 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2513] 10.0.0.119 () {34 vars in 751 bytes} [Thu Jul 2 11:18:30 2026] PUT /v2.0/subnets/ca963887-6735-40d3-a473-5d47bba5bf30/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2514] 10.0.0.119 () {32 vars in 731 bytes} [Thu Jul 2 11:18:30 2026] GET /v2.0/subnets/ca963887-6735-40d3-a473-5d47bba5bf30/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2515] 10.0.0.119 () {34 vars in 762 bytes} [Thu Jul 2 11:18:30 2026] PUT /v2.0/subnets/ca963887-6735-40d3-a473-5d47bba5bf30/tags/green => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2516] 10.0.0.119 () {32 vars in 731 bytes} [Thu Jul 2 11:18:30 2026] GET /v2.0/subnets/ca963887-6735-40d3-a473-5d47bba5bf30/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: 1219/2517] 10.0.0.119 () {34 vars in 758 bytes} [Thu Jul 2 11:18:30 2026] PUT /v2.0/subnets/ca963887-6735-40d3-a473-5d47bba5bf30/tags/red => generated 4 bytes in 27 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2518] 10.0.0.119 () {32 vars in 731 bytes} [Thu Jul 2 11:18:30 2026] GET /v2.0/subnets/ca963887-6735-40d3-a473-5d47bba5bf30/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: 1220/2519] 10.0.0.119 () {34 vars in 780 bytes} [Thu Jul 2 11:18:30 2026] PUT /v2.0/subnets/ca963887-6735-40d3-a473-5d47bba5bf30/tags/black.or.white => generated 4 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2520] 10.0.0.119 () {32 vars in 731 bytes} [Thu Jul 2 11:18:30 2026] GET /v2.0/subnets/ca963887-6735-40d3-a473-5d47bba5bf30/tags => generated 52 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2521] 10.0.0.119 () {34 vars in 751 bytes} [Thu Jul 2 11:18:30 2026] PUT /v2.0/subnets/ca963887-6735-40d3-a473-5d47bba5bf30/tags => generated 37 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2522] 10.0.0.119 () {32 vars in 731 bytes} [Thu Jul 2 11:18:30 2026] GET /v2.0/subnets/ca963887-6735-40d3-a473-5d47bba5bf30/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: 1222/2523] 10.0.0.119 () {32 vars in 739 bytes} [Thu Jul 2 11:18:30 2026] GET /v2.0/subnets/ca963887-6735-40d3-a473-5d47bba5bf30/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:18:30.888 8 INFO neutron.api.v2.resource [None req-397f2fdd-8357-4a8d-94f7-6d1a9a7ca770 29f7bf90f4864632a7db29c649e3077e aba8a052bb4d4ba7a7bfe56347db9c9d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1302/2524] 10.0.0.119 () {32 vars in 743 bytes} [Thu Jul 2 11:18:30 2026] GET /v2.0/subnets/ca963887-6735-40d3-a473-5d47bba5bf30/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2525] 10.0.0.119 () {32 vars in 742 bytes} [Thu Jul 2 11:18:30 2026] DELETE /v2.0/subnets/ca963887-6735-40d3-a473-5d47bba5bf30/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2526] 10.0.0.119 () {32 vars in 731 bytes} [Thu Jul 2 11:18:30 2026] GET /v2.0/subnets/ca963887-6735-40d3-a473-5d47bba5bf30/tags => generated 30 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:18:31.001 7 INFO neutron.api.v2.resource [None req-6614db9b-0c55-432a-a742-b6b71c77219b 29f7bf90f4864632a7db29c649e3077e aba8a052bb4d4ba7a7bfe56347db9c9d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1224/2527] 10.0.0.119 () {32 vars in 746 bytes} [Thu Jul 2 11:18:30 2026] DELETE /v2.0/subnets/ca963887-6735-40d3-a473-5d47bba5bf30/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2528] 10.0.0.119 () {32 vars in 734 bytes} [Thu Jul 2 11:18:31 2026] DELETE /v2.0/subnets/ca963887-6735-40d3-a473-5d47bba5bf30/tags => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2529] 10.0.0.119 () {32 vars in 731 bytes} [Thu Jul 2 11:18:31 2026] GET /v2.0/subnets/ca963887-6735-40d3-a473-5d47bba5bf30/tags => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2530] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:18:31 2026] DELETE /v2.0/subnets/ca963887-6735-40d3-a473-5d47bba5bf30 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:18:31.568 7 INFO neutron.services.segments.plugin [-] Segment 97259e15-5c86-4be0-a45a-df94ebcd5a47 resource provider aggregate not found 2026-07-02 11:18:31.572 7 INFO neutron.services.segments.plugin [-] Segment 97259e15-5c86-4be0-a45a-df94ebcd5a47 resource provider aggregate not found 2026-07-02 11:18:31.581 7 INFO neutron.services.segments.plugin [-] Segment 97259e15-5c86-4be0-a45a-df94ebcd5a47 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97259e15-5c86-4be0-a45a-df94ebcd5a47 found for delete ", "request_id": "req-efdd367a-5325-4cef-aa14-c9a36f4f3ebf"}]} 2026-07-02 11:18:31.590 7 INFO neutron.services.segments.plugin [-] Segment 97259e15-5c86-4be0-a45a-df94ebcd5a47 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97259e15-5c86-4be0-a45a-df94ebcd5a47 found for delete ", "request_id": "req-f42f797e-49e1-414e-8726-8de791511fc9"}]} [pid: 7|app: 0|req: 1226/2531] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:18:31 2026] DELETE /v2.0/networks/5be0dcd0-f4b8-4bcb-bc3b-5baec947edfb => generated 0 bytes in 352 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2532] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:18:32 2026] GET /v2.0/security-groups?tenant_id=4a4e6777d9d24edaad6aeb52b0c0d5ef&name=default => generated 2929 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2533] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:18:32 2026] DELETE /v2.0/security-groups/3acac357-8bc8-47ee-a936-58e64a3a9262 => 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: 1307/2534] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:18:32 2026] GET /v2.0/security-groups?tenant_id=aba8a052bb4d4ba7a7bfe56347db9c9d&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: 1228/2535] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:18:32 2026] DELETE /v2.0/security-groups/b9d9d15e-8bb1-4d3c-8fb3-2b8130e09998 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:18:41.501 7 WARNING neutron_lib.context [None req-d3922ba9-90a8-4105-acb7-9c05cede86ac 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:18:41.643 7 INFO neutron.db.segments_db [None req-d3922ba9-90a8-4105-acb7-9c05cede86ac 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] Added segment 01dd6eb1-234b-4d2f-a310-3e33ae3a3e5d of type vxlan for network 4e211190-8c73-4a22-9a4e-6fe6d518dde7 [pid: 7|app: 0|req: 1230/2538] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:18:41 2026] POST /v2.0/networks => generated 640 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:18:41.740 8 WARNING neutron_lib.context [None req-c726e57d-7446-4587-a072-c36bfa5d80be 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1309/2539] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:18:41 2026] POST /v2.0/subnets => generated 658 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2540] 10.0.0.119 () {32 vars in 722 bytes} [Thu Jul 2 11:18:41 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:18:42.025 8 WARNING neutron_lib.context [None req-fc4bd6dc-75c7-477f-bc41-d5d48b659268 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1310/2541] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:18:42 2026] POST /v2.0/subnets => generated 731 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:18:42.230 7 WARNING neutron_lib.context [None req-536c944b-3859-4f55-b3e8-d85d251382ed 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:18:42.278 7 INFO neutron.db.segments_db [None req-536c944b-3859-4f55-b3e8-d85d251382ed 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] Added segment 8d635154-2f41-4bd3-b4d3-ea5910ed111d of type vxlan for network f0069302-21a4-44a0-9bf3-814fe5bdd469 [pid: 7|app: 0|req: 1232/2542] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:18:42 2026] POST /v2.0/networks => generated 638 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:18:42.396 8 WARNING neutron_lib.context [None req-3123087c-94cf-4ad2-a0b1-57e7b419d48e 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1311/2543] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:18:42 2026] POST /v2.0/subnets => generated 655 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:18:42.625 7 WARNING neutron_lib.context [None req-1702a3e8-9ba1-4284-8a4d-a71d9fef3e3d 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1233/2544] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:18:42 2026] POST /v2.0/subnets => generated 726 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:18:42.924 8 WARNING neutron_lib.context [None req-314ed6c0-3d4b-4ec9-8f46-497987aa1169 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:18:42.980 8 INFO neutron.db.segments_db [None req-314ed6c0-3d4b-4ec9-8f46-497987aa1169 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] Added segment c8f0a5ea-a621-4565-8c0f-f7eb0f75b5eb of type vxlan for network 0c7276e9-9ef2-4fed-a77b-f78e054fe3a6 [pid: 8|app: 0|req: 1312/2545] 10.0.0.119 () {34 vars in 670 bytes} [Thu Jul 2 11:18:42 2026] POST /v2.0/networks => generated 638 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:18:43.090 7 WARNING neutron_lib.context [None req-c2f4c602-7a28-434b-b359-5d918ec6ca17 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1234/2546] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:18:43 2026] POST /v2.0/subnets => generated 656 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:18:43.383 8 WARNING neutron_lib.context [None req-7c7719e1-2d20-44cf-b288-020ce5c3f434 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1313/2547] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:18:43 2026] POST /v2.0/subnets => generated 730 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:18:43.660 7 WARNING neutron_lib.context [None req-37956f29-1c96-4e8d-aa3a-c1719b53fe2e 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:18:43.714 7 INFO neutron.db.segments_db [None req-37956f29-1c96-4e8d-aa3a-c1719b53fe2e 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] Added segment aa95eb0b-6f96-4b0d-a9d1-f6182ed70c07 of type vxlan for network 0c328e1f-b473-4ddc-8e23-57fa5bdc19e1 2026-07-02 11:18:44.019 7 INFO neutron.db.l3_hamode_db [None req-37956f29-1c96-4e8d-aa3a-c1719b53fe2e 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 11:18:44.845 7 INFO neutron.db.l3_hamode_db [None req-37956f29-1c96-4e8d-aa3a-c1719b53fe2e 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1235/2548] 10.0.0.119 () {34 vars in 669 bytes} [Thu Jul 2 11:18:43 2026] POST /v2.0/routers => generated 685 bytes in 2175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2549] 10.0.0.119 () {34 vars in 783 bytes} [Thu Jul 2 11:18:45 2026] PUT /v2.0/routers/82b793dd-aa74-4b80-b469-b8ef51e7e5c6/add_router_interface => generated 309 bytes in 1354 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2550] 10.0.0.119 () {34 vars in 783 bytes} [Thu Jul 2 11:18:47 2026] PUT /v2.0/routers/82b793dd-aa74-4b80-b469-b8ef51e7e5c6/add_router_interface => generated 309 bytes in 1389 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2551] 10.0.0.119 () {34 vars in 783 bytes} [Thu Jul 2 11:18:48 2026] PUT /v2.0/routers/82b793dd-aa74-4b80-b469-b8ef51e7e5c6/add_router_interface => generated 309 bytes in 1474 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:18:50.126 7 WARNING neutron_lib.context [None req-285225d0-44ae-4f24-a663-6898cb47b7d6 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1237/2552] 10.0.0.119 () {34 vars in 684 bytes} [Thu Jul 2 11:18:50 2026] POST /v2.0/security-groups => generated 1630 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 11:18:50.239 8 WARNING neutron_lib.context [None req-9892ec4e-1401-4e2f-834c-6c71cf54f58e 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1316/2553] 10.0.0.119 () {34 vars in 695 bytes} [Thu Jul 2 11:18:50 2026] POST /v2.0/security-group-rules => generated 597 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:18:50.379 7 WARNING neutron_lib.context [None req-a2402fd1-81ef-42ab-9c32-641484bc4bb5 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1238/2554] 10.0.0.119 () {34 vars in 695 bytes} [Thu Jul 2 11:18:50 2026] POST /v2.0/security-group-rules => generated 597 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:18:50.503 8 WARNING neutron_lib.context [None req-650daa1c-a435-4089-ab67-71378d9a1cab 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1317/2555] 10.0.0.119 () {34 vars in 695 bytes} [Thu Jul 2 11:18:50 2026] POST /v2.0/security-group-rules => generated 599 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:18:50.612 7 WARNING neutron_lib.context [None req-a0acd401-289f-4027-a700-2346726777d6 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1239/2556] 10.0.0.119 () {34 vars in 695 bytes} [Thu Jul 2 11:18:50 2026] POST /v2.0/security-group-rules => generated 601 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:18:50.722 8 WARNING neutron_lib.context [None req-a71ab6e1-7a69-41f5-9fda-44d37caf31a3 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1318/2557] 10.0.0.119 () {34 vars in 695 bytes} [Thu Jul 2 11:18:50 2026] POST /v2.0/security-group-rules => generated 601 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:18:50.840 7 WARNING neutron_lib.context [None req-9b3b6c57-38fb-4d45-99e5-c2a052cfd811 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1240/2558] 10.0.0.119 () {34 vars in 695 bytes} [Thu Jul 2 11:18:50 2026] POST /v2.0/security-group-rules => generated 597 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:18:51.022 8 WARNING neutron_lib.context [None req-ebad67ca-f85a-4a63-b561-9bfd06d5b75b 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1319/2559] 10.0.0.119 () {34 vars in 695 bytes} [Thu Jul 2 11:18:51 2026] POST /v2.0/security-group-rules => generated 597 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:18:51.161 7 WARNING neutron_lib.context [None req-52adf966-a458-4aa7-9ad2-c8d9732c3d8b 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1241/2560] 10.0.0.119 () {34 vars in 695 bytes} [Thu Jul 2 11:18:51 2026] POST /v2.0/security-group-rules => generated 597 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:18:51.302 8 WARNING neutron_lib.context [None req-472b67df-9ef9-4bc0-813e-442446630ccc 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1320/2563] 10.0.0.119 () {34 vars in 695 bytes} [Thu Jul 2 11:18:51 2026] POST /v2.0/security-group-rules => generated 599 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:18:51.482 7 WARNING neutron_lib.context [None req-316188dd-e0a5-4fd4-aec6-747e0af676dd 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1244/2564] 10.0.0.119 () {34 vars in 695 bytes} [Thu Jul 2 11:18:51 2026] POST /v2.0/security-group-rules => generated 601 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 11:18:51.626 8 WARNING neutron_lib.context [None req-dd75b74d-3ed3-4be1-bdf3-f131027a2f89 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1321/2565] 10.0.0.119 () {34 vars in 695 bytes} [Thu Jul 2 11:18:51 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: 7|app: 0|req: 1245/2566] 10.0.0.183 () {34 vars in 1096 bytes} [Thu Jul 2 11:18:52 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1502421810&fields=id&tenant_id=f39eb3598c294dee9004f95f557f8cd1 => generated 69 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2567] 10.0.0.183 () {34 vars in 982 bytes} [Thu Jul 2 11:18:52 2026] GET /v2.0/networks?id=f0069302-21a4-44a0-9bf3-814fe5bdd469 => generated 705 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2568] 10.0.0.183 () {34 vars in 965 bytes} [Thu Jul 2 11:18:52 2026] GET /v2.0/quotas/f39eb3598c294dee9004f95f557f8cd1 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2569] 10.0.0.183 () {34 vars in 1002 bytes} [Thu Jul 2 11:18:52 2026] GET /v2.0/ports?tenant_id=f39eb3598c294dee9004f95f557f8cd1&fields=id => generated 287 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2570] 10.0.0.183 () {34 vars in 1008 bytes} [Thu Jul 2 11:18:52 2026] GET /v2.0/networks/f0069302-21a4-44a0-9bf3-814fe5bdd469?fields=segments => generated 14 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2571] 10.0.0.183 () {34 vars in 1108 bytes} [Thu Jul 2 11:18:52 2026] GET /v2.0/networks/f0069302-21a4-44a0-9bf3-814fe5bdd469?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: 1248/2572] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:18:52 2026] GET /v2.0/ports?device_id=98470808-49dc-4e6e-be0a-424f11736338 => generated 12 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2573] 199.19.213.163 () {34 vars in 986 bytes} [Thu Jul 2 11:18:57 2026] GET /v2.0/networks?id=f0069302-21a4-44a0-9bf3-814fe5bdd469 => generated 705 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2574] 199.19.213.163 () {34 vars in 1050 bytes} [Thu Jul 2 11:18:57 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f39eb3598c294dee9004f95f557f8cd1 => generated 179 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:18:57.268 8 WARNING neutron_lib.context [req-33636c4d-3b30-4dcd-9f6f-54916fb03418 req-4a24041a-17ae-4708-8f09-63c7e83f1173 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1326/2575] 199.19.213.163 () {38 vars in 955 bytes} [Thu Jul 2 11:18:57 2026] POST /v2.0/ports => generated 1179 bytes in 418 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1327/2576] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:18:57 2026] GET /v2.0/ports?device_id=98470808-49dc-4e6e-be0a-424f11736338 => generated 1194 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2577] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:18:58 2026] GET /v2.0/security-groups?id=20aa6323-29ec-4b11-a1aa-bdd6374080cc&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2578] 199.19.213.163 () {38 vars in 1028 bytes} [Thu Jul 2 11:18:57 2026] PUT /v2.0/ports/78cafba3-d702-4537-957a-86cc0a186760 => generated 1460 bytes in 491 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2579] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:18:59 2026] GET /v2.0/ports?tenant_id=f39eb3598c294dee9004f95f557f8cd1&device_id=98470808-49dc-4e6e-be0a-424f11736338 => generated 1463 bytes in 30 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1251/2580] 199.19.213.163 () {34 vars in 1056 bytes} [Thu Jul 2 11:18:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.72&port_id=78cafba3-d702-4537-957a-86cc0a186760 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2581] 199.19.213.163 () {34 vars in 1104 bytes} [Thu Jul 2 11:18:59 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A231&port_id=78cafba3-d702-4537-957a-86cc0a186760 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:18:59.398 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-dbe7b45e-6dba-4859-9afa-c48ada29b2f0'] response: {'name': 'network-changed', 'server_uuid': '98470808-49dc-4e6e-be0a-424f11736338', 'tag': '78cafba3-d702-4537-957a-86cc0a186760', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1252/2582] 199.19.213.163 () {34 vars in 1064 bytes} [Thu Jul 2 11:18:59 2026] GET /v2.0/subnets?id=6127d2bb-7dd7-4e93-b806-009d6977b780&id=5a2a04f3-207b-45b8-9e01-baf36ba5b4d4 => generated 1410 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2583] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:18:59 2026] GET /v2.0/ports?network_id=f0069302-21a4-44a0-9bf3-814fe5bdd469&device_owner=network%3Adhcp => generated 1457 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2584] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:18:59 2026] GET /v2.0/ports?network_id=f0069302-21a4-44a0-9bf3-814fe5bdd469&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2585] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:18:59 2026] GET /v2.0/networks/f0069302-21a4-44a0-9bf3-814fe5bdd469?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: 1254/2586] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:18:59 2026] GET /v2.0/networks/f0069302-21a4-44a0-9bf3-814fe5bdd469?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: 1333/2587] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:19:00 2026] GET /v2.0/ports?tenant_id=f39eb3598c294dee9004f95f557f8cd1&device_id=98470808-49dc-4e6e-be0a-424f11736338 => generated 1463 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2588] 199.19.213.163 () {34 vars in 986 bytes} [Thu Jul 2 11:19:00 2026] GET /v2.0/networks?id=f0069302-21a4-44a0-9bf3-814fe5bdd469 => generated 801 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2589] 199.19.213.163 () {34 vars in 1056 bytes} [Thu Jul 2 11:19:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.72&port_id=78cafba3-d702-4537-957a-86cc0a186760 => 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: 1256/2590] 199.19.213.163 () {34 vars in 1104 bytes} [Thu Jul 2 11:19:00 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A231&port_id=78cafba3-d702-4537-957a-86cc0a186760 => 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: 1335/2591] 199.19.213.163 () {34 vars in 1064 bytes} [Thu Jul 2 11:19:00 2026] GET /v2.0/subnets?id=6127d2bb-7dd7-4e93-b806-009d6977b780&id=5a2a04f3-207b-45b8-9e01-baf36ba5b4d4 => 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: 1257/2592] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:19:00 2026] GET /v2.0/ports?network_id=f0069302-21a4-44a0-9bf3-814fe5bdd469&device_owner=network%3Adhcp => generated 1457 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2593] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:19:00 2026] GET /v2.0/ports?network_id=f0069302-21a4-44a0-9bf3-814fe5bdd469&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2594] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:19:00 2026] GET /v2.0/networks/f0069302-21a4-44a0-9bf3-814fe5bdd469?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: 1337/2595] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:19:00 2026] GET /v2.0/networks/f0069302-21a4-44a0-9bf3-814fe5bdd469?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: 1259/2596] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:19:03 2026] GET /v2.0/ports?device_id=98470808-49dc-4e6e-be0a-424f11736338 => generated 1196 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2597] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:19:03 2026] GET /v2.0/security-groups?id=20aa6323-29ec-4b11-a1aa-bdd6374080cc&fields=id&fields=name => generated 112 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2600] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:19:08 2026] GET /v2.0/ports?device_id=98470808-49dc-4e6e-be0a-424f11736338 => 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: 1261/2601] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:19:08 2026] GET /v2.0/security-groups?id=20aa6323-29ec-4b11-a1aa-bdd6374080cc&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2602] 10.0.0.119 () {32 vars in 818 bytes} [Thu Jul 2 11:19:08 2026] GET /v2.0/ports?network_id=f0069302-21a4-44a0-9bf3-814fe5bdd469&mac_address=fa%3A16%3A3e%3A78%3A3e%3Af9 => generated 1196 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:19:08.616 7 WARNING neutron_lib.context [None req-cccbf655-864d-4518-92fc-7d1942f9f555 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:19:09.455 7 INFO neutron.db.l3_db [None req-cccbf655-864d-4518-92fc-7d1942f9f555 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] Floating IP 00d43b55-ccfc-439e-ac65-2b2c3b059cbb associated. External IP: 10.96.250.208, port: 78cafba3-d702-4537-957a-86cc0a186760. [pid: 7|app: 0|req: 1262/2603] 10.0.0.119 () {34 vars in 677 bytes} [Thu Jul 2 11:19:08 2026] POST /v2.0/floatingips => generated 854 bytes in 1198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2604] 10.0.0.183 () {34 vars in 1096 bytes} [Thu Jul 2 11:19:09 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1502421810&fields=id&tenant_id=f39eb3598c294dee9004f95f557f8cd1 => 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: 1263/2605] 10.0.0.183 () {34 vars in 982 bytes} [Thu Jul 2 11:19:09 2026] GET /v2.0/networks?id=0c7276e9-9ef2-4fed-a77b-f78e054fe3a6 => generated 705 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2606] 10.0.0.183 () {34 vars in 965 bytes} [Thu Jul 2 11:19:10 2026] GET /v2.0/quotas/f39eb3598c294dee9004f95f557f8cd1 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:19:10.067 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fb0f6630-d5bd-45e1-b29d-1fd5c20a2741'] response: {'name': 'network-changed', 'server_uuid': '98470808-49dc-4e6e-be0a-424f11736338', 'tag': '78cafba3-d702-4537-957a-86cc0a186760', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1264/2607] 10.0.0.183 () {34 vars in 1002 bytes} [Thu Jul 2 11:19:10 2026] GET /v2.0/ports?tenant_id=f39eb3598c294dee9004f95f557f8cd1&fields=id => generated 333 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2608] 10.0.0.183 () {34 vars in 1008 bytes} [Thu Jul 2 11:19:10 2026] GET /v2.0/networks/0c7276e9-9ef2-4fed-a77b-f78e054fe3a6?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: 1265/2609] 10.0.0.183 () {34 vars in 1108 bytes} [Thu Jul 2 11:19:10 2026] GET /v2.0/networks/0c7276e9-9ef2-4fed-a77b-f78e054fe3a6?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: 1345/2610] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:19:10 2026] GET /v2.0/ports?device_id=7d8e7ae1-4e76-4c6c-b606-92a8b9c3abed => 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: 1266/2611] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:19:10 2026] GET /v2.0/ports?tenant_id=f39eb3598c294dee9004f95f557f8cd1&device_id=98470808-49dc-4e6e-be0a-424f11736338 => generated 1465 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2612] 199.19.213.163 () {34 vars in 986 bytes} [Thu Jul 2 11:19:10 2026] GET /v2.0/networks?id=f0069302-21a4-44a0-9bf3-814fe5bdd469 => generated 801 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2613] 199.19.213.163 () {34 vars in 1056 bytes} [Thu Jul 2 11:19:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.72&port_id=78cafba3-d702-4537-957a-86cc0a186760 => generated 857 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2614] 199.19.213.163 () {34 vars in 1104 bytes} [Thu Jul 2 11:19:10 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A231&port_id=78cafba3-d702-4537-957a-86cc0a186760 => 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: 1268/2615] 199.19.213.163 () {34 vars in 1064 bytes} [Thu Jul 2 11:19:10 2026] GET /v2.0/subnets?id=6127d2bb-7dd7-4e93-b806-009d6977b780&id=5a2a04f3-207b-45b8-9e01-baf36ba5b4d4 => generated 1410 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2616] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:19:10 2026] GET /v2.0/ports?network_id=f0069302-21a4-44a0-9bf3-814fe5bdd469&device_owner=network%3Adhcp => generated 1457 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2617] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:19:10 2026] GET /v2.0/ports?network_id=f0069302-21a4-44a0-9bf3-814fe5bdd469&device_owner=network%3Adhcp => generated 1457 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2618] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:19:10 2026] GET /v2.0/networks/f0069302-21a4-44a0-9bf3-814fe5bdd469?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2619] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:19:10 2026] GET /v2.0/networks/f0069302-21a4-44a0-9bf3-814fe5bdd469?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: 8|app: 0|req: 1350/2620] 199.19.213.163 () {34 vars in 986 bytes} [Thu Jul 2 11:19:14 2026] GET /v2.0/networks?id=0c7276e9-9ef2-4fed-a77b-f78e054fe3a6 => generated 705 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2621] 199.19.213.163 () {34 vars in 1050 bytes} [Thu Jul 2 11:19:14 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f39eb3598c294dee9004f95f557f8cd1 => generated 179 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:19:14.823 8 WARNING neutron_lib.context [req-d086b1c8-8fb0-4f7b-a9e4-7618bea31903 req-a2a9ebb8-6e1e-42de-a32d-211c5c3683af 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1272/2622] 10.0.0.100 () {34 vars in 990 bytes} [Thu Jul 2 11:19:15 2026] GET /v2.0/ports?device_id=98470808-49dc-4e6e-be0a-424f11736338 => generated 1465 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2623] 199.19.213.163 () {38 vars in 955 bytes} [Thu Jul 2 11:19:14 2026] POST /v2.0/ports => generated 1187 bytes in 410 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1273/2624] 10.0.0.100 () {34 vars in 1040 bytes} [Thu Jul 2 11:19:15 2026] GET /v2.0/security-groups?id=20aa6323-29ec-4b11-a1aa-bdd6374080cc&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2625] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:19:15 2026] GET /v2.0/ports?device_id=7d8e7ae1-4e76-4c6c-b606-92a8b9c3abed => generated 1202 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2626] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:19:15 2026] GET /v2.0/security-groups?id=20aa6323-29ec-4b11-a1aa-bdd6374080cc&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2627] 199.19.213.163 () {38 vars in 1028 bytes} [Thu Jul 2 11:19:15 2026] PUT /v2.0/ports/0449c652-4cd1-4033-ae63-c32f695e3b7b => generated 1468 bytes in 464 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2628] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:19:16 2026] GET /v2.0/ports?tenant_id=f39eb3598c294dee9004f95f557f8cd1&device_id=7d8e7ae1-4e76-4c6c-b606-92a8b9c3abed => generated 1471 bytes in 37 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1353/2629] 199.19.213.163 () {34 vars in 1058 bytes} [Thu Jul 2 11:19:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.175&port_id=0449c652-4cd1-4033-ae63-c32f695e3b7b => 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: 1277/2630] 199.19.213.163 () {34 vars in 1106 bytes} [Thu Jul 2 11:19:16 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2c7&port_id=0449c652-4cd1-4033-ae63-c32f695e3b7b => 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: 1354/2631] 199.19.213.163 () {34 vars in 1064 bytes} [Thu Jul 2 11:19:16 2026] GET /v2.0/subnets?id=f3007a2f-bd4e-49a3-8e45-54fda00833ee&id=3513716c-dfe1-4c92-a69d-e89ba4a618b8 => generated 1415 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2632] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:19:16 2026] GET /v2.0/ports?network_id=0c7276e9-9ef2-4fed-a77b-f78e054fe3a6&device_owner=network%3Adhcp => generated 1461 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:19:16.981 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-831f6b7b-d98b-4b9f-b100-a221c4bdeb29'] response: {'name': 'network-changed', 'server_uuid': '7d8e7ae1-4e76-4c6c-b606-92a8b9c3abed', 'tag': '0449c652-4cd1-4033-ae63-c32f695e3b7b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1355/2633] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:19:16 2026] GET /v2.0/ports?network_id=0c7276e9-9ef2-4fed-a77b-f78e054fe3a6&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2634] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:19:17 2026] GET /v2.0/networks/0c7276e9-9ef2-4fed-a77b-f78e054fe3a6?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2635] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:19:17 2026] GET /v2.0/networks/0c7276e9-9ef2-4fed-a77b-f78e054fe3a6?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: 1280/2636] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:19:18 2026] GET /v2.0/ports?tenant_id=f39eb3598c294dee9004f95f557f8cd1&device_id=7d8e7ae1-4e76-4c6c-b606-92a8b9c3abed => generated 1471 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2637] 199.19.213.163 () {34 vars in 986 bytes} [Thu Jul 2 11:19:18 2026] GET /v2.0/networks?id=0c7276e9-9ef2-4fed-a77b-f78e054fe3a6 => generated 801 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2638] 199.19.213.163 () {34 vars in 1058 bytes} [Thu Jul 2 11:19:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.175&port_id=0449c652-4cd1-4033-ae63-c32f695e3b7b => 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: 1358/2639] 199.19.213.163 () {34 vars in 1106 bytes} [Thu Jul 2 11:19:18 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2c7&port_id=0449c652-4cd1-4033-ae63-c32f695e3b7b => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2640] 199.19.213.163 () {34 vars in 1064 bytes} [Thu Jul 2 11:19:18 2026] GET /v2.0/subnets?id=f3007a2f-bd4e-49a3-8e45-54fda00833ee&id=3513716c-dfe1-4c92-a69d-e89ba4a618b8 => generated 1415 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2641] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:19:18 2026] GET /v2.0/ports?network_id=0c7276e9-9ef2-4fed-a77b-f78e054fe3a6&device_owner=network%3Adhcp => generated 1461 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2642] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:19:18 2026] GET /v2.0/ports?network_id=0c7276e9-9ef2-4fed-a77b-f78e054fe3a6&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2643] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:19:18 2026] GET /v2.0/networks/0c7276e9-9ef2-4fed-a77b-f78e054fe3a6?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2644] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:19:18 2026] GET /v2.0/networks/0c7276e9-9ef2-4fed-a77b-f78e054fe3a6?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: 1361/2645] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:19:20 2026] GET /v2.0/ports?device_id=7d8e7ae1-4e76-4c6c-b606-92a8b9c3abed => generated 1204 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2646] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:19:20 2026] GET /v2.0/security-groups?id=20aa6323-29ec-4b11-a1aa-bdd6374080cc&fields=id&fields=name => generated 112 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2649] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:19:25 2026] GET /v2.0/ports?device_id=7d8e7ae1-4e76-4c6c-b606-92a8b9c3abed => generated 1204 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2650] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:19:26 2026] GET /v2.0/security-groups?id=20aa6323-29ec-4b11-a1aa-bdd6374080cc&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2651] 10.0.0.119 () {32 vars in 818 bytes} [Thu Jul 2 11:19:26 2026] GET /v2.0/ports?network_id=0c7276e9-9ef2-4fed-a77b-f78e054fe3a6&mac_address=fa%3A16%3A3e%3Aad%3A8c%3A63 => generated 1204 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:19:26.147 7 WARNING neutron_lib.context [None req-dba0cc45-a2ef-43da-b210-e8314907daa6 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:19:26.933 7 INFO neutron.db.l3_db [None req-dba0cc45-a2ef-43da-b210-e8314907daa6 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] Floating IP e46443c7-907c-4c9d-b8a2-af09a8b692c6 associated. External IP: 10.96.250.209, port: 0449c652-4cd1-4033-ae63-c32f695e3b7b. [pid: 7|app: 0|req: 1288/2652] 10.0.0.119 () {34 vars in 677 bytes} [Thu Jul 2 11:19:26 2026] POST /v2.0/floatingips => generated 855 bytes in 1099 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2653] 10.0.0.100 () {34 vars in 990 bytes} [Thu Jul 2 11:19:32 2026] GET /v2.0/ports?device_id=7d8e7ae1-4e76-4c6c-b606-92a8b9c3abed => generated 1473 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2654] 10.0.0.100 () {34 vars in 1040 bytes} [Thu Jul 2 11:19:32 2026] GET /v2.0/security-groups?id=20aa6323-29ec-4b11-a1aa-bdd6374080cc&fields=id&fields=name => generated 112 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2655] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:19:33 2026] GET /v2.0/ports?tenant_id=f39eb3598c294dee9004f95f557f8cd1&device_id=7d8e7ae1-4e76-4c6c-b606-92a8b9c3abed => generated 1473 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:19:33.324 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0da31335-38bc-453d-b8fe-2ee0b386b3ca'] response: {'name': 'network-changed', 'server_uuid': '7d8e7ae1-4e76-4c6c-b606-92a8b9c3abed', 'tag': '0449c652-4cd1-4033-ae63-c32f695e3b7b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1290/2656] 199.19.213.163 () {34 vars in 986 bytes} [Thu Jul 2 11:19:33 2026] GET /v2.0/networks?id=0c7276e9-9ef2-4fed-a77b-f78e054fe3a6 => generated 801 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2657] 199.19.213.163 () {34 vars in 1058 bytes} [Thu Jul 2 11:19:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.175&port_id=0449c652-4cd1-4033-ae63-c32f695e3b7b => generated 860 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2658] 199.19.213.163 () {34 vars in 1106 bytes} [Thu Jul 2 11:19:33 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2c7&port_id=0449c652-4cd1-4033-ae63-c32f695e3b7b => 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: 1368/2659] 199.19.213.163 () {34 vars in 1064 bytes} [Thu Jul 2 11:19:33 2026] GET /v2.0/subnets?id=f3007a2f-bd4e-49a3-8e45-54fda00833ee&id=3513716c-dfe1-4c92-a69d-e89ba4a618b8 => generated 1415 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2660] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:19:33 2026] GET /v2.0/ports?network_id=0c7276e9-9ef2-4fed-a77b-f78e054fe3a6&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: 1369/2661] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:19:33 2026] GET /v2.0/ports?network_id=0c7276e9-9ef2-4fed-a77b-f78e054fe3a6&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2662] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:19:33 2026] GET /v2.0/networks/0c7276e9-9ef2-4fed-a77b-f78e054fe3a6?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: 1370/2663] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:19:33 2026] GET /v2.0/networks/0c7276e9-9ef2-4fed-a77b-f78e054fe3a6?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: 7|app: 0|req: 1295/2666] 10.0.0.119 () {32 vars in 721 bytes} [Thu Jul 2 11:19:38 2026] GET /v2.0/subnets/039b385c-6517-45e9-bafe-8b91a4a5b8bb => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2667] 10.0.0.216 () {30 vars in 689 bytes} [Thu Jul 2 11:19:40 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2668] 10.0.0.216 () {30 vars in 691 bytes} [Thu Jul 2 11:19:40 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: 1373/2669] 10.0.0.216 () {30 vars in 667 bytes} [Thu Jul 2 11:19:40 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: 1297/2670] 10.0.0.216 () {30 vars in 703 bytes} [Thu Jul 2 11:19:40 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: 1374/2671] 10.0.0.216 () {28 vars in 438 bytes} [Thu Jul 2 11:19:40 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2672] 10.0.0.216 () {30 vars in 727 bytes} [Thu Jul 2 11:19:40 2026] GET /v2.0/subnets/039b385c-6517-45e9-bafe-8b91a4a5b8bb => generated 658 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2673] 10.0.0.216 () {30 vars in 689 bytes} [Thu Jul 2 11:19:40 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: 1299/2674] 10.0.0.216 () {30 vars in 691 bytes} [Thu Jul 2 11:19:40 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2675] 10.0.0.216 () {30 vars in 667 bytes} [Thu Jul 2 11:19:40 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: 1300/2676] 10.0.0.216 () {30 vars in 703 bytes} [Thu Jul 2 11:19:40 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: 1377/2677] 10.0.0.216 () {30 vars in 727 bytes} [Thu Jul 2 11:19:40 2026] GET /v2.0/subnets/039b385c-6517-45e9-bafe-8b91a4a5b8bb => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2678] 10.0.0.216 () {30 vars in 689 bytes} [Thu Jul 2 11:19:40 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2679] 10.0.0.216 () {30 vars in 691 bytes} [Thu Jul 2 11:19:40 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: 1302/2680] 10.0.0.216 () {30 vars in 667 bytes} [Thu Jul 2 11:19:40 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: 1379/2681] 10.0.0.216 () {30 vars in 703 bytes} [Thu Jul 2 11:19:40 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: 1303/2682] 10.0.0.216 () {30 vars in 729 bytes} [Thu Jul 2 11:19:40 2026] GET /v2.0/networks/4e211190-8c73-4a22-9a4e-6fe6d518dde7 => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2683] 10.0.0.216 () {30 vars in 681 bytes} [Thu Jul 2 11:19:41 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: 1304/2684] 10.0.0.216 () {34 vars in 703 bytes} [Thu Jul 2 11:19:41 2026] POST /v2.0/ports => generated 1132 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2685] 199.19.213.163 () {30 vars in 702 bytes} [Thu Jul 2 11:19:44 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 38 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1305/2686] 199.19.213.163 () {30 vars in 704 bytes} [Thu Jul 2 11:19:44 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2687] 199.19.213.163 () {30 vars in 680 bytes} [Thu Jul 2 11:19:44 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: 1306/2688] 199.19.213.163 () {30 vars in 716 bytes} [Thu Jul 2 11:19:44 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2689] 199.19.213.163 () {30 vars in 736 bytes} [Thu Jul 2 11:19:44 2026] GET /v2.0/ports/c4b4632a-b827-4d0c-8316-d11fbb5b60c8 => generated 1132 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2690] 199.19.213.163 () {30 vars in 702 bytes} [Thu Jul 2 11:19:44 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: 1384/2691] 199.19.213.163 () {30 vars in 704 bytes} [Thu Jul 2 11:19:44 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2692] 199.19.213.163 () {30 vars in 680 bytes} [Thu Jul 2 11:19:44 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: 1385/2693] 199.19.213.163 () {30 vars in 716 bytes} [Thu Jul 2 11:19:44 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-07-02 11:19:44.584 7 INFO neutron.api.v2.resource [None req-b8dca934-4ec8-46ba-a9af-5d1d405b4dd1 dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1309/2694] 199.19.213.163 () {30 vars in 762 bytes} [Thu Jul 2 11:19:44 2026] GET /v2.0/security-groups/lb-67f813f4-0839-46ee-a6a2-b74fab21fb44 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2695] 199.19.213.163 () {30 vars in 784 bytes} [Thu Jul 2 11:19:44 2026] GET /v2.0/security-groups?name=lb-67f813f4-0839-46ee-a6a2-b74fab21fb44 => generated 23 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2696] 199.19.213.163 () {34 vars in 735 bytes} [Thu Jul 2 11:19:44 2026] POST /v2.0/security-groups => generated 1638 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2697] 199.19.213.163 () {30 vars in 814 bytes} [Thu Jul 2 11:19:44 2026] GET /v2.0/security-group-rules?security_group_id=95542e30-a8cf-4abd-99bc-797e2d4074f7 => generated 1182 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2698] 199.19.213.163 () {34 vars in 788 bytes} [Thu Jul 2 11:19:44 2026] PUT /v2.0/ports/c4b4632a-b827-4d0c-8316-d11fbb5b60c8 => generated 1132 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2699] 199.19.213.163 () {30 vars in 702 bytes} [Thu Jul 2 11:19:45 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1312/2700] 199.19.213.163 () {30 vars in 704 bytes} [Thu Jul 2 11:19:45 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2701] 199.19.213.163 () {30 vars in 680 bytes} [Thu Jul 2 11:19:45 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: 1313/2702] 199.19.213.163 () {30 vars in 716 bytes} [Thu Jul 2 11:19:45 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: 1390/2703] 199.19.213.163 () {30 vars in 740 bytes} [Thu Jul 2 11:19:45 2026] GET /v2.0/subnets/039b385c-6517-45e9-bafe-8b91a4a5b8bb => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2706] 10.0.0.183 () {34 vars in 1016 bytes} [Thu Jul 2 11:19:52 2026] GET /v2.0/security-groups?id=945c2f00-2973-4207-9e88-b38975592a31&fields=id => 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: 1315/2707] 10.0.0.183 () {34 vars in 982 bytes} [Thu Jul 2 11:19:52 2026] GET /v2.0/networks?id=4aa8b65b-1736-4f09-842a-de5bb28b9c62 => generated 735 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2708] 10.0.0.183 () {34 vars in 965 bytes} [Thu Jul 2 11:19:52 2026] GET /v2.0/quotas/69d9662172b34b3a85e4d6690858d0b5 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2709] 10.0.0.183 () {34 vars in 1002 bytes} [Thu Jul 2 11:19:52 2026] GET /v2.0/ports?tenant_id=69d9662172b34b3a85e4d6690858d0b5&fields=id => generated 149 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2710] 10.0.0.183 () {34 vars in 1008 bytes} [Thu Jul 2 11:19:52 2026] GET /v2.0/networks/4aa8b65b-1736-4f09-842a-de5bb28b9c62?fields=segments => generated 14 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2711] 10.0.0.183 () {34 vars in 1108 bytes} [Thu Jul 2 11:19:52 2026] GET /v2.0/networks/4aa8b65b-1736-4f09-842a-de5bb28b9c62?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: 1395/2712] 199.19.213.163 () {34 vars in 1096 bytes} [Thu Jul 2 11:19:53 2026] GET /v2.0/ports?device_id=98470808-49dc-4e6e-be0a-424f11736338&fields=binding%3Ahost_id&fields=binding%3Avif_type => generated 67 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2713] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:19:53 2026] GET /v2.0/ports?device_id=4d731e1b-e61b-4701-b7e5-0faf2be75af9 => 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: 1396/2714] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:19:53 2026] GET /v2.0/ports?device_id=4d731e1b-e61b-4701-b7e5-0faf2be75af9 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2715] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:19:54 2026] GET /v2.0/ports?tenant_id=f39eb3598c294dee9004f95f557f8cd1&device_id=98470808-49dc-4e6e-be0a-424f11736338 => generated 1465 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2716] 199.19.213.163 () {34 vars in 986 bytes} [Thu Jul 2 11:19:54 2026] GET /v2.0/networks?id=f0069302-21a4-44a0-9bf3-814fe5bdd469 => generated 801 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2717] 199.19.213.163 () {34 vars in 1056 bytes} [Thu Jul 2 11:19:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.72&port_id=78cafba3-d702-4537-957a-86cc0a186760 => generated 859 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2718] 199.19.213.163 () {34 vars in 1104 bytes} [Thu Jul 2 11:19:54 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A231&port_id=78cafba3-d702-4537-957a-86cc0a186760 => 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: 1321/2719] 199.19.213.163 () {34 vars in 1064 bytes} [Thu Jul 2 11:19:54 2026] GET /v2.0/subnets?id=6127d2bb-7dd7-4e93-b806-009d6977b780&id=5a2a04f3-207b-45b8-9e01-baf36ba5b4d4 => generated 1410 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2720] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:19:54 2026] GET /v2.0/ports?network_id=f0069302-21a4-44a0-9bf3-814fe5bdd469&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: 7|app: 0|req: 1322/2721] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:19:54 2026] GET /v2.0/ports?network_id=f0069302-21a4-44a0-9bf3-814fe5bdd469&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2722] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:19:54 2026] GET /v2.0/networks/f0069302-21a4-44a0-9bf3-814fe5bdd469?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: 1323/2723] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:19:55 2026] GET /v2.0/networks/f0069302-21a4-44a0-9bf3-814fe5bdd469?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: 1401/2724] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:19:56 2026] GET /v2.0/ports?device_id=4d731e1b-e61b-4701-b7e5-0faf2be75af9 => 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: 1324/2725] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:19:56 2026] GET /v2.0/ports?device_id=4d731e1b-e61b-4701-b7e5-0faf2be75af9 => 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: 1402/2726] 199.19.213.163 () {34 vars in 986 bytes} [Thu Jul 2 11:19:57 2026] GET /v2.0/networks?id=4aa8b65b-1736-4f09-842a-de5bb28b9c62 => generated 735 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2727] 199.19.213.163 () {34 vars in 1050 bytes} [Thu Jul 2 11:19:57 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=69d9662172b34b3a85e4d6690858d0b5 => generated 343 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2728] 199.19.213.163 () {38 vars in 955 bytes} [Thu Jul 2 11:19:57 2026] POST /v2.0/ports => generated 1082 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2729] 199.19.213.163 () {38 vars in 1028 bytes} [Thu Jul 2 11:19:58 2026] PUT /v2.0/ports/acd04ad5-37f8-40ea-a8ed-0d2a96954a0a => generated 1243 bytes in 393 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1404/2730] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:19:59 2026] GET /v2.0/ports?tenant_id=69d9662172b34b3a85e4d6690858d0b5&device_id=4d731e1b-e61b-4701-b7e5-0faf2be75af9 => generated 1246 bytes in 46 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1327/2731] 199.19.213.163 () {34 vars in 1062 bytes} [Thu Jul 2 11:19:59 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.209&port_id=acd04ad5-37f8-40ea-a8ed-0d2a96954a0a => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2732] 199.19.213.163 () {34 vars in 984 bytes} [Thu Jul 2 11:19:59 2026] GET /v2.0/subnets?id=76652121-f91c-47d1-bfb7-284edf2cb6ed => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:19:59.645 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4ab7d570-a470-4cb5-b89a-be8a20cf5149'] response: {'name': 'network-changed', 'server_uuid': '4d731e1b-e61b-4701-b7e5-0faf2be75af9', 'tag': 'acd04ad5-37f8-40ea-a8ed-0d2a96954a0a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1328/2733] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:19:59 2026] GET /v2.0/ports?network_id=4aa8b65b-1736-4f09-842a-de5bb28b9c62&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: 1406/2734] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:19:59 2026] GET /v2.0/networks/4aa8b65b-1736-4f09-842a-de5bb28b9c62?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: 1329/2735] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:19:59 2026] GET /v2.0/ports?device_id=4d731e1b-e61b-4701-b7e5-0faf2be75af9 => generated 1246 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2736] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:19:59 2026] GET /v2.0/networks/4aa8b65b-1736-4f09-842a-de5bb28b9c62?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: 1330/2737] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:19:59 2026] GET /v2.0/security-groups?id=945c2f00-2973-4207-9e88-b38975592a31&fields=id&fields=name => generated 96 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2738] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:19:59 2026] GET /v2.0/ports?device_id=4d731e1b-e61b-4701-b7e5-0faf2be75af9 => generated 1246 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2739] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:20:00 2026] GET /v2.0/ports?tenant_id=69d9662172b34b3a85e4d6690858d0b5&device_id=4d731e1b-e61b-4701-b7e5-0faf2be75af9 => 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: 1409/2740] 199.19.213.163 () {34 vars in 986 bytes} [Thu Jul 2 11:20:00 2026] GET /v2.0/networks?id=4aa8b65b-1736-4f09-842a-de5bb28b9c62 => generated 735 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2741] 199.19.213.163 () {34 vars in 1062 bytes} [Thu Jul 2 11:20:00 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.209&port_id=acd04ad5-37f8-40ea-a8ed-0d2a96954a0a => 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: 1410/2742] 199.19.213.163 () {34 vars in 984 bytes} [Thu Jul 2 11:20:00 2026] GET /v2.0/subnets?id=76652121-f91c-47d1-bfb7-284edf2cb6ed => 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: 1333/2743] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:20:00 2026] GET /v2.0/ports?network_id=4aa8b65b-1736-4f09-842a-de5bb28b9c62&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: 1411/2744] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:20:01 2026] GET /v2.0/networks/4aa8b65b-1736-4f09-842a-de5bb28b9c62?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: 1334/2745] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:20:01 2026] GET /v2.0/networks/4aa8b65b-1736-4f09-842a-de5bb28b9c62?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: 1412/2746] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:20:02 2026] GET /v2.0/ports?device_id=4d731e1b-e61b-4701-b7e5-0faf2be75af9 => 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: 1335/2747] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:20:02 2026] GET /v2.0/security-groups?id=945c2f00-2973-4207-9e88-b38975592a31&fields=id&fields=name => generated 96 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2748] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:20:02 2026] GET /v2.0/ports?device_id=4d731e1b-e61b-4701-b7e5-0faf2be75af9 => generated 1246 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2749] 199.19.213.163 () {34 vars in 994 bytes} [Thu Jul 2 11:20:03 2026] GET /v2.0/ports?device_id=4d731e1b-e61b-4701-b7e5-0faf2be75af9 => generated 1246 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2750] 199.19.213.163 () {34 vars in 1044 bytes} [Thu Jul 2 11:20:04 2026] GET /v2.0/security-groups?id=945c2f00-2973-4207-9e88-b38975592a31&fields=id&fields=name => generated 96 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2751] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:20:05 2026] GET /v2.0/ports?device_id=4d731e1b-e61b-4701-b7e5-0faf2be75af9 => generated 1248 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2752] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:20:05 2026] GET /v2.0/security-groups?id=945c2f00-2973-4207-9e88-b38975592a31&fields=id&fields=name => generated 96 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2753] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:20:05 2026] GET /v2.0/ports?device_id=4d731e1b-e61b-4701-b7e5-0faf2be75af9 => generated 1248 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2756] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:20:08 2026] GET /v2.0/ports?device_id=4d731e1b-e61b-4701-b7e5-0faf2be75af9 => generated 1248 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2757] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:20:08 2026] GET /v2.0/security-groups?id=945c2f00-2973-4207-9e88-b38975592a31&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: 8|app: 0|req: 1418/2758] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:20:08 2026] GET /v2.0/ports?device_id=4d731e1b-e61b-4701-b7e5-0faf2be75af9 => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2763] 199.19.213.163 () {30 vars in 702 bytes} [Thu Jul 2 11:20:46 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2764] 199.19.213.163 () {30 vars in 704 bytes} [Thu Jul 2 11:20:46 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2765] 199.19.213.163 () {30 vars in 680 bytes} [Thu Jul 2 11:20:46 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: 1344/2766] 199.19.213.163 () {30 vars in 716 bytes} [Thu Jul 2 11:20:46 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2767] 199.19.213.163 () {30 vars in 740 bytes} [Thu Jul 2 11:20:46 2026] GET /v2.0/subnets/039b385c-6517-45e9-bafe-8b91a4a5b8bb => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2768] 199.19.213.163 () {30 vars in 768 bytes} [Thu Jul 2 11:20:46 2026] GET /v2.0/ports?device_id=4d731e1b-e61b-4701-b7e5-0faf2be75af9 => generated 1248 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2769] 199.19.213.163 () {34 vars in 716 bytes} [Thu Jul 2 11:20:46 2026] POST /v2.0/ports => generated 1097 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2770] 10.0.0.183 () {34 vars in 971 bytes} [Thu Jul 2 11:20:46 2026] GET /v2.0/ports/755b0c92-54cb-49b7-bf44-3adf13d641fb => generated 1097 bytes in 47 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1425/2771] 10.0.0.183 () {34 vars in 907 bytes} [Thu Jul 2 11:20:46 2026] GET /v2.0/extensions => generated 20516 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2772] 199.19.213.163 () {34 vars in 1262 bytes} [Thu Jul 2 11:20:47 2026] GET /v2.0/ports/755b0c92-54cb-49b7-bf44-3adf13d641fb?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2773] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:20:47 2026] GET /v2.0/networks/4e211190-8c73-4a22-9a4e-6fe6d518dde7?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: 1348/2774] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:20:47 2026] GET /v2.0/networks/4e211190-8c73-4a22-9a4e-6fe6d518dde7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2775] 199.19.213.163 () {34 vars in 975 bytes} [Thu Jul 2 11:20:48 2026] GET /v2.0/ports/755b0c92-54cb-49b7-bf44-3adf13d641fb => generated 1097 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2776] 199.19.213.163 () {34 vars in 986 bytes} [Thu Jul 2 11:20:48 2026] GET /v2.0/networks?id=4e211190-8c73-4a22-9a4e-6fe6d518dde7 => generated 803 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2777] 199.19.213.163 () {38 vars in 1028 bytes} [Thu Jul 2 11:20:48 2026] PUT /v2.0/ports/755b0c92-54cb-49b7-bf44-3adf13d641fb => generated 1287 bytes in 416 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2778] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:20:50 2026] GET /v2.0/ports?tenant_id=69d9662172b34b3a85e4d6690858d0b5&device_id=4d731e1b-e61b-4701-b7e5-0faf2be75af9 => generated 2527 bytes in 48 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1429/2779] 199.19.213.163 () {34 vars in 1062 bytes} [Thu Jul 2 11:20:50 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.209&port_id=acd04ad5-37f8-40ea-a8ed-0d2a96954a0a => 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: 1351/2780] 199.19.213.163 () {34 vars in 984 bytes} [Thu Jul 2 11:20:50 2026] GET /v2.0/subnets?id=76652121-f91c-47d1-bfb7-284edf2cb6ed => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:20:50.172 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f25b7fcb-a946-4b22-ab1d-ed39d922117b'] response: {'name': 'network-changed', 'server_uuid': '4d731e1b-e61b-4701-b7e5-0faf2be75af9', 'tag': '755b0c92-54cb-49b7-bf44-3adf13d641fb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1430/2781] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:20:50 2026] GET /v2.0/ports?network_id=4aa8b65b-1736-4f09-842a-de5bb28b9c62&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: 1352/2782] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:20:50 2026] GET /v2.0/networks/4aa8b65b-1736-4f09-842a-de5bb28b9c62?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: 1431/2783] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:20:50 2026] GET /v2.0/networks/4aa8b65b-1736-4f09-842a-de5bb28b9c62?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2784] 199.19.213.163 () {34 vars in 1058 bytes} [Thu Jul 2 11:20:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.252&port_id=755b0c92-54cb-49b7-bf44-3adf13d641fb => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2785] 199.19.213.163 () {34 vars in 984 bytes} [Thu Jul 2 11:20:50 2026] GET /v2.0/subnets?id=039b385c-6517-45e9-bafe-8b91a4a5b8bb => generated 679 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2786] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:20:50 2026] GET /v2.0/ports?network_id=4e211190-8c73-4a22-9a4e-6fe6d518dde7&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2787] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:20:50 2026] GET /v2.0/networks/4e211190-8c73-4a22-9a4e-6fe6d518dde7?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: 1355/2788] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:20:50 2026] GET /v2.0/networks/4e211190-8c73-4a22-9a4e-6fe6d518dde7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2791] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:20:51 2026] GET /v2.0/ports?tenant_id=69d9662172b34b3a85e4d6690858d0b5&device_id=4d731e1b-e61b-4701-b7e5-0faf2be75af9 => generated 2527 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2792] 199.19.213.163 () {34 vars in 986 bytes} [Thu Jul 2 11:20:51 2026] GET /v2.0/networks?id=4e211190-8c73-4a22-9a4e-6fe6d518dde7 => generated 803 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2793] 199.19.213.163 () {34 vars in 1058 bytes} [Thu Jul 2 11:20:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.252&port_id=755b0c92-54cb-49b7-bf44-3adf13d641fb => 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: 1358/2794] 199.19.213.163 () {34 vars in 984 bytes} [Thu Jul 2 11:20:51 2026] GET /v2.0/subnets?id=039b385c-6517-45e9-bafe-8b91a4a5b8bb => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2795] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:20:51 2026] GET /v2.0/ports?network_id=4e211190-8c73-4a22-9a4e-6fe6d518dde7&device_owner=network%3Adhcp => generated 1461 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2796] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:20:51 2026] GET /v2.0/networks/4e211190-8c73-4a22-9a4e-6fe6d518dde7?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: 1438/2797] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:20:51 2026] GET /v2.0/networks/4e211190-8c73-4a22-9a4e-6fe6d518dde7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2798] 199.19.213.163 () {34 vars in 1096 bytes} [Thu Jul 2 11:20:53 2026] GET /v2.0/ports?device_id=7d8e7ae1-4e76-4c6c-b606-92a8b9c3abed&fields=binding%3Ahost_id&fields=binding%3Avif_type => generated 67 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2799] 10.0.0.183 () {34 vars in 971 bytes} [Thu Jul 2 11:20:53 2026] GET /v2.0/ports/755b0c92-54cb-49b7-bf44-3adf13d641fb => generated 1289 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2800] 199.19.213.163 () {34 vars in 788 bytes} [Thu Jul 2 11:20:53 2026] PUT /v2.0/ports/755b0c92-54cb-49b7-bf44-3adf13d641fb => generated 1314 bytes in 209 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 11:20:54.154 7 INFO neutron.api.v2.resource [None req-f2c7d66b-5916-4b2c-9db2-93809a458287 dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1362/2801] 199.19.213.163 () {30 vars in 762 bytes} [Thu Jul 2 11:20:54 2026] GET /v2.0/security-groups/lb-67f813f4-0839-46ee-a6a2-b74fab21fb44 => generated 149 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2802] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:20:54 2026] GET /v2.0/ports?tenant_id=f39eb3598c294dee9004f95f557f8cd1&device_id=7d8e7ae1-4e76-4c6c-b606-92a8b9c3abed => generated 1473 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:20:54.196 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3ec76bc3-0022-48db-9d3e-1df17c5aabe9'] response: {'name': 'network-changed', 'server_uuid': '4d731e1b-e61b-4701-b7e5-0faf2be75af9', 'tag': '755b0c92-54cb-49b7-bf44-3adf13d641fb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1363/2803] 199.19.213.163 () {30 vars in 784 bytes} [Thu Jul 2 11:20:54 2026] GET /v2.0/security-groups?name=lb-67f813f4-0839-46ee-a6a2-b74fab21fb44 => generated 1639 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2804] 199.19.213.163 () {34 vars in 788 bytes} [Thu Jul 2 11:20:54 2026] PUT /v2.0/ports/755b0c92-54cb-49b7-bf44-3adf13d641fb => generated 1314 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2805] 199.19.213.163 () {30 vars in 702 bytes} [Thu Jul 2 11:20:54 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1442/2806] 199.19.213.163 () {30 vars in 704 bytes} [Thu Jul 2 11:20:54 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2807] 199.19.213.163 () {30 vars in 680 bytes} [Thu Jul 2 11:20:54 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) 2026-07-02 11:20:54.720 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f80b885a-41c6-4078-959a-3b8429f71cba'] response: {'name': 'network-changed', 'server_uuid': '4d731e1b-e61b-4701-b7e5-0faf2be75af9', 'tag': '755b0c92-54cb-49b7-bf44-3adf13d641fb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1365/2808] 199.19.213.163 () {34 vars in 986 bytes} [Thu Jul 2 11:20:54 2026] GET /v2.0/networks?id=0c7276e9-9ef2-4fed-a77b-f78e054fe3a6 => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2809] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:20:54 2026] GET /v2.0/ports?tenant_id=69d9662172b34b3a85e4d6690858d0b5&device_id=4d731e1b-e61b-4701-b7e5-0faf2be75af9 => generated 2590 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2810] 199.19.213.163 () {30 vars in 716 bytes} [Thu Jul 2 11:20:54 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2811] 199.19.213.163 () {34 vars in 1058 bytes} [Thu Jul 2 11:20:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.175&port_id=0449c652-4cd1-4033-ae63-c32f695e3b7b => generated 860 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2812] 199.19.213.163 () {34 vars in 986 bytes} [Thu Jul 2 11:20:54 2026] GET /v2.0/networks?id=4e211190-8c73-4a22-9a4e-6fe6d518dde7 => generated 803 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2813] 199.19.213.163 () {30 vars in 740 bytes} [Thu Jul 2 11:20:54 2026] GET /v2.0/subnets/039b385c-6517-45e9-bafe-8b91a4a5b8bb => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2814] 199.19.213.163 () {34 vars in 1106 bytes} [Thu Jul 2 11:20:54 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2c7&port_id=0449c652-4cd1-4033-ae63-c32f695e3b7b => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2815] 199.19.213.163 () {34 vars in 1058 bytes} [Thu Jul 2 11:20:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.252&port_id=755b0c92-54cb-49b7-bf44-3adf13d641fb => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2816] 199.19.213.163 () {30 vars in 736 bytes} [Thu Jul 2 11:20:54 2026] GET /v2.0/ports/c4b4632a-b827-4d0c-8316-d11fbb5b60c8 => generated 1132 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2817] 199.19.213.163 () {34 vars in 1064 bytes} [Thu Jul 2 11:20:54 2026] GET /v2.0/subnets?id=f3007a2f-bd4e-49a3-8e45-54fda00833ee&id=3513716c-dfe1-4c92-a69d-e89ba4a618b8 => generated 1415 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2818] 199.19.213.163 () {34 vars in 984 bytes} [Thu Jul 2 11:20:54 2026] GET /v2.0/subnets?id=039b385c-6517-45e9-bafe-8b91a4a5b8bb => generated 679 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2819] 199.19.213.163 () {30 vars in 736 bytes} [Thu Jul 2 11:20:54 2026] GET /v2.0/ports/755b0c92-54cb-49b7-bf44-3adf13d641fb => generated 1350 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2820] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:20:54 2026] GET /v2.0/ports?network_id=0c7276e9-9ef2-4fed-a77b-f78e054fe3a6&device_owner=network%3Adhcp => generated 1461 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2821] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:20:54 2026] GET /v2.0/ports?network_id=4e211190-8c73-4a22-9a4e-6fe6d518dde7&device_owner=network%3Adhcp => generated 1461 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2822] 199.19.213.163 () {30 vars in 740 bytes} [Thu Jul 2 11:20:54 2026] GET /v2.0/subnets/039b385c-6517-45e9-bafe-8b91a4a5b8bb => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2823] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:20:54 2026] GET /v2.0/ports?network_id=0c7276e9-9ef2-4fed-a77b-f78e054fe3a6&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2824] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:20:54 2026] GET /v2.0/networks/4e211190-8c73-4a22-9a4e-6fe6d518dde7?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: 1452/2825] 199.19.213.163 () {30 vars in 742 bytes} [Thu Jul 2 11:20:54 2026] GET /v2.0/networks/4e211190-8c73-4a22-9a4e-6fe6d518dde7 => 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: 1374/2826] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:20:54 2026] GET /v2.0/networks/0c7276e9-9ef2-4fed-a77b-f78e054fe3a6?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2827] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:20:54 2026] GET /v2.0/networks/4e211190-8c73-4a22-9a4e-6fe6d518dde7?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: 1375/2828] 199.19.213.163 () {30 vars in 736 bytes} [Thu Jul 2 11:20:55 2026] GET /v2.0/ports/c4b4632a-b827-4d0c-8316-d11fbb5b60c8 => generated 1132 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2829] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:20:55 2026] GET /v2.0/networks/0c7276e9-9ef2-4fed-a77b-f78e054fe3a6?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: 1376/2830] 199.19.213.163 () {30 vars in 740 bytes} [Thu Jul 2 11:20:55 2026] GET /v2.0/subnets/039b385c-6517-45e9-bafe-8b91a4a5b8bb => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2831] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:20:56 2026] GET /v2.0/ports?tenant_id=69d9662172b34b3a85e4d6690858d0b5&device_id=4d731e1b-e61b-4701-b7e5-0faf2be75af9 => generated 2590 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2832] 199.19.213.163 () {34 vars in 986 bytes} [Thu Jul 2 11:20:56 2026] GET /v2.0/networks?id=4e211190-8c73-4a22-9a4e-6fe6d518dde7 => generated 803 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2833] 199.19.213.163 () {34 vars in 1058 bytes} [Thu Jul 2 11:20:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.252&port_id=755b0c92-54cb-49b7-bf44-3adf13d641fb => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2834] 199.19.213.163 () {34 vars in 984 bytes} [Thu Jul 2 11:20:56 2026] GET /v2.0/subnets?id=039b385c-6517-45e9-bafe-8b91a4a5b8bb => generated 679 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2835] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:20:56 2026] GET /v2.0/ports?network_id=4e211190-8c73-4a22-9a4e-6fe6d518dde7&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2836] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:20:56 2026] GET /v2.0/networks/4e211190-8c73-4a22-9a4e-6fe6d518dde7?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2837] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:20:56 2026] GET /v2.0/networks/4e211190-8c73-4a22-9a4e-6fe6d518dde7?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) 2026-07-02 11:21:01.873 7 WARNING neutron_lib.context [None req-ae34660a-a4e0-46c5-9e2b-c46fe38e9cc1 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-02 11:21:02.683 7 INFO neutron.db.l3_db [None req-ae34660a-a4e0-46c5-9e2b-c46fe38e9cc1 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] Floating IP 8306615f-dee7-4275-9d96-ce5469ccd2cf associated. External IP: 10.96.250.220, port: c4b4632a-b827-4d0c-8316-d11fbb5b60c8. [pid: 7|app: 0|req: 1380/2838] 10.0.0.119 () {34 vars in 677 bytes} [Thu Jul 2 11:21:01 2026] POST /v2.0/floatingips => generated 899 bytes in 1213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2839] 199.19.213.163 () {30 vars in 702 bytes} [Thu Jul 2 11:21:06 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/2840] 199.19.213.163 () {30 vars in 704 bytes} [Thu Jul 2 11:21:06 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2841] 199.19.213.163 () {30 vars in 680 bytes} [Thu Jul 2 11:21:06 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: 1382/2842] 199.19.213.163 () {30 vars in 716 bytes} [Thu Jul 2 11:21:06 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:21:06.284 8 INFO neutron.api.v2.resource [None req-a44bbbb6-2c5d-4932-87fb-ef6bdfbdc55c dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1461/2843] 199.19.213.163 () {30 vars in 762 bytes} [Thu Jul 2 11:21:06 2026] GET /v2.0/security-groups/lb-67f813f4-0839-46ee-a6a2-b74fab21fb44 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2844] 199.19.213.163 () {30 vars in 784 bytes} [Thu Jul 2 11:21:06 2026] GET /v2.0/security-groups?name=lb-67f813f4-0839-46ee-a6a2-b74fab21fb44 => generated 1639 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2845] 199.19.213.163 () {30 vars in 814 bytes} [Thu Jul 2 11:21:06 2026] GET /v2.0/security-group-rules?security_group_id=95542e30-a8cf-4abd-99bc-797e2d4074f7 => generated 1182 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2848] 199.19.213.163 () {34 vars in 746 bytes} [Thu Jul 2 11:21:06 2026] POST /v2.0/security-group-rules => generated 597 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2849] 199.19.213.163 () {34 vars in 746 bytes} [Thu Jul 2 11:21:06 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: 1465/2850] 10.0.0.216 () {30 vars in 689 bytes} [Thu Jul 2 11:21:14 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2851] 10.0.0.216 () {30 vars in 691 bytes} [Thu Jul 2 11:21:14 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2852] 10.0.0.216 () {30 vars in 667 bytes} [Thu Jul 2 11:21:14 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: 1387/2853] 10.0.0.216 () {30 vars in 703 bytes} [Thu Jul 2 11:21:14 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: 1467/2854] 10.0.0.216 () {28 vars in 438 bytes} [Thu Jul 2 11:21:14 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: 1388/2855] 10.0.0.216 () {30 vars in 727 bytes} [Thu Jul 2 11:21:14 2026] GET /v2.0/subnets/6127d2bb-7dd7-4e93-b806-009d6977b780 => generated 655 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2856] 199.19.213.163 () {30 vars in 702 bytes} [Thu Jul 2 11:21:16 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2857] 199.19.213.163 () {30 vars in 704 bytes} [Thu Jul 2 11:21:16 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: 1469/2858] 199.19.213.163 () {30 vars in 680 bytes} [Thu Jul 2 11:21:16 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2859] 199.19.213.163 () {30 vars in 716 bytes} [Thu Jul 2 11:21:16 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: 1470/2860] 199.19.213.163 () {30 vars in 740 bytes} [Thu Jul 2 11:21:16 2026] GET /v2.0/subnets/6127d2bb-7dd7-4e93-b806-009d6977b780 => generated 673 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2861] 199.19.213.163 () {30 vars in 768 bytes} [Thu Jul 2 11:21:16 2026] GET /v2.0/ports?device_id=4d731e1b-e61b-4701-b7e5-0faf2be75af9 => generated 2590 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2862] 199.19.213.163 () {30 vars in 702 bytes} [Thu Jul 2 11:21:16 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2863] 199.19.213.163 () {30 vars in 704 bytes} [Thu Jul 2 11:21:16 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: 1472/2864] 199.19.213.163 () {30 vars in 680 bytes} [Thu Jul 2 11:21:16 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2865] 199.19.213.163 () {30 vars in 716 bytes} [Thu Jul 2 11:21:16 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2866] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:21:18 2026] GET /v2.0/networks/f0069302-21a4-44a0-9bf3-814fe5bdd469?fields=segments => generated 14 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2867] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:21:18 2026] GET /v2.0/networks/f0069302-21a4-44a0-9bf3-814fe5bdd469?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2868] 199.19.213.163 () {34 vars in 986 bytes} [Thu Jul 2 11:21:18 2026] GET /v2.0/networks?id=f0069302-21a4-44a0-9bf3-814fe5bdd469 => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2869] 199.19.213.163 () {38 vars in 955 bytes} [Thu Jul 2 11:21:19 2026] POST /v2.0/ports => generated 1303 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2870] 199.19.213.163 () {38 vars in 1028 bytes} [Thu Jul 2 11:21:19 2026] PUT /v2.0/ports/4f90ce6e-bc11-4f6d-a2ea-056e4739af62 => generated 1464 bytes in 429 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1396/2871] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:21:20 2026] GET /v2.0/ports?tenant_id=69d9662172b34b3a85e4d6690858d0b5&device_id=4d731e1b-e61b-4701-b7e5-0faf2be75af9 => generated 4046 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1476/2872] 199.19.213.163 () {34 vars in 1062 bytes} [Thu Jul 2 11:21:20 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.209&port_id=acd04ad5-37f8-40ea-a8ed-0d2a96954a0a => 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: 1397/2873] 199.19.213.163 () {34 vars in 984 bytes} [Thu Jul 2 11:21:20 2026] GET /v2.0/subnets?id=76652121-f91c-47d1-bfb7-284edf2cb6ed => generated 654 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2874] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:21:20 2026] GET /v2.0/ports?network_id=4aa8b65b-1736-4f09-842a-de5bb28b9c62&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: 1398/2875] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:21:21 2026] GET /v2.0/networks/4aa8b65b-1736-4f09-842a-de5bb28b9c62?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:21:21.071 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-34bf54c9-cd0e-4ed2-94ef-8d6c42afe6e4'] response: {'name': 'network-changed', 'server_uuid': '4d731e1b-e61b-4701-b7e5-0faf2be75af9', 'tag': '4f90ce6e-bc11-4f6d-a2ea-056e4739af62', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1478/2876] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:21:21 2026] GET /v2.0/networks/4aa8b65b-1736-4f09-842a-de5bb28b9c62?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: 1399/2877] 199.19.213.163 () {34 vars in 1058 bytes} [Thu Jul 2 11:21:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.252&port_id=755b0c92-54cb-49b7-bf44-3adf13d641fb => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2878] 199.19.213.163 () {34 vars in 984 bytes} [Thu Jul 2 11:21:21 2026] GET /v2.0/subnets?id=039b385c-6517-45e9-bafe-8b91a4a5b8bb => generated 679 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2879] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:21:21 2026] GET /v2.0/ports?network_id=4e211190-8c73-4a22-9a4e-6fe6d518dde7&device_owner=network%3Adhcp => generated 1461 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/2880] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:21:21 2026] GET /v2.0/networks/4e211190-8c73-4a22-9a4e-6fe6d518dde7?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2881] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:21:21 2026] GET /v2.0/networks/4e211190-8c73-4a22-9a4e-6fe6d518dde7?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: 1481/2882] 199.19.213.163 () {34 vars in 1058 bytes} [Thu Jul 2 11:21:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.143&port_id=4f90ce6e-bc11-4f6d-a2ea-056e4739af62 => 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: 1402/2883] 199.19.213.163 () {34 vars in 1104 bytes} [Thu Jul 2 11:21:21 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A247&port_id=4f90ce6e-bc11-4f6d-a2ea-056e4739af62 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2884] 199.19.213.163 () {34 vars in 1064 bytes} [Thu Jul 2 11:21:21 2026] GET /v2.0/subnets?id=6127d2bb-7dd7-4e93-b806-009d6977b780&id=5a2a04f3-207b-45b8-9e01-baf36ba5b4d4 => generated 1410 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2887] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:21:21 2026] GET /v2.0/ports?network_id=f0069302-21a4-44a0-9bf3-814fe5bdd469&device_owner=network%3Adhcp => generated 1457 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/2888] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:21:21 2026] GET /v2.0/ports?network_id=f0069302-21a4-44a0-9bf3-814fe5bdd469&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2889] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:21:21 2026] GET /v2.0/networks/f0069302-21a4-44a0-9bf3-814fe5bdd469?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/2890] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:21:21 2026] GET /v2.0/networks/f0069302-21a4-44a0-9bf3-814fe5bdd469?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: 1405/2891] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:21:22 2026] GET /v2.0/ports?tenant_id=69d9662172b34b3a85e4d6690858d0b5&device_id=4d731e1b-e61b-4701-b7e5-0faf2be75af9 => generated 4046 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/2892] 199.19.213.163 () {34 vars in 986 bytes} [Thu Jul 2 11:21:22 2026] GET /v2.0/networks?id=f0069302-21a4-44a0-9bf3-814fe5bdd469 => generated 801 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2893] 199.19.213.163 () {34 vars in 1058 bytes} [Thu Jul 2 11:21:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.143&port_id=4f90ce6e-bc11-4f6d-a2ea-056e4739af62 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/2894] 199.19.213.163 () {34 vars in 1104 bytes} [Thu Jul 2 11:21:22 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A247&port_id=4f90ce6e-bc11-4f6d-a2ea-056e4739af62 => 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: 1407/2895] 199.19.213.163 () {34 vars in 1064 bytes} [Thu Jul 2 11:21:22 2026] GET /v2.0/subnets?id=6127d2bb-7dd7-4e93-b806-009d6977b780&id=5a2a04f3-207b-45b8-9e01-baf36ba5b4d4 => generated 1410 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/2896] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:21:22 2026] GET /v2.0/ports?network_id=f0069302-21a4-44a0-9bf3-814fe5bdd469&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2897] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:21:22 2026] GET /v2.0/ports?network_id=f0069302-21a4-44a0-9bf3-814fe5bdd469&device_owner=network%3Adhcp => generated 1457 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/2898] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:21:22 2026] GET /v2.0/networks/f0069302-21a4-44a0-9bf3-814fe5bdd469?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: 1409/2899] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:21:22 2026] GET /v2.0/networks/f0069302-21a4-44a0-9bf3-814fe5bdd469?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2900] 10.0.0.183 () {34 vars in 971 bytes} [Thu Jul 2 11:21:24 2026] GET /v2.0/ports/4f90ce6e-bc11-4f6d-a2ea-056e4739af62 => generated 1466 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2901] 199.19.213.163 () {30 vars in 736 bytes} [Thu Jul 2 11:21:24 2026] GET /v2.0/ports/4f90ce6e-bc11-4f6d-a2ea-056e4739af62 => generated 1466 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/2902] 199.19.213.163 () {30 vars in 736 bytes} [Thu Jul 2 11:21:24 2026] GET /v2.0/ports/4f90ce6e-bc11-4f6d-a2ea-056e4739af62 => generated 1466 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2903] 199.19.213.163 () {34 vars in 789 bytes} [Thu Jul 2 11:21:24 2026] PUT /v2.0/ports/4f90ce6e-bc11-4f6d-a2ea-056e4739af62 => generated 1201 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/2904] 199.19.213.163 () {30 vars in 742 bytes} [Thu Jul 2 11:21:25 2026] GET /v2.0/networks/f0069302-21a4-44a0-9bf3-814fe5bdd469 => generated 798 bytes in 54 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1412/2905] 199.19.213.163 () {30 vars in 740 bytes} [Thu Jul 2 11:21:25 2026] GET /v2.0/subnets/6127d2bb-7dd7-4e93-b806-009d6977b780 => generated 673 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/2906] 199.19.213.163 () {30 vars in 702 bytes} [Thu Jul 2 11:21:25 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: 1413/2907] 199.19.213.163 () {30 vars in 704 bytes} [Thu Jul 2 11:21:25 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: 1495/2908] 199.19.213.163 () {30 vars in 680 bytes} [Thu Jul 2 11:21:25 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) 2026-07-02 11:21:25.539 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1c6735ea-ed1b-482f-a4ac-a5809b8ed397'] response: {'name': 'network-changed', 'server_uuid': '4d731e1b-e61b-4701-b7e5-0faf2be75af9', 'tag': '4f90ce6e-bc11-4f6d-a2ea-056e4739af62', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1414/2909] 199.19.213.163 () {30 vars in 716 bytes} [Thu Jul 2 11:21:25 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: 1496/2910] 199.19.213.163 () {30 vars in 740 bytes} [Thu Jul 2 11:21:25 2026] GET /v2.0/subnets/039b385c-6517-45e9-bafe-8b91a4a5b8bb => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2911] 199.19.213.163 () {30 vars in 736 bytes} [Thu Jul 2 11:21:25 2026] GET /v2.0/ports/c4b4632a-b827-4d0c-8316-d11fbb5b60c8 => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/2912] 199.19.213.163 () {30 vars in 736 bytes} [Thu Jul 2 11:21:25 2026] GET /v2.0/ports/755b0c92-54cb-49b7-bf44-3adf13d641fb => generated 1350 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2913] 199.19.213.163 () {30 vars in 740 bytes} [Thu Jul 2 11:21:25 2026] GET /v2.0/subnets/039b385c-6517-45e9-bafe-8b91a4a5b8bb => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/2914] 199.19.213.163 () {30 vars in 742 bytes} [Thu Jul 2 11:21:25 2026] GET /v2.0/networks/4e211190-8c73-4a22-9a4e-6fe6d518dde7 => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2915] 199.19.213.163 () {30 vars in 736 bytes} [Thu Jul 2 11:21:25 2026] GET /v2.0/ports/c4b4632a-b827-4d0c-8316-d11fbb5b60c8 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/2916] 199.19.213.163 () {30 vars in 740 bytes} [Thu Jul 2 11:21:25 2026] GET /v2.0/subnets/039b385c-6517-45e9-bafe-8b91a4a5b8bb => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2917] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:21:25 2026] GET /v2.0/ports?tenant_id=69d9662172b34b3a85e4d6690858d0b5&device_id=4d731e1b-e61b-4701-b7e5-0faf2be75af9 => generated 3819 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/2918] 199.19.213.163 () {34 vars in 986 bytes} [Thu Jul 2 11:21:25 2026] GET /v2.0/networks?id=f0069302-21a4-44a0-9bf3-814fe5bdd469 => generated 801 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2919] 199.19.213.163 () {34 vars in 1058 bytes} [Thu Jul 2 11:21:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.143&port_id=4f90ce6e-bc11-4f6d-a2ea-056e4739af62 => 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: 1501/2920] 199.19.213.163 () {34 vars in 984 bytes} [Thu Jul 2 11:21:26 2026] GET /v2.0/subnets?id=6127d2bb-7dd7-4e93-b806-009d6977b780 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2921] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:21:26 2026] GET /v2.0/ports?network_id=f0069302-21a4-44a0-9bf3-814fe5bdd469&device_owner=network%3Adhcp => generated 1457 bytes in 644 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/2922] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:21:26 2026] GET /v2.0/networks/f0069302-21a4-44a0-9bf3-814fe5bdd469?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: 1421/2923] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:21:26 2026] GET /v2.0/networks/f0069302-21a4-44a0-9bf3-814fe5bdd469?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: 1503/2924] 10.0.0.216 () {30 vars in 689 bytes} [Thu Jul 2 11:21:30 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: 1422/2925] 10.0.0.216 () {30 vars in 691 bytes} [Thu Jul 2 11:21:30 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: 1504/2926] 10.0.0.216 () {30 vars in 667 bytes} [Thu Jul 2 11: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: 1423/2927] 10.0.0.216 () {30 vars in 703 bytes} [Thu Jul 2 11:21:30 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: 1505/2928] 10.0.0.216 () {28 vars in 438 bytes} [Thu Jul 2 11:21:30 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2929] 10.0.0.216 () {30 vars in 727 bytes} [Thu Jul 2 11:21:30 2026] GET /v2.0/subnets/f3007a2f-bd4e-49a3-8e45-54fda00833ee => generated 656 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/2930] 199.19.213.163 () {30 vars in 702 bytes} [Thu Jul 2 11:21:31 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2931] 199.19.213.163 () {30 vars in 704 bytes} [Thu Jul 2 11:21:31 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: 1507/2932] 199.19.213.163 () {30 vars in 680 bytes} [Thu Jul 2 11:21:31 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: 1426/2933] 199.19.213.163 () {30 vars in 716 bytes} [Thu Jul 2 11:21:31 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/2934] 199.19.213.163 () {30 vars in 740 bytes} [Thu Jul 2 11:21:31 2026] GET /v2.0/subnets/6127d2bb-7dd7-4e93-b806-009d6977b780 => generated 673 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2935] 199.19.213.163 () {30 vars in 740 bytes} [Thu Jul 2 11:21:31 2026] GET /v2.0/subnets/f3007a2f-bd4e-49a3-8e45-54fda00833ee => generated 674 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/2936] 199.19.213.163 () {30 vars in 768 bytes} [Thu Jul 2 11:21:31 2026] GET /v2.0/ports?device_id=4d731e1b-e61b-4701-b7e5-0faf2be75af9 => generated 3819 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2937] 199.19.213.163 () {30 vars in 702 bytes} [Thu Jul 2 11:21:31 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/2938] 199.19.213.163 () {30 vars in 704 bytes} [Thu Jul 2 11:21:31 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2939] 199.19.213.163 () {30 vars in 680 bytes} [Thu Jul 2 11:21: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: 8|app: 0|req: 1511/2940] 199.19.213.163 () {30 vars in 716 bytes} [Thu Jul 2 11:21:31 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: 1430/2941] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:21:32 2026] GET /v2.0/networks/0c7276e9-9ef2-4fed-a77b-f78e054fe3a6?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/2942] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:21:32 2026] GET /v2.0/networks/0c7276e9-9ef2-4fed-a77b-f78e054fe3a6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2943] 199.19.213.163 () {34 vars in 986 bytes} [Thu Jul 2 11:21:33 2026] GET /v2.0/networks?id=0c7276e9-9ef2-4fed-a77b-f78e054fe3a6 => generated 801 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/2944] 199.19.213.163 () {38 vars in 955 bytes} [Thu Jul 2 11:21:33 2026] POST /v2.0/ports => generated 1307 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2945] 199.19.213.163 () {38 vars in 1028 bytes} [Thu Jul 2 11:21:33 2026] PUT /v2.0/ports/853fd95b-f845-40b6-afc9-b354426e4bf8 => generated 1468 bytes in 550 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1514/2946] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:21:35 2026] GET /v2.0/ports?tenant_id=69d9662172b34b3a85e4d6690858d0b5&device_id=4d731e1b-e61b-4701-b7e5-0faf2be75af9 => generated 5279 bytes in 46 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1433/2947] 199.19.213.163 () {34 vars in 1062 bytes} [Thu Jul 2 11:21:35 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.209&port_id=acd04ad5-37f8-40ea-a8ed-0d2a96954a0a => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/2948] 199.19.213.163 () {34 vars in 984 bytes} [Thu Jul 2 11:21:35 2026] GET /v2.0/subnets?id=76652121-f91c-47d1-bfb7-284edf2cb6ed => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:21:35.313 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e50248e3-e5bc-4a30-af26-bcc5b7471031'] response: {'name': 'network-changed', 'server_uuid': '4d731e1b-e61b-4701-b7e5-0faf2be75af9', 'tag': '853fd95b-f845-40b6-afc9-b354426e4bf8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1434/2949] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:21:35 2026] GET /v2.0/ports?network_id=4aa8b65b-1736-4f09-842a-de5bb28b9c62&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: 1516/2950] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:21:35 2026] GET /v2.0/networks/4aa8b65b-1736-4f09-842a-de5bb28b9c62?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2951] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:21:35 2026] GET /v2.0/networks/4aa8b65b-1736-4f09-842a-de5bb28b9c62?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: 1517/2952] 199.19.213.163 () {34 vars in 1058 bytes} [Thu Jul 2 11:21:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.252&port_id=755b0c92-54cb-49b7-bf44-3adf13d641fb => 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: 1436/2953] 199.19.213.163 () {34 vars in 984 bytes} [Thu Jul 2 11:21:35 2026] GET /v2.0/subnets?id=039b385c-6517-45e9-bafe-8b91a4a5b8bb => generated 679 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/2954] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:21:35 2026] GET /v2.0/ports?network_id=4e211190-8c73-4a22-9a4e-6fe6d518dde7&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: 7|app: 0|req: 1437/2955] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:21:35 2026] GET /v2.0/networks/4e211190-8c73-4a22-9a4e-6fe6d518dde7?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: 1519/2956] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:21:35 2026] GET /v2.0/networks/4e211190-8c73-4a22-9a4e-6fe6d518dde7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2957] 199.19.213.163 () {34 vars in 1058 bytes} [Thu Jul 2 11:21:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.143&port_id=4f90ce6e-bc11-4f6d-a2ea-056e4739af62 => 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: 1520/2958] 199.19.213.163 () {34 vars in 984 bytes} [Thu Jul 2 11:21:35 2026] GET /v2.0/subnets?id=6127d2bb-7dd7-4e93-b806-009d6977b780 => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2959] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:21:35 2026] GET /v2.0/ports?network_id=f0069302-21a4-44a0-9bf3-814fe5bdd469&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/2960] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:21:35 2026] GET /v2.0/networks/f0069302-21a4-44a0-9bf3-814fe5bdd469?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: 1440/2961] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:21:35 2026] GET /v2.0/networks/f0069302-21a4-44a0-9bf3-814fe5bdd469?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: 1522/2962] 199.19.213.163 () {34 vars in 1058 bytes} [Thu Jul 2 11:21:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.196&port_id=853fd95b-f845-40b6-afc9-b354426e4bf8 => 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: 1441/2963] 199.19.213.163 () {34 vars in 1106 bytes} [Thu Jul 2 11:21:35 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A34b&port_id=853fd95b-f845-40b6-afc9-b354426e4bf8 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/2964] 199.19.213.163 () {34 vars in 1064 bytes} [Thu Jul 2 11:21:35 2026] GET /v2.0/subnets?id=f3007a2f-bd4e-49a3-8e45-54fda00833ee&id=3513716c-dfe1-4c92-a69d-e89ba4a618b8 => generated 1415 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2965] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:21:35 2026] GET /v2.0/ports?network_id=0c7276e9-9ef2-4fed-a77b-f78e054fe3a6&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: 1524/2966] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:21:36 2026] GET /v2.0/ports?network_id=0c7276e9-9ef2-4fed-a77b-f78e054fe3a6&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2967] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:21:36 2026] GET /v2.0/networks/0c7276e9-9ef2-4fed-a77b-f78e054fe3a6?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/2968] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:21:36 2026] GET /v2.0/networks/0c7276e9-9ef2-4fed-a77b-f78e054fe3a6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/2971] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:21:37 2026] GET /v2.0/ports?tenant_id=69d9662172b34b3a85e4d6690858d0b5&device_id=4d731e1b-e61b-4701-b7e5-0faf2be75af9 => generated 5279 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2972] 199.19.213.163 () {34 vars in 986 bytes} [Thu Jul 2 11:21:37 2026] GET /v2.0/networks?id=0c7276e9-9ef2-4fed-a77b-f78e054fe3a6 => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/2973] 199.19.213.163 () {34 vars in 1058 bytes} [Thu Jul 2 11:21:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.196&port_id=853fd95b-f845-40b6-afc9-b354426e4bf8 => 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: 1446/2974] 199.19.213.163 () {34 vars in 1106 bytes} [Thu Jul 2 11:21:37 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A34b&port_id=853fd95b-f845-40b6-afc9-b354426e4bf8 => 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: 1529/2975] 199.19.213.163 () {34 vars in 1064 bytes} [Thu Jul 2 11:21:37 2026] GET /v2.0/subnets?id=f3007a2f-bd4e-49a3-8e45-54fda00833ee&id=3513716c-dfe1-4c92-a69d-e89ba4a618b8 => generated 1415 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2976] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:21:37 2026] GET /v2.0/ports?network_id=0c7276e9-9ef2-4fed-a77b-f78e054fe3a6&device_owner=network%3Adhcp => generated 1461 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/2977] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:21:37 2026] GET /v2.0/ports?network_id=0c7276e9-9ef2-4fed-a77b-f78e054fe3a6&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: 1448/2978] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:21:37 2026] GET /v2.0/networks/0c7276e9-9ef2-4fed-a77b-f78e054fe3a6?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: 1531/2979] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:21:37 2026] GET /v2.0/networks/0c7276e9-9ef2-4fed-a77b-f78e054fe3a6?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: 1449/2980] 10.0.0.183 () {34 vars in 971 bytes} [Thu Jul 2 11:21:39 2026] GET /v2.0/ports/853fd95b-f845-40b6-afc9-b354426e4bf8 => generated 1470 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/2981] 199.19.213.163 () {30 vars in 736 bytes} [Thu Jul 2 11:21:39 2026] GET /v2.0/ports/853fd95b-f845-40b6-afc9-b354426e4bf8 => generated 1470 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2982] 199.19.213.163 () {30 vars in 736 bytes} [Thu Jul 2 11:21:39 2026] GET /v2.0/ports/853fd95b-f845-40b6-afc9-b354426e4bf8 => generated 1470 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/2983] 199.19.213.163 () {34 vars in 789 bytes} [Thu Jul 2 11:21:39 2026] PUT /v2.0/ports/853fd95b-f845-40b6-afc9-b354426e4bf8 => generated 1201 bytes in 466 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2984] 199.19.213.163 () {30 vars in 742 bytes} [Thu Jul 2 11:21:40 2026] GET /v2.0/networks/0c7276e9-9ef2-4fed-a77b-f78e054fe3a6 => generated 798 bytes in 42 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1534/2985] 199.19.213.163 () {30 vars in 740 bytes} [Thu Jul 2 11:21:40 2026] GET /v2.0/subnets/f3007a2f-bd4e-49a3-8e45-54fda00833ee => generated 674 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2986] 199.19.213.163 () {30 vars in 702 bytes} [Thu Jul 2 11:21:40 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) 2026-07-02 11:21:40.437 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9d4280c3-ba79-4065-9673-2594966cd62f'] response: {'name': 'network-changed', 'server_uuid': '4d731e1b-e61b-4701-b7e5-0faf2be75af9', 'tag': '853fd95b-f845-40b6-afc9-b354426e4bf8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1535/2987] 199.19.213.163 () {30 vars in 704 bytes} [Thu Jul 2 11:21:40 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: 1453/2988] 199.19.213.163 () {30 vars in 680 bytes} [Thu Jul 2 11:21:40 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: 1536/2989] 199.19.213.163 () {30 vars in 716 bytes} [Thu Jul 2 11:21:40 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: 1454/2990] 199.19.213.163 () {30 vars in 740 bytes} [Thu Jul 2 11:21:40 2026] GET /v2.0/subnets/039b385c-6517-45e9-bafe-8b91a4a5b8bb => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/2991] 199.19.213.163 () {30 vars in 736 bytes} [Thu Jul 2 11:21:40 2026] GET /v2.0/ports/c4b4632a-b827-4d0c-8316-d11fbb5b60c8 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2992] 199.19.213.163 () {30 vars in 736 bytes} [Thu Jul 2 11:21:40 2026] GET /v2.0/ports/755b0c92-54cb-49b7-bf44-3adf13d641fb => generated 1350 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/2993] 199.19.213.163 () {30 vars in 740 bytes} [Thu Jul 2 11:21:40 2026] GET /v2.0/subnets/039b385c-6517-45e9-bafe-8b91a4a5b8bb => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2994] 199.19.213.163 () {30 vars in 742 bytes} [Thu Jul 2 11:21:40 2026] GET /v2.0/networks/4e211190-8c73-4a22-9a4e-6fe6d518dde7 => generated 800 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/2995] 199.19.213.163 () {30 vars in 736 bytes} [Thu Jul 2 11:21:40 2026] GET /v2.0/ports/c4b4632a-b827-4d0c-8316-d11fbb5b60c8 => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2996] 199.19.213.163 () {30 vars in 740 bytes} [Thu Jul 2 11:21:40 2026] GET /v2.0/subnets/039b385c-6517-45e9-bafe-8b91a4a5b8bb => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/2997] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:21:40 2026] GET /v2.0/ports?tenant_id=69d9662172b34b3a85e4d6690858d0b5&device_id=4d731e1b-e61b-4701-b7e5-0faf2be75af9 => generated 5048 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2998] 199.19.213.163 () {34 vars in 986 bytes} [Thu Jul 2 11:21:40 2026] GET /v2.0/networks?id=0c7276e9-9ef2-4fed-a77b-f78e054fe3a6 => generated 801 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/2999] 199.19.213.163 () {34 vars in 1058 bytes} [Thu Jul 2 11:21:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.196&port_id=853fd95b-f845-40b6-afc9-b354426e4bf8 => 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: 1459/3000] 199.19.213.163 () {34 vars in 984 bytes} [Thu Jul 2 11:21:40 2026] GET /v2.0/subnets?id=f3007a2f-bd4e-49a3-8e45-54fda00833ee => generated 677 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3001] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:21:40 2026] GET /v2.0/ports?network_id=0c7276e9-9ef2-4fed-a77b-f78e054fe3a6&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/3002] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:21:41 2026] GET /v2.0/networks/0c7276e9-9ef2-4fed-a77b-f78e054fe3a6?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: 1543/3003] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:21:41 2026] GET /v2.0/networks/0c7276e9-9ef2-4fed-a77b-f78e054fe3a6?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: 1461/3004] 199.19.213.163 () {30 vars in 702 bytes} [Thu Jul 2 11:21:49 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: 1544/3005] 199.19.213.163 () {30 vars in 704 bytes} [Thu Jul 2 11:21:49 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: 1462/3006] 199.19.213.163 () {30 vars in 680 bytes} [Thu Jul 2 11:21:49 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3007] 199.19.213.163 () {30 vars in 716 bytes} [Thu Jul 2 11:21:49 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: 1463/3008] 199.19.213.163 () {30 vars in 740 bytes} [Thu Jul 2 11:21:49 2026] GET /v2.0/subnets/6127d2bb-7dd7-4e93-b806-009d6977b780 => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3009] 199.19.213.163 () {30 vars in 768 bytes} [Thu Jul 2 11:21:49 2026] GET /v2.0/ports?device_id=4d731e1b-e61b-4701-b7e5-0faf2be75af9 => generated 5048 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/3010] 199.19.213.163 () {30 vars in 702 bytes} [Thu Jul 2 11:21:50 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3011] 199.19.213.163 () {30 vars in 704 bytes} [Thu Jul 2 11:21:50 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: 7|app: 0|req: 1465/3012] 199.19.213.163 () {30 vars in 680 bytes} [Thu Jul 2 11:21:50 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: 1548/3013] 199.19.213.163 () {30 vars in 716 bytes} [Thu Jul 2 11:21:50 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/3014] 199.19.213.163 () {30 vars in 736 bytes} [Thu Jul 2 11:21:50 2026] GET /v2.0/ports/853fd95b-f845-40b6-afc9-b354426e4bf8 => generated 1237 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3015] 199.19.213.163 () {34 vars in 788 bytes} [Thu Jul 2 11:21:50 2026] PUT /v2.0/ports/853fd95b-f845-40b6-afc9-b354426e4bf8 => generated 1026 bytes in 346 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/3016] 199.19.213.163 () {30 vars in 742 bytes} [Thu Jul 2 11:21:50 2026] GET /v2.0/networks/0c7276e9-9ef2-4fed-a77b-f78e054fe3a6 => generated 798 bytes in 51 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1550/3017] 199.19.213.163 () {30 vars in 768 bytes} [Thu Jul 2 11:21:50 2026] GET /v2.0/ports?device_id=4d731e1b-e61b-4701-b7e5-0faf2be75af9 => generated 4873 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/3018] 199.19.213.163 () {30 vars in 768 bytes} [Thu Jul 2 11:21:50 2026] GET /v2.0/ports?device_id=4d731e1b-e61b-4701-b7e5-0faf2be75af9 => generated 4873 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:21:51.115 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1272cf63-b599-477a-b520-54ad386cdaff'] response: {'name': 'network-changed', 'server_uuid': '4d731e1b-e61b-4701-b7e5-0faf2be75af9', 'tag': '853fd95b-f845-40b6-afc9-b354426e4bf8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1551/3019] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:21:51 2026] GET /v2.0/ports?tenant_id=69d9662172b34b3a85e4d6690858d0b5&device_id=4d731e1b-e61b-4701-b7e5-0faf2be75af9 => generated 4873 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/3020] 199.19.213.163 () {34 vars in 986 bytes} [Thu Jul 2 11:21:51 2026] GET /v2.0/networks?id=0c7276e9-9ef2-4fed-a77b-f78e054fe3a6 => generated 801 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3021] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:21:51 2026] GET /v2.0/networks/0c7276e9-9ef2-4fed-a77b-f78e054fe3a6?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: 1470/3022] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:21:51 2026] GET /v2.0/networks/0c7276e9-9ef2-4fed-a77b-f78e054fe3a6?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: 7|app: 0|req: 1472/3025] 199.19.213.163 () {30 vars in 768 bytes} [Thu Jul 2 11:21:51 2026] GET /v2.0/ports?device_id=4d731e1b-e61b-4701-b7e5-0faf2be75af9 => generated 4873 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3026] 199.19.213.163 () {34 vars in 975 bytes} [Thu Jul 2 11:21:52 2026] GET /v2.0/ports/853fd95b-f845-40b6-afc9-b354426e4bf8 => generated 1062 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3027] 199.19.213.163 () {30 vars in 768 bytes} [Thu Jul 2 11:21:52 2026] GET /v2.0/ports?device_id=4d731e1b-e61b-4701-b7e5-0faf2be75af9 => generated 4873 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/3028] 199.19.213.163 () {36 vars in 997 bytes} [Thu Jul 2 11:21:52 2026] DELETE /v2.0/ports/853fd95b-f845-40b6-afc9-b354426e4bf8 => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3029] 199.19.213.163 () {34 vars in 1096 bytes} [Thu Jul 2 11:21:53 2026] GET /v2.0/ports?device_id=98470808-49dc-4e6e-be0a-424f11736338&fields=binding%3Ahost_id&fields=binding%3Avif_type => generated 67 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/3030] 199.19.213.163 () {30 vars in 768 bytes} [Thu Jul 2 11:21:53 2026] GET /v2.0/ports?device_id=4d731e1b-e61b-4701-b7e5-0faf2be75af9 => generated 3819 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:21:53.945 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e29959de-d838-4b4f-bb56-4a2fd4cd136d dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1557/3031] 199.19.213.163 () {32 vars in 758 bytes} [Thu Jul 2 11:21:53 2026] DELETE /v2.0/ports/853fd95b-f845-40b6-afc9-b354426e4bf8 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:21:54.431 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1e8e5a54-be03-4920-9ca1-7c66e70d539e'] response: {'server_uuid': '4d731e1b-e61b-4701-b7e5-0faf2be75af9', 'name': 'network-vif-deleted', 'tag': '853fd95b-f845-40b6-afc9-b354426e4bf8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1475/3032] 199.19.213.163 () {30 vars in 702 bytes} [Thu Jul 2 11:21:54 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: 1558/3033] 199.19.213.163 () {30 vars in 704 bytes} [Thu Jul 2 11:21:54 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: 1476/3034] 199.19.213.163 () {30 vars in 680 bytes} [Thu Jul 2 11:21:54 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: 1559/3035] 199.19.213.163 () {30 vars in 716 bytes} [Thu Jul 2 11:21:54 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: 1477/3036] 199.19.213.163 () {30 vars in 740 bytes} [Thu Jul 2 11:21:54 2026] GET /v2.0/subnets/039b385c-6517-45e9-bafe-8b91a4a5b8bb => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/3037] 199.19.213.163 () {30 vars in 736 bytes} [Thu Jul 2 11:21:54 2026] GET /v2.0/ports/c4b4632a-b827-4d0c-8316-d11fbb5b60c8 => generated 1132 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3038] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:21:54 2026] GET /v2.0/ports?tenant_id=69d9662172b34b3a85e4d6690858d0b5&device_id=4d731e1b-e61b-4701-b7e5-0faf2be75af9 => generated 3819 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/3039] 199.19.213.163 () {30 vars in 736 bytes} [Thu Jul 2 11:21:54 2026] GET /v2.0/ports/755b0c92-54cb-49b7-bf44-3adf13d641fb => generated 1350 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/3040] 199.19.213.163 () {30 vars in 740 bytes} [Thu Jul 2 11:21:54 2026] GET /v2.0/subnets/039b385c-6517-45e9-bafe-8b91a4a5b8bb => generated 676 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3041] 199.19.213.163 () {34 vars in 1146 bytes} [Thu Jul 2 11:21:54 2026] GET /v2.0/networks?id=4aa8b65b-1736-4f09-842a-de5bb28b9c62&id=4e211190-8c73-4a22-9a4e-6fe6d518dde7&id=f0069302-21a4-44a0-9bf3-814fe5bdd469 => generated 2311 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/3042] 199.19.213.163 () {34 vars in 1062 bytes} [Thu Jul 2 11:21:54 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.209&port_id=acd04ad5-37f8-40ea-a8ed-0d2a96954a0a => 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: 1481/3043] 199.19.213.163 () {30 vars in 742 bytes} [Thu Jul 2 11:21:54 2026] GET /v2.0/networks/4e211190-8c73-4a22-9a4e-6fe6d518dde7 => 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: 1563/3044] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:21:54 2026] GET /v2.0/ports?tenant_id=f39eb3598c294dee9004f95f557f8cd1&device_id=98470808-49dc-4e6e-be0a-424f11736338 => 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: 1482/3045] 199.19.213.163 () {34 vars in 984 bytes} [Thu Jul 2 11:21:54 2026] GET /v2.0/subnets?id=76652121-f91c-47d1-bfb7-284edf2cb6ed => generated 654 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3046] 199.19.213.163 () {30 vars in 736 bytes} [Thu Jul 2 11:21:54 2026] GET /v2.0/ports/c4b4632a-b827-4d0c-8316-d11fbb5b60c8 => generated 1132 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/3047] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:21:54 2026] GET /v2.0/ports?network_id=4aa8b65b-1736-4f09-842a-de5bb28b9c62&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: 1565/3048] 199.19.213.163 () {30 vars in 740 bytes} [Thu Jul 2 11:21:54 2026] GET /v2.0/subnets/039b385c-6517-45e9-bafe-8b91a4a5b8bb => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/3049] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:21:54 2026] GET /v2.0/networks/4aa8b65b-1736-4f09-842a-de5bb28b9c62?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3050] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:21:54 2026] GET /v2.0/networks/4aa8b65b-1736-4f09-842a-de5bb28b9c62?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: 1485/3051] 199.19.213.163 () {34 vars in 1058 bytes} [Thu Jul 2 11:21:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.252&port_id=755b0c92-54cb-49b7-bf44-3adf13d641fb => 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: 1567/3052] 199.19.213.163 () {34 vars in 984 bytes} [Thu Jul 2 11:21:54 2026] GET /v2.0/subnets?id=039b385c-6517-45e9-bafe-8b91a4a5b8bb => generated 679 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/3053] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:21:54 2026] GET /v2.0/ports?network_id=4e211190-8c73-4a22-9a4e-6fe6d518dde7&device_owner=network%3Adhcp => generated 1461 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3054] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:21:54 2026] GET /v2.0/networks/4e211190-8c73-4a22-9a4e-6fe6d518dde7?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/3055] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:21:54 2026] GET /v2.0/networks/4e211190-8c73-4a22-9a4e-6fe6d518dde7?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: 1569/3056] 199.19.213.163 () {34 vars in 1058 bytes} [Thu Jul 2 11:21:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.143&port_id=4f90ce6e-bc11-4f6d-a2ea-056e4739af62 => 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: 1488/3057] 199.19.213.163 () {34 vars in 984 bytes} [Thu Jul 2 11:21:55 2026] GET /v2.0/subnets?id=6127d2bb-7dd7-4e93-b806-009d6977b780 => generated 676 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3058] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:21:55 2026] GET /v2.0/ports?network_id=f0069302-21a4-44a0-9bf3-814fe5bdd469&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: 1489/3059] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:21:55 2026] GET /v2.0/networks/f0069302-21a4-44a0-9bf3-814fe5bdd469?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/3060] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:21:55 2026] GET /v2.0/networks/f0069302-21a4-44a0-9bf3-814fe5bdd469?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: 1571/3061] 199.19.213.163 () {34 vars in 986 bytes} [Thu Jul 2 11:21:55 2026] GET /v2.0/networks?id=f0069302-21a4-44a0-9bf3-814fe5bdd469 => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/3062] 199.19.213.163 () {34 vars in 1056 bytes} [Thu Jul 2 11:21:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.72&port_id=78cafba3-d702-4537-957a-86cc0a186760 => generated 859 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3063] 199.19.213.163 () {34 vars in 1104 bytes} [Thu Jul 2 11:21:55 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A231&port_id=78cafba3-d702-4537-957a-86cc0a186760 => 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: 1492/3064] 199.19.213.163 () {34 vars in 1064 bytes} [Thu Jul 2 11:21:55 2026] GET /v2.0/subnets?id=6127d2bb-7dd7-4e93-b806-009d6977b780&id=5a2a04f3-207b-45b8-9e01-baf36ba5b4d4 => generated 1410 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3065] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:21:55 2026] GET /v2.0/ports?network_id=f0069302-21a4-44a0-9bf3-814fe5bdd469&device_owner=network%3Adhcp => generated 1457 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/3066] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:21:55 2026] GET /v2.0/ports?network_id=f0069302-21a4-44a0-9bf3-814fe5bdd469&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: 8|app: 0|req: 1574/3067] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:21:55 2026] GET /v2.0/networks/f0069302-21a4-44a0-9bf3-814fe5bdd469?fields=segments => generated 14 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/3068] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:21:55 2026] GET /v2.0/networks/f0069302-21a4-44a0-9bf3-814fe5bdd469?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: 1575/3069] 199.19.213.163 () {30 vars in 702 bytes} [Thu Jul 2 11:22:00 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/3070] 199.19.213.163 () {30 vars in 704 bytes} [Thu Jul 2 11:22: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: 8|app: 0|req: 1576/3071] 199.19.213.163 () {30 vars in 680 bytes} [Thu Jul 2 11:22:00 2026] GET /v2.0/extensions/qos => generated 166 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/3072] 199.19.213.163 () {30 vars in 716 bytes} [Thu Jul 2 11:22: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: 8|app: 0|req: 1577/3073] 199.19.213.163 () {30 vars in 768 bytes} [Thu Jul 2 11:22:00 2026] GET /v2.0/ports?device_id=4d731e1b-e61b-4701-b7e5-0faf2be75af9 => generated 3819 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/3074] 199.19.213.163 () {30 vars in 702 bytes} [Thu Jul 2 11:22:00 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3075] 199.19.213.163 () {30 vars in 704 bytes} [Thu Jul 2 11:22:00 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: 1498/3076] 199.19.213.163 () {30 vars in 680 bytes} [Thu Jul 2 11:22:00 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: 1579/3077] 199.19.213.163 () {30 vars in 716 bytes} [Thu Jul 2 11:22: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: 1499/3078] 199.19.213.163 () {30 vars in 736 bytes} [Thu Jul 2 11:22:00 2026] GET /v2.0/ports/4f90ce6e-bc11-4f6d-a2ea-056e4739af62 => generated 1237 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3079] 199.19.213.163 () {34 vars in 788 bytes} [Thu Jul 2 11:22:00 2026] PUT /v2.0/ports/4f90ce6e-bc11-4f6d-a2ea-056e4739af62 => generated 1026 bytes in 316 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/3080] 199.19.213.163 () {30 vars in 742 bytes} [Thu Jul 2 11:22:00 2026] GET /v2.0/networks/f0069302-21a4-44a0-9bf3-814fe5bdd469 => generated 798 bytes in 48 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1581/3081] 199.19.213.163 () {30 vars in 768 bytes} [Thu Jul 2 11:22:01 2026] GET /v2.0/ports?device_id=4d731e1b-e61b-4701-b7e5-0faf2be75af9 => generated 3644 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/3082] 199.19.213.163 () {30 vars in 768 bytes} [Thu Jul 2 11:22:01 2026] GET /v2.0/ports?device_id=4d731e1b-e61b-4701-b7e5-0faf2be75af9 => generated 3644 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:22:01.619 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4559b168-f9ec-4c21-bc79-c3e6ba1a48d4'] response: {'name': 'network-changed', 'server_uuid': '4d731e1b-e61b-4701-b7e5-0faf2be75af9', 'tag': '4f90ce6e-bc11-4f6d-a2ea-056e4739af62', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1582/3083] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:22:01 2026] GET /v2.0/ports?tenant_id=69d9662172b34b3a85e4d6690858d0b5&device_id=4d731e1b-e61b-4701-b7e5-0faf2be75af9 => generated 3644 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/3084] 199.19.213.163 () {34 vars in 986 bytes} [Thu Jul 2 11:22:01 2026] GET /v2.0/networks?id=f0069302-21a4-44a0-9bf3-814fe5bdd469 => generated 801 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3085] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:22:01 2026] GET /v2.0/networks/f0069302-21a4-44a0-9bf3-814fe5bdd469?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: 1503/3086] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:22:01 2026] GET /v2.0/networks/f0069302-21a4-44a0-9bf3-814fe5bdd469?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: 1584/3087] 199.19.213.163 () {30 vars in 768 bytes} [Thu Jul 2 11:22:02 2026] GET /v2.0/ports?device_id=4d731e1b-e61b-4701-b7e5-0faf2be75af9 => generated 3644 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/3088] 199.19.213.163 () {34 vars in 975 bytes} [Thu Jul 2 11:22:03 2026] GET /v2.0/ports/4f90ce6e-bc11-4f6d-a2ea-056e4739af62 => generated 1062 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/3089] 199.19.213.163 () {30 vars in 768 bytes} [Thu Jul 2 11:22:03 2026] GET /v2.0/ports?device_id=4d731e1b-e61b-4701-b7e5-0faf2be75af9 => generated 3644 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3090] 199.19.213.163 () {36 vars in 997 bytes} [Thu Jul 2 11:22:03 2026] DELETE /v2.0/ports/4f90ce6e-bc11-4f6d-a2ea-056e4739af62 => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/3091] 199.19.213.163 () {30 vars in 768 bytes} [Thu Jul 2 11:22:04 2026] GET /v2.0/ports?device_id=4d731e1b-e61b-4701-b7e5-0faf2be75af9 => generated 2590 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:22:04.463 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b2a053bd-e230-47c0-aaa2-31f03ab4fb39 dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1586/3092] 199.19.213.163 () {32 vars in 758 bytes} [Thu Jul 2 11:22:04 2026] DELETE /v2.0/ports/4f90ce6e-bc11-4f6d-a2ea-056e4739af62 => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/3093] 199.19.213.163 () {30 vars in 702 bytes} [Thu Jul 2 11:22:04 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) 2026-07-02 11:22:04.603 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4b494659-13ba-497d-a8be-c1e0e2c2ce86'] response: {'server_uuid': '4d731e1b-e61b-4701-b7e5-0faf2be75af9', 'name': 'network-vif-deleted', 'tag': '4f90ce6e-bc11-4f6d-a2ea-056e4739af62', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1587/3094] 199.19.213.163 () {30 vars in 704 bytes} [Thu Jul 2 11:22:04 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/3095] 199.19.213.163 () {30 vars in 680 bytes} [Thu Jul 2 11:22:04 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: 1588/3096] 199.19.213.163 () {30 vars in 716 bytes} [Thu Jul 2 11:22:04 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: 1509/3097] 199.19.213.163 () {30 vars in 740 bytes} [Thu Jul 2 11:22:04 2026] GET /v2.0/subnets/039b385c-6517-45e9-bafe-8b91a4a5b8bb => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3098] 199.19.213.163 () {30 vars in 736 bytes} [Thu Jul 2 11:22:04 2026] GET /v2.0/ports/c4b4632a-b827-4d0c-8316-d11fbb5b60c8 => generated 1132 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/3099] 199.19.213.163 () {30 vars in 736 bytes} [Thu Jul 2 11:22:04 2026] GET /v2.0/ports/755b0c92-54cb-49b7-bf44-3adf13d641fb => generated 1350 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3100] 199.19.213.163 () {30 vars in 740 bytes} [Thu Jul 2 11:22:04 2026] GET /v2.0/subnets/039b385c-6517-45e9-bafe-8b91a4a5b8bb => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/3101] 199.19.213.163 () {30 vars in 742 bytes} [Thu Jul 2 11:22:04 2026] GET /v2.0/networks/4e211190-8c73-4a22-9a4e-6fe6d518dde7 => generated 800 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3102] 199.19.213.163 () {30 vars in 736 bytes} [Thu Jul 2 11:22:04 2026] GET /v2.0/ports/c4b4632a-b827-4d0c-8316-d11fbb5b60c8 => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/3103] 199.19.213.163 () {30 vars in 740 bytes} [Thu Jul 2 11:22:04 2026] GET /v2.0/subnets/039b385c-6517-45e9-bafe-8b91a4a5b8bb => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3104] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:22:05 2026] GET /v2.0/ports?tenant_id=69d9662172b34b3a85e4d6690858d0b5&device_id=4d731e1b-e61b-4701-b7e5-0faf2be75af9 => generated 2590 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/3105] 199.19.213.163 () {34 vars in 1066 bytes} [Thu Jul 2 11:22:05 2026] GET /v2.0/networks?id=4aa8b65b-1736-4f09-842a-de5bb28b9c62&id=4e211190-8c73-4a22-9a4e-6fe6d518dde7 => generated 1524 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3106] 199.19.213.163 () {34 vars in 1062 bytes} [Thu Jul 2 11:22:05 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.209&port_id=acd04ad5-37f8-40ea-a8ed-0d2a96954a0a => 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: 1514/3107] 199.19.213.163 () {34 vars in 984 bytes} [Thu Jul 2 11:22:05 2026] GET /v2.0/subnets?id=76652121-f91c-47d1-bfb7-284edf2cb6ed => generated 654 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3108] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:22:05 2026] GET /v2.0/ports?network_id=4aa8b65b-1736-4f09-842a-de5bb28b9c62&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/3109] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:22:05 2026] GET /v2.0/networks/4aa8b65b-1736-4f09-842a-de5bb28b9c62?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3110] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:22:05 2026] GET /v2.0/networks/4aa8b65b-1736-4f09-842a-de5bb28b9c62?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: 1516/3111] 199.19.213.163 () {34 vars in 1058 bytes} [Thu Jul 2 11:22:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.252&port_id=755b0c92-54cb-49b7-bf44-3adf13d641fb => 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: 1596/3112] 199.19.213.163 () {34 vars in 984 bytes} [Thu Jul 2 11:22:05 2026] GET /v2.0/subnets?id=039b385c-6517-45e9-bafe-8b91a4a5b8bb => generated 679 bytes in 827 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/3113] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:22:06 2026] GET /v2.0/ports?network_id=4e211190-8c73-4a22-9a4e-6fe6d518dde7&device_owner=network%3Adhcp => generated 1461 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3114] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:22:06 2026] GET /v2.0/networks/4e211190-8c73-4a22-9a4e-6fe6d518dde7?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: 1518/3117] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:22:06 2026] GET /v2.0/networks/4e211190-8c73-4a22-9a4e-6fe6d518dde7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3118] 199.19.213.163 () {30 vars in 702 bytes} [Thu Jul 2 11:22:17 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: 1519/3119] 199.19.213.163 () {30 vars in 704 bytes} [Thu Jul 2 11:22:17 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: 1601/3120] 199.19.213.163 () {30 vars in 680 bytes} [Thu Jul 2 11:22:17 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: 1520/3121] 199.19.213.163 () {30 vars in 716 bytes} [Thu Jul 2 11:22:17 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) 2026-07-02 11:22:17.552 8 INFO neutron.api.v2.resource [None req-34aaba5e-96ac-48d4-a317-6a954556219c dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1602/3122] 199.19.213.163 () {30 vars in 762 bytes} [Thu Jul 2 11:22:17 2026] GET /v2.0/security-groups/lb-67f813f4-0839-46ee-a6a2-b74fab21fb44 => 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: 1521/3123] 199.19.213.163 () {30 vars in 784 bytes} [Thu Jul 2 11:22:17 2026] GET /v2.0/security-groups?name=lb-67f813f4-0839-46ee-a6a2-b74fab21fb44 => generated 2865 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3124] 199.19.213.163 () {30 vars in 814 bytes} [Thu Jul 2 11:22:17 2026] GET /v2.0/security-group-rules?security_group_id=95542e30-a8cf-4abd-99bc-797e2d4074f7 => generated 2334 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/3125] 199.19.213.163 () {32 vars in 788 bytes} [Thu Jul 2 11:22:17 2026] DELETE /v2.0/security-group-rules/db465585-e8e2-4b00-bea0-2a8288f26cc7 => 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: 1604/3126] 199.19.213.163 () {32 vars in 788 bytes} [Thu Jul 2 11:22:17 2026] DELETE /v2.0/security-group-rules/e855d968-25d1-4748-91dd-8a1afe5d2a3e => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:22:20.732 7 INFO neutron.db.l3_db [None req-29efeaab-6c34-49f7-9ce4-299a66aa5ddd 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] Floating IP 8306615f-dee7-4275-9d96-ce5469ccd2cf disassociated (deleted). External IP: 10.96.250.220, port: c4b4632a-b827-4d0c-8316-d11fbb5b60c8. [pid: 7|app: 0|req: 1523/3127] 10.0.0.119 () {32 vars in 732 bytes} [Thu Jul 2 11:22:20 2026] DELETE /v2.0/floatingips/8306615f-dee7-4275-9d96-ce5469ccd2cf => generated 0 bytes in 622 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:22:21.042 8 INFO neutron.api.v2.resource [None req-ebb932ad-2d4f-471f-a9a2-201016507399 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1605/3128] 10.0.0.119 () {32 vars in 729 bytes} [Thu Jul 2 11:22:21 2026] GET /v2.0/floatingips/8306615f-dee7-4275-9d96-ce5469ccd2cf => generated 144 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3131] 199.19.213.163 () {30 vars in 702 bytes} [Thu Jul 2 11:22:21 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: 1525/3132] 199.19.213.163 () {30 vars in 704 bytes} [Thu Jul 2 11:22:21 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: 1608/3133] 199.19.213.163 () {30 vars in 680 bytes} [Thu Jul 2 11:22:21 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: 1526/3134] 199.19.213.163 () {30 vars in 716 bytes} [Thu Jul 2 11:22:21 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-07-02 11:22:21.966 8 INFO neutron.api.v2.resource [None req-8cbc9d24-a7d7-4abb-b6ba-2a07c08c3fa1 dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1609/3135] 199.19.213.163 () {30 vars in 762 bytes} [Thu Jul 2 11:22:21 2026] GET /v2.0/security-groups/lb-67f813f4-0839-46ee-a6a2-b74fab21fb44 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/3136] 199.19.213.163 () {30 vars in 784 bytes} [Thu Jul 2 11:22:21 2026] GET /v2.0/security-groups?name=lb-67f813f4-0839-46ee-a6a2-b74fab21fb44 => generated 1639 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3137] 199.19.213.163 () {30 vars in 814 bytes} [Thu Jul 2 11:22:22 2026] GET /v2.0/security-group-rules?security_group_id=95542e30-a8cf-4abd-99bc-797e2d4074f7 => generated 1182 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3138] 199.19.213.163 () {30 vars in 702 bytes} [Thu Jul 2 11:22: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: 1611/3139] 199.19.213.163 () {30 vars in 704 bytes} [Thu Jul 2 11:22:22 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/3140] 199.19.213.163 () {30 vars in 680 bytes} [Thu Jul 2 11:22:22 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: 1612/3141] 199.19.213.163 () {30 vars in 716 bytes} [Thu Jul 2 11:22:22 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: 1530/3142] 199.19.213.163 () {30 vars in 740 bytes} [Thu Jul 2 11:22:22 2026] GET /v2.0/subnets/039b385c-6517-45e9-bafe-8b91a4a5b8bb => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/3143] 199.19.213.163 () {30 vars in 768 bytes} [Thu Jul 2 11:22:22 2026] GET /v2.0/ports?device_id=4d731e1b-e61b-4701-b7e5-0faf2be75af9 => generated 2590 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/3144] 199.19.213.163 () {30 vars in 768 bytes} [Thu Jul 2 11:22:22 2026] GET /v2.0/ports?device_id=4d731e1b-e61b-4701-b7e5-0faf2be75af9 => generated 2590 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1614/3145] 199.19.213.163 () {30 vars in 768 bytes} [Thu Jul 2 11:22:22 2026] GET /v2.0/ports?device_id=4d731e1b-e61b-4701-b7e5-0faf2be75af9 => generated 2590 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/3146] 199.19.213.163 () {30 vars in 768 bytes} [Thu Jul 2 11:22:23 2026] GET /v2.0/ports?device_id=4d731e1b-e61b-4701-b7e5-0faf2be75af9 => generated 2590 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3147] 199.19.213.163 () {34 vars in 975 bytes} [Thu Jul 2 11:22:24 2026] GET /v2.0/ports/755b0c92-54cb-49b7-bf44-3adf13d641fb => generated 1350 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3148] 199.19.213.163 () {30 vars in 768 bytes} [Thu Jul 2 11:22:24 2026] GET /v2.0/ports?device_id=4d731e1b-e61b-4701-b7e5-0faf2be75af9 => generated 2590 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/3149] 199.19.213.163 () {34 vars in 1060 bytes} [Thu Jul 2 11:22:24 2026] GET /v2.0/ports/755b0c92-54cb-49b7-bf44-3adf13d641fb?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: 7|app: 0|req: 1534/3150] 199.19.213.163 () {34 vars in 1016 bytes} [Thu Jul 2 11:22:24 2026] GET /v2.0/networks/4e211190-8c73-4a22-9a4e-6fe6d518dde7?fields=dns_domain => generated 29 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1617/3151] 199.19.213.163 () {38 vars in 1028 bytes} [Thu Jul 2 11:22:24 2026] PUT /v2.0/ports/755b0c92-54cb-49b7-bf44-3adf13d641fb => generated 1151 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3152] 199.19.213.163 () {30 vars in 768 bytes} [Thu Jul 2 11:22:25 2026] GET /v2.0/ports?device_id=4d731e1b-e61b-4701-b7e5-0faf2be75af9 => 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1618/3153] 199.19.213.163 () {34 vars in 788 bytes} [Thu Jul 2 11:22:25 2026] PUT /v2.0/ports/755b0c92-54cb-49b7-bf44-3adf13d641fb => generated 1090 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3154] 199.19.213.163 () {30 vars in 736 bytes} [Thu Jul 2 11:22:25 2026] GET /v2.0/ports/755b0c92-54cb-49b7-bf44-3adf13d641fb => generated 1090 bytes in 66 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:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1619/3155] 199.19.213.163 () {32 vars in 758 bytes} [Thu Jul 2 11:22:25 2026] DELETE /v2.0/ports/755b0c92-54cb-49b7-bf44-3adf13d641fb => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3156] 199.19.213.163 () {30 vars in 702 bytes} [Thu Jul 2 11:22:26 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/3157] 199.19.213.163 () {30 vars in 704 bytes} [Thu Jul 2 11:22: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: 1538/3158] 199.19.213.163 () {30 vars in 680 bytes} [Thu Jul 2 11:22: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: 1621/3159] 199.19.213.163 () {30 vars in 716 bytes} [Thu Jul 2 11:22:26 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-07-02 11:22:26.395 7 INFO neutron.pecan_wsgi.hooks.translation [None req-90501761-7104-466a-a0cd-615af6d64d73 dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1539/3160] 199.19.213.163 () {32 vars in 758 bytes} [Thu Jul 2 11:22:26 2026] DELETE /v2.0/ports/755b0c92-54cb-49b7-bf44-3adf13d641fb => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1622/3161] 199.19.213.163 () {30 vars in 736 bytes} [Thu Jul 2 11:22:26 2026] GET /v2.0/ports/c4b4632a-b827-4d0c-8316-d11fbb5b60c8 => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:22:26.461 7 INFO neutron.api.v2.resource [None req-190433dc-8e8b-4f81-b18f-a396edd4ca94 dee781bd6ee44ec68a2c8b02a82b83aa 69d9662172b34b3a85e4d6690858d0b5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1540/3162] 199.19.213.163 () {30 vars in 762 bytes} [Thu Jul 2 11:22:26 2026] GET /v2.0/security-groups/lb-67f813f4-0839-46ee-a6a2-b74fab21fb44 => 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: 1541/3163] 199.19.213.163 () {30 vars in 784 bytes} [Thu Jul 2 11:22:26 2026] GET /v2.0/security-groups?name=lb-67f813f4-0839-46ee-a6a2-b74fab21fb44 => 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: 1623/3164] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:22:26 2026] GET /v2.0/ports?tenant_id=69d9662172b34b3a85e4d6690858d0b5&device_id=4d731e1b-e61b-4701-b7e5-0faf2be75af9 => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1624/3165] 199.19.213.163 () {30 vars in 736 bytes} [Thu Jul 2 11:22:26 2026] GET /v2.0/ports/c4b4632a-b827-4d0c-8316-d11fbb5b60c8 => generated 1132 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3166] 199.19.213.163 () {34 vars in 1066 bytes} [Thu Jul 2 11:22:26 2026] GET /v2.0/networks?id=4aa8b65b-1736-4f09-842a-de5bb28b9c62&id=4e211190-8c73-4a22-9a4e-6fe6d518dde7 => generated 1524 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3167] 199.19.213.163 () {34 vars in 1062 bytes} [Thu Jul 2 11:22:26 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.209&port_id=acd04ad5-37f8-40ea-a8ed-0d2a96954a0a => 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: 1544/3168] 199.19.213.163 () {34 vars in 984 bytes} [Thu Jul 2 11:22:26 2026] GET /v2.0/subnets?id=76652121-f91c-47d1-bfb7-284edf2cb6ed => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3169] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:22:26 2026] GET /v2.0/ports?network_id=4aa8b65b-1736-4f09-842a-de5bb28b9c62&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3170] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:22:26 2026] GET /v2.0/networks/4aa8b65b-1736-4f09-842a-de5bb28b9c62?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: 1547/3171] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:22:26 2026] GET /v2.0/networks/4aa8b65b-1736-4f09-842a-de5bb28b9c62?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: 1625/3172] 199.19.213.163 () {34 vars in 788 bytes} [Thu Jul 2 11:22:26 2026] PUT /v2.0/ports/c4b4632a-b827-4d0c-8316-d11fbb5b60c8 => generated 1094 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3173] 199.19.213.163 () {32 vars in 778 bytes} [Thu Jul 2 11:22:26 2026] DELETE /v2.0/security-groups/95542e30-a8cf-4abd-99bc-797e2d4074f7 => 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: 1626/3174] 199.19.213.163 () {32 vars in 758 bytes} [Thu Jul 2 11:22:26 2026] DELETE /v2.0/ports/c4b4632a-b827-4d0c-8316-d11fbb5b60c8 => generated 0 bytes in 261 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3175] 199.19.213.163 () {34 vars in 994 bytes} [Thu Jul 2 11:22:29 2026] GET /v2.0/ports?device_id=4d731e1b-e61b-4701-b7e5-0faf2be75af9 => generated 1248 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1627/3176] 199.19.213.163 () {36 vars in 997 bytes} [Thu Jul 2 11:22:29 2026] DELETE /v2.0/ports/acd04ad5-37f8-40ea-a8ed-0d2a96954a0a => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:22:31.602 7 INFO neutron.db.l3_db [None req-9bf955d0-e821-41b6-b9c8-0cd86f2b4ade 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] Floating IP e46443c7-907c-4c9d-b8a2-af09a8b692c6 disassociated (deleted). External IP: 10.96.250.209, port: 0449c652-4cd1-4033-ae63-c32f695e3b7b. [pid: 7|app: 0|req: 1550/3177] 10.0.0.119 () {32 vars in 732 bytes} [Thu Jul 2 11:22:31 2026] DELETE /v2.0/floatingips/e46443c7-907c-4c9d-b8a2-af09a8b692c6 => generated 0 bytes in 663 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:22:31.960 8 INFO neutron.api.v2.resource [None req-e6fa15e6-f2c0-4112-8771-c170117476c4 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1628/3178] 10.0.0.119 () {32 vars in 729 bytes} [Thu Jul 2 11:22:31 2026] GET /v2.0/floatingips/e46443c7-907c-4c9d-b8a2-af09a8b692c6 => generated 144 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:22:32.154 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b7f75792-a666-47f8-afe7-834635e9e345'] response: {'name': 'network-changed', 'server_uuid': '7d8e7ae1-4e76-4c6c-b606-92a8b9c3abed', 'tag': '0449c652-4cd1-4033-ae63-c32f695e3b7b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1551/3179] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:22:32 2026] GET /v2.0/ports?device_id=7d8e7ae1-4e76-4c6c-b606-92a8b9c3abed => generated 1204 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 11:22:32.223 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a4a84c76-4cf9-4447-bd0f-a597e49ecf8e'] response: {'server_uuid': '4d731e1b-e61b-4701-b7e5-0faf2be75af9', 'name': 'network-vif-deleted', 'tag': 'acd04ad5-37f8-40ea-a8ed-0d2a96954a0a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1629/3180] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:22:32 2026] GET /v2.0/security-groups?id=20aa6323-29ec-4b11-a1aa-bdd6374080cc&fields=id&fields=name => generated 112 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3181] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:22:32 2026] GET /v2.0/ports?tenant_id=f39eb3598c294dee9004f95f557f8cd1&device_id=7d8e7ae1-4e76-4c6c-b606-92a8b9c3abed => generated 1473 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1630/3182] 199.19.213.163 () {34 vars in 986 bytes} [Thu Jul 2 11:22:32 2026] GET /v2.0/networks?id=0c7276e9-9ef2-4fed-a77b-f78e054fe3a6 => generated 801 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3183] 199.19.213.163 () {34 vars in 1058 bytes} [Thu Jul 2 11:22:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.175&port_id=0449c652-4cd1-4033-ae63-c32f695e3b7b => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1631/3184] 199.19.213.163 () {34 vars in 1106 bytes} [Thu Jul 2 11:22:32 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2c7&port_id=0449c652-4cd1-4033-ae63-c32f695e3b7b => 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: 1554/3185] 199.19.213.163 () {34 vars in 1064 bytes} [Thu Jul 2 11:22:32 2026] GET /v2.0/subnets?id=f3007a2f-bd4e-49a3-8e45-54fda00833ee&id=3513716c-dfe1-4c92-a69d-e89ba4a618b8 => generated 1415 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1632/3186] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:22:32 2026] GET /v2.0/ports?network_id=0c7276e9-9ef2-4fed-a77b-f78e054fe3a6&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3187] 199.19.213.163 () {34 vars in 1052 bytes} [Thu Jul 2 11:22:32 2026] GET /v2.0/ports?network_id=0c7276e9-9ef2-4fed-a77b-f78e054fe3a6&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: 1633/3188] 199.19.213.163 () {34 vars in 1012 bytes} [Thu Jul 2 11:22:32 2026] GET /v2.0/networks/0c7276e9-9ef2-4fed-a77b-f78e054fe3a6?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3189] 199.19.213.163 () {34 vars in 1112 bytes} [Thu Jul 2 11:22:33 2026] GET /v2.0/networks/0c7276e9-9ef2-4fed-a77b-f78e054fe3a6?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: 1634/3190] 199.19.213.163 () {34 vars in 994 bytes} [Thu Jul 2 11:22:34 2026] GET /v2.0/ports?device_id=7d8e7ae1-4e76-4c6c-b606-92a8b9c3abed => generated 1204 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3191] 199.19.213.163 () {36 vars in 997 bytes} [Thu Jul 2 11:22:34 2026] DELETE /v2.0/ports/0449c652-4cd1-4033-ae63-c32f695e3b7b => generated 0 bytes in 377 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/3194] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:22:37 2026] GET /v2.0/ports?device_id=7d8e7ae1-4e76-4c6c-b606-92a8b9c3abed => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:22:42.452 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c0d47e7f-e21e-4155-9534-454bfcadebd8'] response: {'server_uuid': '7d8e7ae1-4e76-4c6c-b606-92a8b9c3abed', 'name': 'network-vif-deleted', 'tag': '0449c652-4cd1-4033-ae63-c32f695e3b7b', 'status': 'completed', 'code': 200} 2026-07-02 11:22:42.711 7 INFO neutron.db.l3_db [None req-19a40278-6211-48be-82a4-3626b6a73265 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] Floating IP 00d43b55-ccfc-439e-ac65-2b2c3b059cbb disassociated (deleted). External IP: 10.96.250.208, port: 78cafba3-d702-4537-957a-86cc0a186760. [pid: 7|app: 0|req: 1559/3195] 10.0.0.119 () {32 vars in 732 bytes} [Thu Jul 2 11:22:42 2026] DELETE /v2.0/floatingips/00d43b55-ccfc-439e-ac65-2b2c3b059cbb => generated 0 bytes in 629 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:22:43.072 8 INFO neutron.api.v2.resource [None req-d4b54656-7e92-48a7-8abb-7ae5cef36229 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1637/3196] 10.0.0.119 () {32 vars in 729 bytes} [Thu Jul 2 11:22:43 2026] GET /v2.0/floatingips/00d43b55-ccfc-439e-ac65-2b2c3b059cbb => generated 144 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3197] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:22:43 2026] GET /v2.0/ports?device_id=98470808-49dc-4e6e-be0a-424f11736338 => generated 1196 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1638/3198] 10.0.0.183 () {34 vars in 1040 bytes} [Thu Jul 2 11:22:43 2026] GET /v2.0/security-groups?id=20aa6323-29ec-4b11-a1aa-bdd6374080cc&fields=id&fields=name => generated 112 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:22:45.316 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d413078d-2843-4c0d-9393-310105a4ec8f'] response: {'name': 'network-changed', 'server_uuid': '98470808-49dc-4e6e-be0a-424f11736338', 'tag': '78cafba3-d702-4537-957a-86cc0a186760', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1561/3199] 199.19.213.163 () {34 vars in 994 bytes} [Thu Jul 2 11:22:45 2026] GET /v2.0/ports?device_id=98470808-49dc-4e6e-be0a-424f11736338 => generated 1196 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1639/3200] 199.19.213.163 () {36 vars in 997 bytes} [Thu Jul 2 11:22:45 2026] DELETE /v2.0/ports/78cafba3-d702-4537-957a-86cc0a186760 => generated 0 bytes in 357 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3201] 199.19.213.163 () {34 vars in 1080 bytes} [Thu Jul 2 11:22:45 2026] GET /v2.0/ports?tenant_id=f39eb3598c294dee9004f95f557f8cd1&device_id=98470808-49dc-4e6e-be0a-424f11736338 => 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: 1640/3202] 10.0.0.183 () {34 vars in 990 bytes} [Thu Jul 2 11:22:48 2026] GET /v2.0/ports?device_id=98470808-49dc-4e6e-be0a-424f11736338 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 11:22:53.515 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c487542d-aa15-4045-abe1-80e615cbaf1c'] response: {'server_uuid': '98470808-49dc-4e6e-be0a-424f11736338', 'name': 'network-vif-deleted', 'tag': '78cafba3-d702-4537-957a-86cc0a186760', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1642/3205] 10.0.0.119 () {32 vars in 750 bytes} [Thu Jul 2 11:22:53 2026] DELETE /v2.0/security-group-rules/e8c5033a-3e89-44b5-bec4-4ab3e99a9f35 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:22:53.632 7 INFO neutron.api.v2.resource [None req-180f5b91-7a52-4521-8742-a88b0e4eedb8 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1564/3206] 10.0.0.119 () {32 vars in 747 bytes} [Thu Jul 2 11:22:53 2026] GET /v2.0/security-group-rules/e8c5033a-3e89-44b5-bec4-4ab3e99a9f35 => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1643/3207] 10.0.0.119 () {32 vars in 750 bytes} [Thu Jul 2 11:22:53 2026] DELETE /v2.0/security-group-rules/adf1187a-e6d0-4f28-81d6-5488d6cfe9ce => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:22:53.728 7 INFO neutron.api.v2.resource [None req-5d4b659a-3f3f-41d9-8ffd-57aa7e1c2797 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1565/3208] 10.0.0.119 () {32 vars in 747 bytes} [Thu Jul 2 11:22:53 2026] GET /v2.0/security-group-rules/adf1187a-e6d0-4f28-81d6-5488d6cfe9ce => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1644/3209] 10.0.0.119 () {32 vars in 750 bytes} [Thu Jul 2 11:22:53 2026] DELETE /v2.0/security-group-rules/8fd3e027-5b30-4017-a846-766d02a06060 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:22:53.827 7 INFO neutron.api.v2.resource [None req-e92983fc-99ca-4538-a11d-6b8984329953 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1566/3210] 10.0.0.119 () {32 vars in 747 bytes} [Thu Jul 2 11:22:53 2026] GET /v2.0/security-group-rules/8fd3e027-5b30-4017-a846-766d02a06060 => generated 155 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1645/3211] 10.0.0.119 () {32 vars in 750 bytes} [Thu Jul 2 11:22:53 2026] DELETE /v2.0/security-group-rules/5c5dc41f-7292-4465-94ed-be8e0096dd21 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:22:53.923 7 INFO neutron.api.v2.resource [None req-400b847b-595b-4c6c-9db8-44546753a6ad 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1567/3212] 10.0.0.119 () {32 vars in 747 bytes} [Thu Jul 2 11:22:53 2026] GET /v2.0/security-group-rules/5c5dc41f-7292-4465-94ed-be8e0096dd21 => 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: 1646/3213] 10.0.0.119 () {32 vars in 750 bytes} [Thu Jul 2 11:22:53 2026] DELETE /v2.0/security-group-rules/20e1e72b-e9a6-418d-82f8-277e474baa4c => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:22:54.009 7 INFO neutron.api.v2.resource [None req-003d90e3-c30b-4b55-b030-e997d1083808 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1568/3214] 10.0.0.119 () {32 vars in 747 bytes} [Thu Jul 2 11:22:54 2026] GET /v2.0/security-group-rules/20e1e72b-e9a6-418d-82f8-277e474baa4c => 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: 1647/3215] 10.0.0.119 () {32 vars in 750 bytes} [Thu Jul 2 11:22:54 2026] DELETE /v2.0/security-group-rules/4ac065f2-2a52-41f4-a1e1-9a34bcb85958 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:22:54.107 7 INFO neutron.api.v2.resource [None req-75481e96-d539-45c5-ba25-0734709b20ee 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1569/3216] 10.0.0.119 () {32 vars in 747 bytes} [Thu Jul 2 11:22:54 2026] GET /v2.0/security-group-rules/4ac065f2-2a52-41f4-a1e1-9a34bcb85958 => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1648/3217] 10.0.0.119 () {32 vars in 750 bytes} [Thu Jul 2 11:22:54 2026] DELETE /v2.0/security-group-rules/df451041-0cff-4334-9877-c817dadf6d91 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:22:54.203 7 INFO neutron.api.v2.resource [None req-6febe994-2dc3-41e7-ac9f-da353cb90bcf 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1570/3218] 10.0.0.119 () {32 vars in 747 bytes} [Thu Jul 2 11:22:54 2026] GET /v2.0/security-group-rules/df451041-0cff-4334-9877-c817dadf6d91 => 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: 1649/3219] 10.0.0.119 () {32 vars in 750 bytes} [Thu Jul 2 11:22:54 2026] DELETE /v2.0/security-group-rules/0d6cd9b4-d46c-4d39-a437-5688133d6545 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:22:54.291 7 INFO neutron.api.v2.resource [None req-9dd6b6f1-ed64-47d0-90bd-94e70f818f60 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1571/3220] 10.0.0.119 () {32 vars in 747 bytes} [Thu Jul 2 11:22:54 2026] GET /v2.0/security-group-rules/0d6cd9b4-d46c-4d39-a437-5688133d6545 => 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: 1650/3221] 10.0.0.119 () {32 vars in 750 bytes} [Thu Jul 2 11:22:54 2026] DELETE /v2.0/security-group-rules/ea12c7fc-6b1e-46a1-b8ec-dd9e6615998d => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:22:54.416 7 INFO neutron.api.v2.resource [None req-0373ade3-74d1-4ec2-8b9c-84fd832829f5 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1572/3222] 10.0.0.119 () {32 vars in 747 bytes} [Thu Jul 2 11:22:54 2026] GET /v2.0/security-group-rules/ea12c7fc-6b1e-46a1-b8ec-dd9e6615998d => generated 155 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1651/3223] 10.0.0.119 () {32 vars in 750 bytes} [Thu Jul 2 11:22:54 2026] DELETE /v2.0/security-group-rules/b0493888-7563-48fb-80ca-00bb3fb7bb15 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:22:54.501 7 INFO neutron.api.v2.resource [None req-0babb526-c74e-4d32-8991-3e737c4985fe 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1573/3224] 10.0.0.119 () {32 vars in 747 bytes} [Thu Jul 2 11:22:54 2026] GET /v2.0/security-group-rules/b0493888-7563-48fb-80ca-00bb3fb7bb15 => 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: 1652/3225] 10.0.0.119 () {32 vars in 750 bytes} [Thu Jul 2 11:22:54 2026] DELETE /v2.0/security-group-rules/683ee2a1-420b-4b91-b447-7926d5285e81 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:22:54.578 7 INFO neutron.api.v2.resource [None req-5281acc8-e3a8-40a9-b028-611083885fb1 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1574/3226] 10.0.0.119 () {32 vars in 747 bytes} [Thu Jul 2 11:22:54 2026] GET /v2.0/security-group-rules/683ee2a1-420b-4b91-b447-7926d5285e81 => 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: 1653/3227] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:22:54 2026] DELETE /v2.0/security-groups/20aa6323-29ec-4b11-a1aa-bdd6374080cc => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:22:54.679 7 INFO neutron.api.v2.resource [None req-d5ea58d3-5e08-4cab-9111-c89dbc411d7c 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1575/3228] 10.0.0.119 () {32 vars in 737 bytes} [Thu Jul 2 11:22:54 2026] GET /v2.0/security-groups/20aa6323-29ec-4b11-a1aa-bdd6374080cc => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1654/3229] 10.0.0.119 () {34 vars in 789 bytes} [Thu Jul 2 11:22:54 2026] PUT /v2.0/routers/82b793dd-aa74-4b80-b469-b8ef51e7e5c6/remove_router_interface => generated 309 bytes in 963 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:22:55.893 7 INFO neutron.api.v2.resource [None req-5830cec3-1199-4c0b-8df8-3e230d1e7100 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1576/3230] 10.0.0.119 () {34 vars in 789 bytes} [Thu Jul 2 11:22:55 2026] PUT /v2.0/routers/82b793dd-aa74-4b80-b469-b8ef51e7e5c6/remove_router_interface => generated 198 bytes in 193 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1655/3231] 10.0.0.119 () {34 vars in 789 bytes} [Thu Jul 2 11:22:55 2026] PUT /v2.0/routers/82b793dd-aa74-4b80-b469-b8ef51e7e5c6/remove_router_interface => generated 309 bytes in 1124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:22:57.219 7 INFO neutron.api.v2.resource [None req-3426533b-208b-424c-9cc0-d9d8be0e4177 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1577/3232] 10.0.0.119 () {34 vars in 789 bytes} [Thu Jul 2 11:22:57 2026] PUT /v2.0/routers/82b793dd-aa74-4b80-b469-b8ef51e7e5c6/remove_router_interface => generated 198 bytes in 186 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1656/3233] 10.0.0.119 () {34 vars in 789 bytes} [Thu Jul 2 11:22:57 2026] PUT /v2.0/routers/82b793dd-aa74-4b80-b469-b8ef51e7e5c6/remove_router_interface => generated 309 bytes in 1015 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 11:22:58.438 7 INFO neutron.api.v2.resource [None req-bd5edbcc-a1ca-4835-8014-6d31aec82f53 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1578/3234] 10.0.0.119 () {34 vars in 789 bytes} [Thu Jul 2 11:22:58 2026] PUT /v2.0/routers/82b793dd-aa74-4b80-b469-b8ef51e7e5c6/remove_router_interface => generated 198 bytes in 190 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:22:59.383 8 INFO neutron.db.l3_hamode_db [None req-4d4df65f-2a7b-44c7-a379-96c9e7d2b699 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] HA network 0c328e1f-b473-4ddc-8e23-57fa5bdc19e1 was deleted as no HA routers are present in tenant f39eb3598c294dee9004f95f557f8cd1. [pid: 8|app: 0|req: 1657/3235] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:22:58 2026] DELETE /v2.0/routers/82b793dd-aa74-4b80-b469-b8ef51e7e5c6 => generated 0 bytes in 944 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 11:22:59.420 7 INFO neutron.api.v2.resource [None req-a6ec44ff-9af2-415d-984c-ec918049fbd7 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1579/3236] 10.0.0.119 () {32 vars in 721 bytes} [Thu Jul 2 11:22:59 2026] GET /v2.0/routers/82b793dd-aa74-4b80-b469-b8ef51e7e5c6 => generated 135 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:22:59.438 8 INFO neutron.services.segments.plugin [-] Segment aa95eb0b-6f96-4b0d-a9d1-f6182ed70c07 resource provider aggregate not found 2026-07-02 11:22:59.444 8 INFO neutron.services.segments.plugin [-] Segment aa95eb0b-6f96-4b0d-a9d1-f6182ed70c07 resource provider aggregate not found 2026-07-02 11:22:59.463 8 INFO neutron.services.segments.plugin [-] Segment aa95eb0b-6f96-4b0d-a9d1-f6182ed70c07 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa95eb0b-6f96-4b0d-a9d1-f6182ed70c07 found for delete ", "request_id": "req-923317fa-2e83-4ba9-a04c-47e38e8d63c6"}]} 2026-07-02 11:22:59.463 8 INFO neutron.services.segments.plugin [-] Segment aa95eb0b-6f96-4b0d-a9d1-f6182ed70c07 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa95eb0b-6f96-4b0d-a9d1-f6182ed70c07 found for delete ", "request_id": "req-4b3d8bdf-d124-4ef1-9b89-bc4d61d90af9"}]} [pid: 8|app: 0|req: 1658/3237] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:22:59 2026] DELETE /v2.0/subnets/3513716c-dfe1-4c92-a69d-e89ba4a618b8 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:22:59.621 7 INFO neutron.pecan_wsgi.hooks.translation [None req-93d9590b-d6a8-4cef-b49b-338be386bd2c 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1580/3238] 10.0.0.119 () {32 vars in 721 bytes} [Thu Jul 2 11:22:59 2026] GET /v2.0/subnets/3513716c-dfe1-4c92-a69d-e89ba4a618b8 => 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: 1659/3239] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:22:59 2026] DELETE /v2.0/subnets/f3007a2f-bd4e-49a3-8e45-54fda00833ee => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:22:59.806 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8d25cec7-2331-43a5-9115-2c3b3ff2e06b 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1581/3240] 10.0.0.119 () {32 vars in 721 bytes} [Thu Jul 2 11:22:59 2026] GET /v2.0/subnets/f3007a2f-bd4e-49a3-8e45-54fda00833ee => 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: 1660/3241] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:22:59 2026] DELETE /v2.0/networks/0c7276e9-9ef2-4fed-a77b-f78e054fe3a6 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:23:00.130 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cc0e9438-8ba9-4c6c-badb-06400610804e 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1582/3242] 10.0.0.119 () {32 vars in 723 bytes} [Thu Jul 2 11:23:00 2026] GET /v2.0/networks/0c7276e9-9ef2-4fed-a77b-f78e054fe3a6 => 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: 1661/3243] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:23:00 2026] DELETE /v2.0/subnets/5a2a04f3-207b-45b8-9e01-baf36ba5b4d4 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:23:00.346 7 INFO neutron.pecan_wsgi.hooks.translation [None req-57591e05-d017-4b53-bdac-7e889b5e1bc8 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1583/3244] 10.0.0.119 () {32 vars in 721 bytes} [Thu Jul 2 11:23:00 2026] GET /v2.0/subnets/5a2a04f3-207b-45b8-9e01-baf36ba5b4d4 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1662/3245] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:23:00 2026] DELETE /v2.0/subnets/6127d2bb-7dd7-4e93-b806-009d6977b780 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:23:00.554 7 INFO neutron.pecan_wsgi.hooks.translation [None req-72873326-9ef3-40f2-aae6-c27f88a84247 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1584/3246] 10.0.0.119 () {32 vars in 721 bytes} [Thu Jul 2 11:23:00 2026] GET /v2.0/subnets/6127d2bb-7dd7-4e93-b806-009d6977b780 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1663/3247] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:23:00 2026] DELETE /v2.0/networks/f0069302-21a4-44a0-9bf3-814fe5bdd469 => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:23:00.890 7 INFO neutron.pecan_wsgi.hooks.translation [None req-57d72998-e39b-4963-bc77-6f151a44a3c2 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1585/3248] 10.0.0.119 () {32 vars in 723 bytes} [Thu Jul 2 11:23:00 2026] GET /v2.0/networks/f0069302-21a4-44a0-9bf3-814fe5bdd469 => 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: 1664/3249] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:23:00 2026] DELETE /v2.0/subnets/77d110b7-b331-4c8e-858d-d4d25d6a69be => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:23:01.063 7 INFO neutron.pecan_wsgi.hooks.translation [None req-39f01792-3c93-43de-934c-17a6e9e7e784 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1586/3250] 10.0.0.119 () {32 vars in 721 bytes} [Thu Jul 2 11:23:01 2026] GET /v2.0/subnets/77d110b7-b331-4c8e-858d-d4d25d6a69be => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1665/3251] 10.0.0.119 () {32 vars in 724 bytes} [Thu Jul 2 11:23:01 2026] DELETE /v2.0/subnets/039b385c-6517-45e9-bafe-8b91a4a5b8bb => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:23:01.242 7 INFO neutron.pecan_wsgi.hooks.translation [None req-06e6652b-c7cd-46ca-b1a0-55a7fde1bfa6 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1587/3252] 10.0.0.119 () {32 vars in 721 bytes} [Thu Jul 2 11:23:01 2026] GET /v2.0/subnets/039b385c-6517-45e9-bafe-8b91a4a5b8bb => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:23:01.487 8 INFO neutron.services.segments.plugin [-] Segment c8f0a5ea-a621-4565-8c0f-f7eb0f75b5eb resource provider aggregate not found 2026-07-02 11:23:01.491 8 INFO neutron.services.segments.plugin [-] Segment c8f0a5ea-a621-4565-8c0f-f7eb0f75b5eb resource provider aggregate not found 2026-07-02 11:23:01.502 8 INFO neutron.services.segments.plugin [-] Segment c8f0a5ea-a621-4565-8c0f-f7eb0f75b5eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8f0a5ea-a621-4565-8c0f-f7eb0f75b5eb found for delete ", "request_id": "req-de9e9e3d-e809-4b37-aa14-da73f31286ed"}]} 2026-07-02 11:23:01.509 8 INFO neutron.services.segments.plugin [-] Segment c8f0a5ea-a621-4565-8c0f-f7eb0f75b5eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8f0a5ea-a621-4565-8c0f-f7eb0f75b5eb found for delete ", "request_id": "req-f0d673b9-8759-4f84-97b5-375845b4e78e"}]} 2026-07-02 11:23:01.523 8 INFO neutron.services.segments.plugin [-] Segment 8d635154-2f41-4bd3-b4d3-ea5910ed111d resource provider aggregate not found 2026-07-02 11:23:01.527 8 INFO neutron.services.segments.plugin [-] Segment 8d635154-2f41-4bd3-b4d3-ea5910ed111d resource provider aggregate not found 2026-07-02 11:23:01.534 8 INFO neutron.services.segments.plugin [-] Segment 8d635154-2f41-4bd3-b4d3-ea5910ed111d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d635154-2f41-4bd3-b4d3-ea5910ed111d found for delete ", "request_id": "req-27c2a083-3f85-48c0-86a1-01bfc6247afe"}]} 2026-07-02 11:23:01.545 8 INFO neutron.services.segments.plugin [-] Segment 8d635154-2f41-4bd3-b4d3-ea5910ed111d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d635154-2f41-4bd3-b4d3-ea5910ed111d found for delete ", "request_id": "req-f34da6b8-138b-43b9-8a59-261e1f7d630e"}]} [pid: 8|app: 0|req: 1666/3253] 10.0.0.119 () {32 vars in 726 bytes} [Thu Jul 2 11:23:01 2026] DELETE /v2.0/networks/4e211190-8c73-4a22-9a4e-6fe6d518dde7 => generated 0 bytes in 376 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 11:23:01.645 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2eba35a0-db82-4145-a147-a819b0eea2fd 9bb53038f14a4705bb6c8efeb8ba8db3 f39eb3598c294dee9004f95f557f8cd1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1588/3254] 10.0.0.119 () {32 vars in 723 bytes} [Thu Jul 2 11:23:01 2026] GET /v2.0/networks/4e211190-8c73-4a22-9a4e-6fe6d518dde7 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 11:23:03.562 8 INFO neutron.services.segments.plugin [-] Segment 01dd6eb1-234b-4d2f-a310-3e33ae3a3e5d resource provider aggregate not found 2026-07-02 11:23:03.566 8 INFO neutron.services.segments.plugin [-] Segment 01dd6eb1-234b-4d2f-a310-3e33ae3a3e5d resource provider aggregate not found 2026-07-02 11:23:03.573 8 INFO neutron.services.segments.plugin [-] Segment 01dd6eb1-234b-4d2f-a310-3e33ae3a3e5d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01dd6eb1-234b-4d2f-a310-3e33ae3a3e5d found for delete ", "request_id": "req-7248faa8-c026-46aa-b824-1ccd40797308"}]} 2026-07-02 11:23:03.579 8 INFO neutron.services.segments.plugin [-] Segment 01dd6eb1-234b-4d2f-a310-3e33ae3a3e5d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01dd6eb1-234b-4d2f-a310-3e33ae3a3e5d found for delete ", "request_id": "req-8c5e887f-da51-4ab9-a4fd-73fa5713ea75"}]} [pid: 8|app: 0|req: 1667/3255] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:23:03 2026] GET /v2.0/security-groups?tenant_id=f39eb3598c294dee9004f95f557f8cd1&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: 1589/3256] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:23:03 2026] DELETE /v2.0/security-groups/0d88feef-21b0-4cc5-af99-27c6254353f8 => 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: 1668/3257] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:23:03 2026] GET /v2.0/security-groups?tenant_id=a93fe03aac3e429282ea7abf5d996181&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3258] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:23:04 2026] DELETE /v2.0/security-groups/b768f2e4-5822-4da3-a3de-5c83549b82c5 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1669/3259] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:23:04 2026] GET /v2.0/security-groups?tenant_id=c1a71d073d664b1c9de3285e2503c5b2&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: 1591/3260] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:23:04 2026] DELETE /v2.0/security-groups/73a7fc18-c4c4-4bbc-b655-2397da5ead9f => 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: 1670/3261] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:23:04 2026] GET /v2.0/security-groups?tenant_id=30af3b7e019746dea72bc9887db34207&name=default => generated 2929 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3262] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:23:04 2026] DELETE /v2.0/security-groups/80a8f775-edb4-443e-8943-4eac09e78c6d => 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: 1671/3263] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:23:05 2026] GET /v2.0/security-groups?tenant_id=7199626d1db7488f981f6d540b69592e&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3264] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:23:05 2026] DELETE /v2.0/security-groups/b21b4dc5-97e0-42c6-bdf7-cba2e827211c => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1672/3265] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:23:05 2026] GET /v2.0/security-groups?tenant_id=5b041a156c484790b961573d0167edb4&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3266] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:23:05 2026] DELETE /v2.0/security-groups/183ceae9-efb3-4947-afb2-f990abfed9c0 => 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: 1673/3267] 10.0.0.119 () {32 vars in 774 bytes} [Thu Jul 2 11:23:05 2026] GET /v2.0/security-groups?tenant_id=cd95a6d2749e461ba1a4d8e088fb50e2&name=default => generated 2929 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3268] 10.0.0.119 () {32 vars in 740 bytes} [Thu Jul 2 11:23:06 2026] DELETE /v2.0/security-groups/97275664-a0b9-4361-8a2e-4ac53a794b38 => 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: 1675/3271] 10.0.0.119 () {32 vars in 649 bytes} [Thu Jul 2 11:23:08 2026] GET /v2.0/networks => generated 2168 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3272] 10.0.0.119 () {32 vars in 655 bytes} [Thu Jul 2 11:23:09 2026] GET /v2.0/floatingips => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1676/3273] 10.0.0.119 () {32 vars in 647 bytes} [Thu Jul 2 11:23:09 2026] GET /v2.0/routers => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3274] 10.0.0.119 () {32 vars in 643 bytes} [Thu Jul 2 11:23:09 2026] GET /v2.0/ports => generated 4721 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1677/3275] 10.0.0.119 () {32 vars in 647 bytes} [Thu Jul 2 11:23:09 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3276] 10.0.0.119 () {32 vars in 649 bytes} [Thu Jul 2 11:23:09 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: 1678/3277] 10.0.0.119 () {32 vars in 663 bytes} [Thu Jul 2 11:23:09 2026] GET /v2.0/security-groups => generated 17397 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3278] 10.0.0.119 () {32 vars in 655 bytes} [Thu Jul 2 11:23:09 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)