+ 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 [Tue Jun 30 18:35:19 2026] *** compiled with version: 11.4.0 on 02 June 2026 01:53:03 os: Linux-5.15.0-181-generic #191-Ubuntu SMP Fri May 22 19:09:02 UTC 2026 nodename: neutron-server-7f5f5f9b54-j6rwb machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.10.12 (main, Mar 3 2026, 11:56:32) [GCC 11.4.0] Python main interpreter initialized at 0x5645f682d0e0 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... /var/lib/openstack/lib/python3.10/site-packages/neutron/common/utils.py:55: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources /var/lib/openstack/lib/python3.10/site-packages/neutron/common/utils.py:55: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 2026-06-30 18:35:22.636 8 INFO neutron.common.config [-] Logging enabled! 2026-06-30 18:35:22.636 8 INFO neutron.common.config [-] uwsgi version 24.2.2.dev7 2026-06-30 18:35:22.856 7 INFO neutron.common.config [-] Logging enabled! 2026-06-30 18:35:22.856 7 INFO neutron.common.config [-] uwsgi version 24.2.2.dev7 2026-06-30 18:35:23.079 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-30 18:35:23.312 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-30 18:35:23.938 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-30 18:35:23.941 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-30 18:35:23.944 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict([('external', [(1, 4094)])]) 2026-06-30 18:35:23.945 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-30 18:35:23.945 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-30 18:35:23.946 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-30 18:35:23.946 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-30 18:35:23.952 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-30 18:35:23.952 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-30 18:35:23.952 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-30 18:35:23.971 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-30 18:35:23.972 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-30 18:35:23.972 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-30 18:35:24.018 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-30 18:35:24.018 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-30 18:35:24.018 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-30 18:35:24.019 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-30 18:35:24.025 8 WARNING oslo_policy.policy [None req-09ef6dd3-9239-4497-97c9-b08fecd9698b - - - - - -] Policies ['delete_port', 'update_port:allowed_address_pairs', 'update_port:allowed_address_pairs:ip_address', 'update_port:allowed_address_pairs:mac_address', 'update_port:fixed_ips', 'update_port:mac_address'] reference a rule that is not defined. 2026-06-30 18:35:24.305 8 INFO neutron.plugins.ml2.managers [None req-09ef6dd3-9239-4497-97c9-b08fecd9698b - - - - - -] Initializing driver for type 'vlan' 2026-06-30 18:35:24.336 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-30 18:35:24.340 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-30 18:35:24.343 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict([('external', [(1, 4094)])]) 2026-06-30 18:35:24.344 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-30 18:35:24.344 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-30 18:35:24.344 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-30 18:35:24.344 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-30 18:35:24.350 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-30 18:35:24.351 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-30 18:35:24.351 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-30 18:35:24.369 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-30 18:35:24.371 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-30 18:35:24.371 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-30 18:35:24.411 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-30 18:35:24.411 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-30 18:35:24.411 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-30 18:35:24.411 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-30 18:35:24.421 7 WARNING oslo_policy.policy [None req-f2d98a69-5b01-44d0-9730-375e64c59652 - - - - - -] Policies ['delete_port', 'update_port:allowed_address_pairs', 'update_port:allowed_address_pairs:ip_address', 'update_port:allowed_address_pairs:mac_address', 'update_port:fixed_ips', 'update_port:mac_address'] reference a rule that is not defined. 2026-06-30 18:35:24.613 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-09ef6dd3-9239-4497-97c9-b08fecd9698b - - - - - -] VlanTypeDriver initialization complete 2026-06-30 18:35:24.614 8 INFO neutron.plugins.ml2.managers [None req-09ef6dd3-9239-4497-97c9-b08fecd9698b - - - - - -] Initializing driver for type 'vxlan' 2026-06-30 18:35:24.614 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-09ef6dd3-9239-4497-97c9-b08fecd9698b - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-30 18:35:24.636 8 INFO neutron.plugins.ml2.managers [None req-09ef6dd3-9239-4497-97c9-b08fecd9698b - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-30 18:35:24.636 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-09ef6dd3-9239-4497-97c9-b08fecd9698b - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-30 18:35:24.636 8 INFO neutron.plugins.ml2.managers [None req-09ef6dd3-9239-4497-97c9-b08fecd9698b - - - - - -] Initializing extension driver 'port_security' 2026-06-30 18:35:24.636 8 INFO neutron.plugins.ml2.extensions.port_security [None req-09ef6dd3-9239-4497-97c9-b08fecd9698b - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-30 18:35:24.636 8 INFO neutron.plugins.ml2.managers [None req-09ef6dd3-9239-4497-97c9-b08fecd9698b - - - - - -] Initializing extension driver 'qos' 2026-06-30 18:35:24.636 8 INFO neutron.plugins.ml2.managers [None req-09ef6dd3-9239-4497-97c9-b08fecd9698b - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-30 18:35:24.637 8 INFO neutron.plugins.ml2.managers [None req-09ef6dd3-9239-4497-97c9-b08fecd9698b - - - - - -] Initializing mechanism driver 'l2population' 2026-06-30 18:35:24.647 8 INFO neutron.quota [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded quota_driver: . 2026-06-30 18:35:24.648 8 INFO neutron.plugins.ml2.plugin [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Modular L2 Plugin initialization complete 2026-06-30 18:35:24.648 8 INFO neutron.plugins.ml2.managers [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-30 18:35:24.648 8 INFO neutron.plugins.ml2.managers [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-30 18:35:24.648 8 INFO neutron.plugins.ml2.managers [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-30 18:35:24.648 8 INFO neutron.extensions.vlantransparent [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Disabled vlantransparent extension. 2026-06-30 18:35:24.649 8 INFO neutron.manager [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loading Plugin: qos 2026-06-30 18:35:24.659 8 INFO neutron.manager [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loading Plugin: router 2026-06-30 18:35:24.692 8 INFO neutron.services.service_base [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-30 18:35:24.692 8 INFO neutron.manager [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loading Plugin: segments 2026-06-30 18:35:24.756 7 INFO neutron.plugins.ml2.managers [None req-f2d98a69-5b01-44d0-9730-375e64c59652 - - - - - -] Initializing driver for type 'vlan' 2026-06-30 18:35:24.777 8 INFO neutron.manager [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loading Plugin: trunk 2026-06-30 18:35:24.830 8 INFO neutron.manager [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loading Plugin: vpnaas 2026-06-30 18:35:24.869 8 WARNING stevedore.named [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-30 18:35:24.922 8 INFO neutron_vpnaas.services.vpn.plugin [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-30 18:35:24.922 8 INFO neutron.common.utils [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-30 18:35:24.922 8 INFO neutron.manager [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loading Plugin: auto_allocate 2026-06-30 18:35:24.926 8 INFO neutron.manager [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loading Plugin: tag 2026-06-30 18:35:24.932 8 INFO neutron.manager [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loading Plugin: timestamp 2026-06-30 18:35:24.934 8 INFO neutron.manager [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loading Plugin: network_ip_availability 2026-06-30 18:35:24.938 8 INFO neutron.manager [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loading Plugin: flavors 2026-06-30 18:35:24.941 8 INFO neutron.manager [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loading Plugin: revisions 2026-06-30 18:35:24.944 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Initializing extension manager. 2026-06-30 18:35:24.945 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: address-group 2026-06-30 18:35:24.946 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: address-scope 2026-06-30 18:35:24.946 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-30 18:35:24.947 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: agent 2026-06-30 18:35:24.948 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: agent-resources-synced 2026-06-30 18:35:24.949 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-30 18:35:24.950 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-30 18:35:24.950 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: availability_zone 2026-06-30 18:35:24.951 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: availability_zone_filter 2026-06-30 18:35:24.951 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-30 18:35:24.952 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: default-subnetpools 2026-06-30 18:35:24.953 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-30 18:35:24.954 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: dns-integration 2026-06-30 18:35:24.954 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: dns-domain-ports 2026-06-30 18:35:24.955 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-30 18:35:24.956 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: dvr 2026-06-30 18:35:24.956 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-30 18:35:24.957 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: empty-string-filtering 2026-06-30 18:35:24.957 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-30 18:35:24.958 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-30 18:35:24.958 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: external-net 2026-06-30 18:35:24.959 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-30 18:35:24.960 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: extraroute 2026-06-30 18:35:24.960 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: extraroute-atomic 2026-06-30 18:35:24.961 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-30 18:35:24.961 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-30 18:35:24.962 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-30 18:35:24.962 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-30 18:35:24.963 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: fip-port-details 2026-06-30 18:35:24.964 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: flavors 2026-06-30 18:35:24.965 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-30 18:35:24.966 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: floatingip-pools 2026-06-30 18:35:24.966 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: ip_allocation 2026-06-30 18:35:24.967 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-30 18:35:24.967 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: l2_adjacency 2026-06-30 18:35:24.968 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: router 2026-06-30 18:35:24.970 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-30 18:35:24.971 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-30 18:35:24.971 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-30 18:35:24.972 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: ext-gw-mode 2026-06-30 18:35:24.972 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: l3-ha 2026-06-30 18:35:24.973 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-30 18:35:24.973 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-30 18:35:24.974 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: l3-flavors 2026-06-30 18:35:24.975 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-30 18:35:24.975 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-30 18:35:24.977 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-30 18:35:24.978 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-30 18:35:24.979 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-30 18:35:24.980 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-30 18:35:24.981 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-30 18:35:24.982 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: multi-provider 2026-06-30 18:35:24.982 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: net-mtu 2026-06-30 18:35:24.983 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: net-mtu-writable 2026-06-30 18:35:24.983 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: network_availability_zone 2026-06-30 18:35:24.984 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: network_ha 2026-06-30 18:35:24.985 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: network-ip-availability 2026-06-30 18:35:24.986 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-30 18:35:24.986 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: pagination 2026-06-30 18:35:24.987 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: port-device-profile 2026-06-30 18:35:24.987 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-30 18:35:24.988 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-30 18:35:24.988 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-30 18:35:24.989 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: port-mac-override 2026-06-30 18:35:24.990 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-30 18:35:24.990 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-30 18:35:24.991 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: port-resource-request 2026-06-30 18:35:24.991 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-30 18:35:24.992 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: binding 2026-06-30 18:35:24.993 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: binding-extended 2026-06-30 18:35:24.993 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: port-security 2026-06-30 18:35:24.994 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: project-id 2026-06-30 18:35:24.994 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: provider 2026-06-30 18:35:24.996 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: qos 2026-06-30 18:35:24.997 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-30 18:35:24.997 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-30 18:35:24.998 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: qos-default 2026-06-30 18:35:24.998 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: qos-fip 2026-06-30 18:35:24.999 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-30 18:35:24.999 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-30 18:35:25.000 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-30 18:35:25.001 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-30 18:35:25.001 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-30 18:35:25.002 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: qos-pps 2026-06-30 18:35:25.002 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-30 18:35:25.003 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-30 18:35:25.004 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: qos-rules-alias 2026-06-30 18:35:25.004 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: quota-check-limit 2026-06-30 18:35:25.006 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: quotas 2026-06-30 18:35:25.007 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: quota_details 2026-06-30 18:35:25.008 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: rbac-policies 2026-06-30 18:35:25.009 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: rbac-address-group 2026-06-30 18:35:25.009 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: rbac-address-scope 2026-06-30 18:35:25.010 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: rbac-security-groups 2026-06-30 18:35:25.010 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-30 18:35:25.011 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: revision-if-match 2026-06-30 18:35:25.012 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-30 18:35:25.012 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: router_availability_zone 2026-06-30 18:35:25.013 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-30 18:35:25.014 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-30 18:35:25.015 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-30 18:35:25.015 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-30 18:35:25.016 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-30 18:35:25.016 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-30 18:35:25.017 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-30 18:35:25.024 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: security-group 2026-06-30 18:35:25.025 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: segment 2026-06-30 18:35:25.026 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-30 18:35:25.027 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: service-type 2026-06-30 18:35:25.027 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: sorting 2026-06-30 18:35:25.028 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: standard-attr-segment 2026-06-30 18:35:25.028 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: standard-attr-description 2026-06-30 18:35:25.029 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: stateful-security-group 2026-06-30 18:35:25.029 8 WARNING neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.10/site-packages/neutron/extensions/stdattrs_common.py 2026-06-30 18:35:25.030 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-30 18:35:25.031 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: subnet_onboard 2026-06-30 18:35:25.031 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-30 18:35:25.032 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: subnet-service-types 2026-06-30 18:35:25.032 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: subnet_allocation 2026-06-30 18:35:25.033 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-30 18:35:25.034 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-30 18:35:25.036 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: standard-attr-tag 2026-06-30 18:35:25.037 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-30 18:35:25.038 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: trunk 2026-06-30 18:35:25.038 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: trunk-details 2026-06-30 18:35:25.039 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-30 18:35:25.039 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-30 18:35:25.041 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-30 18:35:25.042 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-30 18:35:25.043 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: vpn-flavors 2026-06-30 18:35:25.044 8 INFO neutron.api.extensions [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Loaded extension: vpnaas 2026-06-30 18:35:25.046 8 INFO neutron.quota.resource_registry [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-30 18:35:25.046 8 INFO neutron.quota.resource_registry [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-30 18:35:25.046 8 INFO neutron.quota.resource_registry [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-30 18:35:25.047 8 INFO neutron.quota.resource_registry [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-30 18:35:25.051 8 INFO neutron.quota.resource_registry [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-30 18:35:25.051 8 INFO neutron.quota.resource_registry [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-30 18:35:25.057 8 INFO neutron.quota.resource_registry [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-30 18:35:25.058 8 INFO neutron.quota.resource_registry [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-30 18:35:25.058 8 INFO neutron.quota.resource_registry [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-30 18:35:25.059 8 INFO neutron.quota.resource_registry [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-30 18:35:25.060 8 WARNING neutron.quota.resource_registry [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] subnetpool is already registered 2026-06-30 18:35:25.060 8 INFO neutron.quota.resource_registry [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-30 18:35:25.061 8 WARNING neutron.quota.resource_registry [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] subnetpool is already registered 2026-06-30 18:35:25.061 8 INFO neutron.quota.resource_registry [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-30 18:35:25.062 8 INFO neutron.quota.resource_registry [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-30 18:35:25.062 8 INFO neutron.quota.resource_registry [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-30 18:35:25.063 8 INFO neutron.quota.resource_registry [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-30 18:35:25.063 8 INFO neutron.quota.resource_registry [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-30 18:35:25.064 8 INFO neutron.quota.resource_registry [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-30 18:35:25.069 8 INFO neutron.quota.resource_registry [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-30 18:35:25.069 8 WARNING neutron.quota.resource_registry [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] router is already registered 2026-06-30 18:35:25.069 8 INFO neutron.quota.resource_registry [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-30 18:35:25.070 8 WARNING neutron.quota.resource_registry [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] floatingip is already registered 2026-06-30 18:35:25.075 8 INFO neutron.quota.resource_registry [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-30 18:35:25.075 8 WARNING neutron.quota.resource_registry [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] rbac_policy is already registered 2026-06-30 18:35:25.076 8 INFO neutron.quota.resource_registry [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-30 18:35:25.076 8 WARNING neutron.quota.resource_registry [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] security_group is already registered 2026-06-30 18:35:25.077 8 INFO neutron.quota.resource_registry [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-30 18:35:25.077 8 WARNING neutron.quota.resource_registry [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] security_group_rule is already registered 2026-06-30 18:35:25.078 8 INFO neutron.quota.resource_registry [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-30 18:35:25.078 8 WARNING neutron.quota.resource_registry [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] subnetpool is already registered 2026-06-30 18:35:25.079 8 INFO neutron.quota.resource_registry [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-30 18:35:25.079 8 WARNING neutron.quota.resource_registry [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] subnetpool is already registered 2026-06-30 18:35:25.080 8 INFO neutron.quota.resource_registry [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-30 18:35:25.080 8 WARNING neutron.quota.resource_registry [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] trunk is already registered 2026-06-30 18:35:25.080 8 INFO neutron.quota.resource_registry [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-30 18:35:25.080 8 WARNING neutron.quota.resource_registry [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] endpoint_group is already registered 2026-06-30 18:35:25.081 8 INFO neutron.quota.resource_registry [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-30 18:35:25.081 8 WARNING neutron.quota.resource_registry [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] vpnservice is already registered 2026-06-30 18:35:25.082 8 INFO neutron.quota.resource_registry [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-30 18:35:25.082 8 WARNING neutron.quota.resource_registry [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] ipsec_site_connection is already registered 2026-06-30 18:35:25.082 8 INFO neutron.quota.resource_registry [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-30 18:35:25.083 8 WARNING neutron.quota.resource_registry [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] ipsecpolicy is already registered 2026-06-30 18:35:25.083 8 INFO neutron.quota.resource_registry [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-30 18:35:25.083 8 WARNING neutron.quota.resource_registry [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] ikepolicy is already registered 2026-06-30 18:35:25.090 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-f2d98a69-5b01-44d0-9730-375e64c59652 - - - - - -] VlanTypeDriver initialization complete 2026-06-30 18:35:25.091 7 INFO neutron.plugins.ml2.managers [None req-f2d98a69-5b01-44d0-9730-375e64c59652 - - - - - -] Initializing driver for type 'vxlan' 2026-06-30 18:35:25.091 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-f2d98a69-5b01-44d0-9730-375e64c59652 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-30 18:35:25.120 8 WARNING keystonemiddleware._common.config [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-30 18:35:25.120 7 INFO neutron.plugins.ml2.managers [None req-f2d98a69-5b01-44d0-9730-375e64c59652 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-30 18:35:25.120 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-f2d98a69-5b01-44d0-9730-375e64c59652 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-30 18:35:25.120 7 INFO neutron.plugins.ml2.managers [None req-f2d98a69-5b01-44d0-9730-375e64c59652 - - - - - -] Initializing extension driver 'port_security' 2026-06-30 18:35:25.121 7 INFO neutron.plugins.ml2.extensions.port_security [None req-f2d98a69-5b01-44d0-9730-375e64c59652 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-30 18:35:25.121 7 INFO neutron.plugins.ml2.managers [None req-f2d98a69-5b01-44d0-9730-375e64c59652 - - - - - -] Initializing extension driver 'qos' 2026-06-30 18:35:25.121 7 INFO neutron.plugins.ml2.managers [None req-f2d98a69-5b01-44d0-9730-375e64c59652 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-30 18:35:25.121 7 INFO neutron.plugins.ml2.managers [None req-f2d98a69-5b01-44d0-9730-375e64c59652 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-30 18:35:25.127 8 WARNING oslo_config.cfg [None req-abe7ba28-36d2-47b2-9a32-6457bde12f67 - - - - - -] 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 6 seconds on interpreter 0x5645f682d0e0 pid: 8 (default app) 2026-06-30 18:35:25.132 7 INFO neutron.quota [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded quota_driver: . 2026-06-30 18:35:25.132 7 INFO neutron.plugins.ml2.plugin [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Modular L2 Plugin initialization complete 2026-06-30 18:35:25.132 7 INFO neutron.plugins.ml2.managers [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-30 18:35:25.133 7 INFO neutron.plugins.ml2.managers [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-30 18:35:25.133 7 INFO neutron.plugins.ml2.managers [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Got port-security extension from driver 'port_security' 2026-06-30 18:35:25.133 7 INFO neutron.extensions.vlantransparent [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Disabled vlantransparent extension. 2026-06-30 18:35:25.133 7 INFO neutron.manager [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loading Plugin: qos 2026-06-30 18:35:25.143 7 INFO neutron.manager [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loading Plugin: router 2026-06-30 18:35:25.179 7 INFO neutron.services.service_base [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-30 18:35:25.179 7 INFO neutron.manager [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loading Plugin: segments 2026-06-30 18:35:25.273 7 INFO neutron.manager [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loading Plugin: trunk 2026-06-30 18:35:25.320 7 INFO neutron.manager [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loading Plugin: vpnaas 2026-06-30 18:35:25.353 7 WARNING stevedore.named [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-30 18:35:25.397 7 INFO neutron_vpnaas.services.vpn.plugin [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-30 18:35:25.397 7 INFO neutron.common.utils [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-30 18:35:25.397 7 INFO neutron.manager [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loading Plugin: auto_allocate 2026-06-30 18:35:25.401 7 INFO neutron.manager [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loading Plugin: tag 2026-06-30 18:35:25.406 7 INFO neutron.manager [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loading Plugin: timestamp 2026-06-30 18:35:25.408 7 INFO neutron.manager [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loading Plugin: network_ip_availability 2026-06-30 18:35:25.412 7 INFO neutron.manager [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loading Plugin: flavors 2026-06-30 18:35:25.415 7 INFO neutron.manager [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loading Plugin: revisions 2026-06-30 18:35:25.418 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Initializing extension manager. 2026-06-30 18:35:25.419 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: address-group 2026-06-30 18:35:25.420 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: address-scope 2026-06-30 18:35:25.420 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-30 18:35:25.421 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: agent 2026-06-30 18:35:25.422 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: agent-resources-synced 2026-06-30 18:35:25.423 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: allowed-address-pairs 2026-06-30 18:35:25.424 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: auto-allocated-topology 2026-06-30 18:35:25.424 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: availability_zone 2026-06-30 18:35:25.425 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: availability_zone_filter 2026-06-30 18:35:25.426 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-30 18:35:25.426 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: default-subnetpools 2026-06-30 18:35:25.428 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-30 18:35:25.428 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: dns-integration 2026-06-30 18:35:25.429 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: dns-domain-ports 2026-06-30 18:35:25.429 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-30 18:35:25.430 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: dvr 2026-06-30 18:35:25.430 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-30 18:35:25.431 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: empty-string-filtering 2026-06-30 18:35:25.432 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-30 18:35:25.432 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-30 18:35:25.433 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: external-net 2026-06-30 18:35:25.433 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-30 18:35:25.434 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: extraroute 2026-06-30 18:35:25.434 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: extraroute-atomic 2026-06-30 18:35:25.435 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-30 18:35:25.436 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-30 18:35:25.436 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-30 18:35:25.437 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-30 18:35:25.437 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: fip-port-details 2026-06-30 18:35:25.438 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: flavors 2026-06-30 18:35:25.439 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-30 18:35:25.440 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: floatingip-pools 2026-06-30 18:35:25.440 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: ip_allocation 2026-06-30 18:35:25.441 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: ip-substring-filtering 2026-06-30 18:35:25.441 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: l2_adjacency 2026-06-30 18:35:25.443 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: router 2026-06-30 18:35:25.444 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-30 18:35:25.445 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-30 18:35:25.445 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-30 18:35:25.446 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: ext-gw-mode 2026-06-30 18:35:25.446 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: l3-ha 2026-06-30 18:35:25.447 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-30 18:35:25.448 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-30 18:35:25.448 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: l3-flavors 2026-06-30 18:35:25.449 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-30 18:35:25.450 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-30 18:35:25.451 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-30 18:35:25.452 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-30 18:35:25.453 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-30 18:35:25.454 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-30 18:35:25.455 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-30 18:35:25.456 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: multi-provider 2026-06-30 18:35:25.456 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: net-mtu 2026-06-30 18:35:25.457 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: net-mtu-writable 2026-06-30 18:35:25.457 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: network_availability_zone 2026-06-30 18:35:25.458 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: network_ha 2026-06-30 18:35:25.459 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: network-ip-availability 2026-06-30 18:35:25.460 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-30 18:35:25.460 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: pagination 2026-06-30 18:35:25.461 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: port-device-profile 2026-06-30 18:35:25.461 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-30 18:35:25.462 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-30 18:35:25.462 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-30 18:35:25.463 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: port-mac-override 2026-06-30 18:35:25.463 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-30 18:35:25.464 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-30 18:35:25.464 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: port-resource-request 2026-06-30 18:35:25.465 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: port-resource-request-groups 2026-06-30 18:35:25.466 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: binding 2026-06-30 18:35:25.466 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: binding-extended 2026-06-30 18:35:25.467 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: port-security 2026-06-30 18:35:25.467 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: project-id 2026-06-30 18:35:25.468 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: provider 2026-06-30 18:35:25.470 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: qos 2026-06-30 18:35:25.470 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-30 18:35:25.471 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-30 18:35:25.472 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: qos-default 2026-06-30 18:35:25.472 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: qos-fip 2026-06-30 18:35:25.473 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-30 18:35:25.473 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: qos-gateway-ip 2026-06-30 18:35:25.474 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: qos-port-network-policy 2026-06-30 18:35:25.474 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: qos-pps-minimum 2026-06-30 18:35:25.475 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-30 18:35:25.476 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: qos-pps 2026-06-30 18:35:25.476 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: qos-rule-type-details 2026-06-30 18:35:25.477 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-30 18:35:25.477 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: qos-rules-alias 2026-06-30 18:35:25.478 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: quota-check-limit 2026-06-30 18:35:25.480 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: quotas 2026-06-30 18:35:25.481 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: quota_details 2026-06-30 18:35:25.482 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: rbac-policies 2026-06-30 18:35:25.482 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: rbac-address-group 2026-06-30 18:35:25.483 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: rbac-address-scope 2026-06-30 18:35:25.484 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: rbac-security-groups 2026-06-30 18:35:25.484 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: rbac-subnetpool 2026-06-30 18:35:25.485 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: revision-if-match 2026-06-30 18:35:25.485 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: standard-attr-revisions 2026-06-30 18:35:25.486 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: router_availability_zone 2026-06-30 18:35:25.486 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-30 18:35:25.488 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: security-groups-default-rules 2026-06-30 18:35:25.488 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-30 18:35:25.489 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-30 18:35:25.490 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-30 18:35:25.490 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-30 18:35:25.491 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-30 18:35:25.499 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: security-group 2026-06-30 18:35:25.500 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: segment 2026-06-30 18:35:25.501 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-30 18:35:25.501 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: service-type 2026-06-30 18:35:25.502 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: sorting 2026-06-30 18:35:25.502 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: standard-attr-segment 2026-06-30 18:35:25.504 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: standard-attr-description 2026-06-30 18:35:25.504 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: stateful-security-group 2026-06-30 18:35:25.505 7 WARNING neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.10/site-packages/neutron/extensions/stdattrs_common.py 2026-06-30 18:35:25.505 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-30 18:35:25.506 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: subnet_onboard 2026-06-30 18:35:25.506 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-30 18:35:25.507 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: subnet-service-types 2026-06-30 18:35:25.508 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: subnet_allocation 2026-06-30 18:35:25.508 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-30 18:35:25.509 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-30 18:35:25.512 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: standard-attr-tag 2026-06-30 18:35:25.513 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-30 18:35:25.514 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: trunk 2026-06-30 18:35:25.514 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: trunk-details 2026-06-30 18:35:25.515 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-30 18:35:25.515 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-30 18:35:25.517 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-30 18:35:25.518 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-30 18:35:25.519 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: vpn-flavors 2026-06-30 18:35:25.521 7 INFO neutron.api.extensions [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Loaded extension: vpnaas 2026-06-30 18:35:25.523 7 INFO neutron.quota.resource_registry [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-30 18:35:25.523 7 INFO neutron.quota.resource_registry [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-30 18:35:25.523 7 INFO neutron.quota.resource_registry [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-30 18:35:25.524 7 INFO neutron.quota.resource_registry [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-30 18:35:25.529 7 INFO neutron.quota.resource_registry [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-30 18:35:25.530 7 INFO neutron.quota.resource_registry [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-30 18:35:25.536 7 INFO neutron.quota.resource_registry [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-30 18:35:25.537 7 INFO neutron.quota.resource_registry [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-30 18:35:25.538 7 INFO neutron.quota.resource_registry [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-30 18:35:25.539 7 INFO neutron.quota.resource_registry [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-30 18:35:25.539 7 WARNING neutron.quota.resource_registry [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] subnetpool is already registered 2026-06-30 18:35:25.540 7 INFO neutron.quota.resource_registry [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-30 18:35:25.540 7 WARNING neutron.quota.resource_registry [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] subnetpool is already registered 2026-06-30 18:35:25.540 7 INFO neutron.quota.resource_registry [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-30 18:35:25.541 7 INFO neutron.quota.resource_registry [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-30 18:35:25.541 7 INFO neutron.quota.resource_registry [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-30 18:35:25.542 7 INFO neutron.quota.resource_registry [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-30 18:35:25.543 7 INFO neutron.quota.resource_registry [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-30 18:35:25.543 7 INFO neutron.quota.resource_registry [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-30 18:35:25.548 7 INFO neutron.quota.resource_registry [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-30 18:35:25.548 7 WARNING neutron.quota.resource_registry [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] router is already registered 2026-06-30 18:35:25.549 7 INFO neutron.quota.resource_registry [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-30 18:35:25.549 7 WARNING neutron.quota.resource_registry [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] floatingip is already registered 2026-06-30 18:35:25.554 7 INFO neutron.quota.resource_registry [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-30 18:35:25.554 7 WARNING neutron.quota.resource_registry [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] rbac_policy is already registered 2026-06-30 18:35:25.555 7 INFO neutron.quota.resource_registry [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-30 18:35:25.555 7 WARNING neutron.quota.resource_registry [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] security_group is already registered 2026-06-30 18:35:25.555 7 INFO neutron.quota.resource_registry [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-30 18:35:25.556 7 WARNING neutron.quota.resource_registry [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] security_group_rule is already registered 2026-06-30 18:35:25.557 7 INFO neutron.quota.resource_registry [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-30 18:35:25.557 7 WARNING neutron.quota.resource_registry [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] subnetpool is already registered 2026-06-30 18:35:25.558 7 INFO neutron.quota.resource_registry [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-30 18:35:25.558 7 WARNING neutron.quota.resource_registry [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] subnetpool is already registered 2026-06-30 18:35:25.558 7 INFO neutron.quota.resource_registry [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-30 18:35:25.559 7 WARNING neutron.quota.resource_registry [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] trunk is already registered 2026-06-30 18:35:25.559 7 INFO neutron.quota.resource_registry [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-30 18:35:25.559 7 WARNING neutron.quota.resource_registry [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] endpoint_group is already registered 2026-06-30 18:35:25.560 7 INFO neutron.quota.resource_registry [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-30 18:35:25.560 7 WARNING neutron.quota.resource_registry [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] vpnservice is already registered 2026-06-30 18:35:25.560 7 INFO neutron.quota.resource_registry [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-30 18:35:25.561 7 WARNING neutron.quota.resource_registry [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] ipsec_site_connection is already registered 2026-06-30 18:35:25.561 7 INFO neutron.quota.resource_registry [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-30 18:35:25.562 7 WARNING neutron.quota.resource_registry [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] ipsecpolicy is already registered 2026-06-30 18:35:25.562 7 INFO neutron.quota.resource_registry [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-30 18:35:25.562 7 WARNING neutron.quota.resource_registry [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] ikepolicy is already registered 2026-06-30 18:35:25.607 7 WARNING keystonemiddleware._common.config [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-30 18:35:25.616 7 WARNING oslo_config.cfg [None req-1dd1e2b8-5983-493f-be44-55f23e5172da - - - - - -] 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 6 seconds on interpreter 0x5645f682d0e0 pid: 7 (default app) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 18:35:31.334 7 INFO neutron.pecan_wsgi.hooks.translation [None req-84c3635f-53a5-4b4f-8583-799326f27ae5 c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1/4] 199.204.45.227 () {44 vars in 928 bytes} [Tue Jun 30 18:35:30 2026] GET /v2.0/networks/public => generated 108 bytes in 918 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 4/5] 199.204.45.227 () {44 vars in 950 bytes} [Tue Jun 30 18:35:31 2026] GET /v2.0/networks?name=public => generated 15 bytes in 405 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 18:35:31.919 7 WARNING oslo_policy.policy [None req-121d3e3c-3792-4ebe-87f8-26793ea4d1ea c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] Policies ['get_subnets_tags'] reference a rule that is not defined. 2026-06-30 18:35:32.056 7 WARNING neutron.services.revisions.revision_plugin [None req-121d3e3c-3792-4ebe-87f8-26793ea4d1ea c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] Could not find related network for resource to bump revision. 2026-06-30 18:35:32.094 7 INFO neutron.db.segments_db [None req-121d3e3c-3792-4ebe-87f8-26793ea4d1ea c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] Added segment db60eca5-b596-4bc4-ac11-826d968d81ba of type flat for network e4c5541c-6d01-40e2-a948-f7429f172c3d 2026-06-30 18:35:32.147 7 INFO neutron.pecan_wsgi.hooks.translation [None req-121d3e3c-3792-4ebe-87f8-26793ea4d1ea c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2/6] 199.204.45.227 () {48 vars in 968 bytes} [Tue Jun 30 18:35:31 2026] POST /v2.0/networks => generated 124 bytes in 411 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 18:35:38.309 8 INFO neutron.pecan_wsgi.hooks.translation [None req-113a5d78-9fcb-4526-b69c-6e29dac2539d c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/7] 199.204.45.227 () {44 vars in 928 bytes} [Tue Jun 30 18:35:37 2026] GET /v2.0/networks/public => generated 108 bytes in 361 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3/8] 199.204.45.227 () {44 vars in 950 bytes} [Tue Jun 30 18:35:38 2026] GET /v2.0/networks?name=public => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 18:35:38.506 8 WARNING oslo_policy.policy [None req-4792ef19-043d-4e97-a729-f7bf9888916c c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] Policies ['get_subnets_tags'] reference a rule that is not defined. 2026-06-30 18:35:38.578 8 WARNING neutron.services.revisions.revision_plugin [None req-4792ef19-043d-4e97-a729-f7bf9888916c c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] Could not find related network for resource to bump revision. 2026-06-30 18:35:38.603 8 INFO neutron.db.segments_db [None req-4792ef19-043d-4e97-a729-f7bf9888916c c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] Added segment db02bd51-1902-40d4-b2f4-16c493ad27ff of type flat for network f3808146-8382-4d53-a516-ed47dc6cdcf3 2026-06-30 18:35:38.661 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4792ef19-043d-4e97-a729-f7bf9888916c c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/9] 199.204.45.227 () {48 vars in 968 bytes} [Tue Jun 30 18:35:38 2026] POST /v2.0/networks => generated 124 bytes in 345 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 18:35:44.544 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e31d429f-d341-4fe9-893b-c8d7f313eb4d c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/11] 199.204.45.227 () {44 vars in 928 bytes} [Tue Jun 30 18:35:44 2026] GET /v2.0/networks/public => generated 108 bytes in 77 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/12] 199.204.45.227 () {44 vars in 950 bytes} [Tue Jun 30 18:35:44 2026] GET /v2.0/networks?name=public => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 18:35:44.641 8 WARNING neutron.services.revisions.revision_plugin [None req-f6af0ef6-227a-4cd2-8d88-500f03897b9d c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] Could not find related network for resource to bump revision. 2026-06-30 18:35:44.663 8 INFO neutron.db.segments_db [None req-f6af0ef6-227a-4cd2-8d88-500f03897b9d c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] Added segment 082bf2a6-e651-40dc-a8ca-17a1ee92a136 of type flat for network c0439a1b-0a31-4ead-af3e-5399e1e8a7e6 2026-06-30 18:35:44.699 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f6af0ef6-227a-4cd2-8d88-500f03897b9d c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/13] 199.204.45.227 () {48 vars in 968 bytes} [Tue Jun 30 18:35:44 2026] POST /v2.0/networks => generated 124 bytes in 131 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 18:35:50.581 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b737d9f7-e37d-45bc-a94e-70fa971292a3 c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/14] 199.204.45.227 () {44 vars in 928 bytes} [Tue Jun 30 18:35:50 2026] GET /v2.0/networks/public => generated 108 bytes in 77 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 9/15] 199.204.45.227 () {44 vars in 950 bytes} [Tue Jun 30 18:35:50 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-06-30 18:35:50.678 7 WARNING neutron.services.revisions.revision_plugin [None req-0e408d4d-e3ca-42c2-97fa-94c846b91f72 c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] Could not find related network for resource to bump revision. 2026-06-30 18:35:50.703 7 INFO neutron.db.segments_db [None req-0e408d4d-e3ca-42c2-97fa-94c846b91f72 c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] Added segment 5b94074a-70ac-42d8-b841-819634478b53 of type flat for network 31335118-c6bb-45b9-a568-c4ac73203eb7 2026-06-30 18:35:50.733 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0e408d4d-e3ca-42c2-97fa-94c846b91f72 c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/16] 199.204.45.227 () {48 vars in 968 bytes} [Tue Jun 30 18:35:50 2026] POST /v2.0/networks => generated 124 bytes in 138 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 18:35:56.635 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f00015dc-92f7-482a-8038-b9b30448cfe3 c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/17] 199.204.45.227 () {44 vars in 928 bytes} [Tue Jun 30 18:35:56 2026] GET /v2.0/networks/public => generated 108 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/18] 199.204.45.227 () {44 vars in 950 bytes} [Tue Jun 30 18:35:56 2026] GET /v2.0/networks?name=public => generated 15 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 18:35:56.727 8 WARNING neutron.services.revisions.revision_plugin [None req-e5249740-879e-45ff-ad21-66152a06b448 c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] Could not find related network for resource to bump revision. 2026-06-30 18:35:56.753 8 INFO neutron.db.segments_db [None req-e5249740-879e-45ff-ad21-66152a06b448 c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] Added segment cca10e50-3e16-41cc-b736-ce736c53999a of type flat for network 6071fc42-3d19-4a57-aa6b-c0870fad7e28 [pid: 8|app: 0|req: 11/19] 199.204.45.227 () {48 vars in 968 bytes} [Tue Jun 30 18:35:56 2026] POST /v2.0/networks => generated 706 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 18:35:57.965 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cc1da059-17e1-4a46-9218-ccaadae9c5c0 c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/20] 199.204.45.227 () {44 vars in 928 bytes} [Tue Jun 30 18:35:57 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) [pid: 8|app: 0|req: 12/21] 199.204.45.227 () {44 vars in 950 bytes} [Tue Jun 30 18:35:57 2026] GET /v2.0/networks?name=public => generated 709 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 18:35:58.087 7 INFO neutron.pecan_wsgi.hooks.translation [None req-23879572-80c3-49a1-82b4-56066186a52e c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/22] 199.204.45.227 () {44 vars in 1035 bytes} [Tue Jun 30 18:35:58 2026] GET /v2.0/subnets/public-subnet?network_id=6071fc42-3d19-4a57-aa6b-c0870fad7e28 => generated 113 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/23] 199.204.45.227 () {44 vars in 1058 bytes} [Tue Jun 30 18:35:58 2026] GET /v2.0/subnets?name=public-subnet&network_id=6071fc42-3d19-4a57-aa6b-c0870fad7e28 => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 11/25] 199.204.45.227 () {48 vars in 966 bytes} [Tue Jun 30 18:35:58 2026] POST /v2.0/subnets => generated 641 bytes in 508 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 18:40:23.520 7 ERROR oslo.messaging._drivers.impl_rabbit [-] [6fd60bbc-1e7e-46a6-bdd8-ed864dff5826] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError:  2026-06-30 18:40:23.524 7 ERROR oslo.messaging._drivers.impl_rabbit [-] [edf65d56-a183-4fa1-8bd4-93ff11e87c8c] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError:  2026-06-30 18:40:23.525 7 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: Server unexpectedly closed connection Tue Jun 30 18:40:23 2026 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /v2.0/networks/lb-mgmt-net (ip 199.204.45.227) !!! 2026-06-30 18:40:23.669 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7497ebc0-314f-4f41-9700-2b7a494fe5ff c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 28/59] 199.204.45.227 () {44 vars in 938 bytes} [Tue Jun 30 18:40:23 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 156 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 18:40:23.679 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [29c2011e-ea01-4bc6-9919-b0130373046d] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError:  2026-06-30 18:40:23.686 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [4c751b6e-66d7-4cbf-bc70-69e7a30d5daf] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError:  [pid: 8|app: 0|req: 32/60] 199.204.45.227 () {44 vars in 960 bytes} [Tue Jun 30 18:40:23 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 18:40:23.786 7 INFO neutron.db.segments_db [None req-26cb1757-5b6f-4a9b-b080-a8b8c6883b6f c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] Added segment 0da99d7a-48f7-4a2a-b733-2409ad618abf of type vxlan for network cb2a0ded-ca73-4501-8d29-79760c23a9e6 [pid: 7|app: 0|req: 29/61] 199.204.45.227 () {48 vars in 967 bytes} [Tue Jun 30 18:40:23 2026] POST /v2.0/networks => generated 707 bytes in 373 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 18:40:24.983 8 INFO oslo.messaging._drivers.impl_rabbit [-] [29c2011e-ea01-4bc6-9919-b0130373046d] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 41672. 2026-06-30 18:40:24.984 8 INFO oslo.messaging._drivers.impl_rabbit [-] [4c751b6e-66d7-4cbf-bc70-69e7a30d5daf] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 41686. 2026-06-30 18:40:25.041 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dab441fd-e166-424b-a7e3-13caf82691bc c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 33/62] 199.204.45.227 () {44 vars in 938 bytes} [Tue Jun 30 18:40:24 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 88 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 18:40:25.121 7 INFO oslo.messaging._drivers.impl_rabbit [-] [edf65d56-a183-4fa1-8bd4-93ff11e87c8c] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 41700. 2026-06-30 18:40:25.121 7 INFO oslo.messaging._drivers.impl_rabbit [-] [6fd60bbc-1e7e-46a6-bdd8-ed864dff5826] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 41692. [pid: 7|app: 0|req: 30/63] 199.204.45.227 () {44 vars in 960 bytes} [Tue Jun 30 18:40:25 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 18:40:25.162 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b1c48bb0-27c2-43e8-a2c6-0421a045ed16 c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 34/64] 199.204.45.227 () {44 vars in 1037 bytes} [Tue Jun 30 18:40:25 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=cb2a0ded-ca73-4501-8d29-79760c23a9e6 => generated 114 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 31/65] 199.204.45.227 () {44 vars in 1060 bytes} [Tue Jun 30 18:40:25 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=cb2a0ded-ca73-4501-8d29-79760c23a9e6 => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/66] 199.204.45.227 () {48 vars in 966 bytes} [Tue Jun 30 18:40:25 2026] POST /v2.0/subnets => generated 627 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 18:40:26.564 7 INFO neutron.api.v2.resource [None req-c4fa1b77-9c43-42fd-b128-7aa328fbf3ab c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 32/67] 199.204.45.227 () {44 vars in 972 bytes} [Tue Jun 30 18:40:26 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/68] 199.204.45.227 () {44 vars in 994 bytes} [Tue Jun 30 18:40:26 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 33/69] 199.204.45.227 () {48 vars in 981 bytes} [Tue Jun 30 18:40:26 2026] POST /v2.0/security-groups => generated 1616 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/70] 199.204.45.227 () {44 vars in 1002 bytes} [Tue Jun 30 18:40:27 2026] GET /v2.0/security-groups/870c5e63-62cf-41d4-a6d5-1b9b13def84e => generated 1616 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/71] 199.204.45.227 () {44 vars in 1002 bytes} [Tue Jun 30 18:40:27 2026] GET /v2.0/security-groups/870c5e63-62cf-41d4-a6d5-1b9b13def84e => generated 1616 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/72] 199.204.45.227 () {44 vars in 1002 bytes} [Tue Jun 30 18:40:27 2026] GET /v2.0/security-groups/870c5e63-62cf-41d4-a6d5-1b9b13def84e => generated 1616 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/73] 199.204.45.227 () {48 vars in 992 bytes} [Tue Jun 30 18:40:28 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: 40/76] 199.204.45.227 () {44 vars in 1002 bytes} [Tue Jun 30 18:40:28 2026] GET /v2.0/security-groups/870c5e63-62cf-41d4-a6d5-1b9b13def84e => generated 2230 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/77] 199.204.45.227 () {44 vars in 1002 bytes} [Tue Jun 30 18:40:28 2026] GET /v2.0/security-groups/870c5e63-62cf-41d4-a6d5-1b9b13def84e => generated 2230 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/78] 199.204.45.227 () {44 vars in 1002 bytes} [Tue Jun 30 18:40:29 2026] GET /v2.0/security-groups/870c5e63-62cf-41d4-a6d5-1b9b13def84e => generated 2230 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/79] 199.204.45.227 () {48 vars in 992 bytes} [Tue Jun 30 18:40:29 2026] POST /v2.0/security-group-rules => generated 603 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/80] 199.204.45.227 () {44 vars in 1002 bytes} [Tue Jun 30 18:40:29 2026] GET /v2.0/security-groups/870c5e63-62cf-41d4-a6d5-1b9b13def84e => generated 2846 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/81] 199.204.45.227 () {44 vars in 1002 bytes} [Tue Jun 30 18:40:30 2026] GET /v2.0/security-groups/870c5e63-62cf-41d4-a6d5-1b9b13def84e => generated 2846 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/82] 199.204.45.227 () {44 vars in 1002 bytes} [Tue Jun 30 18:40:30 2026] GET /v2.0/security-groups/870c5e63-62cf-41d4-a6d5-1b9b13def84e => generated 2846 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/83] 199.204.45.227 () {48 vars in 992 bytes} [Tue Jun 30 18:40:30 2026] POST /v2.0/security-group-rules => generated 603 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/84] 199.204.45.227 () {44 vars in 1002 bytes} [Tue Jun 30 18:40:31 2026] GET /v2.0/security-groups/870c5e63-62cf-41d4-a6d5-1b9b13def84e => generated 3462 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/85] 199.204.45.227 () {44 vars in 1002 bytes} [Tue Jun 30 18:40:31 2026] GET /v2.0/security-groups/870c5e63-62cf-41d4-a6d5-1b9b13def84e => generated 3462 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/86] 199.204.45.227 () {44 vars in 1002 bytes} [Tue Jun 30 18:40:31 2026] GET /v2.0/security-groups/870c5e63-62cf-41d4-a6d5-1b9b13def84e => generated 3462 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/87] 199.204.45.227 () {48 vars in 992 bytes} [Tue Jun 30 18:40:31 2026] POST /v2.0/security-group-rules => generated 603 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/88] 199.204.45.227 () {44 vars in 1002 bytes} [Tue Jun 30 18:40:32 2026] GET /v2.0/security-groups/870c5e63-62cf-41d4-a6d5-1b9b13def84e => generated 4078 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/89] 199.204.45.227 () {44 vars in 1002 bytes} [Tue Jun 30 18:40:32 2026] GET /v2.0/security-groups/870c5e63-62cf-41d4-a6d5-1b9b13def84e => generated 4078 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/90] 199.204.45.227 () {44 vars in 1002 bytes} [Tue Jun 30 18:40:32 2026] GET /v2.0/security-groups/870c5e63-62cf-41d4-a6d5-1b9b13def84e => generated 4078 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/91] 199.204.45.227 () {48 vars in 992 bytes} [Tue Jun 30 18:40:32 2026] POST /v2.0/security-group-rules => generated 603 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/92] 199.204.45.227 () {44 vars in 988 bytes} [Tue Jun 30 18:40:33 2026] GET /v2.0/networks/cb2a0ded-ca73-4501-8d29-79760c23a9e6 => generated 732 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 18:40:33.958 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b3df0c8a-53ee-4dce-a850-947b38732b95 c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 45/93] 199.204.45.227 () {44 vars in 1077 bytes} [Tue Jun 30 18:40:33 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=cb2a0ded-ca73-4501-8d29-79760c23a9e6 => generated 132 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/94] 199.204.45.227 () {44 vars in 1100 bytes} [Tue Jun 30 18:40:33 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=cb2a0ded-ca73-4501-8d29-79760c23a9e6 => generated 12 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/95] 199.204.45.227 () {44 vars in 1002 bytes} [Tue Jun 30 18:40:34 2026] GET /v2.0/security-groups/870c5e63-62cf-41d4-a6d5-1b9b13def84e => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/96] 199.204.45.227 () {48 vars in 962 bytes} [Tue Jun 30 18:40:34 2026] POST /v2.0/ports => generated 1100 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-30 18:40:40.067 7 INFO neutron.pecan_wsgi.hooks.translation [None req-23afd4b3-476c-498c-a604-dcf199b307a9 c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 47/97] 199.204.45.227 () {44 vars in 980 bytes} [Tue Jun 30 18:40:40 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 51/98] 199.204.45.227 () {44 vars in 1002 bytes} [Tue Jun 30 18:40:40 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/99] 199.204.45.227 () {48 vars in 1032 bytes} [Tue Jun 30 18:40:40 2026] PUT /v2.0/ports/982d13b9-043c-4ef1-a256-b38818398d48 => generated 1213 bytes in 568 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/100] 199.204.45.227 () {44 vars in 921 bytes} [Tue Jun 30 18:40:41 2026] GET /v2.0/ports => generated 3730 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 18:40:43.070 7 INFO neutron.api.v2.resource [None req-1bcc4f6d-d312-4740-9550-3ab8a96685df c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 49/101] 199.204.45.227 () {44 vars in 960 bytes} [Tue Jun 30 18:40:43 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/102] 199.204.45.227 () {44 vars in 982 bytes} [Tue Jun 30 18:40:43 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/105] 199.204.45.227 () {48 vars in 981 bytes} [Tue Jun 30 18:40:43 2026] POST /v2.0/security-groups => generated 1610 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/106] 199.204.45.227 () {44 vars in 1002 bytes} [Tue Jun 30 18:40:44 2026] GET /v2.0/security-groups/43626009-4471-4c8d-b642-02339d0c976c => generated 1610 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/107] 199.204.45.227 () {44 vars in 1002 bytes} [Tue Jun 30 18:40:44 2026] GET /v2.0/security-groups/43626009-4471-4c8d-b642-02339d0c976c => generated 1610 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/108] 199.204.45.227 () {44 vars in 1002 bytes} [Tue Jun 30 18:40:44 2026] GET /v2.0/security-groups/43626009-4471-4c8d-b642-02339d0c976c => generated 1610 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/109] 199.204.45.227 () {48 vars in 992 bytes} [Tue Jun 30 18:40:44 2026] POST /v2.0/security-group-rules => generated 623 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/110] 199.204.45.227 () {44 vars in 1002 bytes} [Tue Jun 30 18:40:45 2026] GET /v2.0/security-groups/43626009-4471-4c8d-b642-02339d0c976c => generated 2246 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/111] 199.204.45.227 () {44 vars in 1002 bytes} [Tue Jun 30 18:40:45 2026] GET /v2.0/security-groups/43626009-4471-4c8d-b642-02339d0c976c => generated 2246 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/112] 199.204.45.227 () {44 vars in 1002 bytes} [Tue Jun 30 18:40:45 2026] GET /v2.0/security-groups/43626009-4471-4c8d-b642-02339d0c976c => generated 2246 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/113] 199.204.45.227 () {48 vars in 992 bytes} [Tue Jun 30 18:40:45 2026] POST /v2.0/security-group-rules => generated 627 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/122] 199.204.45.227 () {44 vars in 976 bytes} [Tue Jun 30 18:41:46 2026] GET /v2.0/quotas/d6ae1d8e0dd54a9b817311fb1fb18016 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/neutron/extensions/quotasv2.py:139: UserWarning: Neutron quota engine will require "--force" parameter to set a quota limit without checking the resource usage. warnings.warn('Neutron quota engine will require "--force" ' [pid: 8|app: 0|req: 64/123] 199.204.45.227 () {48 vars in 1028 bytes} [Tue Jun 30 18:41:47 2026] PUT /v2.0/quotas/d6ae1d8e0dd54a9b817311fb1fb18016 => generated 291 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 18:44:06.046 7 ERROR oslo.messaging._drivers.impl_rabbit [-] [edf65d56-a183-4fa1-8bd4-93ff11e87c8c] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError:  2026-06-30 18:44:06.054 7 ERROR oslo.messaging._drivers.impl_rabbit [-] [6fd60bbc-1e7e-46a6-bdd8-ed864dff5826] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError:  2026-06-30 18:44:06.054 7 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: [Errno 104] Connection reset by peer Tue Jun 30 18:44:06 2026 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /v2.0/ports/octavia-health-manager-port-instance (ip 199.204.45.227) !!! /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 18:44:06.284 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c9108ee6-f7b0-4ada-9ebb-8d708c24a4f7 c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 69/142] 199.204.45.227 () {30 vars in 741 bytes} [Tue Jun 30 18:44:06 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 244 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 18:44:06.296 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [4c751b6e-66d7-4cbf-bc70-69e7a30d5daf] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError:  2026-06-30 18:44:06.299 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [29c2011e-ea01-4bc6-9919-b0130373046d] 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.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 74/143] 199.204.45.227 () {30 vars in 763 bytes} [Tue Jun 30 18:44:06 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 18:44:07.911 7 INFO oslo.messaging._drivers.impl_rabbit [-] [edf65d56-a183-4fa1-8bd4-93ff11e87c8c] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 49748. 2026-06-30 18:44:07.911 7 INFO oslo.messaging._drivers.impl_rabbit [-] [6fd60bbc-1e7e-46a6-bdd8-ed864dff5826] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 49760. 2026-06-30 18:44:07.983 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e2c8fc7c-450b-4cfd-81ad-bdfee0a20dee c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 70/144] 199.204.45.227 () {30 vars in 741 bytes} [Tue Jun 30 18:44:07 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 90 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 18:44:08.042 8 INFO oslo.messaging._drivers.impl_rabbit [-] [29c2011e-ea01-4bc6-9919-b0130373046d] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 49776. 2026-06-30 18:44:08.044 8 INFO oslo.messaging._drivers.impl_rabbit [-] [4c751b6e-66d7-4cbf-bc70-69e7a30d5daf] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 49786. [pid: 8|app: 0|req: 75/145] 199.204.45.227 () {30 vars in 763 bytes} [Tue Jun 30 18:44:07 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 18:50:46.873 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [29c2011e-ea01-4bc6-9919-b0130373046d] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError:  2026-06-30 18:50:46.873 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [4c751b6e-66d7-4cbf-bc70-69e7a30d5daf] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError:  2026-06-30 18:50:46.876 8 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: [Errno 104] Connection reset by peer Tue Jun 30 18:50:46 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=debbe1263e7e4a0bb6e398beb5d9db27 (ip 199.204.45.227) !!! 2026-06-30 18:50:47.031 8 INFO neutron.api.v2.resource [None req-3a0185b7-c9dc-4de1-ab8c-8f060d12ac16 c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 103/200] 199.204.45.227 () {44 vars in 1075 bytes} [Tue Jun 30 18:50:46 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=debbe1263e7e4a0bb6e398beb5d9db27 => generated 139 bytes in 163 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 18:50:47.039 7 ERROR oslo.messaging._drivers.impl_rabbit [-] [edf65d56-a183-4fa1-8bd4-93ff11e87c8c] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError:  2026-06-30 18:50:47.044 7 ERROR oslo.messaging._drivers.impl_rabbit [-] [6fd60bbc-1e7e-46a6-bdd8-ed864dff5826] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError:  2026-06-30 18:50:47.045 7 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: Server unexpectedly closed connection Tue Jun 30 18:50:47 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=debbe1263e7e4a0bb6e398beb5d9db27 (ip 199.204.45.227) !!! [pid: 7|app: 0|req: 98/201] 199.204.45.227 () {44 vars in 1098 bytes} [Tue Jun 30 18:50:47 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=debbe1263e7e4a0bb6e398beb5d9db27 => generated 23 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/202] 199.204.45.227 () {48 vars in 982 bytes} [Tue Jun 30 18:50:47 2026] POST /v2.0/security-groups => generated 1624 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-30 18:50:48.381 7 INFO oslo.messaging._drivers.impl_rabbit [-] [6fd60bbc-1e7e-46a6-bdd8-ed864dff5826] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 40816. 2026-06-30 18:50:48.383 7 INFO oslo.messaging._drivers.impl_rabbit [-] [edf65d56-a183-4fa1-8bd4-93ff11e87c8c] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 40810. [pid: 7|app: 0|req: 99/203] 199.204.45.227 () {44 vars in 1089 bytes} [Tue Jun 30 18:50:48 2026] GET /v2.0/security-groups/91633feb-7b8f-45eb-9205-4a88f809599f?project_id=debbe1263e7e4a0bb6e398beb5d9db27 => generated 1624 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/204] 199.204.45.227 () {44 vars in 1002 bytes} [Tue Jun 30 18:50:48 2026] GET /v2.0/security-groups/91633feb-7b8f-45eb-9205-4a88f809599f => generated 1624 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 100/205] 199.204.45.227 () {44 vars in 1089 bytes} [Tue Jun 30 18:50:48 2026] GET /v2.0/security-groups/91633feb-7b8f-45eb-9205-4a88f809599f?project_id=debbe1263e7e4a0bb6e398beb5d9db27 => generated 1624 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 18:50:48.623 8 INFO oslo.messaging._drivers.impl_rabbit [-] [4c751b6e-66d7-4cbf-bc70-69e7a30d5daf] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 40834. 2026-06-30 18:50:48.624 8 INFO oslo.messaging._drivers.impl_rabbit [-] [29c2011e-ea01-4bc6-9919-b0130373046d] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 40818. [pid: 8|app: 0|req: 106/206] 199.204.45.227 () {48 vars in 992 bytes} [Tue Jun 30 18:50:48 2026] POST /v2.0/security-group-rules => generated 597 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 101/207] 199.204.45.227 () {44 vars in 1089 bytes} [Tue Jun 30 18:50:49 2026] GET /v2.0/security-groups/91633feb-7b8f-45eb-9205-4a88f809599f?project_id=debbe1263e7e4a0bb6e398beb5d9db27 => generated 2234 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/208] 199.204.45.227 () {44 vars in 1002 bytes} [Tue Jun 30 18:50:50 2026] GET /v2.0/security-groups/91633feb-7b8f-45eb-9205-4a88f809599f => generated 2234 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 102/209] 199.204.45.227 () {44 vars in 1089 bytes} [Tue Jun 30 18:50:50 2026] GET /v2.0/security-groups/91633feb-7b8f-45eb-9205-4a88f809599f?project_id=debbe1263e7e4a0bb6e398beb5d9db27 => generated 2234 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/210] 199.204.45.227 () {48 vars in 992 bytes} [Tue Jun 30 18:50:50 2026] POST /v2.0/security-group-rules => generated 599 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/211] 199.204.45.227 () {44 vars in 1089 bytes} [Tue Jun 30 18:50:51 2026] GET /v2.0/security-groups/91633feb-7b8f-45eb-9205-4a88f809599f?project_id=debbe1263e7e4a0bb6e398beb5d9db27 => generated 2846 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/212] 199.204.45.227 () {44 vars in 1002 bytes} [Tue Jun 30 18:50:51 2026] GET /v2.0/security-groups/91633feb-7b8f-45eb-9205-4a88f809599f => 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: 104/213] 199.204.45.227 () {44 vars in 1089 bytes} [Tue Jun 30 18:50:51 2026] GET /v2.0/security-groups/91633feb-7b8f-45eb-9205-4a88f809599f?project_id=debbe1263e7e4a0bb6e398beb5d9db27 => generated 2846 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/214] 199.204.45.227 () {48 vars in 992 bytes} [Tue Jun 30 18:50:51 2026] POST /v2.0/security-group-rules => generated 601 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/215] 199.204.45.227 () {44 vars in 1089 bytes} [Tue Jun 30 18:50:52 2026] GET /v2.0/security-groups/91633feb-7b8f-45eb-9205-4a88f809599f?project_id=debbe1263e7e4a0bb6e398beb5d9db27 => generated 3460 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/216] 199.204.45.227 () {44 vars in 1002 bytes} [Tue Jun 30 18:50:52 2026] GET /v2.0/security-groups/91633feb-7b8f-45eb-9205-4a88f809599f => generated 3460 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/217] 199.204.45.227 () {44 vars in 1089 bytes} [Tue Jun 30 18:50:52 2026] GET /v2.0/security-groups/91633feb-7b8f-45eb-9205-4a88f809599f?project_id=debbe1263e7e4a0bb6e398beb5d9db27 => generated 3460 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/218] 199.204.45.227 () {48 vars in 992 bytes} [Tue Jun 30 18:50:52 2026] POST /v2.0/security-group-rules => generated 602 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/237] 199.204.45.227 () {30 vars in 740 bytes} [Tue Jun 30 18:53:06 2026] GET /v2.0/networks?tenant_id=debbe1263e7e4a0bb6e398beb5d9db27&shared=False => generated 15 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 18:53:06.864 7 INFO neutron.db.segments_db [None req-ef5977f4-bce7-483a-b3e5-9cce28d9626a 06e448198ccf414588cb602bff87bba8 debbe1263e7e4a0bb6e398beb5d9db27 - - 43fc5d4440414f9dbc0a4f426a9428a4 43fc5d4440414f9dbc0a4f426a9428a4] Added segment 1afb0166-7dd2-44c9-935e-ed25ad5903ee of type vxlan for network 28391036-346c-4967-b595-b0d61f8019ca [pid: 7|app: 0|req: 116/238] 199.204.45.227 () {34 vars in 682 bytes} [Tue Jun 30 18:53:06 2026] POST /v2.0/networks => generated 718 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/239] 199.204.45.227 () {30 vars in 722 bytes} [Tue Jun 30 18:53:06 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: 7|app: 0|req: 117/240] 199.204.45.227 () {30 vars in 633 bytes} [Tue Jun 30 18:53:07 2026] GET /v2.0/extensions => generated 19901 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/241] 199.204.45.227 () {34 vars in 677 bytes} [Tue Jun 30 18:53:07 2026] POST /v2.0/ports => generated 963 bytes in 424 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 118/242] 199.204.45.227 () {30 vars in 703 bytes} [Tue Jun 30 18:53:07 2026] GET /v2.0/networks/28391036-346c-4967-b595-b0d61f8019ca => generated 705 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/243] 199.204.45.227 () {30 vars in 722 bytes} [Tue Jun 30 18:53:09 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 119/244] 199.204.45.227 () {30 vars in 703 bytes} [Tue Jun 30 18:53:09 2026] GET /v2.0/networks/28391036-346c-4967-b595-b0d61f8019ca => generated 705 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/247] 199.204.45.227 () {44 vars in 976 bytes} [Tue Jun 30 18:53:22 2026] GET /v2.0/quotas/debbe1263e7e4a0bb6e398beb5d9db27 => generated 292 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/neutron/extensions/quotasv2.py:139: UserWarning: Neutron quota engine will require "--force" parameter to set a quota limit without checking the resource usage. warnings.warn('Neutron quota engine will require "--force" ' [pid: 7|app: 0|req: 121/248] 199.204.45.227 () {48 vars in 1028 bytes} [Tue Jun 30 18:53:23 2026] PUT /v2.0/quotas/debbe1263e7e4a0bb6e398beb5d9db27 => generated 291 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:04:47.257 7 ERROR oslo.messaging._drivers.impl_rabbit [-] [6fd60bbc-1e7e-46a6-bdd8-ed864dff5826] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError:  2026-06-30 19:04:47.258 7 ERROR oslo.messaging._drivers.impl_rabbit [-] [edf65d56-a183-4fa1-8bd4-93ff11e87c8c] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError:  2026-06-30 19:04:47.261 7 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: [Errno 104] Connection reset by peer Tue Jun 30 19:04:47 2026 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /v2.0/networks/public (ip 199.204.45.227) !!! 2026-06-30 19:04:47.413 7 INFO neutron.pecan_wsgi.hooks.translation [None req-863ab66e-0d90-41ce-8094-24b46d7fb0ab c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 168/341] 199.204.45.227 () {44 vars in 928 bytes} [Tue Jun 30 19:04:47 2026] GET /v2.0/networks/public => generated 108 bytes in 162 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:04:47.424 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [4c751b6e-66d7-4cbf-bc70-69e7a30d5daf] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError:  2026-06-30 19:04:47.425 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [29c2011e-ea01-4bc6-9919-b0130373046d] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError:  2026-06-30 19:04:47.428 8 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: [Errno 104] Connection reset by peer Tue Jun 30 19:04:47 2026 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /v2.0/networks?name=public (ip 199.204.45.227) !!! [pid: 8|app: 0|req: 174/342] 199.204.45.227 () {44 vars in 950 bytes} [Tue Jun 30 19:04:47 2026] GET /v2.0/networks?name=public => generated 753 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:04:48.679 7 INFO oslo.messaging._drivers.impl_rabbit [-] [edf65d56-a183-4fa1-8bd4-93ff11e87c8c] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 45874. 2026-06-30 19:04:48.679 7 INFO oslo.messaging._drivers.impl_rabbit [-] [6fd60bbc-1e7e-46a6-bdd8-ed864dff5826] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 45860. 2026-06-30 19:04:48.720 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b8224dd9-b82c-4507-b57a-b2584dc23c45 c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 169/343] 199.204.45.227 () {44 vars in 928 bytes} [Tue Jun 30 19:04:48 2026] GET /v2.0/networks/public => generated 108 bytes in 67 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:04:48.783 8 INFO oslo.messaging._drivers.impl_rabbit [-] [4c751b6e-66d7-4cbf-bc70-69e7a30d5daf] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 45882. 2026-06-30 19:04:48.784 8 INFO oslo.messaging._drivers.impl_rabbit [-] [29c2011e-ea01-4bc6-9919-b0130373046d] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 45888. [pid: 8|app: 0|req: 175/344] 199.204.45.227 () {44 vars in 950 bytes} [Tue Jun 30 19:04:48 2026] GET /v2.0/networks?name=public => generated 753 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:04:48.846 7 INFO neutron.pecan_wsgi.hooks.translation [None req-64e3045d-afde-4f37-8401-a818e09b11c3 c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 170/345] 199.204.45.227 () {44 vars in 1035 bytes} [Tue Jun 30 19:04:48 2026] GET /v2.0/subnets/public-subnet?network_id=6071fc42-3d19-4a57-aa6b-c0870fad7e28 => generated 113 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 176/346] 199.204.45.227 () {44 vars in 1058 bytes} [Tue Jun 30 19:04:48 2026] GET /v2.0/subnets?name=public-subnet&network_id=6071fc42-3d19-4a57-aa6b-c0870fad7e28 => generated 644 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:05:21.422 7 INFO neutron.pecan_wsgi.hooks.translation [None req-17aa29a9-5986-4664-a6ff-d1f62a8c4147 c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 173/351] 199.204.45.227 () {44 vars in 938 bytes} [Tue Jun 30 19:05:21 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) [pid: 8|app: 0|req: 179/352] 199.204.45.227 () {44 vars in 960 bytes} [Tue Jun 30 19:05:21 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:05:22.456 7 INFO neutron.pecan_wsgi.hooks.translation [None req-39b4d041-7ff7-4a63-b670-50539b02ad4c c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 174/353] 199.204.45.227 () {44 vars in 938 bytes} [Tue Jun 30 19:05:22 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: 180/354] 199.204.45.227 () {44 vars in 960 bytes} [Tue Jun 30 19:05:22 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:05:22.567 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5fea521a-722c-4593-bb2e-360d0e2f4b57 c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 175/355] 199.204.45.227 () {44 vars in 1037 bytes} [Tue Jun 30 19:05:22 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=cb2a0ded-ca73-4501-8d29-79760c23a9e6 => generated 114 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/356] 199.204.45.227 () {44 vars in 1060 bytes} [Tue Jun 30 19:05:22 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=cb2a0ded-ca73-4501-8d29-79760c23a9e6 => generated 630 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:05:23.750 7 INFO neutron.api.v2.resource [None req-b5d4bc1f-5078-44d8-881c-a7aca3c7b181 c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 176/357] 199.204.45.227 () {44 vars in 972 bytes} [Tue Jun 30 19:05:23 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/358] 199.204.45.227 () {44 vars in 994 bytes} [Tue Jun 30 19:05:23 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/359] 199.204.45.227 () {44 vars in 1002 bytes} [Tue Jun 30 19:05:24 2026] GET /v2.0/security-groups/870c5e63-62cf-41d4-a6d5-1b9b13def84e => generated 4694 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/360] 199.204.45.227 () {44 vars in 1002 bytes} [Tue Jun 30 19:05:24 2026] GET /v2.0/security-groups/870c5e63-62cf-41d4-a6d5-1b9b13def84e => generated 4694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 178/361] 199.204.45.227 () {44 vars in 1012 bytes} [Tue Jun 30 19:05:25 2026] GET /v2.0/security-group-rules/6423fca6-9c4f-4145-89f3-f15d7dec752a => 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: 184/362] 199.204.45.227 () {44 vars in 1002 bytes} [Tue Jun 30 19:05:25 2026] GET /v2.0/security-groups/870c5e63-62cf-41d4-a6d5-1b9b13def84e => generated 4694 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/363] 199.204.45.227 () {44 vars in 1002 bytes} [Tue Jun 30 19:05:25 2026] GET /v2.0/security-groups/870c5e63-62cf-41d4-a6d5-1b9b13def84e => generated 4694 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/364] 199.204.45.227 () {44 vars in 1012 bytes} [Tue Jun 30 19:05:25 2026] GET /v2.0/security-group-rules/9b9c3d20-9311-41a1-8ea9-f656d48a8df2 => generated 603 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/365] 199.204.45.227 () {44 vars in 1002 bytes} [Tue Jun 30 19:05:26 2026] GET /v2.0/security-groups/870c5e63-62cf-41d4-a6d5-1b9b13def84e => generated 4694 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/366] 199.204.45.227 () {44 vars in 1002 bytes} [Tue Jun 30 19:05:26 2026] GET /v2.0/security-groups/870c5e63-62cf-41d4-a6d5-1b9b13def84e => generated 4694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/367] 199.204.45.227 () {44 vars in 1012 bytes} [Tue Jun 30 19:05:26 2026] GET /v2.0/security-group-rules/976605b8-89d1-488e-bd0d-fb19b221048a => 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: 187/368] 199.204.45.227 () {44 vars in 1002 bytes} [Tue Jun 30 19:05:27 2026] GET /v2.0/security-groups/870c5e63-62cf-41d4-a6d5-1b9b13def84e => generated 4694 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/369] 199.204.45.227 () {44 vars in 1002 bytes} [Tue Jun 30 19:05:27 2026] GET /v2.0/security-groups/870c5e63-62cf-41d4-a6d5-1b9b13def84e => generated 4694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/370] 199.204.45.227 () {44 vars in 1012 bytes} [Tue Jun 30 19:05:27 2026] GET /v2.0/security-group-rules/345ea9e4-d036-415f-b77e-97094769a8a1 => generated 603 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/373] 199.204.45.227 () {44 vars in 1002 bytes} [Tue Jun 30 19:05:28 2026] GET /v2.0/security-groups/870c5e63-62cf-41d4-a6d5-1b9b13def84e => generated 4694 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/374] 199.204.45.227 () {44 vars in 1002 bytes} [Tue Jun 30 19:05:28 2026] GET /v2.0/security-groups/870c5e63-62cf-41d4-a6d5-1b9b13def84e => generated 4694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/375] 199.204.45.227 () {44 vars in 1012 bytes} [Tue Jun 30 19:05:28 2026] GET /v2.0/security-group-rules/d272e170-1283-41a3-8f07-d7d9b6747951 => generated 603 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/376] 199.204.45.227 () {44 vars in 988 bytes} [Tue Jun 30 19:05:30 2026] GET /v2.0/networks/cb2a0ded-ca73-4501-8d29-79760c23a9e6 => generated 732 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:05:30.159 7 INFO neutron.pecan_wsgi.hooks.translation [None req-62652196-e3da-4065-a9ff-b4b61f7c6554 c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 186/377] 199.204.45.227 () {44 vars in 1077 bytes} [Tue Jun 30 19:05:30 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=cb2a0ded-ca73-4501-8d29-79760c23a9e6 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/378] 199.204.45.227 () {44 vars in 1100 bytes} [Tue Jun 30 19:05:30 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=cb2a0ded-ca73-4501-8d29-79760c23a9e6 => generated 1254 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/379] 199.204.45.227 () {44 vars in 1002 bytes} [Tue Jun 30 19:05:30 2026] GET /v2.0/security-groups/870c5e63-62cf-41d4-a6d5-1b9b13def84e => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:05:36.328 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bed9c488-852a-4eaa-b67b-3f9a875bee6c c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 193/380] 199.204.45.227 () {44 vars in 980 bytes} [Tue Jun 30 19:05:36 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/381] 199.204.45.227 () {44 vars in 1002 bytes} [Tue Jun 30 19:05:36 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/382] 199.204.45.227 () {44 vars in 921 bytes} [Tue Jun 30 19:05:37 2026] GET /v2.0/ports => generated 4725 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:05:38.960 7 INFO neutron.api.v2.resource [None req-b1713300-47a2-4277-b8d1-29fe735f766b c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 189/383] 199.204.45.227 () {44 vars in 960 bytes} [Tue Jun 30 19:05:38 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/384] 199.204.45.227 () {44 vars in 982 bytes} [Tue Jun 30 19:05:38 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/385] 199.204.45.227 () {44 vars in 1002 bytes} [Tue Jun 30 19:05:39 2026] GET /v2.0/security-groups/43626009-4471-4c8d-b642-02339d0c976c => generated 2886 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/386] 199.204.45.227 () {44 vars in 1002 bytes} [Tue Jun 30 19:05:39 2026] GET /v2.0/security-groups/43626009-4471-4c8d-b642-02339d0c976c => generated 2886 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/387] 199.204.45.227 () {44 vars in 1012 bytes} [Tue Jun 30 19:05:40 2026] GET /v2.0/security-group-rules/6cfaa4f7-799c-4f4c-abac-0687ec16e4a5 => generated 623 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/388] 199.204.45.227 () {44 vars in 1002 bytes} [Tue Jun 30 19:05:40 2026] GET /v2.0/security-groups/43626009-4471-4c8d-b642-02339d0c976c => generated 2886 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/389] 199.204.45.227 () {44 vars in 1002 bytes} [Tue Jun 30 19:05:40 2026] GET /v2.0/security-groups/43626009-4471-4c8d-b642-02339d0c976c => generated 2886 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/390] 199.204.45.227 () {44 vars in 1012 bytes} [Tue Jun 30 19:05:40 2026] GET /v2.0/security-group-rules/642f8ab6-003a-45b7-8024-f2ef3800132f => generated 627 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/393] 199.204.45.227 () {44 vars in 976 bytes} [Tue Jun 30 19:05:52 2026] GET /v2.0/quotas/d6ae1d8e0dd54a9b817311fb1fb18016 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:06:42.675 8 INFO neutron.api.v2.resource [None req-eb696be6-7054-41a9-bb9d-30d83c0e871f c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 203/400] 199.204.45.227 () {44 vars in 1075 bytes} [Tue Jun 30 19:06:42 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=debbe1263e7e4a0bb6e398beb5d9db27 => generated 139 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/401] 199.204.45.227 () {44 vars in 1098 bytes} [Tue Jun 30 19:06:42 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=debbe1263e7e4a0bb6e398beb5d9db27 => generated 4072 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/404] 199.204.45.227 () {44 vars in 1089 bytes} [Tue Jun 30 19:06:43 2026] GET /v2.0/security-groups/91633feb-7b8f-45eb-9205-4a88f809599f?project_id=debbe1263e7e4a0bb6e398beb5d9db27 => generated 4075 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/405] 199.204.45.227 () {44 vars in 1002 bytes} [Tue Jun 30 19:06:43 2026] GET /v2.0/security-groups/91633feb-7b8f-45eb-9205-4a88f809599f => generated 4075 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/406] 199.204.45.227 () {44 vars in 1012 bytes} [Tue Jun 30 19:06:43 2026] GET /v2.0/security-group-rules/7abb7376-35d8-4889-a4cd-ded9f0f3d989 => generated 597 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/407] 199.204.45.227 () {44 vars in 1089 bytes} [Tue Jun 30 19:06:44 2026] GET /v2.0/security-groups/91633feb-7b8f-45eb-9205-4a88f809599f?project_id=debbe1263e7e4a0bb6e398beb5d9db27 => generated 4075 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/408] 199.204.45.227 () {44 vars in 1002 bytes} [Tue Jun 30 19:06:44 2026] GET /v2.0/security-groups/91633feb-7b8f-45eb-9205-4a88f809599f => generated 4075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/409] 199.204.45.227 () {44 vars in 1012 bytes} [Tue Jun 30 19:06:44 2026] GET /v2.0/security-group-rules/3eaa773e-858b-40a3-a69f-838555695860 => generated 599 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/410] 199.204.45.227 () {44 vars in 1089 bytes} [Tue Jun 30 19:06:45 2026] GET /v2.0/security-groups/91633feb-7b8f-45eb-9205-4a88f809599f?project_id=debbe1263e7e4a0bb6e398beb5d9db27 => generated 4075 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/411] 199.204.45.227 () {44 vars in 1002 bytes} [Tue Jun 30 19:06:45 2026] GET /v2.0/security-groups/91633feb-7b8f-45eb-9205-4a88f809599f => 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: 209/412] 199.204.45.227 () {44 vars in 1012 bytes} [Tue Jun 30 19:06:45 2026] GET /v2.0/security-group-rules/5e34a77c-01b8-40be-9c1e-61d71cbcc88d => generated 601 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/413] 199.204.45.227 () {44 vars in 1089 bytes} [Tue Jun 30 19:06:47 2026] GET /v2.0/security-groups/91633feb-7b8f-45eb-9205-4a88f809599f?project_id=debbe1263e7e4a0bb6e398beb5d9db27 => generated 4075 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/414] 199.204.45.227 () {44 vars in 1002 bytes} [Tue Jun 30 19:06:47 2026] GET /v2.0/security-groups/91633feb-7b8f-45eb-9205-4a88f809599f => generated 4075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/415] 199.204.45.227 () {44 vars in 1012 bytes} [Tue Jun 30 19:06:47 2026] GET /v2.0/security-group-rules/c734745f-de98-459a-a2a4-f5430a9c806b => generated 602 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/416] 199.204.45.227 () {44 vars in 976 bytes} [Tue Jun 30 19:06:54 2026] GET /v2.0/quotas/debbe1263e7e4a0bb6e398beb5d9db27 => 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: 210/425] 199.204.45.227 () {44 vars in 950 bytes} [Tue Jun 30 19:07:44 2026] GET /v2.0/networks?name=public => generated 753 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:08:24.399 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [4c751b6e-66d7-4cbf-bc70-69e7a30d5daf] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError:  2026-06-30 19:08:24.400 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [29c2011e-ea01-4bc6-9919-b0130373046d] 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: 218/430] 10.0.0.228 () {32 vars in 649 bytes} [Tue Jun 30 19:08:24 2026] GET /v2.0/networks => generated 2168 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:08:26.003 7 ERROR oslo.messaging._drivers.impl_rabbit [-] [6fd60bbc-1e7e-46a6-bdd8-ed864dff5826] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError:  2026-06-30 19:08:26.004 7 ERROR oslo.messaging._drivers.impl_rabbit [-] [edf65d56-a183-4fa1-8bd4-93ff11e87c8c] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError:  [pid: 7|app: 0|req: 213/431] 10.0.0.228 () {32 vars in 655 bytes} [Tue Jun 30 19:08:26 2026] GET /v2.0/floatingips => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/432] 10.0.0.228 () {32 vars in 647 bytes} [Tue Jun 30 19:08:26 2026] GET /v2.0/routers => generated 15 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/433] 10.0.0.228 () {32 vars in 643 bytes} [Tue Jun 30 19:08:26 2026] GET /v2.0/ports => generated 4725 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/434] 10.0.0.228 () {32 vars in 647 bytes} [Tue Jun 30 19:08:26 2026] GET /v2.0/subnets => generated 1261 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/435] 10.0.0.228 () {32 vars in 649 bytes} [Tue Jun 30 19:08:26 2026] GET /v2.0/networks => generated 2168 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:08:26.337 8 INFO oslo.messaging._drivers.impl_rabbit [-] [29c2011e-ea01-4bc6-9919-b0130373046d] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 54328. 2026-06-30 19:08:26.341 8 INFO oslo.messaging._drivers.impl_rabbit [-] [4c751b6e-66d7-4cbf-bc70-69e7a30d5daf] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 54324. [pid: 8|app: 0|req: 221/436] 10.0.0.228 () {32 vars in 663 bytes} [Tue Jun 30 19:08:26 2026] GET /v2.0/security-groups => generated 17401 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/437] 10.0.0.228 () {32 vars in 655 bytes} [Tue Jun 30 19:08:26 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:08:36.837 7 INFO oslo.messaging._drivers.impl_rabbit [-] [edf65d56-a183-4fa1-8bd4-93ff11e87c8c] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 41364. 2026-06-30 19:08:36.837 7 INFO oslo.messaging._drivers.impl_rabbit [-] [6fd60bbc-1e7e-46a6-bdd8-ed864dff5826] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 41380. 2026-06-30 19:08:37.195 7 INFO neutron.db.segments_db [None req-95c34fef-5c48-4ad5-a2ac-ec01f1abaf40 c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] Added segment 9e3035ae-e92d-4c53-906f-b6747fa60ab2 of type vxlan for network 797ba5fa-2ffd-4180-8862-4dcd2c150b65 2026-06-30 19:08:37.246 8 INFO neutron.db.segments_db [None req-01fe8972-cc68-4baa-a4fa-58b68417f29d c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] Added segment bc17e02d-728c-4b80-abb4-dcf4dcaf3403 of type vxlan for network a22086dc-522a-497a-b26b-500927c5ef25 [pid: 7|app: 0|req: 218/440] 10.0.0.228 () {34 vars in 671 bytes} [Tue Jun 30 19:08:36 2026] POST /v2.0/networks => generated 748 bytes in 526 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/441] 10.0.0.228 () {34 vars in 671 bytes} [Tue Jun 30 19:08:37 2026] POST /v2.0/networks => generated 744 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/442] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:08:37 2026] POST /v2.0/subnets => generated 671 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:08:37.850 7 INFO neutron.db.segments_db [None req-9abbed4c-db5d-4897-a63f-d4578e901814 c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] Added segment 0589cdc4-c14d-414a-93dc-decedebe4072 of type vxlan for network 02da2b52-e31e-4db4-b898-86ef8e0720cb [pid: 8|app: 0|req: 225/443] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:08:37 2026] POST /v2.0/subnets => generated 667 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:08:37.911 8 INFO neutron.db.segments_db [None req-dc207c68-aec7-4c62-abc7-a650927ca00b c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] Added segment 4bd91495-fb73-4928-98a5-947c3a55b929 of type vxlan for network 892645d8-5837-4c04-ab32-fabd4030968b [pid: 7|app: 0|req: 219/444] 10.0.0.228 () {34 vars in 671 bytes} [Tue Jun 30 19:08:37 2026] POST /v2.0/networks => generated 744 bytes in 632 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/445] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:08:37 2026] GET /v2.0/security-groups?tenant_id=8dcf7eef3cc04dba91b1c439b4e32620&name=default => generated 2921 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:08:38.159 7 INFO neutron.db.segments_db [None req-2e821078-89ab-461b-8cde-b1983aeedb48 c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] Added segment 544d42fd-10d0-4ae7-a395-b35565731769 of type vxlan for network 1d80124d-8d3a-410c-8f80-b447d445125d 2026-06-30 19:08:38.224 8 INFO neutron.db.l3_hamode_db [None req-dc207c68-aec7-4c62-abc7-a650927ca00b c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:08:38.477 7 INFO neutron.db.l3_hamode_db [None req-2e821078-89ab-461b-8cde-b1983aeedb48 c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:08:39.339 8 INFO neutron.db.l3_hamode_db [None req-dc207c68-aec7-4c62-abc7-a650927ca00b c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:08:39.644 7 INFO neutron.db.l3_hamode_db [None req-2e821078-89ab-461b-8cde-b1983aeedb48 c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 226/446] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:08:37 2026] POST /v2.0/routers => generated 735 bytes in 2946 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/447] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:08:40 2026] POST /v2.0/subnets => generated 667 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/448] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:08:38 2026] POST /v2.0/routers => generated 731 bytes in 3046 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/449] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:08:41 2026] DELETE /v2.0/security-groups/d15e56d6-8a7e-4aa7-9b81-fe611e3ac832 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:08:41.271 8 INFO neutron.db.segments_db [None req-88b3de23-3f4f-4643-b82c-149fffdc8af8 c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] Added segment b93db8eb-2fa9-4ef4-bcec-88fb43078929 of type vxlan for network 641ba345-6980-4ed6-afa4-279e87be317f 2026-06-30 19:08:41.706 8 INFO neutron.db.l3_hamode_db [None req-88b3de23-3f4f-4643-b82c-149fffdc8af8 c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 222/450] 10.0.0.228 () {34 vars in 783 bytes} [Tue Jun 30 19:08:41 2026] PUT /v2.0/routers/ece04769-5c07-4d29-aadc-e502f2faf60f/add_router_interface => generated 309 bytes in 1590 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:08:42.878 8 INFO neutron.db.l3_hamode_db [None req-88b3de23-3f4f-4643-b82c-149fffdc8af8 c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 229/451] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:08:41 2026] POST /v2.0/routers => generated 731 bytes in 2945 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/452] 10.0.0.228 () {34 vars in 783 bytes} [Tue Jun 30 19:08:42 2026] PUT /v2.0/routers/f92f7e8f-fc07-4971-88b2-41894b42029c/add_router_interface => generated 309 bytes in 1565 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:08:44.324 7 WARNING neutron_lib.context [None req-b8eaeba7-7679-4976-a7ef-f8e9cd18f666 2f1e636185264c4d974c409314adfade fbbd5f086db94e45b6f7129aeda65f0c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 226/455] 10.0.0.228 () {34 vars in 685 bytes} [Tue Jun 30 19:08:44 2026] POST /v2.0/security-groups => generated 1661 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-30 19:08:44.436 8 INFO neutron.db.segments_db [None req-88a7399e-c4e5-4225-a9d0-cad6881950a2 c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] Added segment 5abba5ad-a261-45f0-865f-2ff78aeabbc9 of type vxlan for network bb116fd5-1303-4aa4-a354-0cfe75723545 [pid: 8|app: 0|req: 230/456] 10.0.0.228 () {34 vars in 671 bytes} [Tue Jun 30 19:08:44 2026] POST /v2.0/networks => generated 748 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:08:44.546 8 WARNING neutron_lib.context [None req-f579827e-0124-4ef6-a71d-15755ebe57ea 2f1e636185264c4d974c409314adfade fbbd5f086db94e45b6f7129aeda65f0c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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/457] 10.0.0.228 () {34 vars in 695 bytes} [Tue Jun 30 19:08:44 2026] POST /v2.0/security-group-rules => generated 597 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/458] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:08:44 2026] POST /v2.0/subnets => generated 671 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:08:44.910 8 WARNING neutron_lib.context [None req-9a5957f1-10bd-47f2-bada-5fd945d210de 2f1e636185264c4d974c409314adfade fbbd5f086db94e45b6f7129aeda65f0c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 233/459] 10.0.0.228 () {34 vars in 695 bytes} [Tue Jun 30 19:08:44 2026] POST /v2.0/security-group-rules => generated 602 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:08:45.051 8 INFO neutron.db.segments_db [None req-78d576ac-62c7-4a7b-a531-01a0e04bd4c2 c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] Added segment d82d6f9e-a596-4861-bdc5-21d939474fb9 of type vxlan for network c6e1c18d-8058-45ed-a31b-583a3ca75097 2026-06-30 19:08:45.315 8 INFO neutron.db.l3_hamode_db [None req-78d576ac-62c7-4a7b-a531-01a0e04bd4c2 c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 227/460] 10.0.0.228 () {34 vars in 783 bytes} [Tue Jun 30 19:08:44 2026] PUT /v2.0/routers/d26f639a-98cf-4922-b566-e8f527059f14/add_router_interface => generated 309 bytes in 1362 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:08:45.803 7 WARNING neutron_lib.context [None req-059be8a8-1143-4cb7-b8db-7687740ba4e2 2f1e636185264c4d974c409314adfade fbbd5f086db94e45b6f7129aeda65f0c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:08:46.350 8 INFO neutron.db.l3_hamode_db [None req-78d576ac-62c7-4a7b-a531-01a0e04bd4c2 c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 228/461] 10.0.0.228 () {34 vars in 676 bytes} [Tue Jun 30 19:08:45 2026] POST /v2.0/floatingips => generated 552 bytes in 571 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:08:46.446 7 WARNING neutron_lib.context [req-7d36f172-35b6-4a61-907c-93051fe34e27 req-eb8213c2-9fe6-4227-881a-05a75b47b531 59a578a56baa412a9bada38f68b2e39b 5eb6cb9e4dbb41cf8ac431bc9f513306 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 229/462] 10.0.0.53 () {38 vars in 970 bytes} [Tue Jun 30 19:08:46 2026] POST /v2.0/security-groups => generated 1681 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-30 19:08:46.590 7 WARNING neutron_lib.context [None req-8e9e9998-b9f0-47e0-88c8-f4c904251357 a9dcebd3ebcd4cf5a8f063465b188f4d 55ceb241462d4f24bd4c8a8a51644712 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 230/463] 10.0.0.228 () {34 vars in 685 bytes} [Tue Jun 30 19:08:46 2026] POST /v2.0/security-groups => generated 1660 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-30 19:08:46.717 7 WARNING neutron_lib.context [None req-7749bdea-3dc2-43e9-a35e-8dccb1d54684 a9dcebd3ebcd4cf5a8f063465b188f4d 55ceb241462d4f24bd4c8a8a51644712 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 231/464] 10.0.0.228 () {34 vars in 695 bytes} [Tue Jun 30 19:08:46 2026] POST /v2.0/security-group-rules => generated 597 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:08:46.865 7 WARNING neutron_lib.context [None req-82811a08-886b-40c1-8301-b65599ad9fa9 a9dcebd3ebcd4cf5a8f063465b188f4d 55ceb241462d4f24bd4c8a8a51644712 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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/465] 10.0.0.228 () {34 vars in 695 bytes} [Tue Jun 30 19:08:46 2026] POST /v2.0/security-group-rules => generated 602 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:08:47.016 7 WARNING neutron_lib.context [req-cc256d7d-0dda-43b2-a801-cf3077ddffba req-85b8d939-8ed3-4660-bf78-67fe299a8b74 59a578a56baa412a9bada38f68b2e39b 5eb6cb9e4dbb41cf8ac431bc9f513306 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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/466] 10.0.0.53 () {38 vars in 970 bytes} [Tue Jun 30 19:08:46 2026] POST /v2.0/security-groups => generated 1681 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-30 19:08:47.193 7 WARNING neutron_lib.context [None req-2679c0e9-87d3-45d8-b313-40d44a7f7659 a9dcebd3ebcd4cf5a8f063465b188f4d 55ceb241462d4f24bd4c8a8a51644712 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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/467] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:08:45 2026] POST /v2.0/routers => generated 735 bytes in 2454 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:08:47.472 8 WARNING neutron_lib.context [req-5d1120a9-afc3-4f98-9439-150018b3f6fc req-d944b012-ba63-48f5-8fd6-fdb11469bc06 59a578a56baa412a9bada38f68b2e39b 5eb6cb9e4dbb41cf8ac431bc9f513306 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 235/468] 10.0.0.53 () {38 vars in 970 bytes} [Tue Jun 30 19:08:47 2026] POST /v2.0/security-groups => generated 1682 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/469] 10.0.0.228 () {34 vars in 676 bytes} [Tue Jun 30 19:08:47 2026] POST /v2.0/floatingips => generated 552 bytes in 644 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/470] 10.0.0.53 () {34 vars in 1001 bytes} [Tue Jun 30 19:08:47 2026] GET /v2.0/security-groups?tenant_id=5eb6cb9e4dbb41cf8ac431bc9f513306 => generated 7905 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/471] 10.0.0.53 () {34 vars in 990 bytes} [Tue Jun 30 19:08:47 2026] GET /v2.0/security-groups/05a2cba0-32c6-4dd1-8a53-a1175729d0d4 => generated 2918 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/472] 10.0.0.53 () {34 vars in 990 bytes} [Tue Jun 30 19:08:47 2026] GET /v2.0/security-groups/05a2cba0-32c6-4dd1-8a53-a1175729d0d4 => generated 2918 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/473] 10.0.0.53 () {34 vars in 990 bytes} [Tue Jun 30 19:08:48 2026] GET /v2.0/security-groups/0a94e11b-7843-43d7-9f51-c648fe535833 => generated 1681 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/474] 10.0.0.53 () {36 vars in 1012 bytes} [Tue Jun 30 19:08:48 2026] DELETE /v2.0/security-groups/0a94e11b-7843-43d7-9f51-c648fe535833 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:08:48.220 7 INFO neutron.api.v2.resource [req-8a147d8f-c2ab-4b6e-b99b-ead1a80ecb66 req-d8178ebb-5c3d-4872-b21f-6fe44e14d50b 59a578a56baa412a9bada38f68b2e39b 5eb6cb9e4dbb41cf8ac431bc9f513306 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 240/475] 10.0.0.53 () {34 vars in 990 bytes} [Tue Jun 30 19:08:48 2026] GET /v2.0/security-groups/0a94e11b-7843-43d7-9f51-c648fe535833 => 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: 241/476] 10.0.0.53 () {34 vars in 1097 bytes} [Tue Jun 30 19:08:48 2026] GET /v2.0/security-groups?name=tempest-securitygroup--567599495&fields=id&tenant_id=55ceb241462d4f24bd4c8a8a51644712 => 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: 242/477] 10.0.0.53 () {34 vars in 990 bytes} [Tue Jun 30 19:08:48 2026] GET /v2.0/security-groups/d31481c5-73fe-4fbb-a5b9-b6622a61d9f6 => generated 1681 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/478] 10.0.0.53 () {34 vars in 981 bytes} [Tue Jun 30 19:08:48 2026] GET /v2.0/networks?id=02da2b52-e31e-4db4-b898-86ef8e0720cb => generated 676 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/479] 10.0.0.53 () {36 vars in 1012 bytes} [Tue Jun 30 19:08:48 2026] DELETE /v2.0/security-groups/d31481c5-73fe-4fbb-a5b9-b6622a61d9f6 => 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: 245/480] 10.0.0.53 () {34 vars in 964 bytes} [Tue Jun 30 19:08:48 2026] GET /v2.0/quotas/55ceb241462d4f24bd4c8a8a51644712 => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:08:48.484 7 INFO neutron.api.v2.resource [req-e7912a76-d695-4e07-a796-f03ff4a344ab req-443109b6-0c75-4c6f-8d03-437428cf86cb 59a578a56baa412a9bada38f68b2e39b 5eb6cb9e4dbb41cf8ac431bc9f513306 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 246/481] 10.0.0.53 () {34 vars in 990 bytes} [Tue Jun 30 19:08:48 2026] GET /v2.0/security-groups/d31481c5-73fe-4fbb-a5b9-b6622a61d9f6 => generated 146 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/482] 10.0.0.53 () {34 vars in 1001 bytes} [Tue Jun 30 19:08:48 2026] GET /v2.0/ports?tenant_id=55ceb241462d4f24bd4c8a8a51644712&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: 248/483] 10.0.0.53 () {34 vars in 990 bytes} [Tue Jun 30 19:08:48 2026] GET /v2.0/security-groups/f6c45ec6-d717-4ecd-9ac4-90d83d8a7708 => generated 1682 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/484] 10.0.0.53 () {36 vars in 1012 bytes} [Tue Jun 30 19:08:48 2026] DELETE /v2.0/security-groups/f6c45ec6-d717-4ecd-9ac4-90d83d8a7708 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:08:48.793 7 INFO neutron.api.v2.resource [req-5c0c7b51-8587-4bf8-a6f6-bdf465f0dbc5 req-a4ffb9f6-c002-4025-bfed-e2fbe4ddb377 59a578a56baa412a9bada38f68b2e39b 5eb6cb9e4dbb41cf8ac431bc9f513306 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 250/485] 10.0.0.53 () {34 vars in 990 bytes} [Tue Jun 30 19:08:48 2026] GET /v2.0/security-groups/f6c45ec6-d717-4ecd-9ac4-90d83d8a7708 => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/486] 10.0.0.53 () {34 vars in 1001 bytes} [Tue Jun 30 19:08:48 2026] GET /v2.0/security-groups?tenant_id=5eb6cb9e4dbb41cf8ac431bc9f513306 => generated 2921 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/487] 10.0.0.53 () {34 vars in 990 bytes} [Tue Jun 30 19:08:48 2026] GET /v2.0/security-groups/05a2cba0-32c6-4dd1-8a53-a1175729d0d4 => generated 2918 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/488] 10.0.0.53 () {34 vars in 990 bytes} [Tue Jun 30 19:08:48 2026] GET /v2.0/security-groups/05a2cba0-32c6-4dd1-8a53-a1175729d0d4 => generated 2918 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/489] 10.0.0.53 () {34 vars in 906 bytes} [Tue Jun 30 19:08:48 2026] GET /v2.0/extensions => generated 19901 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-06-30 19:08:49.014 7 INFO neutron.api.v2.resource [req-32850e3c-98ca-4d34-805b-347c9e00e10a req-83378631-d74b-4e0d-9ad0-6353aab4eb60 59a578a56baa412a9bada38f68b2e39b 5eb6cb9e4dbb41cf8ac431bc9f513306 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 255/490] 10.0.0.53 () {34 vars in 990 bytes} [Tue Jun 30 19:08:49 2026] GET /v2.0/security-groups/f6c45ec6-d717-4ecd-9ac4-90d83d8a7708 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/491] 10.0.0.53 () {34 vars in 1007 bytes} [Tue Jun 30 19:08:49 2026] GET /v2.0/networks/02da2b52-e31e-4db4-b898-86ef8e0720cb?fields=segments => generated 14 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:08:49.096 7 INFO neutron.api.v2.resource [req-8f46abb1-8510-4a91-974e-e5975426c0b8 req-44fb32e2-da07-499b-bb7b-66b77086735b 59a578a56baa412a9bada38f68b2e39b 5eb6cb9e4dbb41cf8ac431bc9f513306 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 257/492] 10.0.0.53 () {34 vars in 990 bytes} [Tue Jun 30 19:08:49 2026] GET /v2.0/security-groups/d31481c5-73fe-4fbb-a5b9-b6622a61d9f6 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/493] 10.0.0.53 () {34 vars in 1107 bytes} [Tue Jun 30 19:08:49 2026] GET /v2.0/networks/02da2b52-e31e-4db4-b898-86ef8e0720cb?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) 2026-06-30 19:08:49.183 7 INFO neutron.api.v2.resource [req-f1955e88-fcd8-4f89-84c9-434a154dff1f req-ccd16a65-d114-4387-a4bb-dd1cb21e0324 59a578a56baa412a9bada38f68b2e39b 5eb6cb9e4dbb41cf8ac431bc9f513306 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 259/494] 10.0.0.53 () {34 vars in 990 bytes} [Tue Jun 30 19:08:49 2026] GET /v2.0/security-groups/0a94e11b-7843-43d7-9f51-c648fe535833 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/495] 10.0.0.228 () {34 vars in 783 bytes} [Tue Jun 30 19:08:47 2026] PUT /v2.0/routers/ca738f27-f7a6-4613-b25b-d8a10a4ddfd4/add_router_interface => generated 309 bytes in 1758 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/496] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:08:49 2026] GET /v2.0/ports?device_id=57f36520-0a64-4223-bbdb-46c064b4fc89 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:08:49.863 8 WARNING neutron_lib.context [req-38937054-433a-4c1a-b1e4-16e860349490 req-1a86cc9b-e36f-47e6-bfad-e335d2462d32 c9b4aedd531e487dbb75dd64984677a8 c74e88133b5a4e688851f492a4929a3f - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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/497] 10.0.0.53 () {38 vars in 970 bytes} [Tue Jun 30 19:08:49 2026] POST /v2.0/security-groups => generated 1684 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/498] 10.0.0.53 () {34 vars in 990 bytes} [Tue Jun 30 19:08:50 2026] GET /v2.0/security-groups/0541b38a-7992-4a78-b876-9c739a1d1930 => generated 1684 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:08:50.089 8 WARNING neutron_lib.context [req-3b9514d9-5f5d-4633-909d-bed500d19ac5 req-afd12641-1866-4976-bf99-f94660546730 c9b4aedd531e487dbb75dd64984677a8 c74e88133b5a4e688851f492a4929a3f - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 240/499] 10.0.0.53 () {38 vars in 980 bytes} [Tue Jun 30 19:08:50 2026] POST /v2.0/security-group-rules => generated 614 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:08:50.260 8 WARNING neutron_lib.context [req-c1422e89-d0f0-498d-a316-dfa67598e327 req-3b920110-0d7f-4a23-932d-1dea12db821f c9b4aedd531e487dbb75dd64984677a8 c74e88133b5a4e688851f492a4929a3f - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 241/500] 10.0.0.53 () {38 vars in 970 bytes} [Tue Jun 30 19:08:50 2026] POST /v2.0/security-groups => generated 1684 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/501] 10.0.0.53 () {34 vars in 990 bytes} [Tue Jun 30 19:08:50 2026] GET /v2.0/security-groups/51ea7900-7abc-4ec8-918f-363b82dd0dbd => generated 1684 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:08:50.458 8 WARNING neutron_lib.context [req-5bbe1163-860a-49e2-9d83-ff72ab6e9e5a req-441e2232-28df-44e1-8e54-2731c246ee34 c9b4aedd531e487dbb75dd64984677a8 c74e88133b5a4e688851f492a4929a3f - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 243/502] 10.0.0.53 () {38 vars in 980 bytes} [Tue Jun 30 19:08:50 2026] POST /v2.0/security-group-rules => generated 614 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/503] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:08:50 2026] GET /v2.0/ports?device_id=57f36520-0a64-4223-bbdb-46c064b4fc89 => 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: 245/504] 10.0.0.53 () {34 vars in 990 bytes} [Tue Jun 30 19:08:50 2026] GET /v2.0/security-groups/51ea7900-7abc-4ec8-918f-363b82dd0dbd => generated 2309 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:08:50.725 8 WARNING neutron_lib.context [req-2f80ac1c-6e58-4d7b-bc8c-393caec68a43 req-36fe64b7-167f-4346-9d91-cbe1c9132095 c9b4aedd531e487dbb75dd64984677a8 c74e88133b5a4e688851f492a4929a3f - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 246/505] 10.0.0.53 () {38 vars in 980 bytes} [Tue Jun 30 19:08:50 2026] POST /v2.0/security-group-rules => generated 619 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/506] 10.0.0.228 () {34 vars in 789 bytes} [Tue Jun 30 19:08:49 2026] PUT /v2.0/routers/f92f7e8f-fc07-4971-88b2-41894b42029c/remove_router_interface => generated 309 bytes in 1684 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/507] 10.0.0.53 () {34 vars in 990 bytes} [Tue Jun 30 19:08:50 2026] GET /v2.0/security-groups/51ea7900-7abc-4ec8-918f-363b82dd0dbd => generated 2939 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/508] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:08:50 2026] GET /v2.0/networks?id=02da2b52-e31e-4db4-b898-86ef8e0720cb => generated 676 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/509] 10.0.0.53 () {34 vars in 1000 bytes} [Tue Jun 30 19:08:51 2026] GET /v2.0/security-group-rules/05c75636-0af4-4889-9800-0a5e28053812 => generated 616 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/510] 10.0.0.53 () {34 vars in 990 bytes} [Tue Jun 30 19:08:51 2026] GET /v2.0/security-groups/51ea7900-7abc-4ec8-918f-363b82dd0dbd => generated 2939 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/511] 199.204.45.227 () {34 vars in 1050 bytes} [Tue Jun 30 19:08:51 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=55ceb241462d4f24bd4c8a8a51644712 => generated 180 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/512] 10.0.0.53 () {36 vars in 1022 bytes} [Tue Jun 30 19:08:51 2026] DELETE /v2.0/security-group-rules/05c75636-0af4-4889-9800-0a5e28053812 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:08:51.370 8 WARNING neutron_lib.context [req-2202d2da-e2b7-4520-ae27-a31619fe84eb req-65e76db3-cad1-4735-91fd-5bcebfe1651f a9dcebd3ebcd4cf5a8f063465b188f4d 55ceb241462d4f24bd4c8a8a51644712 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:08:51.569 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-7f2c8b6d-d7f1-4786-8d14-db78d70632c7 c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.10/site-packages/paste/urlmap.py", line 216, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_middleware/request_id.py", line 58, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_middleware/catch_errors.py", line 40, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py", line 340, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/neutron/api/v2/resource.py", line 98, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.10/site-packages/neutron/api/v2/base.py", line 570, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/neutron/api/v2/base.py", line 597, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/l3_db.py", line 2242, in delete_router super(L3_NAT_db_mixin, self).delete_router(context, id) File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/l3_db.py", line 644, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.10/site-packages/neutron/common/utils.py", line 724, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/plugin.py", line 2212, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/plugin.py", line 2217, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 101, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 85, in _is_session_semantic_violated stack = traceback.extract_stack()  [pid: 8|app: 0|req: 253/513] 199.204.45.227 () {38 vars in 955 bytes} [Tue Jun 30 19:08:51 2026] POST /v2.0/ports => generated 958 bytes in 602 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:08:51.973 7 INFO neutron.db.l3_hamode_db [None req-7f2c8b6d-d7f1-4786-8d14-db78d70632c7 c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] HA network 1d80124d-8d3a-410c-8f80-b447d445125d was deleted as no HA routers are present in tenant 5eb6cb9e4dbb41cf8ac431bc9f513306. [pid: 7|app: 0|req: 261/514] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:08:50 2026] DELETE /v2.0/routers/f92f7e8f-fc07-4971-88b2-41894b42029c => generated 0 bytes in 1086 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.53 () {34 vars in 990 bytes} [Tue Jun 30 19:08:51 2026] GET /v2.0/security-groups/51ea7900-7abc-4ec8-918f-363b82dd0dbd => generated 2309 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/516] 199.204.45.227 () {34 vars in 911 bytes} [Tue Jun 30 19:08:52 2026] GET /v2.0/extensions => generated 19901 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/517] 10.0.0.53 () {34 vars in 1099 bytes} [Tue Jun 30 19:08:51 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1605177833&fields=id&tenant_id=fbbd5f086db94e45b6f7129aeda65f0c => generated 69 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/518] 10.0.0.53 () {36 vars in 1012 bytes} [Tue Jun 30 19:08:52 2026] DELETE /v2.0/security-groups/51ea7900-7abc-4ec8-918f-363b82dd0dbd => 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: 256/519] 10.0.0.53 () {34 vars in 981 bytes} [Tue Jun 30 19:08:52 2026] GET /v2.0/networks?id=797ba5fa-2ffd-4180-8862-4dcd2c150b65 => generated 680 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/520] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:08:52 2026] DELETE /v2.0/subnets/38e88163-9dd8-451d-8df1-c416d1ca3da7 => 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: 265/521] 10.0.0.53 () {34 vars in 964 bytes} [Tue Jun 30 19:08:52 2026] GET /v2.0/quotas/fbbd5f086db94e45b6f7129aeda65f0c => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:08:52.345 7 INFO neutron.services.segments.plugin [-] Segment 544d42fd-10d0-4ae7-a395-b35565731769 resource provider aggregate not found [pid: 8|app: 0|req: 257/522] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:08:52 2026] GET /v2.0/ports?device_id=57f36520-0a64-4223-bbdb-46c064b4fc89 => generated 961 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:08:52.372 7 INFO neutron.services.segments.plugin [-] Segment 544d42fd-10d0-4ae7-a395-b35565731769 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 544d42fd-10d0-4ae7-a395-b35565731769 found for delete ", "request_id": "req-dc5fa781-fa22-4a29-bbb7-a995b33ff2dc"}]} 2026-06-30 19:08:52.380 7 INFO neutron.services.segments.plugin [-] Segment 544d42fd-10d0-4ae7-a395-b35565731769 resource provider aggregate not found 2026-06-30 19:08:52.401 7 INFO neutron.services.segments.plugin [-] Segment 544d42fd-10d0-4ae7-a395-b35565731769 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 544d42fd-10d0-4ae7-a395-b35565731769 found for delete ", "request_id": "req-77e2880f-325e-496d-a029-21e31627dee8"}]} [pid: 8|app: 0|req: 258/523] 10.0.0.53 () {34 vars in 1001 bytes} [Tue Jun 30 19:08:52 2026] GET /v2.0/ports?tenant_id=fbbd5f086db94e45b6f7129aeda65f0c&fields=id => generated 103 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/524] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:08:52 2026] DELETE /v2.0/networks/a22086dc-522a-497a-b26b-500927c5ef25 => generated 0 bytes in 416 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/525] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:08:52 2026] GET /v2.0/security-groups?id=76530d06-9b54-4d86-9794-6bbce92ec865&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: 268/526] 10.0.0.53 () {34 vars in 1007 bytes} [Tue Jun 30 19:08:52 2026] GET /v2.0/networks/797ba5fa-2ffd-4180-8862-4dcd2c150b65?fields=segments => generated 14 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/527] 10.0.0.53 () {34 vars in 990 bytes} [Tue Jun 30 19:08:52 2026] GET /v2.0/security-groups/0541b38a-7992-4a78-b876-9c739a1d1930 => generated 2309 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/528] 10.0.0.53 () {34 vars in 1107 bytes} [Tue Jun 30 19:08:52 2026] GET /v2.0/networks/797ba5fa-2ffd-4180-8862-4dcd2c150b65?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: 271/529] 10.0.0.53 () {36 vars in 1012 bytes} [Tue Jun 30 19:08:52 2026] DELETE /v2.0/security-groups/0541b38a-7992-4a78-b876-9c739a1d1930 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/530] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:08:53 2026] GET /v2.0/security-groups?tenant_id=5eb6cb9e4dbb41cf8ac431bc9f513306&name=default => generated 2921 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/531] 199.204.45.227 () {38 vars in 1028 bytes} [Tue Jun 30 19:08:52 2026] PUT /v2.0/ports/8a05e0dc-2170-4320-9fff-b2354437fd9c => generated 1203 bytes in 621 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 260/532] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:08:53 2026] DELETE /v2.0/security-groups/05a2cba0-32c6-4dd1-8a53-a1175729d0d4 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 261/533] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:08:53 2026] GET /v2.0/ports?tenant_id=55ceb241462d4f24bd4c8a8a51644712&device_id=57f36520-0a64-4223-bbdb-46c064b4fc89 => generated 1242 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/534] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:08:53 2026] GET /v2.0/ports?device_id=57ef0055-0ebb-4ba3-b90b-740079fe7aac => 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: 263/535] 199.204.45.227 () {34 vars in 1060 bytes} [Tue Jun 30 19:08:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=8a05e0dc-2170-4320-9fff-b2354437fd9c => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/536] 199.204.45.227 () {34 vars in 984 bytes} [Tue Jun 30 19:08:53 2026] GET /v2.0/subnets?id=33fe517a-1731-40e1-9539-3a40fb9cde64 => generated 670 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/537] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:08:53 2026] GET /v2.0/ports?network_id=02da2b52-e31e-4db4-b898-86ef8e0720cb&device_owner=network%3Adhcp => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/538] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:08:53 2026] GET /v2.0/networks/02da2b52-e31e-4db4-b898-86ef8e0720cb?fields=segments => generated 14 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:08:53.699 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1623b20c-841e-4df9-9864-42378a490d0f'] response: {'name': 'network-changed', 'server_uuid': '57f36520-0a64-4223-bbdb-46c064b4fc89', 'tag': '8a05e0dc-2170-4320-9fff-b2354437fd9c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 267/539] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:08:53 2026] GET /v2.0/networks/02da2b52-e31e-4db4-b898-86ef8e0720cb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/540] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:08:53 2026] GET /v2.0/ports?tenant_id=55ceb241462d4f24bd4c8a8a51644712&device_id=57f36520-0a64-4223-bbdb-46c064b4fc89 => generated 1242 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/541] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:08:53 2026] GET /v2.0/networks?id=02da2b52-e31e-4db4-b898-86ef8e0720cb => generated 772 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/542] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:08:53 2026] GET /v2.0/ports?device_id=57f36520-0a64-4223-bbdb-46c064b4fc89 => generated 973 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/543] 199.204.45.227 () {34 vars in 1060 bytes} [Tue Jun 30 19:08:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=8a05e0dc-2170-4320-9fff-b2354437fd9c => 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: 272/544] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:08:54 2026] GET /v2.0/security-groups?id=76530d06-9b54-4d86-9794-6bbce92ec865&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: 273/545] 199.204.45.227 () {34 vars in 984 bytes} [Tue Jun 30 19:08:54 2026] GET /v2.0/subnets?id=33fe517a-1731-40e1-9539-3a40fb9cde64 => generated 670 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/546] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:08:54 2026] GET /v2.0/ports?network_id=02da2b52-e31e-4db4-b898-86ef8e0720cb&device_owner=network%3Adhcp => generated 1244 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/547] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:08:54 2026] GET /v2.0/networks?id=797ba5fa-2ffd-4180-8862-4dcd2c150b65 => generated 680 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/548] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:08:54 2026] GET /v2.0/networks/02da2b52-e31e-4db4-b898-86ef8e0720cb?fields=segments => generated 14 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/549] 10.0.0.228 () {34 vars in 789 bytes} [Tue Jun 30 19:08:53 2026] PUT /v2.0/routers/ca738f27-f7a6-4613-b25b-d8a10a4ddfd4/remove_router_interface => generated 309 bytes in 1234 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/550] 199.204.45.227 () {34 vars in 1050 bytes} [Tue Jun 30 19:08:54 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=fbbd5f086db94e45b6f7129aeda65f0c => generated 181 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:08:54.407 7 INFO neutron.services.segments.plugin [-] Segment bc17e02d-728c-4b80-abb4-dcf4dcaf3403 resource provider aggregate not found 2026-06-30 19:08:54.424 7 INFO neutron.services.segments.plugin [-] Segment bc17e02d-728c-4b80-abb4-dcf4dcaf3403 resource provider aggregate not found 2026-06-30 19:08:54.429 7 INFO neutron.services.segments.plugin [-] Segment bc17e02d-728c-4b80-abb4-dcf4dcaf3403 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc17e02d-728c-4b80-abb4-dcf4dcaf3403 found for delete ", "request_id": "req-3314f7ad-8c65-445c-9099-83e0137e76f8"}]} 2026-06-30 19:08:54.444 7 INFO neutron.services.segments.plugin [-] Segment bc17e02d-728c-4b80-abb4-dcf4dcaf3403 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc17e02d-728c-4b80-abb4-dcf4dcaf3403 found for delete ", "request_id": "req-ddaafab4-6bcc-4e83-a149-ae7c80ec694e"}]} [pid: 8|app: 0|req: 278/551] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:08:54 2026] GET /v2.0/networks/02da2b52-e31e-4db4-b898-86ef8e0720cb?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) 2026-06-30 19:08:54.460 8 WARNING neutron_lib.context [req-ad59b8fb-db8f-4fe8-81e2-d5f76635b8d3 req-b425b589-f150-4810-bb30-c277019686bb 2f1e636185264c4d974c409314adfade fbbd5f086db94e45b6f7129aeda65f0c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 279/552] 199.204.45.227 () {38 vars in 955 bytes} [Tue Jun 30 19:08:54 2026] POST /v2.0/ports => generated 958 bytes in 492 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 280/553] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:08:54 2026] GET /v2.0/ports?device_id=57ef0055-0ebb-4ba3-b90b-740079fe7aac => generated 961 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:08:55.483 7 INFO neutron.db.l3_hamode_db [None req-a87a3242-cbe6-45d3-80fa-685f91591895 c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] HA network c6e1c18d-8058-45ed-a31b-583a3ca75097 was deleted as no HA routers are present in tenant c74e88133b5a4e688851f492a4929a3f. [pid: 7|app: 0|req: 274/554] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:08:54 2026] DELETE /v2.0/routers/ca738f27-f7a6-4613-b25b-d8a10a4ddfd4 => generated 0 bytes in 1153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/555] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:08:55 2026] GET /v2.0/ports?device_id=57f36520-0a64-4223-bbdb-46c064b4fc89 => generated 973 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/556] 199.204.45.227 () {38 vars in 1028 bytes} [Tue Jun 30 19:08:55 2026] PUT /v2.0/ports/caa2b2f3-8c04-44f3-b883-04f835eab62b => generated 1203 bytes in 500 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 282/557] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:08:55 2026] GET /v2.0/security-groups?id=d8bb1658-7be4-4020-b329-c3ada7b29bb3&fields=id&fields=name => generated 114 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:08:55.859 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e2037ad5-0546-46ed-a7af-331187f35cb7'] response: {'name': 'network-changed', 'server_uuid': '57ef0055-0ebb-4ba3-b90b-740079fe7aac', 'tag': 'caa2b2f3-8c04-44f3-b883-04f835eab62b', 'status': 'completed', 'code': 200} 2026-06-30 19:08:56.021 7 INFO neutron.db.segments_db [None req-a410da6e-2767-4837-a18e-213ae5931a40 c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] Added segment d8815c0d-c1b4-4210-872e-367d90b13b90 of type vxlan for network 3e3c5d14-14eb-475f-a1cc-f49687b28085 [pid: 8|app: 0|req: 283/558] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:08:55 2026] DELETE /v2.0/subnets/2c62d2f7-94b5-4058-bc6b-a0d3f7b95249 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/559] 10.0.0.228 () {34 vars in 671 bytes} [Tue Jun 30 19:08:55 2026] POST /v2.0/networks => generated 751 bytes in 468 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/560] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:08:56 2026] GET /v2.0/security-groups?id=76530d06-9b54-4d86-9794-6bbce92ec865&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/561] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:08:56 2026] GET /v2.0/ports?tenant_id=fbbd5f086db94e45b6f7129aeda65f0c&device_id=57ef0055-0ebb-4ba3-b90b-740079fe7aac => generated 1242 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:08:56.452 7 INFO neutron.services.segments.plugin [-] Segment d82d6f9e-a596-4861-bdc5-21d939474fb9 resource provider aggregate not found 2026-06-30 19:08:56.467 7 INFO neutron.services.segments.plugin [-] Segment d82d6f9e-a596-4861-bdc5-21d939474fb9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d82d6f9e-a596-4861-bdc5-21d939474fb9 found for delete ", "request_id": "req-bbd637fa-e7be-4c9e-9168-bd5d2c66749d"}]} 2026-06-30 19:08:56.468 7 INFO neutron.services.segments.plugin [-] Segment d82d6f9e-a596-4861-bdc5-21d939474fb9 resource provider aggregate not found 2026-06-30 19:08:56.496 7 INFO neutron.services.segments.plugin [-] Segment d82d6f9e-a596-4861-bdc5-21d939474fb9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d82d6f9e-a596-4861-bdc5-21d939474fb9 found for delete ", "request_id": "req-0fc421eb-03b0-4c84-817c-017e56f49a4d"}]} [pid: 7|app: 0|req: 278/562] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:08:56 2026] POST /v2.0/subnets => generated 674 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/563] 199.204.45.227 () {34 vars in 1060 bytes} [Tue Jun 30 19:08:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=caa2b2f3-8c04-44f3-b883-04f835eab62b => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:08:56.612 7 INFO neutron.db.segments_db [None req-1a5d4577-cbb7-48b0-8404-d3b95794708f c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] Added segment d059b03b-4db3-4d32-b1d5-cea656c53943 of type vxlan for network 313f0856-ed11-4072-8794-7741f0365912 [pid: 8|app: 0|req: 285/564] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:08:56 2026] DELETE /v2.0/networks/bb116fd5-1303-4aa4-a354-0cfe75723545 => generated 0 bytes in 497 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/565] 199.204.45.227 () {34 vars in 984 bytes} [Tue Jun 30 19:08:56 2026] GET /v2.0/subnets?id=b62163cf-fb5d-40eb-96f2-7602fdaaa915 => generated 674 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/566] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:08:56 2026] GET /v2.0/ports?network_id=797ba5fa-2ffd-4180-8862-4dcd2c150b65&device_owner=network%3Adhcp => generated 1244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/567] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:08:56 2026] GET /v2.0/networks/797ba5fa-2ffd-4180-8862-4dcd2c150b65?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: 289/568] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:08:56 2026] GET /v2.0/security-groups?tenant_id=c74e88133b5a4e688851f492a4929a3f&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: 290/569] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:08:56 2026] GET /v2.0/networks/797ba5fa-2ffd-4180-8862-4dcd2c150b65?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: 291/570] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:08:56 2026] DELETE /v2.0/security-groups/8d9ad792-0d22-4b37-bdd2-66e34b3e6220 => 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: 292/571] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:08:57 2026] GET /v2.0/ports?device_id=57ef0055-0ebb-4ba3-b90b-740079fe7aac => generated 973 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/572] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:08:57 2026] GET /v2.0/ports?tenant_id=fbbd5f086db94e45b6f7129aeda65f0c&device_id=57ef0055-0ebb-4ba3-b90b-740079fe7aac => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/573] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:08:57 2026] GET /v2.0/security-groups?id=d8bb1658-7be4-4020-b329-c3ada7b29bb3&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-06-30 19:08:57.164 8 INFO neutron.services.segments.plugin [-] Segment 5abba5ad-a261-45f0-865f-2ff78aeabbc9 resource provider aggregate not found 2026-06-30 19:08:57.172 8 INFO neutron.services.segments.plugin [-] Segment 5abba5ad-a261-45f0-865f-2ff78aeabbc9 resource provider aggregate not found 2026-06-30 19:08:57.185 8 INFO neutron.services.segments.plugin [-] Segment 5abba5ad-a261-45f0-865f-2ff78aeabbc9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5abba5ad-a261-45f0-865f-2ff78aeabbc9 found for delete ", "request_id": "req-fd194f9c-e594-4708-b8c2-edd9338f0fe5"}]} 2026-06-30 19:08:57.186 8 INFO neutron.services.segments.plugin [-] Segment 5abba5ad-a261-45f0-865f-2ff78aeabbc9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5abba5ad-a261-45f0-865f-2ff78aeabbc9 found for delete ", "request_id": "req-22fd6bea-7eb8-4d2a-a4de-5c3caf7d7521"}]} [pid: 8|app: 0|req: 295/574] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:08:57 2026] GET /v2.0/networks?id=797ba5fa-2ffd-4180-8862-4dcd2c150b65 => generated 776 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/575] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:08:57 2026] GET /v2.0/ports?device_id=57f36520-0a64-4223-bbdb-46c064b4fc89 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/576] 199.204.45.227 () {34 vars in 1060 bytes} [Tue Jun 30 19:08:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=caa2b2f3-8c04-44f3-b883-04f835eab62b => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:08:57.366 7 INFO neutron.db.l3_hamode_db [None req-1a5d4577-cbb7-48b0-8404-d3b95794708f c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 298/577] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:08:57 2026] GET /v2.0/security-groups?id=76530d06-9b54-4d86-9794-6bbce92ec865&fields=id&fields=name => generated 113 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/578] 199.204.45.227 () {34 vars in 984 bytes} [Tue Jun 30 19:08:57 2026] GET /v2.0/subnets?id=b62163cf-fb5d-40eb-96f2-7602fdaaa915 => generated 674 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/579] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:08:57 2026] GET /v2.0/ports?network_id=797ba5fa-2ffd-4180-8862-4dcd2c150b65&device_owner=network%3Adhcp => generated 1244 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/580] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:08:57 2026] GET /v2.0/networks/797ba5fa-2ffd-4180-8862-4dcd2c150b65?fields=segments => generated 14 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/581] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:08:57 2026] GET /v2.0/networks/797ba5fa-2ffd-4180-8862-4dcd2c150b65?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: 8|app: 0|req: 305/584] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:08:58 2026] GET /v2.0/ports?device_id=57ef0055-0ebb-4ba3-b90b-740079fe7aac => generated 973 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/585] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:08:58 2026] GET /v2.0/security-groups?id=d8bb1658-7be4-4020-b329-c3ada7b29bb3&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-06-30 19:08:58.587 7 INFO neutron.db.l3_hamode_db [None req-1a5d4577-cbb7-48b0-8404-d3b95794708f c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 307/586] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:08:58 2026] GET /v2.0/ports?device_id=57f36520-0a64-4223-bbdb-46c064b4fc89 => generated 975 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/587] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:08:58 2026] GET /v2.0/security-groups?id=76530d06-9b54-4d86-9794-6bbce92ec865&fields=id&fields=name => generated 113 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/588] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:08:58 2026] GET /v2.0/ports?device_id=57f36520-0a64-4223-bbdb-46c064b4fc89 => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:08:59.412 8 INFO neutron.db.l3_db [None req-6e20c4ab-d4ce-4f13-9293-5be565f2adf9 a9dcebd3ebcd4cf5a8f063465b188f4d 55ceb241462d4f24bd4c8a8a51644712 - - default default] Floating IP 6304b923-be5d-44a6-9043-363414feb822 associated. External IP: 10.96.250.217, port: 8a05e0dc-2170-4320-9fff-b2354437fd9c. [pid: 7|app: 0|req: 280/589] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:08:56 2026] POST /v2.0/routers => generated 738 bytes in 3252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/590] 10.0.0.228 () {34 vars in 749 bytes} [Tue Jun 30 19:08:58 2026] PUT /v2.0/floatingips/6304b923-be5d-44a6-9043-363414feb822 => generated 856 bytes in 1131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/591] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:08:59 2026] GET /v2.0/ports?device_id=57ef0055-0ebb-4ba3-b90b-740079fe7aac => generated 975 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:09:00.179 7 INFO neutron.db.segments_db [None req-b6720c1c-8ab8-4cca-a168-3fa50d936c62 c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] Added segment 6d7c4ed3-a2f6-402f-8102-4d61fbb61b9d of type vxlan for network 2b3cefb6-82af-48c0-9413-c85a7facfe26 [pid: 7|app: 0|req: 281/592] 10.0.0.228 () {34 vars in 671 bytes} [Tue Jun 30 19:08:59 2026] POST /v2.0/networks => generated 744 bytes in 470 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/593] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:09:00 2026] GET /v2.0/ports?device_id=57f36520-0a64-4223-bbdb-46c064b4fc89 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/594] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:09:00 2026] GET /v2.0/security-groups?id=d8bb1658-7be4-4020-b329-c3ada7b29bb3&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:09:00.404 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d7cb51cf-2f84-4422-b92b-0dd1dab51fda'] response: {'name': 'network-changed', 'server_uuid': '57f36520-0a64-4223-bbdb-46c064b4fc89', 'tag': '8a05e0dc-2170-4320-9fff-b2354437fd9c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 284/595] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:09:00 2026] POST /v2.0/subnets => generated 667 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/596] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:09:00 2026] GET /v2.0/security-groups?id=76530d06-9b54-4d86-9794-6bbce92ec865&fields=id&fields=name => generated 113 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/597] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:09:00 2026] GET /v2.0/ports?tenant_id=55ceb241462d4f24bd4c8a8a51644712&device_id=57f36520-0a64-4223-bbdb-46c064b4fc89 => generated 1244 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:09:00.860 7 INFO neutron.db.segments_db [None req-c1038426-7c4a-4339-a91d-6db0e113d851 c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] Added segment 933209ce-a82b-479b-83ca-5209bbbc1e14 of type vxlan for network 8289f3ac-96e1-4c76-acb7-8bf8df66efbe 2026-06-30 19:09:01.325 7 INFO neutron.db.l3_hamode_db [None req-c1038426-7c4a-4339-a91d-6db0e113d851 c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 312/598] 10.0.0.228 () {34 vars in 783 bytes} [Tue Jun 30 19:09:00 2026] PUT /v2.0/routers/0419bd9f-7590-40f8-b5f5-cda6f958bc7f/add_router_interface => generated 309 bytes in 1846 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/599] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:09:01 2026] GET /v2.0/networks?id=02da2b52-e31e-4db4-b898-86ef8e0720cb => generated 772 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/600] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:09:01 2026] GET /v2.0/ports?device_id=57f36520-0a64-4223-bbdb-46c064b4fc89 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/601] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:09:01 2026] GET /v2.0/ports?device_id=57ef0055-0ebb-4ba3-b90b-740079fe7aac => generated 975 bytes in 374 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/602] 199.204.45.227 () {34 vars in 1060 bytes} [Tue Jun 30 19:09:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=8a05e0dc-2170-4320-9fff-b2354437fd9c => generated 859 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/603] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:09:02 2026] GET /v2.0/security-groups?id=76530d06-9b54-4d86-9794-6bbce92ec865&fields=id&fields=name => generated 113 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/604] 199.204.45.227 () {34 vars in 994 bytes} [Tue Jun 30 19:09:02 2026] GET /v2.0/ports?device_id=57f36520-0a64-4223-bbdb-46c064b4fc89 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/605] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:09:02 2026] GET /v2.0/security-groups?id=d8bb1658-7be4-4020-b329-c3ada7b29bb3&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-06-30 19:09:02.577 7 INFO neutron.db.l3_hamode_db [None req-c1038426-7c4a-4339-a91d-6db0e113d851 c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 320/606] 199.204.45.227 () {34 vars in 984 bytes} [Tue Jun 30 19:09:02 2026] GET /v2.0/subnets?id=33fe517a-1731-40e1-9539-3a40fb9cde64 => generated 670 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:09:02.952 8 INFO neutron.db.l3_db [req-f54f826e-b1ce-4ab4-ab96-3264ae9baf16 req-4eedb9d1-5d8a-41f5-8f57-03ac06962a1f a9dcebd3ebcd4cf5a8f063465b188f4d 55ceb241462d4f24bd4c8a8a51644712 - - default default] Floating IP 6304b923-be5d-44a6-9043-363414feb822 disassociated. External IP: 10.96.250.217, port: 8a05e0dc-2170-4320-9fff-b2354437fd9c. [pid: 8|app: 0|req: 321/607] 199.204.45.227 () {36 vars in 997 bytes} [Tue Jun 30 19:09:02 2026] DELETE /v2.0/ports/8a05e0dc-2170-4320-9fff-b2354437fd9c => generated 0 bytes in 885 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:09:03.497 8 WARNING neutron_lib.context [None req-bd231ad2-77f7-43c6-b334-f1daae3c4bd0 2578e32db63f4b6cad744d236712595c 62e39b1d4b3740f298e17fcffcac1222 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:09:03.524 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b8d9abea-9002-40a3-a178-b606e99aca33'] response: {'server_uuid': '57f36520-0a64-4223-bbdb-46c064b4fc89', 'name': 'network-vif-deleted', 'tag': '8a05e0dc-2170-4320-9fff-b2354437fd9c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 322/608] 10.0.0.228 () {34 vars in 685 bytes} [Tue Jun 30 19:09:03 2026] POST /v2.0/security-groups => generated 1660 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/609] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:09:03 2026] GET /v2.0/ports?network_id=02da2b52-e31e-4db4-b898-86ef8e0720cb&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: 324/610] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:09:03 2026] GET /v2.0/ports?device_id=57ef0055-0ebb-4ba3-b90b-740079fe7aac => generated 975 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/611] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:09:03 2026] GET /v2.0/ports?device_id=57f36520-0a64-4223-bbdb-46c064b4fc89 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:09:03.829 8 WARNING neutron_lib.context [None req-016596ae-749f-48e7-a545-5776a2f878ad 2578e32db63f4b6cad744d236712595c 62e39b1d4b3740f298e17fcffcac1222 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 326/612] 10.0.0.228 () {34 vars in 695 bytes} [Tue Jun 30 19:09:03 2026] POST /v2.0/security-group-rules => generated 597 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/613] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:09:03 2026] GET /v2.0/networks/02da2b52-e31e-4db4-b898-86ef8e0720cb?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/614] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:09:00 2026] POST /v2.0/routers => generated 731 bytes in 3273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:09:04.069 7 WARNING neutron_lib.context [None req-8d75c08b-39d9-41ce-9ecb-6c38d03c3da4 2578e32db63f4b6cad744d236712595c 62e39b1d4b3740f298e17fcffcac1222 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 288/615] 10.0.0.228 () {34 vars in 695 bytes} [Tue Jun 30 19:09:04 2026] POST /v2.0/security-group-rules => generated 602 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/616] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:09:04 2026] GET /v2.0/networks/02da2b52-e31e-4db4-b898-86ef8e0720cb?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) 2026-06-30 19:09:04.521 8 INFO neutron.db.l3_db [None req-bba6c05f-2140-4d37-9256-44e1365c0b60 2f1e636185264c4d974c409314adfade fbbd5f086db94e45b6f7129aeda65f0c - - default default] Floating IP 9fb907f6-8aaf-49e2-8f68-e97e03e51e51 associated. External IP: 10.96.250.211, port: caa2b2f3-8c04-44f3-b883-04f835eab62b. [pid: 8|app: 0|req: 328/617] 10.0.0.228 () {34 vars in 749 bytes} [Tue Jun 30 19:09:04 2026] PUT /v2.0/floatingips/9fb907f6-8aaf-49e2-8f68-e97e03e51e51 => generated 856 bytes in 968 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:09:04.979 8 WARNING neutron_lib.context [None req-a9f18ce0-0231-4d1b-b30c-d2e6f4d3f99d 2578e32db63f4b6cad744d236712595c 62e39b1d4b3740f298e17fcffcac1222 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:09:05.566 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fa86901a-45a3-43c8-8096-d48a807a0e92'] response: {'name': 'network-changed', 'server_uuid': '57ef0055-0ebb-4ba3-b90b-740079fe7aac', 'tag': 'caa2b2f3-8c04-44f3-b883-04f835eab62b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 329/618] 10.0.0.228 () {34 vars in 676 bytes} [Tue Jun 30 19:09:04 2026] POST /v2.0/floatingips => generated 552 bytes in 741 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/619] 10.0.0.228 () {34 vars in 783 bytes} [Tue Jun 30 19:09:04 2026] PUT /v2.0/routers/13a5dc29-86f8-437f-837a-c9341bfbcffb/add_router_interface => generated 309 bytes in 1479 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/620] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:09:05 2026] GET /v2.0/ports?device_id=57ef0055-0ebb-4ba3-b90b-740079fe7aac => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/621] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:09:05 2026] DELETE /v2.0/security-groups/76530d06-9b54-4d86-9794-6bbce92ec865 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/622] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:09:05 2026] GET /v2.0/ports?tenant_id=fbbd5f086db94e45b6f7129aeda65f0c&device_id=57ef0055-0ebb-4ba3-b90b-740079fe7aac => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:09:05.881 7 INFO neutron.api.v2.resource [None req-aa87726c-526e-4942-b823-2ba98d1f3dd2 a9dcebd3ebcd4cf5a8f063465b188f4d 55ceb241462d4f24bd4c8a8a51644712 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 293/623] 10.0.0.228 () {32 vars in 737 bytes} [Tue Jun 30 19:09:05 2026] GET /v2.0/security-groups/76530d06-9b54-4d86-9794-6bbce92ec865 => 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: 331/624] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:09:05 2026] GET /v2.0/security-groups?id=d8bb1658-7be4-4020-b329-c3ada7b29bb3&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/625] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:09:05 2026] GET /v2.0/networks?id=797ba5fa-2ffd-4180-8862-4dcd2c150b65 => generated 776 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/626] 199.204.45.227 () {34 vars in 1060 bytes} [Tue Jun 30 19:09:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=caa2b2f3-8c04-44f3-b883-04f835eab62b => generated 859 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/627] 199.204.45.227 () {34 vars in 984 bytes} [Tue Jun 30 19:09:06 2026] GET /v2.0/subnets?id=b62163cf-fb5d-40eb-96f2-7602fdaaa915 => generated 674 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/628] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:09:06 2026] GET /v2.0/ports?network_id=797ba5fa-2ffd-4180-8862-4dcd2c150b65&device_owner=network%3Adhcp => generated 1244 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/629] 10.0.0.53 () {34 vars in 1099 bytes} [Tue Jun 30 19:09:06 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1932570407&fields=id&tenant_id=62e39b1d4b3740f298e17fcffcac1222 => generated 69 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/630] 10.0.0.228 () {32 vars in 732 bytes} [Tue Jun 30 19:09:05 2026] DELETE /v2.0/floatingips/6304b923-be5d-44a6-9043-363414feb822 => generated 0 bytes in 359 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/631] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:09:06 2026] GET /v2.0/networks/797ba5fa-2ffd-4180-8862-4dcd2c150b65?fields=segments => generated 14 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/632] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:09:06 2026] GET /v2.0/ports?device_id=57ef0055-0ebb-4ba3-b90b-740079fe7aac => generated 975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/633] 10.0.0.53 () {34 vars in 981 bytes} [Tue Jun 30 19:09:06 2026] GET /v2.0/networks?id=3e3c5d14-14eb-475f-a1cc-f49687b28085 => generated 683 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/634] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:09:06 2026] GET /v2.0/networks/797ba5fa-2ffd-4180-8862-4dcd2c150b65?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/635] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:09:06 2026] GET /v2.0/security-groups?id=d8bb1658-7be4-4020-b329-c3ada7b29bb3&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: 303/636] 10.0.0.53 () {34 vars in 964 bytes} [Tue Jun 30 19:09:06 2026] GET /v2.0/quotas/62e39b1d4b3740f298e17fcffcac1222 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/637] 10.0.0.53 () {34 vars in 1001 bytes} [Tue Jun 30 19:09:06 2026] GET /v2.0/ports?tenant_id=62e39b1d4b3740f298e17fcffcac1222&fields=id => generated 103 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/638] 10.0.0.53 () {34 vars in 1007 bytes} [Tue Jun 30 19:09:06 2026] GET /v2.0/networks/3e3c5d14-14eb-475f-a1cc-f49687b28085?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/639] 199.204.45.227 () {34 vars in 994 bytes} [Tue Jun 30 19:09:06 2026] GET /v2.0/ports?device_id=57ef0055-0ebb-4ba3-b90b-740079fe7aac => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/640] 10.0.0.53 () {34 vars in 981 bytes} [Tue Jun 30 19:09:06 2026] GET /v2.0/networks?id=2b3cefb6-82af-48c0-9413-c85a7facfe26 => generated 676 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/641] 10.0.0.53 () {34 vars in 1107 bytes} [Tue Jun 30 19:09:06 2026] GET /v2.0/networks/3e3c5d14-14eb-475f-a1cc-f49687b28085?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) 2026-06-30 19:09:07.387 7 INFO neutron.db.l3_db [req-beb71644-4901-4fa5-85d6-95b670fe104e req-2c386273-5297-42e2-bc85-0ab6ac36d4b2 2f1e636185264c4d974c409314adfade fbbd5f086db94e45b6f7129aeda65f0c - - default default] Floating IP 9fb907f6-8aaf-49e2-8f68-e97e03e51e51 disassociated. External IP: 10.96.250.211, port: caa2b2f3-8c04-44f3-b883-04f835eab62b. [pid: 8|app: 0|req: 334/642] 10.0.0.228 () {34 vars in 789 bytes} [Tue Jun 30 19:09:06 2026] PUT /v2.0/routers/d26f639a-98cf-4922-b566-e8f527059f14/remove_router_interface => generated 309 bytes in 1609 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.53 () {34 vars in 964 bytes} [Tue Jun 30 19:09:07 2026] GET /v2.0/quotas/b9e70f3c07e44fc48ff55db19b009ad2 => 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: 309/644] 199.204.45.227 () {36 vars in 997 bytes} [Tue Jun 30 19:09:06 2026] DELETE /v2.0/ports/caa2b2f3-8c04-44f3-b883-04f835eab62b => generated 0 bytes in 1072 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/645] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:09:07 2026] GET /v2.0/ports?device_id=05f0255e-9596-4d29-80db-94a41db040eb => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/646] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:09:07 2026] GET /v2.0/networks?id=3e3c5d14-14eb-475f-a1cc-f49687b28085 => generated 683 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/647] 10.0.0.53 () {34 vars in 1001 bytes} [Tue Jun 30 19:09:08 2026] GET /v2.0/ports?tenant_id=b9e70f3c07e44fc48ff55db19b009ad2&fields=id => generated 103 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/648] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:09:08 2026] GET /v2.0/ports?device_id=57ef0055-0ebb-4ba3-b90b-740079fe7aac => 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: 313/649] 199.204.45.227 () {34 vars in 1050 bytes} [Tue Jun 30 19:09:08 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=62e39b1d4b3740f298e17fcffcac1222 => generated 181 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:09:08.265 7 WARNING neutron_lib.context [req-2169aa3f-9cb6-4dc6-bf0b-580f46735466 req-ba43032f-0f45-4676-a6bb-52e539c9a0ee 2578e32db63f4b6cad744d236712595c 62e39b1d4b3740f298e17fcffcac1222 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:09:08.424 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e64ded5d-fe26-41eb-b68c-a4f8cef477b6'] response: {'server_uuid': '57ef0055-0ebb-4ba3-b90b-740079fe7aac', 'name': 'network-vif-deleted', 'tag': 'caa2b2f3-8c04-44f3-b883-04f835eab62b', 'status': 'completed', 'code': 200} 2026-06-30 19:09:08.745 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-84bb8c19-344c-43f5-83ec-3ac54bec5b4f c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.10/site-packages/paste/urlmap.py", line 216, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_middleware/request_id.py", line 58, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_middleware/catch_errors.py", line 40, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py", line 340, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/neutron/api/v2/resource.py", line 98, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.10/site-packages/neutron/api/v2/base.py", line 570, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/neutron/api/v2/base.py", line 597, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/l3_db.py", line 2242, in delete_router super(L3_NAT_db_mixin, self).delete_router(context, id) File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/neutron/db/l3_db.py", line 644, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.10/site-packages/neutron/common/utils.py", line 724, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/plugin.py", line 2212, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/plugin.py", line 2217, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 101, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.10/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 85, in _is_session_semantic_violated stack = traceback.extract_stack()  2026-06-30 19:09:09.186 8 INFO neutron.services.segments.plugin [-] Segment b93db8eb-2fa9-4ef4-bcec-88fb43078929 resource provider aggregate not found 2026-06-30 19:09:09.191 8 INFO neutron.services.segments.plugin [-] Segment b93db8eb-2fa9-4ef4-bcec-88fb43078929 resource provider aggregate not found [pid: 7|app: 0|req: 314/650] 199.204.45.227 () {38 vars in 955 bytes} [Tue Jun 30 19:09:08 2026] POST /v2.0/ports => generated 954 bytes in 944 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:09:09.220 8 INFO neutron.services.segments.plugin [-] Segment b93db8eb-2fa9-4ef4-bcec-88fb43078929 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b93db8eb-2fa9-4ef4-bcec-88fb43078929 found for delete ", "request_id": "req-00a504ff-20a9-4def-858f-f991d2bd768e"}]} 2026-06-30 19:09:09.221 8 INFO neutron.db.l3_hamode_db [None req-84bb8c19-344c-43f5-83ec-3ac54bec5b4f c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] HA network 641ba345-6980-4ed6-afa4-279e87be317f was deleted as no HA routers are present in tenant 55ceb241462d4f24bd4c8a8a51644712. 2026-06-30 19:09:09.222 8 INFO neutron.services.segments.plugin [-] Segment b93db8eb-2fa9-4ef4-bcec-88fb43078929 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b93db8eb-2fa9-4ef4-bcec-88fb43078929 found for delete ", "request_id": "req-4bdb9f24-d1bf-4217-b954-954f3f794201"}]} [pid: 8|app: 0|req: 337/651] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:09:07 2026] DELETE /v2.0/routers/d26f639a-98cf-4922-b566-e8f527059f14 => generated 0 bytes in 1257 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 315/652] 10.0.0.53 () {34 vars in 906 bytes} [Tue Jun 30 19:09:09 2026] GET /v2.0/extensions => generated 19901 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/653] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:09:09 2026] GET /v2.0/ports?device_id=05f0255e-9596-4d29-80db-94a41db040eb => generated 957 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/654] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:09:09 2026] DELETE /v2.0/subnets/33fe517a-1731-40e1-9539-3a40fb9cde64 => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/655] 10.0.0.53 () {34 vars in 1007 bytes} [Tue Jun 30 19:09:09 2026] GET /v2.0/networks/2b3cefb6-82af-48c0-9413-c85a7facfe26?fields=segments => generated 14 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/656] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:09:09 2026] GET /v2.0/security-groups?id=044e878d-28d9-4c12-a18c-1c7bb3a09d85&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: 316/657] 199.204.45.227 () {38 vars in 1028 bytes} [Tue Jun 30 19:09:09 2026] PUT /v2.0/ports/eda1e68b-9b82-4c3c-9158-2112be4b587a => generated 1199 bytes in 554 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 317/658] 10.0.0.53 () {34 vars in 1107 bytes} [Tue Jun 30 19:09:09 2026] GET /v2.0/networks/2b3cefb6-82af-48c0-9413-c85a7facfe26?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 318/659] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:09:09 2026] DELETE /v2.0/security-groups/d8bb1658-7be4-4020-b329-c3ada7b29bb3 => 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: 319/660] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:09:10 2026] GET /v2.0/ports?tenant_id=62e39b1d4b3740f298e17fcffcac1222&device_id=05f0255e-9596-4d29-80db-94a41db040eb => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:09:10.060 7 INFO neutron.api.v2.resource [None req-b492e4e2-8d59-4e4a-abf1-d03149ee8c83 2f1e636185264c4d974c409314adfade fbbd5f086db94e45b6f7129aeda65f0c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 320/661] 10.0.0.228 () {32 vars in 737 bytes} [Tue Jun 30 19:09:10 2026] GET /v2.0/security-groups/d8bb1658-7be4-4020-b329-c3ada7b29bb3 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/662] 199.204.45.227 () {34 vars in 1058 bytes} [Tue Jun 30 19:09:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=eda1e68b-9b82-4c3c-9158-2112be4b587a => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/663] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:09:09 2026] DELETE /v2.0/networks/02da2b52-e31e-4db4-b898-86ef8e0720cb => 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: 343/664] 199.204.45.227 () {34 vars in 984 bytes} [Tue Jun 30 19:09:10 2026] GET /v2.0/subnets?id=a715c6d0-3873-4432-816f-68d67d94a018 => generated 677 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/665] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:09:10 2026] GET /v2.0/ports?device_id=f3f1ea1e-a488-4295-9769-603779899a75 => 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: 345/666] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:09:10 2026] GET /v2.0/ports?network_id=3e3c5d14-14eb-475f-a1cc-f49687b28085&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/667] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:09:10 2026] GET /v2.0/networks/3e3c5d14-14eb-475f-a1cc-f49687b28085?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: 347/668] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:09:10 2026] GET /v2.0/security-groups?tenant_id=55ceb241462d4f24bd4c8a8a51644712&name=default => generated 2921 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/669] 10.0.0.228 () {32 vars in 732 bytes} [Tue Jun 30 19:09:10 2026] DELETE /v2.0/floatingips/9fb907f6-8aaf-49e2-8f68-e97e03e51e51 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/670] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:09:10 2026] GET /v2.0/networks/3e3c5d14-14eb-475f-a1cc-f49687b28085?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:09:10.459 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d2fa9b4d-87e4-49f6-8fa4-4258fd880e18'] response: {'name': 'network-changed', 'server_uuid': '05f0255e-9596-4d29-80db-94a41db040eb', 'tag': 'eda1e68b-9b82-4c3c-9158-2112be4b587a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 323/671] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:09:10 2026] DELETE /v2.0/security-groups/ec76b904-2507-48be-a230-79b867bde76b => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/672] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:09:10 2026] GET /v2.0/ports?tenant_id=62e39b1d4b3740f298e17fcffcac1222&device_id=05f0255e-9596-4d29-80db-94a41db040eb => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/673] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:09:10 2026] GET /v2.0/networks?id=3e3c5d14-14eb-475f-a1cc-f49687b28085 => generated 779 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/674] 199.204.45.227 () {34 vars in 1058 bytes} [Tue Jun 30 19:09:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=eda1e68b-9b82-4c3c-9158-2112be4b587a => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/675] 199.204.45.227 () {34 vars in 984 bytes} [Tue Jun 30 19:09:10 2026] GET /v2.0/subnets?id=a715c6d0-3873-4432-816f-68d67d94a018 => generated 677 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/676] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:09:10 2026] GET /v2.0/ports?device_id=05f0255e-9596-4d29-80db-94a41db040eb => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/677] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:09:10 2026] GET /v2.0/ports?network_id=3e3c5d14-14eb-475f-a1cc-f49687b28085&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: 330/678] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:09:10 2026] GET /v2.0/security-groups?id=044e878d-28d9-4c12-a18c-1c7bb3a09d85&fields=id&fields=name => generated 114 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/679] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:09:10 2026] GET /v2.0/networks/3e3c5d14-14eb-475f-a1cc-f49687b28085?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/680] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:09:10 2026] GET /v2.0/networks?id=2b3cefb6-82af-48c0-9413-c85a7facfe26 => generated 676 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/681] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:09:11 2026] GET /v2.0/networks/3e3c5d14-14eb-475f-a1cc-f49687b28085?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) 2026-06-30 19:09:11.078 7 WARNING neutron_lib.context [req-c6519690-6b8e-45ea-b76d-235975aa68e0 req-b4727f75-0b3b-4495-b0b8-fbc0b9b17031 82e09e0e028e441d99b8914c6509ec6c b9e70f3c07e44fc48ff55db19b009ad2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:09:11.256 8 INFO neutron.services.segments.plugin [-] Segment 0589cdc4-c14d-414a-93dc-decedebe4072 resource provider aggregate not found 2026-06-30 19:09:11.262 8 INFO neutron.services.segments.plugin [-] Segment 0589cdc4-c14d-414a-93dc-decedebe4072 resource provider aggregate not found 2026-06-30 19:09:11.279 8 INFO neutron.services.segments.plugin [-] Segment 0589cdc4-c14d-414a-93dc-decedebe4072 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0589cdc4-c14d-414a-93dc-decedebe4072 found for delete ", "request_id": "req-f2bd6cdd-4c49-4e4d-a983-741bd5331c56"}]} 2026-06-30 19:09:11.284 8 INFO neutron.services.segments.plugin [-] Segment 0589cdc4-c14d-414a-93dc-decedebe4072 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0589cdc4-c14d-414a-93dc-decedebe4072 found for delete ", "request_id": "req-2f670bf2-3121-4598-b356-e7fee9942d61"}]} [pid: 7|app: 0|req: 334/682] 199.204.45.227 () {38 vars in 955 bytes} [Tue Jun 30 19:09:11 2026] POST /v2.0/ports => generated 958 bytes in 573 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 335/683] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:09:11 2026] GET /v2.0/ports?device_id=f3f1ea1e-a488-4295-9769-603779899a75 => generated 961 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/684] 10.0.0.228 () {34 vars in 789 bytes} [Tue Jun 30 19:09:10 2026] PUT /v2.0/routers/ece04769-5c07-4d29-aadc-e502f2faf60f/remove_router_interface => generated 309 bytes in 1430 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/685] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:09:11 2026] GET /v2.0/security-groups?id=edc02441-5043-4ea9-9015-7e3fc2aa9ade&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/686] 199.204.45.227 () {38 vars in 1028 bytes} [Tue Jun 30 19:09:11 2026] PUT /v2.0/ports/0c8b0dd9-c3bf-425d-8ce3-65ee87a60af8 => generated 1203 bytes in 447 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 337/687] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:09:12 2026] GET /v2.0/ports?device_id=05f0255e-9596-4d29-80db-94a41db040eb => generated 969 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 338/688] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:09:12 2026] GET /v2.0/ports?tenant_id=b9e70f3c07e44fc48ff55db19b009ad2&device_id=f3f1ea1e-a488-4295-9769-603779899a75 => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/689] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:09:12 2026] GET /v2.0/security-groups?id=044e878d-28d9-4c12-a18c-1c7bb3a09d85&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: 7|app: 0|req: 340/690] 199.204.45.227 () {34 vars in 1060 bytes} [Tue Jun 30 19:09:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=0c8b0dd9-c3bf-425d-8ce3-65ee87a60af8 => 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: 341/691] 199.204.45.227 () {34 vars in 984 bytes} [Tue Jun 30 19:09:12 2026] GET /v2.0/subnets?id=8565ddfb-aa82-4f0d-ac08-4136b8fb4683 => generated 670 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/692] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:09:12 2026] GET /v2.0/ports?network_id=2b3cefb6-82af-48c0-9413-c85a7facfe26&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:09:12.515 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-dd62ae37-04e9-4f87-b78a-40f7eb005fa1'] response: {'name': 'network-changed', 'server_uuid': 'f3f1ea1e-a488-4295-9769-603779899a75', 'tag': '0c8b0dd9-c3bf-425d-8ce3-65ee87a60af8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 343/693] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:09:12 2026] GET /v2.0/networks/2b3cefb6-82af-48c0-9413-c85a7facfe26?fields=segments => generated 14 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/694] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:09:12 2026] GET /v2.0/networks/2b3cefb6-82af-48c0-9413-c85a7facfe26?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/695] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:09:12 2026] GET /v2.0/ports?tenant_id=b9e70f3c07e44fc48ff55db19b009ad2&device_id=f3f1ea1e-a488-4295-9769-603779899a75 => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/696] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:09:12 2026] GET /v2.0/networks?id=2b3cefb6-82af-48c0-9413-c85a7facfe26 => generated 772 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/697] 199.204.45.227 () {34 vars in 1060 bytes} [Tue Jun 30 19:09:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=0c8b0dd9-c3bf-425d-8ce3-65ee87a60af8 => 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: 348/698] 199.204.45.227 () {34 vars in 984 bytes} [Tue Jun 30 19:09:12 2026] GET /v2.0/subnets?id=8565ddfb-aa82-4f0d-ac08-4136b8fb4683 => generated 670 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:09:13.005 8 INFO neutron.db.l3_hamode_db [None req-799d1a95-606d-43b5-8847-bf1c3fbd279c c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] HA network 892645d8-5837-4c04-ab32-fabd4030968b was deleted as no HA routers are present in tenant fbbd5f086db94e45b6f7129aeda65f0c. [pid: 8|app: 0|req: 351/699] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:09:11 2026] DELETE /v2.0/routers/ece04769-5c07-4d29-aadc-e502f2faf60f => generated 0 bytes in 1164 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/700] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:09:12 2026] GET /v2.0/ports?device_id=f3f1ea1e-a488-4295-9769-603779899a75 => generated 973 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/701] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:09:13 2026] GET /v2.0/ports?network_id=2b3cefb6-82af-48c0-9413-c85a7facfe26&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/702] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:09:13 2026] GET /v2.0/security-groups?id=edc02441-5043-4ea9-9015-7e3fc2aa9ade&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: 8|app: 0|req: 354/703] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:09:13 2026] GET /v2.0/networks/2b3cefb6-82af-48c0-9413-c85a7facfe26?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/706] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:09:13 2026] GET /v2.0/networks/2b3cefb6-82af-48c0-9413-c85a7facfe26?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/707] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:09:13 2026] DELETE /v2.0/subnets/b62163cf-fb5d-40eb-96f2-7602fdaaa915 => generated 0 bytes in 279 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:09:13.353 8 INFO neutron.services.segments.plugin [-] Segment 4bd91495-fb73-4928-98a5-947c3a55b929 resource provider aggregate not found 2026-06-30 19:09:13.357 8 INFO neutron.services.segments.plugin [-] Segment 4bd91495-fb73-4928-98a5-947c3a55b929 resource provider aggregate not found 2026-06-30 19:09:13.377 8 INFO neutron.services.segments.plugin [-] Segment 4bd91495-fb73-4928-98a5-947c3a55b929 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bd91495-fb73-4928-98a5-947c3a55b929 found for delete ", "request_id": "req-51b53719-bfa3-4168-b748-ae12551c0299"}]} 2026-06-30 19:09:13.378 8 INFO neutron.services.segments.plugin [-] Segment 4bd91495-fb73-4928-98a5-947c3a55b929 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bd91495-fb73-4928-98a5-947c3a55b929 found for delete ", "request_id": "req-4708954d-5dd8-4be6-8e4e-06c537968fc1"}]} [pid: 7|app: 0|req: 351/708] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:09:13 2026] GET /v2.0/ports?device_id=05f0255e-9596-4d29-80db-94a41db040eb => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/709] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:09:13 2026] GET /v2.0/security-groups?id=044e878d-28d9-4c12-a18c-1c7bb3a09d85&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: 7|app: 0|req: 353/710] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:09:13 2026] GET /v2.0/ports?device_id=05f0255e-9596-4d29-80db-94a41db040eb => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/711] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:09:13 2026] DELETE /v2.0/networks/797ba5fa-2ffd-4180-8862-4dcd2c150b65 => generated 0 bytes in 382 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/712] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:09:13 2026] GET /v2.0/security-groups?tenant_id=fbbd5f086db94e45b6f7129aeda65f0c&name=default => generated 2921 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/713] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:09:13 2026] DELETE /v2.0/security-groups/bbb05a33-0f6a-4ba1-af91-542319dc18e5 => 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: 361/714] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:09:14 2026] GET /v2.0/ports?device_id=f3f1ea1e-a488-4295-9769-603779899a75 => generated 973 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:09:14.267 7 INFO neutron.db.l3_db [None req-c0bdf03f-4db9-4a12-9639-5143ead2bd68 2578e32db63f4b6cad744d236712595c 62e39b1d4b3740f298e17fcffcac1222 - - default default] Floating IP d07d8573-cce0-4a41-926c-916e0ab467b9 associated. External IP: 10.96.250.205, port: eda1e68b-9b82-4c3c-9158-2112be4b587a. [pid: 8|app: 0|req: 362/715] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:09:14 2026] GET /v2.0/security-groups?id=edc02441-5043-4ea9-9015-7e3fc2aa9ade&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/716] 10.0.0.228 () {34 vars in 749 bytes} [Tue Jun 30 19:09:13 2026] PUT /v2.0/floatingips/d07d8573-cce0-4a41-926c-916e0ab467b9 => generated 855 bytes in 1049 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/717] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:09:14 2026] GET /v2.0/ports?device_id=05f0255e-9596-4d29-80db-94a41db040eb => generated 971 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:09:14.902 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5deadc80-5fa3-4def-bb62-d3357ef0b06e'] response: {'name': 'network-changed', 'server_uuid': '05f0255e-9596-4d29-80db-94a41db040eb', 'tag': 'eda1e68b-9b82-4c3c-9158-2112be4b587a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 355/718] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:09:14 2026] GET /v2.0/security-groups?id=044e878d-28d9-4c12-a18c-1c7bb3a09d85&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: 364/719] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:09:14 2026] GET /v2.0/ports?tenant_id=62e39b1d4b3740f298e17fcffcac1222&device_id=05f0255e-9596-4d29-80db-94a41db040eb => generated 1240 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/720] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:09:14 2026] GET /v2.0/networks?id=3e3c5d14-14eb-475f-a1cc-f49687b28085 => generated 779 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/721] 199.204.45.227 () {34 vars in 1058 bytes} [Tue Jun 30 19:09:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=eda1e68b-9b82-4c3c-9158-2112be4b587a => generated 858 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/722] 199.204.45.227 () {34 vars in 984 bytes} [Tue Jun 30 19:09:15 2026] GET /v2.0/subnets?id=a715c6d0-3873-4432-816f-68d67d94a018 => generated 677 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/723] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:09:15 2026] GET /v2.0/ports?network_id=3e3c5d14-14eb-475f-a1cc-f49687b28085&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/724] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:09:15 2026] GET /v2.0/networks/3e3c5d14-14eb-475f-a1cc-f49687b28085?fields=segments => generated 14 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:09:15.406 8 INFO neutron.services.segments.plugin [-] Segment 9e3035ae-e92d-4c53-906f-b6747fa60ab2 resource provider aggregate not found 2026-06-30 19:09:15.411 8 INFO neutron.services.segments.plugin [-] Segment 9e3035ae-e92d-4c53-906f-b6747fa60ab2 resource provider aggregate not found 2026-06-30 19:09:15.444 8 INFO neutron.services.segments.plugin [-] Segment 9e3035ae-e92d-4c53-906f-b6747fa60ab2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e3035ae-e92d-4c53-906f-b6747fa60ab2 found for delete ", "request_id": "req-b58aef4b-6c66-4c52-85fb-231eb95fb1c2"}]} 2026-06-30 19:09:15.445 8 INFO neutron.services.segments.plugin [-] Segment 9e3035ae-e92d-4c53-906f-b6747fa60ab2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e3035ae-e92d-4c53-906f-b6747fa60ab2 found for delete ", "request_id": "req-5dae98dc-76e3-46d9-b324-961a7b14b63c"}]} [pid: 8|app: 0|req: 367/725] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:09:15 2026] GET /v2.0/networks/3e3c5d14-14eb-475f-a1cc-f49687b28085?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/726] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:09:15 2026] GET /v2.0/ports?device_id=f3f1ea1e-a488-4295-9769-603779899a75 => generated 975 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/727] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:09:15 2026] GET /v2.0/security-groups?id=edc02441-5043-4ea9-9015-7e3fc2aa9ade&fields=id&fields=name => generated 88 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:09:16.399 7 INFO neutron.db.segments_db [None req-21445332-25a9-47ef-aa8e-49d4c9b9e075 c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] Added segment 0844036e-c88b-4604-bffe-7fbce25a9ee6 of type vxlan for network da142b3b-72a8-403e-b7cf-81f436a87157 [pid: 7|app: 0|req: 360/728] 10.0.0.228 () {34 vars in 671 bytes} [Tue Jun 30 19:09:16 2026] POST /v2.0/networks => generated 742 bytes in 556 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/729] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:09:16 2026] GET /v2.0/ports?device_id=f3f1ea1e-a488-4295-9769-603779899a75 => 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: 370/730] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:09:16 2026] GET /v2.0/security-groups?id=edc02441-5043-4ea9-9015-7e3fc2aa9ade&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: 7|app: 0|req: 361/731] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:09:16 2026] POST /v2.0/subnets => generated 667 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:09:16.969 8 INFO neutron.db.segments_db [None req-72f46317-348b-4a55-bdc7-2eb29c3f1c17 c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] Added segment d74e4d6e-d08f-486e-b933-067b9799b845 of type vxlan for network db90960a-2e44-4338-9136-a919e7341192 [pid: 7|app: 0|req: 362/732] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:09:17 2026] GET /v2.0/ports?device_id=f3f1ea1e-a488-4295-9769-603779899a75 => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/733] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:09:17 2026] GET /v2.0/security-groups?id=edc02441-5043-4ea9-9015-7e3fc2aa9ade&fields=id&fields=name => generated 88 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:09:17.249 8 INFO neutron.db.l3_hamode_db [None req-72f46317-348b-4a55-bdc7-2eb29c3f1c17 c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 364/734] 199.204.45.227 () {34 vars in 994 bytes} [Tue Jun 30 19:09:17 2026] GET /v2.0/ports?device_id=f3f1ea1e-a488-4295-9769-603779899a75 => 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: 365/735] 199.204.45.227 () {36 vars in 997 bytes} [Tue Jun 30 19:09:17 2026] DELETE /v2.0/ports/0c8b0dd9-c3bf-425d-8ce3-65ee87a60af8 => generated 0 bytes in 326 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:09:18.165 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-730f2900-0544-4912-b283-1a872a601492'] response: {'server_uuid': 'f3f1ea1e-a488-4295-9769-603779899a75', 'name': 'network-vif-deleted', 'tag': '0c8b0dd9-c3bf-425d-8ce3-65ee87a60af8', 'status': 'completed', 'code': 200} 2026-06-30 19:09:18.355 8 INFO neutron.db.l3_hamode_db [None req-72f46317-348b-4a55-bdc7-2eb29c3f1c17 c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 366/736] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:09:18 2026] GET /v2.0/security-groups?tenant_id=073b3733a03540dbaa62202708109a8c&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: 367/737] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:09:18 2026] GET /v2.0/ports?device_id=f3f1ea1e-a488-4295-9769-603779899a75 => 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: 368/738] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:09:18 2026] DELETE /v2.0/security-groups/b71726bb-3c0b-4bba-abab-5410c6788a13 => 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: 369/739] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:09:18 2026] GET /v2.0/security-groups?tenant_id=f1a6a469e08d4a03819e19c6a1538ce3&name=default => generated 2925 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/740] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:09:18 2026] DELETE /v2.0/security-groups/903855f6-1b7d-4be3-8b50-1c9bff0c7dbe => 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: 371/741] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:09:16 2026] POST /v2.0/routers => generated 731 bytes in 2927 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/742] 10.0.0.228 () {34 vars in 789 bytes} [Tue Jun 30 19:09:19 2026] PUT /v2.0/routers/13a5dc29-86f8-437f-837a-c9341bfbcffb/remove_router_interface => generated 309 bytes in 1587 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/743] 10.0.0.228 () {34 vars in 783 bytes} [Tue Jun 30 19:09:19 2026] PUT /v2.0/routers/8ab584fb-4c5b-4485-a113-395f186badc1/add_router_interface => generated 309 bytes in 1507 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:09:21.973 8 WARNING neutron_lib.context [None req-e12184d9-0c53-4efc-abdf-98c51b7555e8 7d2311700e64408f95ea17352ee8c073 d88fba2561734cb394e0542beadcf3c7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 373/744] 10.0.0.228 () {34 vars in 685 bytes} [Tue Jun 30 19:09:21 2026] POST /v2.0/security-groups => generated 1661 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-30 19:09:22.133 8 WARNING neutron_lib.context [None req-3a009124-d7da-48b3-9f25-cb7d4cd70d44 7d2311700e64408f95ea17352ee8c073 d88fba2561734cb394e0542beadcf3c7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:09:22.261 7 INFO neutron.services.segments.plugin [-] Segment 933209ce-a82b-479b-83ca-5209bbbc1e14 resource provider aggregate not found 2026-06-30 19:09:22.266 7 INFO neutron.db.l3_hamode_db [None req-4bb3abb3-2f72-4f44-9cf7-c641aaad681c c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] HA network 8289f3ac-96e1-4c76-acb7-8bf8df66efbe was deleted as no HA routers are present in tenant b9e70f3c07e44fc48ff55db19b009ad2. 2026-06-30 19:09:22.268 7 INFO neutron.services.segments.plugin [-] Segment 933209ce-a82b-479b-83ca-5209bbbc1e14 resource provider aggregate not found [pid: 7|app: 0|req: 372/745] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:09:21 2026] DELETE /v2.0/routers/13a5dc29-86f8-437f-837a-c9341bfbcffb => generated 0 bytes in 1156 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:09:22.295 7 INFO neutron.services.segments.plugin [-] Segment 933209ce-a82b-479b-83ca-5209bbbc1e14 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 933209ce-a82b-479b-83ca-5209bbbc1e14 found for delete ", "request_id": "req-4fa024d8-86a9-4431-a8bd-759a6580daa0"}]} 2026-06-30 19:09:22.297 7 INFO neutron.services.segments.plugin [-] Segment 933209ce-a82b-479b-83ca-5209bbbc1e14 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 933209ce-a82b-479b-83ca-5209bbbc1e14 found for delete ", "request_id": "req-7fb16b15-1a64-4d8f-b7dc-e5c3724c1a36"}]} [pid: 8|app: 0|req: 374/746] 10.0.0.228 () {34 vars in 695 bytes} [Tue Jun 30 19:09:22 2026] POST /v2.0/security-group-rules => generated 597 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:09:22.311 8 WARNING neutron_lib.context [None req-84bb9881-5331-4323-a1f7-93e61c304503 7d2311700e64408f95ea17352ee8c073 d88fba2561734cb394e0542beadcf3c7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 375/747] 10.0.0.228 () {34 vars in 695 bytes} [Tue Jun 30 19:09:22 2026] POST /v2.0/security-group-rules => generated 602 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:09:22.427 8 WARNING neutron_lib.context [None req-f799b38a-5eaf-4e59-8d18-545bb4277f3c 7d2311700e64408f95ea17352ee8c073 d88fba2561734cb394e0542beadcf3c7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 373/748] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:09:22 2026] DELETE /v2.0/subnets/8565ddfb-aa82-4f0d-ac08-4136b8fb4683 => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/749] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:09:22 2026] DELETE /v2.0/networks/2b3cefb6-82af-48c0-9413-c85a7facfe26 => generated 0 bytes in 416 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/750] 10.0.0.228 () {34 vars in 676 bytes} [Tue Jun 30 19:09:22 2026] POST /v2.0/floatingips => generated 552 bytes in 695 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/751] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:09:23 2026] GET /v2.0/security-groups?tenant_id=b9e70f3c07e44fc48ff55db19b009ad2&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: 378/752] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:09:23 2026] DELETE /v2.0/security-groups/edc02441-5043-4ea9-9015-7e3fc2aa9ade => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/753] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:09:22 2026] GET /v2.0/security-groups?tenant_id=fedd90702e9f441b8ddb1a0b5d168448&name=default => generated 2925 bytes in 353 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/754] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:09:23 2026] DELETE /v2.0/security-groups/caa10799-c61f-48be-aa6e-952183c735d5 => 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: 376/755] 10.0.0.53 () {34 vars in 1099 bytes} [Tue Jun 30 19:09:23 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2019991791&fields=id&tenant_id=d88fba2561734cb394e0542beadcf3c7 => generated 69 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/756] 10.0.0.53 () {34 vars in 981 bytes} [Tue Jun 30 19:09:23 2026] GET /v2.0/networks?id=da142b3b-72a8-403e-b7cf-81f436a87157 => generated 676 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/757] 10.0.0.53 () {34 vars in 964 bytes} [Tue Jun 30 19:09:23 2026] GET /v2.0/quotas/d88fba2561734cb394e0542beadcf3c7 => 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: 377/758] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:09:23 2026] GET /v2.0/security-groups?tenant_id=792ddb67950c42dc8666ddb0b15fd536&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/759] 10.0.0.53 () {34 vars in 1001 bytes} [Tue Jun 30 19:09:23 2026] GET /v2.0/ports?tenant_id=d88fba2561734cb394e0542beadcf3c7&fields=id => generated 103 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/760] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:09:23 2026] DELETE /v2.0/security-groups/6d79c0bf-32cc-4478-9bb9-113dfd4968bc => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/761] 10.0.0.53 () {34 vars in 1007 bytes} [Tue Jun 30 19:09:23 2026] GET /v2.0/networks/da142b3b-72a8-403e-b7cf-81f436a87157?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/762] 10.0.0.53 () {34 vars in 1107 bytes} [Tue Jun 30 19:09:23 2026] GET /v2.0/networks/da142b3b-72a8-403e-b7cf-81f436a87157?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: 384/763] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:09:24 2026] GET /v2.0/ports?device_id=ad2837f4-dd72-4010-81fd-0f48b707f8e6 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:09:24.939 7 INFO neutron.services.segments.plugin [-] Segment 6d7c4ed3-a2f6-402f-8102-4d61fbb61b9d resource provider aggregate not found 2026-06-30 19:09:24.946 7 INFO neutron.services.segments.plugin [-] Segment 6d7c4ed3-a2f6-402f-8102-4d61fbb61b9d resource provider aggregate not found 2026-06-30 19:09:24.963 7 INFO neutron.services.segments.plugin [-] Segment 6d7c4ed3-a2f6-402f-8102-4d61fbb61b9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d7c4ed3-a2f6-402f-8102-4d61fbb61b9d found for delete ", "request_id": "req-4babcaeb-5272-4b5b-912f-cbfc47b80f04"}]} 2026-06-30 19:09:24.964 7 INFO neutron.services.segments.plugin [-] Segment 6d7c4ed3-a2f6-402f-8102-4d61fbb61b9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d7c4ed3-a2f6-402f-8102-4d61fbb61b9d found for delete ", "request_id": "req-5e0a8634-43b8-43ff-b0c9-7bf7af299e47"}]} [pid: 7|app: 0|req: 380/764] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:09:24 2026] GET /v2.0/networks?id=da142b3b-72a8-403e-b7cf-81f436a87157 => generated 676 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/765] 199.204.45.227 () {34 vars in 1050 bytes} [Tue Jun 30 19:09:25 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d88fba2561734cb394e0542beadcf3c7 => generated 181 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:09:25.143 7 WARNING neutron_lib.context [req-ce79506f-9ddc-4029-a949-7daaff1444ab req-dac18320-5ea1-4d83-b800-cbb373eac261 7d2311700e64408f95ea17352ee8c073 d88fba2561734cb394e0542beadcf3c7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 386/766] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:09:25 2026] GET /v2.0/ports?device_id=ad2837f4-dd72-4010-81fd-0f48b707f8e6 => 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: 381/767] 199.204.45.227 () {38 vars in 955 bytes} [Tue Jun 30 19:09:25 2026] POST /v2.0/ports => generated 958 bytes in 529 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/768] 199.204.45.227 () {38 vars in 1028 bytes} [Tue Jun 30 19:09:25 2026] PUT /v2.0/ports/f7b0170e-98d4-4d7d-9caf-3a2bea94e6b4 => generated 1203 bytes in 459 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 382/769] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:09:26 2026] GET /v2.0/ports?tenant_id=d88fba2561734cb394e0542beadcf3c7&device_id=ad2837f4-dd72-4010-81fd-0f48b707f8e6 => generated 1242 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 388/770] 199.204.45.227 () {34 vars in 1060 bytes} [Tue Jun 30 19:09:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=f7b0170e-98d4-4d7d-9caf-3a2bea94e6b4 => generated 19 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/771] 199.204.45.227 () {34 vars in 984 bytes} [Tue Jun 30 19:09:26 2026] GET /v2.0/subnets?id=268bb46c-ed73-4950-b823-0d39085ed6f0 => generated 670 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:09:26.363 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b007421b-e81b-4fbf-bbf3-cf4440ebfc4b'] response: {'name': 'network-changed', 'server_uuid': 'ad2837f4-dd72-4010-81fd-0f48b707f8e6', 'tag': 'f7b0170e-98d4-4d7d-9caf-3a2bea94e6b4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 389/772] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:09:26 2026] GET /v2.0/ports?network_id=da142b3b-72a8-403e-b7cf-81f436a87157&device_owner=network%3Adhcp => generated 1244 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 390/773] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:09:26 2026] GET /v2.0/ports?device_id=ad2837f4-dd72-4010-81fd-0f48b707f8e6 => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/774] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:09:26 2026] GET /v2.0/networks/da142b3b-72a8-403e-b7cf-81f436a87157?fields=segments => generated 14 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/775] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:09:26 2026] GET /v2.0/security-groups?id=b01c0e51-5604-4dc3-ba74-3397b86a62d3&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: 393/776] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:09:26 2026] GET /v2.0/networks/da142b3b-72a8-403e-b7cf-81f436a87157?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/777] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 30 19:09:26 2026] GET /v2.0/ports?device_id=05f0255e-9596-4d29-80db-94a41db040eb => generated 1240 bytes in 398 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/778] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:09:26 2026] GET /v2.0/ports?tenant_id=d88fba2561734cb394e0542beadcf3c7&device_id=ad2837f4-dd72-4010-81fd-0f48b707f8e6 => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/779] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 30 19:09:26 2026] GET /v2.0/security-groups?id=044e878d-28d9-4c12-a18c-1c7bb3a09d85&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: 395/780] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:09:26 2026] GET /v2.0/networks?id=da142b3b-72a8-403e-b7cf-81f436a87157 => generated 770 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/781] 199.204.45.227 () {34 vars in 1060 bytes} [Tue Jun 30 19:09:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=f7b0170e-98d4-4d7d-9caf-3a2bea94e6b4 => 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: 396/782] 199.204.45.227 () {34 vars in 984 bytes} [Tue Jun 30 19:09:26 2026] GET /v2.0/subnets?id=268bb46c-ed73-4950-b823-0d39085ed6f0 => generated 670 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/783] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:09:26 2026] GET /v2.0/ports?network_id=da142b3b-72a8-403e-b7cf-81f436a87157&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/784] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:09:27 2026] GET /v2.0/networks/da142b3b-72a8-403e-b7cf-81f436a87157?fields=segments => generated 14 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/785] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:09:27 2026] GET /v2.0/networks/da142b3b-72a8-403e-b7cf-81f436a87157?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/786] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:09:27 2026] GET /v2.0/ports?device_id=ad2837f4-dd72-4010-81fd-0f48b707f8e6 => generated 973 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/787] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:09:27 2026] GET /v2.0/security-groups?id=b01c0e51-5604-4dc3-ba74-3397b86a62d3&fields=id&fields=name => generated 114 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/790] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:09:28 2026] GET /v2.0/security-groups?tenant_id=c7e9b6dcc4274afcb343327d8e0bbe52&name=default => generated 2925 bytes in 345 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/791] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:09:28 2026] GET /v2.0/security-groups?tenant_id=4652f8714f65482392e4a147dc96686f&name=default => generated 2925 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/792] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:09:28 2026] DELETE /v2.0/security-groups/331201eb-356a-4184-ba55-0328324a2f75 => 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: 393/793] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:09:28 2026] DELETE /v2.0/security-groups/b2bf9707-2574-4efa-a4b2-c1b57408ee83 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/794] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:09:28 2026] GET /v2.0/security-groups?tenant_id=26352654ec4d411395a8d15f42eaeb27&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/795] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:09:28 2026] GET /v2.0/security-groups?tenant_id=581b9fab67f74823936c961620b02515&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/796] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:09:28 2026] DELETE /v2.0/security-groups/c40f0323-9ab6-46aa-ac58-5c8c0b6459ca => 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: 402/797] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:09:28 2026] DELETE /v2.0/security-groups/7c7d6d5e-666d-4a27-82bd-efba6ec3a102 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/798] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:09:28 2026] GET /v2.0/ports?device_id=ad2837f4-dd72-4010-81fd-0f48b707f8e6 => generated 973 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/799] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:09:29 2026] GET /v2.0/security-groups?id=b01c0e51-5604-4dc3-ba74-3397b86a62d3&fields=id&fields=name => generated 114 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/800] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:09:29 2026] GET /v2.0/ports?device_id=05f0255e-9596-4d29-80db-94a41db040eb => generated 971 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/801] 10.0.0.53 () {34 vars in 970 bytes} [Tue Jun 30 19:09:29 2026] GET /v2.0/ports/eda1e68b-9b82-4c3c-9158-2112be4b587a => generated 968 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/802] 199.204.45.227 () {34 vars in 1000 bytes} [Tue Jun 30 19:09:29 2026] GET /v2.0/subnets?network_id=3e3c5d14-14eb-475f-a1cc-f49687b28085 => generated 659 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/803] 199.204.45.227 () {34 vars in 1146 bytes} [Tue Jun 30 19:09:29 2026] GET /v2.0/ports?device_id=05f0255e-9596-4d29-80db-94a41db040eb&device_owner=compute%3Anova&network_id=3e3c5d14-14eb-475f-a1cc-f49687b28085 => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/804] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:09:30 2026] GET /v2.0/ports?device_id=ad2837f4-dd72-4010-81fd-0f48b707f8e6 => generated 975 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/805] 199.204.45.227 () {38 vars in 1028 bytes} [Tue Jun 30 19:09:29 2026] PUT /v2.0/ports/eda1e68b-9b82-4c3c-9158-2112be4b587a => generated 1145 bytes in 503 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 407/806] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:09:30 2026] GET /v2.0/security-groups?id=b01c0e51-5604-4dc3-ba74-3397b86a62d3&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: 400/807] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:09:30 2026] GET /v2.0/ports?tenant_id=62e39b1d4b3740f298e17fcffcac1222&device_id=05f0255e-9596-4d29-80db-94a41db040eb => generated 1417 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:09:30.463 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3d288b96-0e2e-4e39-8701-d6903788b450'] response: {'name': 'network-changed', 'server_uuid': '05f0255e-9596-4d29-80db-94a41db040eb', 'tag': 'eda1e68b-9b82-4c3c-9158-2112be4b587a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 401/808] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:09:30 2026] GET /v2.0/ports?device_id=ad2837f4-dd72-4010-81fd-0f48b707f8e6 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/809] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:09:30 2026] GET /v2.0/networks?id=3e3c5d14-14eb-475f-a1cc-f49687b28085 => generated 779 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/810] 199.204.45.227 () {34 vars in 1058 bytes} [Tue Jun 30 19:09:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=eda1e68b-9b82-4c3c-9158-2112be4b587a => generated 860 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/811] 199.204.45.227 () {34 vars in 1058 bytes} [Tue Jun 30 19:09:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=eda1e68b-9b82-4c3c-9158-2112be4b587a => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/812] 199.204.45.227 () {34 vars in 984 bytes} [Tue Jun 30 19:09:30 2026] GET /v2.0/subnets?id=a715c6d0-3873-4432-816f-68d67d94a018 => generated 677 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/813] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:09:30 2026] GET /v2.0/ports?network_id=3e3c5d14-14eb-475f-a1cc-f49687b28085&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/814] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:09:30 2026] GET /v2.0/networks/3e3c5d14-14eb-475f-a1cc-f49687b28085?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: 414/815] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:09:30 2026] GET /v2.0/networks/3e3c5d14-14eb-475f-a1cc-f49687b28085?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:09:31.047 7 INFO neutron.db.l3_db [None req-05f1b1ab-d9c5-4519-a286-4360aa5a1eb0 7d2311700e64408f95ea17352ee8c073 d88fba2561734cb394e0542beadcf3c7 - - default default] Floating IP 11625557-fb0c-4a7c-9a94-3d97c9750c25 associated. External IP: 10.96.250.213, port: f7b0170e-98d4-4d7d-9caf-3a2bea94e6b4. [pid: 8|app: 0|req: 415/816] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:09:30 2026] GET /v2.0/ports?tenant_id=62e39b1d4b3740f298e17fcffcac1222&device_id=05f0255e-9596-4d29-80db-94a41db040eb => generated 1417 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/817] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:09:31 2026] GET /v2.0/networks?id=3e3c5d14-14eb-475f-a1cc-f49687b28085 => generated 779 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/818] 199.204.45.227 () {34 vars in 1058 bytes} [Tue Jun 30 19:09:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=eda1e68b-9b82-4c3c-9158-2112be4b587a => generated 860 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/819] 199.204.45.227 () {34 vars in 1058 bytes} [Tue Jun 30 19:09:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=eda1e68b-9b82-4c3c-9158-2112be4b587a => 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: 419/820] 199.204.45.227 () {34 vars in 984 bytes} [Tue Jun 30 19:09:31 2026] GET /v2.0/subnets?id=a715c6d0-3873-4432-816f-68d67d94a018 => generated 677 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/821] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:09:31 2026] GET /v2.0/ports?network_id=3e3c5d14-14eb-475f-a1cc-f49687b28085&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: 421/822] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:09:31 2026] GET /v2.0/networks/3e3c5d14-14eb-475f-a1cc-f49687b28085?fields=segments => generated 14 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/823] 10.0.0.228 () {34 vars in 749 bytes} [Tue Jun 30 19:09:30 2026] PUT /v2.0/floatingips/11625557-fb0c-4a7c-9a94-3d97c9750c25 => generated 856 bytes in 917 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/824] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:09:31 2026] GET /v2.0/networks/3e3c5d14-14eb-475f-a1cc-f49687b28085?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/825] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:09:31 2026] GET /v2.0/ports?device_id=05f0255e-9596-4d29-80db-94a41db040eb => generated 1148 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/826] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:09:31 2026] GET /v2.0/security-groups?id=044e878d-28d9-4c12-a18c-1c7bb3a09d85&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: 7|app: 0|req: 404/827] 199.204.45.227 () {34 vars in 1118 bytes} [Tue Jun 30 19:09:32 2026] GET /v2.0/ports?device_id=05f0255e-9596-4d29-80db-94a41db040eb&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.7 => generated 1148 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/828] 199.204.45.227 () {38 vars in 1028 bytes} [Tue Jun 30 19:09:32 2026] PUT /v2.0/ports/eda1e68b-9b82-4c3c-9158-2112be4b587a => generated 968 bytes in 533 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:09:32.691 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-510dc80d-0593-42b6-accb-9856f8e987a0'] response: {'name': 'network-changed', 'server_uuid': 'ad2837f4-dd72-4010-81fd-0f48b707f8e6', 'tag': 'f7b0170e-98d4-4d7d-9caf-3a2bea94e6b4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 405/829] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:09:32 2026] GET /v2.0/ports?tenant_id=62e39b1d4b3740f298e17fcffcac1222&device_id=05f0255e-9596-4d29-80db-94a41db040eb => generated 1240 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 425/830] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:09:32 2026] GET /v2.0/ports?tenant_id=d88fba2561734cb394e0542beadcf3c7&device_id=ad2837f4-dd72-4010-81fd-0f48b707f8e6 => generated 1244 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/831] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:09:32 2026] GET /v2.0/networks?id=3e3c5d14-14eb-475f-a1cc-f49687b28085 => generated 779 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:09:32.791 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-52f43d51-a522-4817-a7ab-014a8d9dd9ac'] response: {'name': 'network-changed', 'server_uuid': '05f0255e-9596-4d29-80db-94a41db040eb', 'tag': 'eda1e68b-9b82-4c3c-9158-2112be4b587a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 407/832] 199.204.45.227 () {34 vars in 1058 bytes} [Tue Jun 30 19:09:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=eda1e68b-9b82-4c3c-9158-2112be4b587a => generated 860 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/833] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:09:32 2026] GET /v2.0/networks?id=da142b3b-72a8-403e-b7cf-81f436a87157 => generated 770 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/834] 199.204.45.227 () {34 vars in 984 bytes} [Tue Jun 30 19:09:32 2026] GET /v2.0/subnets?id=a715c6d0-3873-4432-816f-68d67d94a018 => generated 677 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/835] 199.204.45.227 () {34 vars in 1060 bytes} [Tue Jun 30 19:09:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=f7b0170e-98d4-4d7d-9caf-3a2bea94e6b4 => generated 861 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/836] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:09:32 2026] GET /v2.0/ports?network_id=3e3c5d14-14eb-475f-a1cc-f49687b28085&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/837] 199.204.45.227 () {34 vars in 984 bytes} [Tue Jun 30 19:09:32 2026] GET /v2.0/subnets?id=268bb46c-ed73-4950-b823-0d39085ed6f0 => generated 670 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/838] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:09:32 2026] GET /v2.0/networks/3e3c5d14-14eb-475f-a1cc-f49687b28085?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: 429/839] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:09:32 2026] GET /v2.0/ports?network_id=da142b3b-72a8-403e-b7cf-81f436a87157&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: 411/840] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:09:33 2026] GET /v2.0/networks/3e3c5d14-14eb-475f-a1cc-f49687b28085?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: 8|app: 0|req: 430/841] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:09:33 2026] GET /v2.0/networks/da142b3b-72a8-403e-b7cf-81f436a87157?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: 412/842] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:09:33 2026] GET /v2.0/networks/da142b3b-72a8-403e-b7cf-81f436a87157?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/843] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:09:33 2026] GET /v2.0/ports?tenant_id=62e39b1d4b3740f298e17fcffcac1222&device_id=05f0255e-9596-4d29-80db-94a41db040eb => generated 1240 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/844] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:09:33 2026] GET /v2.0/networks?id=3e3c5d14-14eb-475f-a1cc-f49687b28085 => generated 779 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/845] 199.204.45.227 () {34 vars in 1058 bytes} [Tue Jun 30 19:09:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=eda1e68b-9b82-4c3c-9158-2112be4b587a => generated 860 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/846] 199.204.45.227 () {34 vars in 984 bytes} [Tue Jun 30 19:09:33 2026] GET /v2.0/subnets?id=a715c6d0-3873-4432-816f-68d67d94a018 => 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: 433/847] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:09:33 2026] GET /v2.0/ports?network_id=3e3c5d14-14eb-475f-a1cc-f49687b28085&device_owner=network%3Adhcp => generated 1244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/848] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:09:33 2026] GET /v2.0/networks/3e3c5d14-14eb-475f-a1cc-f49687b28085?fields=segments => generated 14 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/849] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:09:33 2026] GET /v2.0/networks/3e3c5d14-14eb-475f-a1cc-f49687b28085?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/850] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:09:34 2026] GET /v2.0/ports?device_id=05f0255e-9596-4d29-80db-94a41db040eb => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/851] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:09:34 2026] GET /v2.0/security-groups?id=044e878d-28d9-4c12-a18c-1c7bb3a09d85&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/852] 199.204.45.227 () {34 vars in 994 bytes} [Tue Jun 30 19:09:34 2026] GET /v2.0/ports?device_id=05f0255e-9596-4d29-80db-94a41db040eb => generated 971 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:09:35.273 8 INFO neutron.db.l3_db [req-ec639e6f-c6d5-4778-a3d3-0289cd3725f2 req-0c6bee24-8b25-45d7-9451-33ea114db8f0 2578e32db63f4b6cad744d236712595c 62e39b1d4b3740f298e17fcffcac1222 - - default default] Floating IP d07d8573-cce0-4a41-926c-916e0ab467b9 disassociated. External IP: 10.96.250.205, port: eda1e68b-9b82-4c3c-9158-2112be4b587a. [pid: 7|app: 0|req: 418/853] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:09:35 2026] GET /v2.0/security-groups?tenant_id=8135a3e5641344feba5ee975ba4b88e7&name=default => generated 2925 bytes in 334 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/854] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:09:35 2026] DELETE /v2.0/security-groups/34a19e7b-ea83-4058-86e2-936bcb5855b1 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/855] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:09:35 2026] GET /v2.0/ports?device_id=05f0255e-9596-4d29-80db-94a41db040eb => 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: 436/856] 199.204.45.227 () {36 vars in 997 bytes} [Tue Jun 30 19:09:34 2026] DELETE /v2.0/ports/eda1e68b-9b82-4c3c-9158-2112be4b587a => generated 0 bytes in 776 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/857] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:09:35 2026] GET /v2.0/security-groups?tenant_id=cf62c05e73c34cfc8bc415e5114b0584&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:09:35.937 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6c723e1f-5acf-4b20-9104-79841dd6c5ba'] response: {'server_uuid': '05f0255e-9596-4d29-80db-94a41db040eb', 'name': 'network-vif-deleted', 'tag': 'eda1e68b-9b82-4c3c-9158-2112be4b587a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 437/858] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:09:35 2026] DELETE /v2.0/security-groups/5ce4da8a-6c3b-4998-8260-297c926b03b5 => 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: 422/859] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:09:35 2026] GET /v2.0/security-groups?tenant_id=bd5b6dca20704d018aca4328e880124f&name=default => generated 2925 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/860] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:09:36 2026] DELETE /v2.0/security-groups/4d0ba23a-b5d9-474c-b226-647a742b5b67 => 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: 423/861] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:09:36 2026] GET /v2.0/security-groups?tenant_id=3c8208354e3b4ef9a6139c0d92aff25c&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/862] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:09:36 2026] DELETE /v2.0/security-groups/291ef20b-0b81-4e06-a018-6860cf112c39 => 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: 424/863] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:09:36 2026] DELETE /v2.0/security-groups/044e878d-28d9-4c12-a18c-1c7bb3a09d85 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:09:36.803 8 INFO neutron.api.v2.resource [None req-b777d133-d6a7-4345-a99e-e58a89597d33 2578e32db63f4b6cad744d236712595c 62e39b1d4b3740f298e17fcffcac1222 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 440/864] 10.0.0.228 () {32 vars in 737 bytes} [Tue Jun 30 19:09:36 2026] GET /v2.0/security-groups/044e878d-28d9-4c12-a18c-1c7bb3a09d85 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/865] 10.0.0.228 () {32 vars in 732 bytes} [Tue Jun 30 19:09:36 2026] DELETE /v2.0/floatingips/d07d8573-cce0-4a41-926c-916e0ab467b9 => generated 0 bytes in 356 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/866] 10.0.0.228 () {34 vars in 789 bytes} [Tue Jun 30 19:09:37 2026] PUT /v2.0/routers/0419bd9f-7590-40f8-b5f5-cda6f958bc7f/remove_router_interface => generated 309 bytes in 1623 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:09:40.295 7 INFO neutron.services.segments.plugin [-] Segment d059b03b-4db3-4d32-b1d5-cea656c53943 resource provider aggregate not found 2026-06-30 19:09:40.299 7 INFO neutron.services.segments.plugin [-] Segment d059b03b-4db3-4d32-b1d5-cea656c53943 resource provider aggregate not found 2026-06-30 19:09:40.315 7 INFO neutron.services.segments.plugin [-] Segment d059b03b-4db3-4d32-b1d5-cea656c53943 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d059b03b-4db3-4d32-b1d5-cea656c53943 found for delete ", "request_id": "req-cde101bc-20a7-41cb-bef2-aa14056358ae"}]} 2026-06-30 19:09:40.317 7 INFO neutron.services.segments.plugin [-] Segment d059b03b-4db3-4d32-b1d5-cea656c53943 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d059b03b-4db3-4d32-b1d5-cea656c53943 found for delete ", "request_id": "req-35dfd8b8-f8b1-4783-ab95-360072df0b5e"}]} 2026-06-30 19:09:40.323 7 INFO neutron.db.l3_hamode_db [None req-3ce50311-04a1-4550-a8e4-2fedf9296c3d c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] HA network 313f0856-ed11-4072-8794-7741f0365912 was deleted as no HA routers are present in tenant 62e39b1d4b3740f298e17fcffcac1222. [pid: 7|app: 0|req: 426/867] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:09:38 2026] DELETE /v2.0/routers/0419bd9f-7590-40f8-b5f5-cda6f958bc7f => generated 0 bytes in 1482 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/868] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:09:40 2026] DELETE /v2.0/subnets/a715c6d0-3873-4432-816f-68d67d94a018 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/869] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:09:40 2026] DELETE /v2.0/networks/3e3c5d14-14eb-475f-a1cc-f49687b28085 => generated 0 bytes in 404 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/870] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 30 19:09:41 2026] GET /v2.0/ports?device_id=ad2837f4-dd72-4010-81fd-0f48b707f8e6 => 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: 443/871] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:09:41 2026] GET /v2.0/security-groups?tenant_id=62e39b1d4b3740f298e17fcffcac1222&name=default => generated 2925 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/872] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 30 19:09:41 2026] GET /v2.0/security-groups?id=b01c0e51-5604-4dc3-ba74-3397b86a62d3&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: 8|app: 0|req: 444/873] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:09:41 2026] DELETE /v2.0/security-groups/c425e8c2-b05d-4a22-b68a-700cc245626f => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/874] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:09:41 2026] GET /v2.0/security-groups?tenant_id=ee00154afa3d4e0e86881d0875193ce7&name=default => generated 2925 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/875] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:09:41 2026] DELETE /v2.0/security-groups/ea91eb86-28f4-4233-9adf-cc53e35c5780 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:09:42.337 7 INFO neutron.services.segments.plugin [-] Segment d8815c0d-c1b4-4210-872e-367d90b13b90 resource provider aggregate not found 2026-06-30 19:09:42.343 7 INFO neutron.services.segments.plugin [-] Segment d8815c0d-c1b4-4210-872e-367d90b13b90 resource provider aggregate not found 2026-06-30 19:09:42.355 7 INFO neutron.services.segments.plugin [-] Segment d8815c0d-c1b4-4210-872e-367d90b13b90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8815c0d-c1b4-4210-872e-367d90b13b90 found for delete ", "request_id": "req-04a56e38-2b09-46ea-bbbf-bf60f5cd126e"}]} 2026-06-30 19:09:42.364 7 INFO neutron.services.segments.plugin [-] Segment d8815c0d-c1b4-4210-872e-367d90b13b90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8815c0d-c1b4-4210-872e-367d90b13b90 found for delete ", "request_id": "req-b4a293af-8123-47d9-81ae-3f34214ad191"}]} [pid: 7|app: 0|req: 431/876] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:09:42 2026] GET /v2.0/security-groups?tenant_id=63da76bdd79b45d88941e21e3580cdeb&name=default => generated 2925 bytes in 342 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/877] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:09:42 2026] DELETE /v2.0/security-groups/c103ef67-467e-4c43-a32e-d30caa31cada => 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: 432/878] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:09:42 2026] GET /v2.0/security-groups?tenant_id=9fd23158c8d44af48350228276ab5fa9&name=default => generated 2925 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/879] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:09:42 2026] DELETE /v2.0/security-groups/db459b9e-216f-4d38-b886-5f2e030717de => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:09:43.767 7 INFO neutron.db.segments_db [None req-cae07f48-fc89-46f0-8948-901e6a8c7c88 c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] Added segment 9b43cbfa-fa55-4646-bf06-4993536cccfb of type vxlan for network 66bca59e-1e59-4be7-bd4f-a5d598dba0c9 [pid: 7|app: 0|req: 434/882] 10.0.0.228 () {34 vars in 671 bytes} [Tue Jun 30 19:09:43 2026] POST /v2.0/networks => generated 738 bytes in 516 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:09:43.959 8 WARNING neutron_lib.context [None req-d0334bf6-a650-4c8c-a873-ffc72a0e18fa 8b4f39ab58c944cab01fa8d8ac658451 61a60d0d2e4a42378cde52fd0be54cfc - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 435/883] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:09:43 2026] POST /v2.0/subnets => generated 661 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:09:44.160 8 INFO neutron.db.segments_db [None req-d0334bf6-a650-4c8c-a873-ffc72a0e18fa 8b4f39ab58c944cab01fa8d8ac658451 61a60d0d2e4a42378cde52fd0be54cfc - - default default] Added segment 2d2cbf21-93f0-4b00-8409-3f902e88e225 of type vxlan for network 69b2a94f-8fdd-4767-892c-bbb4f44020c3 2026-06-30 19:09:44.192 7 INFO neutron.db.segments_db [None req-3a5eb16e-7c84-4d60-8a7f-4ea7c942767a c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] Added segment 49c00a9e-54cb-4130-868d-de5b9f86dc67 of type vxlan for network bfd278d5-8dc9-418d-b88d-804d241eb625 [pid: 8|app: 0|req: 449/884] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:09:43 2026] POST /v2.0/networks => generated 644 bytes in 493 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:09:44.318 8 WARNING neutron_lib.context [None req-03b25a64-f0cc-4672-978f-866e67186b99 8b4f39ab58c944cab01fa8d8ac658451 61a60d0d2e4a42378cde52fd0be54cfc - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:09:44.451 7 INFO neutron.db.l3_hamode_db [None req-3a5eb16e-7c84-4d60-8a7f-4ea7c942767a c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 450/885] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:09:44 2026] POST /v2.0/subnets => generated 617 bytes in 436 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/886] 10.0.0.228 () {32 vars in 653 bytes} [Tue Jun 30 19:09:44 2026] GET /v2.0/extensions => generated 19901 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/887] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:09:44 2026] GET /v2.0/ports?device_id=ad2837f4-dd72-4010-81fd-0f48b707f8e6 => generated 975 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:09:44.972 8 WARNING neutron_lib.context [None req-3ee5a31a-a062-466b-989a-a56ff5199efd 8b4f39ab58c944cab01fa8d8ac658451 61a60d0d2e4a42378cde52fd0be54cfc - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:09:45.042 8 INFO neutron.db.segments_db [None req-3ee5a31a-a062-466b-989a-a56ff5199efd 8b4f39ab58c944cab01fa8d8ac658451 61a60d0d2e4a42378cde52fd0be54cfc - - default default] Added segment 66299fa7-0008-477f-b513-80a454f6bfb9 of type vxlan for network 928b261e-ac08-447f-be2a-64e15f16dfe8 [pid: 8|app: 0|req: 453/888] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:09:44 2026] POST /v2.0/networks => generated 643 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/889] 10.0.0.228 () {32 vars in 681 bytes} [Tue Jun 30 19:09:45 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/890] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:09:45 2026] GET /v2.0/security-groups?id=b01c0e51-5604-4dc3-ba74-3397b86a62d3&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: 456/891] 10.0.0.228 () {34 vars in 743 bytes} [Tue Jun 30 19:09:45 2026] PUT /v2.0/networks/928b261e-ac08-447f-be2a-64e15f16dfe8 => generated 592 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/892] 10.0.0.228 () {32 vars in 681 bytes} [Tue Jun 30 19:09:45 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/893] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:09:45 2026] GET /v2.0/ports?device_id=ad2837f4-dd72-4010-81fd-0f48b707f8e6 => generated 975 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:09:45.440 8 WARNING neutron_lib.context [None req-b7ed857c-4492-4f47-aeeb-4b64aa9988d6 8b4f39ab58c944cab01fa8d8ac658451 61a60d0d2e4a42378cde52fd0be54cfc - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:09:45.519 7 INFO neutron.db.l3_hamode_db [None req-3a5eb16e-7c84-4d60-8a7f-4ea7c942767a c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 459/894] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:09:45 2026] POST /v2.0/subnets => generated 602 bytes in 351 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/895] 10.0.0.228 () {32 vars in 729 bytes} [Tue Jun 30 19:09:45 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/896] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:09:45 2026] GET /v2.0/security-groups?id=b01c0e51-5604-4dc3-ba74-3397b86a62d3&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: 462/897] 10.0.0.228 () {34 vars in 741 bytes} [Tue Jun 30 19:09:45 2026] PUT /v2.0/subnets/a8125eef-594a-4403-8edb-5fdee74877d3 => generated 612 bytes in 370 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/898] 10.0.0.228 () {32 vars in 665 bytes} [Tue Jun 30 19:09:46 2026] GET /v2.0/extensions/agent => generated 153 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/899] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:09:46 2026] GET /v2.0/ports?device_id=ad2837f4-dd72-4010-81fd-0f48b707f8e6 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/900] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:09:44 2026] POST /v2.0/routers => generated 725 bytes in 2586 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/901] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:09:46 2026] GET /v2.0/ports?tenant_id=d88fba2561734cb394e0542beadcf3c7&device_id=ad2837f4-dd72-4010-81fd-0f48b707f8e6 => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/902] 10.0.0.228 () {32 vars in 699 bytes} [Tue Jun 30 19:09:46 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/903] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:09:46 2026] GET /v2.0/security-groups?id=b01c0e51-5604-4dc3-ba74-3397b86a62d3&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:09:46.879 8 INFO neutron.services.segments.plugin [-] Segment 66299fa7-0008-477f-b513-80a454f6bfb9 resource provider aggregate not found 2026-06-30 19:09:46.887 8 INFO neutron.services.segments.plugin [-] Segment 66299fa7-0008-477f-b513-80a454f6bfb9 resource provider aggregate not found [pid: 8|app: 0|req: 465/904] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:09:46 2026] DELETE /v2.0/networks/928b261e-ac08-447f-be2a-64e15f16dfe8 => generated 0 bytes in 639 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:09:46.910 8 INFO neutron.services.segments.plugin [-] Segment 66299fa7-0008-477f-b513-80a454f6bfb9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66299fa7-0008-477f-b513-80a454f6bfb9 found for delete ", "request_id": "req-d8d99d81-54f1-48b5-886a-ea51ac9241b5"}]} 2026-06-30 19:09:46.913 8 INFO neutron.services.segments.plugin [-] Segment 66299fa7-0008-477f-b513-80a454f6bfb9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66299fa7-0008-477f-b513-80a454f6bfb9 found for delete ", "request_id": "req-8fa1723e-56f9-4339-9660-87fa44893339"}]} [pid: 8|app: 0|req: 466/905] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:09:46 2026] GET /v2.0/networks?id=da142b3b-72a8-403e-b7cf-81f436a87157 => generated 770 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/906] 10.0.0.228 () {32 vars in 697 bytes} [Tue Jun 30 19:09:46 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-06-30 19:09:46.989 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3152eafd-8e55-41fe-bfca-8ba70e6784c6 8b4f39ab58c944cab01fa8d8ac658451 61a60d0d2e4a42378cde52fd0be54cfc - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 468/907] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:09:46 2026] DELETE /v2.0/networks/928b261e-ac08-447f-be2a-64e15f16dfe8 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/908] 199.204.45.227 () {34 vars in 1060 bytes} [Tue Jun 30 19:09:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=f7b0170e-98d4-4d7d-9caf-3a2bea94e6b4 => 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: 470/909] 10.0.0.228 () {32 vars in 701 bytes} [Tue Jun 30 19:09:47 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/910] 10.0.0.228 () {32 vars in 694 bytes} [Tue Jun 30 19:09:47 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/911] 10.0.0.228 () {32 vars in 689 bytes} [Tue Jun 30 19:09:47 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/912] 199.204.45.227 () {34 vars in 984 bytes} [Tue Jun 30 19:09:47 2026] GET /v2.0/subnets?id=268bb46c-ed73-4950-b823-0d39085ed6f0 => generated 670 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/913] 10.0.0.228 () {32 vars in 742 bytes} [Tue Jun 30 19:09:47 2026] GET /v2.0/subnets?network_id=6071fc42-3d19-4a57-aa6b-c0870fad7e28 => generated 626 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/914] 10.0.0.228 () {32 vars in 703 bytes} [Tue Jun 30 19:09:47 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/915] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:09:47 2026] GET /v2.0/ports?network_id=da142b3b-72a8-403e-b7cf-81f436a87157&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: 477/916] 10.0.0.228 () {32 vars in 653 bytes} [Tue Jun 30 19:09:47 2026] GET /v2.0/extensions => generated 19901 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/917] 10.0.0.228 () {32 vars in 693 bytes} [Tue Jun 30 19:09:47 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/918] 10.0.0.228 () {32 vars in 695 bytes} [Tue Jun 30 19:09:47 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/919] 10.0.0.228 () {32 vars in 649 bytes} [Tue Jun 30 19:09:47 2026] GET /v2.0/networks => generated 1309 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/920] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:09:47 2026] GET /v2.0/networks/da142b3b-72a8-403e-b7cf-81f436a87157?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: 482/921] 10.0.0.228 () {32 vars in 685 bytes} [Tue Jun 30 19:09:47 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: 483/922] 10.0.0.228 () {32 vars in 647 bytes} [Tue Jun 30 19:09:47 2026] GET /v2.0/subnets => generated 1233 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/923] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:09:47 2026] GET /v2.0/networks/da142b3b-72a8-403e-b7cf-81f436a87157?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: 485/924] 10.0.0.228 () {32 vars in 687 bytes} [Tue Jun 30 19:09:47 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/925] 10.0.0.228 () {32 vars in 723 bytes} [Tue Jun 30 19:09:47 2026] GET /v2.0/networks/69b2a94f-8fdd-4767-892c-bbb4f44020c3 => generated 669 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/926] 10.0.0.228 () {32 vars in 661 bytes} [Tue Jun 30 19:09:47 2026] GET /v2.0/extensions/dvr => 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: 488/927] 10.0.0.228 () {32 vars in 721 bytes} [Tue Jun 30 19:09:47 2026] GET /v2.0/subnets/b9859325-802f-49ed-93fb-d970856850f2 => generated 617 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/928] 10.0.0.228 () {32 vars in 699 bytes} [Tue Jun 30 19:09:47 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:09:47.836 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6d59c8c7-553b-466e-8ea2-4c87ed7efdb3 8b4f39ab58c944cab01fa8d8ac658451 61a60d0d2e4a42378cde52fd0be54cfc - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 490/929] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:09:47 2026] DELETE /v2.0/subnets/a8125eef-594a-4403-8edb-5fdee74877d3 => 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: 491/930] 10.0.0.228 () {32 vars in 679 bytes} [Tue Jun 30 19:09:47 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:09:47.859 8 INFO neutron.pecan_wsgi.hooks.translation [None req-24244ed3-2fe4-4e44-8929-20304e28e43d 8b4f39ab58c944cab01fa8d8ac658451 61a60d0d2e4a42378cde52fd0be54cfc - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 492/931] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:09:47 2026] DELETE /v2.0/networks/928b261e-ac08-447f-be2a-64e15f16dfe8 => generated 138 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/932] 10.0.0.228 () {32 vars in 683 bytes} [Tue Jun 30 19:09:47 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/933] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:09:47 2026] DELETE /v2.0/subnets/b9859325-802f-49ed-93fb-d970856850f2 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/934] 10.0.0.228 () {32 vars in 675 bytes} [Tue Jun 30 19:09:48 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: 8|app: 0|req: 496/935] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:09:48 2026] GET /v2.0/ports?device_id=ad2837f4-dd72-4010-81fd-0f48b707f8e6 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/936] 10.0.0.228 () {34 vars in 783 bytes} [Tue Jun 30 19:09:46 2026] PUT /v2.0/routers/43ed18bb-8da5-4fbe-8d3d-c71bd2712749/add_router_interface => generated 309 bytes in 1590 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/937] 10.0.0.228 () {32 vars in 689 bytes} [Tue Jun 30 19:09:48 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/938] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:09:48 2026] GET /v2.0/security-groups?id=b01c0e51-5604-4dc3-ba74-3397b86a62d3&fields=id&fields=name => generated 114 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/939] 10.0.0.228 () {32 vars in 723 bytes} [Tue Jun 30 19:09:48 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/940] 10.0.0.228 () {32 vars in 687 bytes} [Tue Jun 30 19:09:48 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/941] 10.0.0.228 () {32 vars in 669 bytes} [Tue Jun 30 19:09:48 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/942] 10.0.0.228 () {32 vars in 687 bytes} [Tue Jun 30 19:09:48 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/943] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:09:48 2026] DELETE /v2.0/networks/69b2a94f-8fdd-4767-892c-bbb4f44020c3 => generated 0 bytes in 450 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/944] 10.0.0.228 () {32 vars in 681 bytes} [Tue Jun 30 19:09:48 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/945] 10.0.0.228 () {32 vars in 699 bytes} [Tue Jun 30 19:09:48 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/946] 10.0.0.228 () {32 vars in 679 bytes} [Tue Jun 30 19:09:48 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/947] 10.0.0.228 () {32 vars in 667 bytes} [Tue Jun 30 19:09:48 2026] GET /v2.0/extensions/router => generated 256 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/948] 10.0.0.228 () {32 vars in 677 bytes} [Tue Jun 30 19:09:48 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/949] 10.0.0.228 () {32 vars in 665 bytes} [Tue Jun 30 19:09:48 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/950] 10.0.0.228 () {32 vars in 675 bytes} [Tue Jun 30 19:09:48 2026] GET /v2.0/extensions/l3-flavors => 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: 501/951] 10.0.0.228 () {32 vars in 713 bytes} [Tue Jun 30 19:09:48 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/952] 10.0.0.228 () {32 vars in 691 bytes} [Tue Jun 30 19:09:48 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/953] 10.0.0.228 () {32 vars in 683 bytes} [Tue Jun 30 19:09:48 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/954] 10.0.0.228 () {32 vars in 669 bytes} [Tue Jun 30 19:09:48 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/955] 10.0.0.228 () {32 vars in 687 bytes} [Tue Jun 30 19:09:48 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/956] 10.0.0.228 () {32 vars in 705 bytes} [Tue Jun 30 19:09:48 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/957] 10.0.0.228 () {32 vars in 675 bytes} [Tue Jun 30 19:09:48 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/958] 10.0.0.228 () {32 vars in 701 bytes} [Tue Jun 30 19:09:48 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/959] 10.0.0.228 () {32 vars in 675 bytes} [Tue Jun 30 19:09:48 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/960] 10.0.0.228 () {32 vars in 693 bytes} [Tue Jun 30 19:09:48 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/961] 10.0.0.228 () {32 vars in 689 bytes} [Tue Jun 30 19:09:48 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/962] 10.0.0.228 () {32 vars in 709 bytes} [Tue Jun 30 19:09:48 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: 8|app: 0|req: 507/963] 10.0.0.228 () {32 vars in 705 bytes} [Tue Jun 30 19:09:48 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/964] 10.0.0.228 () {32 vars in 697 bytes} [Tue Jun 30 19:09:48 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/965] 10.0.0.228 () {32 vars in 711 bytes} [Tue Jun 30 19:09:48 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/966] 10.0.0.228 () {32 vars in 669 bytes} [Tue Jun 30 19:09:48 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: 509/967] 10.0.0.228 () {32 vars in 687 bytes} [Tue Jun 30 19:09:48 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/968] 10.0.0.228 () {32 vars in 681 bytes} [Tue Jun 30 19:09:48 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/969] 10.0.0.228 () {32 vars in 675 bytes} [Tue Jun 30 19:09:48 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/970] 10.0.0.228 () {32 vars in 671 bytes} [Tue Jun 30 19:09:48 2026] GET /v2.0/extensions/provider => generated 191 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/971] 10.0.0.228 () {32 vars in 661 bytes} [Tue Jun 30 19:09:48 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: 461/972] 10.0.0.228 () {32 vars in 699 bytes} [Tue Jun 30 19:09:48 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/973] 10.0.0.228 () {32 vars in 699 bytes} [Tue Jun 30 19:09:48 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/974] 10.0.0.228 () {32 vars in 677 bytes} [Tue Jun 30 19:09:48 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) [pid: 8|app: 0|req: 513/975] 10.0.0.228 () {32 vars in 669 bytes} [Tue Jun 30 19:09:48 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: 463/976] 10.0.0.228 () {32 vars in 683 bytes} [Tue Jun 30 19:09:48 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:09:48.984 8 INFO neutron.services.segments.plugin [-] Segment 2d2cbf21-93f0-4b00-8409-3f902e88e225 resource provider aggregate not found [pid: 8|app: 0|req: 514/977] 10.0.0.228 () {32 vars in 701 bytes} [Tue Jun 30 19:09:48 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/978] 10.0.0.228 () {32 vars in 685 bytes} [Tue Jun 30 19:09:48 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) 2026-06-30 19:09:49.005 8 INFO neutron.services.segments.plugin [-] Segment 2d2cbf21-93f0-4b00-8409-3f902e88e225 resource provider aggregate not found [pid: 8|app: 0|req: 515/979] 10.0.0.228 () {32 vars in 707 bytes} [Tue Jun 30 19:09:49 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/980] 10.0.0.228 () {32 vars in 669 bytes} [Tue Jun 30 19:09:49 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:09:49.027 8 INFO neutron.services.segments.plugin [-] Segment 2d2cbf21-93f0-4b00-8409-3f902e88e225 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d2cbf21-93f0-4b00-8409-3f902e88e225 found for delete ", "request_id": "req-a662106f-82c0-4427-9baf-021c7991e7ed"}]} [pid: 8|app: 0|req: 516/981] 10.0.0.228 () {32 vars in 697 bytes} [Tue Jun 30 19:09:49 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/982] 10.0.0.228 () {32 vars in 695 bytes} [Tue Jun 30 19:09:49 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/983] 10.0.0.228 () {32 vars in 685 bytes} [Tue Jun 30 19:09:49 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/984] 10.0.0.228 () {32 vars in 689 bytes} [Tue Jun 30 19:09:49 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:09:49.070 8 INFO neutron.services.segments.plugin [-] Segment 2d2cbf21-93f0-4b00-8409-3f902e88e225 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d2cbf21-93f0-4b00-8409-3f902e88e225 found for delete ", "request_id": "req-30727e66-4fc9-4604-92a6-0a0bc13b8874"}]} [pid: 8|app: 0|req: 518/985] 10.0.0.228 () {32 vars in 667 bytes} [Tue Jun 30 19:09:49 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: 7|app: 0|req: 468/986] 10.0.0.228 () {32 vars in 681 bytes} [Tue Jun 30 19:09:49 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/987] 10.0.0.228 () {32 vars in 681 bytes} [Tue Jun 30 19:09:49 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/988] 10.0.0.228 () {32 vars in 691 bytes} [Tue Jun 30 19:09:49 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/989] 10.0.0.228 () {32 vars in 691 bytes} [Tue Jun 30 19:09:49 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/990] 10.0.0.228 () {32 vars in 695 bytes} [Tue Jun 30 19:09:49 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/991] 10.0.0.228 () {32 vars in 685 bytes} [Tue Jun 30 19:09:49 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/992] 10.0.0.228 () {32 vars in 689 bytes} [Tue Jun 30 19:09:49 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/993] 10.0.0.228 () {32 vars in 701 bytes} [Tue Jun 30 19:09:49 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/994] 10.0.0.228 () {32 vars in 703 bytes} [Tue Jun 30 19:09:49 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/995] 10.0.0.228 () {32 vars in 713 bytes} [Tue Jun 30 19:09:49 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/996] 10.0.0.228 () {32 vars in 717 bytes} [Tue Jun 30 19:09:49 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/997] 10.0.0.228 () {32 vars in 715 bytes} [Tue Jun 30 19:09:49 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:09:49.172 7 WARNING neutron_lib.context [None req-30030efa-2772-4de8-8ebd-bc455f92cc13 db5f6ca785034827a3efd53ce324c38e f58dc15cd1494199ad61a47421899fd9 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 525/998] 10.0.0.228 () {32 vars in 727 bytes} [Tue Jun 30 19:09:49 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/999] 10.0.0.228 () {34 vars in 685 bytes} [Tue Jun 30 19:09:49 2026] POST /v2.0/security-groups => generated 1659 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/1000] 10.0.0.228 () {32 vars in 741 bytes} [Tue Jun 30 19:09:49 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:09:49.292 7 WARNING neutron_lib.context [None req-350fc89a-f42f-4e8a-af29-980199fa1ce8 db5f6ca785034827a3efd53ce324c38e f58dc15cd1494199ad61a47421899fd9 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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/1001] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:09:49 2026] GET /v2.0/security-groups?tenant_id=61a60d0d2e4a42378cde52fd0be54cfc&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1002] 10.0.0.228 () {32 vars in 719 bytes} [Tue Jun 30 19:09:49 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/1003] 10.0.0.228 () {34 vars in 695 bytes} [Tue Jun 30 19:09:49 2026] POST /v2.0/security-group-rules => generated 597 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/1004] 10.0.0.228 () {32 vars in 683 bytes} [Tue Jun 30 19:09:49 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:09:49.413 7 WARNING neutron_lib.context [None req-41e3037f-4294-49d7-8aa6-ae946739a8aa db5f6ca785034827a3efd53ce324c38e f58dc15cd1494199ad61a47421899fd9 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 528/1005] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:09:49 2026] DELETE /v2.0/security-groups/4c1b43a8-8239-41a0-8c85-26440487610d => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1006] 10.0.0.228 () {32 vars in 669 bytes} [Tue Jun 30 19:09:49 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: 8|app: 0|req: 530/1007] 10.0.0.228 () {32 vars in 719 bytes} [Tue Jun 30 19:09:49 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1008] 10.0.0.228 () {32 vars in 679 bytes} [Tue Jun 30 19:09:49 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1009] 10.0.0.228 () {32 vars in 669 bytes} [Tue Jun 30 19:09:49 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: 8|app: 0|req: 533/1010] 10.0.0.228 () {32 vars in 697 bytes} [Tue Jun 30 19:09:49 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/1011] 10.0.0.228 () {34 vars in 695 bytes} [Tue Jun 30 19:09:49 2026] POST /v2.0/security-group-rules => generated 602 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1012] 10.0.0.228 () {32 vars in 705 bytes} [Tue Jun 30 19:09:49 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:09:49.533 7 WARNING neutron_lib.context [None req-46ca0cad-9f18-405d-876d-435d8125be2e db5f6ca785034827a3efd53ce324c38e f58dc15cd1494199ad61a47421899fd9 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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/1013] 10.0.0.228 () {32 vars in 701 bytes} [Tue Jun 30 19:09:49 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: 8|app: 0|req: 536/1014] 10.0.0.228 () {32 vars in 683 bytes} [Tue Jun 30 19:09:49 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: 8|app: 0|req: 537/1015] 10.0.0.228 () {32 vars in 705 bytes} [Tue Jun 30 19:09:49 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1016] 10.0.0.228 () {32 vars in 695 bytes} [Tue Jun 30 19:09:49 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1017] 10.0.0.228 () {32 vars in 689 bytes} [Tue Jun 30 19:09:49 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1018] 10.0.0.228 () {32 vars in 697 bytes} [Tue Jun 30 19:09:49 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1019] 10.0.0.228 () {32 vars in 689 bytes} [Tue Jun 30 19:09:49 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1020] 10.0.0.228 () {32 vars in 701 bytes} [Tue Jun 30 19:09:49 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1021] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:09:49 2026] GET /v2.0/ports?device_id=ad2837f4-dd72-4010-81fd-0f48b707f8e6 => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1022] 10.0.0.228 () {32 vars in 665 bytes} [Tue Jun 30 19:09:49 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: 8|app: 0|req: 545/1023] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:09:49 2026] GET /v2.0/security-groups?id=b01c0e51-5604-4dc3-ba74-3397b86a62d3&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: 546/1024] 10.0.0.228 () {32 vars in 681 bytes} [Tue Jun 30 19:09:49 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: 8|app: 0|req: 547/1025] 10.0.0.228 () {32 vars in 693 bytes} [Tue Jun 30 19:09:49 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1026] 10.0.0.228 () {32 vars in 677 bytes} [Tue Jun 30 19:09:49 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1027] 10.0.0.228 () {32 vars in 667 bytes} [Tue Jun 30 19:09:49 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/1028] 10.0.0.228 () {34 vars in 676 bytes} [Tue Jun 30 19:09:49 2026] POST /v2.0/floatingips => generated 552 bytes in 601 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1029] 199.204.45.227 () {34 vars in 1096 bytes} [Tue Jun 30 19:09:50 2026] GET /v2.0/ports?device_id=ad2837f4-dd72-4010-81fd-0f48b707f8e6&fields=binding%3Ahost_id&fields=binding%3Avif_type => generated 67 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/1030] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:09:50 2026] GET /v2.0/ports?tenant_id=d88fba2561734cb394e0542beadcf3c7&device_id=ad2837f4-dd72-4010-81fd-0f48b707f8e6 => 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: 481/1031] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:09:50 2026] GET /v2.0/networks?id=da142b3b-72a8-403e-b7cf-81f436a87157 => generated 770 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/1032] 199.204.45.227 () {34 vars in 1060 bytes} [Tue Jun 30 19:09:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=f7b0170e-98d4-4d7d-9caf-3a2bea94e6b4 => generated 859 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/1033] 199.204.45.227 () {34 vars in 984 bytes} [Tue Jun 30 19:09:50 2026] GET /v2.0/subnets?id=268bb46c-ed73-4950-b823-0d39085ed6f0 => generated 670 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/1034] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:09:50 2026] GET /v2.0/ports?network_id=da142b3b-72a8-403e-b7cf-81f436a87157&device_owner=network%3Adhcp => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1035] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:09:50 2026] GET /v2.0/security-groups?tenant_id=99af041614494f2098aebc6b5e1ad4b4&name=default => generated 2925 bytes in 339 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/1036] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:09:50 2026] GET /v2.0/networks/da142b3b-72a8-403e-b7cf-81f436a87157?fields=segments => generated 14 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/1037] 10.0.0.53 () {34 vars in 1097 bytes} [Tue Jun 30 19:09:50 2026] GET /v2.0/security-groups?name=tempest-securitygroup--298678727&fields=id&tenant_id=f58dc15cd1494199ad61a47421899fd9 => generated 69 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1038] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:09:50 2026] DELETE /v2.0/security-groups/5ca30c72-b193-4c2d-aeb8-7780480fcc19 => 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: 487/1039] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:09:50 2026] GET /v2.0/networks/da142b3b-72a8-403e-b7cf-81f436a87157?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1040] 10.0.0.53 () {34 vars in 981 bytes} [Tue Jun 30 19:09:50 2026] GET /v2.0/networks?id=66bca59e-1e59-4be7-bd4f-a5d598dba0c9 => generated 670 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1041] 10.0.0.53 () {34 vars in 964 bytes} [Tue Jun 30 19:09:50 2026] GET /v2.0/quotas/f58dc15cd1494199ad61a47421899fd9 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/1042] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:09:50 2026] GET /v2.0/ports?device_id=ad2837f4-dd72-4010-81fd-0f48b707f8e6 => generated 973 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1043] 10.0.0.53 () {34 vars in 1001 bytes} [Tue Jun 30 19:09:50 2026] GET /v2.0/ports?tenant_id=f58dc15cd1494199ad61a47421899fd9&fields=id => generated 103 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/1044] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:09:50 2026] GET /v2.0/security-groups?id=b01c0e51-5604-4dc3-ba74-3397b86a62d3&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: 556/1045] 10.0.0.53 () {34 vars in 1007 bytes} [Tue Jun 30 19:09:50 2026] GET /v2.0/networks/66bca59e-1e59-4be7-bd4f-a5d598dba0c9?fields=segments => generated 14 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/1046] 10.0.0.53 () {34 vars in 1107 bytes} [Tue Jun 30 19:09:51 2026] GET /v2.0/networks/66bca59e-1e59-4be7-bd4f-a5d598dba0c9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1047] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:09:51 2026] GET /v2.0/ports?device_id=051aa021-cd30-4966-86b7-0066e247b0ac => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:09:51.488 7 WARNING neutron_lib.context [None req-d144a80d-2ed7-41af-a749-91fb4ff216b2 dcf4ddeb2e894de1b35f5227f341acd0 a530ea7ce7884778b7c9b0a33944719a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:09:51.632 7 INFO neutron.db.segments_db [None req-d144a80d-2ed7-41af-a749-91fb4ff216b2 dcf4ddeb2e894de1b35f5227f341acd0 a530ea7ce7884778b7c9b0a33944719a - - default default] Added segment aa8ab8c9-95db-4490-9088-0cb4c7bab50b of type vxlan for network e1334c53-6969-424f-8ea2-d9cab31477bd [pid: 7|app: 0|req: 491/1048] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:09:51 2026] POST /v2.0/networks => generated 648 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:09:51.768 8 WARNING neutron_lib.context [None req-7506f24e-c07a-47ff-8b25-14e5e0e24ea1 dcf4ddeb2e894de1b35f5227f341acd0 a530ea7ce7884778b7c9b0a33944719a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 492/1049] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:09:52 2026] GET /v2.0/networks?id=66bca59e-1e59-4be7-bd4f-a5d598dba0c9 => generated 670 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/1050] 199.204.45.227 () {34 vars in 1050 bytes} [Tue Jun 30 19:09:52 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f58dc15cd1494199ad61a47421899fd9 => generated 180 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:09:52.183 7 WARNING neutron_lib.context [req-9472ccdb-c500-42ca-ba61-d5d3f073c34c req-41100c07-d95b-4e08-a4f5-58657eeaf107 db5f6ca785034827a3efd53ce324c38e f58dc15cd1494199ad61a47421899fd9 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 558/1051] 10.0.0.228 () {34 vars in 665 bytes} [Tue Jun 30 19:09:51 2026] POST /v2.0/ports => generated 779 bytes in 486 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:09:52.267 8 WARNING neutron_lib.context [None req-3d861513-b172-4142-aafd-1a100a7d5bd0 dcf4ddeb2e894de1b35f5227f341acd0 a530ea7ce7884778b7c9b0a33944719a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:09:52.324 8 INFO neutron.db.segments_db [None req-3d861513-b172-4142-aafd-1a100a7d5bd0 dcf4ddeb2e894de1b35f5227f341acd0 a530ea7ce7884778b7c9b0a33944719a - - default default] Added segment 97a9205a-4fb4-4ffd-ab33-c3560659f4a4 of type vxlan for network 6b207274-07f4-4476-bc46-6691524cae4b [pid: 8|app: 0|req: 559/1052] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:09:52 2026] POST /v2.0/networks => generated 636 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1053] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:09:52 2026] GET /v2.0/ports?device_id=051aa021-cd30-4966-86b7-0066e247b0ac => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:09:52.472 8 WARNING neutron_lib.context [None req-fcd78593-e5cb-4ffc-9f27-eab7e6c284a2 dcf4ddeb2e894de1b35f5227f341acd0 a530ea7ce7884778b7c9b0a33944719a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 494/1054] 199.204.45.227 () {38 vars in 955 bytes} [Tue Jun 30 19:09:52 2026] POST /v2.0/ports => generated 954 bytes in 479 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:09:52.848 7 WARNING neutron_lib.context [None req-b0ed4a72-2f68-45e2-9cf5-cb6873d46406 ff5deec269de4dff8bc2661a4c9e0278 977b1a29c5244305a3575eec811c4520 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:09:52.848 7 WARNING neutron_lib.context [None req-b0ed4a72-2f68-45e2-9cf5-cb6873d46406 ff5deec269de4dff8bc2661a4c9e0278 977b1a29c5244305a3575eec811c4520 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 561/1055] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:09:52 2026] POST /v2.0/subnets => generated 622 bytes in 431 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:09:53.055 7 INFO neutron.db.segments_db [None req-b0ed4a72-2f68-45e2-9cf5-cb6873d46406 ff5deec269de4dff8bc2661a4c9e0278 977b1a29c5244305a3575eec811c4520 - - default default] Added segment 730a979c-250d-47f3-a707-df9f1717397e of type vxlan for network f7e62747-bafb-47f1-b043-247e08cd39d3 2026-06-30 19:09:53.147 7 INFO neutron.db.segments_db [None req-b0ed4a72-2f68-45e2-9cf5-cb6873d46406 ff5deec269de4dff8bc2661a4c9e0278 977b1a29c5244305a3575eec811c4520 - - default default] Added segment df913956-23ad-4c00-b5db-66b812bf2c4a of type vxlan for network bb6ab6f1-15e7-47dd-8f99-ec66adc5e158 [pid: 7|app: 0|req: 495/1056] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:09:52 2026] POST /v2.0/networks => generated 1244 bytes in 631 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-30 19:09:53.293 7 WARNING neutron_lib.context [None req-d3f58473-3567-458c-aee6-2a882783aa7e dcf4ddeb2e894de1b35f5227f341acd0 a530ea7ce7884778b7c9b0a33944719a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 562/1057] 199.204.45.227 () {38 vars in 1028 bytes} [Tue Jun 30 19:09:52 2026] PUT /v2.0/ports/17e74476-daa0-4d0c-a6aa-1a892a84b32f => generated 1199 bytes in 464 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:09:53.396 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3d08a618-2bfc-46ee-bf67-5faad3a2ebba'] response: {'name': 'network-changed', 'server_uuid': '051aa021-cd30-4966-86b7-0066e247b0ac', 'tag': '17e74476-daa0-4d0c-a6aa-1a892a84b32f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 563/1058] 10.0.0.228 () {32 vars in 649 bytes} [Tue Jun 30 19:09:53 2026] GET /v2.0/networks => generated 1843 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 564/1059] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:09:53 2026] GET /v2.0/ports?tenant_id=f58dc15cd1494199ad61a47421899fd9&device_id=051aa021-cd30-4966-86b7-0066e247b0ac => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:09:53.671 8 INFO neutron.services.segments.plugin [-] Segment 730a979c-250d-47f3-a707-df9f1717397e resource provider aggregate not found 2026-06-30 19:09:53.675 8 INFO neutron.services.segments.plugin [-] Segment 730a979c-250d-47f3-a707-df9f1717397e resource provider aggregate not found 2026-06-30 19:09:53.690 8 INFO neutron.services.segments.plugin [-] Segment 730a979c-250d-47f3-a707-df9f1717397e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 730a979c-250d-47f3-a707-df9f1717397e found for delete ", "request_id": "req-f0254952-7ade-45b8-bb80-b1c9e2fcb6a0"}]} [pid: 8|app: 0|req: 565/1060] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:09:53 2026] DELETE /v2.0/networks/f7e62747-bafb-47f1-b043-247e08cd39d3 => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:09:53.718 8 INFO neutron.services.segments.plugin [-] Segment 730a979c-250d-47f3-a707-df9f1717397e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 730a979c-250d-47f3-a707-df9f1717397e found for delete ", "request_id": "req-a9fab4c1-e8aa-4997-93e7-f34165f6bbed"}]} [pid: 8|app: 0|req: 566/1061] 199.204.45.227 () {34 vars in 1058 bytes} [Tue Jun 30 19:09:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=17e74476-daa0-4d0c-a6aa-1a892a84b32f => 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: 567/1062] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:09:53 2026] GET /v2.0/ports?device_id=051aa021-cd30-4966-86b7-0066e247b0ac => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/1063] 10.0.0.228 () {34 vars in 665 bytes} [Tue Jun 30 19:09:53 2026] POST /v2.0/ports => generated 962 bytes in 536 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 497/1064] 199.204.45.227 () {34 vars in 984 bytes} [Tue Jun 30 19:09:53 2026] GET /v2.0/subnets?id=69e64637-191f-4b4a-9f1e-6117cc21f616 => generated 664 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/1065] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:09:53 2026] GET /v2.0/security-groups?id=3838e40b-3635-4e34-bbd1-bbd70260fee8&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1066] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:09:53 2026] DELETE /v2.0/networks/bb6ab6f1-15e7-47dd-8f99-ec66adc5e158 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1067] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:09:53 2026] GET /v2.0/ports?network_id=66bca59e-1e59-4be7-bd4f-a5d598dba0c9&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: 570/1068] 10.0.0.228 () {32 vars in 649 bytes} [Tue Jun 30 19:09:54 2026] GET /v2.0/networks => generated 651 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1069] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:09:54 2026] GET /v2.0/networks/66bca59e-1e59-4be7-bd4f-a5d598dba0c9?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:09:54.134 8 WARNING neutron_lib.context [None req-3bcdbb85-3226-4e8b-a1ce-fe028ce7261c ff5deec269de4dff8bc2661a4c9e0278 977b1a29c5244305a3575eec811c4520 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:09:54.180 8 INFO neutron.db.segments_db [None req-3bcdbb85-3226-4e8b-a1ce-fe028ce7261c ff5deec269de4dff8bc2661a4c9e0278 977b1a29c5244305a3575eec811c4520 - - default default] Added segment 1317d6d8-1e83-42ba-957f-035b23b9e44f of type vxlan for network 91c0f102-c0e0-49ac-9b66-b023c6113598 [pid: 7|app: 0|req: 499/1070] 10.0.0.228 () {32 vars in 720 bytes} [Tue Jun 30 19:09:53 2026] DELETE /v2.0/ports/8fa17d18-dcfa-4e14-8d38-bb9ecdc8283f => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1071] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:09:54 2026] POST /v2.0/networks => generated 653 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:09:54.291 8 INFO neutron.pecan_wsgi.hooks.translation [None req-35538019-8b7f-4829-8bd5-23d24e9d40f6 dcf4ddeb2e894de1b35f5227f341acd0 a530ea7ce7884778b7c9b0a33944719a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 573/1072] 10.0.0.228 () {32 vars in 720 bytes} [Tue Jun 30 19:09:54 2026] DELETE /v2.0/ports/8fa17d18-dcfa-4e14-8d38-bb9ecdc8283f => generated 132 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:09:54.297 8 WARNING neutron_lib.context [None req-2a3bc300-7c4f-4987-a52a-2189a7b5edf8 ff5deec269de4dff8bc2661a4c9e0278 977b1a29c5244305a3575eec811c4520 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:09:54.353 8 INFO neutron.db.segments_db [None req-2a3bc300-7c4f-4987-a52a-2189a7b5edf8 ff5deec269de4dff8bc2661a4c9e0278 977b1a29c5244305a3575eec811c4520 - - default default] Added segment 6bb28dc0-317b-46e1-8b74-0fabf084308d of type vxlan for network b627d41e-e2d9-4740-8e99-063e0752a156 [pid: 8|app: 0|req: 574/1073] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:09:54 2026] POST /v2.0/networks => generated 654 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:09:54.472 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b5d4c7d4-0535-47ea-906c-ca27f3e67e05 dcf4ddeb2e894de1b35f5227f341acd0 a530ea7ce7884778b7c9b0a33944719a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 575/1074] 10.0.0.228 () {32 vars in 717 bytes} [Tue Jun 30 19:09:54 2026] GET /v2.0/ports/8fa17d18-dcfa-4e14-8d38-bb9ecdc8283f => generated 132 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:09:54.479 8 WARNING neutron_lib.context [None req-7317a49a-d506-4eda-b72a-70829db8cad7 ff5deec269de4dff8bc2661a4c9e0278 977b1a29c5244305a3575eec811c4520 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:09:54.522 8 WARNING neutron_lib.context [None req-7317a49a-d506-4eda-b72a-70829db8cad7 ff5deec269de4dff8bc2661a4c9e0278 977b1a29c5244305a3575eec811c4520 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 500/1075] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:09:54 2026] GET /v2.0/networks/66bca59e-1e59-4be7-bd4f-a5d598dba0c9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 449 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/1076] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:09:54 2026] DELETE /v2.0/subnets/a87a1342-69c8-470b-9441-16fe0a598ac6 => 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: 502/1077] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:09:54 2026] GET /v2.0/ports?tenant_id=f58dc15cd1494199ad61a47421899fd9&device_id=051aa021-cd30-4966-86b7-0066e247b0ac => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1078] 10.0.0.228 () {34 vars in 665 bytes} [Tue Jun 30 19:09:54 2026] POST /v2.0/ports => generated 1506 bytes in 705 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 577/1079] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:09:55 2026] GET /v2.0/networks?id=66bca59e-1e59-4be7-bd4f-a5d598dba0c9 => generated 766 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1080] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:09:55 2026] GET /v2.0/ports?device_id=051aa021-cd30-4966-86b7-0066e247b0ac => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:09:55.400 7 INFO neutron.services.segments.plugin [-] Segment 97a9205a-4fb4-4ffd-ab33-c3560659f4a4 resource provider aggregate not found [pid: 7|app: 0|req: 503/1081] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:09:54 2026] DELETE /v2.0/networks/6b207274-07f4-4476-bc46-6691524cae4b => generated 0 bytes in 418 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:09:55.411 7 INFO neutron.services.segments.plugin [-] Segment 97a9205a-4fb4-4ffd-ab33-c3560659f4a4 resource provider aggregate not found [pid: 8|app: 0|req: 579/1082] 10.0.0.228 () {32 vars in 643 bytes} [Tue Jun 30 19:09:55 2026] GET /v2.0/ports => generated 1506 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:09:55.424 7 INFO neutron.services.segments.plugin [-] Segment 97a9205a-4fb4-4ffd-ab33-c3560659f4a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97a9205a-4fb4-4ffd-ab33-c3560659f4a4 found for delete ", "request_id": "req-39e2e0d5-7dfd-4a79-be22-c82ec570a19e"}]} 2026-06-30 19:09:55.437 7 INFO neutron.services.segments.plugin [-] Segment 97a9205a-4fb4-4ffd-ab33-c3560659f4a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97a9205a-4fb4-4ffd-ab33-c3560659f4a4 found for delete ", "request_id": "req-b5cce005-42d3-45f5-acc5-85d4e84a02b7"}]} [pid: 7|app: 0|req: 504/1083] 199.204.45.227 () {34 vars in 1058 bytes} [Tue Jun 30 19:09:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=17e74476-daa0-4d0c-a6aa-1a892a84b32f => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:09:55.445 7 WARNING neutron_lib.context [None req-ed0b199b-fbd6-4848-9ec7-a1288f8c05d1 dcf4ddeb2e894de1b35f5227f341acd0 a530ea7ce7884778b7c9b0a33944719a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 580/1084] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:09:55 2026] GET /v2.0/security-groups?id=3838e40b-3635-4e34-bbd1-bbd70260fee8&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:09:55.504 7 INFO neutron.db.segments_db [None req-ed0b199b-fbd6-4848-9ec7-a1288f8c05d1 dcf4ddeb2e894de1b35f5227f341acd0 a530ea7ce7884778b7c9b0a33944719a - - default default] Added segment 1d9e6ff5-90ff-4a0f-9fd9-a4211ec45a36 of type vxlan for network b6955b88-b741-452e-bb18-bbafca9fea8f [pid: 7|app: 0|req: 505/1085] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:09:55 2026] POST /v2.0/networks => generated 635 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/1086] 199.204.45.227 () {34 vars in 984 bytes} [Tue Jun 30 19:09:55 2026] GET /v2.0/subnets?id=69e64637-191f-4b4a-9f1e-6117cc21f616 => generated 664 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:09:55.649 7 WARNING neutron_lib.context [None req-5df3939c-0b9a-414c-a068-bca1edbd38a9 dcf4ddeb2e894de1b35f5227f341acd0 a530ea7ce7884778b7c9b0a33944719a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 507/1087] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:09:55 2026] POST /v2.0/subnets => generated 622 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1088] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:09:55 2026] GET /v2.0/ports?network_id=66bca59e-1e59-4be7-bd4f-a5d598dba0c9&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:09:56.026 7 WARNING neutron_lib.context [None req-72dbd0c1-49fe-4d5e-a762-7942e5fde647 dcf4ddeb2e894de1b35f5227f341acd0 a530ea7ce7884778b7c9b0a33944719a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:09:56.070 8 INFO neutron.services.segments.plugin [-] Segment df913956-23ad-4c00-b5db-66b812bf2c4a resource provider aggregate not found 2026-06-30 19:09:56.078 8 INFO neutron.services.segments.plugin [-] Segment df913956-23ad-4c00-b5db-66b812bf2c4a resource provider aggregate not found 2026-06-30 19:09:56.091 8 INFO neutron.services.segments.plugin [-] Segment df913956-23ad-4c00-b5db-66b812bf2c4a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df913956-23ad-4c00-b5db-66b812bf2c4a found for delete ", "request_id": "req-85c5d720-7381-45a5-9422-91e375dd40ac"}]} 2026-06-30 19:09:56.100 8 INFO neutron.services.segments.plugin [-] Segment df913956-23ad-4c00-b5db-66b812bf2c4a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df913956-23ad-4c00-b5db-66b812bf2c4a found for delete ", "request_id": "req-004ca953-caaf-4319-b9bc-d0c6bbcb8247"}]} [pid: 8|app: 0|req: 581/1089] 10.0.0.228 () {32 vars in 720 bytes} [Tue Jun 30 19:09:55 2026] DELETE /v2.0/ports/018c7598-b12f-4549-bb9b-aca3654ab545 => generated 0 bytes in 671 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1090] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:09:56 2026] GET /v2.0/networks/66bca59e-1e59-4be7-bd4f-a5d598dba0c9?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: 583/1091] 10.0.0.228 () {32 vars in 720 bytes} [Tue Jun 30 19:09:56 2026] DELETE /v2.0/ports/722e1f38-b14b-430d-b7c8-1635fa3cdd2b => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1092] 10.0.0.228 () {34 vars in 665 bytes} [Tue Jun 30 19:09:56 2026] POST /v2.0/ports => generated 927 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1093] 10.0.0.228 () {32 vars in 643 bytes} [Tue Jun 30 19:09:56 2026] GET /v2.0/ports => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1094] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:09:56 2026] GET /v2.0/networks/66bca59e-1e59-4be7-bd4f-a5d598dba0c9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:09:56.463 8 WARNING neutron_lib.context [None req-c81b6020-f097-48f7-9cea-1fd45444b167 ff5deec269de4dff8bc2661a4c9e0278 977b1a29c5244305a3575eec811c4520 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:09:56.522 8 INFO neutron.db.segments_db [None req-c81b6020-f097-48f7-9cea-1fd45444b167 ff5deec269de4dff8bc2661a4c9e0278 977b1a29c5244305a3575eec811c4520 - - default default] Added segment 91df7393-b642-42a2-965d-6bc1cfae97ca of type vxlan for network 0a980b39-55b6-4332-9013-6a8d4a17b550 [pid: 8|app: 0|req: 585/1095] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:09:56 2026] POST /v2.0/networks => generated 654 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1096] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:09:56 2026] GET /v2.0/ports?device_id=051aa021-cd30-4966-86b7-0066e247b0ac => generated 971 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:09:56.772 8 WARNING neutron_lib.context [None req-4f886b9d-d73c-42ee-a2fb-cc292407aada ff5deec269de4dff8bc2661a4c9e0278 977b1a29c5244305a3575eec811c4520 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 511/1097] 10.0.0.228 () {32 vars in 720 bytes} [Tue Jun 30 19:09:56 2026] DELETE /v2.0/ports/0db155aa-e10c-422b-93e4-d2d28d9a2b1f => generated 0 bytes in 322 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1098] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:09:56 2026] GET /v2.0/security-groups?id=3838e40b-3635-4e34-bbd1-bbd70260fee8&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:09:56.839 7 INFO neutron.pecan_wsgi.hooks.translation [None req-38b8c243-fdfb-4cdd-b75b-94987de68b62 dcf4ddeb2e894de1b35f5227f341acd0 a530ea7ce7884778b7c9b0a33944719a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 513/1099] 10.0.0.228 () {32 vars in 717 bytes} [Tue Jun 30 19:09:56 2026] GET /v2.0/ports/0db155aa-e10c-422b-93e4-d2d28d9a2b1f => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:09:56.861 8 INFO neutron.db.segments_db [None req-4f886b9d-d73c-42ee-a2fb-cc292407aada ff5deec269de4dff8bc2661a4c9e0278 977b1a29c5244305a3575eec811c4520 - - default default] Added segment 11a7c083-45b2-4513-94e5-a89290982c6d of type vxlan for network ee0dc6f7-e0e6-4f69-8be0-57912d852bb5 [pid: 8|app: 0|req: 587/1100] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:09:56 2026] POST /v2.0/networks => generated 653 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1101] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:09:56 2026] DELETE /v2.0/subnets/a315b671-ada8-4ba5-92a1-1454af9882f0 => generated 0 bytes in 237 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:09:57.466 7 WARNING neutron_lib.context [None req-872d3a07-57c0-445c-a482-644264c9861b ff5deec269de4dff8bc2661a4c9e0278 977b1a29c5244305a3575eec811c4520 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:09:57.539 7 WARNING neutron_lib.context [None req-872d3a07-57c0-445c-a482-644264c9861b ff5deec269de4dff8bc2661a4c9e0278 977b1a29c5244305a3575eec811c4520 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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/1102] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:09:57 2026] DELETE /v2.0/networks/b6955b88-b741-452e-bb18-bbafca9fea8f => generated 0 bytes in 479 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:09:57.586 8 WARNING neutron_lib.context [None req-661e5be0-5255-40d0-942d-0be3c7085d6a dcf4ddeb2e894de1b35f5227f341acd0 a530ea7ce7884778b7c9b0a33944719a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 589/1103] 10.0.0.228 () {34 vars in 665 bytes} [Tue Jun 30 19:09:57 2026] POST /v2.0/ports => generated 778 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:09:58.109 8 INFO neutron.services.segments.plugin [-] Segment 1d9e6ff5-90ff-4a0f-9fd9-a4211ec45a36 resource provider aggregate not found 2026-06-30 19:09:58.122 8 INFO neutron.services.segments.plugin [-] Segment 1d9e6ff5-90ff-4a0f-9fd9-a4211ec45a36 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d9e6ff5-90ff-4a0f-9fd9-a4211ec45a36 found for delete ", "request_id": "req-55835431-3bc3-48df-bbce-109e7b6820aa"}]} 2026-06-30 19:09:58.134 8 INFO neutron.services.segments.plugin [-] Segment 1d9e6ff5-90ff-4a0f-9fd9-a4211ec45a36 resource provider aggregate not found [pid: 8|app: 0|req: 590/1104] 10.0.0.228 () {34 vars in 737 bytes} [Tue Jun 30 19:09:57 2026] PUT /v2.0/ports/cbada265-0991-4bd5-bf8f-394f8a422c52 => generated 752 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:09:58.164 8 INFO neutron.services.segments.plugin [-] Segment 1d9e6ff5-90ff-4a0f-9fd9-a4211ec45a36 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d9e6ff5-90ff-4a0f-9fd9-a4211ec45a36 found for delete ", "request_id": "req-7c7e8fcd-c29d-4aad-9bd5-579b6c3ba19c"}]} [pid: 7|app: 0|req: 515/1105] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:09:57 2026] POST /v2.0/subnets => generated 1275 bytes in 714 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1108] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:09:58 2026] GET /v2.0/ports?device_id=051aa021-cd30-4966-86b7-0066e247b0ac => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 592/1109] 10.0.0.228 () {32 vars in 647 bytes} [Tue Jun 30 19:09:58 2026] GET /v2.0/subnets => generated 1888 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1110] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:09:58 2026] GET /v2.0/security-groups?id=3838e40b-3635-4e34-bbd1-bbd70260fee8&fields=id&fields=name => generated 113 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1111] 10.0.0.228 () {32 vars in 720 bytes} [Tue Jun 30 19:09:58 2026] DELETE /v2.0/ports/cbada265-0991-4bd5-bf8f-394f8a422c52 => generated 0 bytes in 256 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1112] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:09:58 2026] GET /v2.0/ports?device_id=051aa021-cd30-4966-86b7-0066e247b0ac => 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: 520/1113] 10.0.0.228 () {32 vars in 643 bytes} [Tue Jun 30 19:09:58 2026] GET /v2.0/ports => generated 782 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1114] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:09:58 2026] DELETE /v2.0/subnets/cfe45c68-07e4-4cb5-9b9c-35c503e9f1b3 => generated 0 bytes in 358 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:09:58.705 8 INFO neutron.pecan_wsgi.hooks.translation [None req-03391f54-fd4c-428d-891a-715b9996b916 dcf4ddeb2e894de1b35f5227f341acd0 a530ea7ce7884778b7c9b0a33944719a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 595/1115] 10.0.0.228 () {32 vars in 717 bytes} [Tue Jun 30 19:09:58 2026] GET /v2.0/ports/cbada265-0991-4bd5-bf8f-394f8a422c52 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1116] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:09:58 2026] DELETE /v2.0/subnets/2dfe9848-e033-4f63-8afa-b94561a1c33b => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1117] 10.0.0.228 () {32 vars in 643 bytes} [Tue Jun 30 19:09:58 2026] GET /v2.0/ports => generated 782 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1118] 10.0.0.228 () {32 vars in 647 bytes} [Tue Jun 30 19:09:58 2026] GET /v2.0/subnets => generated 626 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1119] 10.0.0.228 () {32 vars in 717 bytes} [Tue Jun 30 19:09:59 2026] GET /v2.0/ports/92e57afe-ae73-4355-b008-1fe9171474f6 => generated 779 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:09:59.065 7 INFO neutron.db.l3_db [None req-fcfaa272-1dd6-4bd9-a8e9-76b872d98b1b db5f6ca785034827a3efd53ce324c38e f58dc15cd1494199ad61a47421899fd9 - - default default] Floating IP 845abce7-ff6e-4487-9e70-f765bc2a7284 associated. External IP: 10.96.250.215, port: 17e74476-daa0-4d0c-a6aa-1a892a84b32f. [pid: 7|app: 0|req: 521/1120] 10.0.0.228 () {34 vars in 749 bytes} [Tue Jun 30 19:09:58 2026] PUT /v2.0/floatingips/845abce7-ff6e-4487-9e70-f765bc2a7284 => generated 855 bytes in 826 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:09:59.448 7 INFO neutron.pecan_wsgi.hooks.translation [None req-78e8f8d9-f4b6-4f95-8b7d-6d8579bb4a1f dcf4ddeb2e894de1b35f5227f341acd0 a530ea7ce7884778b7c9b0a33944719a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 522/1121] 10.0.0.228 () {32 vars in 720 bytes} [Tue Jun 30 19:09:59 2026] DELETE /v2.0/ports/0db155aa-e10c-422b-93e4-d2d28d9a2b1f => generated 132 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1122] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:09:59 2026] DELETE /v2.0/networks/ee0dc6f7-e0e6-4f69-8be0-57912d852bb5 => generated 0 bytes in 399 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:09:59.481 7 INFO neutron.pecan_wsgi.hooks.translation [None req-070ecdda-3f3e-4c32-9e37-78128c39ae7c dcf4ddeb2e894de1b35f5227f341acd0 a530ea7ce7884778b7c9b0a33944719a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 523/1123] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:09:59 2026] DELETE /v2.0/subnets/a315b671-ada8-4ba5-92a1-1454af9882f0 => generated 136 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:09:59.509 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3e728f05-fc9a-45f2-b222-2677c6c62bf1'] response: {'name': 'network-changed', 'server_uuid': '051aa021-cd30-4966-86b7-0066e247b0ac', 'tag': '17e74476-daa0-4d0c-a6aa-1a892a84b32f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 524/1124] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:09:59 2026] GET /v2.0/ports?device_id=051aa021-cd30-4966-86b7-0066e247b0ac => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:09:59.548 7 INFO neutron.pecan_wsgi.hooks.translation [None req-68a0ce32-8631-486f-af76-da2906ccfbbd dcf4ddeb2e894de1b35f5227f341acd0 a530ea7ce7884778b7c9b0a33944719a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 525/1125] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:09:59 2026] DELETE /v2.0/subnets/a87a1342-69c8-470b-9441-16fe0a598ac6 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1126] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:09:59 2026] GET /v2.0/ports?tenant_id=f58dc15cd1494199ad61a47421899fd9&device_id=051aa021-cd30-4966-86b7-0066e247b0ac => generated 1240 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1127] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:09:59 2026] GET /v2.0/security-groups?id=3838e40b-3635-4e34-bbd1-bbd70260fee8&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: 528/1128] 10.0.0.228 () {32 vars in 720 bytes} [Tue Jun 30 19:09:59 2026] DELETE /v2.0/ports/92e57afe-ae73-4355-b008-1fe9171474f6 => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1129] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:09:59 2026] DELETE /v2.0/networks/0a980b39-55b6-4332-9013-6a8d4a17b550 => generated 0 bytes in 418 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1130] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:09:59 2026] GET /v2.0/networks?id=66bca59e-1e59-4be7-bd4f-a5d598dba0c9 => generated 766 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:00.109 7 INFO neutron.services.segments.plugin [-] Segment 6bb28dc0-317b-46e1-8b74-0fabf084308d resource provider aggregate not found 2026-06-30 19:10:00.114 7 INFO neutron.services.segments.plugin [-] Segment 6bb28dc0-317b-46e1-8b74-0fabf084308d resource provider aggregate not found [pid: 8|app: 0|req: 602/1131] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:09:59 2026] DELETE /v2.0/networks/e1334c53-6969-424f-8ea2-d9cab31477bd => generated 0 bytes in 243 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1132] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:09:59 2026] DELETE /v2.0/networks/b627d41e-e2d9-4740-8e99-063e0752a156 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:10:00.159 7 INFO neutron.services.segments.plugin [-] Segment 6bb28dc0-317b-46e1-8b74-0fabf084308d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6bb28dc0-317b-46e1-8b74-0fabf084308d found for delete ", "request_id": "req-dcc6d2f4-b4ef-4858-8d8b-51e7325b8d2c"}]} 2026-06-30 19:10:00.160 7 INFO neutron.services.segments.plugin [-] Segment 6bb28dc0-317b-46e1-8b74-0fabf084308d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6bb28dc0-317b-46e1-8b74-0fabf084308d found for delete ", "request_id": "req-cee240ea-4e7e-486a-8b9f-7b67df9d7c3f"}]} 2026-06-30 19:10:00.187 8 INFO neutron.services.segments.plugin [-] Segment 11a7c083-45b2-4513-94e5-a89290982c6d resource provider aggregate not found 2026-06-30 19:10:00.192 8 INFO neutron.services.segments.plugin [-] Segment 11a7c083-45b2-4513-94e5-a89290982c6d resource provider aggregate not found [pid: 8|app: 0|req: 603/1133] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:10:00 2026] GET /v2.0/ports?device_id=051aa021-cd30-4966-86b7-0066e247b0ac => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1134] 199.204.45.227 () {34 vars in 1058 bytes} [Tue Jun 30 19:10:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=17e74476-daa0-4d0c-a6aa-1a892a84b32f => generated 858 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:00.209 8 INFO neutron.services.segments.plugin [-] Segment 11a7c083-45b2-4513-94e5-a89290982c6d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11a7c083-45b2-4513-94e5-a89290982c6d found for delete ", "request_id": "req-71cb8679-a7f6-4288-bb34-13e88716caec"}]} 2026-06-30 19:10:00.215 8 INFO neutron.services.segments.plugin [-] Segment 11a7c083-45b2-4513-94e5-a89290982c6d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11a7c083-45b2-4513-94e5-a89290982c6d found for delete ", "request_id": "req-493a5e0e-3c0c-4420-b8d2-04450c2e36f4"}]} 2026-06-30 19:10:00.228 8 INFO neutron.services.segments.plugin [-] Segment 91df7393-b642-42a2-965d-6bc1cfae97ca resource provider aggregate not found 2026-06-30 19:10:00.239 8 INFO neutron.services.segments.plugin [-] Segment 91df7393-b642-42a2-965d-6bc1cfae97ca resource provider aggregate not found [pid: 7|app: 0|req: 532/1135] 199.204.45.227 () {34 vars in 984 bytes} [Tue Jun 30 19:10:00 2026] GET /v2.0/subnets?id=69e64637-191f-4b4a-9f1e-6117cc21f616 => generated 664 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:00.258 8 INFO neutron.services.segments.plugin [-] Segment 91df7393-b642-42a2-965d-6bc1cfae97ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91df7393-b642-42a2-965d-6bc1cfae97ca found for delete ", "request_id": "req-90be1518-cde4-4f89-91ce-b206016b3518"}]} 2026-06-30 19:10:00.264 8 INFO neutron.services.segments.plugin [-] Segment 91df7393-b642-42a2-965d-6bc1cfae97ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91df7393-b642-42a2-965d-6bc1cfae97ca found for delete ", "request_id": "req-79f53777-d644-42e1-95b5-76ec0552185d"}]} 2026-06-30 19:10:00.280 8 INFO neutron.services.segments.plugin [-] Segment aa8ab8c9-95db-4490-9088-0cb4c7bab50b resource provider aggregate not found 2026-06-30 19:10:00.288 8 INFO neutron.services.segments.plugin [-] Segment aa8ab8c9-95db-4490-9088-0cb4c7bab50b resource provider aggregate not found 2026-06-30 19:10:00.297 8 INFO neutron.services.segments.plugin [-] Segment aa8ab8c9-95db-4490-9088-0cb4c7bab50b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa8ab8c9-95db-4490-9088-0cb4c7bab50b found for delete ", "request_id": "req-b5b7a1c1-2cea-4434-afa1-66ccdb0aa350"}]} [pid: 7|app: 0|req: 533/1136] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:10:00 2026] GET /v2.0/security-groups?id=3838e40b-3635-4e34-bbd1-bbd70260fee8&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:00.308 8 INFO neutron.services.segments.plugin [-] Segment aa8ab8c9-95db-4490-9088-0cb4c7bab50b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa8ab8c9-95db-4490-9088-0cb4c7bab50b found for delete ", "request_id": "req-0888666f-3403-4102-80b6-6afd91f3a3cc"}]} [pid: 7|app: 0|req: 534/1137] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:10:00 2026] GET /v2.0/ports?network_id=66bca59e-1e59-4be7-bd4f-a5d598dba0c9&device_owner=network%3Adhcp => generated 1244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1138] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:10:00 2026] GET /v2.0/networks/66bca59e-1e59-4be7-bd4f-a5d598dba0c9?fields=segments => generated 14 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1139] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:10:00 2026] DELETE /v2.0/networks/91c0f102-c0e0-49ac-9b66-b023c6113598 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1140] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:10:00 2026] GET /v2.0/networks/66bca59e-1e59-4be7-bd4f-a5d598dba0c9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1141] 199.204.45.227 () {34 vars in 994 bytes} [Tue Jun 30 19:10:00 2026] GET /v2.0/ports?device_id=051aa021-cd30-4966-86b7-0066e247b0ac => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1142] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:10:00 2026] GET /v2.0/security-groups?tenant_id=a530ea7ce7884778b7c9b0a33944719a&name=default => generated 2925 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1143] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:10:00 2026] DELETE /v2.0/security-groups/4b10eefb-6fe8-4933-b367-770e3a976497 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1144] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:10:01 2026] GET /v2.0/security-groups?tenant_id=977b1a29c5244305a3575eec811c4520&name=default => generated 2925 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1145] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:10:01 2026] GET /v2.0/ports?device_id=051aa021-cd30-4966-86b7-0066e247b0ac => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1146] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:10:01 2026] DELETE /v2.0/security-groups/89ec4f14-5ff2-49e2-a2b2-691b9eea7a72 => 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: 611/1147] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:10:01 2026] GET /v2.0/security-groups?id=3838e40b-3635-4e34-bbd1-bbd70260fee8&fields=id&fields=name => generated 113 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:01.744 7 INFO neutron.db.l3_db [req-c5aebcfa-2368-472a-8c6d-7dbb01d04198 req-c5acacb5-eade-4792-a1f5-fa22285b8dce db5f6ca785034827a3efd53ce324c38e f58dc15cd1494199ad61a47421899fd9 - - default default] Floating IP 845abce7-ff6e-4487-9e70-f765bc2a7284 disassociated. External IP: 10.96.250.215, port: 17e74476-daa0-4d0c-a6aa-1a892a84b32f. [pid: 7|app: 0|req: 537/1148] 199.204.45.227 () {36 vars in 997 bytes} [Tue Jun 30 19:10:00 2026] DELETE /v2.0/ports/17e74476-daa0-4d0c-a6aa-1a892a84b32f => generated 0 bytes in 1509 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:10:02.378 8 INFO neutron.services.segments.plugin [-] Segment 1317d6d8-1e83-42ba-957f-035b23b9e44f resource provider aggregate not found 2026-06-30 19:10:02.383 8 INFO neutron.services.segments.plugin [-] Segment 1317d6d8-1e83-42ba-957f-035b23b9e44f resource provider aggregate not found 2026-06-30 19:10:02.389 8 INFO neutron.services.segments.plugin [-] Segment 1317d6d8-1e83-42ba-957f-035b23b9e44f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1317d6d8-1e83-42ba-957f-035b23b9e44f found for delete ", "request_id": "req-4ea6fcb8-98f2-445f-b726-e10997907ea9"}]} 2026-06-30 19:10:02.400 8 INFO neutron.services.segments.plugin [-] Segment 1317d6d8-1e83-42ba-957f-035b23b9e44f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1317d6d8-1e83-42ba-957f-035b23b9e44f found for delete ", "request_id": "req-c10e82a1-e949-45c6-9243-e6efce19b11d"}]} [pid: 8|app: 0|req: 612/1149] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 30 19:10:02 2026] GET /v2.0/ports?device_id=ad2837f4-dd72-4010-81fd-0f48b707f8e6 => generated 1244 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:10:02.674 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a0afd27a-1b65-458f-8fad-5c51db6a99cc'] response: {'server_uuid': '051aa021-cd30-4966-86b7-0066e247b0ac', 'name': 'network-vif-deleted', 'tag': '17e74476-daa0-4d0c-a6aa-1a892a84b32f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 538/1150] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 30 19:10:02 2026] GET /v2.0/security-groups?id=b01c0e51-5604-4dc3-ba74-3397b86a62d3&fields=id&fields=name => generated 114 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1151] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:10:02 2026] DELETE /v2.0/security-groups/3838e40b-3635-4e34-bbd1-bbd70260fee8 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:10:02.834 8 INFO neutron.api.v2.resource [None req-064090fa-6479-4271-a06c-dd6d2286ae26 db5f6ca785034827a3efd53ce324c38e f58dc15cd1494199ad61a47421899fd9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 614/1152] 10.0.0.228 () {32 vars in 737 bytes} [Tue Jun 30 19:10:02 2026] GET /v2.0/security-groups/3838e40b-3635-4e34-bbd1-bbd70260fee8 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:10:02.848 7 WARNING neutron_lib.context [None req-314021f6-87e8-4203-a7f7-b6fabe10f90e 2fb4ccc805bf40f2a75652cae7ee44c0 c9ca95db36584948ac4cfce94ac2fe6c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:10:02.959 7 INFO neutron.db.segments_db [None req-314021f6-87e8-4203-a7f7-b6fabe10f90e 2fb4ccc805bf40f2a75652cae7ee44c0 c9ca95db36584948ac4cfce94ac2fe6c - - default default] Added segment 051289b9-69fb-4a6f-946b-8cc256cd38db of type vxlan for network 14f9b37c-5f68-43b8-80d4-2163bdd07c37 [pid: 7|app: 0|req: 539/1153] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:10:02 2026] POST /v2.0/networks => generated 633 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:10:03.085 7 WARNING neutron_lib.context [None req-00b90d89-a131-43fb-aa4d-d8cff12ce64d 2fb4ccc805bf40f2a75652cae7ee44c0 c9ca95db36584948ac4cfce94ac2fe6c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 615/1154] 10.0.0.228 () {32 vars in 732 bytes} [Tue Jun 30 19:10:02 2026] DELETE /v2.0/floatingips/845abce7-ff6e-4487-9e70-f765bc2a7284 => generated 0 bytes in 324 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:10:03.209 7 INFO neutron.db.segments_db [None req-00b90d89-a131-43fb-aa4d-d8cff12ce64d 2fb4ccc805bf40f2a75652cae7ee44c0 c9ca95db36584948ac4cfce94ac2fe6c - - default default] Added segment 3f80a7c3-a288-46c4-b453-79e1a1a9a395 of type vxlan for network 1bf8a4ea-c964-44ae-968e-c951721052be [pid: 7|app: 0|req: 540/1155] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:10:03 2026] POST /v2.0/networks => generated 634 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:10:03.416 7 WARNING neutron_lib.context [None req-2c07e656-9547-4739-8378-9c0183ac61f4 10fdc2c2982b438c990c0e5fbab3798b 4f9a8008482c4f9d9fc8e87eb4f662c2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 541/1156] 10.0.0.228 () {34 vars in 684 bytes} [Tue Jun 30 19:10:03 2026] POST /v2.0/security-groups => generated 1625 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-30 19:10:03.661 7 WARNING neutron_lib.context [None req-caff27d7-3423-4009-ba91-6f9c90495c0a 2fb4ccc805bf40f2a75652cae7ee44c0 c9ca95db36584948ac4cfce94ac2fe6c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 542/1157] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:10:03 2026] POST /v2.0/subnets => generated 622 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1158] 10.0.0.228 () {32 vars in 663 bytes} [Tue Jun 30 19:10:03 2026] GET /v2.0/security-groups => generated 4530 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:10:03.995 7 WARNING neutron_lib.context [None req-3b84091f-5d2f-433f-8f09-a55f10e3a58b 2fb4ccc805bf40f2a75652cae7ee44c0 c9ca95db36584948ac4cfce94ac2fe6c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 544/1159] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:10:03 2026] POST /v2.0/subnets => generated 631 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1160] 10.0.0.228 () {34 vars in 789 bytes} [Tue Jun 30 19:10:03 2026] PUT /v2.0/routers/43ed18bb-8da5-4fbe-8d3d-c71bd2712749/remove_router_interface => generated 309 bytes in 1155 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:04.337 8 WARNING neutron_lib.context [None req-ea97d86c-d5d8-472b-9cb7-7e33831981a2 2fb4ccc805bf40f2a75652cae7ee44c0 c9ca95db36584948ac4cfce94ac2fe6c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 545/1161] 10.0.0.228 () {34 vars in 758 bytes} [Tue Jun 30 19:10:04 2026] PUT /v2.0/security-groups/b1d84fe9-d4ce-4a5a-b936-2dc66d10c56a => generated 1663 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:10:04.375 8 INFO neutron.db.segments_db [None req-ea97d86c-d5d8-472b-9cb7-7e33831981a2 2fb4ccc805bf40f2a75652cae7ee44c0 c9ca95db36584948ac4cfce94ac2fe6c - - default default] Added segment f3496020-c480-4221-ba69-daba370ebdb4 of type vxlan for network 7d7a5b8b-2c94-433c-80eb-da464fd072f0 2026-06-30 19:10:04.779 8 INFO neutron.db.l3_hamode_db [None req-ea97d86c-d5d8-472b-9cb7-7e33831981a2 2fb4ccc805bf40f2a75652cae7ee44c0 c9ca95db36584948ac4cfce94ac2fe6c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:10:05.020 8 INFO neutron.db.l3_hamode_db [None req-ea97d86c-d5d8-472b-9cb7-7e33831981a2 2fb4ccc805bf40f2a75652cae7ee44c0 c9ca95db36584948ac4cfce94ac2fe6c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:10:06.030 7 INFO neutron.services.segments.plugin [-] Segment 49c00a9e-54cb-4130-868d-de5b9f86dc67 resource provider aggregate not found 2026-06-30 19:10:06.038 7 INFO neutron.services.segments.plugin [-] Segment 49c00a9e-54cb-4130-868d-de5b9f86dc67 resource provider aggregate not found 2026-06-30 19:10:06.056 7 INFO neutron.services.segments.plugin [-] Segment 49c00a9e-54cb-4130-868d-de5b9f86dc67 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49c00a9e-54cb-4130-868d-de5b9f86dc67 found for delete ", "request_id": "req-7a0d6ecd-58ad-4ff4-bbcb-d23e91d92916"}]} 2026-06-30 19:10:06.065 7 INFO neutron.services.segments.plugin [-] Segment 49c00a9e-54cb-4130-868d-de5b9f86dc67 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49c00a9e-54cb-4130-868d-de5b9f86dc67 found for delete ", "request_id": "req-6d65c45d-789d-499a-bb74-070ffc49883b"}]} 2026-06-30 19:10:06.072 7 INFO neutron.db.l3_hamode_db [None req-46f95f15-5629-476a-9952-e93abb70073b c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] HA network bfd278d5-8dc9-418d-b88d-804d241eb625 was deleted as no HA routers are present in tenant f58dc15cd1494199ad61a47421899fd9. [pid: 7|app: 0|req: 546/1162] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:10:04 2026] DELETE /v2.0/routers/43ed18bb-8da5-4fbe-8d3d-c71bd2712749 => generated 0 bytes in 1704 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1163] 10.0.0.228 () {32 vars in 737 bytes} [Tue Jun 30 19:10:06 2026] GET /v2.0/security-groups/b1d84fe9-d4ce-4a5a-b936-2dc66d10c56a => generated 1663 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1164] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:10:06 2026] DELETE /v2.0/subnets/69e64637-191f-4b4a-9f1e-6117cc21f616 => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1165] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:10:06 2026] DELETE /v2.0/security-groups/b1d84fe9-d4ce-4a5a-b936-2dc66d10c56a => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() [pid: 8|app: 0|req: 617/1166] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:10:04 2026] POST /v2.0/routers => generated 510 bytes in 2388 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1167] 10.0.0.228 () {32 vars in 663 bytes} [Tue Jun 30 19:10:06 2026] GET /v2.0/security-groups => generated 2925 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1168] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:10:06 2026] GET /v2.0/ports?device_id=ad2837f4-dd72-4010-81fd-0f48b707f8e6 => generated 975 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1169] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:10:06 2026] DELETE /v2.0/networks/66bca59e-1e59-4be7-bd4f-a5d598dba0c9 => generated 0 bytes in 445 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:10:06.884 7 INFO neutron.api.v2.resource [None req-e5ced890-ae78-410c-aba5-2d950eb41fef 10fdc2c2982b438c990c0e5fbab3798b 4f9a8008482c4f9d9fc8e87eb4f662c2 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 551/1170] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:10:06 2026] DELETE /v2.0/security-groups/b1d84fe9-d4ce-4a5a-b936-2dc66d10c56a => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1171] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:10:06 2026] GET /v2.0/security-groups?id=b01c0e51-5604-4dc3-ba74-3397b86a62d3&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:06.929 7 WARNING neutron_lib.context [None req-857295a4-a5d5-41d4-97bc-68d0f68a488b 10fdc2c2982b438c990c0e5fbab3798b 4f9a8008482c4f9d9fc8e87eb4f662c2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 553/1172] 10.0.0.228 () {34 vars in 684 bytes} [Tue Jun 30 19:10:06 2026] POST /v2.0/security-groups => generated 1625 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-30 19:10:07.114 7 WARNING neutron_lib.context [None req-1ee93295-af31-43b4-87a9-a686f8c01fac 10fdc2c2982b438c990c0e5fbab3798b 4f9a8008482c4f9d9fc8e87eb4f662c2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 554/1173] 10.0.0.228 () {34 vars in 695 bytes} [Tue Jun 30 19:10:07 2026] POST /v2.0/security-group-rules => generated 601 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1174] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:10:07 2026] GET /v2.0/security-groups?tenant_id=f58dc15cd1494199ad61a47421899fd9&name=default => generated 2925 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1175] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:10:07 2026] GET /v2.0/ports?device_id=ad2837f4-dd72-4010-81fd-0f48b707f8e6 => generated 975 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1176] 10.0.0.228 () {32 vars in 747 bytes} [Tue Jun 30 19:10:07 2026] GET /v2.0/security-group-rules/e9e5e9ad-5585-41ce-b5ec-160afd654fa7 => generated 601 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1177] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:10:07 2026] DELETE /v2.0/security-groups/7b0baa65-9a7e-4db6-8620-5de44a42435d => 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: 559/1178] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:10:07 2026] GET /v2.0/security-groups?id=b01c0e51-5604-4dc3-ba74-3397b86a62d3&fields=id&fields=name => generated 114 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1179] 10.0.0.228 () {32 vars in 673 bytes} [Tue Jun 30 19:10:07 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1180] 10.0.0.228 () {32 vars in 750 bytes} [Tue Jun 30 19:10:07 2026] DELETE /v2.0/security-group-rules/e9e5e9ad-5585-41ce-b5ec-160afd654fa7 => 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: 562/1181] 199.204.45.227 () {34 vars in 994 bytes} [Tue Jun 30 19:10:07 2026] GET /v2.0/ports?device_id=ad2837f4-dd72-4010-81fd-0f48b707f8e6 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1182] 10.0.0.228 () {32 vars in 673 bytes} [Tue Jun 30 19:10:07 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:10:08.088 7 INFO neutron.services.segments.plugin [-] Segment 9b43cbfa-fa55-4646-bf06-4993536cccfb resource provider aggregate not found 2026-06-30 19:10:08.092 7 INFO neutron.services.segments.plugin [-] Segment 9b43cbfa-fa55-4646-bf06-4993536cccfb resource provider aggregate not found 2026-06-30 19:10:08.112 7 INFO neutron.services.segments.plugin [-] Segment 9b43cbfa-fa55-4646-bf06-4993536cccfb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b43cbfa-fa55-4646-bf06-4993536cccfb found for delete ", "request_id": "req-8f6d1075-c7c1-48af-90df-f4762023ec92"}]} 2026-06-30 19:10:08.113 7 INFO neutron.services.segments.plugin [-] Segment 9b43cbfa-fa55-4646-bf06-4993536cccfb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b43cbfa-fa55-4646-bf06-4993536cccfb found for delete ", "request_id": "req-159cb413-0518-4990-bd79-a0a01cfff0fd"}]} 2026-06-30 19:10:08.185 7 INFO neutron.db.l3_db [req-a9113369-a8d9-4979-a4f0-bcaf422e3078 req-ad1344f4-c369-4b7f-8686-66c46265e475 7d2311700e64408f95ea17352ee8c073 d88fba2561734cb394e0542beadcf3c7 - - default default] Floating IP 11625557-fb0c-4a7c-9a94-3d97c9750c25 disassociated. External IP: 10.96.250.213, port: f7b0170e-98d4-4d7d-9caf-3a2bea94e6b4. [pid: 8|app: 0|req: 620/1183] 10.0.0.228 () {34 vars in 783 bytes} [Tue Jun 30 19:10:06 2026] PUT /v2.0/routers/ff761a7c-c199-407c-87c1-19bcae1ebdf6/add_router_interface => generated 309 bytes in 1417 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:08.286 8 WARNING neutron_lib.context [None req-967fe393-48bd-48bf-9a91-922af3cd78e4 10fdc2c2982b438c990c0e5fbab3798b 4f9a8008482c4f9d9fc8e87eb4f662c2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 621/1184] 10.0.0.228 () {34 vars in 695 bytes} [Tue Jun 30 19:10:08 2026] POST /v2.0/security-group-rules => generated 601 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1185] 10.0.0.228 () {32 vars in 717 bytes} [Tue Jun 30 19:10:08 2026] GET /v2.0/ports/319448fc-83fe-4bf4-8939-a9b93abc424b => generated 959 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1186] 10.0.0.228 () {32 vars in 747 bytes} [Tue Jun 30 19:10:08 2026] GET /v2.0/security-group-rules/1b39c247-c8e1-4f12-84b0-0906eeccc46d => 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: 564/1187] 199.204.45.227 () {36 vars in 997 bytes} [Tue Jun 30 19:10:07 2026] DELETE /v2.0/ports/f7b0170e-98d4-4d7d-9caf-3a2bea94e6b4 => generated 0 bytes in 797 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:10:08.721 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f8180424-191c-48a2-b958-3fb126601f50'] response: {'server_uuid': 'ad2837f4-dd72-4010-81fd-0f48b707f8e6', 'name': 'network-vif-deleted', 'tag': 'f7b0170e-98d4-4d7d-9caf-3a2bea94e6b4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 565/1188] 10.0.0.228 () {32 vars in 673 bytes} [Tue Jun 30 19:10:08 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1189] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:10:08 2026] GET /v2.0/ports?device_id=ad2837f4-dd72-4010-81fd-0f48b707f8e6 => 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: 567/1190] 10.0.0.228 () {32 vars in 750 bytes} [Tue Jun 30 19:10:08 2026] DELETE /v2.0/security-group-rules/1b39c247-c8e1-4f12-84b0-0906eeccc46d => 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: 568/1191] 10.0.0.228 () {32 vars in 673 bytes} [Tue Jun 30 19:10:08 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:10:08.927 7 WARNING neutron_lib.context [None req-a431cebf-968d-4ea4-a7f9-3145994d6b61 10fdc2c2982b438c990c0e5fbab3798b 4f9a8008482c4f9d9fc8e87eb4f662c2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:10:08.977 7 INFO neutron.db.securitygroups_db [None req-a431cebf-968d-4ea4-a7f9-3145994d6b61 10fdc2c2982b438c990c0e5fbab3798b 4f9a8008482c4f9d9fc8e87eb4f662c2 - - default default] Project 4f9a8008482c4f9d9fc8e87eb4f662c2 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: 569/1192] 10.0.0.228 () {34 vars in 695 bytes} [Tue Jun 30 19:10:08 2026] POST /v2.0/security-group-rules => generated 607 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1193] 10.0.0.228 () {32 vars in 747 bytes} [Tue Jun 30 19:10:09 2026] GET /v2.0/security-group-rules/0b95dae9-a59e-48b3-bcf0-35ab2ee2358c => generated 607 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1194] 10.0.0.228 () {32 vars in 673 bytes} [Tue Jun 30 19:10:09 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1195] 10.0.0.228 () {32 vars in 750 bytes} [Tue Jun 30 19:10:09 2026] DELETE /v2.0/security-group-rules/0b95dae9-a59e-48b3-bcf0-35ab2ee2358c => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1196] 10.0.0.228 () {32 vars in 673 bytes} [Tue Jun 30 19:10:09 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1197] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:10:09 2026] DELETE /v2.0/security-groups/f412a6d3-c24c-4928-9755-20c1c653bdc9 => 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: 575/1198] 10.0.0.228 () {32 vars in 663 bytes} [Tue Jun 30 19:10:09 2026] GET /v2.0/security-groups => generated 2925 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1199] 10.0.0.228 () {32 vars in 663 bytes} [Tue Jun 30 19:10:09 2026] GET /v2.0/security-groups => generated 2925 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1200] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:10:09 2026] DELETE /v2.0/security-groups/b01c0e51-5604-4dc3-ba74-3397b86a62d3 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:10:10.000 7 INFO neutron.api.v2.resource [None req-14c82c70-6f84-4321-ac43-9d5d4011f3ea 7d2311700e64408f95ea17352ee8c073 d88fba2561734cb394e0542beadcf3c7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 578/1201] 10.0.0.228 () {32 vars in 737 bytes} [Tue Jun 30 19:10:09 2026] GET /v2.0/security-groups/b01c0e51-5604-4dc3-ba74-3397b86a62d3 => 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: 624/1202] 10.0.0.228 () {34 vars in 783 bytes} [Tue Jun 30 19:10:08 2026] PUT /v2.0/routers/ff761a7c-c199-407c-87c1-19bcae1ebdf6/add_router_interface => generated 309 bytes in 1493 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1203] 10.0.0.228 () {32 vars in 717 bytes} [Tue Jun 30 19:10:10 2026] GET /v2.0/ports/8432b08f-1b5c-49da-85bd-243c082578c6 => generated 967 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1204] 10.0.0.228 () {32 vars in 732 bytes} [Tue Jun 30 19:10:10 2026] DELETE /v2.0/floatingips/11625557-fb0c-4a7c-9a94-3d97c9750c25 => generated 0 bytes in 368 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1205] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:10:10 2026] GET /v2.0/security-groups?tenant_id=4f9a8008482c4f9d9fc8e87eb4f662c2&name=default => generated 2925 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1206] 10.0.0.228 () {34 vars in 789 bytes} [Tue Jun 30 19:10:10 2026] PUT /v2.0/routers/ff761a7c-c199-407c-87c1-19bcae1ebdf6/remove_router_interface => generated 309 bytes in 1132 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1207] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:10:11 2026] DELETE /v2.0/security-groups/59c5f869-b4b3-4c94-8eb3-fd1a64261c7e => 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: 582/1208] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:10:11 2026] GET /v2.0/security-groups?tenant_id=a9b51f72a6fa4a1a8cf2a4f34f28fac9&name=default => generated 2925 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1209] 10.0.0.228 () {34 vars in 789 bytes} [Tue Jun 30 19:10:10 2026] PUT /v2.0/routers/8ab584fb-4c5b-4485-a113-395f186badc1/remove_router_interface => generated 309 bytes in 1584 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1210] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:10:12 2026] DELETE /v2.0/security-groups/e8c22c27-6a6c-48bf-8824-b583c3a38b91 => 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: 583/1211] 10.0.0.228 () {34 vars in 789 bytes} [Tue Jun 30 19:10:11 2026] PUT /v2.0/routers/ff761a7c-c199-407c-87c1-19bcae1ebdf6/remove_router_interface => generated 309 bytes in 1159 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1212] 10.0.0.228 () {32 vars in 736 bytes} [Tue Jun 30 19:10:12 2026] GET /v2.0/ports?device_id=ff761a7c-c199-407c-87c1-19bcae1ebdf6 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:10:13.409 8 INFO neutron.services.segments.plugin [-] Segment d74e4d6e-d08f-486e-b933-067b9799b845 resource provider aggregate not found 2026-06-30 19:10:13.421 8 INFO neutron.services.segments.plugin [-] Segment d74e4d6e-d08f-486e-b933-067b9799b845 resource provider aggregate not found 2026-06-30 19:10:13.425 8 INFO neutron.services.segments.plugin [-] Segment d74e4d6e-d08f-486e-b933-067b9799b845 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d74e4d6e-d08f-486e-b933-067b9799b845 found for delete ", "request_id": "req-d755d5f4-4973-4dd7-9c4c-50ffbfe15550"}]} 2026-06-30 19:10:13.436 8 INFO neutron.services.segments.plugin [-] Segment d74e4d6e-d08f-486e-b933-067b9799b845 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d74e4d6e-d08f-486e-b933-067b9799b845 found for delete ", "request_id": "req-301a7499-bae1-47b6-89b4-13bb5a1051f7"}]} 2026-06-30 19:10:13.443 8 INFO neutron.db.l3_hamode_db [None req-c0ed8109-1b7f-4a12-8991-7da1afe695ff c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] HA network db90960a-2e44-4338-9136-a919e7341192 was deleted as no HA routers are present in tenant d88fba2561734cb394e0542beadcf3c7. [pid: 8|app: 0|req: 629/1213] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:10:12 2026] DELETE /v2.0/routers/8ab584fb-4c5b-4485-a113-395f186badc1 => generated 0 bytes in 1288 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:10:13.727 8 WARNING neutron_lib.context [None req-f31893d1-3c42-4396-8aab-ea21c690c378 f45ee5b5edd34d11ba0597dbbe70550f 0c7b25d53aee43c1839e4fa3c54651b7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:10:13.772 7 INFO neutron.services.segments.plugin [-] Segment f3496020-c480-4221-ba69-daba370ebdb4 resource provider aggregate not found 2026-06-30 19:10:13.778 7 INFO neutron.services.segments.plugin [-] Segment f3496020-c480-4221-ba69-daba370ebdb4 resource provider aggregate not found 2026-06-30 19:10:13.789 7 INFO neutron.services.segments.plugin [-] Segment f3496020-c480-4221-ba69-daba370ebdb4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3496020-c480-4221-ba69-daba370ebdb4 found for delete ", "request_id": "req-3c6f86b6-a919-4cd9-876b-91ba37750cea"}]} 2026-06-30 19:10:13.797 7 INFO neutron.db.l3_hamode_db [None req-a7ac4579-db5e-4b0e-b93b-51cc24c4853f 2fb4ccc805bf40f2a75652cae7ee44c0 c9ca95db36584948ac4cfce94ac2fe6c - - default default] HA network 7d7a5b8b-2c94-433c-80eb-da464fd072f0 was deleted as no HA routers are present in tenant c9ca95db36584948ac4cfce94ac2fe6c. [pid: 7|app: 0|req: 585/1216] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:10:13 2026] DELETE /v2.0/routers/ff761a7c-c199-407c-87c1-19bcae1ebdf6 => generated 0 bytes in 779 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:10:13.809 7 INFO neutron.services.segments.plugin [-] Segment f3496020-c480-4221-ba69-daba370ebdb4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3496020-c480-4221-ba69-daba370ebdb4 found for delete ", "request_id": "req-0e61e214-0f3f-4b05-8963-604156ab3982"}]} [pid: 8|app: 0|req: 632/1217] 10.0.0.228 () {34 vars in 677 bytes} [Tue Jun 30 19:10:13 2026] POST /v2.0/subnetpools => generated 549 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1218] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:10:13 2026] DELETE /v2.0/subnets/268bb46c-ed73-4950-b823-0d39085ed6f0 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1219] 10.0.0.228 () {32 vars in 729 bytes} [Tue Jun 30 19:10:13 2026] GET /v2.0/subnetpools/acb685c0-ad7c-42c3-abb9-800df8bd178f => generated 549 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1220] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:10:13 2026] DELETE /v2.0/subnets/e18e02e2-4a1d-44b3-afa6-db79efddc5bd => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1221] 10.0.0.228 () {34 vars in 749 bytes} [Tue Jun 30 19:10:14 2026] PUT /v2.0/subnetpools/acb685c0-ad7c-42c3-abb9-800df8bd178f => generated 499 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1222] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:10:14 2026] DELETE /v2.0/subnets/a4803eab-22d1-41c2-b76d-b9cd37c475c9 => generated 0 bytes in 250 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1223] 10.0.0.228 () {32 vars in 732 bytes} [Tue Jun 30 19:10:14 2026] DELETE /v2.0/subnetpools/acb685c0-ad7c-42c3-abb9-800df8bd178f => 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: 637/1224] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:10:14 2026] DELETE /v2.0/networks/1bf8a4ea-c964-44ae-968e-c951721052be => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:10:14.677 8 INFO neutron.api.v2.resource [None req-5aec34ab-9070-4901-b988-733675cd0830 f45ee5b5edd34d11ba0597dbbe70550f 0c7b25d53aee43c1839e4fa3c54651b7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 638/1225] 10.0.0.228 () {32 vars in 729 bytes} [Tue Jun 30 19:10:14 2026] GET /v2.0/subnetpools/acb685c0-ad7c-42c3-abb9-800df8bd178f => generated 145 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1226] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:10:14 2026] DELETE /v2.0/networks/da142b3b-72a8-403e-b7cf-81f436a87157 => generated 0 bytes in 747 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:10:14.786 7 INFO neutron.api.v2.resource [None req-c2e098b3-1ad5-426a-98a4-6bef4881ee2a f45ee5b5edd34d11ba0597dbbe70550f 0c7b25d53aee43c1839e4fa3c54651b7 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 589/1227] 10.0.0.228 () {32 vars in 732 bytes} [Tue Jun 30 19:10:14 2026] DELETE /v2.0/subnetpools/acb685c0-ad7c-42c3-abb9-800df8bd178f => generated 145 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1228] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:10:14 2026] DELETE /v2.0/networks/14f9b37c-5f68-43b8-80d4-2163bdd07c37 => generated 0 bytes in 228 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:10:14.928 7 WARNING neutron_lib.context [None req-8e797af7-06df-44d6-9ebf-445c2bcf86d4 2fb4ccc805bf40f2a75652cae7ee44c0 c9ca95db36584948ac4cfce94ac2fe6c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:10:14.985 7 INFO neutron.db.segments_db [None req-8e797af7-06df-44d6-9ebf-445c2bcf86d4 2fb4ccc805bf40f2a75652cae7ee44c0 c9ca95db36584948ac4cfce94ac2fe6c - - default default] Added segment 51e5f6fb-85e8-4fa2-b5bd-dad3ff2cc162 of type vxlan for network 13cebda0-add8-436e-af42-b9898c8f28d2 [pid: 8|app: 0|req: 640/1229] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:10:14 2026] GET /v2.0/security-groups?tenant_id=d88fba2561734cb394e0542beadcf3c7&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1230] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:10:14 2026] POST /v2.0/networks => generated 633 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:10:15.098 7 WARNING neutron_lib.context [None req-e20327c1-383a-4a48-b4fa-5ef1e09d4d11 2fb4ccc805bf40f2a75652cae7ee44c0 c9ca95db36584948ac4cfce94ac2fe6c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 641/1231] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:10:15 2026] DELETE /v2.0/security-groups/2a4ce46b-0ddd-4982-a13f-b596d7a8dc85 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:10:15.445 8 INFO neutron.services.segments.plugin [-] Segment 3f80a7c3-a288-46c4-b453-79e1a1a9a395 resource provider aggregate not found 2026-06-30 19:10:15.452 8 INFO neutron.services.segments.plugin [-] Segment 3f80a7c3-a288-46c4-b453-79e1a1a9a395 resource provider aggregate not found 2026-06-30 19:10:15.463 8 INFO neutron.services.segments.plugin [-] Segment 3f80a7c3-a288-46c4-b453-79e1a1a9a395 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f80a7c3-a288-46c4-b453-79e1a1a9a395 found for delete ", "request_id": "req-a864ea3f-afb2-4695-937c-4961b66a1df2"}]} 2026-06-30 19:10:15.471 8 INFO neutron.services.segments.plugin [-] Segment 3f80a7c3-a288-46c4-b453-79e1a1a9a395 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f80a7c3-a288-46c4-b453-79e1a1a9a395 found for delete ", "request_id": "req-2f4ea51d-68bd-4cc3-bc61-382357993961"}]} 2026-06-30 19:10:15.482 8 INFO neutron.services.segments.plugin [-] Segment 051289b9-69fb-4a6f-946b-8cc256cd38db resource provider aggregate not found 2026-06-30 19:10:15.490 8 INFO neutron.services.segments.plugin [-] Segment 051289b9-69fb-4a6f-946b-8cc256cd38db resource provider aggregate not found [pid: 7|app: 0|req: 591/1232] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:10:15 2026] POST /v2.0/subnets => generated 622 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:10:15.502 8 INFO neutron.services.segments.plugin [-] Segment 051289b9-69fb-4a6f-946b-8cc256cd38db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 051289b9-69fb-4a6f-946b-8cc256cd38db found for delete ", "request_id": "req-87491482-e874-4bc4-99ce-c6777e49ab05"}]} 2026-06-30 19:10:15.510 7 WARNING neutron_lib.context [None req-270cadb9-0d19-4400-af25-e52b56eaf0cd 2fb4ccc805bf40f2a75652cae7ee44c0 c9ca95db36584948ac4cfce94ac2fe6c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:10:15.514 8 INFO neutron.services.segments.plugin [-] Segment 051289b9-69fb-4a6f-946b-8cc256cd38db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 051289b9-69fb-4a6f-946b-8cc256cd38db found for delete ", "request_id": "req-7e3ff306-3c74-4acb-a322-3a2944ff1aeb"}]} 2026-06-30 19:10:15.557 7 INFO neutron.db.segments_db [None req-270cadb9-0d19-4400-af25-e52b56eaf0cd 2fb4ccc805bf40f2a75652cae7ee44c0 c9ca95db36584948ac4cfce94ac2fe6c - - default default] Added segment a54e14fc-35b9-4ba0-aacf-af7c21ae540b of type vxlan for network 910fc293-c09a-4c95-8cad-71faa363f5bd [pid: 8|app: 0|req: 642/1233] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:10:15 2026] GET /v2.0/security-groups?tenant_id=0c7b25d53aee43c1839e4fa3c54651b7&name=default => generated 2925 bytes in 411 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1234] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:10:15 2026] DELETE /v2.0/security-groups/20ef4f04-4b17-435e-ad8b-ee13a91cf4f1 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:10:15.826 7 INFO neutron.services.segments.plugin [-] Segment 0844036e-c88b-4604-bffe-7fbce25a9ee6 resource provider aggregate not found 2026-06-30 19:10:15.841 7 INFO neutron.services.segments.plugin [-] Segment 0844036e-c88b-4604-bffe-7fbce25a9ee6 resource provider aggregate not found 2026-06-30 19:10:15.845 7 INFO neutron.services.segments.plugin [-] Segment 0844036e-c88b-4604-bffe-7fbce25a9ee6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0844036e-c88b-4604-bffe-7fbce25a9ee6 found for delete ", "request_id": "req-382778d9-b209-4d97-8609-aa4e998174ce"}]} 2026-06-30 19:10:15.858 7 INFO neutron.services.segments.plugin [-] Segment 0844036e-c88b-4604-bffe-7fbce25a9ee6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0844036e-c88b-4604-bffe-7fbce25a9ee6 found for delete ", "request_id": "req-c547f0f3-f16c-459d-b78d-d53e8158e2b5"}]} 2026-06-30 19:10:15.907 7 INFO neutron.db.l3_hamode_db [None req-270cadb9-0d19-4400-af25-e52b56eaf0cd 2fb4ccc805bf40f2a75652cae7ee44c0 c9ca95db36584948ac4cfce94ac2fe6c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:10:16.078 7 INFO neutron.db.l3_hamode_db [None req-270cadb9-0d19-4400-af25-e52b56eaf0cd 2fb4ccc805bf40f2a75652cae7ee44c0 c9ca95db36584948ac4cfce94ac2fe6c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 592/1235] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:10:15 2026] POST /v2.0/routers => generated 509 bytes in 1467 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:10:16.987 8 WARNING neutron_lib.context [None req-6003ae65-241f-467a-a1f0-1d8379675661 2fb4ccc805bf40f2a75652cae7ee44c0 c9ca95db36584948ac4cfce94ac2fe6c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 644/1236] 10.0.0.228 () {34 vars in 665 bytes} [Tue Jun 30 19:10:16 2026] POST /v2.0/ports => generated 964 bytes in 411 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:10:17.430 8 WARNING neutron_lib.context [None req-d7516a2c-d8ec-4fb7-a442-5db877ca8441 913d5ebf16144f4caece5a658edefbc5 b72e8e215d90469cb002bd390368ca9e - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 593/1237] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:10:17 2026] GET /v2.0/security-groups?tenant_id=12c53edbd3304fcead60b695e89b8f84&name=default => generated 2925 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:10:17.588 8 INFO neutron.db.segments_db [None req-d7516a2c-d8ec-4fb7-a442-5db877ca8441 913d5ebf16144f4caece5a658edefbc5 b72e8e215d90469cb002bd390368ca9e - - default default] Added segment db1c1f07-777d-4b43-9268-ac084ddf2811 of type vxlan for network 08f90aee-2788-4d50-8d9c-c9184e9a04fa [pid: 8|app: 0|req: 645/1238] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:10:17 2026] POST /v2.0/networks => generated 650 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1239] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:10:17 2026] DELETE /v2.0/security-groups/250d033e-2ecf-4e66-97cd-d69b948762cc => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:10:17.805 8 WARNING neutron_lib.context [None req-81b5be03-a624-490e-8de0-d2b817ba2e4b 913d5ebf16144f4caece5a658edefbc5 b72e8e215d90469cb002bd390368ca9e - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 647/1240] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:10:17 2026] POST /v2.0/subnets => generated 603 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1241] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:10:18 2026] GET /v2.0/security-groups?tenant_id=e4bec76bb19945a9990d1032b360f87d&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:10:18.248 8 WARNING neutron_lib.context [None req-fbe8eedc-333b-4ef5-8d9b-50f66528f7fa 913d5ebf16144f4caece5a658edefbc5 b72e8e215d90469cb002bd390368ca9e - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:10:18.289 8 INFO neutron.db.segments_db [None req-fbe8eedc-333b-4ef5-8d9b-50f66528f7fa 913d5ebf16144f4caece5a658edefbc5 b72e8e215d90469cb002bd390368ca9e - - default default] Added segment 8afe00db-51e0-4add-863d-6d4797e02409 of type vxlan for network 500df302-64ee-41e5-85b6-f42610d9e080 2026-06-30 19:10:18.614 8 INFO neutron.db.l3_hamode_db [None req-fbe8eedc-333b-4ef5-8d9b-50f66528f7fa 913d5ebf16144f4caece5a658edefbc5 b72e8e215d90469cb002bd390368ca9e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 594/1242] 10.0.0.228 () {34 vars in 783 bytes} [Tue Jun 30 19:10:17 2026] PUT /v2.0/routers/866aedec-66b3-4db2-9821-1f22fd810318/add_router_interface => generated 309 bytes in 1267 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 595/1243] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:10:18 2026] DELETE /v2.0/security-groups/2f285740-e93a-4a40-a8ad-08d0a8cd975a => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1244] 10.0.0.228 () {32 vars in 717 bytes} [Tue Jun 30 19:10:18 2026] GET /v2.0/ports/84559c40-c4a8-4dab-9851-8a483a846457 => generated 1038 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:10:19.791 8 INFO neutron.db.l3_hamode_db [None req-fbe8eedc-333b-4ef5-8d9b-50f66528f7fa 913d5ebf16144f4caece5a658edefbc5 b72e8e215d90469cb002bd390368ca9e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 597/1245] 10.0.0.228 () {34 vars in 789 bytes} [Tue Jun 30 19:10:18 2026] PUT /v2.0/routers/866aedec-66b3-4db2-9821-1f22fd810318/remove_router_interface => generated 309 bytes in 1021 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:10:20.099 7 INFO neutron.api.v2.resource [None req-c62d9764-2995-4560-80a1-4adb91c9e330 2fb4ccc805bf40f2a75652cae7ee44c0 c9ca95db36584948ac4cfce94ac2fe6c - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 598/1246] 10.0.0.228 () {34 vars in 789 bytes} [Tue Jun 30 19:10:19 2026] PUT /v2.0/routers/866aedec-66b3-4db2-9821-1f22fd810318/remove_router_interface => generated 197 bytes in 166 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1247] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:10:20 2026] GET /v2.0/security-groups?tenant_id=da2b313df95547a588381e3e5f49c57b&name=default => generated 2925 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1248] 10.0.0.228 () {32 vars in 736 bytes} [Tue Jun 30 19:10:20 2026] GET /v2.0/ports?device_id=866aedec-66b3-4db2-9821-1f22fd810318 => 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: 601/1249] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:10:20 2026] DELETE /v2.0/security-groups/bb5b4d57-b0f7-4274-8b34-d9464ce2c6d1 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1250] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:10:18 2026] POST /v2.0/routers => generated 694 bytes in 2737 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:10:21.273 7 INFO neutron.services.segments.plugin [-] Segment a54e14fc-35b9-4ba0-aacf-af7c21ae540b resource provider aggregate not found 2026-06-30 19:10:21.278 7 INFO neutron.services.segments.plugin [-] Segment a54e14fc-35b9-4ba0-aacf-af7c21ae540b resource provider aggregate not found 2026-06-30 19:10:21.286 7 INFO neutron.services.segments.plugin [-] Segment a54e14fc-35b9-4ba0-aacf-af7c21ae540b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a54e14fc-35b9-4ba0-aacf-af7c21ae540b found for delete ", "request_id": "req-583dd339-43a4-4027-b519-2e5a72cdc95f"}]} 2026-06-30 19:10:21.291 7 INFO neutron.services.segments.plugin [-] Segment a54e14fc-35b9-4ba0-aacf-af7c21ae540b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a54e14fc-35b9-4ba0-aacf-af7c21ae540b found for delete ", "request_id": "req-07178b3c-bd31-46c2-8c9c-78de097b3de0"}]} 2026-06-30 19:10:21.298 7 INFO neutron.db.l3_hamode_db [None req-9a036347-472e-4308-af3e-3c7f4064b7b2 2fb4ccc805bf40f2a75652cae7ee44c0 c9ca95db36584948ac4cfce94ac2fe6c - - default default] HA network 910fc293-c09a-4c95-8cad-71faa363f5bd was deleted as no HA routers are present in tenant c9ca95db36584948ac4cfce94ac2fe6c. [pid: 7|app: 0|req: 602/1251] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:10:20 2026] DELETE /v2.0/routers/866aedec-66b3-4db2-9821-1f22fd810318 => generated 0 bytes in 721 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1252] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:10:21 2026] DELETE /v2.0/subnets/af4ff8f7-e197-4451-9b30-3063e9e3ec83 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1253] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:10:21 2026] DELETE /v2.0/networks/13cebda0-add8-436e-af42-b9898c8f28d2 => generated 0 bytes in 384 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:10:21.897 7 WARNING neutron_lib.context [None req-af40f69e-050e-4436-b0fc-ee0bbdd063e8 2fb4ccc805bf40f2a75652cae7ee44c0 c9ca95db36584948ac4cfce94ac2fe6c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:10:21.966 7 INFO neutron.db.segments_db [None req-af40f69e-050e-4436-b0fc-ee0bbdd063e8 2fb4ccc805bf40f2a75652cae7ee44c0 c9ca95db36584948ac4cfce94ac2fe6c - - default default] Added segment eab49373-a5c3-46a3-b587-60709329c3b7 of type vxlan for network e4c3eb43-8438-4e2f-b72f-4927aaf44d4f [pid: 7|app: 0|req: 605/1254] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:10:21 2026] POST /v2.0/networks => generated 633 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:10:22.054 7 WARNING neutron_lib.context [None req-ace3ea2c-de8a-4d9b-a948-a22462d11a2c 2fb4ccc805bf40f2a75652cae7ee44c0 c9ca95db36584948ac4cfce94ac2fe6c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 606/1255] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:10:22 2026] POST /v2.0/subnets => generated 622 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:10:22.381 7 WARNING neutron_lib.context [None req-b665799a-6590-4ed4-b8eb-84cc3de890dc 2fb4ccc805bf40f2a75652cae7ee44c0 c9ca95db36584948ac4cfce94ac2fe6c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:10:22.419 7 INFO neutron.db.segments_db [None req-b665799a-6590-4ed4-b8eb-84cc3de890dc 2fb4ccc805bf40f2a75652cae7ee44c0 c9ca95db36584948ac4cfce94ac2fe6c - - default default] Added segment e1e55393-d4ee-44ae-aa41-9f514447b70f of type vxlan for network fba58a11-6049-4d26-8bdc-30401c688d71 2026-06-30 19:10:22.740 7 INFO neutron.db.l3_hamode_db [None req-b665799a-6590-4ed4-b8eb-84cc3de890dc 2fb4ccc805bf40f2a75652cae7ee44c0 c9ca95db36584948ac4cfce94ac2fe6c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:10:22.918 7 INFO neutron.db.l3_hamode_db [None req-b665799a-6590-4ed4-b8eb-84cc3de890dc 2fb4ccc805bf40f2a75652cae7ee44c0 c9ca95db36584948ac4cfce94ac2fe6c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 650/1256] 10.0.0.228 () {34 vars in 783 bytes} [Tue Jun 30 19:10:20 2026] PUT /v2.0/routers/8fe4bcb8-7291-4b45-aa08-43068b451011/add_router_interface => generated 309 bytes in 2110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:23.308 7 INFO neutron.services.segments.plugin [-] Segment 51e5f6fb-85e8-4fa2-b5bd-dad3ff2cc162 resource provider aggregate not found 2026-06-30 19:10:23.317 7 INFO neutron.services.segments.plugin [-] Segment 51e5f6fb-85e8-4fa2-b5bd-dad3ff2cc162 resource provider aggregate not found 2026-06-30 19:10:23.325 7 INFO neutron.services.segments.plugin [-] Segment 51e5f6fb-85e8-4fa2-b5bd-dad3ff2cc162 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 51e5f6fb-85e8-4fa2-b5bd-dad3ff2cc162 found for delete ", "request_id": "req-20f2dc1e-708d-43bf-bd9f-f689444f75c3"}]} 2026-06-30 19:10:23.334 7 INFO neutron.services.segments.plugin [-] Segment 51e5f6fb-85e8-4fa2-b5bd-dad3ff2cc162 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 51e5f6fb-85e8-4fa2-b5bd-dad3ff2cc162 found for delete ", "request_id": "req-6f7d79bf-1bde-4775-8dd6-e264a0a239e4"}]} [pid: 8|app: 0|req: 651/1257] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:10:23 2026] GET /v2.0/security-groups?tenant_id=b318833e9ff1400a99d637706afad760&name=default => generated 2925 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:10:23.410 8 WARNING neutron_lib.context [None req-aed0f9be-09c7-4d8b-9554-82e13948f5ad 913d5ebf16144f4caece5a658edefbc5 b72e8e215d90469cb002bd390368ca9e - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 652/1258] 10.0.0.228 () {34 vars in 665 bytes} [Tue Jun 30 19:10:23 2026] POST /v2.0/ports => generated 959 bytes in 541 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 653/1259] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:10:23 2026] DELETE /v2.0/security-groups/3b63b62e-f028-4d5a-a967-2abb2b80ee2a => 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: 607/1260] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:10:22 2026] POST /v2.0/routers => generated 511 bytes in 1805 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:10:24.185 7 WARNING neutron_lib.context [None req-8a4bc03e-2cfc-44fa-8faa-d1b97a084849 913d5ebf16144f4caece5a658edefbc5 b72e8e215d90469cb002bd390368ca9e - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 654/1261] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:10:24 2026] GET /v2.0/security-groups?tenant_id=905eabdecb7a41b5887b3c24cc09082f&name=default => generated 2925 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1262] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:10:24 2026] GET /v2.0/security-groups?tenant_id=a8d7ffc6d6fd4201ad0862ca088fca06&name=default => generated 2925 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1263] 10.0.0.228 () {34 vars in 665 bytes} [Tue Jun 30 19:10:24 2026] POST /v2.0/ports => generated 959 bytes in 439 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 609/1264] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:10:24 2026] DELETE /v2.0/security-groups/30b7156e-6b9a-411b-aa79-46719edd79cc => 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: 610/1265] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:10:24 2026] DELETE /v2.0/security-groups/e03488d4-903b-4536-8f4d-20c264601026 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:10:24.831 7 WARNING neutron_lib.context [None req-d9de8dd8-a7d6-4a7f-8108-1d0499833596 913d5ebf16144f4caece5a658edefbc5 b72e8e215d90469cb002bd390368ca9e - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 656/1266] 10.0.0.228 () {34 vars in 783 bytes} [Tue Jun 30 19:10:24 2026] PUT /v2.0/routers/89899c23-117e-4ee7-b5c7-6b1623917862/add_router_interface => generated 309 bytes in 1444 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1267] 10.0.0.228 () {32 vars in 717 bytes} [Tue Jun 30 19:10:25 2026] GET /v2.0/ports/477c196c-d28d-4710-85bc-f204e69f9745 => generated 959 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:25.977 7 INFO neutron.db.l3_db [None req-d9de8dd8-a7d6-4a7f-8108-1d0499833596 913d5ebf16144f4caece5a658edefbc5 b72e8e215d90469cb002bd390368ca9e - - default default] Floating IP 3f714edb-c0de-47d7-bd85-8a8674447972 associated. External IP: 10.96.250.207, port: 4ec0bc3f-e192-4792-821d-7611228394fd. [pid: 7|app: 0|req: 611/1268] 10.0.0.228 () {34 vars in 677 bytes} [Tue Jun 30 19:10:24 2026] POST /v2.0/floatingips => generated 843 bytes in 1581 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:10:26.585 7 INFO neutron.db.l3_db [None req-e96cb251-84b1-4525-a87e-2749c480fef0 913d5ebf16144f4caece5a658edefbc5 b72e8e215d90469cb002bd390368ca9e - - default default] Floating IP 3f714edb-c0de-47d7-bd85-8a8674447972 disassociated. External IP: 10.96.250.207, port: 4ec0bc3f-e192-4792-821d-7611228394fd. [pid: 8|app: 0|req: 658/1269] 10.0.0.228 () {34 vars in 789 bytes} [Tue Jun 30 19:10:25 2026] PUT /v2.0/routers/89899c23-117e-4ee7-b5c7-6b1623917862/remove_router_interface => generated 309 bytes in 1036 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1270] 10.0.0.228 () {34 vars in 749 bytes} [Tue Jun 30 19:10:26 2026] PUT /v2.0/floatingips/3f714edb-c0de-47d7-bd85-8a8674447972 => generated 552 bytes in 581 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1271] 10.0.0.228 () {32 vars in 736 bytes} [Tue Jun 30 19:10:26 2026] GET /v2.0/ports?device_id=89899c23-117e-4ee7-b5c7-6b1623917862 => 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: 613/1272] 10.0.0.228 () {32 vars in 732 bytes} [Tue Jun 30 19:10:26 2026] DELETE /v2.0/floatingips/3f714edb-c0de-47d7-bd85-8a8674447972 => generated 0 bytes in 331 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1273] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:10:27 2026] GET /v2.0/security-groups?tenant_id=97b5a7940b804278945152cf9c241511&name=default => generated 2925 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:10:27.628 7 WARNING neutron_lib.context [None req-1769de50-9ad6-4065-9eab-219f666a6d17 913d5ebf16144f4caece5a658edefbc5 b72e8e215d90469cb002bd390368ca9e - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:10:27.750 8 INFO neutron.services.segments.plugin [-] Segment e1e55393-d4ee-44ae-aa41-9f514447b70f resource provider aggregate not found 2026-06-30 19:10:27.755 8 INFO neutron.services.segments.plugin [-] Segment e1e55393-d4ee-44ae-aa41-9f514447b70f resource provider aggregate not found 2026-06-30 19:10:27.766 8 INFO neutron.services.segments.plugin [-] Segment e1e55393-d4ee-44ae-aa41-9f514447b70f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1e55393-d4ee-44ae-aa41-9f514447b70f found for delete ", "request_id": "req-72be756b-3cb1-464e-978b-13f0c24be6ff"}]} 2026-06-30 19:10:27.766 8 INFO neutron.db.l3_hamode_db [None req-7db857d8-5c4c-4bd6-b79e-6a1204ea0b93 2fb4ccc805bf40f2a75652cae7ee44c0 c9ca95db36584948ac4cfce94ac2fe6c - - default default] HA network fba58a11-6049-4d26-8bdc-30401c688d71 was deleted as no HA routers are present in tenant c9ca95db36584948ac4cfce94ac2fe6c. [pid: 8|app: 0|req: 660/1274] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:10:27 2026] DELETE /v2.0/routers/89899c23-117e-4ee7-b5c7-6b1623917862 => generated 0 bytes in 760 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:10:27.777 8 INFO neutron.services.segments.plugin [-] Segment e1e55393-d4ee-44ae-aa41-9f514447b70f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1e55393-d4ee-44ae-aa41-9f514447b70f found for delete ", "request_id": "req-33f213c4-6478-4467-a7bb-015dd65ccce1"}]} [pid: 8|app: 0|req: 661/1275] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:10:27 2026] DELETE /v2.0/security-groups/2cbf8df9-edff-462e-ae69-59138c697e34 => 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: 662/1276] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:10:27 2026] DELETE /v2.0/subnets/f7c29fe4-eaff-4f25-9ba7-61b4618786b5 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1277] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:10:28 2026] DELETE /v2.0/networks/e4c3eb43-8438-4e2f-b72f-4927aaf44d4f => generated 0 bytes in 356 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:10:28.486 8 WARNING neutron_lib.context [None req-b1cccd5a-0e87-4c6d-ac3e-30906ec8ca7a 2fb4ccc805bf40f2a75652cae7ee44c0 c9ca95db36584948ac4cfce94ac2fe6c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:10:28.542 8 INFO neutron.db.segments_db [None req-b1cccd5a-0e87-4c6d-ac3e-30906ec8ca7a 2fb4ccc805bf40f2a75652cae7ee44c0 c9ca95db36584948ac4cfce94ac2fe6c - - default default] Added segment 1beb4093-5501-4668-b88c-ee63a86c811f of type vxlan for network 81d432ea-5957-4840-b0f6-572f79be3956 2026-06-30 19:10:28.564 7 INFO neutron.db.l3_db [None req-1769de50-9ad6-4065-9eab-219f666a6d17 913d5ebf16144f4caece5a658edefbc5 b72e8e215d90469cb002bd390368ca9e - - default default] Floating IP 187eef81-872f-4bb2-83d9-e6e8b7bf42d4 associated. External IP: 10.96.250.205, port: ea53f0f7-7d3e-4ccc-a552-d1e7a0ce43e6. 2026-06-30 19:10:28.814 8 INFO neutron.db.l3_hamode_db [None req-b1cccd5a-0e87-4c6d-ac3e-30906ec8ca7a 2fb4ccc805bf40f2a75652cae7ee44c0 c9ca95db36584948ac4cfce94ac2fe6c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 615/1280] 10.0.0.228 () {34 vars in 677 bytes} [Tue Jun 30 19:10:27 2026] POST /v2.0/floatingips => generated 843 bytes in 1302 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1281] 10.0.0.228 () {32 vars in 729 bytes} [Tue Jun 30 19:10:28 2026] GET /v2.0/floatingips/187eef81-872f-4bb2-83d9-e6e8b7bf42d4 => generated 843 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1282] 10.0.0.228 () {32 vars in 655 bytes} [Tue Jun 30 19:10:29 2026] GET /v2.0/floatingips => generated 846 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:29.863 8 INFO neutron.services.segments.plugin [-] Segment eab49373-a5c3-46a3-b587-60709329c3b7 resource provider aggregate not found 2026-06-30 19:10:29.867 8 INFO neutron.services.segments.plugin [-] Segment eab49373-a5c3-46a3-b587-60709329c3b7 resource provider aggregate not found 2026-06-30 19:10:29.882 8 INFO neutron.services.segments.plugin [-] Segment eab49373-a5c3-46a3-b587-60709329c3b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eab49373-a5c3-46a3-b587-60709329c3b7 found for delete ", "request_id": "req-bac914fe-52b8-44fa-8041-c15bee282506"}]} 2026-06-30 19:10:29.882 8 INFO neutron.services.segments.plugin [-] Segment eab49373-a5c3-46a3-b587-60709329c3b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eab49373-a5c3-46a3-b587-60709329c3b7 found for delete ", "request_id": "req-d96d582d-924d-4a5d-be22-761cdf1d2941"}]} 2026-06-30 19:10:29.965 7 INFO neutron.db.l3_db [None req-8a899aac-f273-4b53-a329-1c2247249a83 913d5ebf16144f4caece5a658edefbc5 b72e8e215d90469cb002bd390368ca9e - - default default] Floating IP 187eef81-872f-4bb2-83d9-e6e8b7bf42d4 associated. External IP: 10.96.250.205, port: ea53f0f7-7d3e-4ccc-a552-d1e7a0ce43e6. 2026-06-30 19:10:30.328 8 INFO neutron.db.l3_hamode_db [None req-b1cccd5a-0e87-4c6d-ac3e-30906ec8ca7a 2fb4ccc805bf40f2a75652cae7ee44c0 c9ca95db36584948ac4cfce94ac2fe6c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 618/1283] 10.0.0.228 () {34 vars in 749 bytes} [Tue Jun 30 19:10:29 2026] PUT /v2.0/floatingips/187eef81-872f-4bb2-83d9-e6e8b7bf42d4 => generated 843 bytes in 1699 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1284] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:10:30 2026] GET /v2.0/security-groups?tenant_id=b4d7d28ccb4a4d0e99579fc516320c7f&name=default => generated 2925 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:10:31.278 7 INFO neutron.db.l3_db [None req-3e636169-e3eb-4ea6-8182-3a00b5f5225a 913d5ebf16144f4caece5a658edefbc5 b72e8e215d90469cb002bd390368ca9e - - default default] Floating IP 187eef81-872f-4bb2-83d9-e6e8b7bf42d4 disassociated. External IP: 10.96.250.205, port: 4ec0bc3f-e192-4792-821d-7611228394fd. [pid: 8|app: 0|req: 666/1285] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:10:28 2026] POST /v2.0/routers => generated 692 bytes in 2970 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1286] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:10:31 2026] DELETE /v2.0/security-groups/7e9e575f-e2cc-4ba2-848b-a8134a37a676 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1287] 10.0.0.228 () {34 vars in 749 bytes} [Tue Jun 30 19:10:31 2026] PUT /v2.0/floatingips/187eef81-872f-4bb2-83d9-e6e8b7bf42d4 => generated 552 bytes in 563 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1288] 10.0.0.228 () {32 vars in 721 bytes} [Tue Jun 30 19:10:31 2026] GET /v2.0/routers/8b874086-1c43-4913-bde5-9d8346d04f71 => generated 698 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1289] 10.0.0.228 () {32 vars in 647 bytes} [Tue Jun 30 19:10:31 2026] GET /v2.0/routers => generated 701 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1290] 10.0.0.228 () {32 vars in 732 bytes} [Tue Jun 30 19:10:31 2026] DELETE /v2.0/floatingips/187eef81-872f-4bb2-83d9-e6e8b7bf42d4 => generated 0 bytes in 347 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:10:32.046 7 INFO neutron.api.v2.resource [None req-c3c02e0c-a943-4948-8ff4-5bdcd67d3de8 913d5ebf16144f4caece5a658edefbc5 b72e8e215d90469cb002bd390368ca9e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 622/1291] 10.0.0.228 () {32 vars in 732 bytes} [Tue Jun 30 19:10:32 2026] DELETE /v2.0/floatingips/187eef81-872f-4bb2-83d9-e6e8b7bf42d4 => generated 144 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1292] 10.0.0.228 () {34 vars in 741 bytes} [Tue Jun 30 19:10:31 2026] PUT /v2.0/routers/8b874086-1c43-4913-bde5-9d8346d04f71 => generated 705 bytes in 511 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1293] 10.0.0.228 () {32 vars in 721 bytes} [Tue Jun 30 19:10:32 2026] GET /v2.0/routers/8b874086-1c43-4913-bde5-9d8346d04f71 => generated 705 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1294] 10.0.0.228 () {32 vars in 736 bytes} [Tue Jun 30 19:10:32 2026] GET /v2.0/ports?device_id=8b874086-1c43-4913-bde5-9d8346d04f71 => 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: 623/1295] 10.0.0.228 () {32 vars in 720 bytes} [Tue Jun 30 19:10:32 2026] DELETE /v2.0/ports/4ec0bc3f-e192-4792-821d-7611228394fd => generated 0 bytes in 418 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1296] 10.0.0.228 () {32 vars in 720 bytes} [Tue Jun 30 19:10:32 2026] DELETE /v2.0/ports/ea53f0f7-7d3e-4ccc-a552-d1e7a0ce43e6 => generated 0 bytes in 330 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1297] 10.0.0.228 () {32 vars in 736 bytes} [Tue Jun 30 19:10:32 2026] GET /v2.0/ports?device_id=8fe4bcb8-7291-4b45-aa08-43068b451011 => generated 958 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:33.474 8 INFO neutron.services.segments.plugin [-] Segment 1beb4093-5501-4668-b88c-ee63a86c811f resource provider aggregate not found 2026-06-30 19:10:33.479 8 INFO neutron.services.segments.plugin [-] Segment 1beb4093-5501-4668-b88c-ee63a86c811f resource provider aggregate not found 2026-06-30 19:10:33.498 8 INFO neutron.db.l3_hamode_db [None req-6f8e3ade-6d69-4a38-bc29-e447e0d31f7a 2fb4ccc805bf40f2a75652cae7ee44c0 c9ca95db36584948ac4cfce94ac2fe6c - - default default] HA network 81d432ea-5957-4840-b0f6-572f79be3956 was deleted as no HA routers are present in tenant c9ca95db36584948ac4cfce94ac2fe6c. 2026-06-30 19:10:33.499 8 INFO neutron.services.segments.plugin [-] Segment 1beb4093-5501-4668-b88c-ee63a86c811f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1beb4093-5501-4668-b88c-ee63a86c811f found for delete ", "request_id": "req-4aa75cf9-c5a9-43bb-8f12-21786a7e2459"}]} [pid: 8|app: 0|req: 673/1298] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:10:32 2026] DELETE /v2.0/routers/8b874086-1c43-4913-bde5-9d8346d04f71 => generated 0 bytes in 1079 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:10:33.523 8 INFO neutron.services.segments.plugin [-] Segment 1beb4093-5501-4668-b88c-ee63a86c811f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1beb4093-5501-4668-b88c-ee63a86c811f found for delete ", "request_id": "req-2a0d251e-b1f1-4abe-a859-e0cdf90e2946"}]} [pid: 8|app: 0|req: 674/1299] 10.0.0.228 () {32 vars in 736 bytes} [Tue Jun 30 19:10:33 2026] GET /v2.0/ports?device_id=8b874086-1c43-4913-bde5-9d8346d04f71 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:10:33.576 8 INFO neutron.api.v2.resource [None req-3208df51-ee23-4f96-9d04-bcc792106a68 2fb4ccc805bf40f2a75652cae7ee44c0 c9ca95db36584948ac4cfce94ac2fe6c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 675/1300] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:10:33 2026] DELETE /v2.0/routers/8b874086-1c43-4913-bde5-9d8346d04f71 => generated 135 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1301] 10.0.0.228 () {32 vars in 736 bytes} [Tue Jun 30 19:10:33 2026] GET /v2.0/ports?device_id=89899c23-117e-4ee7-b5c7-6b1623917862 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:10:33.636 8 INFO neutron.api.v2.resource [None req-b1cc3a8d-cccd-4106-9221-c287892494b9 2fb4ccc805bf40f2a75652cae7ee44c0 c9ca95db36584948ac4cfce94ac2fe6c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 677/1302] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:10:33 2026] DELETE /v2.0/routers/89899c23-117e-4ee7-b5c7-6b1623917862 => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:10:33.655 8 INFO neutron.pecan_wsgi.hooks.translation [None req-25be2b6c-95b0-4273-adb4-155636973b09 2fb4ccc805bf40f2a75652cae7ee44c0 c9ca95db36584948ac4cfce94ac2fe6c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 678/1303] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:10:33 2026] DELETE /v2.0/subnets/f7c29fe4-eaff-4f25-9ba7-61b4618786b5 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1304] 10.0.0.228 () {32 vars in 736 bytes} [Tue Jun 30 19:10:33 2026] GET /v2.0/ports?device_id=866aedec-66b3-4db2-9821-1f22fd810318 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:10:33.709 8 INFO neutron.api.v2.resource [None req-af69f4fb-7b29-443f-a1ed-2b2f258d2ac1 2fb4ccc805bf40f2a75652cae7ee44c0 c9ca95db36584948ac4cfce94ac2fe6c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 680/1305] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:10:33 2026] DELETE /v2.0/routers/866aedec-66b3-4db2-9821-1f22fd810318 => generated 135 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:10:33.734 8 INFO neutron.pecan_wsgi.hooks.translation [None req-88b03056-2832-4845-96bd-d8d536f3e153 2fb4ccc805bf40f2a75652cae7ee44c0 c9ca95db36584948ac4cfce94ac2fe6c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 681/1306] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:10:33 2026] DELETE /v2.0/subnets/af4ff8f7-e197-4451-9b30-3063e9e3ec83 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1307] 10.0.0.228 () {32 vars in 736 bytes} [Tue Jun 30 19:10:33 2026] GET /v2.0/ports?device_id=ff761a7c-c199-407c-87c1-19bcae1ebdf6 => 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: 626/1308] 10.0.0.228 () {34 vars in 789 bytes} [Tue Jun 30 19:10:32 2026] PUT /v2.0/routers/8fe4bcb8-7291-4b45-aa08-43068b451011/remove_router_interface => generated 309 bytes in 1122 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1309] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:10:33 2026] GET /v2.0/security-groups?tenant_id=25e3402d170e4ae1947561f00b4610da&name=default => generated 2925 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:10:34.003 7 INFO neutron.api.v2.resource [None req-f29df556-06a1-4fa0-b42b-6e9be1a245a0 2fb4ccc805bf40f2a75652cae7ee44c0 c9ca95db36584948ac4cfce94ac2fe6c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 627/1310] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:10:33 2026] DELETE /v2.0/routers/ff761a7c-c199-407c-87c1-19bcae1ebdf6 => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1311] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:10:34 2026] DELETE /v2.0/security-groups/efca9009-8dd5-40b5-9ea5-e0bcecab3e62 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:10:34.124 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9fc4cb77-80c7-489a-8b62-8ad047b560fe 2fb4ccc805bf40f2a75652cae7ee44c0 c9ca95db36584948ac4cfce94ac2fe6c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 629/1312] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:10:34 2026] DELETE /v2.0/subnets/e18e02e2-4a1d-44b3-afa6-db79efddc5bd => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:10:34.148 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5476a60f-cafa-4689-b557-26c33e9b1a84 2fb4ccc805bf40f2a75652cae7ee44c0 c9ca95db36584948ac4cfce94ac2fe6c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 630/1313] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:10:34 2026] DELETE /v2.0/subnets/a4803eab-22d1-41c2-b76d-b9cd37c475c9 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:10:34.916 8 INFO neutron.db.l3_hamode_db [None req-62fe534a-f9c6-42be-960e-44c14676b008 913d5ebf16144f4caece5a658edefbc5 b72e8e215d90469cb002bd390368ca9e - - default default] HA network 500df302-64ee-41e5-85b6-f42610d9e080 was deleted as no HA routers are present in tenant b72e8e215d90469cb002bd390368ca9e. [pid: 7|app: 0|req: 631/1314] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:10:34 2026] GET /v2.0/security-groups?tenant_id=c9ca95db36584948ac4cfce94ac2fe6c&name=default => generated 2925 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1315] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:10:33 2026] DELETE /v2.0/routers/8fe4bcb8-7291-4b45-aa08-43068b451011 => generated 0 bytes in 929 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1316] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:10:34 2026] DELETE /v2.0/security-groups/d0900b92-208e-4483-a707-c27904238015 => 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: 685/1317] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:10:34 2026] DELETE /v2.0/subnets/d1af43e9-13f5-4960-96b4-e0f7940e8050 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:10:35.322 7 INFO neutron.services.segments.plugin [-] Segment db1c1f07-777d-4b43-9268-ac084ddf2811 resource provider aggregate not found 2026-06-30 19:10:35.328 7 INFO neutron.services.segments.plugin [-] Segment db1c1f07-777d-4b43-9268-ac084ddf2811 resource provider aggregate not found [pid: 7|app: 0|req: 633/1318] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:10:35 2026] DELETE /v2.0/networks/08f90aee-2788-4d50-8d9c-c9184e9a04fa => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:10:35.827 8 INFO neutron.services.segments.plugin [-] Segment 8afe00db-51e0-4add-863d-6d4797e02409 resource provider aggregate not found 2026-06-30 19:10:35.832 8 INFO neutron.services.segments.plugin [-] Segment 8afe00db-51e0-4add-863d-6d4797e02409 resource provider aggregate not found 2026-06-30 19:10:35.844 8 INFO neutron.services.segments.plugin [-] Segment 8afe00db-51e0-4add-863d-6d4797e02409 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8afe00db-51e0-4add-863d-6d4797e02409 found for delete ", "request_id": "req-fc1c6f40-ecd2-47c7-b88b-4fe68b26efad"}]} 2026-06-30 19:10:35.850 8 INFO neutron.services.segments.plugin [-] Segment 8afe00db-51e0-4add-863d-6d4797e02409 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8afe00db-51e0-4add-863d-6d4797e02409 found for delete ", "request_id": "req-be8ad4f7-7dd3-4d42-809c-1d277aad3341"}]} 2026-06-30 19:10:35.859 7 INFO neutron.services.segments.plugin [-] Segment db1c1f07-777d-4b43-9268-ac084ddf2811 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db1c1f07-777d-4b43-9268-ac084ddf2811 found for delete ", "request_id": "req-1bee03a2-3f2e-4352-b0cd-f882a606bbfd"}]} 2026-06-30 19:10:35.860 7 INFO neutron.services.segments.plugin [-] Segment db1c1f07-777d-4b43-9268-ac084ddf2811 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db1c1f07-777d-4b43-9268-ac084ddf2811 found for delete ", "request_id": "req-741cb94a-7393-456b-a46e-b563517f06a6"}]} 2026-06-30 19:10:35.974 7 WARNING neutron_lib.context [None req-6a799fc5-bea4-4bfd-b3ad-d70f9c90b7b2 008059ce3de8418c862f4b6980a6d840 4657e43db0ea4ac48dd4f03fa2102154 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 686/1319] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:10:35 2026] GET /v2.0/security-groups?tenant_id=b72e8e215d90469cb002bd390368ca9e&name=default => generated 2925 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:10:36.142 7 INFO neutron.db.segments_db [None req-6a799fc5-bea4-4bfd-b3ad-d70f9c90b7b2 008059ce3de8418c862f4b6980a6d840 4657e43db0ea4ac48dd4f03fa2102154 - - default default] Added segment 7c903665-a9f0-481e-841b-a6ab573468ec of type vxlan for network d6dbd377-dc01-46e5-ab33-5d46ea0cfb1d [pid: 8|app: 0|req: 687/1320] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:10:36 2026] DELETE /v2.0/security-groups/957a955f-2310-4742-b647-537cca65ffd9 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1321] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:10:35 2026] POST /v2.0/networks => generated 648 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1322] 10.0.0.228 () {32 vars in 623 bytes} [Tue Jun 30 19:10:36 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) 2026-06-30 19:10:36.749 8 WARNING neutron_lib.context [None req-a87b4af2-5376-45f4-8da2-76cb217c6bca 008059ce3de8418c862f4b6980a6d840 4657e43db0ea4ac48dd4f03fa2102154 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 635/1323] 10.0.0.228 () {32 vars in 633 bytes} [Tue Jun 30 19:10:36 2026] GET /v2.0/ => generated 632 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1324] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:10:36 2026] POST /v2.0/subnets => generated 649 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:10:37.051 7 WARNING neutron_lib.context [None req-956eb683-5340-4ff0-8437-1835dbfd96bc 008059ce3de8418c862f4b6980a6d840 4657e43db0ea4ac48dd4f03fa2102154 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:10:37.128 7 INFO neutron.db.segments_db [None req-956eb683-5340-4ff0-8437-1835dbfd96bc 008059ce3de8418c862f4b6980a6d840 4657e43db0ea4ac48dd4f03fa2102154 - - default default] Added segment c77d3485-151e-4733-9f49-818898e76137 of type vxlan for network 68fdf655-693a-4fb2-b014-b504a9b7928d [pid: 7|app: 0|req: 636/1325] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:10:37 2026] POST /v2.0/networks => generated 647 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1326] 10.0.0.228 () {34 vars in 743 bytes} [Tue Jun 30 19:10:37 2026] PUT /v2.0/networks/68fdf655-693a-4fb2-b014-b504a9b7928d => generated 592 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:37.410 7 WARNING neutron_lib.context [None req-17870d55-9664-4403-98af-650d3cf2100b 008059ce3de8418c862f4b6980a6d840 4657e43db0ea4ac48dd4f03fa2102154 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 690/1327] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:10:37 2026] GET /v2.0/security-groups?tenant_id=f56130c0ab0f42508e3d80c65eca3857&name=default => generated 2925 bytes in 418 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1328] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:10:37 2026] DELETE /v2.0/security-groups/4d3207eb-9e48-41f5-912e-591b499aa052 => 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: 638/1329] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:10:37 2026] POST /v2.0/subnets => generated 622 bytes in 457 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1330] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:10:37 2026] GET /v2.0/security-groups?tenant_id=d35dd4b899af4a8b8bce50d76cb13d63&name=default => generated 2925 bytes in 333 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:10:38.123 8 WARNING neutron_lib.context [None req-4a7547a0-3df6-4a8f-8bb5-c76ff72c4026 de637ea004a24f5fa7a5d0b52ec9c1a5 23e9818f6cae4323bc190f388f656348 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:10:38.123 8 WARNING neutron_lib.context [None req-4a7547a0-3df6-4a8f-8bb5-c76ff72c4026 de637ea004a24f5fa7a5d0b52ec9c1a5 23e9818f6cae4323bc190f388f656348 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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/1331] 10.0.0.228 () {34 vars in 741 bytes} [Tue Jun 30 19:10:37 2026] PUT /v2.0/subnets/dfb39f6f-8852-4ccf-b342-40f889ae3def => generated 632 bytes in 423 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:38.315 8 INFO neutron.db.segments_db [None req-4a7547a0-3df6-4a8f-8bb5-c76ff72c4026 de637ea004a24f5fa7a5d0b52ec9c1a5 23e9818f6cae4323bc190f388f656348 - - default default] Added segment 272ec036-cc1b-48e2-ac26-14a902ab5f3a of type vxlan for network 0abd7f18-9ec8-4e3d-8c18-d5c636f4c74d [pid: 7|app: 0|req: 640/1332] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:10:38 2026] DELETE /v2.0/security-groups/be39dd1f-0390-435e-b063-d62e0c6dca0e => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:10:38.411 8 INFO neutron.db.segments_db [None req-4a7547a0-3df6-4a8f-8bb5-c76ff72c4026 de637ea004a24f5fa7a5d0b52ec9c1a5 23e9818f6cae4323bc190f388f656348 - - default default] Added segment 90584181-9228-408a-a10b-3d4f2e2b7f76 of type vxlan for network abbcd562-bf5d-4e1d-87c2-fbf93f687a12 [pid: 8|app: 0|req: 693/1333] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:10:38 2026] POST /v2.0/networks => generated 1243 bytes in 485 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1334] 10.0.0.228 () {32 vars in 649 bytes} [Tue Jun 30 19:10:38 2026] GET /v2.0/networks => generated 1842 bytes in 476 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:10:39.266 8 INFO neutron.services.segments.plugin [-] Segment 272ec036-cc1b-48e2-ac26-14a902ab5f3a resource provider aggregate not found 2026-06-30 19:10:39.271 8 INFO neutron.services.segments.plugin [-] Segment 272ec036-cc1b-48e2-ac26-14a902ab5f3a resource provider aggregate not found 2026-06-30 19:10:39.283 8 INFO neutron.services.segments.plugin [-] Segment 272ec036-cc1b-48e2-ac26-14a902ab5f3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 272ec036-cc1b-48e2-ac26-14a902ab5f3a found for delete ", "request_id": "req-b0890eff-0c29-4666-bb8a-ae2a171608d9"}]} 2026-06-30 19:10:39.286 8 INFO neutron.services.segments.plugin [-] Segment 272ec036-cc1b-48e2-ac26-14a902ab5f3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 272ec036-cc1b-48e2-ac26-14a902ab5f3a found for delete ", "request_id": "req-9aeb698a-9ff6-4c9a-95dd-ebb2a59c7948"}]} [pid: 8|app: 0|req: 695/1335] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:10:39 2026] DELETE /v2.0/networks/0abd7f18-9ec8-4e3d-8c18-d5c636f4c74d => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:10:39.413 7 INFO neutron.services.segments.plugin [-] Segment c77d3485-151e-4733-9f49-818898e76137 resource provider aggregate not found 2026-06-30 19:10:39.418 7 INFO neutron.services.segments.plugin [-] Segment c77d3485-151e-4733-9f49-818898e76137 resource provider aggregate not found 2026-06-30 19:10:39.442 7 INFO neutron.services.segments.plugin [-] Segment c77d3485-151e-4733-9f49-818898e76137 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c77d3485-151e-4733-9f49-818898e76137 found for delete ", "request_id": "req-07d4eefc-683d-49bf-b1ce-05264287421e"}]} 2026-06-30 19:10:39.444 7 INFO neutron.services.segments.plugin [-] Segment c77d3485-151e-4733-9f49-818898e76137 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c77d3485-151e-4733-9f49-818898e76137 found for delete ", "request_id": "req-bbd6877e-7eb3-4334-8022-3685cb3c321e"}]} [pid: 7|app: 0|req: 641/1336] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:10:38 2026] DELETE /v2.0/networks/68fdf655-693a-4fb2-b014-b504a9b7928d => generated 0 bytes in 1065 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:10:39.492 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9eb6d41e-4883-4059-b263-5d91390be7ba 008059ce3de8418c862f4b6980a6d840 4657e43db0ea4ac48dd4f03fa2102154 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 642/1337] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:10:39 2026] DELETE /v2.0/networks/68fdf655-693a-4fb2-b014-b504a9b7928d => generated 138 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1338] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:10:39 2026] DELETE /v2.0/networks/abbcd562-bf5d-4e1d-87c2-fbf93f687a12 => 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: 643/1339] 10.0.0.228 () {32 vars in 694 bytes} [Tue Jun 30 19:10:39 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1340] 10.0.0.228 () {32 vars in 649 bytes} [Tue Jun 30 19:10:39 2026] GET /v2.0/networks => generated 651 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:39.701 8 WARNING neutron_lib.context [None req-5d751008-0096-42d6-a620-70702c3eb44d de637ea004a24f5fa7a5d0b52ec9c1a5 23e9818f6cae4323bc190f388f656348 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 644/1341] 10.0.0.228 () {32 vars in 742 bytes} [Tue Jun 30 19:10:39 2026] GET /v2.0/subnets?network_id=6071fc42-3d19-4a57-aa6b-c0870fad7e28 => generated 626 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1342] 10.0.0.228 () {32 vars in 653 bytes} [Tue Jun 30 19:10:39 2026] GET /v2.0/extensions => generated 19901 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-06-30 19:10:39.769 8 INFO neutron.db.segments_db [None req-5d751008-0096-42d6-a620-70702c3eb44d de637ea004a24f5fa7a5d0b52ec9c1a5 23e9818f6cae4323bc190f388f656348 - - default default] Added segment 1fd32950-bc01-444c-9bf0-dc7664fde30b of type vxlan for network 8ffa38e7-2ab3-42cd-9648-e75d0ef26aa4 [pid: 7|app: 0|req: 646/1343] 10.0.0.228 () {32 vars in 649 bytes} [Tue Jun 30 19:10:39 2026] GET /v2.0/networks => generated 1313 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1344] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:10:39 2026] POST /v2.0/networks => generated 649 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:10:39.889 8 WARNING neutron_lib.context [None req-4766f5e8-a12c-45c9-bbdd-771a8c21be3a de637ea004a24f5fa7a5d0b52ec9c1a5 23e9818f6cae4323bc190f388f656348 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 647/1345] 10.0.0.228 () {32 vars in 647 bytes} [Tue Jun 30 19:10:39 2026] GET /v2.0/subnets => generated 1265 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:10:39.969 8 INFO neutron.db.segments_db [None req-4766f5e8-a12c-45c9-bbdd-771a8c21be3a de637ea004a24f5fa7a5d0b52ec9c1a5 23e9818f6cae4323bc190f388f656348 - - default default] Added segment 3976a2cc-0bbc-49ec-abe7-f913f36c358a of type vxlan for network f40bc6ee-025c-414e-8ee4-c50db301ee5e [pid: 7|app: 0|req: 648/1346] 10.0.0.228 () {32 vars in 723 bytes} [Tue Jun 30 19:10:39 2026] GET /v2.0/networks/d6dbd377-dc01-46e5-ab33-5d46ea0cfb1d => generated 673 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1347] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:10:39 2026] POST /v2.0/networks => generated 650 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1348] 10.0.0.228 () {32 vars in 721 bytes} [Tue Jun 30 19:10:40 2026] GET /v2.0/subnets/1adf79a5-da14-457a-b5be-0dbf2074f311 => generated 649 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:40.115 8 WARNING neutron_lib.context [None req-f10b3486-a893-4d99-966e-0fdb85c5f803 de637ea004a24f5fa7a5d0b52ec9c1a5 23e9818f6cae4323bc190f388f656348 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:10:40.164 8 WARNING neutron_lib.context [None req-f10b3486-a893-4d99-966e-0fdb85c5f803 de637ea004a24f5fa7a5d0b52ec9c1a5 23e9818f6cae4323bc190f388f656348 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 649/1349] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:10:40 2026] GET /v2.0/security-groups?tenant_id=5b253306363049dfa4d5f72ee63d8528&name=default => generated 2925 bytes in 346 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:10:40.385 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ce0d5e13-f5de-4da3-800a-aafc96909129 008059ce3de8418c862f4b6980a6d840 4657e43db0ea4ac48dd4f03fa2102154 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 650/1350] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:10:40 2026] DELETE /v2.0/subnets/dfb39f6f-8852-4ccf-b342-40f889ae3def => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1351] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:10:40 2026] DELETE /v2.0/security-groups/b024e84e-c602-4b5f-bf0f-bca01bc113fe => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:10:40.523 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bca5489f-d55e-4594-81c5-919474ac4673 008059ce3de8418c862f4b6980a6d840 4657e43db0ea4ac48dd4f03fa2102154 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 652/1352] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:10:40 2026] DELETE /v2.0/networks/68fdf655-693a-4fb2-b014-b504a9b7928d => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1353] 10.0.0.228 () {34 vars in 665 bytes} [Tue Jun 30 19:10:40 2026] POST /v2.0/ports => generated 1504 bytes in 684 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 653/1354] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:10:40 2026] DELETE /v2.0/subnets/1adf79a5-da14-457a-b5be-0dbf2074f311 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1355] 10.0.0.228 () {32 vars in 643 bytes} [Tue Jun 30 19:10:40 2026] GET /v2.0/ports => generated 1504 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1356] 10.0.0.228 () {32 vars in 720 bytes} [Tue Jun 30 19:10:40 2026] DELETE /v2.0/ports/47f5031a-d907-4b95-8bc1-cd3c9cd1029c => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1357] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:10:40 2026] DELETE /v2.0/networks/d6dbd377-dc01-46e5-ab33-5d46ea0cfb1d => generated 0 bytes in 473 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:10:41.318 8 INFO neutron.services.segments.plugin [-] Segment 90584181-9228-408a-a10b-3d4f2e2b7f76 resource provider aggregate not found 2026-06-30 19:10:41.324 8 INFO neutron.services.segments.plugin [-] Segment 90584181-9228-408a-a10b-3d4f2e2b7f76 resource provider aggregate not found 2026-06-30 19:10:41.344 8 INFO neutron.services.segments.plugin [-] Segment 90584181-9228-408a-a10b-3d4f2e2b7f76 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90584181-9228-408a-a10b-3d4f2e2b7f76 found for delete ", "request_id": "req-4d5b2b98-dc95-42b9-9d17-aadf88f605a3"}]} 2026-06-30 19:10:41.345 8 INFO neutron.services.segments.plugin [-] Segment 90584181-9228-408a-a10b-3d4f2e2b7f76 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90584181-9228-408a-a10b-3d4f2e2b7f76 found for delete ", "request_id": "req-cf63b042-958c-4fb7-9be7-f5d94677f761"}]} [pid: 8|app: 0|req: 704/1358] 10.0.0.228 () {32 vars in 720 bytes} [Tue Jun 30 19:10:41 2026] DELETE /v2.0/ports/f7d85c56-d9dd-4166-8687-61790771a171 => generated 0 bytes in 268 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:10:41.535 7 INFO neutron.services.segments.plugin [-] Segment 7c903665-a9f0-481e-841b-a6ab573468ec resource provider aggregate not found 2026-06-30 19:10:41.545 7 INFO neutron.services.segments.plugin [-] Segment 7c903665-a9f0-481e-841b-a6ab573468ec resource provider aggregate not found 2026-06-30 19:10:41.564 7 INFO neutron.services.segments.plugin [-] Segment 7c903665-a9f0-481e-841b-a6ab573468ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c903665-a9f0-481e-841b-a6ab573468ec found for delete ", "request_id": "req-1a110aa1-97d6-4f47-b124-4b94f3afcf78"}]} [pid: 7|app: 0|req: 655/1359] 10.0.0.228 () {32 vars in 643 bytes} [Tue Jun 30 19:10:41 2026] GET /v2.0/ports => generated 12 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:10:41.585 8 WARNING neutron_lib.context [None req-eab552dd-aa18-48a8-ba78-55a8a2cf5233 de637ea004a24f5fa7a5d0b52ec9c1a5 23e9818f6cae4323bc190f388f656348 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:10:41.650 8 INFO neutron.db.segments_db [None req-eab552dd-aa18-48a8-ba78-55a8a2cf5233 de637ea004a24f5fa7a5d0b52ec9c1a5 23e9818f6cae4323bc190f388f656348 - - default default] Added segment 729dab51-d93c-4ae9-8ea1-e848b639a32d of type vxlan for network 38639238-91db-4c48-bc01-301d720aff4b 2026-06-30 19:10:41.709 7 INFO neutron.services.segments.plugin [-] Segment 7c903665-a9f0-481e-841b-a6ab573468ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c903665-a9f0-481e-841b-a6ab573468ec found for delete ", "request_id": "req-29d5287c-ae66-4045-8c94-6997d3600b2f"}]} [pid: 8|app: 0|req: 705/1360] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:10:41 2026] POST /v2.0/networks => generated 649 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:10:41.780 8 WARNING neutron_lib.context [None req-c5dc95a8-d63a-4778-8432-607435e3fb3a de637ea004a24f5fa7a5d0b52ec9c1a5 23e9818f6cae4323bc190f388f656348 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:10:41.882 8 INFO neutron.db.segments_db [None req-c5dc95a8-d63a-4778-8432-607435e3fb3a de637ea004a24f5fa7a5d0b52ec9c1a5 23e9818f6cae4323bc190f388f656348 - - default default] Added segment 96b21023-2f70-4ac6-885e-f91aa64fb815 of type vxlan for network 6ba54121-6d15-4aa4-ace9-68b835a8b20b [pid: 7|app: 0|req: 656/1361] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:10:41 2026] GET /v2.0/security-groups?tenant_id=4657e43db0ea4ac48dd4f03fa2102154&name=default => generated 2925 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1362] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:10:41 2026] POST /v2.0/networks => generated 649 bytes in 307 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1363] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:10:42 2026] DELETE /v2.0/security-groups/6d4dcaf2-06e9-4451-81b2-67e79e160168 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:10:42.139 7 WARNING neutron_lib.context [None req-8a407b08-61ad-4b50-854c-fac39837e107 de637ea004a24f5fa7a5d0b52ec9c1a5 23e9818f6cae4323bc190f388f656348 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:10:42.183 7 WARNING neutron_lib.context [None req-8a407b08-61ad-4b50-854c-fac39837e107 de637ea004a24f5fa7a5d0b52ec9c1a5 23e9818f6cae4323bc190f388f656348 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 707/1364] 10.0.0.154 () {30 vars in 650 bytes} [Tue Jun 30 19:10:42 2026] GET /v2.0/extensions => generated 19901 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1365] 10.0.0.154 () {30 vars in 724 bytes} [Tue Jun 30 19:10:42 2026] GET /v2.0/quotas/0819f0d1113f49b78cc1f2de464cb95c/details => generated 847 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1366] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:10:42 2026] POST /v2.0/subnets => generated 1225 bytes in 658 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1367] 10.0.0.228 () {32 vars in 647 bytes} [Tue Jun 30 19:10:42 2026] GET /v2.0/subnets => generated 1838 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1370] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:10:42 2026] DELETE /v2.0/subnets/d35dfe5b-4ea2-453e-9d6d-6aec1e461275 => generated 0 bytes in 342 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1371] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:10:43 2026] DELETE /v2.0/subnets/71cefb55-f04f-44bd-96aa-0e06f077b8da => 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: 660/1372] 10.0.0.228 () {32 vars in 647 bytes} [Tue Jun 30 19:10:43 2026] GET /v2.0/subnets => generated 626 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:43.866 8 INFO neutron.services.segments.plugin [-] Segment 96b21023-2f70-4ac6-885e-f91aa64fb815 resource provider aggregate not found 2026-06-30 19:10:43.871 8 INFO neutron.services.segments.plugin [-] Segment 96b21023-2f70-4ac6-885e-f91aa64fb815 resource provider aggregate not found 2026-06-30 19:10:43.890 8 INFO neutron.services.segments.plugin [-] Segment 96b21023-2f70-4ac6-885e-f91aa64fb815 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96b21023-2f70-4ac6-885e-f91aa64fb815 found for delete ", "request_id": "req-eccee2f8-f19a-4b17-a038-35f5ab00c676"}]} [pid: 8|app: 0|req: 713/1373] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:10:43 2026] DELETE /v2.0/networks/6ba54121-6d15-4aa4-ace9-68b835a8b20b => generated 0 bytes in 408 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:10:44.023 8 INFO neutron.services.segments.plugin [-] Segment 96b21023-2f70-4ac6-885e-f91aa64fb815 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96b21023-2f70-4ac6-885e-f91aa64fb815 found for delete ", "request_id": "req-7f17e6a3-9bf2-48c9-9fd5-37ed658cb778"}]} 2026-06-30 19:10:44.197 8 WARNING neutron_lib.context [None req-55da2aa0-0575-47a6-b7a7-e0716368678a 7ecab4267f3949d597195c331799305c 79983944abf44cb4bf59ae42ba0f7b2b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:10:44.295 7 INFO neutron.services.segments.plugin [-] Segment 729dab51-d93c-4ae9-8ea1-e848b639a32d resource provider aggregate not found 2026-06-30 19:10:44.301 7 INFO neutron.services.segments.plugin [-] Segment 729dab51-d93c-4ae9-8ea1-e848b639a32d resource provider aggregate not found 2026-06-30 19:10:44.313 7 INFO neutron.services.segments.plugin [-] Segment 729dab51-d93c-4ae9-8ea1-e848b639a32d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 729dab51-d93c-4ae9-8ea1-e848b639a32d found for delete ", "request_id": "req-33213e6c-8dc8-485b-b364-88c5be770f23"}]} 2026-06-30 19:10:44.313 7 INFO neutron.services.segments.plugin [-] Segment 729dab51-d93c-4ae9-8ea1-e848b639a32d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 729dab51-d93c-4ae9-8ea1-e848b639a32d found for delete ", "request_id": "req-b5097d86-7701-4f46-af82-864c2773523c"}]} [pid: 7|app: 0|req: 661/1374] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:10:43 2026] DELETE /v2.0/networks/38639238-91db-4c48-bc01-301d720aff4b => generated 0 bytes in 414 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:10:44.413 8 INFO neutron.db.segments_db [None req-55da2aa0-0575-47a6-b7a7-e0716368678a 7ecab4267f3949d597195c331799305c 79983944abf44cb4bf59ae42ba0f7b2b - - default default] Added segment b03613f3-c56d-42a2-9bd7-61e49e349064 of type vxlan for network 033b536d-290f-4315-8388-3b3b7c32acc1 [pid: 8|app: 0|req: 714/1375] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:10:44 2026] POST /v2.0/networks => generated 645 bytes in 531 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:10:44.565 8 WARNING neutron_lib.context [None req-05232f33-9a98-4266-90d3-aeab64d7bfcc 7ecab4267f3949d597195c331799305c 79983944abf44cb4bf59ae42ba0f7b2b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 662/1376] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:10:44 2026] DELETE /v2.0/networks/f40bc6ee-025c-414e-8ee4-c50db301ee5e => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1377] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:10:44 2026] DELETE /v2.0/networks/8ffa38e7-2ab3-42cd-9648-e75d0ef26aa4 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1378] 10.0.0.154 () {30 vars in 650 bytes} [Tue Jun 30 19:10:44 2026] GET /v2.0/extensions => generated 19901 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1379] 10.0.0.154 () {30 vars in 724 bytes} [Tue Jun 30 19:10:44 2026] GET /v2.0/quotas/0819f0d1113f49b78cc1f2de464cb95c/details => generated 847 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1380] 10.0.0.228 () {34 vars in 665 bytes} [Tue Jun 30 19:10:44 2026] POST /v2.0/ports => generated 774 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:10:44.948 7 WARNING neutron_lib.context [None req-0e8f9f7b-257c-4bd6-8f73-c2a3473f88ee 7ecab4267f3949d597195c331799305c 79983944abf44cb4bf59ae42ba0f7b2b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:10:45.010 7 INFO neutron.db.segments_db [None req-0e8f9f7b-257c-4bd6-8f73-c2a3473f88ee 7ecab4267f3949d597195c331799305c 79983944abf44cb4bf59ae42ba0f7b2b - - default default] Added segment b10a72e0-fd9b-456f-a1f6-d31fb2744b50 of type vxlan for network 777f0d72-137c-42d7-8dfe-6c21956b8a03 [pid: 7|app: 0|req: 666/1381] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:10:44 2026] POST /v2.0/networks => generated 632 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:10:45.119 8 WARNING neutron_lib.context [None req-f253e6fd-6eca-47a4-86bf-1bd3b425c365 7ecab4267f3949d597195c331799305c 79983944abf44cb4bf59ae42ba0f7b2b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 667/1382] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:10:45 2026] GET /v2.0/security-groups?tenant_id=23e9818f6cae4323bc190f388f656348&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1383] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:10:45 2026] POST /v2.0/subnets => generated 602 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:10:45.483 8 WARNING neutron_lib.context [None req-2d9e817a-2c9a-4401-b461-629e68aff3e6 7ecab4267f3949d597195c331799305c 79983944abf44cb4bf59ae42ba0f7b2b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 668/1384] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:10:45 2026] DELETE /v2.0/security-groups/ecd06b94-2df3-4f9d-a283-2978540c9393 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1385] 10.0.0.228 () {34 vars in 665 bytes} [Tue Jun 30 19:10:45 2026] POST /v2.0/ports => generated 947 bytes in 553 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:10:46.344 7 INFO neutron.services.segments.plugin [-] Segment 3976a2cc-0bbc-49ec-abe7-f913f36c358a resource provider aggregate not found 2026-06-30 19:10:46.348 7 INFO neutron.services.segments.plugin [-] Segment 3976a2cc-0bbc-49ec-abe7-f913f36c358a resource provider aggregate not found 2026-06-30 19:10:46.363 7 INFO neutron.services.segments.plugin [-] Segment 3976a2cc-0bbc-49ec-abe7-f913f36c358a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3976a2cc-0bbc-49ec-abe7-f913f36c358a found for delete ", "request_id": "req-ff00eec5-866e-4065-8cf7-968421877a6f"}]} 2026-06-30 19:10:46.370 7 INFO neutron.services.segments.plugin [-] Segment 3976a2cc-0bbc-49ec-abe7-f913f36c358a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3976a2cc-0bbc-49ec-abe7-f913f36c358a found for delete ", "request_id": "req-b88e5909-e7bb-4146-b980-a467c6323ea5"}]} 2026-06-30 19:10:46.383 7 INFO neutron.services.segments.plugin [-] Segment 1fd32950-bc01-444c-9bf0-dc7664fde30b resource provider aggregate not found 2026-06-30 19:10:46.388 7 INFO neutron.services.segments.plugin [-] Segment 1fd32950-bc01-444c-9bf0-dc7664fde30b resource provider aggregate not found 2026-06-30 19:10:46.406 7 INFO neutron.services.segments.plugin [-] Segment 1fd32950-bc01-444c-9bf0-dc7664fde30b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1fd32950-bc01-444c-9bf0-dc7664fde30b found for delete ", "request_id": "req-a15c80cd-321e-4858-98ec-f819ddca29ea"}]} 2026-06-30 19:10:46.407 7 INFO neutron.services.segments.plugin [-] Segment 1fd32950-bc01-444c-9bf0-dc7664fde30b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1fd32950-bc01-444c-9bf0-dc7664fde30b found for delete ", "request_id": "req-910b8abc-0272-42b3-a780-8c92844eeea8"}]} [pid: 7|app: 0|req: 669/1386] 10.0.0.228 () {32 vars in 720 bytes} [Tue Jun 30 19:10:46 2026] DELETE /v2.0/ports/ef8c5703-6397-41cb-85c2-32bd9894e53f => generated 0 bytes in 511 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:10:46.580 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0c5d2f35-e71f-4233-b617-08ad83965849 7ecab4267f3949d597195c331799305c 79983944abf44cb4bf59ae42ba0f7b2b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 718/1387] 10.0.0.228 () {32 vars in 720 bytes} [Tue Jun 30 19:10:46 2026] DELETE /v2.0/ports/ef8c5703-6397-41cb-85c2-32bd9894e53f => generated 132 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:10:46.616 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3f955a8b-c275-4340-b3d0-8b82e47e974e 7ecab4267f3949d597195c331799305c 79983944abf44cb4bf59ae42ba0f7b2b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 670/1388] 10.0.0.228 () {32 vars in 717 bytes} [Tue Jun 30 19:10:46 2026] GET /v2.0/ports/ef8c5703-6397-41cb-85c2-32bd9894e53f => generated 132 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1389] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:10:46 2026] DELETE /v2.0/subnets/a3c2039c-dd8f-45e3-8a99-5b6950afea5f => 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: 671/1390] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:10:46 2026] DELETE /v2.0/networks/777f0d72-137c-42d7-8dfe-6c21956b8a03 => generated 0 bytes in 392 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:10:47.249 8 WARNING neutron_lib.context [None req-77992a92-b3cf-4cb9-a595-0b7c3f2f733f 7ecab4267f3949d597195c331799305c 79983944abf44cb4bf59ae42ba0f7b2b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:10:47.297 8 INFO neutron.db.segments_db [None req-77992a92-b3cf-4cb9-a595-0b7c3f2f733f 7ecab4267f3949d597195c331799305c 79983944abf44cb4bf59ae42ba0f7b2b - - default default] Added segment 217315a5-4531-4ede-ba5d-ef821c64ef80 of type vxlan for network d503b38d-2996-4d57-9531-6d31d25b7ccc [pid: 8|app: 0|req: 720/1391] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:10:47 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-06-30 19:10:47.420 8 WARNING neutron_lib.context [None req-cd3313f5-58ce-4c80-a58d-66632d879c89 7ecab4267f3949d597195c331799305c 79983944abf44cb4bf59ae42ba0f7b2b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:10:47.423 7 WARNING neutron_lib.context [None req-861ddbb0-5550-4fdb-a40b-268c4b7deb22 9051807cedc149f5bb4c688c102d9bcd 83e9de55e81746f0bbc41a4e387d5572 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 672/1392] 10.0.0.228 () {34 vars in 684 bytes} [Tue Jun 30 19:10:47 2026] POST /v2.0/security-groups => generated 1625 bytes in 390 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1393] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:10:47 2026] POST /v2.0/subnets => generated 602 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1394] 10.0.0.228 () {32 vars in 663 bytes} [Tue Jun 30 19:10:47 2026] GET /v2.0/security-groups => generated 4530 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:10:47.799 8 WARNING neutron_lib.context [None req-48265e2b-d6db-4485-8d58-b0504f9a0b0c 7ecab4267f3949d597195c331799305c 79983944abf44cb4bf59ae42ba0f7b2b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 673/1395] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:10:47 2026] GET /v2.0/security-groups?tenant_id=0819f0d1113f49b78cc1f2de464cb95c&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: 674/1396] 10.0.0.228 () {34 vars in 758 bytes} [Tue Jun 30 19:10:47 2026] PUT /v2.0/security-groups/1d754a74-ecae-4de5-8021-8662777aeb5c => generated 1662 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1397] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:10:47 2026] DELETE /v2.0/security-groups/74fbcebe-1d88-4168-af96-df0895714d0e => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1398] 10.0.0.228 () {32 vars in 737 bytes} [Tue Jun 30 19:10:47 2026] GET /v2.0/security-groups/1d754a74-ecae-4de5-8021-8662777aeb5c => generated 1662 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1399] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:10:48 2026] DELETE /v2.0/security-groups/1d754a74-ecae-4de5-8021-8662777aeb5c => 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: 678/1400] 10.0.0.228 () {32 vars in 663 bytes} [Tue Jun 30 19:10:48 2026] GET /v2.0/security-groups => generated 2925 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:10:48.183 7 INFO neutron.api.v2.resource [None req-c573b4b5-7e53-4856-ab1b-d1797d93a59d 9051807cedc149f5bb4c688c102d9bcd 83e9de55e81746f0bbc41a4e387d5572 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 679/1401] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:10:48 2026] DELETE /v2.0/security-groups/1d754a74-ecae-4de5-8021-8662777aeb5c => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:10:48.197 7 WARNING neutron_lib.context [None req-08880272-2e99-4e66-a90d-d7d76ca37a6e 9051807cedc149f5bb4c688c102d9bcd 83e9de55e81746f0bbc41a4e387d5572 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 723/1402] 10.0.0.228 () {34 vars in 665 bytes} [Tue Jun 30 19:10:47 2026] POST /v2.0/ports => generated 916 bytes in 485 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1403] 10.0.0.228 () {34 vars in 684 bytes} [Tue Jun 30 19:10:48 2026] POST /v2.0/security-groups => generated 1624 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-30 19:10:48.349 7 WARNING neutron_lib.context [None req-b67cad1f-0275-48f6-af3b-d31bb01ac776 9051807cedc149f5bb4c688c102d9bcd 83e9de55e81746f0bbc41a4e387d5572 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:10:48.433 7 INFO neutron.services.segments.plugin [-] Segment b10a72e0-fd9b-456f-a1f6-d31fb2744b50 resource provider aggregate not found 2026-06-30 19:10:48.439 7 INFO neutron.services.segments.plugin [-] Segment b10a72e0-fd9b-456f-a1f6-d31fb2744b50 resource provider aggregate not found 2026-06-30 19:10:48.453 7 INFO neutron.services.segments.plugin [-] Segment b10a72e0-fd9b-456f-a1f6-d31fb2744b50 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b10a72e0-fd9b-456f-a1f6-d31fb2744b50 found for delete ", "request_id": "req-271d8a45-a2c8-4efd-82f2-3935c5fdbe64"}]} 2026-06-30 19:10:48.456 7 INFO neutron.services.segments.plugin [-] Segment b10a72e0-fd9b-456f-a1f6-d31fb2744b50 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b10a72e0-fd9b-456f-a1f6-d31fb2744b50 found for delete ", "request_id": "req-a10ce52d-add3-41b5-8b9f-a224a29edaec"}]} [pid: 7|app: 0|req: 681/1404] 10.0.0.228 () {34 vars in 695 bytes} [Tue Jun 30 19:10:48 2026] POST /v2.0/security-group-rules => generated 601 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1405] 10.0.0.228 () {32 vars in 747 bytes} [Tue Jun 30 19:10:48 2026] GET /v2.0/security-group-rules/5fa2ab6e-1386-44e2-86e0-eae66e66885a => generated 601 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1406] 10.0.0.228 () {32 vars in 673 bytes} [Tue Jun 30 19:10:48 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1407] 10.0.0.228 () {32 vars in 720 bytes} [Tue Jun 30 19:10:48 2026] DELETE /v2.0/ports/61a47eb5-122d-4ffb-91a0-04c4fd4b8a07 => generated 0 bytes in 423 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1408] 10.0.0.228 () {32 vars in 750 bytes} [Tue Jun 30 19:10:48 2026] DELETE /v2.0/security-group-rules/5fa2ab6e-1386-44e2-86e0-eae66e66885a => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:10:48.731 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7b327841-c8ea-4077-bdd2-e66f734ce8a0 7ecab4267f3949d597195c331799305c 79983944abf44cb4bf59ae42ba0f7b2b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 725/1409] 10.0.0.228 () {32 vars in 717 bytes} [Tue Jun 30 19:10:48 2026] GET /v2.0/ports/61a47eb5-122d-4ffb-91a0-04c4fd4b8a07 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1410] 10.0.0.228 () {32 vars in 673 bytes} [Tue Jun 30 19:10:48 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:10:48.848 8 WARNING neutron_lib.context [None req-ebc2a720-b7f3-4549-9055-573fe59c6402 9051807cedc149f5bb4c688c102d9bcd 83e9de55e81746f0bbc41a4e387d5572 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 727/1411] 10.0.0.228 () {34 vars in 695 bytes} [Tue Jun 30 19:10:48 2026] POST /v2.0/security-group-rules => generated 601 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1412] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:10:48 2026] DELETE /v2.0/subnets/1556e7a3-19a1-474c-adf1-bf15fcf24b5d => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1413] 10.0.0.228 () {32 vars in 747 bytes} [Tue Jun 30 19:10:48 2026] GET /v2.0/security-group-rules/6f9f0aec-1449-4ed0-a5ba-2ce86f9c2d7e => 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: 729/1414] 10.0.0.228 () {32 vars in 673 bytes} [Tue Jun 30 19:10:48 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1415] 10.0.0.228 () {32 vars in 750 bytes} [Tue Jun 30 19:10:49 2026] DELETE /v2.0/security-group-rules/6f9f0aec-1449-4ed0-a5ba-2ce86f9c2d7e => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1416] 10.0.0.228 () {32 vars in 673 bytes} [Tue Jun 30 19:10:49 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:10:49.213 8 WARNING neutron_lib.context [None req-60fff0d7-d6c4-45f8-bade-bc94573095bc 9051807cedc149f5bb4c688c102d9bcd 83e9de55e81746f0bbc41a4e387d5572 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 732/1417] 10.0.0.228 () {34 vars in 695 bytes} [Tue Jun 30 19:10:49 2026] POST /v2.0/security-group-rules => generated 602 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1418] 10.0.0.228 () {32 vars in 747 bytes} [Tue Jun 30 19:10:49 2026] GET /v2.0/security-group-rules/51538f84-1a27-425a-8c6e-03db778352a8 => generated 602 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1419] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:10:48 2026] DELETE /v2.0/networks/d503b38d-2996-4d57-9531-6d31d25b7ccc => generated 0 bytes in 475 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:10:49.466 7 WARNING neutron_lib.context [None req-fe21693c-4959-44fb-8ca0-d7c95d949bc1 7ecab4267f3949d597195c331799305c 79983944abf44cb4bf59ae42ba0f7b2b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 734/1420] 10.0.0.228 () {32 vars in 673 bytes} [Tue Jun 30 19:10:49 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1421] 10.0.0.228 () {32 vars in 750 bytes} [Tue Jun 30 19:10:49 2026] DELETE /v2.0/security-group-rules/51538f84-1a27-425a-8c6e-03db778352a8 => 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: 736/1422] 10.0.0.228 () {32 vars in 673 bytes} [Tue Jun 30 19:10:49 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1423] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:10:49 2026] DELETE /v2.0/security-groups/cd2ea843-1358-429b-b464-7c1ef90a8982 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1424] 10.0.0.228 () {32 vars in 663 bytes} [Tue Jun 30 19:10:49 2026] GET /v2.0/security-groups => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1425] 10.0.0.228 () {34 vars in 665 bytes} [Tue Jun 30 19:10:49 2026] POST /v2.0/ports => generated 774 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 739/1426] 10.0.0.228 () {32 vars in 663 bytes} [Tue Jun 30 19:10:49 2026] GET /v2.0/security-groups => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1427] 10.0.0.228 () {34 vars in 737 bytes} [Tue Jun 30 19:10:49 2026] PUT /v2.0/ports/1c009f06-2073-489d-bb24-5ab6b0f7ac99 => generated 752 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1428] 10.0.0.228 () {32 vars in 720 bytes} [Tue Jun 30 19:10:50 2026] DELETE /v2.0/ports/1c009f06-2073-489d-bb24-5ab6b0f7ac99 => generated 0 bytes in 301 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1429] 10.0.0.228 () {32 vars in 643 bytes} [Tue Jun 30 19:10:50 2026] GET /v2.0/ports => generated 777 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:50.401 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5008d038-4570-4d28-8cba-ea5f008446e5 7ecab4267f3949d597195c331799305c 79983944abf44cb4bf59ae42ba0f7b2b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 742/1430] 10.0.0.228 () {32 vars in 717 bytes} [Tue Jun 30 19:10:50 2026] GET /v2.0/ports/1c009f06-2073-489d-bb24-5ab6b0f7ac99 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1431] 10.0.0.228 () {32 vars in 643 bytes} [Tue Jun 30 19:10:50 2026] GET /v2.0/ports => generated 777 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:50.486 7 INFO neutron.services.segments.plugin [-] Segment 217315a5-4531-4ede-ba5d-ef821c64ef80 resource provider aggregate not found 2026-06-30 19:10:50.494 7 INFO neutron.services.segments.plugin [-] Segment 217315a5-4531-4ede-ba5d-ef821c64ef80 resource provider aggregate not found [pid: 8|app: 0|req: 744/1432] 10.0.0.228 () {32 vars in 717 bytes} [Tue Jun 30 19:10:50 2026] GET /v2.0/ports/3dfaa434-87d7-40e2-9b5c-828a7ddf1d90 => generated 774 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:50.511 7 INFO neutron.services.segments.plugin [-] Segment 217315a5-4531-4ede-ba5d-ef821c64ef80 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 217315a5-4531-4ede-ba5d-ef821c64ef80 found for delete ", "request_id": "req-58d61e92-432d-4ef7-86d7-69dc142c89b5"}]} 2026-06-30 19:10:50.515 7 INFO neutron.services.segments.plugin [-] Segment 217315a5-4531-4ede-ba5d-ef821c64ef80 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 217315a5-4531-4ede-ba5d-ef821c64ef80 found for delete ", "request_id": "req-1ab9d5ae-6b5b-49b6-a56b-6dd6738fa9b1"}]} 2026-06-30 19:10:50.523 8 INFO neutron.pecan_wsgi.hooks.translation [None req-15864ea1-4e15-4f3f-8fc2-9c4a42458bfb 7ecab4267f3949d597195c331799305c 79983944abf44cb4bf59ae42ba0f7b2b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 745/1433] 10.0.0.228 () {32 vars in 720 bytes} [Tue Jun 30 19:10:50 2026] DELETE /v2.0/ports/61a47eb5-122d-4ffb-91a0-04c4fd4b8a07 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:10:50.548 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b0c88b48-0e7b-4396-b288-da8a26ac07c8 7ecab4267f3949d597195c331799305c 79983944abf44cb4bf59ae42ba0f7b2b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 746/1434] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:10:50 2026] DELETE /v2.0/subnets/1556e7a3-19a1-474c-adf1-bf15fcf24b5d => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:10:50.583 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5d1e7840-240d-4aae-b130-62400bd69783 7ecab4267f3949d597195c331799305c 79983944abf44cb4bf59ae42ba0f7b2b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 747/1435] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:10:50 2026] DELETE /v2.0/subnets/a3c2039c-dd8f-45e3-8a99-5b6950afea5f => generated 136 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1436] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:10:50 2026] GET /v2.0/security-groups?tenant_id=83e9de55e81746f0bbc41a4e387d5572&name=default => generated 2925 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1437] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:10:50 2026] DELETE /v2.0/security-groups/c8ca9953-8338-4a2b-b9af-c4ddc657ebbf => 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: 748/1438] 10.0.0.228 () {32 vars in 720 bytes} [Tue Jun 30 19:10:50 2026] DELETE /v2.0/ports/3dfaa434-87d7-40e2-9b5c-828a7ddf1d90 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1439] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:10:50 2026] GET /v2.0/security-groups?tenant_id=d5fb5b62d6a6432f9eb20d3037b8d630&name=default => generated 2925 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:10:51.008 8 INFO neutron.services.segments.plugin [-] Segment b03613f3-c56d-42a2-9bd7-61e49e349064 resource provider aggregate not found 2026-06-30 19:10:51.023 8 INFO neutron.services.segments.plugin [-] Segment b03613f3-c56d-42a2-9bd7-61e49e349064 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b03613f3-c56d-42a2-9bd7-61e49e349064 found for delete ", "request_id": "req-04638dc7-0bce-45a7-9769-c59ef58ec84f"}]} 2026-06-30 19:10:51.026 8 INFO neutron.services.segments.plugin [-] Segment b03613f3-c56d-42a2-9bd7-61e49e349064 resource provider aggregate not found 2026-06-30 19:10:51.038 8 INFO neutron.services.segments.plugin [-] Segment b03613f3-c56d-42a2-9bd7-61e49e349064 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b03613f3-c56d-42a2-9bd7-61e49e349064 found for delete ", "request_id": "req-1cf1b7f7-9e3b-41bf-9c02-6ffa6587fef2"}]} [pid: 8|app: 0|req: 749/1440] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:10:50 2026] DELETE /v2.0/networks/033b536d-290f-4315-8388-3b3b7c32acc1 => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1441] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:10:50 2026] DELETE /v2.0/security-groups/cc16663d-77bf-40c6-be4b-488ee9d4a368 => 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: 750/1442] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:10:51 2026] GET /v2.0/security-groups?tenant_id=79983944abf44cb4bf59ae42ba0f7b2b&name=default => generated 2925 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1443] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:10:51 2026] DELETE /v2.0/security-groups/113c08f7-f192-4788-bc2f-9532380b1b12 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:10:52.638 8 WARNING neutron_lib.context [None req-4e4288f4-d91e-4789-b042-b991575cd79f 16ffb414f13c4e7f96ee0983da617c53 4964bfcdc01f40c6a6899c7305bdc5fb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:10:52.787 8 INFO neutron.db.segments_db [None req-4e4288f4-d91e-4789-b042-b991575cd79f 16ffb414f13c4e7f96ee0983da617c53 4964bfcdc01f40c6a6899c7305bdc5fb - - default default] Added segment 210539c4-c5d2-4bae-a8b4-43f95b5a7ee5 of type vxlan for network e9a3a416-d71d-426f-b158-6d632e551e65 [pid: 8|app: 0|req: 751/1444] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:10:52 2026] POST /v2.0/networks => generated 632 bytes in 511 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:10:52.931 7 WARNING neutron_lib.context [None req-a105e720-0ec9-4c69-9eff-ca35ec41ae57 16ffb414f13c4e7f96ee0983da617c53 4964bfcdc01f40c6a6899c7305bdc5fb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:10:52.997 7 INFO neutron.db.segments_db [None req-a105e720-0ec9-4c69-9eff-ca35ec41ae57 16ffb414f13c4e7f96ee0983da617c53 4964bfcdc01f40c6a6899c7305bdc5fb - - default default] Added segment 6292cc2d-5fbb-43d8-9d1d-0e46970e2055 of type vxlan for network 59429e0e-84c9-44e8-8f5f-7b35513e07d7 [pid: 7|app: 0|req: 694/1445] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:10:52 2026] POST /v2.0/networks => generated 631 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:10:53.120 8 WARNING neutron_lib.context [None req-29681e71-102c-4d70-8932-0f9f5ce45bb8 16ffb414f13c4e7f96ee0983da617c53 4964bfcdc01f40c6a6899c7305bdc5fb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:10:53.200 8 INFO neutron.db.segments_db [None req-29681e71-102c-4d70-8932-0f9f5ce45bb8 16ffb414f13c4e7f96ee0983da617c53 4964bfcdc01f40c6a6899c7305bdc5fb - - default default] Added segment d9f17e55-6ff2-4555-b5e8-0aa8a2444286 of type vxlan for network a0fc8a01-0a1c-4f70-acdf-063d6eeb17a3 [pid: 8|app: 0|req: 752/1446] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:10:53 2026] POST /v2.0/networks => generated 632 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:10:53.346 7 WARNING neutron_lib.context [None req-05ee5d0a-7621-42dc-b9e0-e8ea9f25fa25 16ffb414f13c4e7f96ee0983da617c53 4964bfcdc01f40c6a6899c7305bdc5fb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:10:53.408 7 INFO neutron.db.segments_db [None req-05ee5d0a-7621-42dc-b9e0-e8ea9f25fa25 16ffb414f13c4e7f96ee0983da617c53 4964bfcdc01f40c6a6899c7305bdc5fb - - default default] Added segment ea257a6a-2113-4abf-888c-72df315ebeb1 of type vxlan for network 3597d404-6e9f-4761-96ec-35cdfd20d9f9 [pid: 7|app: 0|req: 695/1447] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:10:53 2026] POST /v2.0/networks => generated 632 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:10:53.530 8 WARNING neutron_lib.context [None req-df63bb46-920d-488f-8a12-3c53ce2c8217 16ffb414f13c4e7f96ee0983da617c53 4964bfcdc01f40c6a6899c7305bdc5fb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:10:53.618 8 INFO neutron.db.segments_db [None req-df63bb46-920d-488f-8a12-3c53ce2c8217 16ffb414f13c4e7f96ee0983da617c53 4964bfcdc01f40c6a6899c7305bdc5fb - - default default] Added segment c08274f0-7eda-40d6-897b-f59f7835bb76 of type vxlan for network 6af92d64-bbb9-47b9-9b60-dc052e517f20 [pid: 8|app: 0|req: 753/1448] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:10:53 2026] POST /v2.0/networks => generated 632 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1449] 10.0.0.228 () {34 vars in 753 bytes} [Tue Jun 30 19:10:53 2026] PUT /v2.0/networks/e9a3a416-d71d-426f-b158-6d632e551e65/tags => generated 17 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:10:53.866 7 WARNING neutron_lib.context [None req-dd956ab0-bdfa-4a7c-a842-d51eb69b02ad 0be4ff05cbc94e198b271159828cb3ba d0fc6d776a234381be4ceaa5fd4b4d0a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 755/1450] 10.0.0.228 () {34 vars in 753 bytes} [Tue Jun 30 19:10:53 2026] PUT /v2.0/networks/59429e0e-84c9-44e8-8f5f-7b35513e07d7/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1451] 10.0.0.228 () {34 vars in 753 bytes} [Tue Jun 30 19:10:53 2026] PUT /v2.0/networks/a0fc8a01-0a1c-4f70-acdf-063d6eeb17a3/tags => generated 34 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:10:54.019 7 INFO neutron.db.segments_db [None req-dd956ab0-bdfa-4a7c-a842-d51eb69b02ad 0be4ff05cbc94e198b271159828cb3ba d0fc6d776a234381be4ceaa5fd4b4d0a - - default default] Added segment 4160f09e-5848-4059-bb70-7d0c394a4c4d of type vxlan for network 45caf0a9-9593-4790-91d2-0b91f279732a [pid: 8|app: 0|req: 757/1452] 10.0.0.228 () {34 vars in 753 bytes} [Tue Jun 30 19:10:53 2026] PUT /v2.0/networks/3597d404-6e9f-4761-96ec-35cdfd20d9f9/tags => generated 19 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:10:54.107 8 WARNING neutron_lib.context [None req-d8c8943d-6054-4586-adf4-790d0df3d7c0 0b72198a910e4e379320b84cbfbff182 766f0d55a2c0459fadce81e6b825c031 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 696/1453] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:10:53 2026] POST /v2.0/networks => generated 630 bytes in 430 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1454] 10.0.0.228 () {32 vars in 666 bytes} [Tue Jun 30 19:10:54 2026] GET /v2.0/networks?tags=red => generated 1856 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:10:54.246 7 WARNING neutron_lib.context [None req-1f21f063-4c97-4660-b3b0-18f9f9035def 0be4ff05cbc94e198b271159828cb3ba d0fc6d776a234381be4ceaa5fd4b4d0a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:10:54.254 8 INFO neutron.db.segments_db [None req-d8c8943d-6054-4586-adf4-790d0df3d7c0 0b72198a910e4e379320b84cbfbff182 766f0d55a2c0459fadce81e6b825c031 - - default default] Added segment 9d0f0641-13a2-48f0-a6e5-b2b57f1a803d of type vxlan for network 0dbe14aa-1d22-4474-8fe3-1296345334de 2026-06-30 19:10:54.309 7 INFO neutron.db.segments_db [None req-1f21f063-4c97-4660-b3b0-18f9f9035def 0be4ff05cbc94e198b271159828cb3ba d0fc6d776a234381be4ceaa5fd4b4d0a - - default default] Added segment 42515558-51aa-4681-bdf5-b59dd2126d3e of type vxlan for network a7716474-927d-4876-a961-139f604904be [pid: 8|app: 0|req: 758/1455] 10.0.0.228 () {34 vars in 671 bytes} [Tue Jun 30 19:10:54 2026] POST /v2.0/networks => generated 633 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1456] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:10:54 2026] POST /v2.0/networks => generated 630 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:10:54.436 7 WARNING neutron_lib.context [None req-227936c6-511b-4399-b357-b4d81a939a2e 0b72198a910e4e379320b84cbfbff182 766f0d55a2c0459fadce81e6b825c031 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 759/1457] 10.0.0.228 () {32 vars in 680 bytes} [Tue Jun 30 19:10:54 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:10:54.463 8 WARNING neutron_lib.context [None req-75ab9279-91f3-498e-8724-7b19965e544b 0be4ff05cbc94e198b271159828cb3ba d0fc6d776a234381be4ceaa5fd4b4d0a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:10:54.473 7 INFO neutron.db.segments_db [None req-227936c6-511b-4399-b357-b4d81a939a2e 0b72198a910e4e379320b84cbfbff182 766f0d55a2c0459fadce81e6b825c031 - - default default] Added segment da63d909-a950-4a3e-bb2c-e3087a63f735 of type vxlan for network d9b06c3d-9a9e-4c7b-8f95-c49421382594 [pid: 8|app: 0|req: 760/1458] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:10:54 2026] POST /v2.0/subnets => generated 602 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:10:54.809 7 INFO neutron.db.l3_hamode_db [None req-227936c6-511b-4399-b357-b4d81a939a2e 0b72198a910e4e379320b84cbfbff182 766f0d55a2c0459fadce81e6b825c031 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 761/1459] 10.0.0.228 () {32 vars in 676 bytes} [Tue Jun 30 19:10:54 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:10:54.888 8 WARNING neutron_lib.context [None req-16b8df70-36f0-44ae-b362-4a393b976b83 0be4ff05cbc94e198b271159828cb3ba d0fc6d776a234381be4ceaa5fd4b4d0a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 762/1460] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:10:54 2026] POST /v2.0/subnets => generated 602 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1461] 10.0.0.228 () {32 vars in 688 bytes} [Tue Jun 30 19:10:55 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1856 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1462] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:10:55 2026] GET /v2.0/security-groups?tenant_id=af6de3b4eca441e8b6d54d7ab35fe7bf&name=default => generated 2925 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:10:55.522 8 WARNING neutron_lib.context [None req-709a7530-4e03-4d8d-91e7-39d2c730cd00 0be4ff05cbc94e198b271159828cb3ba d0fc6d776a234381be4ceaa5fd4b4d0a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:10:55.595 8 INFO neutron.db.segments_db [None req-709a7530-4e03-4d8d-91e7-39d2c730cd00 0be4ff05cbc94e198b271159828cb3ba d0fc6d776a234381be4ceaa5fd4b4d0a - - default default] Added segment bf9e26b5-f7fc-46c7-9352-5e2e42604fb6 of type vxlan for network 6dbef32e-7bdd-4980-a943-69f76cd9f1ea 2026-06-30 19:10:55.910 8 INFO neutron.db.l3_hamode_db [None req-709a7530-4e03-4d8d-91e7-39d2c730cd00 0be4ff05cbc94e198b271159828cb3ba d0fc6d776a234381be4ceaa5fd4b4d0a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:10:55.929 7 INFO neutron.db.l3_hamode_db [None req-227936c6-511b-4399-b357-b4d81a939a2e 0b72198a910e4e379320b84cbfbff182 766f0d55a2c0459fadce81e6b825c031 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:10:56.129 8 INFO neutron.db.l3_hamode_db [None req-709a7530-4e03-4d8d-91e7-39d2c730cd00 0be4ff05cbc94e198b271159828cb3ba d0fc6d776a234381be4ceaa5fd4b4d0a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 765/1463] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:10:55 2026] POST /v2.0/routers => generated 507 bytes in 1439 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1464] 10.0.0.228 () {32 vars in 674 bytes} [Tue Jun 30 19:10:56 2026] GET /v2.0/networks?not-tags=red => generated 1862 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1465] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:10:57 2026] DELETE /v2.0/security-groups/626f8e05-b4e7-4021-ac12-9eea30dd9370 => 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: 699/1466] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:10:54 2026] POST /v2.0/routers => generated 694 bytes in 3069 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1467] 10.0.0.228 () {32 vars in 688 bytes} [Tue Jun 30 19:10:57 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2469 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1468] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:10:57 2026] GET /v2.0/security-groups?tenant_id=6b7ba7dca21b40acbcdce40a1a073099&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: 702/1469] 10.0.0.228 () {32 vars in 776 bytes} [Tue Jun 30 19:10:57 2026] GET /v2.0/subnets?project_id=766f0d55a2c0459fadce81e6b825c031&cidr=10.100.0.0%2F28 => generated 14 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1470] 10.0.0.228 () {32 vars in 684 bytes} [Tue Jun 30 19:10:57 2026] GET /v2.0/networks?not-tags-any=blue => generated 2469 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1471] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:10:58 2026] DELETE /v2.0/security-groups/bade4751-699d-486c-8f84-d745f2f5ca2d => 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: 705/1472] 10.0.0.228 () {32 vars in 694 bytes} [Tue Jun 30 19:10:58 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1473] 10.0.0.228 () {32 vars in 696 bytes} [Tue Jun 30 19:10:58 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1862 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1476] 10.0.0.228 () {32 vars in 784 bytes} [Tue Jun 30 19:10:58 2026] GET /v2.0/subnets?network_id=6071fc42-3d19-4a57-aa6b-c0870fad7e28&cidr=10.100.0.0%2F28 => generated 14 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:10:58.533 7 INFO neutron.services.segments.plugin [-] Segment 210539c4-c5d2-4bae-a8b4-43f95b5a7ee5 resource provider aggregate not found 2026-06-30 19:10:58.543 7 INFO neutron.services.segments.plugin [-] Segment 210539c4-c5d2-4bae-a8b4-43f95b5a7ee5 resource provider aggregate not found 2026-06-30 19:10:58.550 7 INFO neutron.services.segments.plugin [-] Segment 210539c4-c5d2-4bae-a8b4-43f95b5a7ee5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 210539c4-c5d2-4bae-a8b4-43f95b5a7ee5 found for delete ", "request_id": "req-3dc4fadd-0957-49ec-a040-1a1eccf0f75d"}]} 2026-06-30 19:10:58.563 7 INFO neutron.services.segments.plugin [-] Segment 210539c4-c5d2-4bae-a8b4-43f95b5a7ee5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 210539c4-c5d2-4bae-a8b4-43f95b5a7ee5 found for delete ", "request_id": "req-fd53b3ce-86dd-4b36-b778-2d28db19e83f"}]} [pid: 7|app: 0|req: 710/1477] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:10:58 2026] DELETE /v2.0/networks/e9a3a416-d71d-426f-b158-6d632e551e65 => generated 0 bytes in 246 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:10:58.585 7 WARNING neutron_lib.context [None req-01f253c5-ac8f-4ed8-b506-7d5119d51c4e 0b72198a910e4e379320b84cbfbff182 766f0d55a2c0459fadce81e6b825c031 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 711/1478] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:10:58 2026] POST /v2.0/subnets => generated 633 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1479] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:10:58 2026] DELETE /v2.0/networks/59429e0e-84c9-44e8-8f5f-7b35513e07d7 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1480] 10.0.0.228 () {34 vars in 783 bytes} [Tue Jun 30 19:10:57 2026] PUT /v2.0/routers/e8c66958-277e-4175-82c1-70cf5c00d44d/add_router_interface => generated 309 bytes in 2367 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1481] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:10:59 2026] DELETE /v2.0/networks/a0fc8a01-0a1c-4f70-acdf-063d6eeb17a3 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:10:59.766 8 INFO neutron.services.segments.plugin [-] Segment d9f17e55-6ff2-4555-b5e8-0aa8a2444286 resource provider aggregate not found 2026-06-30 19:10:59.770 8 INFO neutron.services.segments.plugin [-] Segment d9f17e55-6ff2-4555-b5e8-0aa8a2444286 resource provider aggregate not found 2026-06-30 19:10:59.785 8 INFO neutron.services.segments.plugin [-] Segment d9f17e55-6ff2-4555-b5e8-0aa8a2444286 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9f17e55-6ff2-4555-b5e8-0aa8a2444286 found for delete ", "request_id": "req-d57959b1-7296-45ab-9df4-64b07b15a9ab"}]} 2026-06-30 19:10:59.793 8 INFO neutron.services.segments.plugin [-] Segment d9f17e55-6ff2-4555-b5e8-0aa8a2444286 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9f17e55-6ff2-4555-b5e8-0aa8a2444286 found for delete ", "request_id": "req-7cdd645c-2618-4592-ab3a-679c92a3e68e"}]} [pid: 8|app: 0|req: 770/1482] 10.0.0.228 () {32 vars in 717 bytes} [Tue Jun 30 19:10:59 2026] GET /v2.0/ports/b4a5e307-e03a-4a7a-9fd0-1514aa8ccaaa => generated 955 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1483] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:10:59 2026] DELETE /v2.0/networks/3597d404-6e9f-4761-96ec-35cdfd20d9f9 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:11:00.576 7 INFO neutron.services.segments.plugin [-] Segment 6292cc2d-5fbb-43d8-9d1d-0e46970e2055 resource provider aggregate not found 2026-06-30 19:11:00.590 7 INFO neutron.services.segments.plugin [-] Segment 6292cc2d-5fbb-43d8-9d1d-0e46970e2055 resource provider aggregate not found 2026-06-30 19:11:00.607 7 INFO neutron.services.segments.plugin [-] Segment 6292cc2d-5fbb-43d8-9d1d-0e46970e2055 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6292cc2d-5fbb-43d8-9d1d-0e46970e2055 found for delete ", "request_id": "req-165b7f88-f8ef-4864-867b-169a25b20766"}]} 2026-06-30 19:11:00.608 7 INFO neutron.services.segments.plugin [-] Segment 6292cc2d-5fbb-43d8-9d1d-0e46970e2055 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6292cc2d-5fbb-43d8-9d1d-0e46970e2055 found for delete ", "request_id": "req-af3e3408-bca5-4008-b675-6a7c3bfaa379"}]} [pid: 7|app: 0|req: 713/1484] 10.0.0.228 () {34 vars in 783 bytes} [Tue Jun 30 19:10:59 2026] PUT /v2.0/routers/394489c7-a329-42e0-ba01-235c4f113a71/add_router_interface => generated 309 bytes in 1875 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1485] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:11:00 2026] DELETE /v2.0/networks/6af92d64-bbb9-47b9-9b60-dc052e517f20 => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1486] 10.0.0.228 () {32 vars in 649 bytes} [Tue Jun 30 19:11:01 2026] GET /v2.0/networks => generated 5783 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1487] 10.0.0.228 () {32 vars in 647 bytes} [Tue Jun 30 19:11:01 2026] GET /v2.0/subnets => generated 4318 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1488] 10.0.0.228 () {32 vars in 647 bytes} [Tue Jun 30 19:11:01 2026] GET /v2.0/routers => generated 1274 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:11:01.705 7 WARNING neutron_lib.context [None req-06828637-d1be-420f-a4d6-0eed38ccdebe 0b72198a910e4e379320b84cbfbff182 766f0d55a2c0459fadce81e6b825c031 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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/1489] 10.0.0.228 () {34 vars in 783 bytes} [Tue Jun 30 19:11:00 2026] PUT /v2.0/routers/e8c66958-277e-4175-82c1-70cf5c00d44d/add_router_interface => generated 309 bytes in 1761 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:01.813 8 INFO neutron.services.segments.plugin [-] Segment ea257a6a-2113-4abf-888c-72df315ebeb1 resource provider aggregate not found 2026-06-30 19:11:01.825 8 INFO neutron.services.segments.plugin [-] Segment ea257a6a-2113-4abf-888c-72df315ebeb1 resource provider aggregate not found 2026-06-30 19:11:01.840 8 INFO neutron.services.segments.plugin [-] Segment ea257a6a-2113-4abf-888c-72df315ebeb1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea257a6a-2113-4abf-888c-72df315ebeb1 found for delete ", "request_id": "req-d1942d96-4eb1-4251-80d5-f3b22beedff2"}]} 2026-06-30 19:11:01.841 8 INFO neutron.services.segments.plugin [-] Segment ea257a6a-2113-4abf-888c-72df315ebeb1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea257a6a-2113-4abf-888c-72df315ebeb1 found for delete ", "request_id": "req-0da1c422-e11b-4264-ba14-e84b687c1dc3"}]} [pid: 7|app: 0|req: 718/1490] 10.0.0.228 () {34 vars in 685 bytes} [Tue Jun 30 19:11:01 2026] POST /v2.0/security-groups => generated 1675 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-30 19:11:01.901 7 WARNING neutron_lib.context [None req-f7b0899a-94a7-4f29-8801-3b2f180cd757 0b72198a910e4e379320b84cbfbff182 766f0d55a2c0459fadce81e6b825c031 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 773/1491] 10.0.0.228 () {32 vars in 717 bytes} [Tue Jun 30 19:11:01 2026] GET /v2.0/ports/65a8255c-c878-4167-b0f2-77efd2a41a47 => generated 955 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1492] 10.0.0.228 () {34 vars in 695 bytes} [Tue Jun 30 19:11:01 2026] POST /v2.0/security-group-rules => generated 597 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:11:02.051 7 WARNING neutron_lib.context [None req-baa438ed-dc53-489d-98d3-f4707ca8ed78 0b72198a910e4e379320b84cbfbff182 766f0d55a2c0459fadce81e6b825c031 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 720/1493] 10.0.0.228 () {34 vars in 695 bytes} [Tue Jun 30 19:11:02 2026] POST /v2.0/security-group-rules => generated 596 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1494] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:11:02 2026] GET /v2.0/security-groups?tenant_id=4b1f640eb68e473c8e514984d796ebdc&name=default => generated 2925 bytes in 325 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:11:02.519 7 WARNING neutron_lib.context [None req-a1a45871-ebec-4779-af32-424b7f1cd027 0b72198a910e4e379320b84cbfbff182 766f0d55a2c0459fadce81e6b825c031 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:11:02.630 7 INFO neutron.services.segments.plugin [-] Segment c08274f0-7eda-40d6-897b-f59f7835bb76 resource provider aggregate not found 2026-06-30 19:11:02.640 7 INFO neutron.services.segments.plugin [-] Segment c08274f0-7eda-40d6-897b-f59f7835bb76 resource provider aggregate not found 2026-06-30 19:11:02.653 7 INFO neutron.services.segments.plugin [-] Segment c08274f0-7eda-40d6-897b-f59f7835bb76 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c08274f0-7eda-40d6-897b-f59f7835bb76 found for delete ", "request_id": "req-841dda73-cfc5-4462-aa06-f08e5000d022"}]} 2026-06-30 19:11:02.657 7 INFO neutron.services.segments.plugin [-] Segment c08274f0-7eda-40d6-897b-f59f7835bb76 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c08274f0-7eda-40d6-897b-f59f7835bb76 found for delete ", "request_id": "req-d53b8615-049f-4968-88c6-08dbdb1f8300"}]} [pid: 7|app: 0|req: 722/1495] 10.0.0.228 () {34 vars in 695 bytes} [Tue Jun 30 19:11:02 2026] POST /v2.0/security-group-rules => generated 602 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1496] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:11:02 2026] DELETE /v2.0/security-groups/8c2490cf-5d46-445f-976a-cc018f31d78d => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:11:02.795 7 WARNING neutron_lib.context [None req-f0a3069b-2a50-4387-84cb-a6627e50c1f4 0b72198a910e4e379320b84cbfbff182 766f0d55a2c0459fadce81e6b825c031 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 724/1497] 10.0.0.228 () {34 vars in 695 bytes} [Tue Jun 30 19:11:02 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) [pid: 7|app: 0|req: 725/1498] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:11:02 2026] GET /v2.0/security-groups?tenant_id=c097907aba354f3d8dfb4478062be639&name=default => generated 2925 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:11:03.030 7 WARNING neutron_lib.context [None req-7852b58a-b2fb-4d22-9d3a-1100cec4aafe 0b72198a910e4e379320b84cbfbff182 766f0d55a2c0459fadce81e6b825c031 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:11:03.071 7 INFO neutron.db.securitygroups_db [None req-7852b58a-b2fb-4d22-9d3a-1100cec4aafe 0b72198a910e4e379320b84cbfbff182 766f0d55a2c0459fadce81e6b825c031 - - default default] Project 766f0d55a2c0459fadce81e6b825c031 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: 726/1499] 10.0.0.228 () {34 vars in 695 bytes} [Tue Jun 30 19:11:03 2026] POST /v2.0/security-group-rules => generated 607 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1500] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:11:03 2026] DELETE /v2.0/security-groups/20d46257-19fb-4df6-bff7-26e0ab82eb91 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:11:03.274 7 WARNING neutron_lib.context [None req-51e12efe-dc33-4bd8-b50d-68583e2d26f5 0b72198a910e4e379320b84cbfbff182 766f0d55a2c0459fadce81e6b825c031 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:11:03.307 7 INFO neutron.db.securitygroups_db [None req-51e12efe-dc33-4bd8-b50d-68583e2d26f5 0b72198a910e4e379320b84cbfbff182 766f0d55a2c0459fadce81e6b825c031 - - default default] Project 766f0d55a2c0459fadce81e6b825c031 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: 728/1501] 10.0.0.228 () {34 vars in 695 bytes} [Tue Jun 30 19:11:03 2026] POST /v2.0/security-group-rules => generated 606 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1502] 10.0.0.228 () {34 vars in 789 bytes} [Tue Jun 30 19:11:01 2026] PUT /v2.0/routers/e8c66958-277e-4175-82c1-70cf5c00d44d/remove_router_interface => generated 309 bytes in 1615 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1503] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:11:03 2026] GET /v2.0/security-groups?tenant_id=4964bfcdc01f40c6a6899c7305bdc5fb&name=default => generated 2925 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1504] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:11:03 2026] GET /v2.0/security-groups?tenant_id=9cfbd20828d14a128910e9760f2aa727&name=default => generated 2925 bytes in 352 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1505] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:11:03 2026] DELETE /v2.0/security-groups/15ef01ac-a124-41b7-8597-f9ca3dc21865 => 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: 731/1506] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:11:03 2026] DELETE /v2.0/security-groups/6479cc06-5ac0-4c4d-bd5c-3a2b76823b39 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1507] 10.0.0.228 () {32 vars in 649 bytes} [Tue Jun 30 19:11:03 2026] GET /v2.0/networks => generated 1298 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1508] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:11:04 2026] GET /v2.0/security-groups?tenant_id=6dc4bb98c59742e3b6185dce59b76cfc&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1509] 10.0.0.53 () {34 vars in 1099 bytes} [Tue Jun 30 19:11:04 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1955142573&fields=id&tenant_id=766f0d55a2c0459fadce81e6b825c031 => generated 69 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1510] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:11:04 2026] DELETE /v2.0/security-groups/e16cb928-58f5-4b4d-821d-dadaa8c261f4 => 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: 776/1511] 10.0.0.228 () {34 vars in 789 bytes} [Tue Jun 30 19:11:03 2026] PUT /v2.0/routers/e8c66958-277e-4175-82c1-70cf5c00d44d/remove_router_interface => generated 309 bytes in 1015 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1512] 10.0.0.53 () {34 vars in 981 bytes} [Tue Jun 30 19:11:04 2026] GET /v2.0/networks?id=0dbe14aa-1d22-4474-8fe3-1296345334de => generated 661 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1513] 10.0.0.228 () {32 vars in 736 bytes} [Tue Jun 30 19:11:04 2026] GET /v2.0/ports?device_id=e8c66958-277e-4175-82c1-70cf5c00d44d => 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: 737/1514] 10.0.0.53 () {34 vars in 964 bytes} [Tue Jun 30 19:11:04 2026] GET /v2.0/quotas/766f0d55a2c0459fadce81e6b825c031 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1515] 10.0.0.53 () {34 vars in 1001 bytes} [Tue Jun 30 19:11:04 2026] GET /v2.0/ports?tenant_id=766f0d55a2c0459fadce81e6b825c031&fields=id => generated 103 bytes in 515 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1516] 10.0.0.53 () {34 vars in 1007 bytes} [Tue Jun 30 19:11:05 2026] GET /v2.0/networks/0dbe14aa-1d22-4474-8fe3-1296345334de?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:11:05.267 8 INFO neutron.services.segments.plugin [-] Segment bf9e26b5-f7fc-46c7-9352-5e2e42604fb6 resource provider aggregate not found 2026-06-30 19:11:05.271 8 INFO neutron.services.segments.plugin [-] Segment bf9e26b5-f7fc-46c7-9352-5e2e42604fb6 resource provider aggregate not found 2026-06-30 19:11:05.296 8 INFO neutron.services.segments.plugin [-] Segment bf9e26b5-f7fc-46c7-9352-5e2e42604fb6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf9e26b5-f7fc-46c7-9352-5e2e42604fb6 found for delete ", "request_id": "req-0801776c-cae2-4662-979d-25ad8d1c7ca6"}]} 2026-06-30 19:11:05.297 8 INFO neutron.services.segments.plugin [-] Segment bf9e26b5-f7fc-46c7-9352-5e2e42604fb6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf9e26b5-f7fc-46c7-9352-5e2e42604fb6 found for delete ", "request_id": "req-3ceb2fd7-869c-4e24-a6c4-c1fb779cc054"}]} 2026-06-30 19:11:05.300 8 INFO neutron.db.l3_hamode_db [None req-f09081c2-baa3-4d1f-a350-a064794e3f0a 0be4ff05cbc94e198b271159828cb3ba d0fc6d776a234381be4ceaa5fd4b4d0a - - default default] HA network 6dbef32e-7bdd-4980-a943-69f76cd9f1ea was deleted as no HA routers are present in tenant d0fc6d776a234381be4ceaa5fd4b4d0a. [pid: 8|app: 0|req: 778/1517] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:11:04 2026] DELETE /v2.0/routers/e8c66958-277e-4175-82c1-70cf5c00d44d => generated 0 bytes in 669 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1518] 10.0.0.53 () {34 vars in 1107 bytes} [Tue Jun 30 19:11:05 2026] GET /v2.0/networks/0dbe14aa-1d22-4474-8fe3-1296345334de?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1519] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:11:05 2026] DELETE /v2.0/subnets/3e22cc4f-bac7-4024-a36d-536f55eca56c => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1520] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:11:05 2026] GET /v2.0/ports?device_id=7498c620-d893-4113-ac40-9dfe854983fe => 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: 780/1521] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:11:05 2026] DELETE /v2.0/subnets/c33855ff-aa52-496e-bc05-71d81cc2f5d9 => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:11:06.065 7 INFO neutron.services.segments.plugin [-] Segment 42515558-51aa-4681-bdf5-b59dd2126d3e resource provider aggregate not found 2026-06-30 19:11:06.091 7 INFO neutron.services.segments.plugin [-] Segment 42515558-51aa-4681-bdf5-b59dd2126d3e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42515558-51aa-4681-bdf5-b59dd2126d3e found for delete ", "request_id": "req-cd6c7eea-cf84-4ebd-9c21-9ebfaae53edd"}]} 2026-06-30 19:11:06.092 7 INFO neutron.services.segments.plugin [-] Segment 42515558-51aa-4681-bdf5-b59dd2126d3e resource provider aggregate not found 2026-06-30 19:11:06.119 7 INFO neutron.services.segments.plugin [-] Segment 42515558-51aa-4681-bdf5-b59dd2126d3e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42515558-51aa-4681-bdf5-b59dd2126d3e found for delete ", "request_id": "req-c6f5624f-0411-40a4-a3b5-433e43b9cf0f"}]} [pid: 7|app: 0|req: 742/1522] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:11:05 2026] DELETE /v2.0/networks/a7716474-927d-4876-a961-139f604904be => generated 0 bytes in 360 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1523] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:11:06 2026] DELETE /v2.0/networks/45caf0a9-9593-4790-91d2-0b91f279732a => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1524] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:11:06 2026] GET /v2.0/networks?id=0dbe14aa-1d22-4474-8fe3-1296345334de => generated 661 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:06.502 8 WARNING neutron_lib.context [None req-1542eb83-a11c-4560-9dcd-ed4021df31cc 0be4ff05cbc94e198b271159828cb3ba d0fc6d776a234381be4ceaa5fd4b4d0a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:11:06.575 8 INFO neutron.db.segments_db [None req-1542eb83-a11c-4560-9dcd-ed4021df31cc 0be4ff05cbc94e198b271159828cb3ba d0fc6d776a234381be4ceaa5fd4b4d0a - - default default] Added segment ea8a18b4-a19a-4611-b0d1-ad2719253e2c of type vxlan for network 9cdc5a66-20be-42c8-9aab-ad1698366382 2026-06-30 19:11:06.651 7 INFO neutron.db.segments_db [None req-e1a334b0-0d2e-4fc5-a2a2-aacf201d69ee c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] Added segment 223f8136-15d1-41f2-ba51-07e2ff2412a8 of type vxlan for network bb561c6b-7f1d-41b6-8fe3-1bdb8284b72e [pid: 8|app: 0|req: 783/1525] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:11:06 2026] POST /v2.0/networks => generated 630 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1526] 199.204.45.227 () {34 vars in 1050 bytes} [Tue Jun 30 19:11:06 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=766f0d55a2c0459fadce81e6b825c031 => generated 181 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:06.747 8 WARNING neutron_lib.context [None req-3d5d7193-228b-4a11-9348-1bc870d56c15 0be4ff05cbc94e198b271159828cb3ba d0fc6d776a234381be4ceaa5fd4b4d0a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 743/1527] 10.0.0.228 () {34 vars in 671 bytes} [Tue Jun 30 19:11:06 2026] POST /v2.0/networks => generated 740 bytes in 527 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:11:06.774 7 WARNING neutron_lib.context [req-08c775a5-aa6a-42c4-b2d2-d664cfc1ebcf req-e5227233-92ea-47c0-842d-aaff9be74bef 0b72198a910e4e379320b84cbfbff182 766f0d55a2c0459fadce81e6b825c031 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 785/1528] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:11:06 2026] POST /v2.0/subnets => generated 602 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1529] 199.204.45.227 () {38 vars in 955 bytes} [Tue Jun 30 19:11:06 2026] POST /v2.0/ports => generated 958 bytes in 438 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 745/1530] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:11:07 2026] GET /v2.0/ports?device_id=7498c620-d893-4113-ac40-9dfe854983fe => generated 961 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:07.267 7 WARNING neutron_lib.context [None req-b7971b59-b7de-4d82-9727-aa18b8c3e7ec 0be4ff05cbc94e198b271159828cb3ba d0fc6d776a234381be4ceaa5fd4b4d0a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:11:07.308 7 INFO neutron.db.segments_db [None req-b7971b59-b7de-4d82-9727-aa18b8c3e7ec 0be4ff05cbc94e198b271159828cb3ba d0fc6d776a234381be4ceaa5fd4b4d0a - - default default] Added segment a77aea6e-ad3d-46e0-a7b5-c2ecf37e6b8a of type vxlan for network 64152e11-a64d-405e-aa2c-96785ed0d3d2 [pid: 8|app: 0|req: 786/1531] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:11:07 2026] POST /v2.0/subnets => generated 664 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:11:07.332 8 INFO neutron.services.segments.plugin [-] Segment 4160f09e-5848-4059-bb70-7d0c394a4c4d resource provider aggregate not found 2026-06-30 19:11:07.336 8 INFO neutron.services.segments.plugin [-] Segment 4160f09e-5848-4059-bb70-7d0c394a4c4d resource provider aggregate not found 2026-06-30 19:11:07.356 8 INFO neutron.services.segments.plugin [-] Segment 4160f09e-5848-4059-bb70-7d0c394a4c4d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4160f09e-5848-4059-bb70-7d0c394a4c4d found for delete ", "request_id": "req-b3b278eb-daee-4291-b7e9-a3416c0f00df"}]} 2026-06-30 19:11:07.364 8 INFO neutron.services.segments.plugin [-] Segment 4160f09e-5848-4059-bb70-7d0c394a4c4d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4160f09e-5848-4059-bb70-7d0c394a4c4d found for delete ", "request_id": "req-f9cd2008-e8d3-4cf7-900c-23ce3120a539"}]} 2026-06-30 19:11:07.633 7 INFO neutron.db.l3_hamode_db [None req-b7971b59-b7de-4d82-9727-aa18b8c3e7ec 0be4ff05cbc94e198b271159828cb3ba d0fc6d776a234381be4ceaa5fd4b4d0a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:11:07.818 7 INFO neutron.db.l3_hamode_db [None req-b7971b59-b7de-4d82-9727-aa18b8c3e7ec 0be4ff05cbc94e198b271159828cb3ba d0fc6d776a234381be4ceaa5fd4b4d0a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 787/1532] 199.204.45.227 () {38 vars in 1028 bytes} [Tue Jun 30 19:11:07 2026] PUT /v2.0/ports/57ffbda2-b33b-4c35-8c9c-19b7d4db3a85 => generated 1203 bytes in 643 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:11:08.042 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5c9222ef-a8a9-47ff-8e47-3f0209892f88'] response: {'name': 'network-changed', 'server_uuid': '7498c620-d893-4113-ac40-9dfe854983fe', 'tag': '57ffbda2-b33b-4c35-8c9c-19b7d4db3a85', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 788/1533] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:11:07 2026] GET /v2.0/security-groups?id=8d0a9c87-5b00-43a2-9bc4-8fa5a0eedd47&fields=id&fields=name => generated 114 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:11:08.093 8 INFO neutron.db.segments_db [None req-7f4604f8-0266-45cd-8388-4d6f6e9a1ffe c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] Added segment dc1a296e-9ef2-4f34-ac44-9eb278336b1d of type vxlan for network 09281a22-56d1-4b42-82dc-7d83d8fc462f 2026-06-30 19:11:08.402 8 INFO neutron.db.l3_hamode_db [None req-7f4604f8-0266-45cd-8388-4d6f6e9a1ffe c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 746/1534] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:11:07 2026] POST /v2.0/routers => generated 507 bytes in 1386 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1535] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:11:08 2026] GET /v2.0/ports?tenant_id=766f0d55a2c0459fadce81e6b825c031&device_id=7498c620-d893-4113-ac40-9dfe854983fe => generated 1242 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:11:08.856 7 WARNING neutron_lib.context [None req-9fca110e-f0d2-4eb2-9d44-d90b9ec550c6 0ca653610ce74e259be43fb9e7f3ec1c 8b58f6d007224fe380cf09ec4f8f8157 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:11:08.987 7 INFO neutron.db.segments_db [None req-9fca110e-f0d2-4eb2-9d44-d90b9ec550c6 0ca653610ce74e259be43fb9e7f3ec1c 8b58f6d007224fe380cf09ec4f8f8157 - - default default] Added segment e149a278-dc16-4782-bd94-6dae53b934f8 of type vxlan for network 3f344824-7219-4b57-b09a-1db6bd3bb7d9 [pid: 7|app: 0|req: 748/1536] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:11:08 2026] POST /v2.0/networks => generated 632 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:11:09.117 7 WARNING neutron_lib.context [None req-9e45b712-cbce-4f30-9424-7b23e59dd758 0be4ff05cbc94e198b271159828cb3ba d0fc6d776a234381be4ceaa5fd4b4d0a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:11:09.514 8 INFO neutron.db.l3_hamode_db [None req-7f4604f8-0266-45cd-8388-4d6f6e9a1ffe c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 749/1537] 10.0.0.228 () {34 vars in 665 bytes} [Tue Jun 30 19:11:09 2026] POST /v2.0/ports => generated 951 bytes in 503 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 750/1538] 199.204.45.227 () {34 vars in 1060 bytes} [Tue Jun 30 19:11:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=57ffbda2-b33b-4c35-8c9c-19b7d4db3a85 => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:11:09.653 7 WARNING neutron_lib.context [None req-1880f9ef-4dba-4ddc-90ce-d42b63fe1f12 0ca653610ce74e259be43fb9e7f3ec1c 8b58f6d007224fe380cf09ec4f8f8157 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 751/1539] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:11:09 2026] POST /v2.0/subnets => generated 602 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1540] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:11:09 2026] GET /v2.0/ports?device_id=7498c620-d893-4113-ac40-9dfe854983fe => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1541] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:11:08 2026] POST /v2.0/routers => generated 728 bytes in 3075 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1542] 199.204.45.227 () {34 vars in 984 bytes} [Tue Jun 30 19:11:11 2026] GET /v2.0/subnets?id=680e231c-242e-4c20-8200-77ae59219c25 => generated 654 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:11.183 8 WARNING neutron_lib.context [None req-13df42be-0b88-42f9-b840-0ae1230c8506 0ca653610ce74e259be43fb9e7f3ec1c 8b58f6d007224fe380cf09ec4f8f8157 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:11:11.246 8 INFO neutron.db.segments_db [None req-13df42be-0b88-42f9-b840-0ae1230c8506 0ca653610ce74e259be43fb9e7f3ec1c 8b58f6d007224fe380cf09ec4f8f8157 - - default default] Added segment c9294191-2480-453b-88a2-7e7eb87416b3 of type vxlan for network e473c192-33fd-4f7e-9baa-627bea5f536f [pid: 8|app: 0|req: 791/1543] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:11:11 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: 8|app: 0|req: 792/1544] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:11:11 2026] GET /v2.0/security-groups?id=8d0a9c87-5b00-43a2-9bc4-8fa5a0eedd47&fields=id&fields=name => generated 114 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1545] 10.0.0.228 () {34 vars in 783 bytes} [Tue Jun 30 19:11:10 2026] PUT /v2.0/routers/f20b00ad-9cb5-4805-8553-196d8b24b182/add_router_interface => generated 309 bytes in 1623 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 754/1546] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:11:11 2026] GET /v2.0/ports?network_id=0dbe14aa-1d22-4474-8fe3-1296345334de&device_owner=network%3Adhcp => generated 1244 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:11:11.706 7 WARNING neutron_lib.context [None req-6baedba7-0142-4907-b018-cf0f111e090c 0ca653610ce74e259be43fb9e7f3ec1c 8b58f6d007224fe380cf09ec4f8f8157 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 755/1547] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:11:11 2026] POST /v2.0/subnets => generated 605 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1548] 10.0.0.228 () {32 vars in 717 bytes} [Tue Jun 30 19:11:12 2026] GET /v2.0/ports/7e872c09-3e57-4cff-9f74-485c2f64a376 => generated 1025 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1549] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:11:12 2026] GET /v2.0/networks/0dbe14aa-1d22-4474-8fe3-1296345334de?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:11:12.151 7 WARNING neutron_lib.context [None req-f68dae8e-8857-4b6c-bc22-4efd203f0053 0ca653610ce74e259be43fb9e7f3ec1c 8b58f6d007224fe380cf09ec4f8f8157 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:11:12.205 7 INFO neutron.db.segments_db [None req-f68dae8e-8857-4b6c-bc22-4efd203f0053 0ca653610ce74e259be43fb9e7f3ec1c 8b58f6d007224fe380cf09ec4f8f8157 - - default default] Added segment 1edaeebe-60a9-48ea-be59-30523c760bd5 of type vxlan for network 20f75861-215b-4da7-9322-5a6f17639d2a [pid: 7|app: 0|req: 758/1550] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:11:12 2026] POST /v2.0/networks => generated 631 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1551] 10.0.0.228 () {34 vars in 783 bytes} [Tue Jun 30 19:11:11 2026] PUT /v2.0/routers/7620fb04-f6e6-4964-8d08-78f1328fe61f/add_router_interface => generated 309 bytes in 1505 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1552] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:11:12 2026] GET /v2.0/networks/0dbe14aa-1d22-4474-8fe3-1296345334de?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:11:12.994 8 WARNING neutron_lib.context [None req-e5cfb109-4442-4788-9a14-b6a851b3eb91 0ca653610ce74e259be43fb9e7f3ec1c 8b58f6d007224fe380cf09ec4f8f8157 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 795/1553] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:11:12 2026] POST /v2.0/subnets => generated 605 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1554] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:11:13 2026] GET /v2.0/ports?device_id=7498c620-d893-4113-ac40-9dfe854983fe => generated 973 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1555] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:11:13 2026] GET /v2.0/ports?tenant_id=766f0d55a2c0459fadce81e6b825c031&device_id=7498c620-d893-4113-ac40-9dfe854983fe => generated 1242 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:11:13.639 8 WARNING neutron_lib.context [None req-c23660e3-257d-4376-8f3a-44b66c0ecb5e 0ca653610ce74e259be43fb9e7f3ec1c 8b58f6d007224fe380cf09ec4f8f8157 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:11:13.706 8 INFO neutron.db.segments_db [None req-c23660e3-257d-4376-8f3a-44b66c0ecb5e 0ca653610ce74e259be43fb9e7f3ec1c 8b58f6d007224fe380cf09ec4f8f8157 - - default default] Added segment 0bd34122-b774-44da-88b3-cdbe008efb8e of type vxlan for network ba53b5b9-5935-4483-8a90-0aa808396ee3 [pid: 7|app: 0|req: 759/1558] 10.0.0.228 () {34 vars in 789 bytes} [Tue Jun 30 19:11:12 2026] PUT /v2.0/routers/f20b00ad-9cb5-4805-8553-196d8b24b182/remove_router_interface => generated 309 bytes in 1503 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 800/1559] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:11:13 2026] POST /v2.0/networks => generated 632 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1560] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:11:13 2026] GET /v2.0/security-groups?id=8d0a9c87-5b00-43a2-9bc4-8fa5a0eedd47&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: 801/1561] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:11:13 2026] GET /v2.0/networks?id=0dbe14aa-1d22-4474-8fe3-1296345334de => generated 757 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:13.958 8 WARNING neutron_lib.context [None req-5995248d-d16f-4594-9ec7-63c0608b1557 0ca653610ce74e259be43fb9e7f3ec1c 8b58f6d007224fe380cf09ec4f8f8157 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:11:14.045 7 INFO neutron.api.v2.resource [None req-a0450d46-f0c0-4c3e-b3c5-3e2b9c3b7972 0be4ff05cbc94e198b271159828cb3ba d0fc6d776a234381be4ceaa5fd4b4d0a - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 761/1562] 10.0.0.228 () {34 vars in 789 bytes} [Tue Jun 30 19:11:13 2026] PUT /v2.0/routers/f20b00ad-9cb5-4805-8553-196d8b24b182/remove_router_interface => generated 197 bytes in 182 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1563] 199.204.45.227 () {34 vars in 1060 bytes} [Tue Jun 30 19:11:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=57ffbda2-b33b-4c35-8c9c-19b7d4db3a85 => 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: 763/1564] 10.0.0.228 () {32 vars in 736 bytes} [Tue Jun 30 19:11:14 2026] GET /v2.0/ports?device_id=f20b00ad-9cb5-4805-8553-196d8b24b182 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1565] 199.204.45.227 () {34 vars in 984 bytes} [Tue Jun 30 19:11:14 2026] GET /v2.0/subnets?id=680e231c-242e-4c20-8200-77ae59219c25 => generated 654 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1566] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:11:13 2026] POST /v2.0/subnets => generated 605 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1567] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:11:14 2026] GET /v2.0/ports?network_id=0dbe14aa-1d22-4474-8fe3-1296345334de&device_owner=network%3Adhcp => generated 1244 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:11:14.347 8 WARNING neutron_lib.context [None req-91cce132-20f4-4fc8-8a8b-6fa391a2c56b 0ca653610ce74e259be43fb9e7f3ec1c 8b58f6d007224fe380cf09ec4f8f8157 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:11:14.409 8 INFO neutron.db.segments_db [None req-91cce132-20f4-4fc8-8a8b-6fa391a2c56b 0ca653610ce74e259be43fb9e7f3ec1c 8b58f6d007224fe380cf09ec4f8f8157 - - default default] Added segment 12f93c95-aafe-4c15-b27a-b960ed7b916c of type vxlan for network 735b497b-2ffc-4bae-ad84-bc0b1fc7bcb5 [pid: 8|app: 0|req: 804/1568] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:11:14 2026] POST /v2.0/networks => generated 631 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1569] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:11:14 2026] GET /v2.0/networks/0dbe14aa-1d22-4474-8fe3-1296345334de?fields=segments => generated 14 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:11:14.614 8 WARNING neutron_lib.context [None req-eb0e7987-a37c-4281-9aa0-c488897e7f98 0ca653610ce74e259be43fb9e7f3ec1c 8b58f6d007224fe380cf09ec4f8f8157 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:11:14.887 7 INFO neutron.services.segments.plugin [-] Segment a77aea6e-ad3d-46e0-a7b5-c2ecf37e6b8a resource provider aggregate not found 2026-06-30 19:11:14.892 7 INFO neutron.services.segments.plugin [-] Segment a77aea6e-ad3d-46e0-a7b5-c2ecf37e6b8a resource provider aggregate not found 2026-06-30 19:11:14.905 7 INFO neutron.services.segments.plugin [-] Segment a77aea6e-ad3d-46e0-a7b5-c2ecf37e6b8a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a77aea6e-ad3d-46e0-a7b5-c2ecf37e6b8a found for delete ", "request_id": "req-324dec46-b279-4ec1-9786-9b61648e66c4"}]} 2026-06-30 19:11:14.920 7 INFO neutron.services.segments.plugin [-] Segment a77aea6e-ad3d-46e0-a7b5-c2ecf37e6b8a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a77aea6e-ad3d-46e0-a7b5-c2ecf37e6b8a found for delete ", "request_id": "req-3aa3e88b-a70f-4e42-a0b7-6c68dcfc78e2"}]} 2026-06-30 19:11:14.933 7 INFO neutron.db.l3_hamode_db [None req-95a9d099-3dfc-4254-8ce5-d7005a858c59 0be4ff05cbc94e198b271159828cb3ba d0fc6d776a234381be4ceaa5fd4b4d0a - - default default] HA network 64152e11-a64d-405e-aa2c-96785ed0d3d2 was deleted as no HA routers are present in tenant d0fc6d776a234381be4ceaa5fd4b4d0a. [pid: 7|app: 0|req: 765/1570] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:11:14 2026] DELETE /v2.0/routers/f20b00ad-9cb5-4805-8553-196d8b24b182 => generated 0 bytes in 798 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1571] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:11:14 2026] GET /v2.0/networks/0dbe14aa-1d22-4474-8fe3-1296345334de?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1572] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:11:14 2026] POST /v2.0/subnets => generated 605 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1573] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:11:15 2026] GET /v2.0/ports?device_id=7498c620-d893-4113-ac40-9dfe854983fe => generated 973 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1574] 10.0.0.228 () {34 vars in 751 bytes} [Tue Jun 30 19:11:15 2026] PUT /v2.0/subnets/2fa7fd8b-d42a-47d5-adbc-7fb4b0771a0a/tags => generated 17 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1575] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:11:15 2026] DELETE /v2.0/subnets/19f89b4f-6dc9-42ab-b5ef-36e7b0fb23d7 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1576] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:11:15 2026] GET /v2.0/security-groups?id=8d0a9c87-5b00-43a2-9bc4-8fa5a0eedd47&fields=id&fields=name => generated 114 bytes in 70 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.228 () {34 vars in 751 bytes} [Tue Jun 30 19:11:15 2026] PUT /v2.0/subnets/6c83d225-6143-4ff2-9e9f-4d243edb1cb1/tags => generated 25 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1578] 10.0.0.228 () {34 vars in 751 bytes} [Tue Jun 30 19:11:15 2026] PUT /v2.0/subnets/1e5a7c65-af4c-4fff-b746-a965b2363df0/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1579] 10.0.0.53 () {34 vars in 981 bytes} [Tue Jun 30 19:11:15 2026] GET /v2.0/networks?id=bb561c6b-7f1d-41b6-8fe3-1bdb8284b72e => generated 673 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1580] 10.0.0.228 () {34 vars in 751 bytes} [Tue Jun 30 19:11:15 2026] PUT /v2.0/subnets/b64702c9-9adf-4338-9988-a82862aa7f78/tags => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1581] 10.0.0.53 () {34 vars in 964 bytes} [Tue Jun 30 19:11:15 2026] GET /v2.0/quotas/d080b971d6484420b662ec6464c584cd => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1582] 10.0.0.228 () {32 vars in 664 bytes} [Tue Jun 30 19:11:15 2026] GET /v2.0/subnets?tags=red => generated 1832 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:11:15.708 8 INFO neutron.services.segments.plugin [-] Segment ea8a18b4-a19a-4611-b0d1-ad2719253e2c resource provider aggregate not found [pid: 7|app: 0|req: 774/1583] 10.0.0.53 () {34 vars in 1001 bytes} [Tue Jun 30 19:11:15 2026] GET /v2.0/ports?tenant_id=d080b971d6484420b662ec6464c584cd&fields=id => generated 103 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:15.713 8 INFO neutron.services.segments.plugin [-] Segment ea8a18b4-a19a-4611-b0d1-ad2719253e2c resource provider aggregate not found 2026-06-30 19:11:15.726 8 INFO neutron.services.segments.plugin [-] Segment ea8a18b4-a19a-4611-b0d1-ad2719253e2c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea8a18b4-a19a-4611-b0d1-ad2719253e2c found for delete ", "request_id": "req-f96db81f-16b2-4b1f-be6e-84cbfe2c20f7"}]} [pid: 8|app: 0|req: 810/1584] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:11:15 2026] DELETE /v2.0/networks/9cdc5a66-20be-42c8-9aab-ad1698366382 => generated 0 bytes in 485 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:11:15.752 8 INFO neutron.services.segments.plugin [-] Segment ea8a18b4-a19a-4611-b0d1-ad2719253e2c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea8a18b4-a19a-4611-b0d1-ad2719253e2c found for delete ", "request_id": "req-56a557d4-2d25-451f-abcf-967b16018232"}]} [pid: 7|app: 0|req: 775/1585] 10.0.0.228 () {32 vars in 678 bytes} [Tue Jun 30 19:11:15 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1235 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:11:15.800 7 WARNING neutron_lib.context [None req-b9365ca1-dbf8-45dd-9f1e-af22a55b36bc 0be4ff05cbc94e198b271159828cb3ba d0fc6d776a234381be4ceaa5fd4b4d0a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 811/1586] 10.0.0.53 () {34 vars in 1007 bytes} [Tue Jun 30 19:11:15 2026] GET /v2.0/networks/bb561c6b-7f1d-41b6-8fe3-1bdb8284b72e?fields=segments => generated 14 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:11:15.857 7 INFO neutron.db.segments_db [None req-b9365ca1-dbf8-45dd-9f1e-af22a55b36bc 0be4ff05cbc94e198b271159828cb3ba d0fc6d776a234381be4ceaa5fd4b4d0a - - default default] Added segment 9fad343e-c967-4a85-82e4-2e2835125910 of type vxlan for network a39660ee-2e7a-40e7-b2bf-98e5ed3205d3 [pid: 8|app: 0|req: 812/1587] 10.0.0.228 () {32 vars in 674 bytes} [Tue Jun 30 19:11:15 2026] GET /v2.0/subnets?tags-any=blue => generated 1235 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1588] 10.0.0.53 () {34 vars in 1107 bytes} [Tue Jun 30 19:11:15 2026] GET /v2.0/networks/bb561c6b-7f1d-41b6-8fe3-1bdb8284b72e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1589] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:11:15 2026] POST /v2.0/networks => generated 629 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1590] 10.0.0.228 () {32 vars in 686 bytes} [Tue Jun 30 19:11:15 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1832 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:11:16.015 7 WARNING neutron_lib.context [None req-cd89875b-06bd-417e-b21f-31e85e6f8e60 0be4ff05cbc94e198b271159828cb3ba d0fc6d776a234381be4ceaa5fd4b4d0a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 815/1591] 10.0.0.228 () {32 vars in 672 bytes} [Tue Jun 30 19:11:16 2026] GET /v2.0/subnets?not-tags=red => generated 1823 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1592] 10.0.0.228 () {32 vars in 686 bytes} [Tue Jun 30 19:11:16 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2420 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1593] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:11:16 2026] GET /v2.0/ports?device_id=795f1783-b232-4bce-9db3-3c57070795de => 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: 818/1594] 10.0.0.228 () {32 vars in 682 bytes} [Tue Jun 30 19:11:16 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2420 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1595] 10.0.0.228 () {32 vars in 694 bytes} [Tue Jun 30 19:11:16 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1823 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1596] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:11:16 2026] POST /v2.0/subnets => generated 602 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1597] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:11:16 2026] GET /v2.0/ports?device_id=7498c620-d893-4113-ac40-9dfe854983fe => generated 973 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:16.471 7 WARNING neutron_lib.context [None req-1c271e20-91e9-41a8-b30d-47ec7bfae7eb 0be4ff05cbc94e198b271159828cb3ba d0fc6d776a234381be4ceaa5fd4b4d0a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:11:16.520 7 INFO neutron.db.segments_db [None req-1c271e20-91e9-41a8-b30d-47ec7bfae7eb 0be4ff05cbc94e198b271159828cb3ba d0fc6d776a234381be4ceaa5fd4b4d0a - - default default] Added segment a6a28120-fd1e-485b-bbd2-648a6901a6fa of type vxlan for network 4398340a-1d37-4b81-81e1-08a8fce18977 [pid: 8|app: 0|req: 820/1598] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:11:16 2026] DELETE /v2.0/subnets/2fa7fd8b-d42a-47d5-adbc-7fb4b0771a0a => generated 0 bytes in 237 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1599] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:11:16 2026] GET /v2.0/security-groups?id=8d0a9c87-5b00-43a2-9bc4-8fa5a0eedd47&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: 822/1600] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:11:16 2026] DELETE /v2.0/subnets/6c83d225-6143-4ff2-9e9f-4d243edb1cb1 => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:11:16.832 7 INFO neutron.db.l3_hamode_db [None req-1c271e20-91e9-41a8-b30d-47ec7bfae7eb 0be4ff05cbc94e198b271159828cb3ba d0fc6d776a234381be4ceaa5fd4b4d0a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:11:16.999 7 INFO neutron.db.l3_hamode_db [None req-1c271e20-91e9-41a8-b30d-47ec7bfae7eb 0be4ff05cbc94e198b271159828cb3ba d0fc6d776a234381be4ceaa5fd4b4d0a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 823/1601] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:11:16 2026] DELETE /v2.0/subnets/1e5a7c65-af4c-4fff-b746-a965b2363df0 => generated 0 bytes in 248 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1602] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:11:17 2026] DELETE /v2.0/subnets/b64702c9-9adf-4338-9988-a82862aa7f78 => generated 0 bytes in 259 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1603] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:11:17 2026] GET /v2.0/networks?id=bb561c6b-7f1d-41b6-8fe3-1bdb8284b72e => generated 673 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1604] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:11:17 2026] GET /v2.0/ports?device_id=795f1783-b232-4bce-9db3-3c57070795de => 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: 827/1605] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:11:17 2026] DELETE /v2.0/subnets/3ae804b2-4f96-469a-a72e-cc166bdf3fb0 => generated 0 bytes in 261 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:11:17.694 8 WARNING neutron_lib.context [req-6ed898d7-6f79-4e62-ab66-7429577a00da req-c5af90cb-693e-4da7-bbc8-058dc97616c5 9f27e48de4274184b3838f275a94bca6 d080b971d6484420b662ec6464c584cd - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 779/1606] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:11:16 2026] POST /v2.0/routers => generated 507 bytes in 1390 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1607] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:11:17 2026] GET /v2.0/ports?device_id=7498c620-d893-4113-ac40-9dfe854983fe => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:18.113 7 INFO neutron.services.segments.plugin [-] Segment e149a278-dc16-4782-bd94-6dae53b934f8 resource provider aggregate not found 2026-06-30 19:11:18.118 7 INFO neutron.services.segments.plugin [-] Segment e149a278-dc16-4782-bd94-6dae53b934f8 resource provider aggregate not found 2026-06-30 19:11:18.140 7 INFO neutron.services.segments.plugin [-] Segment e149a278-dc16-4782-bd94-6dae53b934f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e149a278-dc16-4782-bd94-6dae53b934f8 found for delete ", "request_id": "req-2d4d0d5b-5dee-46a3-879e-438ec19f480c"}]} 2026-06-30 19:11:18.140 7 INFO neutron.services.segments.plugin [-] Segment e149a278-dc16-4782-bd94-6dae53b934f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e149a278-dc16-4782-bd94-6dae53b934f8 found for delete ", "request_id": "req-428c9f38-fb81-4021-8c4d-9b3c24897338"}]} [pid: 7|app: 0|req: 781/1608] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:11:17 2026] DELETE /v2.0/networks/3f344824-7219-4b57-b09a-1db6bd3bb7d9 => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1609] 199.204.45.227 () {38 vars in 955 bytes} [Tue Jun 30 19:11:17 2026] POST /v2.0/ports => generated 954 bytes in 531 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 829/1610] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:11:18 2026] GET /v2.0/security-groups?id=8d0a9c87-5b00-43a2-9bc4-8fa5a0eedd47&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:18.506 8 INFO neutron.services.segments.plugin [-] Segment c9294191-2480-453b-88a2-7e7eb87416b3 resource provider aggregate not found 2026-06-30 19:11:18.511 8 INFO neutron.services.segments.plugin [-] Segment c9294191-2480-453b-88a2-7e7eb87416b3 resource provider aggregate not found 2026-06-30 19:11:18.535 8 INFO neutron.services.segments.plugin [-] Segment c9294191-2480-453b-88a2-7e7eb87416b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9294191-2480-453b-88a2-7e7eb87416b3 found for delete ", "request_id": "req-570a0c9c-8467-425c-b17c-db1e37ea8210"}]} 2026-06-30 19:11:18.540 8 INFO neutron.services.segments.plugin [-] Segment c9294191-2480-453b-88a2-7e7eb87416b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9294191-2480-453b-88a2-7e7eb87416b3 found for delete ", "request_id": "req-1645153e-3a76-436a-93d1-f4e68d856f0c"}]} [pid: 8|app: 0|req: 830/1611] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:11:18 2026] DELETE /v2.0/networks/e473c192-33fd-4f7e-9baa-627bea5f536f => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1612] 199.204.45.227 () {38 vars in 1028 bytes} [Tue Jun 30 19:11:18 2026] PUT /v2.0/ports/13f34bb3-c0df-40a4-b264-c9c3d1e86ddd => generated 1199 bytes in 572 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 832/1613] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:11:19 2026] GET /v2.0/ports?device_id=7498c620-d893-4113-ac40-9dfe854983fe => generated 975 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 833/1614] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:11:19 2026] GET /v2.0/ports?device_id=795f1783-b232-4bce-9db3-3c57070795de => generated 969 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1615] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:11:19 2026] DELETE /v2.0/networks/20f75861-215b-4da7-9322-5a6f17639d2a => 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: 835/1616] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:11:19 2026] GET /v2.0/ports?tenant_id=d080b971d6484420b662ec6464c584cd&device_id=795f1783-b232-4bce-9db3-3c57070795de => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1617] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:11:19 2026] GET /v2.0/security-groups?id=8d0a9c87-5b00-43a2-9bc4-8fa5a0eedd47&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-06-30 19:11:19.710 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ef415b24-fd60-4cca-8525-fe0a5a42fad4'] response: {'name': 'network-changed', 'server_uuid': '795f1783-b232-4bce-9db3-3c57070795de', 'tag': '13f34bb3-c0df-40a4-b264-c9c3d1e86ddd', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 837/1618] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:11:19 2026] GET /v2.0/security-groups?id=5d87497b-97b6-4a4c-8741-8a6338adf067&fields=id&fields=name => generated 88 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1619] 10.0.0.228 () {34 vars in 783 bytes} [Tue Jun 30 19:11:18 2026] PUT /v2.0/routers/725d5404-cf2d-4305-b4d3-080f077a4f30/add_router_interface => generated 309 bytes in 1681 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1620] 199.204.45.227 () {34 vars in 1058 bytes} [Tue Jun 30 19:11:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=13f34bb3-c0df-40a4-b264-c9c3d1e86ddd => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1621] 10.0.0.228 () {32 vars in 736 bytes} [Tue Jun 30 19:11:19 2026] GET /v2.0/ports?device_id=7498c620-d893-4113-ac40-9dfe854983fe => 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: 838/1622] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:11:19 2026] DELETE /v2.0/networks/ba53b5b9-5935-4483-8a90-0aa808396ee3 => generated 0 bytes in 567 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1623] 10.0.0.228 () {32 vars in 717 bytes} [Tue Jun 30 19:11:19 2026] GET /v2.0/ports/7caf93dc-1b30-40af-84ed-0a3c4416d581 => generated 955 bytes in 388 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:20.293 7 WARNING neutron_lib.context [None req-619809aa-3dde-445f-ad1a-a7fadc98c60c 0b72198a910e4e379320b84cbfbff182 766f0d55a2c0459fadce81e6b825c031 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 839/1624] 199.204.45.227 () {34 vars in 984 bytes} [Tue Jun 30 19:11:20 2026] GET /v2.0/subnets?id=84ebcdd5-2331-4aa2-9938-8bd5cd083bba => generated 667 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1625] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:11:20 2026] DELETE /v2.0/networks/735b497b-2ffc-4bae-ad84-bc0b1fc7bcb5 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:11:20.581 8 INFO neutron.services.segments.plugin [-] Segment 1edaeebe-60a9-48ea-be59-30523c760bd5 resource provider aggregate not found 2026-06-30 19:11:20.586 8 INFO neutron.services.segments.plugin [-] Segment 1edaeebe-60a9-48ea-be59-30523c760bd5 resource provider aggregate not found 2026-06-30 19:11:20.601 8 INFO neutron.services.segments.plugin [-] Segment 1edaeebe-60a9-48ea-be59-30523c760bd5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1edaeebe-60a9-48ea-be59-30523c760bd5 found for delete ", "request_id": "req-3eb52e6e-818b-4e14-8675-ec6bbb04d8ef"}]} 2026-06-30 19:11:20.609 8 INFO neutron.services.segments.plugin [-] Segment 1edaeebe-60a9-48ea-be59-30523c760bd5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1edaeebe-60a9-48ea-be59-30523c760bd5 found for delete ", "request_id": "req-85d647e6-67a8-4762-a189-679fe36520a9"}]} 2026-06-30 19:11:20.621 8 INFO neutron.services.segments.plugin [-] Segment 0bd34122-b774-44da-88b3-cdbe008efb8e resource provider aggregate not found 2026-06-30 19:11:20.628 8 INFO neutron.services.segments.plugin [-] Segment 0bd34122-b774-44da-88b3-cdbe008efb8e resource provider aggregate not found 2026-06-30 19:11:20.642 8 INFO neutron.services.segments.plugin [-] Segment 0bd34122-b774-44da-88b3-cdbe008efb8e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0bd34122-b774-44da-88b3-cdbe008efb8e found for delete ", "request_id": "req-ebc96cf9-9872-4cf5-a722-a4c0b4bf3a88"}]} 2026-06-30 19:11:20.648 8 INFO neutron.services.segments.plugin [-] Segment 0bd34122-b774-44da-88b3-cdbe008efb8e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0bd34122-b774-44da-88b3-cdbe008efb8e found for delete ", "request_id": "req-0b625c1d-f4c6-4847-8646-c2c930841dfa"}]} 2026-06-30 19:11:20.667 8 INFO neutron.services.segments.plugin [-] Segment 12f93c95-aafe-4c15-b27a-b960ed7b916c resource provider aggregate not found 2026-06-30 19:11:20.671 8 INFO neutron.services.segments.plugin [-] Segment 12f93c95-aafe-4c15-b27a-b960ed7b916c resource provider aggregate not found 2026-06-30 19:11:20.702 8 INFO neutron.services.segments.plugin [-] Segment 12f93c95-aafe-4c15-b27a-b960ed7b916c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12f93c95-aafe-4c15-b27a-b960ed7b916c found for delete ", "request_id": "req-22f58963-221b-4e02-b79d-46abf8aad714"}]} 2026-06-30 19:11:20.703 8 INFO neutron.services.segments.plugin [-] Segment 12f93c95-aafe-4c15-b27a-b960ed7b916c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12f93c95-aafe-4c15-b27a-b960ed7b916c found for delete ", "request_id": "req-b9936ccc-a875-4f68-91cd-dac021374253"}]} 2026-06-30 19:11:21.284 7 INFO neutron.db.l3_db [None req-619809aa-3dde-445f-ad1a-a7fadc98c60c 0b72198a910e4e379320b84cbfbff182 766f0d55a2c0459fadce81e6b825c031 - - default default] Floating IP 36af75ed-4ed7-47ef-9f5d-af0137d573bf associated. External IP: 10.96.250.218, port: 57ffbda2-b33b-4c35-8c9c-19b7d4db3a85. [pid: 8|app: 0|req: 841/1626] 10.0.0.228 () {34 vars in 789 bytes} [Tue Jun 30 19:11:20 2026] PUT /v2.0/routers/725d5404-cf2d-4305-b4d3-080f077a4f30/remove_router_interface => generated 309 bytes in 1111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1627] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:11:21 2026] GET /v2.0/ports?network_id=bb561c6b-7f1d-41b6-8fe3-1bdb8284b72e&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1628] 10.0.0.228 () {34 vars in 677 bytes} [Tue Jun 30 19:11:20 2026] POST /v2.0/floatingips => generated 856 bytes in 1406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1629] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:11:21 2026] GET /v2.0/ports?device_id=795f1783-b232-4bce-9db3-3c57070795de => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1630] 10.0.0.228 () {32 vars in 736 bytes} [Tue Jun 30 19:11:21 2026] GET /v2.0/ports?device_id=725d5404-cf2d-4305-b4d3-080f077a4f30 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:11:21.746 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9aeea80c-9776-4782-a89c-b6a180eb9c60'] response: {'name': 'network-changed', 'server_uuid': '7498c620-d893-4113-ac40-9dfe854983fe', 'tag': '57ffbda2-b33b-4c35-8c9c-19b7d4db3a85', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 845/1631] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:11:21 2026] GET /v2.0/networks/bb561c6b-7f1d-41b6-8fe3-1bdb8284b72e?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: 846/1632] 10.0.0.228 () {32 vars in 729 bytes} [Tue Jun 30 19:11:21 2026] GET /v2.0/floatingips/36af75ed-4ed7-47ef-9f5d-af0137d573bf => generated 856 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1633] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:11:21 2026] GET /v2.0/security-groups?id=5d87497b-97b6-4a4c-8741-8a6338adf067&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1634] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:11:21 2026] GET /v2.0/security-groups?tenant_id=7912765ced6d4bbea73aa9c9fe7a5f55&name=default => generated 2925 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1635] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:11:21 2026] GET /v2.0/ports?tenant_id=766f0d55a2c0459fadce81e6b825c031&device_id=7498c620-d893-4113-ac40-9dfe854983fe => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1636] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:11:22 2026] GET /v2.0/networks/bb561c6b-7f1d-41b6-8fe3-1bdb8284b72e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1637] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:11:22 2026] DELETE /v2.0/security-groups/b1fd9f80-5c1b-48d3-a619-e37dfa9a065a => 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: 791/1638] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:11:22 2026] GET /v2.0/networks?id=0dbe14aa-1d22-4474-8fe3-1296345334de => generated 757 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1639] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:11:22 2026] GET /v2.0/ports?tenant_id=d080b971d6484420b662ec6464c584cd&device_id=795f1783-b232-4bce-9db3-3c57070795de => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1640] 199.204.45.227 () {34 vars in 1060 bytes} [Tue Jun 30 19:11:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=57ffbda2-b33b-4c35-8c9c-19b7d4db3a85 => generated 859 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1641] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:11:22 2026] GET /v2.0/security-groups?tenant_id=8b58f6d007224fe380cf09ec4f8f8157&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1642] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:11:22 2026] GET /v2.0/networks?id=bb561c6b-7f1d-41b6-8fe3-1bdb8284b72e => generated 768 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1643] 199.204.45.227 () {34 vars in 984 bytes} [Tue Jun 30 19:11:22 2026] GET /v2.0/subnets?id=680e231c-242e-4c20-8200-77ae59219c25 => generated 654 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:22.616 8 INFO neutron.db.l3_hamode_db [None req-df234d64-4abc-460f-a81e-3b8de348a840 0be4ff05cbc94e198b271159828cb3ba d0fc6d776a234381be4ceaa5fd4b4d0a - - default default] HA network 4398340a-1d37-4b81-81e1-08a8fce18977 was deleted as no HA routers are present in tenant d0fc6d776a234381be4ceaa5fd4b4d0a. [pid: 8|app: 0|req: 848/1644] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:11:21 2026] DELETE /v2.0/routers/725d5404-cf2d-4305-b4d3-080f077a4f30 => generated 0 bytes in 715 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1645] 199.204.45.227 () {34 vars in 1058 bytes} [Tue Jun 30 19:11:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=13f34bb3-c0df-40a4-b264-c9c3d1e86ddd => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1646] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:11:22 2026] DELETE /v2.0/security-groups/9654b4fe-ab8a-4d31-ba6b-282d46365bd2 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1647] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:11:22 2026] GET /v2.0/ports?network_id=0dbe14aa-1d22-4474-8fe3-1296345334de&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:11:22.728 8 INFO neutron.services.segments.plugin [-] Segment a6a28120-fd1e-485b-bbd2-648a6901a6fa resource provider aggregate not found 2026-06-30 19:11:22.733 8 INFO neutron.services.segments.plugin [-] Segment a6a28120-fd1e-485b-bbd2-648a6901a6fa resource provider aggregate not found [pid: 8|app: 0|req: 851/1648] 199.204.45.227 () {34 vars in 984 bytes} [Tue Jun 30 19:11:22 2026] GET /v2.0/subnets?id=84ebcdd5-2331-4aa2-9938-8bd5cd083bba => generated 667 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:22.750 8 INFO neutron.services.segments.plugin [-] Segment a6a28120-fd1e-485b-bbd2-648a6901a6fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6a28120-fd1e-485b-bbd2-648a6901a6fa found for delete ", "request_id": "req-773c619b-cef3-400f-83ba-d6a32df6b0e7"}]} 2026-06-30 19:11:22.751 8 INFO neutron.services.segments.plugin [-] Segment a6a28120-fd1e-485b-bbd2-648a6901a6fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6a28120-fd1e-485b-bbd2-648a6901a6fa found for delete ", "request_id": "req-86a2afaa-62af-42ba-a52c-e7c5da002d02"}]} [pid: 8|app: 0|req: 852/1649] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:11:22 2026] GET /v2.0/networks/0dbe14aa-1d22-4474-8fe3-1296345334de?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1650] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:11:22 2026] GET /v2.0/ports?network_id=bb561c6b-7f1d-41b6-8fe3-1bdb8284b72e&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: 798/1651] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:11:22 2026] DELETE /v2.0/subnets/7c726732-9b75-4b3f-b4a9-b3b3bf838c95 => 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: 854/1652] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:11:22 2026] GET /v2.0/networks/0dbe14aa-1d22-4474-8fe3-1296345334de?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1653] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:11:22 2026] GET /v2.0/networks/bb561c6b-7f1d-41b6-8fe3-1bdb8284b72e?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: 799/1654] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:11:22 2026] GET /v2.0/security-groups?tenant_id=bb61a7f3861a41bea6d1933b94777dcb&name=default => generated 2925 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1655] 10.0.0.228 () {32 vars in 729 bytes} [Tue Jun 30 19:11:22 2026] GET /v2.0/floatingips/36af75ed-4ed7-47ef-9f5d-af0137d573bf => generated 858 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1656] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:11:22 2026] GET /v2.0/networks/bb561c6b-7f1d-41b6-8fe3-1bdb8284b72e?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: 858/1657] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:11:23 2026] GET /v2.0/ports?device_id=795f1783-b232-4bce-9db3-3c57070795de => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() [pid: 8|app: 0|req: 859/1658] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:11:23 2026] DELETE /v2.0/security-groups/4eccde3b-9977-42fc-9bd0-7907174fa506 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1659] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:11:23 2026] GET /v2.0/security-groups?id=5d87497b-97b6-4a4c-8741-8a6338adf067&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:11:23.351 7 INFO neutron.services.segments.plugin [-] Segment 9fad343e-c967-4a85-82e4-2e2835125910 resource provider aggregate not found 2026-06-30 19:11:23.355 7 INFO neutron.services.segments.plugin [-] Segment 9fad343e-c967-4a85-82e4-2e2835125910 resource provider aggregate not found 2026-06-30 19:11:23.369 7 INFO neutron.services.segments.plugin [-] Segment 9fad343e-c967-4a85-82e4-2e2835125910 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9fad343e-c967-4a85-82e4-2e2835125910 found for delete ", "request_id": "req-16eb9e65-3361-4099-9c90-6cb3b7be8d5d"}]} 2026-06-30 19:11:23.372 7 INFO neutron.services.segments.plugin [-] Segment 9fad343e-c967-4a85-82e4-2e2835125910 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9fad343e-c967-4a85-82e4-2e2835125910 found for delete ", "request_id": "req-542a1899-35c2-4922-b8c2-6bb5c3356238"}]} [pid: 7|app: 0|req: 800/1660] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:11:22 2026] DELETE /v2.0/networks/a39660ee-2e7a-40e7-b2bf-98e5ed3205d3 => generated 0 bytes in 393 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:11:23.393 8 WARNING neutron_lib.context [None req-2ba5f210-5aa0-40bc-b008-e1cac1f7b284 0be4ff05cbc94e198b271159828cb3ba d0fc6d776a234381be4ceaa5fd4b4d0a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:11:23.432 8 INFO neutron.db.segments_db [None req-2ba5f210-5aa0-40bc-b008-e1cac1f7b284 0be4ff05cbc94e198b271159828cb3ba d0fc6d776a234381be4ceaa5fd4b4d0a - - default default] Added segment 4c5be595-0a2d-4c21-bacf-b02c170df024 of type vxlan for network 0ebde864-949a-483c-a7da-cf8cb6284336 2026-06-30 19:11:23.796 8 INFO neutron.db.l3_hamode_db [None req-2ba5f210-5aa0-40bc-b008-e1cac1f7b284 0be4ff05cbc94e198b271159828cb3ba d0fc6d776a234381be4ceaa5fd4b4d0a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 801/1661] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:11:24 2026] GET /v2.0/ports?device_id=795f1783-b232-4bce-9db3-3c57070795de => generated 971 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1662] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:11:24 2026] GET /v2.0/security-groups?id=5d87497b-97b6-4a4c-8741-8a6338adf067&fields=id&fields=name => generated 88 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:11:24.847 8 INFO neutron.db.l3_hamode_db [None req-2ba5f210-5aa0-40bc-b008-e1cac1f7b284 0be4ff05cbc94e198b271159828cb3ba d0fc6d776a234381be4ceaa5fd4b4d0a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 803/1663] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:11:25 2026] GET /v2.0/ports?device_id=795f1783-b232-4bce-9db3-3c57070795de => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1664] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:11:25 2026] GET /v2.0/security-groups?id=5d87497b-97b6-4a4c-8741-8a6338adf067&fields=id&fields=name => generated 88 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1665] 199.204.45.227 () {34 vars in 994 bytes} [Tue Jun 30 19:11:25 2026] GET /v2.0/ports?device_id=795f1783-b232-4bce-9db3-3c57070795de => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1666] 199.204.45.227 () {36 vars in 997 bytes} [Tue Jun 30 19:11:25 2026] DELETE /v2.0/ports/13f34bb3-c0df-40a4-b264-c9c3d1e86ddd => generated 0 bytes in 339 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1667] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:11:23 2026] POST /v2.0/routers => generated 688 bytes in 2528 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:11:25.967 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b052a3cc-2860-48ff-b966-27b7d0ffa1a5'] response: {'server_uuid': '795f1783-b232-4bce-9db3-3c57070795de', 'name': 'network-vif-deleted', 'tag': '13f34bb3-c0df-40a4-b264-c9c3d1e86ddd', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 807/1668] 10.0.0.228 () {32 vars in 721 bytes} [Tue Jun 30 19:11:25 2026] GET /v2.0/routers/fe63385b-e3ad-43ff-b9ca-6604a85726df => generated 694 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1669] 10.0.0.228 () {32 vars in 647 bytes} [Tue Jun 30 19:11:26 2026] GET /v2.0/routers => generated 697 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1670] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:11:26 2026] GET /v2.0/ports?device_id=795f1783-b232-4bce-9db3-3c57070795de => 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: 808/1671] 10.0.0.228 () {34 vars in 741 bytes} [Tue Jun 30 19:11:26 2026] PUT /v2.0/routers/fe63385b-e3ad-43ff-b9ca-6604a85726df => generated 701 bytes in 551 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:26.747 8 WARNING neutron_lib.context [None req-3a6ca6eb-3d0b-41c1-95b7-7b5905264e6b 7624f4f5a72f452e80be5896258531df 1382ed427cc140129bdf77fd071205c6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 809/1672] 10.0.0.228 () {32 vars in 721 bytes} [Tue Jun 30 19:11:26 2026] GET /v2.0/routers/fe63385b-e3ad-43ff-b9ca-6604a85726df => generated 701 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1673] 10.0.0.228 () {32 vars in 736 bytes} [Tue Jun 30 19:11:26 2026] GET /v2.0/ports?device_id=fe63385b-e3ad-43ff-b9ca-6604a85726df => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:11:26.809 8 INFO neutron.db.segments_db [None req-3a6ca6eb-3d0b-41c1-95b7-7b5905264e6b 7624f4f5a72f452e80be5896258531df 1382ed427cc140129bdf77fd071205c6 - - default default] Added segment 11b63ef4-bf1f-4a77-8d3f-8da24093260f of type vxlan for network 0af1b048-2235-4498-b265-cb903aac8414 2026-06-30 19:11:27.071 8 INFO neutron.db.l3_hamode_db [None req-3a6ca6eb-3d0b-41c1-95b7-7b5905264e6b 7624f4f5a72f452e80be5896258531df 1382ed427cc140129bdf77fd071205c6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:11:27.252 8 INFO neutron.db.l3_hamode_db [None req-3a6ca6eb-3d0b-41c1-95b7-7b5905264e6b 7624f4f5a72f452e80be5896258531df 1382ed427cc140129bdf77fd071205c6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:11:27.830 7 INFO neutron.services.segments.plugin [-] Segment 4c5be595-0a2d-4c21-bacf-b02c170df024 resource provider aggregate not found 2026-06-30 19:11:27.834 7 INFO neutron.services.segments.plugin [-] Segment 4c5be595-0a2d-4c21-bacf-b02c170df024 resource provider aggregate not found 2026-06-30 19:11:27.846 7 INFO neutron.services.segments.plugin [-] Segment 4c5be595-0a2d-4c21-bacf-b02c170df024 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c5be595-0a2d-4c21-bacf-b02c170df024 found for delete ", "request_id": "req-0faa6918-4d54-4c8d-9cfe-f04e5e3c700b"}]} 2026-06-30 19:11:27.856 7 INFO neutron.services.segments.plugin [-] Segment 4c5be595-0a2d-4c21-bacf-b02c170df024 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c5be595-0a2d-4c21-bacf-b02c170df024 found for delete ", "request_id": "req-f5c61842-8b7d-4f02-91e9-13bb0bb7aa8d"}]} 2026-06-30 19:11:27.861 7 INFO neutron.db.l3_hamode_db [None req-9fefdcf4-c383-43be-b33e-813d8d344508 0be4ff05cbc94e198b271159828cb3ba d0fc6d776a234381be4ceaa5fd4b4d0a - - default default] HA network 0ebde864-949a-483c-a7da-cf8cb6284336 was deleted as no HA routers are present in tenant d0fc6d776a234381be4ceaa5fd4b4d0a. [pid: 7|app: 0|req: 811/1674] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:11:26 2026] DELETE /v2.0/routers/fe63385b-e3ad-43ff-b9ca-6604a85726df => generated 0 bytes in 1075 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1675] 10.0.0.228 () {32 vars in 736 bytes} [Tue Jun 30 19:11:27 2026] GET /v2.0/ports?device_id=fe63385b-e3ad-43ff-b9ca-6604a85726df => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:11:27.960 7 INFO neutron.api.v2.resource [None req-162c2923-015a-4980-b417-b8407000538d 0be4ff05cbc94e198b271159828cb3ba d0fc6d776a234381be4ceaa5fd4b4d0a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 813/1676] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:11:27 2026] DELETE /v2.0/routers/fe63385b-e3ad-43ff-b9ca-6604a85726df => generated 135 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1677] 10.0.0.228 () {32 vars in 736 bytes} [Tue Jun 30 19:11:27 2026] GET /v2.0/ports?device_id=725d5404-cf2d-4305-b4d3-080f077a4f30 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:11:28.019 7 INFO neutron.api.v2.resource [None req-cbbae9c0-4f38-4d54-9782-969255eca112 0be4ff05cbc94e198b271159828cb3ba d0fc6d776a234381be4ceaa5fd4b4d0a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 815/1678] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:11:27 2026] DELETE /v2.0/routers/725d5404-cf2d-4305-b4d3-080f077a4f30 => generated 135 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:11:28.045 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ae4df8c2-ed6b-44fa-9c5e-81c48906e3bb 0be4ff05cbc94e198b271159828cb3ba d0fc6d776a234381be4ceaa5fd4b4d0a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 816/1679] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:11:28 2026] DELETE /v2.0/subnets/7c726732-9b75-4b3f-b4a9-b3b3bf838c95 => 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: 817/1680] 10.0.0.228 () {32 vars in 736 bytes} [Tue Jun 30 19:11:28 2026] GET /v2.0/ports?device_id=f20b00ad-9cb5-4805-8553-196d8b24b182 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:11:28.110 7 INFO neutron.api.v2.resource [None req-6e491e31-8ccd-40b3-95f3-02fdc6b225a1 0be4ff05cbc94e198b271159828cb3ba d0fc6d776a234381be4ceaa5fd4b4d0a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 818/1681] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:11:28 2026] DELETE /v2.0/routers/f20b00ad-9cb5-4805-8553-196d8b24b182 => generated 135 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:11:28.132 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5323cc47-a87a-4270-a147-6ecdd86ec0d6 0be4ff05cbc94e198b271159828cb3ba d0fc6d776a234381be4ceaa5fd4b4d0a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 819/1682] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:11:28 2026] DELETE /v2.0/subnets/19f89b4f-6dc9-42ab-b5ef-36e7b0fb23d7 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1683] 10.0.0.228 () {32 vars in 736 bytes} [Tue Jun 30 19:11:28 2026] GET /v2.0/ports?device_id=e8c66958-277e-4175-82c1-70cf5c00d44d => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:11:28.190 7 INFO neutron.api.v2.resource [None req-8fce6434-2608-4d55-a17a-f168355f1c83 0be4ff05cbc94e198b271159828cb3ba d0fc6d776a234381be4ceaa5fd4b4d0a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 823/1686] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:11:28 2026] DELETE /v2.0/routers/e8c66958-277e-4175-82c1-70cf5c00d44d => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:11:28.212 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1b081c8c-f400-4ea9-b914-1665ede55afa 0be4ff05cbc94e198b271159828cb3ba d0fc6d776a234381be4ceaa5fd4b4d0a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 824/1687] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:11:28 2026] DELETE /v2.0/subnets/3e22cc4f-bac7-4024-a36d-536f55eca56c => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:11:28.233 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0f9a458f-115c-4890-a27f-eb51b211d585 0be4ff05cbc94e198b271159828cb3ba d0fc6d776a234381be4ceaa5fd4b4d0a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 825/1688] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:11:28 2026] DELETE /v2.0/subnets/c33855ff-aa52-496e-bc05-71d81cc2f5d9 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1689] 10.0.0.228 () {34 vars in 668 bytes} [Tue Jun 30 19:11:26 2026] POST /v2.0/routers => generated 474 bytes in 1885 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1690] 10.0.0.228 () {34 vars in 751 bytes} [Tue Jun 30 19:11:28 2026] PUT /v2.0/routers/b7c85357-43c1-4e2e-914a-5c39b5d1fd35/tags => generated 25 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1691] 10.0.0.228 () {32 vars in 731 bytes} [Tue Jun 30 19:11:28 2026] GET /v2.0/routers/b7c85357-43c1-4e2e-914a-5c39b5d1fd35/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1692] 10.0.0.228 () {34 vars in 762 bytes} [Tue Jun 30 19:11:28 2026] PUT /v2.0/routers/b7c85357-43c1-4e2e-914a-5c39b5d1fd35/tags/green => generated 4 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1693] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 30 19:11:28 2026] GET /v2.0/ports?device_id=7498c620-d893-4113-ac40-9dfe854983fe => generated 1244 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1694] 10.0.0.228 () {32 vars in 731 bytes} [Tue Jun 30 19:11:28 2026] GET /v2.0/routers/b7c85357-43c1-4e2e-914a-5c39b5d1fd35/tags => generated 34 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1695] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:28 2026] GET /v2.0/security-groups?id=8d0a9c87-5b00-43a2-9bc4-8fa5a0eedd47&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: 871/1696] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:11:28 2026] GET /v2.0/security-groups?tenant_id=d0fc6d776a234381be4ceaa5fd4b4d0a&name=default => generated 2925 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1697] 10.0.0.228 () {34 vars in 758 bytes} [Tue Jun 30 19:11:29 2026] PUT /v2.0/routers/b7c85357-43c1-4e2e-914a-5c39b5d1fd35/tags/red => generated 4 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1698] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:11:29 2026] DELETE /v2.0/security-groups/28215353-af66-433e-b0c6-0d26b3ec09f0 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1699] 10.0.0.228 () {32 vars in 731 bytes} [Tue Jun 30 19:11:29 2026] GET /v2.0/routers/b7c85357-43c1-4e2e-914a-5c39b5d1fd35/tags => generated 34 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1700] 10.0.0.228 () {34 vars in 780 bytes} [Tue Jun 30 19:11:29 2026] PUT /v2.0/routers/b7c85357-43c1-4e2e-914a-5c39b5d1fd35/tags/black.or.white => generated 4 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1701] 10.0.0.228 () {32 vars in 731 bytes} [Tue Jun 30 19:11:29 2026] GET /v2.0/routers/b7c85357-43c1-4e2e-914a-5c39b5d1fd35/tags => generated 52 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1702] 10.0.0.228 () {34 vars in 751 bytes} [Tue Jun 30 19:11:29 2026] PUT /v2.0/routers/b7c85357-43c1-4e2e-914a-5c39b5d1fd35/tags => generated 37 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1703] 10.0.0.228 () {32 vars in 731 bytes} [Tue Jun 30 19:11:29 2026] GET /v2.0/routers/b7c85357-43c1-4e2e-914a-5c39b5d1fd35/tags => generated 37 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1704] 10.0.0.228 () {32 vars in 739 bytes} [Tue Jun 30 19:11:29 2026] GET /v2.0/routers/b7c85357-43c1-4e2e-914a-5c39b5d1fd35/tags/red => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1705] 10.0.0.228 () {32 vars in 826 bytes} [Tue Jun 30 19:11:29 2026] GET /v2.0/ports?project_id=766f0d55a2c0459fadce81e6b825c031&network_id=0dbe14aa-1d22-4474-8fe3-1296345334de => generated 3695 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:11:29.982 8 INFO neutron.api.v2.resource [None req-2ce63347-3270-4275-a9be-2128febf2a85 7624f4f5a72f452e80be5896258531df 1382ed427cc140129bdf77fd071205c6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 881/1706] 10.0.0.228 () {32 vars in 743 bytes} [Tue Jun 30 19:11:29 2026] GET /v2.0/routers/b7c85357-43c1-4e2e-914a-5c39b5d1fd35/tags/green => generated 99 bytes in 94 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1707] 10.0.0.228 () {32 vars in 742 bytes} [Tue Jun 30 19:11:29 2026] DELETE /v2.0/routers/b7c85357-43c1-4e2e-914a-5c39b5d1fd35/tags/red => 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: 883/1708] 10.0.0.228 () {32 vars in 731 bytes} [Tue Jun 30 19:11:30 2026] GET /v2.0/routers/b7c85357-43c1-4e2e-914a-5c39b5d1fd35/tags => generated 30 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1709] 10.0.0.228 () {32 vars in 742 bytes} [Tue Jun 30 19:11:30 2026] GET /v2.0/subnets?network_id=6071fc42-3d19-4a57-aa6b-c0870fad7e28 => generated 644 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1710] 10.0.0.228 () {34 vars in 789 bytes} [Tue Jun 30 19:11:28 2026] PUT /v2.0/routers/7620fb04-f6e6-4964-8d08-78f1328fe61f/remove_router_interface => generated 309 bytes in 1806 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:30.319 8 INFO neutron.api.v2.resource [None req-7545ed63-8698-4502-bd68-3abba5fa93b3 7624f4f5a72f452e80be5896258531df 1382ed427cc140129bdf77fd071205c6 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 885/1711] 10.0.0.228 () {32 vars in 746 bytes} [Tue Jun 30 19:11:30 2026] DELETE /v2.0/routers/b7c85357-43c1-4e2e-914a-5c39b5d1fd35/tags/green => generated 99 bytes in 77 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1712] 10.0.0.228 () {32 vars in 734 bytes} [Tue Jun 30 19:11:30 2026] DELETE /v2.0/routers/b7c85357-43c1-4e2e-914a-5c39b5d1fd35/tags => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:11:30.620 8 INFO neutron.db.l3_db [None req-6dac5cc9-567b-4d32-8ee6-fd53126c93e4 0b72198a910e4e379320b84cbfbff182 766f0d55a2c0459fadce81e6b825c031 - - default default] Floating IP 36af75ed-4ed7-47ef-9f5d-af0137d573bf disassociated. External IP: 10.96.250.218, port: 57ffbda2-b33b-4c35-8c9c-19b7d4db3a85. [pid: 8|app: 0|req: 887/1713] 10.0.0.228 () {34 vars in 749 bytes} [Tue Jun 30 19:11:30 2026] PUT /v2.0/floatingips/36af75ed-4ed7-47ef-9f5d-af0137d573bf => generated 554 bytes in 626 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:31.095 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-daad6d1e-14bc-4089-be3b-0e860d848b54'] response: {'name': 'network-changed', 'server_uuid': '7498c620-d893-4113-ac40-9dfe854983fe', 'tag': '57ffbda2-b33b-4c35-8c9c-19b7d4db3a85', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 888/1714] 10.0.0.228 () {32 vars in 731 bytes} [Tue Jun 30 19:11:31 2026] GET /v2.0/routers/b7c85357-43c1-4e2e-914a-5c39b5d1fd35/tags => generated 12 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1715] 10.0.0.228 () {32 vars in 729 bytes} [Tue Jun 30 19:11:31 2026] GET /v2.0/floatingips/36af75ed-4ed7-47ef-9f5d-af0137d573bf => generated 554 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1716] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:11:31 2026] GET /v2.0/ports?tenant_id=766f0d55a2c0459fadce81e6b825c031&device_id=7498c620-d893-4113-ac40-9dfe854983fe => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1717] 10.0.0.228 () {32 vars in 721 bytes} [Tue Jun 30 19:11:31 2026] GET /v2.0/routers/b7c85357-43c1-4e2e-914a-5c39b5d1fd35 => generated 480 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1718] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:11:31 2026] GET /v2.0/networks?id=0dbe14aa-1d22-4474-8fe3-1296345334de => generated 757 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:31.382 7 INFO neutron.services.segments.plugin [-] Segment dc1a296e-9ef2-4f34-ac44-9eb278336b1d resource provider aggregate not found 2026-06-30 19:11:31.387 7 INFO neutron.services.segments.plugin [-] Segment dc1a296e-9ef2-4f34-ac44-9eb278336b1d resource provider aggregate not found 2026-06-30 19:11:31.396 7 INFO neutron.services.segments.plugin [-] Segment dc1a296e-9ef2-4f34-ac44-9eb278336b1d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc1a296e-9ef2-4f34-ac44-9eb278336b1d found for delete ", "request_id": "req-e892d7db-80d1-4fef-a373-ef947e6c056e"}]} 2026-06-30 19:11:31.397 7 INFO neutron.db.l3_hamode_db [None req-b504ab5f-c825-4c1f-9358-30c0585b7bca c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] HA network 09281a22-56d1-4b42-82dc-7d83d8fc462f was deleted as no HA routers are present in tenant d080b971d6484420b662ec6464c584cd. [pid: 7|app: 0|req: 827/1719] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:11:30 2026] DELETE /v2.0/routers/7620fb04-f6e6-4964-8d08-78f1328fe61f => generated 0 bytes in 1146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:11:31.408 7 INFO neutron.services.segments.plugin [-] Segment dc1a296e-9ef2-4f34-ac44-9eb278336b1d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc1a296e-9ef2-4f34-ac44-9eb278336b1d found for delete ", "request_id": "req-9662d0ba-70ca-4480-9d18-d442ddfaf198"}]} [pid: 7|app: 0|req: 828/1720] 199.204.45.227 () {34 vars in 1060 bytes} [Tue Jun 30 19:11:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=57ffbda2-b33b-4c35-8c9c-19b7d4db3a85 => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1721] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:11:31 2026] DELETE /v2.0/subnets/84ebcdd5-2331-4aa2-9938-8bd5cd083bba => 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: 830/1722] 199.204.45.227 () {34 vars in 984 bytes} [Tue Jun 30 19:11:31 2026] GET /v2.0/subnets?id=680e231c-242e-4c20-8200-77ae59219c25 => generated 654 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1723] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:11:31 2026] DELETE /v2.0/networks/bb561c6b-7f1d-41b6-8fe3-1bdb8284b72e => generated 0 bytes in 378 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1724] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:11:32 2026] GET /v2.0/ports?network_id=0dbe14aa-1d22-4474-8fe3-1296345334de&device_owner=network%3Adhcp => generated 1244 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1725] 10.0.0.228 () {34 vars in 742 bytes} [Tue Jun 30 19:11:31 2026] PUT /v2.0/routers/b7c85357-43c1-4e2e-914a-5c39b5d1fd35 => generated 480 bytes in 836 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1726] 10.0.0.228 () {32 vars in 729 bytes} [Tue Jun 30 19:11:32 2026] GET /v2.0/floatingips/36af75ed-4ed7-47ef-9f5d-af0137d573bf => generated 554 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1727] 10.0.0.228 () {32 vars in 736 bytes} [Tue Jun 30 19:11:32 2026] GET /v2.0/ports?device_id=b7c85357-43c1-4e2e-914a-5c39b5d1fd35 => 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: 833/1728] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:11:32 2026] GET /v2.0/networks/0dbe14aa-1d22-4474-8fe3-1296345334de?fields=segments => generated 14 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1729] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:11:32 2026] GET /v2.0/security-groups?tenant_id=d080b971d6484420b662ec6464c584cd&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1730] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:11:32 2026] GET /v2.0/networks/0dbe14aa-1d22-4474-8fe3-1296345334de?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1731] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:11:32 2026] DELETE /v2.0/security-groups/5d87497b-97b6-4a4c-8741-8a6338adf067 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:11:32.927 7 INFO neutron.db.l3_hamode_db [None req-d73b8d47-0462-41f2-a608-6936c7c3defb 7624f4f5a72f452e80be5896258531df 1382ed427cc140129bdf77fd071205c6 - - default default] HA network 0af1b048-2235-4498-b265-cb903aac8414 was deleted as no HA routers are present in tenant 1382ed427cc140129bdf77fd071205c6. [pid: 7|app: 0|req: 834/1732] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:11:32 2026] DELETE /v2.0/routers/b7c85357-43c1-4e2e-914a-5c39b5d1fd35 => generated 0 bytes in 657 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1733] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:11:32 2026] GET /v2.0/security-groups?tenant_id=c94e82319ebd4b1fb321a02c27df2e0c&name=default => generated 2925 bytes in 321 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1734] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:11:33 2026] DELETE /v2.0/security-groups/1fc96051-bb29-4ab6-9700-04d5399ffa50 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1735] 10.0.0.228 () {32 vars in 729 bytes} [Tue Jun 30 19:11:33 2026] GET /v2.0/floatingips/36af75ed-4ed7-47ef-9f5d-af0137d573bf => generated 552 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:33.542 7 INFO neutron.services.segments.plugin [-] Segment 223f8136-15d1-41f2-ba51-07e2ff2412a8 resource provider aggregate not found 2026-06-30 19:11:33.549 7 INFO neutron.services.segments.plugin [-] Segment 223f8136-15d1-41f2-ba51-07e2ff2412a8 resource provider aggregate not found 2026-06-30 19:11:33.561 7 INFO neutron.services.segments.plugin [-] Segment 223f8136-15d1-41f2-ba51-07e2ff2412a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 223f8136-15d1-41f2-ba51-07e2ff2412a8 found for delete ", "request_id": "req-df1535ec-7f28-449e-b244-b24dfbb15028"}]} 2026-06-30 19:11:33.566 7 INFO neutron.services.segments.plugin [-] Segment 223f8136-15d1-41f2-ba51-07e2ff2412a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 223f8136-15d1-41f2-ba51-07e2ff2412a8 found for delete ", "request_id": "req-b0fef67d-3572-486d-901f-31cf67125bcd"}]} 2026-06-30 19:11:33.573 7 INFO neutron.services.segments.plugin [-] Segment 11b63ef4-bf1f-4a77-8d3f-8da24093260f resource provider aggregate not found 2026-06-30 19:11:33.585 7 INFO neutron.services.segments.plugin [-] Segment 11b63ef4-bf1f-4a77-8d3f-8da24093260f resource provider aggregate not found 2026-06-30 19:11:33.590 7 INFO neutron.services.segments.plugin [-] Segment 11b63ef4-bf1f-4a77-8d3f-8da24093260f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11b63ef4-bf1f-4a77-8d3f-8da24093260f found for delete ", "request_id": "req-e4409a7c-0427-4025-91e8-a5ffacab4a3a"}]} 2026-06-30 19:11:33.600 7 INFO neutron.services.segments.plugin [-] Segment 11b63ef4-bf1f-4a77-8d3f-8da24093260f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11b63ef4-bf1f-4a77-8d3f-8da24093260f found for delete ", "request_id": "req-555fa63e-9a24-4805-9eed-4189889e977d"}]} [pid: 7|app: 0|req: 836/1736] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:11:33 2026] GET /v2.0/security-groups?tenant_id=339281845ca64483a24c3fd47901e6c1&name=default => generated 2925 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1737] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:11:33 2026] DELETE /v2.0/security-groups/981262ff-4f08-4f69-8250-a3f0f5b00987 => 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: 837/1738] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:11:34 2026] GET /v2.0/security-groups?tenant_id=1382ed427cc140129bdf77fd071205c6&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1739] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:11:34 2026] DELETE /v2.0/security-groups/469945fc-c594-4d1b-bc90-916ac9301aae => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:11:34.367 7 WARNING neutron_lib.context [None req-0ad77d9f-d86a-485a-8550-71969428b688 0b72198a910e4e379320b84cbfbff182 766f0d55a2c0459fadce81e6b825c031 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:11:34.404 8 INFO neutron.db.segments_db [None req-c5656f02-d918-4c42-b1cc-f61709313af4 c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] Added segment 50872c52-a2f1-4959-a22b-523a512adcff of type vxlan for network aa5fa3a7-08e4-4d63-a6ef-45aed6e2bf94 [pid: 7|app: 0|req: 839/1740] 10.0.0.228 () {34 vars in 685 bytes} [Tue Jun 30 19:11:34 2026] POST /v2.0/security-groups => generated 1675 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1741] 10.0.0.228 () {34 vars in 671 bytes} [Tue Jun 30 19:11:34 2026] POST /v2.0/networks => generated 741 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:11:34.532 7 WARNING neutron_lib.context [None req-c7b3d65d-7e1a-47e0-a316-658fe6f68837 0b72198a910e4e379320b84cbfbff182 766f0d55a2c0459fadce81e6b825c031 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 840/1742] 10.0.0.228 () {34 vars in 695 bytes} [Tue Jun 30 19:11:34 2026] POST /v2.0/security-group-rules => generated 597 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:11:34.698 7 WARNING neutron_lib.context [None req-f61fc871-b9b1-4926-85bd-077a69b1e6c5 0b72198a910e4e379320b84cbfbff182 766f0d55a2c0459fadce81e6b825c031 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 903/1743] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:11:34 2026] POST /v2.0/subnets => generated 664 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1744] 10.0.0.228 () {34 vars in 695 bytes} [Tue Jun 30 19:11:34 2026] POST /v2.0/security-group-rules => generated 596 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:11:34.826 7 WARNING neutron_lib.context [None req-6173c6db-2c42-45e3-b22e-c4dcfa922eed 0b72198a910e4e379320b84cbfbff182 766f0d55a2c0459fadce81e6b825c031 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:11:34.826 8 INFO neutron.db.segments_db [None req-238d850c-f9de-4ab3-b543-8bf40bb1527e c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] Added segment 7b5c0734-b2e3-4de9-810c-5ba8e9b11946 of type vxlan for network 26a0debc-3344-464a-9553-987dcb4f91e1 [pid: 7|app: 0|req: 842/1745] 10.0.0.228 () {34 vars in 695 bytes} [Tue Jun 30 19:11:34 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-06-30 19:11:34.962 7 WARNING neutron_lib.context [None req-2c88aac1-03ad-4189-ab2b-cdebffa2dc7a 0b72198a910e4e379320b84cbfbff182 766f0d55a2c0459fadce81e6b825c031 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 843/1746] 10.0.0.228 () {34 vars in 695 bytes} [Tue Jun 30 19:11:34 2026] POST /v2.0/security-group-rules => generated 601 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:11:35.086 7 WARNING neutron_lib.context [None req-967b65f4-efa6-4244-80d9-a9a9d6e66cb3 0b72198a910e4e379320b84cbfbff182 766f0d55a2c0459fadce81e6b825c031 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:11:35.126 7 INFO neutron.db.securitygroups_db [None req-967b65f4-efa6-4244-80d9-a9a9d6e66cb3 0b72198a910e4e379320b84cbfbff182 766f0d55a2c0459fadce81e6b825c031 - - default default] Project 766f0d55a2c0459fadce81e6b825c031 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: 844/1747] 10.0.0.228 () {34 vars in 695 bytes} [Tue Jun 30 19:11:35 2026] POST /v2.0/security-group-rules => generated 607 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:11:35.230 7 WARNING neutron_lib.context [None req-589441b5-ed91-4afd-9c3c-f6fa8f120ef3 0b72198a910e4e379320b84cbfbff182 766f0d55a2c0459fadce81e6b825c031 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:11:35.265 7 INFO neutron.db.securitygroups_db [None req-589441b5-ed91-4afd-9c3c-f6fa8f120ef3 0b72198a910e4e379320b84cbfbff182 766f0d55a2c0459fadce81e6b825c031 - - default default] Project 766f0d55a2c0459fadce81e6b825c031 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: 845/1748] 10.0.0.228 () {34 vars in 695 bytes} [Tue Jun 30 19:11:35 2026] POST /v2.0/security-group-rules => generated 606 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:11:35.589 8 INFO neutron.db.l3_hamode_db [None req-238d850c-f9de-4ab3-b543-8bf40bb1527e c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 846/1749] 10.0.0.228 () {32 vars in 649 bytes} [Tue Jun 30 19:11:35 2026] GET /v2.0/networks => generated 1298 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1750] 10.0.0.53 () {34 vars in 1099 bytes} [Tue Jun 30 19:11:36 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1058071715&fields=id&tenant_id=766f0d55a2c0459fadce81e6b825c031 => generated 69 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1751] 10.0.0.53 () {34 vars in 981 bytes} [Tue Jun 30 19:11:36 2026] GET /v2.0/networks?id=0dbe14aa-1d22-4474-8fe3-1296345334de => generated 661 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1752] 10.0.0.53 () {34 vars in 964 bytes} [Tue Jun 30 19:11:36 2026] GET /v2.0/quotas/766f0d55a2c0459fadce81e6b825c031 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1753] 10.0.0.53 () {34 vars in 1001 bytes} [Tue Jun 30 19:11:36 2026] GET /v2.0/ports?tenant_id=766f0d55a2c0459fadce81e6b825c031&fields=id => generated 149 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1754] 10.0.0.53 () {34 vars in 1007 bytes} [Tue Jun 30 19:11:36 2026] GET /v2.0/networks/0dbe14aa-1d22-4474-8fe3-1296345334de?fields=segments => generated 14 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:11:36.577 8 INFO neutron.db.l3_hamode_db [None req-238d850c-f9de-4ab3-b543-8bf40bb1527e c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 852/1755] 10.0.0.53 () {34 vars in 1107 bytes} [Tue Jun 30 19:11:36 2026] GET /v2.0/networks/0dbe14aa-1d22-4474-8fe3-1296345334de?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: 853/1756] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:11:36 2026] GET /v2.0/ports?device_id=5602e650-acdf-429e-beeb-8d198417574d => 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: 854/1757] 10.0.0.228 () {34 vars in 678 bytes} [Tue Jun 30 19:11:37 2026] POST /v2.0/qos/policies => generated 359 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1758] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:11:37 2026] GET /v2.0/networks?id=0dbe14aa-1d22-4474-8fe3-1296345334de => generated 661 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1759] 10.0.0.228 () {34 vars in 678 bytes} [Tue Jun 30 19:11:37 2026] POST /v2.0/qos/policies => generated 359 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1760] 199.204.45.227 () {34 vars in 1050 bytes} [Tue Jun 30 19:11:37 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=766f0d55a2c0459fadce81e6b825c031 => generated 274 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1761] 10.0.0.228 () {34 vars in 678 bytes} [Tue Jun 30 19:11:37 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) 2026-06-30 19:11:37.757 7 WARNING neutron_lib.context [req-c4f6b8ff-c3fe-494b-a24c-d832d30494d2 req-b410f737-7027-4c95-9f20-1a9f0d0d11b9 0b72198a910e4e379320b84cbfbff182 766f0d55a2c0459fadce81e6b825c031 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 904/1762] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:11:34 2026] POST /v2.0/routers => generated 728 bytes in 3009 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1763] 10.0.0.228 () {34 vars in 678 bytes} [Tue Jun 30 19:11:37 2026] POST /v2.0/qos/policies => generated 359 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1764] 199.204.45.227 () {38 vars in 955 bytes} [Tue Jun 30 19:11:37 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) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 860/1765] 10.0.0.228 () {34 vars in 678 bytes} [Tue Jun 30 19:11:38 2026] POST /v2.0/qos/policies => generated 359 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1766] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:11:38 2026] GET /v2.0/ports?device_id=5602e650-acdf-429e-beeb-8d198417574d => generated 961 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1767] 199.204.45.227 () {38 vars in 1028 bytes} [Tue Jun 30 19:11:38 2026] PUT /v2.0/ports/0191f55b-e6fe-4322-943e-b0867bd8b4a9 => generated 1203 bytes in 524 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:11:38.847 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-96a3c5bb-cf18-488f-b25b-7e222e771876'] response: {'name': 'network-changed', 'server_uuid': '5602e650-acdf-429e-beeb-8d198417574d', 'tag': '0191f55b-e6fe-4322-943e-b0867bd8b4a9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 863/1768] 10.0.0.228 () {34 vars in 753 bytes} [Tue Jun 30 19:11:38 2026] PUT /v2.0/policies/c7789566-0bc9-41cf-81c2-f72f19c65c78/tags => generated 17 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 864/1769] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:11:38 2026] GET /v2.0/security-groups?id=8b07c7c8-60cb-4a0d-9cb6-6e0228fbd925&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: 7|app: 0|req: 865/1770] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:11:38 2026] GET /v2.0/ports?tenant_id=766f0d55a2c0459fadce81e6b825c031&device_id=5602e650-acdf-429e-beeb-8d198417574d => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1771] 10.0.0.228 () {34 vars in 753 bytes} [Tue Jun 30 19:11:38 2026] PUT /v2.0/policies/a21a535b-65d7-4dc4-bfa0-797cd5f13aba/tags => generated 25 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1772] 199.204.45.227 () {34 vars in 1060 bytes} [Tue Jun 30 19:11:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=0191f55b-e6fe-4322-943e-b0867bd8b4a9 => 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: 868/1773] 10.0.0.228 () {34 vars in 753 bytes} [Tue Jun 30 19:11:38 2026] PUT /v2.0/policies/785f1869-297f-4fe9-9ff2-6fc0bd8c40f1/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1774] 199.204.45.227 () {34 vars in 984 bytes} [Tue Jun 30 19:11:39 2026] GET /v2.0/subnets?id=680e231c-242e-4c20-8200-77ae59219c25 => generated 654 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1775] 10.0.0.228 () {34 vars in 753 bytes} [Tue Jun 30 19:11:39 2026] PUT /v2.0/policies/f866778e-cec8-4476-86eb-649fe98907da/tags => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1776] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:11:39 2026] GET /v2.0/ports?network_id=0dbe14aa-1d22-4474-8fe3-1296345334de&device_owner=network%3Adhcp => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1777] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:11:39 2026] GET /v2.0/networks/0dbe14aa-1d22-4474-8fe3-1296345334de?fields=segments => generated 14 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1778] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:11:39 2026] GET /v2.0/networks/0dbe14aa-1d22-4474-8fe3-1296345334de?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: 874/1779] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:11:39 2026] GET /v2.0/ports?tenant_id=766f0d55a2c0459fadce81e6b825c031&device_id=5602e650-acdf-429e-beeb-8d198417574d => generated 1242 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1780] 10.0.0.228 () {34 vars in 783 bytes} [Tue Jun 30 19:11:37 2026] PUT /v2.0/routers/69c06142-37db-4e94-a296-d161ca913ed6/add_router_interface => generated 309 bytes in 1646 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1781] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:11:39 2026] GET /v2.0/networks?id=0dbe14aa-1d22-4474-8fe3-1296345334de => generated 757 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1782] 199.204.45.227 () {34 vars in 1060 bytes} [Tue Jun 30 19:11:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=0191f55b-e6fe-4322-943e-b0867bd8b4a9 => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1783] 199.204.45.227 () {34 vars in 984 bytes} [Tue Jun 30 19:11:39 2026] GET /v2.0/subnets?id=680e231c-242e-4c20-8200-77ae59219c25 => generated 654 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1784] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:11:39 2026] GET /v2.0/ports?network_id=0dbe14aa-1d22-4474-8fe3-1296345334de&device_owner=network%3Adhcp => generated 1244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1785] 10.0.0.228 () {32 vars in 674 bytes} [Tue Jun 30 19:11:39 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1786] 10.0.0.228 () {32 vars in 688 bytes} [Tue Jun 30 19:11:39 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1787] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:11:39 2026] GET /v2.0/networks/0dbe14aa-1d22-4474-8fe3-1296345334de?fields=segments => generated 14 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1788] 10.0.0.228 () {32 vars in 684 bytes} [Tue Jun 30 19:11:39 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1789] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:11:39 2026] GET /v2.0/networks/0dbe14aa-1d22-4474-8fe3-1296345334de?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: 910/1790] 10.0.0.228 () {32 vars in 696 bytes} [Tue Jun 30 19:11:39 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1791] 10.0.0.228 () {32 vars in 682 bytes} [Tue Jun 30 19:11:39 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1792] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:11:39 2026] GET /v2.0/ports?device_id=5602e650-acdf-429e-beeb-8d198417574d => generated 973 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1793] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:11:40 2026] GET /v2.0/security-groups?id=8b07c7c8-60cb-4a0d-9cb6-6e0228fbd925&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: 882/1794] 10.0.0.228 () {32 vars in 696 bytes} [Tue Jun 30 19:11:40 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1795] 10.0.0.228 () {32 vars in 692 bytes} [Tue Jun 30 19:11:40 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1796] 10.0.0.228 () {32 vars in 704 bytes} [Tue Jun 30 19:11:40 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1797] 10.0.0.228 () {32 vars in 734 bytes} [Tue Jun 30 19:11:40 2026] DELETE /v2.0/qos/policies/c7789566-0bc9-41cf-81c2-f72f19c65c78 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1798] 10.0.0.228 () {32 vars in 734 bytes} [Tue Jun 30 19:11:40 2026] DELETE /v2.0/qos/policies/a21a535b-65d7-4dc4-bfa0-797cd5f13aba => 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: 915/1799] 10.0.0.228 () {32 vars in 734 bytes} [Tue Jun 30 19:11:40 2026] DELETE /v2.0/qos/policies/785f1869-297f-4fe9-9ff2-6fc0bd8c40f1 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1800] 10.0.0.228 () {32 vars in 734 bytes} [Tue Jun 30 19:11:40 2026] DELETE /v2.0/qos/policies/f866778e-cec8-4476-86eb-649fe98907da => 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: 886/1801] 10.0.0.228 () {32 vars in 734 bytes} [Tue Jun 30 19:11:40 2026] DELETE /v2.0/qos/policies/e0a62994-f57d-4ff8-b77c-1f8db47f5eb6 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:11:40.771 8 INFO neutron.db.segments_db [None req-2f7b7dbd-94ca-4805-8f9b-3b5ea1a8aa60 c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] Added segment 4b977ac3-b213-43b9-a778-1773af492e96 of type vxlan for network fa06d8d4-3e7e-4838-ad2c-1e4587840dbc [pid: 8|app: 0|req: 916/1802] 10.0.0.228 () {34 vars in 671 bytes} [Tue Jun 30 19:11:40 2026] POST /v2.0/networks => generated 740 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1803] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:11:41 2026] GET /v2.0/ports?device_id=5602e650-acdf-429e-beeb-8d198417574d => generated 973 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1804] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:11:41 2026] GET /v2.0/security-groups?id=8b07c7c8-60cb-4a0d-9cb6-6e0228fbd925&fields=id&fields=name => generated 114 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1805] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:11:40 2026] POST /v2.0/subnets => generated 663 bytes in 711 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:11:41.675 8 INFO neutron.db.segments_db [None req-126efb5c-8969-49c2-ac8b-c63753eb20e1 c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] Added segment f8fa4e5e-ce2e-4c99-87c1-a4e0f11b2482 of type vxlan for network 693c6175-826d-4188-bcf2-9d2243f665e0 2026-06-30 19:11:42.074 8 INFO neutron.db.l3_hamode_db [None req-126efb5c-8969-49c2-ac8b-c63753eb20e1 c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 888/1806] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:11:41 2026] GET /v2.0/security-groups?tenant_id=76c1070541a54babb415cc56a111a87e&name=default => generated 2925 bytes in 450 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1807] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:11:42 2026] DELETE /v2.0/security-groups/9dacb153-61cf-4716-bc19-d092ed0c7ffd => generated 0 bytes in 164 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1808] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:11:42 2026] GET /v2.0/security-groups?tenant_id=28f83e0572134ddab05550f9b203a997&name=default => generated 2925 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1809] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:11:42 2026] GET /v2.0/ports?device_id=5602e650-acdf-429e-beeb-8d198417574d => generated 975 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1810] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:11:42 2026] DELETE /v2.0/security-groups/42c2e945-f92c-4f72-bb3e-63a9b446965b => 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: 893/1811] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:11:42 2026] GET /v2.0/security-groups?id=8b07c7c8-60cb-4a0d-9cb6-6e0228fbd925&fields=id&fields=name => generated 114 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1812] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:11:43 2026] GET /v2.0/ports?device_id=5602e650-acdf-429e-beeb-8d198417574d => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1813] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:11:43 2026] GET /v2.0/security-groups?id=8b07c7c8-60cb-4a0d-9cb6-6e0228fbd925&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:43.214 8 INFO neutron.db.l3_hamode_db [None req-126efb5c-8969-49c2-ac8b-c63753eb20e1 c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 896/1814] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:11:43 2026] GET /v2.0/security-groups?tenant_id=c76cb738b4204c178272e30f85ad7940&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1817] 10.0.0.228 () {32 vars in 736 bytes} [Tue Jun 30 19:11:43 2026] GET /v2.0/ports?device_id=5602e650-acdf-429e-beeb-8d198417574d => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1818] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:11:43 2026] DELETE /v2.0/security-groups/36c9af90-2d56-45e6-929e-14081dc2692a => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:11:43.964 7 INFO neutron.db.l3_db [None req-8750042f-65f8-4402-a0d4-2175c7362479 0b72198a910e4e379320b84cbfbff182 766f0d55a2c0459fadce81e6b825c031 - - default default] Floating IP 36af75ed-4ed7-47ef-9f5d-af0137d573bf associated. External IP: 10.96.250.218, port: 0191f55b-e6fe-4322-943e-b0867bd8b4a9. [pid: 7|app: 0|req: 901/1819] 10.0.0.228 () {34 vars in 749 bytes} [Tue Jun 30 19:11:43 2026] PUT /v2.0/floatingips/36af75ed-4ed7-47ef-9f5d-af0137d573bf => generated 856 bytes in 870 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1820] 10.0.0.228 () {32 vars in 729 bytes} [Tue Jun 30 19:11:44 2026] GET /v2.0/floatingips/36af75ed-4ed7-47ef-9f5d-af0137d573bf => generated 856 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:44.447 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2337ca9a-6fa5-430c-b3c9-b0dc0b9038c3'] response: {'name': 'network-changed', 'server_uuid': '5602e650-acdf-429e-beeb-8d198417574d', 'tag': '0191f55b-e6fe-4322-943e-b0867bd8b4a9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 903/1821] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:11:44 2026] GET /v2.0/ports?tenant_id=766f0d55a2c0459fadce81e6b825c031&device_id=5602e650-acdf-429e-beeb-8d198417574d => generated 1244 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1822] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:11:44 2026] GET /v2.0/networks?id=0dbe14aa-1d22-4474-8fe3-1296345334de => generated 757 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1823] 199.204.45.227 () {34 vars in 1060 bytes} [Tue Jun 30 19:11:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=0191f55b-e6fe-4322-943e-b0867bd8b4a9 => generated 859 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1824] 199.204.45.227 () {34 vars in 984 bytes} [Tue Jun 30 19:11:44 2026] GET /v2.0/subnets?id=680e231c-242e-4c20-8200-77ae59219c25 => generated 654 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1825] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:11:44 2026] GET /v2.0/ports?network_id=0dbe14aa-1d22-4474-8fe3-1296345334de&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1826] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:11:41 2026] POST /v2.0/routers => generated 727 bytes in 3229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1827] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:11:44 2026] GET /v2.0/networks/0dbe14aa-1d22-4474-8fe3-1296345334de?fields=segments => generated 14 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1828] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:11:44 2026] GET /v2.0/networks/0dbe14aa-1d22-4474-8fe3-1296345334de?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1829] 10.0.0.228 () {32 vars in 729 bytes} [Tue Jun 30 19:11:45 2026] GET /v2.0/floatingips/36af75ed-4ed7-47ef-9f5d-af0137d573bf => generated 856 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1830] 10.0.0.228 () {34 vars in 783 bytes} [Tue Jun 30 19:11:44 2026] PUT /v2.0/routers/d1b29d0f-05ba-4caa-9516-7602e6e8bf66/add_router_interface => generated 309 bytes in 1573 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1831] 10.0.0.228 () {32 vars in 729 bytes} [Tue Jun 30 19:11:46 2026] GET /v2.0/floatingips/36af75ed-4ed7-47ef-9f5d-af0137d573bf => generated 858 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:47.123 8 WARNING neutron_lib.context [None req-28f489a0-2b8f-44e4-b391-ecb3c4e78e61 55d4fcc9e30b4a37a3fa4fcf89fa247a ae170428300240a199399b20920b5cb4 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 921/1832] 10.0.0.228 () {34 vars in 685 bytes} [Tue Jun 30 19:11:47 2026] POST /v2.0/security-groups => generated 1675 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-30 19:11:47.277 7 WARNING neutron_lib.context [None req-016930d4-df35-4f0e-8d5b-821109b164ed 55d4fcc9e30b4a37a3fa4fcf89fa247a ae170428300240a199399b20920b5cb4 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 912/1833] 10.0.0.228 () {34 vars in 695 bytes} [Tue Jun 30 19:11:47 2026] POST /v2.0/security-group-rules => generated 597 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:11:47.443 8 WARNING neutron_lib.context [None req-50dac750-c64d-4a1b-80ea-b136016754ca 55d4fcc9e30b4a37a3fa4fcf89fa247a ae170428300240a199399b20920b5cb4 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 922/1834] 10.0.0.228 () {34 vars in 695 bytes} [Tue Jun 30 19:11:47 2026] POST /v2.0/security-group-rules => generated 596 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:11:47.615 7 WARNING neutron_lib.context [None req-3f1df5ac-f99e-45f5-b0f4-39b83b9dfdec 55d4fcc9e30b4a37a3fa4fcf89fa247a ae170428300240a199399b20920b5cb4 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 913/1835] 10.0.0.228 () {34 vars in 695 bytes} [Tue Jun 30 19:11:47 2026] POST /v2.0/security-group-rules => generated 602 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:11:47.765 8 WARNING neutron_lib.context [None req-ab4883a2-244d-44b5-ba28-02f6b2220240 55d4fcc9e30b4a37a3fa4fcf89fa247a ae170428300240a199399b20920b5cb4 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 923/1836] 10.0.0.228 () {34 vars in 695 bytes} [Tue Jun 30 19:11:47 2026] POST /v2.0/security-group-rules => generated 601 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:11:47.912 7 WARNING neutron_lib.context [None req-5af2e825-0a9a-430f-b03c-26a7b08ffa05 55d4fcc9e30b4a37a3fa4fcf89fa247a ae170428300240a199399b20920b5cb4 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:11:47.952 7 INFO neutron.db.securitygroups_db [None req-5af2e825-0a9a-430f-b03c-26a7b08ffa05 55d4fcc9e30b4a37a3fa4fcf89fa247a ae170428300240a199399b20920b5cb4 - - default default] Project ae170428300240a199399b20920b5cb4 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: 914/1837] 10.0.0.228 () {34 vars in 695 bytes} [Tue Jun 30 19:11:47 2026] POST /v2.0/security-group-rules => generated 607 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:11:48.026 7 WARNING neutron_lib.context [None req-3214281f-9048-483a-aa7b-6440aeabf57b 55d4fcc9e30b4a37a3fa4fcf89fa247a ae170428300240a199399b20920b5cb4 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:11:48.069 7 INFO neutron.db.securitygroups_db [None req-3214281f-9048-483a-aa7b-6440aeabf57b 55d4fcc9e30b4a37a3fa4fcf89fa247a ae170428300240a199399b20920b5cb4 - - default default] Project ae170428300240a199399b20920b5cb4 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-06-30 19:11:48.103 8 WARNING neutron_lib.context [None req-a7e40b98-c0da-4541-8f81-02b4a939c53a 29fa683fe813413aa400d1cb2d33a2db 526d18c42dad4a68ac0eedd511b4b8ef - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 924/1838] 10.0.0.228 () {34 vars in 676 bytes} [Tue Jun 30 19:11:47 2026] POST /v2.0/subnetpools => generated 516 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1839] 10.0.0.228 () {34 vars in 695 bytes} [Tue Jun 30 19:11:48 2026] POST /v2.0/security-group-rules => generated 606 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:11:48.168 8 WARNING neutron_lib.context [None req-185943f0-4575-4edf-9b23-869927253b13 29fa683fe813413aa400d1cb2d33a2db 526d18c42dad4a68ac0eedd511b4b8ef - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 925/1840] 10.0.0.228 () {34 vars in 676 bytes} [Tue Jun 30 19:11:48 2026] POST /v2.0/subnetpools => generated 516 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:11:48.241 7 WARNING neutron_lib.context [None req-5c60f07f-3ae9-4c8d-bdd5-163e2e8723ff 29fa683fe813413aa400d1cb2d33a2db 526d18c42dad4a68ac0eedd511b4b8ef - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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/1841] 10.0.0.228 () {34 vars in 676 bytes} [Tue Jun 30 19:11:48 2026] POST /v2.0/subnetpools => generated 516 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:11:48.314 8 WARNING neutron_lib.context [None req-01b8a58a-f21f-47f6-85fa-1cd14e4a9ef3 29fa683fe813413aa400d1cb2d33a2db 526d18c42dad4a68ac0eedd511b4b8ef - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 926/1842] 10.0.0.228 () {34 vars in 676 bytes} [Tue Jun 30 19:11:48 2026] POST /v2.0/subnetpools => generated 516 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:11:48.375 7 WARNING neutron_lib.context [None req-3230d1dc-53bc-453c-87dc-8d82b097933c 29fa683fe813413aa400d1cb2d33a2db 526d18c42dad4a68ac0eedd511b4b8ef - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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/1843] 10.0.0.228 () {34 vars in 676 bytes} [Tue Jun 30 19:11:48 2026] POST /v2.0/subnetpools => generated 516 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1844] 10.0.0.228 () {34 vars in 759 bytes} [Tue Jun 30 19:11:48 2026] PUT /v2.0/subnetpools/93f23b6e-0ea4-4a57-a915-afc0aa98111f/tags => generated 17 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1845] 10.0.0.228 () {34 vars in 759 bytes} [Tue Jun 30 19:11:48 2026] PUT /v2.0/subnetpools/045b1109-0e2a-4838-94c5-789eb5786bbb/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1846] 10.0.0.228 () {34 vars in 759 bytes} [Tue Jun 30 19:11:48 2026] PUT /v2.0/subnetpools/8ff87c4b-3e77-41a6-8a2d-3bcc65996dbc/tags => generated 34 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:11:48.647 8 WARNING neutron_lib.context [None req-7097c89e-a147-4d8c-9a1d-339ea327c8d4 55d4fcc9e30b4a37a3fa4fcf89fa247a ae170428300240a199399b20920b5cb4 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 919/1847] 10.0.0.228 () {34 vars in 759 bytes} [Tue Jun 30 19:11:48 2026] PUT /v2.0/subnetpools/f2e5b7c8-5c74-469a-8ac7-ad70dfda346a/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: 920/1848] 10.0.0.228 () {32 vars in 672 bytes} [Tue Jun 30 19:11:48 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1849] 10.0.0.228 () {32 vars in 686 bytes} [Tue Jun 30 19:11:48 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1850] 10.0.0.228 () {32 vars in 682 bytes} [Tue Jun 30 19:11:48 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1851] 10.0.0.228 () {34 vars in 685 bytes} [Tue Jun 30 19:11:48 2026] POST /v2.0/security-groups => generated 1660 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-30 19:11:48.780 8 WARNING neutron_lib.context [None req-9294626e-91cc-4903-a12d-e3bd1f42c9f1 55d4fcc9e30b4a37a3fa4fcf89fa247a ae170428300240a199399b20920b5cb4 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 923/1852] 10.0.0.228 () {32 vars in 694 bytes} [Tue Jun 30 19:11:48 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1853] 10.0.0.228 () {32 vars in 680 bytes} [Tue Jun 30 19:11:48 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1854] 10.0.0.228 () {32 vars in 694 bytes} [Tue Jun 30 19:11:48 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1855] 10.0.0.228 () {32 vars in 690 bytes} [Tue Jun 30 19:11:48 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1856] 10.0.0.228 () {34 vars in 695 bytes} [Tue Jun 30 19:11:48 2026] POST /v2.0/security-group-rules => generated 597 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:11:48.919 8 WARNING neutron_lib.context [None req-bbc266cf-7608-43d3-b192-78af01397d33 55d4fcc9e30b4a37a3fa4fcf89fa247a ae170428300240a199399b20920b5cb4 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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/1857] 10.0.0.228 () {32 vars in 702 bytes} [Tue Jun 30 19:11:48 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1858] 10.0.0.228 () {32 vars in 732 bytes} [Tue Jun 30 19:11:48 2026] DELETE /v2.0/subnetpools/93f23b6e-0ea4-4a57-a915-afc0aa98111f => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1859] 10.0.0.228 () {34 vars in 695 bytes} [Tue Jun 30 19:11:48 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-06-30 19:11:49.057 8 WARNING neutron_lib.context [None req-4b59b36e-5032-44d9-9972-85fbbd2e8c81 55d4fcc9e30b4a37a3fa4fcf89fa247a ae170428300240a199399b20920b5cb4 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 929/1860] 10.0.0.228 () {32 vars in 732 bytes} [Tue Jun 30 19:11:48 2026] DELETE /v2.0/subnetpools/045b1109-0e2a-4838-94c5-789eb5786bbb => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1861] 10.0.0.228 () {32 vars in 732 bytes} [Tue Jun 30 19:11:49 2026] DELETE /v2.0/subnetpools/8ff87c4b-3e77-41a6-8a2d-3bcc65996dbc => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1862] 10.0.0.228 () {32 vars in 732 bytes} [Tue Jun 30 19:11:49 2026] DELETE /v2.0/subnetpools/f2e5b7c8-5c74-469a-8ac7-ad70dfda346a => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1863] 10.0.0.228 () {32 vars in 732 bytes} [Tue Jun 30 19:11:49 2026] DELETE /v2.0/subnetpools/25d8a300-6e9f-425f-bdf5-540db4b49a83 => 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: 932/1864] 10.0.0.228 () {34 vars in 676 bytes} [Tue Jun 30 19:11:49 2026] POST /v2.0/floatingips => generated 552 bytes in 666 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1865] 10.0.0.53 () {34 vars in 1099 bytes} [Tue Jun 30 19:11:49 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1685761065&fields=id&tenant_id=ae170428300240a199399b20920b5cb4 => generated 69 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1866] 10.0.0.53 () {34 vars in 1099 bytes} [Tue Jun 30 19:11:49 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1917502185&fields=id&tenant_id=ae170428300240a199399b20920b5cb4 => generated 69 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1867] 10.0.0.53 () {34 vars in 981 bytes} [Tue Jun 30 19:11:49 2026] GET /v2.0/networks?id=aa5fa3a7-08e4-4d63-a6ef-45aed6e2bf94 => generated 673 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1868] 10.0.0.53 () {34 vars in 964 bytes} [Tue Jun 30 19:11:50 2026] GET /v2.0/quotas/ae170428300240a199399b20920b5cb4 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1869] 10.0.0.53 () {34 vars in 1001 bytes} [Tue Jun 30 19:11:50 2026] GET /v2.0/ports?tenant_id=ae170428300240a199399b20920b5cb4&fields=id => generated 103 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1870] 10.0.0.53 () {34 vars in 1007 bytes} [Tue Jun 30 19:11:50 2026] GET /v2.0/networks/aa5fa3a7-08e4-4d63-a6ef-45aed6e2bf94?fields=segments => generated 14 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1871] 10.0.0.53 () {34 vars in 1107 bytes} [Tue Jun 30 19:11:50 2026] GET /v2.0/networks/aa5fa3a7-08e4-4d63-a6ef-45aed6e2bf94?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1872] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:11:50 2026] GET /v2.0/ports?device_id=e5fabfce-316d-4f88-b511-e87a8ca67af8 => 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: 935/1873] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:11:50 2026] GET /v2.0/security-groups?tenant_id=526d18c42dad4a68ac0eedd511b4b8ef&name=default => generated 2925 bytes in 336 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1874] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:11:50 2026] DELETE /v2.0/security-groups/b9101ae8-8159-40fd-90c6-c164771e1ac4 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1875] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:11:50 2026] GET /v2.0/security-groups?tenant_id=902f6ae7a2a748be9d4a3c4b6285af23&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1876] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:11:50 2026] DELETE /v2.0/security-groups/55012956-b074-4373-9429-9c260ae6482f => 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: 937/1877] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:11:51 2026] GET /v2.0/networks?id=aa5fa3a7-08e4-4d63-a6ef-45aed6e2bf94 => generated 673 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1878] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:11:51 2026] GET /v2.0/security-groups?tenant_id=44adf1c59f2b4631b626e304482c5ed1&name=default => generated 2925 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1879] 199.204.45.227 () {34 vars in 1050 bytes} [Tue Jun 30 19:11:51 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ae170428300240a199399b20920b5cb4 => generated 274 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:51.393 8 WARNING neutron_lib.context [req-1377e0d9-3bda-4ec2-865f-8dfc8b4f2851 req-d58e1aa0-ca7e-4295-a87b-649008ddda94 55d4fcc9e30b4a37a3fa4fcf89fa247a ae170428300240a199399b20920b5cb4 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 942/1880] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:11:51 2026] DELETE /v2.0/security-groups/fd969ecd-ef00-40a1-a933-8dbae271815d => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1881] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:11:51 2026] GET /v2.0/ports?device_id=e5fabfce-316d-4f88-b511-e87a8ca67af8 => 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: 944/1882] 199.204.45.227 () {34 vars in 1096 bytes} [Tue Jun 30 19:11:51 2026] GET /v2.0/ports?device_id=7498c620-d893-4113-ac40-9dfe854983fe&fields=binding%3Ahost_id&fields=binding%3Avif_type => generated 67 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1883] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:11:51 2026] GET /v2.0/ports?tenant_id=766f0d55a2c0459fadce81e6b825c031&device_id=7498c620-d893-4113-ac40-9dfe854983fe => 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: 946/1884] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:11:51 2026] GET /v2.0/networks?id=0dbe14aa-1d22-4474-8fe3-1296345334de => generated 757 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1885] 199.204.45.227 () {34 vars in 1060 bytes} [Tue Jun 30 19:11:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=57ffbda2-b33b-4c35-8c9c-19b7d4db3a85 => 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: 948/1886] 199.204.45.227 () {34 vars in 984 bytes} [Tue Jun 30 19:11:51 2026] GET /v2.0/subnets?id=680e231c-242e-4c20-8200-77ae59219c25 => generated 654 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1887] 199.204.45.227 () {38 vars in 955 bytes} [Tue Jun 30 19:11:51 2026] POST /v2.0/ports => generated 993 bytes in 604 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 949/1888] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:11:51 2026] GET /v2.0/ports?network_id=0dbe14aa-1d22-4474-8fe3-1296345334de&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: 950/1889] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:11:52 2026] GET /v2.0/networks/0dbe14aa-1d22-4474-8fe3-1296345334de?fields=segments => generated 14 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1890] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:11:52 2026] GET /v2.0/networks/0dbe14aa-1d22-4474-8fe3-1296345334de?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: 8|app: 0|req: 940/1891] 199.204.45.227 () {38 vars in 1028 bytes} [Tue Jun 30 19:11:51 2026] PUT /v2.0/ports/499ac601-e851-45e0-9491-43cdef574407 => generated 1238 bytes in 593 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1892] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:11:52 2026] GET /v2.0/ports?tenant_id=ae170428300240a199399b20920b5cb4&device_id=e5fabfce-316d-4f88-b511-e87a8ca67af8 => generated 1277 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 953/1893] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:11:52 2026] GET /v2.0/ports?device_id=e5fabfce-316d-4f88-b511-e87a8ca67af8 => generated 1008 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1894] 199.204.45.227 () {34 vars in 1058 bytes} [Tue Jun 30 19:11:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=499ac601-e851-45e0-9491-43cdef574407 => generated 19 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:11:52.777 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-10f4d4f1-6e5d-4437-9c5c-38a3c929a6e4'] response: {'name': 'network-changed', 'server_uuid': 'e5fabfce-316d-4f88-b511-e87a8ca67af8', 'tag': '499ac601-e851-45e0-9491-43cdef574407', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 954/1895] 10.0.0.53 () {34 vars in 1119 bytes} [Tue Jun 30 19:11:52 2026] GET /v2.0/security-groups?id=abddeaa4-9f13-432c-b803-1dbc3244c73a&id=f4e67a25-9700-4f60-aaa5-87f00f6ca1d9&fields=id&fields=name => generated 207 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1896] 199.204.45.227 () {34 vars in 984 bytes} [Tue Jun 30 19:11:52 2026] GET /v2.0/subnets?id=f7956f90-e1d3-42df-851d-ba5e72372f2d => generated 667 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1897] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:11:52 2026] GET /v2.0/ports?network_id=aa5fa3a7-08e4-4d63-a6ef-45aed6e2bf94&device_owner=network%3Adhcp => 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.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 943/1898] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:11:52 2026] GET /v2.0/networks/aa5fa3a7-08e4-4d63-a6ef-45aed6e2bf94?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1899] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:11:52 2026] GET /v2.0/networks/aa5fa3a7-08e4-4d63-a6ef-45aed6e2bf94?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1900] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:11:53 2026] GET /v2.0/ports?tenant_id=ae170428300240a199399b20920b5cb4&device_id=e5fabfce-316d-4f88-b511-e87a8ca67af8 => generated 1277 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1901] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:11:53 2026] GET /v2.0/networks?id=aa5fa3a7-08e4-4d63-a6ef-45aed6e2bf94 => generated 769 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1902] 199.204.45.227 () {34 vars in 1058 bytes} [Tue Jun 30 19:11:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=499ac601-e851-45e0-9491-43cdef574407 => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1903] 199.204.45.227 () {34 vars in 994 bytes} [Tue Jun 30 19:11:53 2026] GET /v2.0/ports?device_id=e5fabfce-316d-4f88-b511-e87a8ca67af8 => generated 1277 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1904] 199.204.45.227 () {34 vars in 984 bytes} [Tue Jun 30 19:11:53 2026] GET /v2.0/subnets?id=f7956f90-e1d3-42df-851d-ba5e72372f2d => generated 667 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1905] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:11:53 2026] GET /v2.0/ports?network_id=aa5fa3a7-08e4-4d63-a6ef-45aed6e2bf94&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: 959/1906] 199.204.45.227 () {34 vars in 1124 bytes} [Tue Jun 30 19:11:53 2026] GET /v2.0/security-groups?id=abddeaa4-9f13-432c-b803-1dbc3244c73a&id=f4e67a25-9700-4f60-aaa5-87f00f6ca1d9&fields=id&fields=name => generated 207 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1907] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:11:53 2026] GET /v2.0/networks/aa5fa3a7-08e4-4d63-a6ef-45aed6e2bf94?fields=segments => generated 14 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1908] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:11:53 2026] GET /v2.0/networks/aa5fa3a7-08e4-4d63-a6ef-45aed6e2bf94?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1909] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:11:53 2026] GET /v2.0/ports?device_id=e5fabfce-316d-4f88-b511-e87a8ca67af8 => generated 1010 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1910] 10.0.0.53 () {34 vars in 1119 bytes} [Tue Jun 30 19:11:53 2026] GET /v2.0/security-groups?id=abddeaa4-9f13-432c-b803-1dbc3244c73a&id=f4e67a25-9700-4f60-aaa5-87f00f6ca1d9&fields=id&fields=name => generated 207 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1911] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 30 19:11:54 2026] GET /v2.0/ports?device_id=5602e650-acdf-429e-beeb-8d198417574d => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1912] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:54 2026] GET /v2.0/security-groups?id=8b07c7c8-60cb-4a0d-9cb6-6e0228fbd925&fields=id&fields=name => generated 114 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:54.869 8 WARNING neutron_lib.context [None req-e70aa290-106f-4d4a-bd99-5828d1f2056c 196504317a2d4f0faabfd3a7adaefffb c87abfac811c454981fd989450ced91c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:11:55.017 8 INFO neutron.db.segments_db [None req-e70aa290-106f-4d4a-bd99-5828d1f2056c 196504317a2d4f0faabfd3a7adaefffb c87abfac811c454981fd989450ced91c - - default default] Added segment 1aff0512-066b-40c9-953d-c93d1615ebff of type vxlan for network 2b3c8b85-653d-433d-9e31-f1d3d011b525 [pid: 7|app: 0|req: 963/1913] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:11:55 2026] GET /v2.0/ports?device_id=e5fabfce-316d-4f88-b511-e87a8ca67af8 => generated 1010 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1914] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:11:54 2026] POST /v2.0/networks => generated 630 bytes in 517 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1915] 10.0.0.53 () {34 vars in 1119 bytes} [Tue Jun 30 19:11:55 2026] GET /v2.0/security-groups?id=abddeaa4-9f13-432c-b803-1dbc3244c73a&id=f4e67a25-9700-4f60-aaa5-87f00f6ca1d9&fields=id&fields=name => generated 207 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1916] 10.0.0.228 () {34 vars in 753 bytes} [Tue Jun 30 19:11:55 2026] PUT /v2.0/networks/2b3c8b85-653d-433d-9e31-f1d3d011b525/tags => generated 25 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1917] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:11:55 2026] GET /v2.0/ports?device_id=e5fabfce-316d-4f88-b511-e87a8ca67af8 => generated 1010 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1918] 10.0.0.228 () {32 vars in 733 bytes} [Tue Jun 30 19:11:55 2026] GET /v2.0/networks/2b3c8b85-653d-433d-9e31-f1d3d011b525/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1919] 10.0.0.228 () {34 vars in 764 bytes} [Tue Jun 30 19:11:55 2026] PUT /v2.0/networks/2b3c8b85-653d-433d-9e31-f1d3d011b525/tags/green => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1920] 10.0.0.228 () {32 vars in 733 bytes} [Tue Jun 30 19:11:55 2026] GET /v2.0/networks/2b3c8b85-653d-433d-9e31-f1d3d011b525/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1921] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:11:55 2026] GET /v2.0/ports?device_id=5602e650-acdf-429e-beeb-8d198417574d => generated 975 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1922] 10.0.0.228 () {34 vars in 760 bytes} [Tue Jun 30 19:11:55 2026] PUT /v2.0/networks/2b3c8b85-653d-433d-9e31-f1d3d011b525/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: 958/1923] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:11:55 2026] GET /v2.0/security-groups?id=8b07c7c8-60cb-4a0d-9cb6-6e0228fbd925&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1924] 10.0.0.228 () {32 vars in 733 bytes} [Tue Jun 30 19:11:55 2026] GET /v2.0/networks/2b3c8b85-653d-433d-9e31-f1d3d011b525/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1925] 10.0.0.228 () {34 vars in 782 bytes} [Tue Jun 30 19:11:55 2026] PUT /v2.0/networks/2b3c8b85-653d-433d-9e31-f1d3d011b525/tags/black.or.white => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-30 19:11:55.770 7 INFO neutron.db.l3_db [None req-17868282-90e6-4877-91d4-a602f51c6cfa 55d4fcc9e30b4a37a3fa4fcf89fa247a ae170428300240a199399b20920b5cb4 - - default default] Floating IP 87fa2c16-2bfa-413b-b8e8-e44290dd3308 associated. External IP: 10.96.250.207, port: 499ac601-e851-45e0-9491-43cdef574407. [pid: 8|app: 0|req: 961/1926] 10.0.0.228 () {32 vars in 733 bytes} [Tue Jun 30 19:11:55 2026] GET /v2.0/networks/2b3c8b85-653d-433d-9e31-f1d3d011b525/tags => generated 52 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1927] 10.0.0.228 () {34 vars in 753 bytes} [Tue Jun 30 19:11:55 2026] PUT /v2.0/networks/2b3c8b85-653d-433d-9e31-f1d3d011b525/tags => generated 37 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1928] 10.0.0.228 () {32 vars in 733 bytes} [Tue Jun 30 19:11:55 2026] GET /v2.0/networks/2b3c8b85-653d-433d-9e31-f1d3d011b525/tags => generated 37 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1929] 10.0.0.228 () {32 vars in 741 bytes} [Tue Jun 30 19:11:55 2026] GET /v2.0/networks/2b3c8b85-653d-433d-9e31-f1d3d011b525/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:11:56.065 8 INFO neutron.api.v2.resource [None req-03b78558-f8ed-462f-8f97-7d86a5db82bd 196504317a2d4f0faabfd3a7adaefffb c87abfac811c454981fd989450ced91c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 965/1930] 10.0.0.228 () {32 vars in 745 bytes} [Tue Jun 30 19:11:56 2026] GET /v2.0/networks/2b3c8b85-653d-433d-9e31-f1d3d011b525/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: 966/1931] 199.204.45.227 () {34 vars in 994 bytes} [Tue Jun 30 19:11:56 2026] GET /v2.0/ports?device_id=5602e650-acdf-429e-beeb-8d198417574d => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1932] 10.0.0.228 () {34 vars in 749 bytes} [Tue Jun 30 19:11:55 2026] PUT /v2.0/floatingips/87fa2c16-2bfa-413b-b8e8-e44290dd3308 => generated 855 bytes in 797 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1933] 10.0.0.228 () {32 vars in 744 bytes} [Tue Jun 30 19:11:56 2026] DELETE /v2.0/networks/2b3c8b85-653d-433d-9e31-f1d3d011b525/tags/red => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:11:56.201 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c128f96a-55bc-4cd1-83ea-7e552994c25c'] response: {'name': 'network-changed', 'server_uuid': 'e5fabfce-316d-4f88-b511-e87a8ca67af8', 'tag': '499ac601-e851-45e0-9491-43cdef574407', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 968/1934] 10.0.0.228 () {32 vars in 733 bytes} [Tue Jun 30 19:11:56 2026] GET /v2.0/networks/2b3c8b85-653d-433d-9e31-f1d3d011b525/tags => generated 30 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1935] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:11:56 2026] GET /v2.0/ports?tenant_id=ae170428300240a199399b20920b5cb4&device_id=e5fabfce-316d-4f88-b511-e87a8ca67af8 => generated 1279 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:11:56.434 8 INFO neutron.api.v2.resource [None req-fe3f8d44-ab0e-40a7-b8b5-40532592c2a0 196504317a2d4f0faabfd3a7adaefffb c87abfac811c454981fd989450ced91c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 970/1936] 10.0.0.228 () {32 vars in 748 bytes} [Tue Jun 30 19:11:56 2026] DELETE /v2.0/networks/2b3c8b85-653d-433d-9e31-f1d3d011b525/tags/green => generated 99 bytes in 126 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1937] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:11:56 2026] GET /v2.0/networks?id=aa5fa3a7-08e4-4d63-a6ef-45aed6e2bf94 => generated 769 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1938] 10.0.0.228 () {32 vars in 736 bytes} [Tue Jun 30 19:11:56 2026] DELETE /v2.0/networks/2b3c8b85-653d-433d-9e31-f1d3d011b525/tags => 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: 973/1939] 199.204.45.227 () {34 vars in 1058 bytes} [Tue Jun 30 19:11:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=499ac601-e851-45e0-9491-43cdef574407 => generated 858 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:56.638 7 INFO neutron.db.l3_db [req-ba535524-5000-4885-abc3-1509ffa9b8af req-4d60efdd-612f-4804-8821-138b759c0ddc 0b72198a910e4e379320b84cbfbff182 766f0d55a2c0459fadce81e6b825c031 - - default default] Floating IP 36af75ed-4ed7-47ef-9f5d-af0137d573bf disassociated. External IP: 10.96.250.218, port: 0191f55b-e6fe-4322-943e-b0867bd8b4a9. [pid: 8|app: 0|req: 974/1940] 10.0.0.228 () {32 vars in 733 bytes} [Tue Jun 30 19:11:56 2026] GET /v2.0/networks/2b3c8b85-653d-433d-9e31-f1d3d011b525/tags => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1941] 199.204.45.227 () {34 vars in 984 bytes} [Tue Jun 30 19:11:56 2026] GET /v2.0/subnets?id=f7956f90-e1d3-42df-851d-ba5e72372f2d => generated 667 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1942] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:11:56 2026] DELETE /v2.0/networks/2b3c8b85-653d-433d-9e31-f1d3d011b525 => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:11:56.938 8 INFO neutron.services.segments.plugin [-] Segment 1aff0512-066b-40c9-953d-c93d1615ebff resource provider aggregate not found 2026-06-30 19:11:56.942 8 INFO neutron.services.segments.plugin [-] Segment 1aff0512-066b-40c9-953d-c93d1615ebff resource provider aggregate not found 2026-06-30 19:11:56.967 8 INFO neutron.services.segments.plugin [-] Segment 1aff0512-066b-40c9-953d-c93d1615ebff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1aff0512-066b-40c9-953d-c93d1615ebff found for delete ", "request_id": "req-ee23933f-0cb2-4fcf-b98b-4bc6f4cab87e"}]} 2026-06-30 19:11:56.968 8 INFO neutron.services.segments.plugin [-] Segment 1aff0512-066b-40c9-953d-c93d1615ebff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1aff0512-066b-40c9-953d-c93d1615ebff found for delete ", "request_id": "req-45d97b6d-0744-4117-9bfe-286caf88f375"}]} [pid: 8|app: 0|req: 977/1943] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:11:56 2026] GET /v2.0/ports?device_id=5602e650-acdf-429e-beeb-8d198417574d => 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: 978/1944] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:11:56 2026] GET /v2.0/ports?network_id=aa5fa3a7-08e4-4d63-a6ef-45aed6e2bf94&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1945] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:11:57 2026] GET /v2.0/networks/aa5fa3a7-08e4-4d63-a6ef-45aed6e2bf94?fields=segments => generated 14 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1946] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:11:57 2026] GET /v2.0/networks/aa5fa3a7-08e4-4d63-a6ef-45aed6e2bf94?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1947] 199.204.45.227 () {36 vars in 997 bytes} [Tue Jun 30 19:11:56 2026] DELETE /v2.0/ports/0191f55b-e6fe-4322-943e-b0867bd8b4a9 => generated 0 bytes in 1115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1948] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:11:57 2026] GET /v2.0/security-groups?tenant_id=c87abfac811c454981fd989450ced91c&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1949] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:11:58 2026] DELETE /v2.0/security-groups/cc60899c-d17d-454f-bfc1-22ece4412479 => 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: 982/1952] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:11:58 2026] DELETE /v2.0/security-groups/8b07c7c8-60cb-4a0d-9cb6-6e0228fbd925 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:11:58.275 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-50210717-cfd5-477b-b6d7-a25297f824eb'] response: {'server_uuid': '5602e650-acdf-429e-beeb-8d198417574d', 'name': 'network-vif-deleted', 'tag': '0191f55b-e6fe-4322-943e-b0867bd8b4a9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 971/1953] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:11:58 2026] GET /v2.0/security-groups?tenant_id=08062f5b82c342738488d6b53bb13216&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1954] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:11:58 2026] DELETE /v2.0/security-groups/6c72c1e8-73b6-4d7f-b72a-727a528edebf => 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: 983/1955] 10.0.0.228 () {32 vars in 732 bytes} [Tue Jun 30 19:11:58 2026] DELETE /v2.0/floatingips/36af75ed-4ed7-47ef-9f5d-af0137d573bf => generated 0 bytes in 725 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1956] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:11:59 2026] GET /v2.0/ports?device_id=7498c620-d893-4113-ac40-9dfe854983fe => generated 975 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1957] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:11:59 2026] GET /v2.0/security-groups?id=8d0a9c87-5b00-43a2-9bc4-8fa5a0eedd47&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: 7|app: 0|req: 974/1958] 199.204.45.227 () {34 vars in 994 bytes} [Tue Jun 30 19:11:59 2026] GET /v2.0/ports?device_id=7498c620-d893-4113-ac40-9dfe854983fe => generated 975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1959] 199.204.45.227 () {36 vars in 997 bytes} [Tue Jun 30 19:11:59 2026] DELETE /v2.0/ports/57ffbda2-b33b-4c35-8c9c-19b7d4db3a85 => generated 0 bytes in 422 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1960] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:12:00 2026] GET /v2.0/ports?device_id=7498c620-d893-4113-ac40-9dfe854983fe => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:12:01.454 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3d9abce7-f35f-4f03-8d7a-721ae09f0232'] response: {'server_uuid': '7498c620-d893-4113-ac40-9dfe854983fe', 'name': 'network-vif-deleted', 'tag': '57ffbda2-b33b-4c35-8c9c-19b7d4db3a85', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 986/1961] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:12:01 2026] DELETE /v2.0/security-groups/8d0a9c87-5b00-43a2-9bc4-8fa5a0eedd47 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:12:01.834 8 WARNING neutron_lib.context [None req-80616602-0b80-4b97-8c55-9890d9212bdb e067578485f24431bb8bfc522c173140 1b29b976d3c74e5ba13e1e196a3e07c2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:12:01.959 8 INFO neutron.db.segments_db [None req-80616602-0b80-4b97-8c55-9890d9212bdb e067578485f24431bb8bfc522c173140 1b29b976d3c74e5ba13e1e196a3e07c2 - - default default] Added segment fbd096f9-27f3-4584-8b06-5553b0c9bade of type vxlan for network d7fafa8c-1e5d-4171-8eca-7cb34bd16f9a [pid: 8|app: 0|req: 987/1962] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:12:01 2026] POST /v2.0/networks => generated 632 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:02.085 8 WARNING neutron_lib.context [None req-43c14355-4997-4065-a1b2-5b7b54929c82 e067578485f24431bb8bfc522c173140 1b29b976d3c74e5ba13e1e196a3e07c2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 988/1963] 10.0.0.228 () {34 vars in 664 bytes} [Tue Jun 30 19:12:02 2026] POST /v2.0/ports => generated 743 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:12:02.422 8 WARNING neutron_lib.context [None req-dcd30c53-d0b4-4d98-bf8d-6bf09f068ad5 e067578485f24431bb8bfc522c173140 1b29b976d3c74e5ba13e1e196a3e07c2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 989/1964] 10.0.0.228 () {34 vars in 666 bytes} [Tue Jun 30 19:12:02 2026] POST /v2.0/trunks => generated 407 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1965] 10.0.0.228 () {34 vars in 749 bytes} [Tue Jun 30 19:12:02 2026] PUT /v2.0/trunks/9d4a597c-d7bf-42d4-b96b-cc1f7ffa008d/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/1966] 10.0.0.228 () {32 vars in 729 bytes} [Tue Jun 30 19:12:02 2026] GET /v2.0/trunks/9d4a597c-d7bf-42d4-b96b-cc1f7ffa008d/tags => generated 25 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/1967] 10.0.0.228 () {34 vars in 760 bytes} [Tue Jun 30 19:12:02 2026] PUT /v2.0/trunks/9d4a597c-d7bf-42d4-b96b-cc1f7ffa008d/tags/green => generated 4 bytes in 31 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/1968] 10.0.0.228 () {32 vars in 729 bytes} [Tue Jun 30 19:12:02 2026] GET /v2.0/trunks/9d4a597c-d7bf-42d4-b96b-cc1f7ffa008d/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: 994/1969] 10.0.0.228 () {34 vars in 756 bytes} [Tue Jun 30 19:12:02 2026] PUT /v2.0/trunks/9d4a597c-d7bf-42d4-b96b-cc1f7ffa008d/tags/red => generated 4 bytes in 19 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1970] 10.0.0.228 () {32 vars in 729 bytes} [Tue Jun 30 19:12:02 2026] GET /v2.0/trunks/9d4a597c-d7bf-42d4-b96b-cc1f7ffa008d/tags => generated 34 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/1971] 10.0.0.228 () {34 vars in 778 bytes} [Tue Jun 30 19:12:02 2026] PUT /v2.0/trunks/9d4a597c-d7bf-42d4-b96b-cc1f7ffa008d/tags/black.or.white => generated 4 bytes in 28 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/1972] 10.0.0.228 () {32 vars in 729 bytes} [Tue Jun 30 19:12:02 2026] GET /v2.0/trunks/9d4a597c-d7bf-42d4-b96b-cc1f7ffa008d/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: 998/1973] 10.0.0.228 () {34 vars in 749 bytes} [Tue Jun 30 19:12:02 2026] PUT /v2.0/trunks/9d4a597c-d7bf-42d4-b96b-cc1f7ffa008d/tags => generated 37 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/1974] 10.0.0.228 () {32 vars in 729 bytes} [Tue Jun 30 19:12:02 2026] GET /v2.0/trunks/9d4a597c-d7bf-42d4-b96b-cc1f7ffa008d/tags => generated 37 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/1975] 10.0.0.228 () {32 vars in 737 bytes} [Tue Jun 30 19:12:02 2026] GET /v2.0/trunks/9d4a597c-d7bf-42d4-b96b-cc1f7ffa008d/tags/red => generated 0 bytes in 17 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:12:02.991 8 INFO neutron.api.v2.resource [None req-e286b5dc-3adc-4a9f-8993-bde2bd1652df e067578485f24431bb8bfc522c173140 1b29b976d3c74e5ba13e1e196a3e07c2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1001/1976] 10.0.0.228 () {32 vars in 741 bytes} [Tue Jun 30 19:12:02 2026] GET /v2.0/trunks/9d4a597c-d7bf-42d4-b96b-cc1f7ffa008d/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: 1002/1977] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:12:02 2026] DELETE /v2.0/trunks/9d4a597c-d7bf-42d4-b96b-cc1f7ffa008d/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/1978] 10.0.0.228 () {32 vars in 729 bytes} [Tue Jun 30 19:12:03 2026] GET /v2.0/trunks/9d4a597c-d7bf-42d4-b96b-cc1f7ffa008d/tags => generated 30 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:12:03.071 8 INFO neutron.api.v2.resource [None req-831e3b05-25dc-43fe-b48a-881780194208 e067578485f24431bb8bfc522c173140 1b29b976d3c74e5ba13e1e196a3e07c2 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1004/1979] 10.0.0.228 () {32 vars in 744 bytes} [Tue Jun 30 19:12:03 2026] DELETE /v2.0/trunks/9d4a597c-d7bf-42d4-b96b-cc1f7ffa008d/tags/green => generated 99 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1980] 10.0.0.228 () {34 vars in 789 bytes} [Tue Jun 30 19:12:01 2026] PUT /v2.0/routers/394489c7-a329-42e0-ba01-235c4f113a71/remove_router_interface => generated 309 bytes in 1453 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/1981] 10.0.0.228 () {32 vars in 732 bytes} [Tue Jun 30 19:12:03 2026] DELETE /v2.0/trunks/9d4a597c-d7bf-42d4-b96b-cc1f7ffa008d/tags => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/1982] 10.0.0.228 () {32 vars in 729 bytes} [Tue Jun 30 19:12:03 2026] GET /v2.0/trunks/9d4a597c-d7bf-42d4-b96b-cc1f7ffa008d/tags => 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: 1007/1983] 10.0.0.228 () {32 vars in 719 bytes} [Tue Jun 30 19:12:03 2026] GET /v2.0/trunks/9d4a597c-d7bf-42d4-b96b-cc1f7ffa008d => generated 407 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/1984] 10.0.0.228 () {32 vars in 717 bytes} [Tue Jun 30 19:12:03 2026] GET /v2.0/ports/6219635b-8ca5-46ca-b860-4b1ac14e1aa0 => generated 826 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1985] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:12:03 2026] DELETE /v2.0/subnets/680e231c-242e-4c20-8200-77ae59219c25 => 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: 1009/1986] 10.0.0.228 () {32 vars in 722 bytes} [Tue Jun 30 19:12:03 2026] DELETE /v2.0/trunks/9d4a597c-d7bf-42d4-b96b-cc1f7ffa008d => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/1987] 10.0.0.228 () {32 vars in 720 bytes} [Tue Jun 30 19:12:03 2026] DELETE /v2.0/ports/6219635b-8ca5-46ca-b860-4b1ac14e1aa0 => generated 0 bytes in 245 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/1988] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:12:03 2026] DELETE /v2.0/networks/d7fafa8c-1e5d-4171-8eca-7cb34bd16f9a => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:12:04.400 7 INFO neutron.db.l3_hamode_db [None req-dfb03d26-5cee-43b0-8e78-6f33b3490785 0b72198a910e4e379320b84cbfbff182 766f0d55a2c0459fadce81e6b825c031 - - default default] HA network d9b06c3d-9a9e-4c7b-8f95-c49421382594 was deleted as no HA routers are present in tenant 766f0d55a2c0459fadce81e6b825c031. 2026-06-30 19:12:04.403 7 INFO neutron.services.segments.plugin [-] Segment da63d909-a950-4a3e-bb2c-e3087a63f735 resource provider aggregate not found [pid: 7|app: 0|req: 978/1989] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:12:03 2026] DELETE /v2.0/routers/394489c7-a329-42e0-ba01-235c4f113a71 => generated 0 bytes in 1134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:12:04.427 8 INFO neutron.services.segments.plugin [-] Segment fbd096f9-27f3-4584-8b06-5553b0c9bade resource provider aggregate not found 2026-06-30 19:12:04.432 8 INFO neutron.services.segments.plugin [-] Segment fbd096f9-27f3-4584-8b06-5553b0c9bade resource provider aggregate not found 2026-06-30 19:12:04.453 8 INFO neutron.services.segments.plugin [-] Segment fbd096f9-27f3-4584-8b06-5553b0c9bade resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbd096f9-27f3-4584-8b06-5553b0c9bade found for delete ", "request_id": "req-abe593af-1dc3-40e3-9477-f1fb39104253"}]} 2026-06-30 19:12:04.454 8 INFO neutron.services.segments.plugin [-] Segment fbd096f9-27f3-4584-8b06-5553b0c9bade resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbd096f9-27f3-4584-8b06-5553b0c9bade found for delete ", "request_id": "req-dbd0796a-e024-46ce-b7fa-9d1aaa7cacde"}]} 2026-06-30 19:12:04.507 7 INFO neutron.services.segments.plugin [-] Segment da63d909-a950-4a3e-bb2c-e3087a63f735 resource provider aggregate not found 2026-06-30 19:12:04.515 7 INFO neutron.services.segments.plugin [-] Segment da63d909-a950-4a3e-bb2c-e3087a63f735 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da63d909-a950-4a3e-bb2c-e3087a63f735 found for delete ", "request_id": "req-d8cf15ab-3932-49b3-b475-0292f72bab00"}]} 2026-06-30 19:12:04.527 7 INFO neutron.services.segments.plugin [-] Segment da63d909-a950-4a3e-bb2c-e3087a63f735 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da63d909-a950-4a3e-bb2c-e3087a63f735 found for delete ", "request_id": "req-3017b22b-61e9-4b85-a7e6-253d8862270d"}]} [pid: 8|app: 0|req: 1012/1990] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:12:04 2026] DELETE /v2.0/networks/0dbe14aa-1d22-4474-8fe3-1296345334de => generated 0 bytes in 242 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1991] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:12:04 2026] GET /v2.0/security-groups?tenant_id=97524ee1c20a4716b31cb92cd3b14094&name=default => generated 2925 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/1992] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:12:04 2026] DELETE /v2.0/security-groups/7f083bad-040d-448c-9fe8-c4d3dea50790 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1993] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:12:05 2026] GET /v2.0/security-groups?tenant_id=1b29b976d3c74e5ba13e1e196a3e07c2&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: 1014/1994] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:12:05 2026] DELETE /v2.0/security-groups/1d72c7f2-cfd0-4645-ac55-b1aaca373b2d => 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: 1015/1995] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:12:05 2026] GET /v2.0/ports?device_id=e5fabfce-316d-4f88-b511-e87a8ca67af8 => generated 1010 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1996] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:12:05 2026] GET /v2.0/security-groups?tenant_id=766f0d55a2c0459fadce81e6b825c031&name=default => generated 2925 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/1997] 10.0.0.53 () {34 vars in 1119 bytes} [Tue Jun 30 19:12:05 2026] GET /v2.0/security-groups?id=abddeaa4-9f13-432c-b803-1dbc3244c73a&id=f4e67a25-9700-4f60-aaa5-87f00f6ca1d9&fields=id&fields=name => generated 207 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1998] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:12:05 2026] DELETE /v2.0/security-groups/003895ae-8ab4-480b-b64a-7d769fd80cae => 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: 1017/1999] 10.0.0.228 () {32 vars in 736 bytes} [Tue Jun 30 19:12:05 2026] GET /v2.0/ports?device_id=e5fabfce-316d-4f88-b511-e87a8ca67af8 => generated 1279 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2000] 10.0.0.228 () {32 vars in 858 bytes} [Tue Jun 30 19:12:05 2026] GET /v2.0/floatingips?floating_network_id=6071fc42-3d19-4a57-aa6b-c0870fad7e28&port_id=499ac601-e851-45e0-9491-43cdef574407 => generated 860 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/2001] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:12:05 2026] GET /v2.0/security-groups?tenant_id=7e3f6ee695e84d29b2515457e9a79945&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2002] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:12:05 2026] DELETE /v2.0/security-groups/3af3a44f-9a52-41c2-8bae-3072b3ec974d => 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: 984/2003] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 30 19:12:06 2026] GET /v2.0/ports?device_id=e5fabfce-316d-4f88-b511-e87a8ca67af8 => generated 1279 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2004] 10.0.0.123 () {34 vars in 1120 bytes} [Tue Jun 30 19:12:06 2026] GET /v2.0/security-groups?id=abddeaa4-9f13-432c-b803-1dbc3244c73a&id=f4e67a25-9700-4f60-aaa5-87f00f6ca1d9&fields=id&fields=name => generated 207 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/2005] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:12:08 2026] GET /v2.0/ports?device_id=e5fabfce-316d-4f88-b511-e87a8ca67af8 => generated 1010 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:12:08.548 8 INFO neutron.services.segments.plugin [-] Segment 9d0f0641-13a2-48f0-a6e5-b2b57f1a803d resource provider aggregate not found 2026-06-30 19:12:08.554 8 INFO neutron.services.segments.plugin [-] Segment 9d0f0641-13a2-48f0-a6e5-b2b57f1a803d resource provider aggregate not found 2026-06-30 19:12:08.567 8 INFO neutron.services.segments.plugin [-] Segment 9d0f0641-13a2-48f0-a6e5-b2b57f1a803d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d0f0641-13a2-48f0-a6e5-b2b57f1a803d found for delete ", "request_id": "req-42bd0008-48d2-4ca0-8c41-e6c7842a8c35"}]} 2026-06-30 19:12:08.574 8 INFO neutron.services.segments.plugin [-] Segment 9d0f0641-13a2-48f0-a6e5-b2b57f1a803d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d0f0641-13a2-48f0-a6e5-b2b57f1a803d found for delete ", "request_id": "req-39d08d1b-2e1c-4722-adf3-45770e88457d"}]} [pid: 8|app: 0|req: 1021/2006] 10.0.0.53 () {34 vars in 1119 bytes} [Tue Jun 30 19:12:08 2026] GET /v2.0/security-groups?id=abddeaa4-9f13-432c-b803-1dbc3244c73a&id=f4e67a25-9700-4f60-aaa5-87f00f6ca1d9&fields=id&fields=name => generated 207 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/2007] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:12:08 2026] GET /v2.0/security-groups?tenant_id=348d8db03c564445a1a18781030b48a6&name=default => generated 2925 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/2008] 199.204.45.227 () {34 vars in 994 bytes} [Tue Jun 30 19:12:08 2026] GET /v2.0/ports?device_id=e5fabfce-316d-4f88-b511-e87a8ca67af8 => generated 1010 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2009] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:12:08 2026] DELETE /v2.0/security-groups/a4c9feed-61a5-48d1-a6a7-acb6c9653993 => 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: 1023/2010] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:12:09 2026] GET /v2.0/security-groups?tenant_id=424405b3545d4e7e862718746903981c&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2011] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:12:09 2026] DELETE /v2.0/security-groups/9d9ae094-c4d9-42d0-891e-062f3132c199 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:12:09.383 7 INFO neutron.db.l3_db [req-2120f873-1654-4061-a407-65e5ce49733d req-2934951d-e9e2-4ef7-a982-0647cc73fbc7 55d4fcc9e30b4a37a3fa4fcf89fa247a ae170428300240a199399b20920b5cb4 - - default default] Floating IP 87fa2c16-2bfa-413b-b8e8-e44290dd3308 disassociated. External IP: 10.96.250.207, port: 499ac601-e851-45e0-9491-43cdef574407. [pid: 8|app: 0|req: 1025/2012] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:12:09 2026] GET /v2.0/ports?device_id=e5fabfce-316d-4f88-b511-e87a8ca67af8 => 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: 988/2013] 199.204.45.227 () {36 vars in 997 bytes} [Tue Jun 30 19:12:09 2026] DELETE /v2.0/ports/499ac601-e851-45e0-9491-43cdef574407 => generated 0 bytes in 855 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2014] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:12:10 2026] DELETE /v2.0/security-groups/f4e67a25-9700-4f60-aaa5-87f00f6ca1d9 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:12:10.982 7 INFO neutron.api.v2.resource [None req-b1c5b8e0-9330-4dfd-9799-c93114a33c91 55d4fcc9e30b4a37a3fa4fcf89fa247a ae170428300240a199399b20920b5cb4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 989/2015] 10.0.0.228 () {32 vars in 737 bytes} [Tue Jun 30 19:12:10 2026] GET /v2.0/security-groups/f4e67a25-9700-4f60-aaa5-87f00f6ca1d9 => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2016] 10.0.0.228 () {32 vars in 732 bytes} [Tue Jun 30 19:12:10 2026] DELETE /v2.0/floatingips/87fa2c16-2bfa-413b-b8e8-e44290dd3308 => generated 0 bytes in 355 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:12:11.358 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bc4db0d5-8ad9-43b4-aa7a-c69fe203d0ac'] response: {'server_uuid': 'e5fabfce-316d-4f88-b511-e87a8ca67af8', 'name': 'network-vif-deleted', 'tag': '499ac601-e851-45e0-9491-43cdef574407', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 990/2017] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:12:11 2026] DELETE /v2.0/security-groups/abddeaa4-9f13-432c-b803-1dbc3244c73a => generated 0 bytes in 173 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2018] 10.0.0.228 () {34 vars in 789 bytes} [Tue Jun 30 19:12:11 2026] PUT /v2.0/routers/69c06142-37db-4e94-a296-d161ca913ed6/remove_router_interface => generated 309 bytes in 1226 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:13.914 7 INFO neutron.services.segments.plugin [-] Segment 7b5c0734-b2e3-4de9-810c-5ba8e9b11946 resource provider aggregate not found 2026-06-30 19:12:13.923 7 INFO neutron.services.segments.plugin [-] Segment 7b5c0734-b2e3-4de9-810c-5ba8e9b11946 resource provider aggregate not found 2026-06-30 19:12:13.930 7 INFO neutron.services.segments.plugin [-] Segment 7b5c0734-b2e3-4de9-810c-5ba8e9b11946 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b5c0734-b2e3-4de9-810c-5ba8e9b11946 found for delete ", "request_id": "req-e97835fc-b5ed-4d67-8290-dda881f68cbe"}]} 2026-06-30 19:12:13.939 7 INFO neutron.services.segments.plugin [-] Segment 7b5c0734-b2e3-4de9-810c-5ba8e9b11946 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b5c0734-b2e3-4de9-810c-5ba8e9b11946 found for delete ", "request_id": "req-b3c5c5a8-88a8-4602-8836-7720dd5d619d"}]} 2026-06-30 19:12:13.940 7 INFO neutron.db.l3_hamode_db [None req-b27c11e9-4c79-4c7a-8dec-40446d3aa1c7 c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] HA network 26a0debc-3344-464a-9553-987dcb4f91e1 was deleted as no HA routers are present in tenant ae170428300240a199399b20920b5cb4. [pid: 7|app: 0|req: 991/2021] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:12:12 2026] DELETE /v2.0/routers/69c06142-37db-4e94-a296-d161ca913ed6 => generated 0 bytes in 1143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2022] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:12:13 2026] DELETE /v2.0/subnets/f7956f90-e1d3-42df-851d-ba5e72372f2d => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/2023] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:12:14 2026] DELETE /v2.0/networks/aa5fa3a7-08e4-4d63-a6ef-45aed6e2bf94 => generated 0 bytes in 437 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:12:14.990 7 WARNING neutron_lib.context [None req-30f097ed-729d-4724-b902-dd202672ddbd e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:12:15.116 7 INFO neutron.db.segments_db [None req-30f097ed-729d-4724-b902-dd202672ddbd e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] Added segment 82f81621-ba27-42c8-9c5c-f5615beb79a5 of type vxlan for network 8c3515fc-51d0-4451-a5f8-cc2b3ec667b7 [pid: 7|app: 0|req: 993/2024] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:12:14 2026] POST /v2.0/networks => generated 639 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:15.255 7 WARNING neutron_lib.context [None req-bdf06050-600c-423a-bf22-ffc144fefe5a e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 994/2025] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:12:15 2026] POST /v2.0/subnets => generated 633 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/2026] 10.0.0.228 () {32 vars in 722 bytes} [Tue Jun 30 19:12:15 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:12:15.674 7 WARNING neutron_lib.context [None req-0d25297d-5851-40f8-ab00-8a0c7433d39f e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:12:15.950 7 INFO neutron.services.segments.plugin [-] Segment 50872c52-a2f1-4959-a22b-523a512adcff resource provider aggregate not found 2026-06-30 19:12:15.964 7 INFO neutron.services.segments.plugin [-] Segment 50872c52-a2f1-4959-a22b-523a512adcff resource provider aggregate not found 2026-06-30 19:12:15.969 7 INFO neutron.services.segments.plugin [-] Segment 50872c52-a2f1-4959-a22b-523a512adcff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50872c52-a2f1-4959-a22b-523a512adcff found for delete ", "request_id": "req-10f31cb7-9c36-4110-83c4-5eee7e4d175e"}]} 2026-06-30 19:12:15.985 7 INFO neutron.services.segments.plugin [-] Segment 50872c52-a2f1-4959-a22b-523a512adcff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50872c52-a2f1-4959-a22b-523a512adcff found for delete ", "request_id": "req-70b4fdc7-d120-4054-b8b5-0a25e655628b"}]} [pid: 7|app: 0|req: 996/2027] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:12:15 2026] POST /v2.0/subnets => generated 708 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:16.014 7 WARNING neutron_lib.context [None req-d8c70600-65da-4f88-a6bd-657477a2b859 e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:12:16.064 7 INFO neutron.db.segments_db [None req-d8c70600-65da-4f88-a6bd-657477a2b859 e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] Added segment edd43aab-c92d-45b2-a02d-465a265a6f57 of type vxlan for network 96344c4c-3803-40f6-853c-1b4fadb1d3a6 [pid: 8|app: 0|req: 1032/2028] 10.0.0.228 () {34 vars in 789 bytes} [Tue Jun 30 19:12:14 2026] PUT /v2.0/routers/d1b29d0f-05ba-4caa-9516-7602e6e8bf66/remove_router_interface => generated 309 bytes in 1586 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/2029] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:12:16 2026] POST /v2.0/networks => generated 637 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:16.224 7 WARNING neutron_lib.context [None req-001c706a-9090-490e-b394-6b281ad48590 e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 998/2030] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:12:16 2026] POST /v2.0/subnets => generated 631 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:16.585 7 WARNING neutron_lib.context [None req-d7e7a5fa-a41e-4da6-9844-2c94c6251e22 e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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/2031] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:12:16 2026] POST /v2.0/subnets => generated 702 bytes in 338 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:16.927 7 WARNING neutron_lib.context [None req-02d76da5-a095-4f4c-8313-a573a812d908 e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:12:16.985 7 INFO neutron.db.segments_db [None req-02d76da5-a095-4f4c-8313-a573a812d908 e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] Added segment 050c7f4a-047f-4a6c-af79-49c96cad8c91 of type vxlan for network b5d7a5d4-76aa-4110-ab77-d0550df8f00c [pid: 7|app: 0|req: 1000/2032] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:12:16 2026] POST /v2.0/networks => generated 637 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:17.138 7 WARNING neutron_lib.context [None req-a75dee94-2b0a-4713-8b61-2a10175a5bd2 e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:12:17.320 8 INFO neutron.services.segments.plugin [-] Segment f8fa4e5e-ce2e-4c99-87c1-a4e0f11b2482 resource provider aggregate not found 2026-06-30 19:12:17.324 8 INFO neutron.services.segments.plugin [-] Segment f8fa4e5e-ce2e-4c99-87c1-a4e0f11b2482 resource provider aggregate not found 2026-06-30 19:12:17.339 8 INFO neutron.services.segments.plugin [-] Segment f8fa4e5e-ce2e-4c99-87c1-a4e0f11b2482 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8fa4e5e-ce2e-4c99-87c1-a4e0f11b2482 found for delete ", "request_id": "req-f3eff13d-a4f1-432d-9efe-dc39c56095e6"}]} 2026-06-30 19:12:17.344 8 INFO neutron.db.l3_hamode_db [None req-997a49d6-02fd-44a1-b8f1-05b7de9c8685 c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] HA network 693c6175-826d-4188-bcf2-9d2243f665e0 was deleted as no HA routers are present in tenant 035e18ab9c6746b9b903bba7ef495b96. 2026-06-30 19:12:17.345 8 INFO neutron.services.segments.plugin [-] Segment f8fa4e5e-ce2e-4c99-87c1-a4e0f11b2482 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8fa4e5e-ce2e-4c99-87c1-a4e0f11b2482 found for delete ", "request_id": "req-4b10e3f3-3d9d-4b98-b004-cef0c0eea9a0"}]} [pid: 8|app: 0|req: 1033/2033] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:12:16 2026] DELETE /v2.0/routers/d1b29d0f-05ba-4caa-9516-7602e6e8bf66 => generated 0 bytes in 1143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2034] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:12:17 2026] POST /v2.0/subnets => generated 631 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:17.511 7 WARNING neutron_lib.context [None req-2526d500-fd7c-4c01-bf94-14f0aca69e63 e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1034/2035] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:12:17 2026] DELETE /v2.0/subnets/420346ea-fd11-4f92-8e96-a1c18b169692 => generated 0 bytes in 248 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2036] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:12:17 2026] POST /v2.0/subnets => generated 705 bytes in 411 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:17.928 7 WARNING neutron_lib.context [None req-eb5b30a1-0b64-4a2b-b553-16409e45cc10 e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:12:17.985 7 INFO neutron.db.segments_db [None req-eb5b30a1-0b64-4a2b-b553-16409e45cc10 e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] Added segment 3ffc6e0d-f050-44d5-a546-117729575d85 of type vxlan for network 1930a724-5a58-4b10-a6b1-a4dfa5259443 [pid: 8|app: 0|req: 1035/2037] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:12:17 2026] DELETE /v2.0/networks/fa06d8d4-3e7e-4838-ad2c-1e4587840dbc => generated 0 bytes in 544 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:12:18.390 7 INFO neutron.db.l3_hamode_db [None req-eb5b30a1-0b64-4a2b-b553-16409e45cc10 e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1036/2038] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:12:18 2026] GET /v2.0/security-groups?tenant_id=ae170428300240a199399b20920b5cb4&name=default => generated 2925 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2039] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:12:18 2026] DELETE /v2.0/security-groups/b11c1978-1bac-4524-95a2-1e84fac604a1 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2040] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:12:18 2026] GET /v2.0/security-groups?tenant_id=035e18ab9c6746b9b903bba7ef495b96&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: 1039/2041] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:12:18 2026] DELETE /v2.0/security-groups/124b7174-8855-4f79-b58b-23049744036c => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:12:19.946 7 INFO neutron.db.l3_hamode_db [None req-eb5b30a1-0b64-4a2b-b553-16409e45cc10 e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1003/2042] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:12:17 2026] POST /v2.0/routers => generated 683 bytes in 3238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:21.204 8 INFO neutron.services.segments.plugin [-] Segment 4b977ac3-b213-43b9-a778-1773af492e96 resource provider aggregate not found 2026-06-30 19:12:21.227 8 INFO neutron.services.segments.plugin [-] Segment 4b977ac3-b213-43b9-a778-1773af492e96 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b977ac3-b213-43b9-a778-1773af492e96 found for delete ", "request_id": "req-4fdb5ab8-d92a-48c8-81c2-587390dd870b"}]} 2026-06-30 19:12:21.271 8 INFO neutron.services.segments.plugin [-] Segment 4b977ac3-b213-43b9-a778-1773af492e96 resource provider aggregate not found 2026-06-30 19:12:21.301 8 INFO neutron.services.segments.plugin [-] Segment 4b977ac3-b213-43b9-a778-1773af492e96 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b977ac3-b213-43b9-a778-1773af492e96 found for delete ", "request_id": "req-d7aacf9a-8aca-40e0-ade0-8186e94163dc"}]} [pid: 8|app: 0|req: 1040/2043] 10.0.0.228 () {34 vars in 783 bytes} [Tue Jun 30 19:12:21 2026] PUT /v2.0/routers/b253372f-747a-4dc0-b42e-9bb72875d7c1/add_router_interface => generated 309 bytes in 1901 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:23.388 7 INFO neutron.db.segments_db [None req-27fd11e9-cdfa-48c8-a322-1e0b2525246e dd1f7e4314d042c6911e6f611d3a3848 1429f2dcede54960a33ec1e72ba00a94 - - default default] Added segment 2e4c0033-2466-4462-8a5e-f12dc1103574 of type vxlan for network 661a740a-3bdd-410c-9bec-045e29ebc30b [pid: 7|app: 0|req: 1004/2044] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:12:23 2026] POST /v2.0/networks => generated 726 bytes in 429 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/2045] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:12:23 2026] POST /v2.0/subnets => generated 620 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:23.772 7 WARNING neutron.api.v2.base [None req-82294f14-2f55-4308-af92-0e9e633dfd7a dd1f7e4314d042c6911e6f611d3a3848 1429f2dcede54960a33ec1e72ba00a94 - - 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-06-30 19:12:23.773 7 INFO neutron.api.v2.resource [None req-82294f14-2f55-4308-af92-0e9e633dfd7a dd1f7e4314d042c6911e6f611d3a3848 1429f2dcede54960a33ec1e72ba00a94 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 1006/2046] 10.0.0.228 () {34 vars in 681 bytes} [Tue Jun 30 19:12:23 2026] POST /v2.0/rbac-policies => generated 143 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-06-30 19:12:24.063 7 INFO neutron.services.segments.plugin [-] Segment 2e4c0033-2466-4462-8a5e-f12dc1103574 resource provider aggregate not found 2026-06-30 19:12:24.079 7 INFO neutron.services.segments.plugin [-] Segment 2e4c0033-2466-4462-8a5e-f12dc1103574 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e4c0033-2466-4462-8a5e-f12dc1103574 found for delete ", "request_id": "req-f19f3c25-f086-419c-adb6-5541518461a8"}]} [pid: 7|app: 0|req: 1007/2047] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:12:23 2026] DELETE /v2.0/networks/661a740a-3bdd-410c-9bec-045e29ebc30b => generated 0 bytes in 310 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:12:24.118 7 INFO neutron.services.segments.plugin [-] Segment 2e4c0033-2466-4462-8a5e-f12dc1103574 resource provider aggregate not found 2026-06-30 19:12:24.137 7 INFO neutron.services.segments.plugin [-] Segment 2e4c0033-2466-4462-8a5e-f12dc1103574 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e4c0033-2466-4462-8a5e-f12dc1103574 found for delete ", "request_id": "req-0f3e7059-f364-4c35-98d5-d77a47f81095"}]} 2026-06-30 19:12:24.179 7 INFO neutron.db.segments_db [None req-007d2125-1a55-40be-9419-27053b6d0606 dd1f7e4314d042c6911e6f611d3a3848 1429f2dcede54960a33ec1e72ba00a94 - - default default] Added segment 659d5058-fc44-40a3-9ac2-61de89c0cb20 of type vxlan for network 05916ce5-e925-4bbd-ade8-315f69006eba [pid: 7|app: 0|req: 1008/2048] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:12:24 2026] POST /v2.0/networks => generated 727 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2049] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:12:24 2026] POST /v2.0/subnets => generated 623 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:24.508 7 WARNING neutron.api.v2.base [None req-e93b36d6-6202-4ba4-9964-013fe8a86ff1 dd1f7e4314d042c6911e6f611d3a3848 1429f2dcede54960a33ec1e72ba00a94 - - 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-06-30 19:12:24.508 7 INFO neutron.api.v2.resource [None req-e93b36d6-6202-4ba4-9964-013fe8a86ff1 dd1f7e4314d042c6911e6f611d3a3848 1429f2dcede54960a33ec1e72ba00a94 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1010/2050] 10.0.0.228 () {34 vars in 681 bytes} [Tue Jun 30 19:12:24 2026] POST /v2.0/rbac-policies => generated 547 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2051] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:12:24 2026] DELETE /v2.0/networks/05916ce5-e925-4bbd-ade8-315f69006eba => generated 0 bytes in 241 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:12:24.840 7 INFO neutron.db.segments_db [None req-04a06225-b869-449b-b6ef-d78e93441dc6 dd1f7e4314d042c6911e6f611d3a3848 1429f2dcede54960a33ec1e72ba00a94 - - default default] Added segment 26fc2921-7e43-426f-80d2-20d2686e082e of type vxlan for network ea712153-37f1-4ae6-8614-26d4e797e19d [pid: 7|app: 0|req: 1012/2052] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:12:24 2026] POST /v2.0/networks => generated 726 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2053] 10.0.0.228 () {34 vars in 783 bytes} [Tue Jun 30 19:12:23 2026] PUT /v2.0/routers/b253372f-747a-4dc0-b42e-9bb72875d7c1/add_router_interface => generated 309 bytes in 1861 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2054] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:12:24 2026] POST /v2.0/subnets => generated 623 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2055] 10.0.0.228 () {34 vars in 681 bytes} [Tue Jun 30 19:12:25 2026] POST /v2.0/rbac-policies => generated 324 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2056] 10.0.0.228 () {32 vars in 723 bytes} [Tue Jun 30 19:12:25 2026] GET /v2.0/networks/ea712153-37f1-4ae6-8614-26d4e797e19d => generated 654 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:26.116 7 INFO neutron.services.segments.plugin [-] Segment 659d5058-fc44-40a3-9ac2-61de89c0cb20 resource provider aggregate not found 2026-06-30 19:12:26.135 7 INFO neutron.services.segments.plugin [-] Segment 659d5058-fc44-40a3-9ac2-61de89c0cb20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 659d5058-fc44-40a3-9ac2-61de89c0cb20 found for delete ", "request_id": "req-c68848a3-741e-4129-9b29-87ed7f3c63fa"}]} 2026-06-30 19:12:26.170 7 INFO neutron.services.segments.plugin [-] Segment 659d5058-fc44-40a3-9ac2-61de89c0cb20 resource provider aggregate not found 2026-06-30 19:12:26.187 7 INFO neutron.services.segments.plugin [-] Segment 659d5058-fc44-40a3-9ac2-61de89c0cb20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 659d5058-fc44-40a3-9ac2-61de89c0cb20 found for delete ", "request_id": "req-b0ec7b14-ad4b-442e-81c4-27b72e838710"}]} 2026-06-30 19:12:26.484 8 INFO neutron.pecan_wsgi.hooks.translation [None req-19ffc3e9-d70d-41cf-a12a-076e73cae4c0 6a93bfb2440745fe9f0213d6029dc6d0 c8094acc9fbc412e8dda8bdf93be49d3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1045/2057] 10.0.0.228 () {32 vars in 723 bytes} [Tue Jun 30 19:12:26 2026] GET /v2.0/networks/ea712153-37f1-4ae6-8614-26d4e797e19d => generated 138 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/2058] 10.0.0.228 () {34 vars in 783 bytes} [Tue Jun 30 19:12:24 2026] PUT /v2.0/routers/b253372f-747a-4dc0-b42e-9bb72875d7c1/add_router_interface => generated 309 bytes in 1804 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:26.811 7 WARNING neutron_lib.context [None req-b9aef9ac-1af4-47c6-aaec-5be29ad29cc1 e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1014/2059] 10.0.0.228 () {34 vars in 684 bytes} [Tue Jun 30 19:12:26 2026] POST /v2.0/security-groups => generated 1628 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-30 19:12:26.916 7 WARNING neutron_lib.context [None req-060da2a3-227d-4133-b4ea-59d066bf2409 e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:12:26.997 8 INFO neutron.services.segments.plugin [-] Segment 26fc2921-7e43-426f-80d2-20d2686e082e resource provider aggregate not found 2026-06-30 19:12:27.002 8 INFO neutron.services.segments.plugin [-] Segment 26fc2921-7e43-426f-80d2-20d2686e082e resource provider aggregate not found 2026-06-30 19:12:27.015 8 INFO neutron.services.segments.plugin [-] Segment 26fc2921-7e43-426f-80d2-20d2686e082e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26fc2921-7e43-426f-80d2-20d2686e082e found for delete ", "request_id": "req-1bf9b2b1-ffe0-4eaa-b1af-42be34bc0b22"}]} [pid: 8|app: 0|req: 1046/2060] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:12:26 2026] DELETE /v2.0/networks/ea712153-37f1-4ae6-8614-26d4e797e19d => generated 0 bytes in 533 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:12:27.034 8 INFO neutron.services.segments.plugin [-] Segment 26fc2921-7e43-426f-80d2-20d2686e082e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26fc2921-7e43-426f-80d2-20d2686e082e found for delete ", "request_id": "req-d4974ca7-37d8-4a58-8762-16195c8f6c2e"}]} [pid: 7|app: 0|req: 1015/2061] 10.0.0.228 () {34 vars in 695 bytes} [Tue Jun 30 19:12:26 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-06-30 19:12:27.054 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f3644709-ee07-4f44-b4cf-db1261c63518 dd1f7e4314d042c6911e6f611d3a3848 1429f2dcede54960a33ec1e72ba00a94 - - default default] DELETE failed (client error): The resource could not be found. 2026-06-30 19:12:27.055 7 WARNING neutron_lib.context [None req-5fff4d83-f8af-4ac6-80c5-2860b5c5a760 e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1047/2062] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:12:27 2026] DELETE /v2.0/subnets/4eb80835-255a-4643-bfe0-a449d0e59db7 => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:12:27.078 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4a1a84c3-ffd9-45d6-8183-ac1732199a8c dd1f7e4314d042c6911e6f611d3a3848 1429f2dcede54960a33ec1e72ba00a94 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1048/2063] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:12:27 2026] DELETE /v2.0/subnets/f2162513-6cb4-465a-9619-6e3e381e1ce2 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:12:27.100 8 INFO neutron.pecan_wsgi.hooks.translation [None req-622a17a7-eef3-4b38-b4e8-734e150b120a dd1f7e4314d042c6911e6f611d3a3848 1429f2dcede54960a33ec1e72ba00a94 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1049/2064] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:12:27 2026] DELETE /v2.0/subnets/82907b63-c9fe-4930-adf9-635215fed846 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2065] 10.0.0.228 () {34 vars in 695 bytes} [Tue Jun 30 19:12:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:27.178 8 WARNING neutron_lib.context [None req-e075ee9d-8cd6-43aa-a365-1551757c3524 e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1050/2066] 10.0.0.228 () {34 vars in 695 bytes} [Tue Jun 30 19:12:27 2026] POST /v2.0/security-group-rules => generated 599 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:27.320 7 WARNING neutron_lib.context [None req-4051c38c-07da-48fd-bb45-b091016856e8 e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1017/2067] 10.0.0.228 () {34 vars in 695 bytes} [Tue Jun 30 19:12:27 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-06-30 19:12:27.440 8 WARNING neutron_lib.context [None req-ce31678b-a8e9-49b6-bf2b-69309f0fdacc e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1051/2068] 10.0.0.228 () {34 vars in 695 bytes} [Tue Jun 30 19:12:27 2026] POST /v2.0/security-group-rules => generated 601 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:27.600 7 WARNING neutron_lib.context [None req-b311191a-0f06-4d1c-b4bd-46b79edb911c e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1018/2069] 10.0.0.228 () {34 vars in 695 bytes} [Tue Jun 30 19:12:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:27.741 8 WARNING neutron_lib.context [None req-b06cf1df-f19a-4a47-bf27-54e088f00b48 e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1052/2070] 10.0.0.228 () {34 vars in 695 bytes} [Tue Jun 30 19:12:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:27.911 7 WARNING neutron_lib.context [None req-23f6fbb3-a082-4fbf-9b0b-7e169d7a3164 e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1019/2071] 10.0.0.228 () {34 vars in 695 bytes} [Tue Jun 30 19:12:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:28.069 7 WARNING neutron_lib.context [None req-65513dc5-5cdf-4d6f-a158-7a7fe4faecec e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1020/2072] 10.0.0.228 () {34 vars in 695 bytes} [Tue Jun 30 19:12:28 2026] POST /v2.0/security-group-rules => generated 599 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:28.216 7 WARNING neutron_lib.context [None req-d29ea031-aa72-40db-b2fb-a32424c40baf e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1053/2075] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:12:27 2026] GET /v2.0/security-groups?tenant_id=c8094acc9fbc412e8dda8bdf93be49d3&name=default => generated 2929 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2076] 10.0.0.228 () {34 vars in 695 bytes} [Tue Jun 30 19:12:28 2026] POST /v2.0/security-group-rules => generated 601 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2077] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:12:28 2026] DELETE /v2.0/security-groups/051849df-4e19-43a0-803d-07367ca721ec => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:12:28.351 7 WARNING neutron_lib.context [None req-17267993-fe36-4d02-82d3-754db02123df e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1024/2078] 10.0.0.228 () {34 vars in 695 bytes} [Tue Jun 30 19:12:28 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) [pid: 8|app: 0|req: 1055/2079] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:12:28 2026] GET /v2.0/security-groups?tenant_id=ae466670b18242c498203ddbdd06beb6&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2080] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:12:28 2026] DELETE /v2.0/security-groups/412d3495-b63a-4c8e-90ea-278b84917286 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2081] 10.0.0.53 () {34 vars in 1095 bytes} [Tue Jun 30 19:12:28 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1202980620&fields=id&tenant_id=12d19d0d34e64205b66a2d07be721066 => generated 69 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2082] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:12:28 2026] GET /v2.0/security-groups?tenant_id=1429f2dcede54960a33ec1e72ba00a94&name=default => generated 2925 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2083] 10.0.0.53 () {34 vars in 981 bytes} [Tue Jun 30 19:12:28 2026] GET /v2.0/networks?id=96344c4c-3803-40f6-853c-1b4fadb1d3a6 => generated 704 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2084] 10.0.0.53 () {34 vars in 964 bytes} [Tue Jun 30 19:12:28 2026] GET /v2.0/quotas/12d19d0d34e64205b66a2d07be721066 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2085] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:12:28 2026] DELETE /v2.0/security-groups/4b90006a-b096-4d44-989f-07a8fd9aea5a => 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: 1028/2086] 10.0.0.53 () {34 vars in 1001 bytes} [Tue Jun 30 19:12:28 2026] GET /v2.0/ports?tenant_id=12d19d0d34e64205b66a2d07be721066&fields=id => generated 287 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2087] 10.0.0.53 () {34 vars in 1007 bytes} [Tue Jun 30 19:12:29 2026] GET /v2.0/networks/96344c4c-3803-40f6-853c-1b4fadb1d3a6?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: 1029/2088] 10.0.0.53 () {34 vars in 1107 bytes} [Tue Jun 30 19:12:29 2026] GET /v2.0/networks/96344c4c-3803-40f6-853c-1b4fadb1d3a6?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: 1060/2089] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:12:29 2026] GET /v2.0/ports?device_id=f33474b8-99dd-4430-951d-86f4a8d4b447 => 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: 1030/2090] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:12:29 2026] GET /v2.0/networks?id=96344c4c-3803-40f6-853c-1b4fadb1d3a6 => generated 704 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2091] 199.204.45.227 () {34 vars in 1050 bytes} [Tue Jun 30 19:12:30 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=12d19d0d34e64205b66a2d07be721066 => generated 179 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:30.181 7 WARNING neutron_lib.context [req-c53787b8-dd1f-47d7-bcdd-1df19a6dc451 req-bbd15bd8-414d-4b64-a33a-4ec982614393 e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1031/2092] 199.204.45.227 () {38 vars in 955 bytes} [Tue Jun 30 19:12:30 2026] POST /v2.0/ports => generated 1179 bytes in 555 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2093] 199.204.45.227 () {38 vars in 1028 bytes} [Tue Jun 30 19:12:30 2026] PUT /v2.0/ports/32cbd375-1721-4831-9e59-42e3b1249225 => generated 1424 bytes in 981 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1032/2094] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:12:31 2026] GET /v2.0/ports?tenant_id=12d19d0d34e64205b66a2d07be721066&device_id=f33474b8-99dd-4430-951d-86f4a8d4b447 => generated 1463 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1063/2095] 199.204.45.227 () {34 vars in 1056 bytes} [Tue Jun 30 19:12:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.76&port_id=32cbd375-1721-4831-9e59-42e3b1249225 => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2096] 199.204.45.227 () {34 vars in 1104 bytes} [Tue Jun 30 19:12:31 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A35d&port_id=32cbd375-1721-4831-9e59-42e3b1249225 => 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: 1064/2097] 199.204.45.227 () {34 vars in 1064 bytes} [Tue Jun 30 19:12:31 2026] GET /v2.0/subnets?id=f929fd05-0a35-4b1e-a654-a79c11f49a27&id=bfb4513c-851e-4d64-a8d8-32ed23559107 => generated 1362 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2098] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:12:31 2026] GET /v2.0/ports?network_id=96344c4c-3803-40f6-853c-1b4fadb1d3a6&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:12:32.012 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8fb2a357-d863-4f4d-9ec6-078f9889d072'] response: {'name': 'network-changed', 'server_uuid': 'f33474b8-99dd-4430-951d-86f4a8d4b447', 'tag': '32cbd375-1721-4831-9e59-42e3b1249225', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1065/2099] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:12:32 2026] GET /v2.0/ports?network_id=96344c4c-3803-40f6-853c-1b4fadb1d3a6&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: 7|app: 0|req: 1035/2100] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:12:32 2026] GET /v2.0/networks/96344c4c-3803-40f6-853c-1b4fadb1d3a6?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2101] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:12:32 2026] GET /v2.0/networks/96344c4c-3803-40f6-853c-1b4fadb1d3a6?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: 1036/2102] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:12:32 2026] GET /v2.0/ports?tenant_id=12d19d0d34e64205b66a2d07be721066&device_id=f33474b8-99dd-4430-951d-86f4a8d4b447 => generated 1463 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2103] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:12:32 2026] GET /v2.0/networks?id=96344c4c-3803-40f6-853c-1b4fadb1d3a6 => generated 800 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2104] 199.204.45.227 () {34 vars in 1056 bytes} [Tue Jun 30 19:12:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.76&port_id=32cbd375-1721-4831-9e59-42e3b1249225 => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2105] 199.204.45.227 () {34 vars in 1104 bytes} [Tue Jun 30 19:12:32 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A35d&port_id=32cbd375-1721-4831-9e59-42e3b1249225 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2106] 199.204.45.227 () {34 vars in 1064 bytes} [Tue Jun 30 19:12:32 2026] GET /v2.0/subnets?id=f929fd05-0a35-4b1e-a654-a79c11f49a27&id=bfb4513c-851e-4d64-a8d8-32ed23559107 => generated 1362 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2107] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:12:32 2026] GET /v2.0/ports?network_id=96344c4c-3803-40f6-853c-1b4fadb1d3a6&device_owner=network%3Adhcp => generated 1457 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2108] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:12:32 2026] GET /v2.0/ports?network_id=96344c4c-3803-40f6-853c-1b4fadb1d3a6&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2109] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:12:32 2026] GET /v2.0/networks/96344c4c-3803-40f6-853c-1b4fadb1d3a6?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: 1040/2110] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:12:32 2026] GET /v2.0/networks/96344c4c-3803-40f6-853c-1b4fadb1d3a6?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) 2026-06-30 19:12:33.351 8 WARNING neutron_lib.context [None req-44abef64-6abb-4926-88aa-b90b2b5add5e f55f3edcd6ad42c3a7769a1e7a09e70b 3aeb65baeae241918465b78218c35145 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1071/2111] 10.0.0.228 () {34 vars in 676 bytes} [Tue Jun 30 19:12:33 2026] POST /v2.0/floatingips => generated 552 bytes in 811 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:34.022 7 WARNING neutron_lib.context [None req-4cf2c699-405c-46e7-97c7-bb45c1e44ce5 f55f3edcd6ad42c3a7769a1e7a09e70b 3aeb65baeae241918465b78218c35145 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1072/2112] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:12:34 2026] GET /v2.0/ports?device_id=f33474b8-99dd-4430-951d-86f4a8d4b447 => generated 1196 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2113] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:12:34 2026] GET /v2.0/security-groups?id=a9a9185f-8ddf-4b5c-a907-da4665b21f44&fields=id&fields=name => generated 112 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2114] 10.0.0.228 () {32 vars in 818 bytes} [Tue Jun 30 19:12:34 2026] GET /v2.0/ports?network_id=96344c4c-3803-40f6-853c-1b4fadb1d3a6&mac_address=fa%3A16%3A3e%3Abd%3A62%3Afa => generated 1196 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:12:34.767 8 WARNING neutron_lib.context [None req-51590418-cc4e-4f89-8e6a-60c39de314dd e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1041/2115] 10.0.0.228 () {34 vars in 676 bytes} [Tue Jun 30 19:12:34 2026] POST /v2.0/floatingips => generated 552 bytes in 1080 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:35.103 7 WARNING neutron_lib.context [None req-2bfb241b-80e0-42fa-9744-3fd5c5390a72 f55f3edcd6ad42c3a7769a1e7a09e70b 3aeb65baeae241918465b78218c35145 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1042/2116] 10.0.0.228 () {34 vars in 676 bytes} [Tue Jun 30 19:12:35 2026] POST /v2.0/floatingips => generated 552 bytes in 628 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:35.736 7 WARNING neutron_lib.context [None req-af4b279a-ce5c-4c84-85bc-41d2b58d45cf f55f3edcd6ad42c3a7769a1e7a09e70b 3aeb65baeae241918465b78218c35145 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:12:35.765 8 INFO neutron.db.l3_db [None req-51590418-cc4e-4f89-8e6a-60c39de314dd e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] Floating IP f161544a-3555-4953-957e-28d261772a17 associated. External IP: 10.96.250.208, port: 32cbd375-1721-4831-9e59-42e3b1249225. [pid: 8|app: 0|req: 1075/2117] 10.0.0.228 () {34 vars in 677 bytes} [Tue Jun 30 19:12:34 2026] POST /v2.0/floatingips => generated 854 bytes in 1373 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:36.259 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6f02eef8-61b2-4270-b290-79eb58a0283d'] response: {'name': 'network-changed', 'server_uuid': 'f33474b8-99dd-4430-951d-86f4a8d4b447', 'tag': '32cbd375-1721-4831-9e59-42e3b1249225', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1076/2118] 10.0.0.53 () {34 vars in 1095 bytes} [Tue Jun 30 19:12:36 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1202980620&fields=id&tenant_id=12d19d0d34e64205b66a2d07be721066 => generated 69 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2119] 10.0.0.228 () {34 vars in 676 bytes} [Tue Jun 30 19:12:35 2026] POST /v2.0/floatingips => generated 552 bytes in 610 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2120] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:12:36 2026] GET /v2.0/ports?tenant_id=12d19d0d34e64205b66a2d07be721066&device_id=f33474b8-99dd-4430-951d-86f4a8d4b447 => generated 1465 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:12:36.364 8 WARNING neutron_lib.context [None req-8a7240ad-bfea-414a-8683-5f03551e67f4 f55f3edcd6ad42c3a7769a1e7a09e70b 3aeb65baeae241918465b78218c35145 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1044/2121] 10.0.0.53 () {34 vars in 981 bytes} [Tue Jun 30 19:12:36 2026] GET /v2.0/networks?id=b5d7a5d4-76aa-4110-ab77-d0550df8f00c => generated 704 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2122] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:12:36 2026] GET /v2.0/networks?id=96344c4c-3803-40f6-853c-1b4fadb1d3a6 => generated 800 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2123] 10.0.0.53 () {34 vars in 964 bytes} [Tue Jun 30 19:12:36 2026] GET /v2.0/quotas/12d19d0d34e64205b66a2d07be721066 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2124] 199.204.45.227 () {34 vars in 1056 bytes} [Tue Jun 30 19:12:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.76&port_id=32cbd375-1721-4831-9e59-42e3b1249225 => generated 857 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2125] 10.0.0.53 () {34 vars in 1001 bytes} [Tue Jun 30 19:12:36 2026] GET /v2.0/ports?tenant_id=12d19d0d34e64205b66a2d07be721066&fields=id => generated 333 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2126] 199.204.45.227 () {34 vars in 1104 bytes} [Tue Jun 30 19:12:36 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A35d&port_id=32cbd375-1721-4831-9e59-42e3b1249225 => 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: 1050/2127] 10.0.0.53 () {34 vars in 1007 bytes} [Tue Jun 30 19:12:36 2026] GET /v2.0/networks/b5d7a5d4-76aa-4110-ab77-d0550df8f00c?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2128] 199.204.45.227 () {34 vars in 1064 bytes} [Tue Jun 30 19:12:36 2026] GET /v2.0/subnets?id=f929fd05-0a35-4b1e-a654-a79c11f49a27&id=bfb4513c-851e-4d64-a8d8-32ed23559107 => generated 1362 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2129] 10.0.0.53 () {34 vars in 1107 bytes} [Tue Jun 30 19:12:36 2026] GET /v2.0/networks/b5d7a5d4-76aa-4110-ab77-d0550df8f00c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2130] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:12:36 2026] GET /v2.0/ports?network_id=96344c4c-3803-40f6-853c-1b4fadb1d3a6&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2131] 10.0.0.228 () {34 vars in 676 bytes} [Tue Jun 30 19:12:36 2026] POST /v2.0/floatingips => generated 552 bytes in 615 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2132] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:12:36 2026] GET /v2.0/ports?network_id=96344c4c-3803-40f6-853c-1b4fadb1d3a6&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2133] 10.0.0.228 () {34 vars in 759 bytes} [Tue Jun 30 19:12:36 2026] PUT /v2.0/floatingips/83c9da8b-6e93-41a0-992f-3aef38607a6a/tags => generated 17 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2134] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:12:37 2026] GET /v2.0/networks/96344c4c-3803-40f6-853c-1b4fadb1d3a6?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: 1080/2135] 10.0.0.228 () {34 vars in 759 bytes} [Tue Jun 30 19:12:37 2026] PUT /v2.0/floatingips/a918e0de-c369-4937-9acb-27ecfe418076/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2136] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:12:37 2026] GET /v2.0/ports?device_id=a05fee84-179b-48a2-b74e-4c50f54853c0 => 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: 1081/2137] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:12:37 2026] GET /v2.0/networks/96344c4c-3803-40f6-853c-1b4fadb1d3a6?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: 1057/2138] 10.0.0.228 () {34 vars in 759 bytes} [Tue Jun 30 19:12:37 2026] PUT /v2.0/floatingips/c1ffcab1-a018-43e1-9f05-dbd042f195d6/tags => generated 34 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2139] 10.0.0.228 () {34 vars in 759 bytes} [Tue Jun 30 19:12:37 2026] PUT /v2.0/floatingips/09b98c94-7a3f-456a-8a6b-c6d2e6800c7f/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: 1058/2140] 10.0.0.228 () {32 vars in 672 bytes} [Tue Jun 30 19:12:37 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2141] 10.0.0.228 () {32 vars in 686 bytes} [Tue Jun 30 19:12:37 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2142] 10.0.0.228 () {32 vars in 682 bytes} [Tue Jun 30 19:12:37 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2143] 10.0.0.228 () {32 vars in 694 bytes} [Tue Jun 30 19:12:37 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2144] 10.0.0.228 () {32 vars in 680 bytes} [Tue Jun 30 19:12:37 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2145] 10.0.0.228 () {32 vars in 694 bytes} [Tue Jun 30 19:12:37 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2146] 10.0.0.228 () {32 vars in 690 bytes} [Tue Jun 30 19:12:37 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2147] 10.0.0.228 () {32 vars in 702 bytes} [Tue Jun 30 19:12:37 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2148] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:12:37 2026] GET /v2.0/networks?id=b5d7a5d4-76aa-4110-ab77-d0550df8f00c => generated 704 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2149] 199.204.45.227 () {34 vars in 1050 bytes} [Tue Jun 30 19:12:37 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=12d19d0d34e64205b66a2d07be721066 => generated 179 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:38.012 8 WARNING neutron_lib.context [req-8dcf2776-14c8-44d2-9efe-c96d6927cf1c req-4189a01e-49e8-4703-be1d-5af6f4cb569e e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1062/2150] 10.0.0.228 () {32 vars in 732 bytes} [Tue Jun 30 19:12:37 2026] DELETE /v2.0/floatingips/83c9da8b-6e93-41a0-992f-3aef38607a6a => generated 0 bytes in 412 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2151] 10.0.0.228 () {32 vars in 732 bytes} [Tue Jun 30 19:12:38 2026] DELETE /v2.0/floatingips/a918e0de-c369-4937-9acb-27ecfe418076 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2152] 199.204.45.227 () {38 vars in 955 bytes} [Tue Jun 30 19:12:38 2026] POST /v2.0/ports => generated 1183 bytes in 489 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1064/2153] 10.0.0.228 () {32 vars in 732 bytes} [Tue Jun 30 19:12:38 2026] DELETE /v2.0/floatingips/c1ffcab1-a018-43e1-9f05-dbd042f195d6 => generated 0 bytes in 380 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2154] 199.204.45.227 () {38 vars in 1028 bytes} [Tue Jun 30 19:12:38 2026] PUT /v2.0/ports/5886a123-f761-4e90-8e4e-81ce62016f98 => generated 1428 bytes in 508 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:12:39.084 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-12fc590f-d2ce-41c6-b319-311b3fca1742'] response: {'name': 'network-changed', 'server_uuid': 'a05fee84-179b-48a2-b74e-4c50f54853c0', 'tag': '5886a123-f761-4e90-8e4e-81ce62016f98', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1091/2155] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:12:39 2026] GET /v2.0/ports?tenant_id=12d19d0d34e64205b66a2d07be721066&device_id=a05fee84-179b-48a2-b74e-4c50f54853c0 => generated 1467 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1092/2156] 199.204.45.227 () {34 vars in 1056 bytes} [Tue Jun 30 19:12:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.67&port_id=5886a123-f761-4e90-8e4e-81ce62016f98 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2157] 199.204.45.227 () {34 vars in 1106 bytes} [Tue Jun 30 19:12:39 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A35d&port_id=5886a123-f761-4e90-8e4e-81ce62016f98 => 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: 1065/2158] 10.0.0.228 () {32 vars in 732 bytes} [Tue Jun 30 19:12:38 2026] DELETE /v2.0/floatingips/09b98c94-7a3f-456a-8a6b-c6d2e6800c7f => generated 0 bytes in 337 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2159] 199.204.45.227 () {34 vars in 1064 bytes} [Tue Jun 30 19:12:39 2026] GET /v2.0/subnets?id=c0e4ad29-eef1-46a3-9e21-f7b547dcafb7&id=2788b5a7-1e55-48d7-8264-7a8efc86f0b5 => generated 1365 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2160] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:12:39 2026] GET /v2.0/ports?network_id=b5d7a5d4-76aa-4110-ab77-d0550df8f00c&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: 1068/2161] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:12:39 2026] GET /v2.0/ports?network_id=b5d7a5d4-76aa-4110-ab77-d0550df8f00c&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2162] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:12:39 2026] GET /v2.0/networks/b5d7a5d4-76aa-4110-ab77-d0550df8f00c?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: 1070/2163] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:12:39 2026] GET /v2.0/networks/b5d7a5d4-76aa-4110-ab77-d0550df8f00c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2164] 10.0.0.228 () {32 vars in 732 bytes} [Tue Jun 30 19:12:39 2026] DELETE /v2.0/floatingips/e696b75e-7ca7-448e-9691-d2865e566ff3 => generated 0 bytes in 347 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2165] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:12:39 2026] GET /v2.0/ports?tenant_id=12d19d0d34e64205b66a2d07be721066&device_id=a05fee84-179b-48a2-b74e-4c50f54853c0 => generated 1467 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2166] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:12:39 2026] GET /v2.0/networks?id=b5d7a5d4-76aa-4110-ab77-d0550df8f00c => generated 800 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2167] 199.204.45.227 () {34 vars in 1056 bytes} [Tue Jun 30 19:12:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.67&port_id=5886a123-f761-4e90-8e4e-81ce62016f98 => 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: 1096/2168] 199.204.45.227 () {34 vars in 1106 bytes} [Tue Jun 30 19:12:39 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A35d&port_id=5886a123-f761-4e90-8e4e-81ce62016f98 => 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: 1073/2169] 199.204.45.227 () {34 vars in 1064 bytes} [Tue Jun 30 19:12:39 2026] GET /v2.0/subnets?id=c0e4ad29-eef1-46a3-9e21-f7b547dcafb7&id=2788b5a7-1e55-48d7-8264-7a8efc86f0b5 => generated 1365 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2170] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:12:39 2026] GET /v2.0/ports?network_id=b5d7a5d4-76aa-4110-ab77-d0550df8f00c&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2171] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:12:39 2026] GET /v2.0/ports?network_id=b5d7a5d4-76aa-4110-ab77-d0550df8f00c&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: 1098/2172] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:12:39 2026] GET /v2.0/networks/b5d7a5d4-76aa-4110-ab77-d0550df8f00c?fields=segments => generated 14 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2173] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:12:39 2026] GET /v2.0/networks/b5d7a5d4-76aa-4110-ab77-d0550df8f00c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2174] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:12:40 2026] GET /v2.0/security-groups?tenant_id=95e2b1e04afa41e28a6856a79db6c352&name=default => generated 2929 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2175] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:12:40 2026] DELETE /v2.0/security-groups/9b8f6ed8-2624-4fd4-8195-281bea9def4b => 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: 1100/2176] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:12:40 2026] GET /v2.0/security-groups?tenant_id=3aeb65baeae241918465b78218c35145&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2177] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:12:41 2026] DELETE /v2.0/security-groups/b0eb9ae7-26a7-4ec8-844e-79ff49586a13 => 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: 1101/2178] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:12:41 2026] GET /v2.0/security-groups?tenant_id=547a6d92c93b4d009dc3a82753ff03bc&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2179] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:12:41 2026] DELETE /v2.0/security-groups/ec69315f-f9b1-4f40-b4c0-c44f4b4a4cf5 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2180] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:12:42 2026] GET /v2.0/ports?device_id=a05fee84-179b-48a2-b74e-4c50f54853c0 => generated 1200 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2181] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:12:42 2026] GET /v2.0/security-groups?id=a9a9185f-8ddf-4b5c-a907-da4665b21f44&fields=id&fields=name => generated 112 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2182] 10.0.0.228 () {32 vars in 818 bytes} [Tue Jun 30 19:12:42 2026] GET /v2.0/ports?network_id=b5d7a5d4-76aa-4110-ab77-d0550df8f00c&mac_address=fa%3A16%3A3e%3A35%3Aa0%3A1a => generated 1200 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:12:42.469 7 WARNING neutron_lib.context [None req-d1c3163e-c72a-474b-9913-34c21ffef8b6 e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:12:43.414 7 INFO neutron.db.l3_db [None req-d1c3163e-c72a-474b-9913-34c21ffef8b6 e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] Floating IP aff90f1f-55ec-4399-bbf3-d6e45c44ec5d associated. External IP: 10.96.250.203, port: 5886a123-f761-4e90-8e4e-81ce62016f98. [pid: 7|app: 0|req: 1080/2185] 10.0.0.228 () {34 vars in 677 bytes} [Tue Jun 30 19:12:42 2026] POST /v2.0/floatingips => generated 854 bytes in 1339 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2186] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 30 19:12:45 2026] GET /v2.0/ports?device_id=f33474b8-99dd-4430-951d-86f4a8d4b447 => generated 1465 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2187] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 30 19:12:45 2026] GET /v2.0/security-groups?id=a9a9185f-8ddf-4b5c-a907-da4665b21f44&fields=id&fields=name => generated 112 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2188] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:12:45 2026] GET /v2.0/ports?tenant_id=12d19d0d34e64205b66a2d07be721066&device_id=a05fee84-179b-48a2-b74e-4c50f54853c0 => generated 1469 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:12:45.850 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bdd6eeff-afd0-46dd-ac49-162881f2ab3b'] response: {'name': 'network-changed', 'server_uuid': 'a05fee84-179b-48a2-b74e-4c50f54853c0', 'tag': '5886a123-f761-4e90-8e4e-81ce62016f98', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1082/2189] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:12:45 2026] GET /v2.0/networks?id=b5d7a5d4-76aa-4110-ab77-d0550df8f00c => generated 800 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2190] 199.204.45.227 () {34 vars in 1056 bytes} [Tue Jun 30 19:12:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.67&port_id=5886a123-f761-4e90-8e4e-81ce62016f98 => generated 859 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2191] 199.204.45.227 () {34 vars in 1106 bytes} [Tue Jun 30 19:12:45 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A35d&port_id=5886a123-f761-4e90-8e4e-81ce62016f98 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:12:46.032 8 WARNING neutron_lib.context [None req-310c6ebb-ca10-412a-a4cb-c033110eaab9 e1a2515c4e9a413394f1e2ce8080d856 adfd3489425246dfa8ee88ad26f9f35b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1085/2192] 199.204.45.227 () {34 vars in 1064 bytes} [Tue Jun 30 19:12:46 2026] GET /v2.0/subnets?id=c0e4ad29-eef1-46a3-9e21-f7b547dcafb7&id=2788b5a7-1e55-48d7-8264-7a8efc86f0b5 => generated 1365 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2193] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:12:46 2026] GET /v2.0/ports?network_id=b5d7a5d4-76aa-4110-ab77-d0550df8f00c&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2194] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:12:46 2026] GET /v2.0/ports?network_id=b5d7a5d4-76aa-4110-ab77-d0550df8f00c&device_owner=network%3Adhcp => generated 1461 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2195] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:12:46 2026] GET /v2.0/networks/b5d7a5d4-76aa-4110-ab77-d0550df8f00c?fields=segments => generated 14 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2196] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:12:46 2026] GET /v2.0/networks/b5d7a5d4-76aa-4110-ab77-d0550df8f00c?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) 2026-06-30 19:12:46.580 8 INFO neutron.db.segments_db [None req-310c6ebb-ca10-412a-a4cb-c033110eaab9 e1a2515c4e9a413394f1e2ce8080d856 adfd3489425246dfa8ee88ad26f9f35b - - default default] Added segment 543e8bbf-0c49-464b-9689-53f97330d3bd of type vxlan for network 5425f7b3-512f-4b9c-87f5-ddf2531a42a2 [pid: 8|app: 0|req: 1108/2197] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:12:45 2026] POST /v2.0/networks => generated 631 bytes in 834 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:46.716 7 WARNING neutron_lib.context [None req-690b9e84-b39d-4c46-be38-ee45cf7f00da e1a2515c4e9a413394f1e2ce8080d856 adfd3489425246dfa8ee88ad26f9f35b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1090/2198] 10.0.0.228 () {34 vars in 664 bytes} [Tue Jun 30 19:12:46 2026] POST /v2.0/ports => generated 743 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:47.075 8 WARNING neutron_lib.context [None req-333320d9-2171-45ed-802e-47cac8e209b5 e1a2515c4e9a413394f1e2ce8080d856 adfd3489425246dfa8ee88ad26f9f35b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:12:47.140 8 INFO neutron.db.segments_db [None req-333320d9-2171-45ed-802e-47cac8e209b5 e1a2515c4e9a413394f1e2ce8080d856 adfd3489425246dfa8ee88ad26f9f35b - - default default] Added segment 43eca23d-197f-459f-84e4-3638b283f727 of type vxlan for network 5a2ecb5a-e272-4bab-8400-9209169ad577 [pid: 8|app: 0|req: 1109/2199] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:12:47 2026] POST /v2.0/networks => generated 632 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:12:47.257 7 WARNING neutron_lib.context [None req-7cdda259-0a5a-4967-bedc-4f24f7e2f622 e1a2515c4e9a413394f1e2ce8080d856 adfd3489425246dfa8ee88ad26f9f35b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1091/2200] 10.0.0.228 () {34 vars in 664 bytes} [Tue Jun 30 19:12:47 2026] POST /v2.0/ports => generated 743 bytes in 448 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:47.708 8 WARNING neutron_lib.context [None req-4ea1063a-9b8c-4f28-a284-28b2290b5086 e1a2515c4e9a413394f1e2ce8080d856 adfd3489425246dfa8ee88ad26f9f35b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:12:47.783 8 INFO neutron.db.segments_db [None req-4ea1063a-9b8c-4f28-a284-28b2290b5086 e1a2515c4e9a413394f1e2ce8080d856 adfd3489425246dfa8ee88ad26f9f35b - - default default] Added segment a907bfbf-a7e3-4eb0-ba3d-b1edd37202cd of type vxlan for network 8ef729cf-04f3-48e6-a309-6ee072d9e4c6 [pid: 8|app: 0|req: 1110/2201] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:12:47 2026] POST /v2.0/networks => generated 631 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:12:47.899 7 WARNING neutron_lib.context [None req-ca5cf8dd-3d02-45b0-b1f0-e5a67287e401 e1a2515c4e9a413394f1e2ce8080d856 adfd3489425246dfa8ee88ad26f9f35b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1092/2202] 10.0.0.228 () {34 vars in 664 bytes} [Tue Jun 30 19:12:47 2026] POST /v2.0/ports => generated 743 bytes in 338 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:48.244 8 WARNING neutron_lib.context [None req-be1ab378-12d4-4deb-84ba-3bdb50206f0b e1a2515c4e9a413394f1e2ce8080d856 adfd3489425246dfa8ee88ad26f9f35b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:12:48.323 8 INFO neutron.db.segments_db [None req-be1ab378-12d4-4deb-84ba-3bdb50206f0b e1a2515c4e9a413394f1e2ce8080d856 adfd3489425246dfa8ee88ad26f9f35b - - default default] Added segment a8b79b3d-e19d-4171-be98-ece8860eaaa2 of type vxlan for network 5bbe9531-709e-459d-9691-f54653cc460a [pid: 8|app: 0|req: 1111/2203] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:12:48 2026] POST /v2.0/networks => generated 631 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:12:48.443 7 WARNING neutron_lib.context [None req-6137a05c-b3b4-4936-8c13-5588185a1794 e1a2515c4e9a413394f1e2ce8080d856 adfd3489425246dfa8ee88ad26f9f35b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1093/2204] 10.0.0.228 () {34 vars in 664 bytes} [Tue Jun 30 19:12:48 2026] POST /v2.0/ports => generated 743 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:48.808 8 WARNING neutron_lib.context [None req-d1305e69-6b69-403e-b709-c9542d2479ca e1a2515c4e9a413394f1e2ce8080d856 adfd3489425246dfa8ee88ad26f9f35b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:12:48.877 8 INFO neutron.db.segments_db [None req-d1305e69-6b69-403e-b709-c9542d2479ca e1a2515c4e9a413394f1e2ce8080d856 adfd3489425246dfa8ee88ad26f9f35b - - default default] Added segment 7bd8b06a-677c-42c4-baed-39379c19722c of type vxlan for network 7e8e1dd9-5a93-47d2-9d9f-ca24ba086b31 [pid: 8|app: 0|req: 1112/2205] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:12:48 2026] POST /v2.0/networks => generated 631 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:12:49.003 7 WARNING neutron_lib.context [None req-6fcf8029-8cff-4e7f-bc73-043858a19d44 e1a2515c4e9a413394f1e2ce8080d856 adfd3489425246dfa8ee88ad26f9f35b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1094/2206] 10.0.0.228 () {34 vars in 664 bytes} [Tue Jun 30 19:12:48 2026] POST /v2.0/ports => generated 743 bytes in 351 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2207] 10.0.0.228 () {34 vars in 747 bytes} [Tue Jun 30 19:12:49 2026] PUT /v2.0/ports/3610e9ed-dd13-4a0b-b7aa-5c1225ea227b/tags => generated 17 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1095/2208] 10.0.0.228 () {34 vars in 747 bytes} [Tue Jun 30 19:12:49 2026] PUT /v2.0/ports/8c64c7b6-52a5-4209-9032-20c0aa039eb6/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2209] 10.0.0.228 () {34 vars in 747 bytes} [Tue Jun 30 19:12:49 2026] PUT /v2.0/ports/e55ba006-8bc3-4dc7-a069-b9af2aed0f21/tags => generated 34 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2210] 10.0.0.228 () {34 vars in 747 bytes} [Tue Jun 30 19:12:49 2026] PUT /v2.0/ports/4d59cb7e-1b4c-4f78-a378-2bd5c62d082b/tags => generated 19 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2211] 10.0.0.228 () {32 vars in 660 bytes} [Tue Jun 30 19:12:49 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2212] 10.0.0.228 () {32 vars in 674 bytes} [Tue Jun 30 19:12:49 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2213] 10.0.0.228 () {32 vars in 670 bytes} [Tue Jun 30 19:12:50 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2214] 10.0.0.228 () {32 vars in 682 bytes} [Tue Jun 30 19:12:50 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2215] 10.0.0.228 () {32 vars in 668 bytes} [Tue Jun 30 19:12:50 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2216] 10.0.0.228 () {32 vars in 682 bytes} [Tue Jun 30 19:12:50 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2217] 10.0.0.228 () {32 vars in 678 bytes} [Tue Jun 30 19:12:50 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2218] 10.0.0.228 () {32 vars in 690 bytes} [Tue Jun 30 19:12:50 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2219] 10.0.0.228 () {32 vars in 720 bytes} [Tue Jun 30 19:12:50 2026] DELETE /v2.0/ports/3610e9ed-dd13-4a0b-b7aa-5c1225ea227b => generated 0 bytes in 279 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2220] 10.0.0.228 () {32 vars in 720 bytes} [Tue Jun 30 19:12:51 2026] DELETE /v2.0/ports/8c64c7b6-52a5-4209-9032-20c0aa039eb6 => generated 0 bytes in 246 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2221] 10.0.0.228 () {32 vars in 720 bytes} [Tue Jun 30 19:12:51 2026] DELETE /v2.0/ports/e55ba006-8bc3-4dc7-a069-b9af2aed0f21 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2222] 10.0.0.228 () {32 vars in 720 bytes} [Tue Jun 30 19:12:51 2026] DELETE /v2.0/ports/4d59cb7e-1b4c-4f78-a378-2bd5c62d082b => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2223] 10.0.0.228 () {32 vars in 720 bytes} [Tue Jun 30 19:12:51 2026] DELETE /v2.0/ports/7ca795bd-0033-4894-be16-e993dd08b4e7 => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:12:52.773 7 INFO neutron.services.segments.plugin [-] Segment 543e8bbf-0c49-464b-9689-53f97330d3bd resource provider aggregate not found 2026-06-30 19:12:52.780 7 INFO neutron.services.segments.plugin [-] Segment 543e8bbf-0c49-464b-9689-53f97330d3bd resource provider aggregate not found [pid: 7|app: 0|req: 1103/2224] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:12:52 2026] DELETE /v2.0/networks/5425f7b3-512f-4b9c-87f5-ddf2531a42a2 => generated 0 bytes in 663 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:12:53.011 8 INFO neutron.services.segments.plugin [-] Segment 43eca23d-197f-459f-84e4-3638b283f727 resource provider aggregate not found 2026-06-30 19:12:53.017 8 INFO neutron.services.segments.plugin [-] Segment 43eca23d-197f-459f-84e4-3638b283f727 resource provider aggregate not found [pid: 8|app: 0|req: 1122/2225] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:12:52 2026] DELETE /v2.0/networks/5a2ecb5a-e272-4bab-8400-9209169ad577 => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:12:53.036 7 INFO neutron.services.segments.plugin [-] Segment 543e8bbf-0c49-464b-9689-53f97330d3bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 543e8bbf-0c49-464b-9689-53f97330d3bd found for delete ", "request_id": "req-d8cf3bfd-be2e-4c82-b064-8f67a3ae945d"}]} 2026-06-30 19:12:53.047 7 INFO neutron.services.segments.plugin [-] Segment 543e8bbf-0c49-464b-9689-53f97330d3bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 543e8bbf-0c49-464b-9689-53f97330d3bd found for delete ", "request_id": "req-74661523-51ed-4308-adfa-90d5fd2052fa"}]} [pid: 7|app: 0|req: 1104/2226] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:12:53 2026] DELETE /v2.0/networks/8ef729cf-04f3-48e6-a309-6ee072d9e4c6 => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:12:53.269 8 INFO neutron.services.segments.plugin [-] Segment 43eca23d-197f-459f-84e4-3638b283f727 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43eca23d-197f-459f-84e4-3638b283f727 found for delete ", "request_id": "req-75a6ece6-de5d-4704-9762-6e8552e60351"}]} 2026-06-30 19:12:53.269 8 INFO neutron.services.segments.plugin [-] Segment 43eca23d-197f-459f-84e4-3638b283f727 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43eca23d-197f-459f-84e4-3638b283f727 found for delete ", "request_id": "req-5e346ff3-c31c-4560-93ba-2706a09eabd8"}]} [pid: 8|app: 0|req: 1123/2227] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:12:53 2026] DELETE /v2.0/networks/5bbe9531-709e-459d-9691-f54653cc460a => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2228] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:12:53 2026] DELETE /v2.0/networks/7e8e1dd9-5a93-47d2-9d9f-ca24ba086b31 => 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: 1124/2229] 10.0.0.123 () {34 vars in 990 bytes} [Tue Jun 30 19:12:53 2026] GET /v2.0/ports?device_id=a05fee84-179b-48a2-b74e-4c50f54853c0 => generated 1469 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2230] 10.0.0.123 () {34 vars in 1040 bytes} [Tue Jun 30 19:12:53 2026] GET /v2.0/security-groups?id=a9a9185f-8ddf-4b5c-a907-da4665b21f44&fields=id&fields=name => generated 112 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2231] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:12:54 2026] GET /v2.0/security-groups?tenant_id=adfd3489425246dfa8ee88ad26f9f35b&name=default => generated 2929 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2232] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:12:54 2026] DELETE /v2.0/security-groups/3e3c4ae7-ca84-4154-abcd-34899c54a4f0 => 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: 1126/2233] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:12:54 2026] GET /v2.0/security-groups?tenant_id=ef4e6b9f69e143569bdd651b853bbf7b&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:12:55.097 7 INFO neutron.services.segments.plugin [-] Segment a907bfbf-a7e3-4eb0-ba3d-b1edd37202cd resource provider aggregate not found 2026-06-30 19:12:55.103 7 INFO neutron.services.segments.plugin [-] Segment a907bfbf-a7e3-4eb0-ba3d-b1edd37202cd resource provider aggregate not found 2026-06-30 19:12:55.113 7 INFO neutron.services.segments.plugin [-] Segment a907bfbf-a7e3-4eb0-ba3d-b1edd37202cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a907bfbf-a7e3-4eb0-ba3d-b1edd37202cd found for delete ", "request_id": "req-d78d0a0e-1451-4976-b16c-e686be16b4f3"}]} 2026-06-30 19:12:55.120 7 INFO neutron.services.segments.plugin [-] Segment a907bfbf-a7e3-4eb0-ba3d-b1edd37202cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a907bfbf-a7e3-4eb0-ba3d-b1edd37202cd found for delete ", "request_id": "req-9328b8eb-17d2-4d9b-8242-efdb1be97acd"}]} 2026-06-30 19:12:55.130 7 INFO neutron.services.segments.plugin [-] Segment 7bd8b06a-677c-42c4-baed-39379c19722c resource provider aggregate not found 2026-06-30 19:12:55.140 7 INFO neutron.services.segments.plugin [-] Segment 7bd8b06a-677c-42c4-baed-39379c19722c resource provider aggregate not found 2026-06-30 19:12:55.159 7 INFO neutron.services.segments.plugin [-] Segment 7bd8b06a-677c-42c4-baed-39379c19722c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7bd8b06a-677c-42c4-baed-39379c19722c found for delete ", "request_id": "req-68849e82-ab81-4c86-9ce6-a6ef97725759"}]} 2026-06-30 19:12:55.165 7 INFO neutron.services.segments.plugin [-] Segment 7bd8b06a-677c-42c4-baed-39379c19722c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7bd8b06a-677c-42c4-baed-39379c19722c found for delete ", "request_id": "req-d87ef40b-001c-42a8-9d53-7d01780b01da"}]} [pid: 7|app: 0|req: 1108/2234] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:12:55 2026] DELETE /v2.0/security-groups/f2bb1798-df00-4f4c-8f8a-d2c318322f7b => generated 0 bytes in 192 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:12:55.437 8 INFO neutron.services.segments.plugin [-] Segment a8b79b3d-e19d-4171-be98-ece8860eaaa2 resource provider aggregate not found 2026-06-30 19:12:55.443 8 INFO neutron.services.segments.plugin [-] Segment a8b79b3d-e19d-4171-be98-ece8860eaaa2 resource provider aggregate not found 2026-06-30 19:12:55.454 8 INFO neutron.services.segments.plugin [-] Segment a8b79b3d-e19d-4171-be98-ece8860eaaa2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8b79b3d-e19d-4171-be98-ece8860eaaa2 found for delete ", "request_id": "req-446a89bc-4c3b-40e8-b0d6-b29e97338024"}]} 2026-06-30 19:12:55.457 8 INFO neutron.services.segments.plugin [-] Segment a8b79b3d-e19d-4171-be98-ece8860eaaa2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8b79b3d-e19d-4171-be98-ece8860eaaa2 found for delete ", "request_id": "req-aea4c279-fe0a-405f-8b8e-0afcf299eee8"}]} [pid: 8|app: 0|req: 1127/2235] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:12:55 2026] GET /v2.0/security-groups?tenant_id=3bc7379c86694aeba80fb4e5450a5320&name=default => generated 2929 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2236] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:12:55 2026] DELETE /v2.0/security-groups/1de6993c-af47-4c66-b4aa-3d14394c6909 => 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: 1128/2237] 10.0.0.228 () {32 vars in 721 bytes} [Tue Jun 30 19:12:56 2026] GET /v2.0/subnets/9c989100-6fdd-4772-b9e8-9804ca27abfd => generated 651 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2238] 10.0.0.146 () {30 vars in 690 bytes} [Tue Jun 30 19:12:57 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2239] 10.0.0.146 () {30 vars in 692 bytes} [Tue Jun 30 19:12:57 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2240] 10.0.0.146 () {30 vars in 668 bytes} [Tue Jun 30 19:12:57 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: 1130/2241] 10.0.0.146 () {30 vars in 704 bytes} [Tue Jun 30 19:12:57 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2244] 10.0.0.146 () {28 vars in 439 bytes} [Tue Jun 30 19:12:58 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2245] 10.0.0.146 () {30 vars in 728 bytes} [Tue Jun 30 19:12:58 2026] GET /v2.0/subnets/9c989100-6fdd-4772-b9e8-9804ca27abfd => generated 633 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2246] 10.0.0.146 () {30 vars in 690 bytes} [Tue Jun 30 19:12:58 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2247] 10.0.0.146 () {30 vars in 692 bytes} [Tue Jun 30 19:12:58 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: 1115/2248] 10.0.0.146 () {30 vars in 668 bytes} [Tue Jun 30 19:12:58 2026] GET /v2.0/extensions/qos => generated 166 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2249] 10.0.0.146 () {30 vars in 704 bytes} [Tue Jun 30 19:12:58 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: 1116/2250] 10.0.0.146 () {30 vars in 728 bytes} [Tue Jun 30 19:12:58 2026] GET /v2.0/subnets/9c989100-6fdd-4772-b9e8-9804ca27abfd => generated 651 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2251] 10.0.0.146 () {30 vars in 690 bytes} [Tue Jun 30 19:12:58 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: 1117/2252] 10.0.0.146 () {30 vars in 692 bytes} [Tue Jun 30 19:12:58 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2253] 10.0.0.146 () {30 vars in 668 bytes} [Tue Jun 30 19:12:58 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2254] 10.0.0.146 () {30 vars in 704 bytes} [Tue Jun 30 19:12:58 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: 1137/2255] 10.0.0.146 () {30 vars in 730 bytes} [Tue Jun 30 19:12:58 2026] GET /v2.0/networks/8c3515fc-51d0-4451-a5f8-cc2b3ec667b7 => generated 799 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2256] 10.0.0.146 () {30 vars in 682 bytes} [Tue Jun 30 19:12:58 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2257] 10.0.0.146 () {34 vars in 704 bytes} [Tue Jun 30 19:12:58 2026] POST /v2.0/ports => generated 1128 bytes in 477 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-30 19:12:59.906 7 WARNING neutron_lib.context [None req-28f70206-e09b-4193-a996-55b2bbc1fe6e 6180df9157b9431f8b20419547244b5f 2a08ad7ffead4d219dc90c7d47890063 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:12:59.971 7 INFO neutron.db.segments_db [None req-28f70206-e09b-4193-a996-55b2bbc1fe6e 6180df9157b9431f8b20419547244b5f 2a08ad7ffead4d219dc90c7d47890063 - - default default] Added segment 37b4bb5b-1e5e-4421-850b-ca100dd09682 of type vxlan for network 69183f13-7b2d-4e3e-8511-47baf65b2c69 2026-06-30 19:13:00.339 7 INFO neutron.db.l3_hamode_db [None req-28f70206-e09b-4193-a996-55b2bbc1fe6e 6180df9157b9431f8b20419547244b5f 2a08ad7ffead4d219dc90c7d47890063 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:13:00.519 7 INFO neutron.db.l3_hamode_db [None req-28f70206-e09b-4193-a996-55b2bbc1fe6e 6180df9157b9431f8b20419547244b5f 2a08ad7ffead4d219dc90c7d47890063 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1120/2258] 10.0.0.228 () {34 vars in 668 bytes} [Tue Jun 30 19:12:59 2026] POST /v2.0/routers => generated 474 bytes in 1556 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:13:01.330 8 WARNING neutron_lib.context [None req-7b1cfc5c-dc93-4511-8fad-b6a11b0bb729 6180df9157b9431f8b20419547244b5f 2a08ad7ffead4d219dc90c7d47890063 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:13:01.376 8 INFO neutron.db.l3_hamode_db [None req-7b1cfc5c-dc93-4511-8fad-b6a11b0bb729 6180df9157b9431f8b20419547244b5f 2a08ad7ffead4d219dc90c7d47890063 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:13:01.566 8 INFO neutron.db.l3_hamode_db [None req-7b1cfc5c-dc93-4511-8fad-b6a11b0bb729 6180df9157b9431f8b20419547244b5f 2a08ad7ffead4d219dc90c7d47890063 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1121/2259] 199.204.45.227 () {30 vars in 703 bytes} [Tue Jun 30 19:13:01 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2260] 199.204.45.227 () {30 vars in 705 bytes} [Tue Jun 30 19:13:01 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2261] 199.204.45.227 () {30 vars in 681 bytes} [Tue Jun 30 19:13:01 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2262] 199.204.45.227 () {30 vars in 717 bytes} [Tue Jun 30 19:13:01 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: 1125/2263] 199.204.45.227 () {30 vars in 737 bytes} [Tue Jun 30 19:13:01 2026] GET /v2.0/ports/c8c4c35d-f4af-404b-ae61-93292742676d => generated 1128 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2264] 199.204.45.227 () {30 vars in 703 bytes} [Tue Jun 30 19:13:02 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2265] 199.204.45.227 () {30 vars in 705 bytes} [Tue Jun 30 19:13:02 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2266] 199.204.45.227 () {30 vars in 681 bytes} [Tue Jun 30 19:13:02 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2267] 199.204.45.227 () {30 vars in 717 bytes} [Tue Jun 30 19:13:02 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-06-30 19:13:02.131 7 INFO neutron.api.v2.resource [None req-cf38c87c-5c4f-4057-83eb-e20f8196cb88 c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1130/2268] 199.204.45.227 () {30 vars in 763 bytes} [Tue Jun 30 19:13:02 2026] GET /v2.0/security-groups/lb-222a2dc8-20d2-4b65-a7bc-516c3a883d36 => 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: 1131/2269] 199.204.45.227 () {30 vars in 785 bytes} [Tue Jun 30 19:13:02 2026] GET /v2.0/security-groups?name=lb-222a2dc8-20d2-4b65-a7bc-516c3a883d36 => generated 23 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2270] 199.204.45.227 () {34 vars in 736 bytes} [Tue Jun 30 19:13:02 2026] POST /v2.0/security-groups => generated 1638 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2271] 10.0.0.228 () {34 vars in 668 bytes} [Tue Jun 30 19:13:01 2026] POST /v2.0/routers => generated 474 bytes in 1010 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2272] 199.204.45.227 () {30 vars in 815 bytes} [Tue Jun 30 19:13:02 2026] GET /v2.0/security-group-rules?security_group_id=e1d5a433-c2c3-46af-b3a4-b5fbeb23ca61 => generated 1182 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:13:02.344 8 WARNING neutron_lib.context [None req-b5802d57-3f31-4c92-998f-56f79169260e 6180df9157b9431f8b20419547244b5f 2a08ad7ffead4d219dc90c7d47890063 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:13:02.384 8 INFO neutron.db.l3_hamode_db [None req-b5802d57-3f31-4c92-998f-56f79169260e 6180df9157b9431f8b20419547244b5f 2a08ad7ffead4d219dc90c7d47890063 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:13:02.544 8 INFO neutron.db.l3_hamode_db [None req-b5802d57-3f31-4c92-998f-56f79169260e 6180df9157b9431f8b20419547244b5f 2a08ad7ffead4d219dc90c7d47890063 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1134/2273] 199.204.45.227 () {34 vars in 789 bytes} [Tue Jun 30 19:13:02 2026] PUT /v2.0/ports/c8c4c35d-f4af-404b-ae61-93292742676d => generated 1128 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1135/2274] 199.204.45.227 () {30 vars in 703 bytes} [Tue Jun 30 19:13:02 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2275] 199.204.45.227 () {30 vars in 705 bytes} [Tue Jun 30 19:13:02 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2276] 199.204.45.227 () {30 vars in 681 bytes} [Tue Jun 30 19:13:02 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2277] 199.204.45.227 () {30 vars in 717 bytes} [Tue Jun 30 19:13:02 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: 1139/2278] 199.204.45.227 () {30 vars in 741 bytes} [Tue Jun 30 19:13:02 2026] GET /v2.0/subnets/9c989100-6fdd-4772-b9e8-9804ca27abfd => generated 651 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2279] 10.0.0.228 () {34 vars in 668 bytes} [Tue Jun 30 19:13:02 2026] POST /v2.0/routers => generated 474 bytes in 986 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:13:03.342 7 WARNING neutron_lib.context [None req-24e5279c-d051-4f98-9f08-2c15e25e1308 6180df9157b9431f8b20419547244b5f 2a08ad7ffead4d219dc90c7d47890063 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:13:03.383 7 INFO neutron.db.l3_hamode_db [None req-24e5279c-d051-4f98-9f08-2c15e25e1308 6180df9157b9431f8b20419547244b5f 2a08ad7ffead4d219dc90c7d47890063 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:13:03.580 7 INFO neutron.db.l3_hamode_db [None req-24e5279c-d051-4f98-9f08-2c15e25e1308 6180df9157b9431f8b20419547244b5f 2a08ad7ffead4d219dc90c7d47890063 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1140/2280] 10.0.0.228 () {34 vars in 668 bytes} [Tue Jun 30 19:13:03 2026] POST /v2.0/routers => generated 474 bytes in 1000 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:13:04.345 8 WARNING neutron_lib.context [None req-32ccda88-774e-4978-8e10-11f3a7c1fe02 6180df9157b9431f8b20419547244b5f 2a08ad7ffead4d219dc90c7d47890063 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:13:04.387 8 INFO neutron.db.l3_hamode_db [None req-32ccda88-774e-4978-8e10-11f3a7c1fe02 6180df9157b9431f8b20419547244b5f 2a08ad7ffead4d219dc90c7d47890063 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:13:04.904 8 INFO neutron.db.l3_hamode_db [None req-32ccda88-774e-4978-8e10-11f3a7c1fe02 6180df9157b9431f8b20419547244b5f 2a08ad7ffead4d219dc90c7d47890063 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1141/2281] 10.0.0.228 () {34 vars in 668 bytes} [Tue Jun 30 19:13:04 2026] POST /v2.0/routers => generated 474 bytes in 1369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2282] 10.0.0.228 () {34 vars in 751 bytes} [Tue Jun 30 19:13:05 2026] PUT /v2.0/routers/359de506-7dcd-456c-af06-efd3bbfd72d1/tags => generated 17 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2283] 10.0.0.228 () {34 vars in 751 bytes} [Tue Jun 30 19:13:05 2026] PUT /v2.0/routers/69e8081e-b5dc-499c-abc4-59f252e0a362/tags => generated 25 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2284] 10.0.0.228 () {34 vars in 751 bytes} [Tue Jun 30 19:13:05 2026] PUT /v2.0/routers/3e599fca-fdd9-4028-950e-07e44e958162/tags => generated 34 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2285] 10.0.0.228 () {34 vars in 751 bytes} [Tue Jun 30 19:13:05 2026] PUT /v2.0/routers/baa7b3f0-6162-4da2-9edd-2a08afe63604/tags => generated 19 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2286] 10.0.0.228 () {32 vars in 664 bytes} [Tue Jun 30 19:13:06 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2287] 10.0.0.228 () {32 vars in 678 bytes} [Tue Jun 30 19:13:06 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2288] 10.0.0.228 () {32 vars in 674 bytes} [Tue Jun 30 19:13:06 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2289] 10.0.0.228 () {32 vars in 686 bytes} [Tue Jun 30 19:13:06 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2290] 10.0.0.228 () {32 vars in 672 bytes} [Tue Jun 30 19:13:06 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2291] 10.0.0.228 () {32 vars in 686 bytes} [Tue Jun 30 19:13:06 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2292] 10.0.0.228 () {32 vars in 682 bytes} [Tue Jun 30 19:13:06 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 461 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2293] 10.0.0.228 () {32 vars in 694 bytes} [Tue Jun 30 19:13:07 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2294] 10.0.0.228 () {32 vars in 721 bytes} [Tue Jun 30 19:13:07 2026] GET /v2.0/routers/359de506-7dcd-456c-af06-efd3bbfd72d1 => generated 485 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2295] 10.0.0.228 () {34 vars in 742 bytes} [Tue Jun 30 19:13:07 2026] PUT /v2.0/routers/359de506-7dcd-456c-af06-efd3bbfd72d1 => generated 485 bytes in 722 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2296] 10.0.0.228 () {32 vars in 736 bytes} [Tue Jun 30 19:13:08 2026] GET /v2.0/ports?device_id=359de506-7dcd-456c-af06-efd3bbfd72d1 => 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: 1149/2297] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:13:08 2026] DELETE /v2.0/routers/359de506-7dcd-456c-af06-efd3bbfd72d1 => generated 0 bytes in 561 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2298] 10.0.0.228 () {32 vars in 721 bytes} [Tue Jun 30 19:13:08 2026] GET /v2.0/routers/69e8081e-b5dc-499c-abc4-59f252e0a362 => generated 493 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2299] 10.0.0.53 () {34 vars in 1015 bytes} [Tue Jun 30 19:13:10 2026] GET /v2.0/security-groups?id=43626009-4471-4c8d-b642-02339d0c976c&fields=id => generated 69 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2300] 10.0.0.53 () {34 vars in 981 bytes} [Tue Jun 30 19:13:10 2026] GET /v2.0/networks?id=cb2a0ded-ca73-4501-8d29-79760c23a9e6 => generated 735 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2301] 10.0.0.53 () {34 vars in 964 bytes} [Tue Jun 30 19:13:10 2026] GET /v2.0/quotas/d6ae1d8e0dd54a9b817311fb1fb18016 => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2302] 10.0.0.228 () {34 vars in 742 bytes} [Tue Jun 30 19:13:08 2026] PUT /v2.0/routers/69e8081e-b5dc-499c-abc4-59f252e0a362 => generated 493 bytes in 1384 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2303] 10.0.0.53 () {34 vars in 1001 bytes} [Tue Jun 30 19:13:10 2026] GET /v2.0/ports?tenant_id=d6ae1d8e0dd54a9b817311fb1fb18016&fields=id => generated 149 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2304] 10.0.0.228 () {32 vars in 736 bytes} [Tue Jun 30 19:13:10 2026] GET /v2.0/ports?device_id=69e8081e-b5dc-499c-abc4-59f252e0a362 => 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: 1154/2305] 10.0.0.53 () {34 vars in 1007 bytes} [Tue Jun 30 19:13:10 2026] GET /v2.0/networks/cb2a0ded-ca73-4501-8d29-79760c23a9e6?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2306] 10.0.0.53 () {34 vars in 1107 bytes} [Tue Jun 30 19:13:10 2026] GET /v2.0/networks/cb2a0ded-ca73-4501-8d29-79760c23a9e6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2307] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:13:10 2026] DELETE /v2.0/routers/69e8081e-b5dc-499c-abc4-59f252e0a362 => generated 0 bytes in 522 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2308] 10.0.0.228 () {32 vars in 721 bytes} [Tue Jun 30 19:13:10 2026] GET /v2.0/routers/3e599fca-fdd9-4028-950e-07e44e958162 => generated 502 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2309] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:13:11 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2310] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:13:11 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => 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: 1159/2311] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:13:11 2026] GET /v2.0/networks?id=cb2a0ded-ca73-4501-8d29-79760c23a9e6 => generated 735 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2312] 199.204.45.227 () {34 vars in 1050 bytes} [Tue Jun 30 19:13:11 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d6ae1d8e0dd54a9b817311fb1fb18016 => generated 343 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2313] 10.0.0.228 () {34 vars in 742 bytes} [Tue Jun 30 19:13:11 2026] PUT /v2.0/routers/3e599fca-fdd9-4028-950e-07e44e958162 => generated 502 bytes in 848 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2314] 10.0.0.228 () {32 vars in 736 bytes} [Tue Jun 30 19:13:11 2026] GET /v2.0/ports?device_id=3e599fca-fdd9-4028-950e-07e44e958162 => 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: 1154/2315] 199.204.45.227 () {38 vars in 955 bytes} [Tue Jun 30 19:13:11 2026] POST /v2.0/ports => generated 1082 bytes in 407 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1162/2316] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:13:11 2026] DELETE /v2.0/routers/3e599fca-fdd9-4028-950e-07e44e958162 => generated 0 bytes in 501 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2317] 10.0.0.228 () {32 vars in 721 bytes} [Tue Jun 30 19:13:12 2026] GET /v2.0/routers/baa7b3f0-6162-4da2-9edd-2a08afe63604 => generated 487 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2318] 199.204.45.227 () {38 vars in 1028 bytes} [Tue Jun 30 19:13:12 2026] PUT /v2.0/ports/f87739db-adab-410a-8653-f716436b3c66 => generated 1207 bytes in 501 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1156/2319] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:13:12 2026] GET /v2.0/ports?tenant_id=d6ae1d8e0dd54a9b817311fb1fb18016&device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 1246 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:13:12.921 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5a169859-58e3-4253-85cc-1582e07c1be8'] response: {'name': 'network-changed', 'server_uuid': '33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9', 'tag': 'f87739db-adab-410a-8653-f716436b3c66', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1157/2320] 199.204.45.227 () {34 vars in 1062 bytes} [Tue Jun 30 19:13:12 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.125&port_id=f87739db-adab-410a-8653-f716436b3c66 => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1158/2321] 199.204.45.227 () {34 vars in 984 bytes} [Tue Jun 30 19:13:12 2026] GET /v2.0/subnets?id=7fc2db40-1782-4732-b261-cccc409a5aa6 => generated 630 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2322] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:13:13 2026] GET /v2.0/ports?network_id=cb2a0ded-ca73-4501-8d29-79760c23a9e6&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2323] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:13:13 2026] GET /v2.0/networks/cb2a0ded-ca73-4501-8d29-79760c23a9e6?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: 1161/2324] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:13:13 2026] GET /v2.0/networks/cb2a0ded-ca73-4501-8d29-79760c23a9e6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2327] 10.0.0.228 () {34 vars in 742 bytes} [Tue Jun 30 19:13:12 2026] PUT /v2.0/routers/baa7b3f0-6162-4da2-9edd-2a08afe63604 => generated 487 bytes in 797 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2328] 10.0.0.228 () {32 vars in 736 bytes} [Tue Jun 30 19:13:13 2026] GET /v2.0/ports?device_id=baa7b3f0-6162-4da2-9edd-2a08afe63604 => 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: 1164/2329] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:13:13 2026] GET /v2.0/ports?tenant_id=d6ae1d8e0dd54a9b817311fb1fb18016&device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 1246 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2330] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:13:13 2026] GET /v2.0/networks?id=cb2a0ded-ca73-4501-8d29-79760c23a9e6 => generated 735 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2331] 199.204.45.227 () {34 vars in 1062 bytes} [Tue Jun 30 19:13:13 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.125&port_id=f87739db-adab-410a-8653-f716436b3c66 => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2332] 199.204.45.227 () {34 vars in 984 bytes} [Tue Jun 30 19:13:13 2026] GET /v2.0/subnets?id=7fc2db40-1782-4732-b261-cccc409a5aa6 => generated 630 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2333] 199.204.45.227 () {34 vars in 994 bytes} [Tue Jun 30 19:13:13 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 1246 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2334] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:13:13 2026] GET /v2.0/ports?network_id=cb2a0ded-ca73-4501-8d29-79760c23a9e6&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2335] 199.204.45.227 () {34 vars in 1044 bytes} [Tue Jun 30 19:13:13 2026] GET /v2.0/security-groups?id=43626009-4471-4c8d-b642-02339d0c976c&fields=id&fields=name => generated 96 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2336] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:13:13 2026] GET /v2.0/networks/cb2a0ded-ca73-4501-8d29-79760c23a9e6?fields=segments => generated 14 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2337] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:13:13 2026] GET /v2.0/networks/cb2a0ded-ca73-4501-8d29-79760c23a9e6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2338] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:13:13 2026] DELETE /v2.0/routers/baa7b3f0-6162-4da2-9edd-2a08afe63604 => generated 0 bytes in 643 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2339] 10.0.0.228 () {32 vars in 721 bytes} [Tue Jun 30 19:13:13 2026] GET /v2.0/routers/96ce3134-d276-438a-8f41-1169a8702c07 => generated 480 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2340] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:13:14 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => 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: 1175/2341] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:13:14 2026] GET /v2.0/security-groups?id=43626009-4471-4c8d-b642-02339d0c976c&fields=id&fields=name => generated 96 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2342] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:13:14 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 1246 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2343] 10.0.0.228 () {34 vars in 742 bytes} [Tue Jun 30 19:13:14 2026] PUT /v2.0/routers/96ce3134-d276-438a-8f41-1169a8702c07 => generated 480 bytes in 723 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2344] 10.0.0.228 () {32 vars in 736 bytes} [Tue Jun 30 19:13:14 2026] GET /v2.0/ports?device_id=96ce3134-d276-438a-8f41-1169a8702c07 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:13:15.460 7 INFO neutron.services.segments.plugin [-] Segment 37b4bb5b-1e5e-4421-850b-ca100dd09682 resource provider aggregate not found 2026-06-30 19:13:15.464 7 INFO neutron.services.segments.plugin [-] Segment 37b4bb5b-1e5e-4421-850b-ca100dd09682 resource provider aggregate not found 2026-06-30 19:13:15.480 7 INFO neutron.services.segments.plugin [-] Segment 37b4bb5b-1e5e-4421-850b-ca100dd09682 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 37b4bb5b-1e5e-4421-850b-ca100dd09682 found for delete ", "request_id": "req-c03ebcb7-b85c-47e1-9584-950c91a4e4ff"}]} 2026-06-30 19:13:15.486 7 INFO neutron.db.l3_hamode_db [None req-aa361eee-137b-4a30-a1da-f53ee6fa7e30 6180df9157b9431f8b20419547244b5f 2a08ad7ffead4d219dc90c7d47890063 - - default default] HA network 69183f13-7b2d-4e3e-8511-47baf65b2c69 was deleted as no HA routers are present in tenant 2a08ad7ffead4d219dc90c7d47890063. 2026-06-30 19:13:15.489 7 INFO neutron.services.segments.plugin [-] Segment 37b4bb5b-1e5e-4421-850b-ca100dd09682 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 37b4bb5b-1e5e-4421-850b-ca100dd09682 found for delete ", "request_id": "req-3b85009a-1f86-4f43-b8a5-4b9ef8cf8ba5"}]} [pid: 7|app: 0|req: 1168/2345] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:13:14 2026] DELETE /v2.0/routers/96ce3134-d276-438a-8f41-1169a8702c07 => generated 0 bytes in 698 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2346] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:13:16 2026] GET /v2.0/security-groups?tenant_id=2a08ad7ffead4d219dc90c7d47890063&name=default => generated 2929 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2347] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:13:16 2026] DELETE /v2.0/security-groups/e2a146b1-35c0-4455-b827-8b06787671f8 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2348] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:13:16 2026] GET /v2.0/security-groups?tenant_id=94e0edabbd624aeb9101e815784b6518&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2349] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:13:16 2026] DELETE /v2.0/security-groups/be00d15d-7b3d-4ebf-849a-75a82dc2146f => 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: 1180/2350] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:13:17 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 1248 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2351] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:13:17 2026] GET /v2.0/security-groups?id=43626009-4471-4c8d-b642-02339d0c976c&fields=id&fields=name => generated 96 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2352] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:13:17 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 1248 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2353] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:13:17 2026] GET /v2.0/security-groups?tenant_id=5a425825bb5d47f0887b268e88231ca9&name=default => generated 2929 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2354] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:13:17 2026] DELETE /v2.0/security-groups/f2b80e32-6df2-47df-bb4b-ebae59609a3d => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:13:21.942 7 WARNING neutron_lib.context [None req-6e2589a4-367d-42d8-a414-cef82cc8d6a0 0cedc03e42344aa49317ae8b9197e809 ef23f0b12fc248f28d13e1d36a87b3d1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1173/2355] 10.0.0.228 () {34 vars in 684 bytes} [Tue Jun 30 19:13:21 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) 2026-06-30 19:13:22.170 8 WARNING neutron_lib.context [None req-225db7dd-e275-4202-951c-eb61c7a5f052 0cedc03e42344aa49317ae8b9197e809 ef23f0b12fc248f28d13e1d36a87b3d1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1183/2356] 10.0.0.228 () {34 vars in 684 bytes} [Tue Jun 30 19:13:22 2026] POST /v2.0/security-groups => generated 1603 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-30 19:13:22.371 7 WARNING neutron_lib.context [None req-e29db23e-b470-4b19-a8e7-f5236d300ba3 0cedc03e42344aa49317ae8b9197e809 ef23f0b12fc248f28d13e1d36a87b3d1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1174/2357] 10.0.0.228 () {34 vars in 684 bytes} [Tue Jun 30 19:13:22 2026] POST /v2.0/security-groups => generated 1603 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-30 19:13:22.551 8 WARNING neutron_lib.context [None req-6e44c057-2190-4903-b2f5-26fdcfa91682 0cedc03e42344aa49317ae8b9197e809 ef23f0b12fc248f28d13e1d36a87b3d1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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/2358] 10.0.0.228 () {34 vars in 684 bytes} [Tue Jun 30 19:13:22 2026] POST /v2.0/security-groups => generated 1603 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-30 19:13:22.724 7 WARNING neutron_lib.context [None req-07dbf9b7-0dd8-49a4-a344-d0ef22948bfa 0cedc03e42344aa49317ae8b9197e809 ef23f0b12fc248f28d13e1d36a87b3d1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1175/2359] 10.0.0.228 () {34 vars in 684 bytes} [Tue Jun 30 19:13:22 2026] POST /v2.0/security-groups => generated 1603 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2360] 10.0.0.228 () {34 vars in 767 bytes} [Tue Jun 30 19:13:22 2026] PUT /v2.0/security-groups/0648ad15-6548-45b7-a121-2ee4124680ae/tags => generated 17 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2361] 10.0.0.228 () {34 vars in 767 bytes} [Tue Jun 30 19:13:22 2026] PUT /v2.0/security-groups/56531986-bd8c-46d4-b29a-b5388c7e1407/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2362] 10.0.0.228 () {34 vars in 767 bytes} [Tue Jun 30 19:13:22 2026] PUT /v2.0/security-groups/a0caea83-1e63-423d-be70-3e479c479280/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2363] 10.0.0.228 () {34 vars in 767 bytes} [Tue Jun 30 19:13:22 2026] PUT /v2.0/security-groups/3475b393-f978-4b72-aa5a-ab9773d0bee0/tags => 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: 1187/2364] 10.0.0.228 () {32 vars in 680 bytes} [Tue Jun 30 19:13:23 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2365] 10.0.0.228 () {32 vars in 694 bytes} [Tue Jun 30 19:13:23 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2366] 10.0.0.228 () {32 vars in 690 bytes} [Tue Jun 30 19:13:23 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2367] 10.0.0.228 () {32 vars in 702 bytes} [Tue Jun 30 19:13:23 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: 1189/2368] 10.0.0.228 () {32 vars in 688 bytes} [Tue Jun 30 19:13:23 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: 1180/2369] 10.0.0.228 () {32 vars in 702 bytes} [Tue Jun 30 19:13:23 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2370] 10.0.0.228 () {32 vars in 698 bytes} [Tue Jun 30 19:13:23 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2371] 10.0.0.228 () {32 vars in 710 bytes} [Tue Jun 30 19:13:23 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2372] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:13:23 2026] DELETE /v2.0/security-groups/0648ad15-6548-45b7-a121-2ee4124680ae => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2373] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:13:23 2026] DELETE /v2.0/security-groups/56531986-bd8c-46d4-b29a-b5388c7e1407 => 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: 1192/2374] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:13:23 2026] DELETE /v2.0/security-groups/a0caea83-1e63-423d-be70-3e479c479280 => 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: 1183/2375] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:13:23 2026] DELETE /v2.0/security-groups/3475b393-f978-4b72-aa5a-ab9773d0bee0 => generated 0 bytes in 482 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2376] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:13:24 2026] DELETE /v2.0/security-groups/9ff35c48-f037-4232-bd69-bad70d850d5d => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2377] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:13:25 2026] GET /v2.0/security-groups?tenant_id=3e1f05d4a94a46afa37c9037a1e802a1&name=default => generated 2929 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2378] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:13:25 2026] DELETE /v2.0/security-groups/881e9942-a321-446a-a6bf-f32a294b88eb => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2379] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:13:25 2026] GET /v2.0/security-groups?tenant_id=3d384a459a8c4fa9b5a01b510a4b1efe&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: 1195/2380] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:13:25 2026] DELETE /v2.0/security-groups/d05ac0be-ac90-4a06-ab58-055f00dff7ab => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2381] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:13:25 2026] GET /v2.0/security-groups?tenant_id=ef23f0b12fc248f28d13e1d36a87b3d1&name=default => generated 2929 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2382] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:13:26 2026] DELETE /v2.0/security-groups/0621655b-ba64-4452-91d4-be9462155fbc => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:13:30.486 8 WARNING neutron_lib.context [None req-7b19edf9-3fb9-40f4-aa7a-20c2b34e543a cf0f2f62a84643fd92289b3adf0feeb2 6c9c4cb706fa45d39d96e6171a3f220a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:13:30.684 8 INFO neutron.db.segments_db [None req-7b19edf9-3fb9-40f4-aa7a-20c2b34e543a cf0f2f62a84643fd92289b3adf0feeb2 6c9c4cb706fa45d39d96e6171a3f220a - - default default] Added segment 001bf257-2b03-434b-90bc-258559e69ccb of type vxlan for network 9697d402-b3db-45a9-a3cb-b26f14657b08 [pid: 8|app: 0|req: 1198/2385] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:13:30 2026] POST /v2.0/networks => generated 631 bytes in 493 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:13:30.799 7 WARNING neutron_lib.context [None req-8dc694d2-c5da-46c7-8ac0-52f8702370d2 cf0f2f62a84643fd92289b3adf0feeb2 6c9c4cb706fa45d39d96e6171a3f220a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1188/2386] 10.0.0.228 () {34 vars in 664 bytes} [Tue Jun 30 19:13:30 2026] POST /v2.0/ports => generated 743 bytes in 411 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:13:31.215 8 WARNING neutron_lib.context [None req-d0b4047a-6fda-481b-8a25-8631d7b39d66 cf0f2f62a84643fd92289b3adf0feeb2 6c9c4cb706fa45d39d96e6171a3f220a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1199/2387] 10.0.0.228 () {34 vars in 666 bytes} [Tue Jun 30 19:13:31 2026] POST /v2.0/trunks => generated 407 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:13:31.553 7 WARNING neutron_lib.context [None req-d17c5f4d-ebaa-42ea-b8bf-ff7ba6c41557 cf0f2f62a84643fd92289b3adf0feeb2 6c9c4cb706fa45d39d96e6171a3f220a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:13:31.622 7 INFO neutron.db.segments_db [None req-d17c5f4d-ebaa-42ea-b8bf-ff7ba6c41557 cf0f2f62a84643fd92289b3adf0feeb2 6c9c4cb706fa45d39d96e6171a3f220a - - default default] Added segment 2569ca5e-0fe2-497f-b665-575f5f6640f5 of type vxlan for network 2f8e71ee-a6bc-45b8-97cd-620ae9169ac2 [pid: 7|app: 0|req: 1189/2388] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:13:31 2026] POST /v2.0/networks => generated 631 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:13:31.769 8 WARNING neutron_lib.context [None req-6fae81f8-12fb-454d-887f-76e0a30b4065 cf0f2f62a84643fd92289b3adf0feeb2 6c9c4cb706fa45d39d96e6171a3f220a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1200/2389] 10.0.0.228 () {34 vars in 664 bytes} [Tue Jun 30 19:13:31 2026] POST /v2.0/ports => generated 743 bytes in 416 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:13:32.194 7 WARNING neutron_lib.context [None req-59eb37f1-b39c-4252-b68e-18737e48c4ab cf0f2f62a84643fd92289b3adf0feeb2 6c9c4cb706fa45d39d96e6171a3f220a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1190/2390] 10.0.0.228 () {34 vars in 666 bytes} [Tue Jun 30 19:13:32 2026] POST /v2.0/trunks => generated 407 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:13:32.522 8 WARNING neutron_lib.context [None req-f56b4eac-8035-4655-8c27-f85536a10984 cf0f2f62a84643fd92289b3adf0feeb2 6c9c4cb706fa45d39d96e6171a3f220a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:13:32.601 8 INFO neutron.db.segments_db [None req-f56b4eac-8035-4655-8c27-f85536a10984 cf0f2f62a84643fd92289b3adf0feeb2 6c9c4cb706fa45d39d96e6171a3f220a - - default default] Added segment 7c817aaa-6338-49ea-bcaa-71d19614f377 of type vxlan for network 8f5f0ffb-d6cc-4013-8c16-f161a80a91a6 [pid: 8|app: 0|req: 1201/2391] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:13:32 2026] POST /v2.0/networks => generated 632 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:13:32.720 7 WARNING neutron_lib.context [None req-eabaa18d-c9cf-40b1-b2d4-1170181d20de cf0f2f62a84643fd92289b3adf0feeb2 6c9c4cb706fa45d39d96e6171a3f220a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1191/2392] 10.0.0.228 () {34 vars in 664 bytes} [Tue Jun 30 19:13:32 2026] POST /v2.0/ports => generated 743 bytes in 351 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:13:33.078 8 WARNING neutron_lib.context [None req-c07af61f-92f9-440e-91c5-c0f018b9df37 cf0f2f62a84643fd92289b3adf0feeb2 6c9c4cb706fa45d39d96e6171a3f220a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1202/2393] 10.0.0.228 () {34 vars in 666 bytes} [Tue Jun 30 19:13:33 2026] POST /v2.0/trunks => generated 407 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:13:33.329 7 WARNING neutron_lib.context [None req-933c4f7c-63fd-4342-8f69-633ccbd8bc4b cf0f2f62a84643fd92289b3adf0feeb2 6c9c4cb706fa45d39d96e6171a3f220a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:13:33.390 7 INFO neutron.db.segments_db [None req-933c4f7c-63fd-4342-8f69-633ccbd8bc4b cf0f2f62a84643fd92289b3adf0feeb2 6c9c4cb706fa45d39d96e6171a3f220a - - default default] Added segment 0df4bdb7-7070-48f3-a3a4-61f2088f8451 of type vxlan for network 32c100f1-ee0f-49da-ac2a-a75e89822d72 [pid: 7|app: 0|req: 1192/2394] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:13:33 2026] POST /v2.0/networks => generated 631 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:13:33.521 8 WARNING neutron_lib.context [None req-207c05e2-2612-43c7-8660-a819ddf074a3 cf0f2f62a84643fd92289b3adf0feeb2 6c9c4cb706fa45d39d96e6171a3f220a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1203/2395] 10.0.0.228 () {34 vars in 664 bytes} [Tue Jun 30 19:13:33 2026] POST /v2.0/ports => generated 743 bytes in 407 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:13:33.943 7 WARNING neutron_lib.context [None req-eafd80ed-4986-41ed-ab0d-69393f70c8b6 cf0f2f62a84643fd92289b3adf0feeb2 6c9c4cb706fa45d39d96e6171a3f220a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1193/2396] 10.0.0.228 () {34 vars in 666 bytes} [Tue Jun 30 19:13:33 2026] POST /v2.0/trunks => generated 407 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:13:34.133 8 WARNING neutron_lib.context [None req-37855bf9-2947-49f2-8e52-b9b9a9a1d664 cf0f2f62a84643fd92289b3adf0feeb2 6c9c4cb706fa45d39d96e6171a3f220a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:13:34.187 8 INFO neutron.db.segments_db [None req-37855bf9-2947-49f2-8e52-b9b9a9a1d664 cf0f2f62a84643fd92289b3adf0feeb2 6c9c4cb706fa45d39d96e6171a3f220a - - default default] Added segment 18957220-3aec-4df0-9ee1-7018d86233bb of type vxlan for network fce102a6-d45f-464d-88ab-146891bdebac [pid: 8|app: 0|req: 1204/2397] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:13:34 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-06-30 19:13:34.290 7 WARNING neutron_lib.context [None req-deed0cf4-4e7e-4a85-975b-7b4e3431a8f2 cf0f2f62a84643fd92289b3adf0feeb2 6c9c4cb706fa45d39d96e6171a3f220a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1194/2398] 10.0.0.228 () {34 vars in 664 bytes} [Tue Jun 30 19:13:34 2026] POST /v2.0/ports => generated 743 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:13:34.688 8 WARNING neutron_lib.context [None req-578bf0f1-a208-472c-8bc0-9b55b90c7346 cf0f2f62a84643fd92289b3adf0feeb2 6c9c4cb706fa45d39d96e6171a3f220a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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/2399] 10.0.0.228 () {34 vars in 666 bytes} [Tue Jun 30 19:13:34 2026] POST /v2.0/trunks => generated 407 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1195/2400] 10.0.0.228 () {34 vars in 749 bytes} [Tue Jun 30 19:13:34 2026] PUT /v2.0/trunks/0a8aeaac-e671-4220-a8ba-28674eedc56c/tags => generated 17 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2401] 10.0.0.228 () {34 vars in 749 bytes} [Tue Jun 30 19:13:34 2026] PUT /v2.0/trunks/affa56e6-0d93-491b-9f43-02d59eed50ec/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: 1196/2402] 10.0.0.228 () {34 vars in 749 bytes} [Tue Jun 30 19:13:34 2026] PUT /v2.0/trunks/ea9bb224-b5d3-44e0-b2d7-50b9da9c9a00/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2403] 10.0.0.228 () {34 vars in 749 bytes} [Tue Jun 30 19:13:35 2026] PUT /v2.0/trunks/01d301dd-e6ee-4334-b72a-4b4896339588/tags => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2404] 10.0.0.228 () {32 vars in 662 bytes} [Tue Jun 30 19:13:35 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2405] 10.0.0.228 () {32 vars in 676 bytes} [Tue Jun 30 19:13:35 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2406] 10.0.0.228 () {32 vars in 672 bytes} [Tue Jun 30 19:13:35 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2407] 10.0.0.228 () {32 vars in 684 bytes} [Tue Jun 30 19:13:35 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2408] 10.0.0.228 () {32 vars in 670 bytes} [Tue Jun 30 19:13:35 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2409] 10.0.0.228 () {32 vars in 684 bytes} [Tue Jun 30 19:13:35 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2410] 10.0.0.228 () {32 vars in 680 bytes} [Tue Jun 30 19:13:35 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2411] 10.0.0.228 () {32 vars in 692 bytes} [Tue Jun 30 19:13:35 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2412] 10.0.0.228 () {32 vars in 719 bytes} [Tue Jun 30 19:13:35 2026] GET /v2.0/trunks/0a8aeaac-e671-4220-a8ba-28674eedc56c => generated 412 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2413] 10.0.0.228 () {32 vars in 717 bytes} [Tue Jun 30 19:13:35 2026] GET /v2.0/ports/ba8685f0-65cd-424d-b7e1-977582ed46e7 => generated 826 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2414] 10.0.0.228 () {32 vars in 722 bytes} [Tue Jun 30 19:13:35 2026] DELETE /v2.0/trunks/0a8aeaac-e671-4220-a8ba-28674eedc56c => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2415] 10.0.0.228 () {32 vars in 719 bytes} [Tue Jun 30 19:13:35 2026] GET /v2.0/trunks/affa56e6-0d93-491b-9f43-02d59eed50ec => generated 420 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2416] 10.0.0.228 () {32 vars in 717 bytes} [Tue Jun 30 19:13:35 2026] GET /v2.0/ports/ae8feaa0-b5c3-4efe-9f04-fe339f2e0cf5 => generated 826 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2417] 10.0.0.228 () {32 vars in 722 bytes} [Tue Jun 30 19:13:35 2026] DELETE /v2.0/trunks/affa56e6-0d93-491b-9f43-02d59eed50ec => 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: 1204/2418] 10.0.0.228 () {32 vars in 719 bytes} [Tue Jun 30 19:13:35 2026] GET /v2.0/trunks/ea9bb224-b5d3-44e0-b2d7-50b9da9c9a00 => generated 429 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2419] 10.0.0.228 () {32 vars in 717 bytes} [Tue Jun 30 19:13:35 2026] GET /v2.0/ports/c8388118-41c5-405f-ab75-31c7b9691567 => generated 826 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2420] 10.0.0.228 () {32 vars in 722 bytes} [Tue Jun 30 19:13:35 2026] DELETE /v2.0/trunks/ea9bb224-b5d3-44e0-b2d7-50b9da9c9a00 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2421] 10.0.0.228 () {32 vars in 719 bytes} [Tue Jun 30 19:13:36 2026] GET /v2.0/trunks/01d301dd-e6ee-4334-b72a-4b4896339588 => generated 414 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2422] 10.0.0.228 () {32 vars in 717 bytes} [Tue Jun 30 19:13:36 2026] GET /v2.0/ports/692807a5-a976-4d93-bb19-ad58436eb5e5 => generated 826 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2423] 10.0.0.228 () {32 vars in 722 bytes} [Tue Jun 30 19:13:36 2026] DELETE /v2.0/trunks/01d301dd-e6ee-4334-b72a-4b4896339588 => 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: 1207/2424] 10.0.0.228 () {32 vars in 719 bytes} [Tue Jun 30 19:13:36 2026] GET /v2.0/trunks/d0f1483d-363e-4588-bbcf-5aa8dba92d0e => generated 407 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2425] 10.0.0.228 () {32 vars in 717 bytes} [Tue Jun 30 19:13:36 2026] GET /v2.0/ports/72dda9ce-a2da-4c9a-ab5a-e97ef45afd10 => generated 826 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2426] 10.0.0.228 () {32 vars in 722 bytes} [Tue Jun 30 19:13:36 2026] DELETE /v2.0/trunks/d0f1483d-363e-4588-bbcf-5aa8dba92d0e => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2427] 10.0.0.228 () {32 vars in 720 bytes} [Tue Jun 30 19:13:36 2026] DELETE /v2.0/ports/ba8685f0-65cd-424d-b7e1-977582ed46e7 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2428] 10.0.0.228 () {32 vars in 720 bytes} [Tue Jun 30 19:13:36 2026] DELETE /v2.0/ports/ae8feaa0-b5c3-4efe-9f04-fe339f2e0cf5 => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2429] 10.0.0.228 () {32 vars in 720 bytes} [Tue Jun 30 19:13:37 2026] DELETE /v2.0/ports/c8388118-41c5-405f-ab75-31c7b9691567 => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2430] 10.0.0.228 () {32 vars in 720 bytes} [Tue Jun 30 19:13:37 2026] DELETE /v2.0/ports/692807a5-a976-4d93-bb19-ad58436eb5e5 => generated 0 bytes in 274 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2431] 10.0.0.228 () {32 vars in 720 bytes} [Tue Jun 30 19:13:37 2026] DELETE /v2.0/ports/72dda9ce-a2da-4c9a-ab5a-e97ef45afd10 => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2432] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:13:37 2026] DELETE /v2.0/networks/9697d402-b3db-45a9-a3cb-b26f14657b08 => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:13:38.345 8 INFO neutron.services.segments.plugin [-] Segment 2569ca5e-0fe2-497f-b665-575f5f6640f5 resource provider aggregate not found 2026-06-30 19:13:38.351 8 INFO neutron.services.segments.plugin [-] Segment 2569ca5e-0fe2-497f-b665-575f5f6640f5 resource provider aggregate not found 2026-06-30 19:13:38.363 8 INFO neutron.services.segments.plugin [-] Segment 2569ca5e-0fe2-497f-b665-575f5f6640f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2569ca5e-0fe2-497f-b665-575f5f6640f5 found for delete ", "request_id": "req-646cf100-9eb9-4721-a92a-30942c727780"}]} 2026-06-30 19:13:38.376 8 INFO neutron.services.segments.plugin [-] Segment 2569ca5e-0fe2-497f-b665-575f5f6640f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2569ca5e-0fe2-497f-b665-575f5f6640f5 found for delete ", "request_id": "req-574e9e44-f858-481b-8d53-7d78439912c3"}]} [pid: 8|app: 0|req: 1222/2433] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:13:38 2026] DELETE /v2.0/networks/2f8e71ee-a6bc-45b8-97cd-620ae9169ac2 => generated 0 bytes in 242 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:13:38.389 7 INFO neutron.services.segments.plugin [-] Segment 001bf257-2b03-434b-90bc-258559e69ccb resource provider aggregate not found 2026-06-30 19:13:38.407 7 INFO neutron.services.segments.plugin [-] Segment 001bf257-2b03-434b-90bc-258559e69ccb resource provider aggregate not found 2026-06-30 19:13:38.427 7 INFO neutron.services.segments.plugin [-] Segment 001bf257-2b03-434b-90bc-258559e69ccb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 001bf257-2b03-434b-90bc-258559e69ccb found for delete ", "request_id": "req-352b08d2-ecba-4f28-b7ff-ac6c4c306deb"}]} 2026-06-30 19:13:38.428 7 INFO neutron.services.segments.plugin [-] Segment 001bf257-2b03-434b-90bc-258559e69ccb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 001bf257-2b03-434b-90bc-258559e69ccb found for delete ", "request_id": "req-ba9fce1e-8fd5-4c71-97c4-798def704715"}]} [pid: 7|app: 0|req: 1212/2434] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:13:38 2026] DELETE /v2.0/networks/8f5f0ffb-d6cc-4013-8c16-f161a80a91a6 => generated 0 bytes in 238 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2435] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:13:38 2026] DELETE /v2.0/networks/32c100f1-ee0f-49da-ac2a-a75e89822d72 => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2436] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:13:38 2026] DELETE /v2.0/networks/fce102a6-d45f-464d-88ab-146891bdebac => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2437] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:13:39 2026] GET /v2.0/security-groups?tenant_id=0ead4065d91b4d039f87961cf0f91e20&name=default => generated 2929 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2438] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:13:40 2026] DELETE /v2.0/security-groups/02f95874-0f07-47af-bcd5-8e692797a282 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:13:40.469 8 INFO neutron.services.segments.plugin [-] Segment 0df4bdb7-7070-48f3-a3a4-61f2088f8451 resource provider aggregate not found 2026-06-30 19:13:40.473 8 INFO neutron.services.segments.plugin [-] Segment 0df4bdb7-7070-48f3-a3a4-61f2088f8451 resource provider aggregate not found 2026-06-30 19:13:40.490 8 INFO neutron.services.segments.plugin [-] Segment 0df4bdb7-7070-48f3-a3a4-61f2088f8451 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0df4bdb7-7070-48f3-a3a4-61f2088f8451 found for delete ", "request_id": "req-438467f9-915a-42e0-9f45-326f5e485507"}]} 2026-06-30 19:13:40.499 8 INFO neutron.services.segments.plugin [-] Segment 0df4bdb7-7070-48f3-a3a4-61f2088f8451 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0df4bdb7-7070-48f3-a3a4-61f2088f8451 found for delete ", "request_id": "req-e9e3bb9a-504f-444a-8649-93433196fe75"}]} [pid: 8|app: 0|req: 1225/2439] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:13:40 2026] GET /v2.0/security-groups?tenant_id=b32b3ab4a1434bd7a162cfa87817d046&name=default => generated 2929 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:13:40.635 7 INFO neutron.services.segments.plugin [-] Segment 7c817aaa-6338-49ea-bcaa-71d19614f377 resource provider aggregate not found 2026-06-30 19:13:40.644 7 INFO neutron.services.segments.plugin [-] Segment 7c817aaa-6338-49ea-bcaa-71d19614f377 resource provider aggregate not found 2026-06-30 19:13:40.653 7 INFO neutron.services.segments.plugin [-] Segment 7c817aaa-6338-49ea-bcaa-71d19614f377 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c817aaa-6338-49ea-bcaa-71d19614f377 found for delete ", "request_id": "req-aa3175ef-aa30-43a9-9ffc-d262494adecc"}]} 2026-06-30 19:13:40.668 7 INFO neutron.services.segments.plugin [-] Segment 18957220-3aec-4df0-9ee1-7018d86233bb resource provider aggregate not found 2026-06-30 19:13:40.672 7 INFO neutron.services.segments.plugin [-] Segment 7c817aaa-6338-49ea-bcaa-71d19614f377 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c817aaa-6338-49ea-bcaa-71d19614f377 found for delete ", "request_id": "req-1f60df86-917b-4a25-9327-3b2a80b2f37d"}]} 2026-06-30 19:13:40.692 7 INFO neutron.services.segments.plugin [-] Segment 18957220-3aec-4df0-9ee1-7018d86233bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18957220-3aec-4df0-9ee1-7018d86233bb found for delete ", "request_id": "req-9dd30bf2-c40e-47e8-a7e4-155530b9eaa1"}]} 2026-06-30 19:13:40.696 7 INFO neutron.services.segments.plugin [-] Segment 18957220-3aec-4df0-9ee1-7018d86233bb resource provider aggregate not found 2026-06-30 19:13:40.711 7 INFO neutron.services.segments.plugin [-] Segment 18957220-3aec-4df0-9ee1-7018d86233bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18957220-3aec-4df0-9ee1-7018d86233bb found for delete ", "request_id": "req-9c01c351-6461-4ce7-a1e3-05332bb60b89"}]} [pid: 7|app: 0|req: 1215/2440] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:13:40 2026] DELETE /v2.0/security-groups/da4fe6fb-a784-43d0-8ea6-22825b458c37 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2441] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:13:40 2026] GET /v2.0/security-groups?tenant_id=6c9c4cb706fa45d39d96e6171a3f220a&name=default => generated 2929 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2442] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:13:40 2026] DELETE /v2.0/security-groups/96614497-2034-4125-bb14-f2a181939eef => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:13:44.385 8 WARNING neutron_lib.context [None req-bf399b99-1ec0-4045-bac8-358098b9e89b 20d466be3bc24a30af4ea51fd05e6fb3 749f9021c2004c1181fa0f2e4d279b7c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:13:45.060 8 INFO neutron.db.segments_db [None req-bf399b99-1ec0-4045-bac8-358098b9e89b 20d466be3bc24a30af4ea51fd05e6fb3 749f9021c2004c1181fa0f2e4d279b7c - - default default] Added segment 8fcba2da-bbf2-4c33-8223-ee07c8e60891 of type vxlan for network aeb631d2-29aa-4d98-bd4f-a5e4eb31ac1e [pid: 8|app: 0|req: 1228/2445] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:13:44 2026] POST /v2.0/networks => generated 631 bytes in 959 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:13:45.181 7 WARNING neutron_lib.context [None req-a2d7266e-e5cd-4fed-bb51-d645848e5358 20d466be3bc24a30af4ea51fd05e6fb3 749f9021c2004c1181fa0f2e4d279b7c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1218/2446] 10.0.0.228 () {34 vars in 664 bytes} [Tue Jun 30 19:13:45 2026] POST /v2.0/ports => generated 743 bytes in 460 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2447] 10.0.0.228 () {34 vars in 747 bytes} [Tue Jun 30 19:13:45 2026] PUT /v2.0/ports/66f3c1ed-85eb-4729-8d6c-eae3933875dc/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1219/2448] 10.0.0.228 () {32 vars in 727 bytes} [Tue Jun 30 19:13:45 2026] GET /v2.0/ports/66f3c1ed-85eb-4729-8d6c-eae3933875dc/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2449] 10.0.0.228 () {34 vars in 758 bytes} [Tue Jun 30 19:13:45 2026] PUT /v2.0/ports/66f3c1ed-85eb-4729-8d6c-eae3933875dc/tags/green => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2450] 10.0.0.228 () {32 vars in 727 bytes} [Tue Jun 30 19:13:45 2026] GET /v2.0/ports/66f3c1ed-85eb-4729-8d6c-eae3933875dc/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2451] 10.0.0.228 () {34 vars in 754 bytes} [Tue Jun 30 19:13:45 2026] PUT /v2.0/ports/66f3c1ed-85eb-4729-8d6c-eae3933875dc/tags/red => 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: 1221/2452] 10.0.0.228 () {32 vars in 727 bytes} [Tue Jun 30 19:13:45 2026] GET /v2.0/ports/66f3c1ed-85eb-4729-8d6c-eae3933875dc/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2453] 10.0.0.228 () {34 vars in 776 bytes} [Tue Jun 30 19:13:45 2026] PUT /v2.0/ports/66f3c1ed-85eb-4729-8d6c-eae3933875dc/tags/black.or.white => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2454] 10.0.0.228 () {32 vars in 727 bytes} [Tue Jun 30 19:13:46 2026] GET /v2.0/ports/66f3c1ed-85eb-4729-8d6c-eae3933875dc/tags => generated 52 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2455] 10.0.0.228 () {34 vars in 747 bytes} [Tue Jun 30 19:13:46 2026] PUT /v2.0/ports/66f3c1ed-85eb-4729-8d6c-eae3933875dc/tags => generated 37 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2456] 10.0.0.228 () {32 vars in 727 bytes} [Tue Jun 30 19:13:46 2026] GET /v2.0/ports/66f3c1ed-85eb-4729-8d6c-eae3933875dc/tags => generated 37 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2457] 10.0.0.228 () {32 vars in 735 bytes} [Tue Jun 30 19:13:46 2026] GET /v2.0/ports/66f3c1ed-85eb-4729-8d6c-eae3933875dc/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:13:46.291 7 INFO neutron.api.v2.resource [None req-e5b8bb8d-5085-46d1-ab09-8414d45c6725 20d466be3bc24a30af4ea51fd05e6fb3 749f9021c2004c1181fa0f2e4d279b7c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1224/2458] 10.0.0.228 () {32 vars in 739 bytes} [Tue Jun 30 19:13:46 2026] GET /v2.0/ports/66f3c1ed-85eb-4729-8d6c-eae3933875dc/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2459] 10.0.0.228 () {32 vars in 738 bytes} [Tue Jun 30 19:13:46 2026] DELETE /v2.0/ports/66f3c1ed-85eb-4729-8d6c-eae3933875dc/tags/red => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2460] 10.0.0.228 () {32 vars in 727 bytes} [Tue Jun 30 19:13:46 2026] GET /v2.0/ports/66f3c1ed-85eb-4729-8d6c-eae3933875dc/tags => generated 30 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:13:46.463 8 INFO neutron.api.v2.resource [None req-e1164301-4bfa-4951-9a6e-be1aac350734 20d466be3bc24a30af4ea51fd05e6fb3 749f9021c2004c1181fa0f2e4d279b7c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1236/2461] 10.0.0.228 () {32 vars in 742 bytes} [Tue Jun 30 19:13:46 2026] DELETE /v2.0/ports/66f3c1ed-85eb-4729-8d6c-eae3933875dc/tags/green => generated 99 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2462] 10.0.0.228 () {32 vars in 730 bytes} [Tue Jun 30 19:13:46 2026] DELETE /v2.0/ports/66f3c1ed-85eb-4729-8d6c-eae3933875dc/tags => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2463] 10.0.0.228 () {32 vars in 727 bytes} [Tue Jun 30 19:13:46 2026] GET /v2.0/ports/66f3c1ed-85eb-4729-8d6c-eae3933875dc/tags => generated 12 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2464] 10.0.0.228 () {32 vars in 720 bytes} [Tue Jun 30 19:13:46 2026] DELETE /v2.0/ports/66f3c1ed-85eb-4729-8d6c-eae3933875dc => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:13:47.097 8 INFO neutron.services.segments.plugin [-] Segment 8fcba2da-bbf2-4c33-8223-ee07c8e60891 resource provider aggregate not found 2026-06-30 19:13:47.116 8 INFO neutron.services.segments.plugin [-] Segment 8fcba2da-bbf2-4c33-8223-ee07c8e60891 resource provider aggregate not found 2026-06-30 19:13:47.121 8 INFO neutron.services.segments.plugin [-] Segment 8fcba2da-bbf2-4c33-8223-ee07c8e60891 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8fcba2da-bbf2-4c33-8223-ee07c8e60891 found for delete ", "request_id": "req-97f4bc91-41dc-434e-9e69-09556bed1da6"}]} 2026-06-30 19:13:47.135 8 INFO neutron.services.segments.plugin [-] Segment 8fcba2da-bbf2-4c33-8223-ee07c8e60891 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8fcba2da-bbf2-4c33-8223-ee07c8e60891 found for delete ", "request_id": "req-3df1c141-1047-4efb-a99d-602d19ff7454"}]} [pid: 8|app: 0|req: 1238/2465] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:13:46 2026] DELETE /v2.0/networks/aeb631d2-29aa-4d98-bd4f-a5e4eb31ac1e => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2466] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:13:47 2026] GET /v2.0/security-groups?tenant_id=749f9021c2004c1181fa0f2e4d279b7c&name=default => generated 2929 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2467] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:13:48 2026] DELETE /v2.0/security-groups/a9fc0534-9f91-4c72-a158-7a1c43694e2d => 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: 1229/2468] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:13:48 2026] GET /v2.0/security-groups?tenant_id=a755b54f70f442e4ab0ecf4a8121f928&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2469] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:13:48 2026] DELETE /v2.0/security-groups/c999557d-0800-41ac-908e-5480c2d7075a => 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: 1230/2470] 10.0.0.228 () {34 vars in 678 bytes} [Tue Jun 30 19:13:51 2026] POST /v2.0/qos/policies => generated 359 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2471] 10.0.0.228 () {34 vars in 753 bytes} [Tue Jun 30 19:13:51 2026] PUT /v2.0/policies/cb07d1aa-d831-48fb-a609-e671870b3bbf/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2472] 10.0.0.228 () {32 vars in 733 bytes} [Tue Jun 30 19:13:51 2026] GET /v2.0/policies/cb07d1aa-d831-48fb-a609-e671870b3bbf/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: 1242/2473] 10.0.0.228 () {34 vars in 764 bytes} [Tue Jun 30 19:13:51 2026] PUT /v2.0/policies/cb07d1aa-d831-48fb-a609-e671870b3bbf/tags/green => generated 4 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2474] 10.0.0.228 () {32 vars in 733 bytes} [Tue Jun 30 19:13:51 2026] GET /v2.0/policies/cb07d1aa-d831-48fb-a609-e671870b3bbf/tags => generated 34 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2475] 10.0.0.228 () {34 vars in 760 bytes} [Tue Jun 30 19:13:51 2026] PUT /v2.0/policies/cb07d1aa-d831-48fb-a609-e671870b3bbf/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: 1233/2476] 10.0.0.228 () {32 vars in 733 bytes} [Tue Jun 30 19:13:51 2026] GET /v2.0/policies/cb07d1aa-d831-48fb-a609-e671870b3bbf/tags => generated 34 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2477] 10.0.0.228 () {34 vars in 782 bytes} [Tue Jun 30 19:13:51 2026] PUT /v2.0/policies/cb07d1aa-d831-48fb-a609-e671870b3bbf/tags/black.or.white => generated 4 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2478] 10.0.0.228 () {32 vars in 733 bytes} [Tue Jun 30 19:13:52 2026] GET /v2.0/policies/cb07d1aa-d831-48fb-a609-e671870b3bbf/tags => generated 52 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2479] 10.0.0.228 () {34 vars in 753 bytes} [Tue Jun 30 19:13:52 2026] PUT /v2.0/policies/cb07d1aa-d831-48fb-a609-e671870b3bbf/tags => generated 37 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2480] 10.0.0.228 () {32 vars in 733 bytes} [Tue Jun 30 19:13:52 2026] GET /v2.0/policies/cb07d1aa-d831-48fb-a609-e671870b3bbf/tags => generated 37 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2481] 10.0.0.228 () {32 vars in 741 bytes} [Tue Jun 30 19:13:52 2026] GET /v2.0/policies/cb07d1aa-d831-48fb-a609-e671870b3bbf/tags/red => generated 0 bytes in 24 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:13:52.169 7 INFO neutron.api.v2.resource [None req-a30021e0-7847-4732-900c-0b913b3aa5e7 f493c37274144aa3b779139647269ee4 ba0e75db63134654ade1804473effcd6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1236/2482] 10.0.0.228 () {32 vars in 745 bytes} [Tue Jun 30 19:13:52 2026] GET /v2.0/policies/cb07d1aa-d831-48fb-a609-e671870b3bbf/tags/green => generated 99 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2483] 10.0.0.228 () {32 vars in 744 bytes} [Tue Jun 30 19:13:52 2026] DELETE /v2.0/policies/cb07d1aa-d831-48fb-a609-e671870b3bbf/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2484] 10.0.0.228 () {32 vars in 733 bytes} [Tue Jun 30 19:13:52 2026] GET /v2.0/policies/cb07d1aa-d831-48fb-a609-e671870b3bbf/tags => generated 30 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:13:52.276 8 INFO neutron.api.v2.resource [None req-2d2f614a-d63f-4d4e-80a9-61d91d28fff3 f493c37274144aa3b779139647269ee4 ba0e75db63134654ade1804473effcd6 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1248/2485] 10.0.0.228 () {32 vars in 748 bytes} [Tue Jun 30 19:13:52 2026] DELETE /v2.0/policies/cb07d1aa-d831-48fb-a609-e671870b3bbf/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: 1249/2486] 199.204.45.227 () {30 vars in 703 bytes} [Tue Jun 30 19:13:52 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2487] 199.204.45.227 () {30 vars in 705 bytes} [Tue Jun 30 19:13:52 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2488] 10.0.0.228 () {32 vars in 736 bytes} [Tue Jun 30 19:13:52 2026] DELETE /v2.0/policies/cb07d1aa-d831-48fb-a609-e671870b3bbf/tags => 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: 1251/2489] 199.204.45.227 () {30 vars in 681 bytes} [Tue Jun 30 19:13:52 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: 1252/2490] 199.204.45.227 () {30 vars in 717 bytes} [Tue Jun 30 19:13:52 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: 1239/2491] 10.0.0.228 () {32 vars in 733 bytes} [Tue Jun 30 19:13:52 2026] GET /v2.0/policies/cb07d1aa-d831-48fb-a609-e671870b3bbf/tags => 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: 1253/2492] 199.204.45.227 () {30 vars in 741 bytes} [Tue Jun 30 19:13:52 2026] GET /v2.0/subnets/9c989100-6fdd-4772-b9e8-9804ca27abfd => generated 651 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2493] 10.0.0.228 () {32 vars in 734 bytes} [Tue Jun 30 19:13:52 2026] DELETE /v2.0/qos/policies/cb07d1aa-d831-48fb-a609-e671870b3bbf => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2494] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:13:52 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 1248 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2495] 199.204.45.227 () {34 vars in 717 bytes} [Tue Jun 30 19:13:52 2026] POST /v2.0/ports => generated 1093 bytes in 486 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2496] 10.0.0.53 () {34 vars in 970 bytes} [Tue Jun 30 19:13:53 2026] GET /v2.0/ports/b199ced0-a482-4d6c-8ade-c3fb7d221d1b => generated 1093 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1242/2497] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:13:53 2026] GET /v2.0/security-groups?tenant_id=bf7d578f5e9847a181fcd9a14c2cd963&name=default => generated 2929 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2498] 199.204.45.227 () {34 vars in 1096 bytes} [Tue Jun 30 19:13:53 2026] GET /v2.0/ports?device_id=f33474b8-99dd-4430-951d-86f4a8d4b447&fields=binding%3Ahost_id&fields=binding%3Avif_type => generated 67 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2499] 10.0.0.53 () {34 vars in 906 bytes} [Tue Jun 30 19:13:53 2026] GET /v2.0/extensions => generated 19901 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2500] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:13:53 2026] GET /v2.0/ports?tenant_id=12d19d0d34e64205b66a2d07be721066&device_id=f33474b8-99dd-4430-951d-86f4a8d4b447 => generated 1465 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2501] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:13:53 2026] DELETE /v2.0/security-groups/aff3458b-0459-4661-b33f-92994dcec4b8 => 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: 1245/2502] 199.204.45.227 () {34 vars in 1262 bytes} [Tue Jun 30 19:13:53 2026] GET /v2.0/ports/b199ced0-a482-4d6c-8ade-c3fb7d221d1b?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2503] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:13:53 2026] GET /v2.0/networks?id=96344c4c-3803-40f6-853c-1b4fadb1d3a6 => generated 800 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2504] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:13:53 2026] GET /v2.0/networks/8c3515fc-51d0-4451-a5f8-cc2b3ec667b7?fields=segments => generated 14 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2505] 199.204.45.227 () {34 vars in 1056 bytes} [Tue Jun 30 19:13:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.76&port_id=32cbd375-1721-4831-9e59-42e3b1249225 => generated 859 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2506] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:13:53 2026] GET /v2.0/networks/8c3515fc-51d0-4451-a5f8-cc2b3ec667b7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2507] 199.204.45.227 () {34 vars in 1104 bytes} [Tue Jun 30 19:13:53 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A35d&port_id=32cbd375-1721-4831-9e59-42e3b1249225 => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2508] 199.204.45.227 () {34 vars in 975 bytes} [Tue Jun 30 19:13:53 2026] GET /v2.0/ports/b199ced0-a482-4d6c-8ade-c3fb7d221d1b => generated 1093 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2509] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:13:53 2026] GET /v2.0/security-groups?tenant_id=ba0e75db63134654ade1804473effcd6&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2510] 199.204.45.227 () {34 vars in 1064 bytes} [Tue Jun 30 19:13:53 2026] GET /v2.0/subnets?id=f929fd05-0a35-4b1e-a654-a79c11f49a27&id=bfb4513c-851e-4d64-a8d8-32ed23559107 => generated 1362 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2511] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:13:53 2026] GET /v2.0/networks?id=8c3515fc-51d0-4451-a5f8-cc2b3ec667b7 => generated 802 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2512] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:13:53 2026] GET /v2.0/ports?network_id=96344c4c-3803-40f6-853c-1b4fadb1d3a6&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: 7|app: 0|req: 1251/2513] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:13:53 2026] DELETE /v2.0/security-groups/0c42d5b9-0184-4824-af40-726f8c2863cc => 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: 1252/2514] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:13:53 2026] GET /v2.0/ports?network_id=96344c4c-3803-40f6-853c-1b4fadb1d3a6&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2515] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:13:54 2026] GET /v2.0/networks/96344c4c-3803-40f6-853c-1b4fadb1d3a6?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2516] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:13:54 2026] GET /v2.0/networks/96344c4c-3803-40f6-853c-1b4fadb1d3a6?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: 1263/2517] 199.204.45.227 () {38 vars in 1028 bytes} [Tue Jun 30 19:13:53 2026] PUT /v2.0/ports/b199ced0-a482-4d6c-8ade-c3fb7d221d1b => generated 1247 bytes in 510 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2518] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:13:54 2026] GET /v2.0/ports?tenant_id=d6ae1d8e0dd54a9b817311fb1fb18016&device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 2523 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1264/2519] 199.204.45.227 () {34 vars in 1062 bytes} [Tue Jun 30 19:13:54 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.125&port_id=f87739db-adab-410a-8653-f716436b3c66 => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2520] 199.204.45.227 () {34 vars in 984 bytes} [Tue Jun 30 19:13:54 2026] GET /v2.0/subnets?id=7fc2db40-1782-4732-b261-cccc409a5aa6 => generated 630 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2521] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:13:54 2026] GET /v2.0/ports?network_id=cb2a0ded-ca73-4501-8d29-79760c23a9e6&device_owner=network%3Adhcp => generated 1244 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2522] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:13:54 2026] GET /v2.0/networks/cb2a0ded-ca73-4501-8d29-79760c23a9e6?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1266/2523] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:13:54 2026] GET /v2.0/networks/cb2a0ded-ca73-4501-8d29-79760c23a9e6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2524] 199.204.45.227 () {34 vars in 1056 bytes} [Tue Jun 30 19:13:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.21&port_id=b199ced0-a482-4d6c-8ade-c3fb7d221d1b => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:13:54.945 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c2d5897b-a15a-43f1-94a0-68da1c5d7679'] response: {'name': 'network-changed', 'server_uuid': '33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9', 'tag': 'b199ced0-a482-4d6c-8ade-c3fb7d221d1b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1267/2525] 199.204.45.227 () {34 vars in 984 bytes} [Tue Jun 30 19:13:54 2026] GET /v2.0/subnets?id=9c989100-6fdd-4772-b9e8-9804ca27abfd => generated 654 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2526] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:13:54 2026] GET /v2.0/ports?network_id=8c3515fc-51d0-4451-a5f8-cc2b3ec667b7&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2527] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:13:55 2026] GET /v2.0/networks/8c3515fc-51d0-4451-a5f8-cc2b3ec667b7?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: 1260/2528] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:13:55 2026] GET /v2.0/networks/8c3515fc-51d0-4451-a5f8-cc2b3ec667b7?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: 1269/2529] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:13:55 2026] GET /v2.0/ports?tenant_id=d6ae1d8e0dd54a9b817311fb1fb18016&device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 2523 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2530] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:13:55 2026] GET /v2.0/networks?id=8c3515fc-51d0-4451-a5f8-cc2b3ec667b7 => generated 802 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2531] 199.204.45.227 () {34 vars in 1056 bytes} [Tue Jun 30 19:13:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.21&port_id=b199ced0-a482-4d6c-8ade-c3fb7d221d1b => 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: 1262/2532] 199.204.45.227 () {34 vars in 984 bytes} [Tue Jun 30 19:13:55 2026] GET /v2.0/subnets?id=9c989100-6fdd-4772-b9e8-9804ca27abfd => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2533] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:13:55 2026] GET /v2.0/ports?network_id=8c3515fc-51d0-4451-a5f8-cc2b3ec667b7&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2534] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:13:55 2026] GET /v2.0/networks/8c3515fc-51d0-4451-a5f8-cc2b3ec667b7?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2535] 10.0.0.53 () {34 vars in 970 bytes} [Tue Jun 30 19:13:55 2026] GET /v2.0/ports/b199ced0-a482-4d6c-8ade-c3fb7d221d1b => generated 1283 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2536] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:13:55 2026] GET /v2.0/networks/8c3515fc-51d0-4451-a5f8-cc2b3ec667b7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2537] 199.204.45.227 () {34 vars in 789 bytes} [Tue Jun 30 19:13:55 2026] PUT /v2.0/ports/b199ced0-a482-4d6c-8ade-c3fb7d221d1b => generated 1307 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:13:55.931 7 INFO neutron.api.v2.resource [None req-8eceec61-5c1d-435c-a964-36717d501053 c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1265/2538] 199.204.45.227 () {30 vars in 763 bytes} [Tue Jun 30 19:13:55 2026] GET /v2.0/security-groups/lb-222a2dc8-20d2-4b65-a7bc-516c3a883d36 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1274/2539] 199.204.45.227 () {30 vars in 785 bytes} [Tue Jun 30 19:13:55 2026] GET /v2.0/security-groups?name=lb-222a2dc8-20d2-4b65-a7bc-516c3a883d36 => generated 1639 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2540] 199.204.45.227 () {34 vars in 789 bytes} [Tue Jun 30 19:13:55 2026] PUT /v2.0/ports/b199ced0-a482-4d6c-8ade-c3fb7d221d1b => generated 1307 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2541] 199.204.45.227 () {30 vars in 703 bytes} [Tue Jun 30 19:13:56 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1267/2542] 199.204.45.227 () {30 vars in 705 bytes} [Tue Jun 30 19:13:56 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2543] 199.204.45.227 () {30 vars in 681 bytes} [Tue Jun 30 19:13:56 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: 1268/2544] 199.204.45.227 () {30 vars in 717 bytes} [Tue Jun 30 19:13:56 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2545] 199.204.45.227 () {30 vars in 741 bytes} [Tue Jun 30 19:13:56 2026] GET /v2.0/subnets/9c989100-6fdd-4772-b9e8-9804ca27abfd => generated 651 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2546] 199.204.45.227 () {30 vars in 737 bytes} [Tue Jun 30 19:13:56 2026] GET /v2.0/ports/c8c4c35d-f4af-404b-ae61-93292742676d => generated 1128 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:13:56.702 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d2a2d1b0-389c-4152-b507-360600e097e1'] response: {'name': 'network-changed', 'server_uuid': '33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9', 'tag': 'b199ced0-a482-4d6c-8ade-c3fb7d221d1b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1278/2547] 199.204.45.227 () {30 vars in 737 bytes} [Tue Jun 30 19:13:56 2026] GET /v2.0/ports/b199ced0-a482-4d6c-8ade-c3fb7d221d1b => generated 1345 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2548] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:13:56 2026] GET /v2.0/ports?tenant_id=d6ae1d8e0dd54a9b817311fb1fb18016&device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 2585 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2549] 199.204.45.227 () {30 vars in 741 bytes} [Tue Jun 30 19:13:56 2026] GET /v2.0/subnets/9c989100-6fdd-4772-b9e8-9804ca27abfd => generated 651 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2550] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:13:56 2026] GET /v2.0/networks?id=8c3515fc-51d0-4451-a5f8-cc2b3ec667b7 => generated 802 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2551] 199.204.45.227 () {30 vars in 743 bytes} [Tue Jun 30 19:13:56 2026] GET /v2.0/networks/8c3515fc-51d0-4451-a5f8-cc2b3ec667b7 => generated 799 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2552] 199.204.45.227 () {34 vars in 1056 bytes} [Tue Jun 30 19:13:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.21&port_id=b199ced0-a482-4d6c-8ade-c3fb7d221d1b => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2553] 199.204.45.227 () {30 vars in 737 bytes} [Tue Jun 30 19:13:56 2026] GET /v2.0/ports/c8c4c35d-f4af-404b-ae61-93292742676d => generated 1128 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2554] 199.204.45.227 () {34 vars in 984 bytes} [Tue Jun 30 19:13:56 2026] GET /v2.0/subnets?id=9c989100-6fdd-4772-b9e8-9804ca27abfd => generated 654 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2555] 199.204.45.227 () {30 vars in 741 bytes} [Tue Jun 30 19:13:56 2026] GET /v2.0/subnets/9c989100-6fdd-4772-b9e8-9804ca27abfd => generated 651 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2556] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:13:56 2026] GET /v2.0/ports?network_id=8c3515fc-51d0-4451-a5f8-cc2b3ec667b7&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:13:57.000 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-dd4e148c-0408-4612-a6e8-869104b9e4eb'] response: {'name': 'network-changed', 'server_uuid': '33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9', 'tag': 'b199ced0-a482-4d6c-8ade-c3fb7d221d1b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1283/2557] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:13:56 2026] GET /v2.0/networks/8c3515fc-51d0-4451-a5f8-cc2b3ec667b7?fields=segments => generated 14 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2558] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:13:57 2026] GET /v2.0/networks/8c3515fc-51d0-4451-a5f8-cc2b3ec667b7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:13:57.145 7 WARNING neutron_lib.context [None req-4049a121-d727-4264-b83b-ab126d92b4b9 05da29ed23d94e66954310bdc04079b2 899ca8328eb0484dba3cfab62bc27408 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1285/2559] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:13:57 2026] GET /v2.0/ports?tenant_id=d6ae1d8e0dd54a9b817311fb1fb18016&device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 2585 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2560] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:13:57 2026] GET /v2.0/networks?id=8c3515fc-51d0-4451-a5f8-cc2b3ec667b7 => generated 802 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:13:57.295 7 INFO neutron.db.segments_db [None req-4049a121-d727-4264-b83b-ab126d92b4b9 05da29ed23d94e66954310bdc04079b2 899ca8328eb0484dba3cfab62bc27408 - - default default] Added segment 77dff1a5-71a9-420e-b0b0-5e2cf7be0975 of type vxlan for network c44cd7ef-5332-4277-9e76-5a9a77acb345 [pid: 8|app: 0|req: 1287/2561] 199.204.45.227 () {34 vars in 1056 bytes} [Tue Jun 30 19:13:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.21&port_id=b199ced0-a482-4d6c-8ade-c3fb7d221d1b => 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: 1288/2562] 199.204.45.227 () {34 vars in 984 bytes} [Tue Jun 30 19:13:57 2026] GET /v2.0/subnets?id=9c989100-6fdd-4772-b9e8-9804ca27abfd => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2563] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:13:57 2026] POST /v2.0/networks => generated 632 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:13:57.418 7 WARNING neutron_lib.context [None req-471ab10f-fa38-474d-b1d4-56dea917c1ec 05da29ed23d94e66954310bdc04079b2 899ca8328eb0484dba3cfab62bc27408 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1289/2564] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:13:57 2026] GET /v2.0/ports?network_id=8c3515fc-51d0-4451-a5f8-cc2b3ec667b7&device_owner=network%3Adhcp => generated 1461 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:13:57.491 7 INFO neutron.db.segments_db [None req-471ab10f-fa38-474d-b1d4-56dea917c1ec 05da29ed23d94e66954310bdc04079b2 899ca8328eb0484dba3cfab62bc27408 - - default default] Added segment f5ee33bc-9265-4f38-9eaa-b702d8bcd17a of type vxlan for network 9a6bb42f-ccf5-4af7-a068-01d48f5dddf9 [pid: 8|app: 0|req: 1290/2565] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:13:57 2026] GET /v2.0/networks/8c3515fc-51d0-4451-a5f8-cc2b3ec667b7?fields=segments => generated 14 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2566] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:13:57 2026] GET /v2.0/networks/8c3515fc-51d0-4451-a5f8-cc2b3ec667b7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2567] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:13:57 2026] POST /v2.0/networks => generated 631 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2568] 10.0.0.228 () {34 vars in 753 bytes} [Tue Jun 30 19:13:57 2026] PUT /v2.0/networks/c44cd7ef-5332-4277-9e76-5a9a77acb345/tags => generated 25 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2569] 10.0.0.228 () {32 vars in 733 bytes} [Tue Jun 30 19:13:57 2026] GET /v2.0/networks/c44cd7ef-5332-4277-9e76-5a9a77acb345/tags => generated 25 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2570] 10.0.0.228 () {34 vars in 753 bytes} [Tue Jun 30 19:13:57 2026] PUT /v2.0/networks/9a6bb42f-ccf5-4af7-a068-01d48f5dddf9/tags => generated 17 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2571] 10.0.0.228 () {32 vars in 733 bytes} [Tue Jun 30 19:13:57 2026] GET /v2.0/networks/9a6bb42f-ccf5-4af7-a068-01d48f5dddf9/tags => generated 17 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2572] 10.0.0.228 () {34 vars in 753 bytes} [Tue Jun 30 19:13:57 2026] PUT /v2.0/networks/9a6bb42f-ccf5-4af7-a068-01d48f5dddf9/tags => generated 12 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2573] 10.0.0.228 () {32 vars in 733 bytes} [Tue Jun 30 19:13:57 2026] GET /v2.0/networks/9a6bb42f-ccf5-4af7-a068-01d48f5dddf9/tags => generated 12 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2574] 10.0.0.228 () {32 vars in 733 bytes} [Tue Jun 30 19:13:58 2026] GET /v2.0/networks/c44cd7ef-5332-4277-9e76-5a9a77acb345/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2577] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:13:58 2026] DELETE /v2.0/networks/c44cd7ef-5332-4277-9e76-5a9a77acb345 => 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: 1298/2578] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:13:58 2026] DELETE /v2.0/networks/9a6bb42f-ccf5-4af7-a068-01d48f5dddf9 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:13:59.223 7 INFO neutron.services.segments.plugin [-] Segment 77dff1a5-71a9-420e-b0b0-5e2cf7be0975 resource provider aggregate not found 2026-06-30 19:13:59.228 7 INFO neutron.services.segments.plugin [-] Segment 77dff1a5-71a9-420e-b0b0-5e2cf7be0975 resource provider aggregate not found 2026-06-30 19:13:59.245 7 INFO neutron.services.segments.plugin [-] Segment 77dff1a5-71a9-420e-b0b0-5e2cf7be0975 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77dff1a5-71a9-420e-b0b0-5e2cf7be0975 found for delete ", "request_id": "req-805aac14-1b6f-4647-9958-6429283affc7"}]} 2026-06-30 19:13:59.249 7 INFO neutron.services.segments.plugin [-] Segment 77dff1a5-71a9-420e-b0b0-5e2cf7be0975 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77dff1a5-71a9-420e-b0b0-5e2cf7be0975 found for delete ", "request_id": "req-513d70af-f18c-4b79-8487-b01dd5df9b17"}]} [pid: 7|app: 0|req: 1281/2579] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:13:59 2026] GET /v2.0/security-groups?tenant_id=899ca8328eb0484dba3cfab62bc27408&name=default => generated 2929 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:13:59.373 8 INFO neutron.services.segments.plugin [-] Segment f5ee33bc-9265-4f38-9eaa-b702d8bcd17a resource provider aggregate not found 2026-06-30 19:13:59.380 8 INFO neutron.services.segments.plugin [-] Segment f5ee33bc-9265-4f38-9eaa-b702d8bcd17a resource provider aggregate not found 2026-06-30 19:13:59.402 8 INFO neutron.services.segments.plugin [-] Segment f5ee33bc-9265-4f38-9eaa-b702d8bcd17a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5ee33bc-9265-4f38-9eaa-b702d8bcd17a found for delete ", "request_id": "req-84feeed3-1dd9-4786-abf2-6bc1882814a3"}]} 2026-06-30 19:13:59.404 8 INFO neutron.services.segments.plugin [-] Segment f5ee33bc-9265-4f38-9eaa-b702d8bcd17a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5ee33bc-9265-4f38-9eaa-b702d8bcd17a found for delete ", "request_id": "req-30b571b5-1290-423c-adbb-7d5eec833d4f"}]} [pid: 8|app: 0|req: 1299/2580] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:13:59 2026] DELETE /v2.0/security-groups/91d69f71-0d2f-4ddf-9f31-4c428aff4534 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2581] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:13:59 2026] GET /v2.0/security-groups?tenant_id=728dfb9cf3634d3688d0dc48dcf84a10&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2582] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:13:59 2026] DELETE /v2.0/security-groups/2cbe1294-d3d5-404b-bfaa-a18962533143 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:14:09.688 7 WARNING neutron_lib.context [None req-63e7048d-66a0-41db-ab69-6b7a61683681 e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:14:10.647 7 INFO neutron.db.l3_db [None req-63e7048d-66a0-41db-ab69-6b7a61683681 e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] Floating IP 28eb371e-4f30-412d-b8b0-b0741bad3232 associated. External IP: 10.96.250.212, port: c8c4c35d-f4af-404b-ae61-93292742676d. [pid: 7|app: 0|req: 1283/2583] 10.0.0.228 () {34 vars in 677 bytes} [Tue Jun 30 19:14:09 2026] POST /v2.0/floatingips => generated 898 bytes in 1387 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2586] 199.204.45.227 () {30 vars in 703 bytes} [Tue Jun 30 19:14:15 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2587] 199.204.45.227 () {30 vars in 705 bytes} [Tue Jun 30 19:14:15 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: 1303/2588] 199.204.45.227 () {30 vars in 681 bytes} [Tue Jun 30 19:14:15 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: 1286/2589] 199.204.45.227 () {30 vars in 717 bytes} [Tue Jun 30 19:14:15 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:14:15.893 8 INFO neutron.api.v2.resource [None req-e20e34b9-33c9-4e3e-b168-cbd3682c86a3 c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1304/2590] 199.204.45.227 () {30 vars in 763 bytes} [Tue Jun 30 19:14:15 2026] GET /v2.0/security-groups/lb-222a2dc8-20d2-4b65-a7bc-516c3a883d36 => 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: 1287/2591] 199.204.45.227 () {30 vars in 785 bytes} [Tue Jun 30 19:14:15 2026] GET /v2.0/security-groups?name=lb-222a2dc8-20d2-4b65-a7bc-516c3a883d36 => generated 1639 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2592] 199.204.45.227 () {30 vars in 815 bytes} [Tue Jun 30 19:14:15 2026] GET /v2.0/security-group-rules?security_group_id=e1d5a433-c2c3-46af-b3a4-b5fbeb23ca61 => generated 1182 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2593] 199.204.45.227 () {34 vars in 747 bytes} [Tue Jun 30 19:14:16 2026] POST /v2.0/security-group-rules => generated 597 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2594] 199.204.45.227 () {34 vars in 747 bytes} [Tue Jun 30 19:14:16 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) [pid: 7|app: 0|req: 1289/2595] 10.0.0.146 () {30 vars in 690 bytes} [Tue Jun 30 19:14:22 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2596] 10.0.0.146 () {30 vars in 692 bytes} [Tue Jun 30 19:14:22 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2597] 10.0.0.146 () {30 vars in 668 bytes} [Tue Jun 30 19:14:22 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2598] 10.0.0.146 () {30 vars in 704 bytes} [Tue Jun 30 19:14:22 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2599] 10.0.0.146 () {28 vars in 439 bytes} [Tue Jun 30 19:14:23 2026] GET / => generated 151 bytes in 7 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2600] 10.0.0.146 () {30 vars in 728 bytes} [Tue Jun 30 19:14:23 2026] GET /v2.0/subnets/bfb4513c-851e-4d64-a8d8-32ed23559107 => generated 631 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2601] 199.204.45.227 () {30 vars in 703 bytes} [Tue Jun 30 19:14:24 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: 1310/2602] 199.204.45.227 () {30 vars in 705 bytes} [Tue Jun 30 19:14:24 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: 1293/2603] 199.204.45.227 () {30 vars in 681 bytes} [Tue Jun 30 19:14:24 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: 1311/2604] 199.204.45.227 () {30 vars in 717 bytes} [Tue Jun 30 19:14:24 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: 7|app: 0|req: 1294/2605] 199.204.45.227 () {30 vars in 741 bytes} [Tue Jun 30 19:14:24 2026] GET /v2.0/subnets/bfb4513c-851e-4d64-a8d8-32ed23559107 => generated 649 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2606] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:14:24 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 2585 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2607] 199.204.45.227 () {30 vars in 703 bytes} [Tue Jun 30 19:14:24 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2608] 199.204.45.227 () {30 vars in 705 bytes} [Tue Jun 30 19:14:24 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: 1296/2609] 199.204.45.227 () {30 vars in 681 bytes} [Tue Jun 30 19:14:24 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: 1314/2610] 199.204.45.227 () {30 vars in 717 bytes} [Tue Jun 30 19:14:24 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: 1297/2611] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:14:24 2026] GET /v2.0/networks/96344c4c-3803-40f6-853c-1b4fadb1d3a6?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2612] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:14:25 2026] GET /v2.0/networks/96344c4c-3803-40f6-853c-1b4fadb1d3a6?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: 1298/2613] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:14:25 2026] GET /v2.0/networks?id=96344c4c-3803-40f6-853c-1b4fadb1d3a6 => generated 800 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2614] 199.204.45.227 () {38 vars in 955 bytes} [Tue Jun 30 19:14:25 2026] POST /v2.0/ports => generated 1299 bytes in 482 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2615] 199.204.45.227 () {38 vars in 1028 bytes} [Tue Jun 30 19:14:25 2026] PUT /v2.0/ports/215b38b4-1563-460a-9087-46b8c27c1f83 => generated 1424 bytes in 918 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1317/2616] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:14:26 2026] GET /v2.0/ports?tenant_id=d6ae1d8e0dd54a9b817311fb1fb18016&device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 4037 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1300/2617] 199.204.45.227 () {34 vars in 1062 bytes} [Tue Jun 30 19:14:26 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.125&port_id=f87739db-adab-410a-8653-f716436b3c66 => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2618] 199.204.45.227 () {34 vars in 984 bytes} [Tue Jun 30 19:14:26 2026] GET /v2.0/subnets?id=7fc2db40-1782-4732-b261-cccc409a5aa6 => generated 630 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2619] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:14:26 2026] GET /v2.0/ports?network_id=cb2a0ded-ca73-4501-8d29-79760c23a9e6&device_owner=network%3Adhcp => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2620] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:14:26 2026] GET /v2.0/networks/cb2a0ded-ca73-4501-8d29-79760c23a9e6?fields=segments => generated 14 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:14:26.943 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-21069486-de81-45f5-b415-b29ae3fbd32a'] response: {'name': 'network-changed', 'server_uuid': '33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9', 'tag': '215b38b4-1563-460a-9087-46b8c27c1f83', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1302/2621] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:14:26 2026] GET /v2.0/networks/cb2a0ded-ca73-4501-8d29-79760c23a9e6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2622] 199.204.45.227 () {34 vars in 1056 bytes} [Tue Jun 30 19:14:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.21&port_id=b199ced0-a482-4d6c-8ade-c3fb7d221d1b => 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: 1303/2623] 199.204.45.227 () {34 vars in 984 bytes} [Tue Jun 30 19:14:27 2026] GET /v2.0/subnets?id=9c989100-6fdd-4772-b9e8-9804ca27abfd => generated 654 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2624] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:14:27 2026] GET /v2.0/ports?network_id=8c3515fc-51d0-4451-a5f8-cc2b3ec667b7&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2625] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:14:27 2026] GET /v2.0/networks/8c3515fc-51d0-4451-a5f8-cc2b3ec667b7?fields=segments => generated 14 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2626] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:14:27 2026] GET /v2.0/networks/8c3515fc-51d0-4451-a5f8-cc2b3ec667b7?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: 7|app: 0|req: 1305/2627] 199.204.45.227 () {34 vars in 1056 bytes} [Tue Jun 30 19:14:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.34&port_id=215b38b4-1563-460a-9087-46b8c27c1f83 => 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: 1323/2628] 199.204.45.227 () {34 vars in 1104 bytes} [Tue Jun 30 19:14:27 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A116&port_id=215b38b4-1563-460a-9087-46b8c27c1f83 => 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: 1306/2629] 199.204.45.227 () {34 vars in 1064 bytes} [Tue Jun 30 19:14:27 2026] GET /v2.0/subnets?id=f929fd05-0a35-4b1e-a654-a79c11f49a27&id=bfb4513c-851e-4d64-a8d8-32ed23559107 => generated 1362 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2630] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:14:27 2026] GET /v2.0/ports?network_id=96344c4c-3803-40f6-853c-1b4fadb1d3a6&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2631] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:14:27 2026] GET /v2.0/ports?network_id=96344c4c-3803-40f6-853c-1b4fadb1d3a6&device_owner=network%3Adhcp => generated 1457 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2632] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:14:27 2026] GET /v2.0/networks/96344c4c-3803-40f6-853c-1b4fadb1d3a6?fields=segments => generated 14 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2633] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:14:27 2026] GET /v2.0/networks/96344c4c-3803-40f6-853c-1b4fadb1d3a6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2634] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:14:27 2026] GET /v2.0/ports?tenant_id=d6ae1d8e0dd54a9b817311fb1fb18016&device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 4037 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2635] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:14:27 2026] GET /v2.0/networks?id=96344c4c-3803-40f6-853c-1b4fadb1d3a6 => generated 800 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2636] 199.204.45.227 () {34 vars in 1056 bytes} [Tue Jun 30 19:14:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.34&port_id=215b38b4-1563-460a-9087-46b8c27c1f83 => 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: 1310/2637] 199.204.45.227 () {34 vars in 1104 bytes} [Tue Jun 30 19:14:28 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A116&port_id=215b38b4-1563-460a-9087-46b8c27c1f83 => 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: 1328/2638] 10.0.0.53 () {34 vars in 970 bytes} [Tue Jun 30 19:14:28 2026] GET /v2.0/ports/215b38b4-1563-460a-9087-46b8c27c1f83 => generated 1460 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2639] 199.204.45.227 () {34 vars in 1064 bytes} [Tue Jun 30 19:14:28 2026] GET /v2.0/subnets?id=f929fd05-0a35-4b1e-a654-a79c11f49a27&id=bfb4513c-851e-4d64-a8d8-32ed23559107 => generated 1362 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2640] 199.204.45.227 () {30 vars in 737 bytes} [Tue Jun 30 19:14:28 2026] GET /v2.0/ports/215b38b4-1563-460a-9087-46b8c27c1f83 => generated 1460 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2641] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:14:28 2026] GET /v2.0/ports?network_id=96344c4c-3803-40f6-853c-1b4fadb1d3a6&device_owner=network%3Adhcp => generated 1457 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2644] 199.204.45.227 () {30 vars in 737 bytes} [Tue Jun 30 19:14:28 2026] GET /v2.0/ports/215b38b4-1563-460a-9087-46b8c27c1f83 => generated 1460 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2645] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:14:28 2026] GET /v2.0/ports?network_id=96344c4c-3803-40f6-853c-1b4fadb1d3a6&device_owner=network%3Adhcp => generated 1457 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2646] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:14:28 2026] GET /v2.0/networks/96344c4c-3803-40f6-853c-1b4fadb1d3a6?fields=segments => generated 14 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2647] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:14:28 2026] GET /v2.0/networks/96344c4c-3803-40f6-853c-1b4fadb1d3a6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2648] 199.204.45.227 () {34 vars in 790 bytes} [Tue Jun 30 19:14:28 2026] PUT /v2.0/ports/215b38b4-1563-460a-9087-46b8c27c1f83 => generated 1195 bytes in 451 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2649] 199.204.45.227 () {30 vars in 743 bytes} [Tue Jun 30 19:14:28 2026] GET /v2.0/networks/96344c4c-3803-40f6-853c-1b4fadb1d3a6 => generated 797 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1332/2650] 199.204.45.227 () {30 vars in 741 bytes} [Tue Jun 30 19:14:28 2026] GET /v2.0/subnets/bfb4513c-851e-4d64-a8d8-32ed23559107 => generated 649 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2651] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:14:28 2026] GET /v2.0/ports?tenant_id=d6ae1d8e0dd54a9b817311fb1fb18016&device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 3808 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:14:28.897 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5dbf3f13-4034-4326-8221-8464b95b5994'] response: {'name': 'network-changed', 'server_uuid': '33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9', 'tag': '215b38b4-1563-460a-9087-46b8c27c1f83', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1320/2652] 199.204.45.227 () {30 vars in 703 bytes} [Tue Jun 30 19:14:28 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: 1321/2653] 199.204.45.227 () {30 vars in 705 bytes} [Tue Jun 30 19:14:28 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2654] 199.204.45.227 () {30 vars in 681 bytes} [Tue Jun 30 19:14:28 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: 1323/2655] 199.204.45.227 () {30 vars in 717 bytes} [Tue Jun 30 19:14:28 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: 1333/2656] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:14:28 2026] GET /v2.0/networks?id=96344c4c-3803-40f6-853c-1b4fadb1d3a6 => generated 800 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2657] 199.204.45.227 () {34 vars in 1056 bytes} [Tue Jun 30 19:14:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.34&port_id=215b38b4-1563-460a-9087-46b8c27c1f83 => 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: 1324/2658] 199.204.45.227 () {30 vars in 741 bytes} [Tue Jun 30 19:14:28 2026] GET /v2.0/subnets/9c989100-6fdd-4772-b9e8-9804ca27abfd => generated 651 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2659] 199.204.45.227 () {30 vars in 737 bytes} [Tue Jun 30 19:14:29 2026] GET /v2.0/ports/c8c4c35d-f4af-404b-ae61-93292742676d => generated 1128 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2660] 199.204.45.227 () {34 vars in 984 bytes} [Tue Jun 30 19:14:29 2026] GET /v2.0/subnets?id=bfb4513c-851e-4d64-a8d8-32ed23559107 => generated 652 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2661] 199.204.45.227 () {30 vars in 737 bytes} [Tue Jun 30 19:14:29 2026] GET /v2.0/ports/b199ced0-a482-4d6c-8ade-c3fb7d221d1b => generated 1345 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2662] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:14:29 2026] GET /v2.0/ports?network_id=96344c4c-3803-40f6-853c-1b4fadb1d3a6&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: 7|app: 0|req: 1327/2663] 199.204.45.227 () {30 vars in 741 bytes} [Tue Jun 30 19:14:29 2026] GET /v2.0/subnets/9c989100-6fdd-4772-b9e8-9804ca27abfd => generated 651 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2664] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:14:29 2026] GET /v2.0/networks/96344c4c-3803-40f6-853c-1b4fadb1d3a6?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: 1328/2665] 199.204.45.227 () {30 vars in 743 bytes} [Tue Jun 30 19:14:29 2026] GET /v2.0/networks/8c3515fc-51d0-4451-a5f8-cc2b3ec667b7 => generated 799 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2666] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:14:29 2026] GET /v2.0/networks/96344c4c-3803-40f6-853c-1b4fadb1d3a6?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: 1329/2667] 199.204.45.227 () {30 vars in 737 bytes} [Tue Jun 30 19:14:29 2026] GET /v2.0/ports/c8c4c35d-f4af-404b-ae61-93292742676d => generated 1128 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2668] 199.204.45.227 () {30 vars in 741 bytes} [Tue Jun 30 19:14:29 2026] GET /v2.0/subnets/9c989100-6fdd-4772-b9e8-9804ca27abfd => generated 651 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2669] 10.0.0.146 () {30 vars in 690 bytes} [Tue Jun 30 19:14:33 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: 1340/2670] 10.0.0.146 () {30 vars in 692 bytes} [Tue Jun 30 19:14:33 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2671] 10.0.0.146 () {30 vars in 668 bytes} [Tue Jun 30 19:14:33 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2672] 10.0.0.146 () {30 vars in 704 bytes} [Tue Jun 30 19:14:33 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2673] 10.0.0.146 () {28 vars in 439 bytes} [Tue Jun 30 19:14:34 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2674] 10.0.0.146 () {30 vars in 728 bytes} [Tue Jun 30 19:14:34 2026] GET /v2.0/subnets/c0e4ad29-eef1-46a3-9e21-f7b547dcafb7 => generated 631 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2675] 199.204.45.227 () {30 vars in 703 bytes} [Tue Jun 30 19:14:35 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: 1343/2676] 199.204.45.227 () {30 vars in 705 bytes} [Tue Jun 30 19:14:35 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: 1334/2677] 199.204.45.227 () {30 vars in 681 bytes} [Tue Jun 30 19:14:35 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2678] 199.204.45.227 () {30 vars in 717 bytes} [Tue Jun 30 19:14:35 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: 1335/2679] 199.204.45.227 () {30 vars in 741 bytes} [Tue Jun 30 19:14:35 2026] GET /v2.0/subnets/bfb4513c-851e-4d64-a8d8-32ed23559107 => generated 649 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2680] 199.204.45.227 () {30 vars in 741 bytes} [Tue Jun 30 19:14:35 2026] GET /v2.0/subnets/c0e4ad29-eef1-46a3-9e21-f7b547dcafb7 => generated 649 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2681] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:14:35 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 3810 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2682] 199.204.45.227 () {30 vars in 703 bytes} [Tue Jun 30 19:14:35 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2683] 199.204.45.227 () {30 vars in 705 bytes} [Tue Jun 30 19:14:35 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2684] 199.204.45.227 () {30 vars in 681 bytes} [Tue Jun 30 19:14:35 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2685] 199.204.45.227 () {30 vars in 717 bytes} [Tue Jun 30 19:14:35 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: 1348/2686] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:14:35 2026] GET /v2.0/networks/b5d7a5d4-76aa-4110-ab77-d0550df8f00c?fields=segments => generated 14 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2687] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:14:35 2026] GET /v2.0/networks/b5d7a5d4-76aa-4110-ab77-d0550df8f00c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2688] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:14:36 2026] GET /v2.0/networks?id=b5d7a5d4-76aa-4110-ab77-d0550df8f00c => generated 800 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2689] 199.204.45.227 () {38 vars in 955 bytes} [Tue Jun 30 19:14:36 2026] POST /v2.0/ports => generated 1307 bytes in 432 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2690] 199.204.45.227 () {38 vars in 1028 bytes} [Tue Jun 30 19:14:36 2026] PUT /v2.0/ports/8ca58f4a-a908-4a22-a59a-e1d917ef7baf => generated 1432 bytes in 563 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1341/2691] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:14:37 2026] GET /v2.0/ports?tenant_id=d6ae1d8e0dd54a9b817311fb1fb18016&device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 5270 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1351/2692] 199.204.45.227 () {34 vars in 1062 bytes} [Tue Jun 30 19:14:37 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.125&port_id=f87739db-adab-410a-8653-f716436b3c66 => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2693] 199.204.45.227 () {34 vars in 984 bytes} [Tue Jun 30 19:14:37 2026] GET /v2.0/subnets?id=7fc2db40-1782-4732-b261-cccc409a5aa6 => generated 630 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:14:37.281 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-18001ff4-029a-4b46-aed0-4fb438ab3cc4'] response: {'name': 'network-changed', 'server_uuid': '33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9', 'tag': '8ca58f4a-a908-4a22-a59a-e1d917ef7baf', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1352/2694] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:14:37 2026] GET /v2.0/ports?network_id=cb2a0ded-ca73-4501-8d29-79760c23a9e6&device_owner=network%3Adhcp => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2695] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:14:37 2026] GET /v2.0/networks/cb2a0ded-ca73-4501-8d29-79760c23a9e6?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1353/2696] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:14:37 2026] GET /v2.0/networks/cb2a0ded-ca73-4501-8d29-79760c23a9e6?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: 1344/2697] 199.204.45.227 () {34 vars in 1056 bytes} [Tue Jun 30 19:14:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.21&port_id=b199ced0-a482-4d6c-8ade-c3fb7d221d1b => 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/2698] 199.204.45.227 () {34 vars in 984 bytes} [Tue Jun 30 19:14:37 2026] GET /v2.0/subnets?id=9c989100-6fdd-4772-b9e8-9804ca27abfd => generated 654 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2699] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:14:37 2026] GET /v2.0/ports?network_id=8c3515fc-51d0-4451-a5f8-cc2b3ec667b7&device_owner=network%3Adhcp => generated 1461 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2700] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:14:37 2026] GET /v2.0/networks/8c3515fc-51d0-4451-a5f8-cc2b3ec667b7?fields=segments => generated 14 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2701] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:14:37 2026] GET /v2.0/networks/8c3515fc-51d0-4451-a5f8-cc2b3ec667b7?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: 1356/2702] 199.204.45.227 () {34 vars in 1056 bytes} [Tue Jun 30 19:14:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.34&port_id=215b38b4-1563-460a-9087-46b8c27c1f83 => 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: 1347/2703] 199.204.45.227 () {34 vars in 984 bytes} [Tue Jun 30 19:14:37 2026] GET /v2.0/subnets?id=bfb4513c-851e-4d64-a8d8-32ed23559107 => generated 652 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2704] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:14:37 2026] GET /v2.0/ports?network_id=96344c4c-3803-40f6-853c-1b4fadb1d3a6&device_owner=network%3Adhcp => generated 1457 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2705] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:14:37 2026] GET /v2.0/networks/96344c4c-3803-40f6-853c-1b4fadb1d3a6?fields=segments => generated 14 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2706] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:14:38 2026] GET /v2.0/networks/96344c4c-3803-40f6-853c-1b4fadb1d3a6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2707] 199.204.45.227 () {34 vars in 1058 bytes} [Tue Jun 30 19:14:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.215&port_id=8ca58f4a-a908-4a22-a59a-e1d917ef7baf => 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: 1359/2708] 199.204.45.227 () {34 vars in 1106 bytes} [Tue Jun 30 19:14:38 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A15a&port_id=8ca58f4a-a908-4a22-a59a-e1d917ef7baf => 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: 1350/2709] 199.204.45.227 () {34 vars in 1064 bytes} [Tue Jun 30 19:14:38 2026] GET /v2.0/subnets?id=c0e4ad29-eef1-46a3-9e21-f7b547dcafb7&id=2788b5a7-1e55-48d7-8264-7a8efc86f0b5 => generated 1365 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2710] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:14:38 2026] GET /v2.0/ports?network_id=b5d7a5d4-76aa-4110-ab77-d0550df8f00c&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: 1351/2711] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:14:38 2026] GET /v2.0/ports?network_id=b5d7a5d4-76aa-4110-ab77-d0550df8f00c&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: 1361/2712] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:14:38 2026] GET /v2.0/networks/b5d7a5d4-76aa-4110-ab77-d0550df8f00c?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: 1352/2713] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:14:38 2026] GET /v2.0/networks/b5d7a5d4-76aa-4110-ab77-d0550df8f00c?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: 1362/2714] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:14:38 2026] GET /v2.0/ports?tenant_id=d6ae1d8e0dd54a9b817311fb1fb18016&device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 5270 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2715] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:14:38 2026] GET /v2.0/networks?id=b5d7a5d4-76aa-4110-ab77-d0550df8f00c => generated 800 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2716] 199.204.45.227 () {34 vars in 1058 bytes} [Tue Jun 30 19:14:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.215&port_id=8ca58f4a-a908-4a22-a59a-e1d917ef7baf => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2717] 199.204.45.227 () {34 vars in 1106 bytes} [Tue Jun 30 19:14:38 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A15a&port_id=8ca58f4a-a908-4a22-a59a-e1d917ef7baf => 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: 1364/2718] 199.204.45.227 () {34 vars in 1064 bytes} [Tue Jun 30 19:14:38 2026] GET /v2.0/subnets?id=c0e4ad29-eef1-46a3-9e21-f7b547dcafb7&id=2788b5a7-1e55-48d7-8264-7a8efc86f0b5 => generated 1365 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2719] 10.0.0.53 () {34 vars in 970 bytes} [Tue Jun 30 19:14:38 2026] GET /v2.0/ports/8ca58f4a-a908-4a22-a59a-e1d917ef7baf => generated 1468 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2720] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:14:38 2026] GET /v2.0/ports?network_id=b5d7a5d4-76aa-4110-ab77-d0550df8f00c&device_owner=network%3Adhcp => generated 1461 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2721] 199.204.45.227 () {30 vars in 737 bytes} [Tue Jun 30 19:14:38 2026] GET /v2.0/ports/8ca58f4a-a908-4a22-a59a-e1d917ef7baf => generated 1468 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2722] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:14:38 2026] GET /v2.0/ports?network_id=b5d7a5d4-76aa-4110-ab77-d0550df8f00c&device_owner=network%3Adhcp => generated 1461 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2723] 199.204.45.227 () {30 vars in 737 bytes} [Tue Jun 30 19:14:38 2026] GET /v2.0/ports/8ca58f4a-a908-4a22-a59a-e1d917ef7baf => generated 1468 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2724] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:14:38 2026] GET /v2.0/networks/b5d7a5d4-76aa-4110-ab77-d0550df8f00c?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2725] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:14:39 2026] GET /v2.0/networks/b5d7a5d4-76aa-4110-ab77-d0550df8f00c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2726] 199.204.45.227 () {34 vars in 790 bytes} [Tue Jun 30 19:14:38 2026] PUT /v2.0/ports/8ca58f4a-a908-4a22-a59a-e1d917ef7baf => generated 1199 bytes in 418 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2727] 199.204.45.227 () {30 vars in 743 bytes} [Tue Jun 30 19:14:39 2026] GET /v2.0/networks/b5d7a5d4-76aa-4110-ab77-d0550df8f00c => generated 797 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2728] 199.204.45.227 () {30 vars in 741 bytes} [Tue Jun 30 19:14:39 2026] GET /v2.0/subnets/c0e4ad29-eef1-46a3-9e21-f7b547dcafb7 => generated 649 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2729] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:14:39 2026] GET /v2.0/ports?tenant_id=d6ae1d8e0dd54a9b817311fb1fb18016&device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 5037 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:14:39.666 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-534ab31a-a95b-4900-902d-98f35e2ed993'] response: {'name': 'network-changed', 'server_uuid': '33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9', 'tag': '8ca58f4a-a908-4a22-a59a-e1d917ef7baf', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1371/2730] 199.204.45.227 () {30 vars in 703 bytes} [Tue Jun 30 19:14:39 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: 1372/2731] 199.204.45.227 () {30 vars in 705 bytes} [Tue Jun 30 19:14:39 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2732] 199.204.45.227 () {30 vars in 681 bytes} [Tue Jun 30 19:14:39 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: 8|app: 0|req: 1374/2733] 199.204.45.227 () {30 vars in 717 bytes} [Tue Jun 30 19:14:39 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: 1360/2734] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:14:39 2026] GET /v2.0/networks?id=b5d7a5d4-76aa-4110-ab77-d0550df8f00c => generated 800 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2735] 199.204.45.227 () {34 vars in 1058 bytes} [Tue Jun 30 19:14:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.215&port_id=8ca58f4a-a908-4a22-a59a-e1d917ef7baf => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2736] 199.204.45.227 () {30 vars in 741 bytes} [Tue Jun 30 19:14:39 2026] GET /v2.0/subnets/9c989100-6fdd-4772-b9e8-9804ca27abfd => generated 651 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2737] 199.204.45.227 () {34 vars in 984 bytes} [Tue Jun 30 19:14:39 2026] GET /v2.0/subnets?id=c0e4ad29-eef1-46a3-9e21-f7b547dcafb7 => generated 652 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2738] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:14:39 2026] GET /v2.0/ports?network_id=b5d7a5d4-76aa-4110-ab77-d0550df8f00c&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2739] 199.204.45.227 () {30 vars in 737 bytes} [Tue Jun 30 19:14:39 2026] GET /v2.0/ports/c8c4c35d-f4af-404b-ae61-93292742676d => generated 1128 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2740] 199.204.45.227 () {30 vars in 737 bytes} [Tue Jun 30 19:14:39 2026] GET /v2.0/ports/b199ced0-a482-4d6c-8ade-c3fb7d221d1b => generated 1345 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2741] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:14:39 2026] GET /v2.0/networks/b5d7a5d4-76aa-4110-ab77-d0550df8f00c?fields=segments => generated 14 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2742] 199.204.45.227 () {30 vars in 741 bytes} [Tue Jun 30 19:14:39 2026] GET /v2.0/subnets/9c989100-6fdd-4772-b9e8-9804ca27abfd => generated 651 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2743] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:14:40 2026] GET /v2.0/networks/b5d7a5d4-76aa-4110-ab77-d0550df8f00c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2744] 199.204.45.227 () {30 vars in 743 bytes} [Tue Jun 30 19:14:40 2026] GET /v2.0/networks/8c3515fc-51d0-4451-a5f8-cc2b3ec667b7 => generated 799 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2745] 199.204.45.227 () {30 vars in 737 bytes} [Tue Jun 30 19:14:40 2026] GET /v2.0/ports/c8c4c35d-f4af-404b-ae61-93292742676d => generated 1128 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2746] 199.204.45.227 () {30 vars in 741 bytes} [Tue Jun 30 19:14:40 2026] GET /v2.0/subnets/9c989100-6fdd-4772-b9e8-9804ca27abfd => generated 651 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2749] 199.204.45.227 () {30 vars in 703 bytes} [Tue Jun 30 19:14:48 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: 1369/2750] 199.204.45.227 () {30 vars in 705 bytes} [Tue Jun 30 19:14:48 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: 1382/2751] 199.204.45.227 () {30 vars in 681 bytes} [Tue Jun 30 19:14:48 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: 1370/2752] 199.204.45.227 () {30 vars in 717 bytes} [Tue Jun 30 19:14:48 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: 1383/2753] 199.204.45.227 () {30 vars in 741 bytes} [Tue Jun 30 19:14:48 2026] GET /v2.0/subnets/bfb4513c-851e-4d64-a8d8-32ed23559107 => generated 649 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2754] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:14:48 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 5039 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2755] 199.204.45.227 () {30 vars in 703 bytes} [Tue Jun 30 19:14: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: 7|app: 0|req: 1372/2756] 199.204.45.227 () {30 vars in 705 bytes} [Tue Jun 30 19:14:49 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2757] 199.204.45.227 () {30 vars in 681 bytes} [Tue Jun 30 19:14: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: 7|app: 0|req: 1373/2758] 199.204.45.227 () {30 vars in 717 bytes} [Tue Jun 30 19:14:49 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: 1386/2759] 199.204.45.227 () {30 vars in 737 bytes} [Tue Jun 30 19:14:49 2026] GET /v2.0/ports/8ca58f4a-a908-4a22-a59a-e1d917ef7baf => generated 1237 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2760] 199.204.45.227 () {34 vars in 789 bytes} [Tue Jun 30 19:14:49 2026] PUT /v2.0/ports/8ca58f4a-a908-4a22-a59a-e1d917ef7baf => generated 1026 bytes in 417 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2761] 199.204.45.227 () {30 vars in 743 bytes} [Tue Jun 30 19:14:49 2026] GET /v2.0/networks/b5d7a5d4-76aa-4110-ab77-d0550df8f00c => generated 797 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:14:49.816 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0533c5ec-cfba-494e-9d9a-687181d70c16'] response: {'name': 'network-changed', 'server_uuid': '33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9', 'tag': '8ca58f4a-a908-4a22-a59a-e1d917ef7baf', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1375/2762] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:14:49 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 4864 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2763] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:14:49 2026] GET /v2.0/ports?tenant_id=d6ae1d8e0dd54a9b817311fb1fb18016&device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 4864 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1376/2764] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:14:49 2026] GET /v2.0/networks?id=b5d7a5d4-76aa-4110-ab77-d0550df8f00c => generated 800 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2765] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:14:49 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 4864 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2766] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:14:49 2026] GET /v2.0/networks/b5d7a5d4-76aa-4110-ab77-d0550df8f00c?fields=segments => generated 14 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2767] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:14:50 2026] GET /v2.0/networks/b5d7a5d4-76aa-4110-ab77-d0550df8f00c?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: 1378/2768] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:14:51 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 4864 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2769] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:14:52 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 4864 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2770] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:14:53 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 4864 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2771] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:14:54 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 4864 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2772] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:14:55 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 4864 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2773] 199.204.45.227 () {34 vars in 1096 bytes} [Tue Jun 30 19:14:55 2026] GET /v2.0/ports?device_id=a05fee84-179b-48a2-b74e-4c50f54853c0&fields=binding%3Ahost_id&fields=binding%3Avif_type => generated 67 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2774] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:14:55 2026] GET /v2.0/ports?tenant_id=12d19d0d34e64205b66a2d07be721066&device_id=a05fee84-179b-48a2-b74e-4c50f54853c0 => generated 1469 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2775] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:14:55 2026] GET /v2.0/networks?id=b5d7a5d4-76aa-4110-ab77-d0550df8f00c => generated 800 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2776] 199.204.45.227 () {34 vars in 1056 bytes} [Tue Jun 30 19:14:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.67&port_id=5886a123-f761-4e90-8e4e-81ce62016f98 => generated 859 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2777] 199.204.45.227 () {34 vars in 1106 bytes} [Tue Jun 30 19:14:55 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A35d&port_id=5886a123-f761-4e90-8e4e-81ce62016f98 => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2778] 199.204.45.227 () {34 vars in 1064 bytes} [Tue Jun 30 19:14:55 2026] GET /v2.0/subnets?id=c0e4ad29-eef1-46a3-9e21-f7b547dcafb7&id=2788b5a7-1e55-48d7-8264-7a8efc86f0b5 => generated 1365 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2779] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:14:55 2026] GET /v2.0/ports?network_id=b5d7a5d4-76aa-4110-ab77-d0550df8f00c&device_owner=network%3Adhcp => generated 1461 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2780] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:14:55 2026] GET /v2.0/ports?network_id=b5d7a5d4-76aa-4110-ab77-d0550df8f00c&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: 1397/2781] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:14:55 2026] GET /v2.0/networks/b5d7a5d4-76aa-4110-ab77-d0550df8f00c?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2782] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:14:55 2026] GET /v2.0/networks/b5d7a5d4-76aa-4110-ab77-d0550df8f00c?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: 1398/2783] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:14:56 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 4864 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2784] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:14:57 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 4864 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2787] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:14:58 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 4864 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2788] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:14:59 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 4864 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2789] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:15:00 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 4864 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2790] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:15:01 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 4864 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2791] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:15:02 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 4864 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2792] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:15:03 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 4864 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2793] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:15:05 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 4864 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2794] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:15:06 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 4864 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2795] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:15:07 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 4864 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2796] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:15:08 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 4864 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2797] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:15:09 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 4864 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2798] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:15:10 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 4864 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2799] 199.204.45.227 () {34 vars in 975 bytes} [Tue Jun 30 19:15:10 2026] GET /v2.0/ports/8ca58f4a-a908-4a22-a59a-e1d917ef7baf => generated 1062 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2800] 199.204.45.227 () {36 vars in 997 bytes} [Tue Jun 30 19:15:10 2026] DELETE /v2.0/ports/8ca58f4a-a908-4a22-a59a-e1d917ef7baf => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2801] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:15:10 2026] GET /v2.0/ports?tenant_id=d6ae1d8e0dd54a9b817311fb1fb18016&device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 3810 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:15:11.081 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bcc23349-d2d3-449e-a3e7-9531ea0c954d'] response: {'server_uuid': '33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9', 'name': 'network-vif-deleted', 'tag': '8ca58f4a-a908-4a22-a59a-e1d917ef7baf', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1407/2802] 199.204.45.227 () {34 vars in 1226 bytes} [Tue Jun 30 19:15:11 2026] GET /v2.0/networks?id=cb2a0ded-ca73-4501-8d29-79760c23a9e6&id=8c3515fc-51d0-4451-a5f8-cc2b3ec667b7&id=96344c4c-3803-40f6-853c-1b4fadb1d3a6&id=b5d7a5d4-76aa-4110-ab77-d0550df8f00c => generated 3095 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2803] 199.204.45.227 () {34 vars in 1062 bytes} [Tue Jun 30 19:15:11 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.125&port_id=f87739db-adab-410a-8653-f716436b3c66 => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2804] 199.204.45.227 () {34 vars in 984 bytes} [Tue Jun 30 19:15:11 2026] GET /v2.0/subnets?id=7fc2db40-1782-4732-b261-cccc409a5aa6 => generated 630 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2805] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:15:11 2026] GET /v2.0/ports?network_id=cb2a0ded-ca73-4501-8d29-79760c23a9e6&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2806] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:15:11 2026] GET /v2.0/networks/cb2a0ded-ca73-4501-8d29-79760c23a9e6?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2807] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:15:11 2026] GET /v2.0/networks/cb2a0ded-ca73-4501-8d29-79760c23a9e6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2808] 199.204.45.227 () {34 vars in 1056 bytes} [Tue Jun 30 19:15:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.21&port_id=b199ced0-a482-4d6c-8ade-c3fb7d221d1b => 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: 1399/2809] 199.204.45.227 () {34 vars in 984 bytes} [Tue Jun 30 19:15:11 2026] GET /v2.0/subnets?id=9c989100-6fdd-4772-b9e8-9804ca27abfd => generated 654 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2810] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:15:11 2026] GET /v2.0/ports?network_id=8c3515fc-51d0-4451-a5f8-cc2b3ec667b7&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: 1400/2811] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:15:11 2026] GET /v2.0/networks/8c3515fc-51d0-4451-a5f8-cc2b3ec667b7?fields=segments => generated 14 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2812] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:15:11 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 3810 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:15:11.671 8 INFO neutron.pecan_wsgi.hooks.translation [None req-61c3de43-6758-40e8-ade0-f0ce2b2065e3 c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1413/2813] 199.204.45.227 () {32 vars in 759 bytes} [Tue Jun 30 19:15:11 2026] DELETE /v2.0/ports/8ca58f4a-a908-4a22-a59a-e1d917ef7baf => generated 132 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2814] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:15:11 2026] GET /v2.0/networks/8c3515fc-51d0-4451-a5f8-cc2b3ec667b7?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: 1414/2815] 199.204.45.227 () {34 vars in 1056 bytes} [Tue Jun 30 19:15:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.34&port_id=215b38b4-1563-460a-9087-46b8c27c1f83 => 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: 1415/2816] 199.204.45.227 () {30 vars in 703 bytes} [Tue Jun 30 19:15:11 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2817] 199.204.45.227 () {34 vars in 984 bytes} [Tue Jun 30 19:15:11 2026] GET /v2.0/subnets?id=bfb4513c-851e-4d64-a8d8-32ed23559107 => generated 652 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2818] 199.204.45.227 () {30 vars in 705 bytes} [Tue Jun 30 19:15:11 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2819] 199.204.45.227 () {30 vars in 681 bytes} [Tue Jun 30 19:15:11 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: 1418/2820] 199.204.45.227 () {30 vars in 717 bytes} [Tue Jun 30 19:15:11 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: 1403/2821] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:15:11 2026] GET /v2.0/ports?network_id=96344c4c-3803-40f6-853c-1b4fadb1d3a6&device_owner=network%3Adhcp => generated 1457 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2822] 199.204.45.227 () {30 vars in 741 bytes} [Tue Jun 30 19:15:11 2026] GET /v2.0/subnets/9c989100-6fdd-4772-b9e8-9804ca27abfd => generated 651 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2823] 199.204.45.227 () {30 vars in 737 bytes} [Tue Jun 30 19:15:11 2026] GET /v2.0/ports/c8c4c35d-f4af-404b-ae61-93292742676d => generated 1128 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2824] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:15:11 2026] GET /v2.0/networks/96344c4c-3803-40f6-853c-1b4fadb1d3a6?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2825] 199.204.45.227 () {30 vars in 737 bytes} [Tue Jun 30 19:15:11 2026] GET /v2.0/ports/b199ced0-a482-4d6c-8ade-c3fb7d221d1b => generated 1345 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2826] 199.204.45.227 () {30 vars in 741 bytes} [Tue Jun 30 19:15:11 2026] GET /v2.0/subnets/9c989100-6fdd-4772-b9e8-9804ca27abfd => generated 651 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2827] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:15:11 2026] GET /v2.0/networks/96344c4c-3803-40f6-853c-1b4fadb1d3a6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2828] 199.204.45.227 () {30 vars in 743 bytes} [Tue Jun 30 19:15:12 2026] GET /v2.0/networks/8c3515fc-51d0-4451-a5f8-cc2b3ec667b7 => generated 799 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2829] 199.204.45.227 () {30 vars in 737 bytes} [Tue Jun 30 19:15:12 2026] GET /v2.0/ports/c8c4c35d-f4af-404b-ae61-93292742676d => 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: 1424/2830] 199.204.45.227 () {30 vars in 741 bytes} [Tue Jun 30 19:15:12 2026] GET /v2.0/subnets/9c989100-6fdd-4772-b9e8-9804ca27abfd => generated 651 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2833] 199.204.45.227 () {30 vars in 703 bytes} [Tue Jun 30 19:15:19 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: 1408/2834] 199.204.45.227 () {30 vars in 705 bytes} [Tue Jun 30 19:15:19 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: 1427/2835] 199.204.45.227 () {30 vars in 681 bytes} [Tue Jun 30 19:15:19 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: 1409/2836] 199.204.45.227 () {30 vars in 717 bytes} [Tue Jun 30 19:15:19 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2837] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:15:19 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 3810 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2838] 199.204.45.227 () {30 vars in 703 bytes} [Tue Jun 30 19:15:19 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: 1429/2839] 199.204.45.227 () {30 vars in 705 bytes} [Tue Jun 30 19:15:19 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: 1411/2840] 199.204.45.227 () {30 vars in 681 bytes} [Tue Jun 30 19:15:19 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: 1430/2841] 199.204.45.227 () {30 vars in 717 bytes} [Tue Jun 30 19:15:19 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: 1412/2842] 199.204.45.227 () {30 vars in 737 bytes} [Tue Jun 30 19:15:19 2026] GET /v2.0/ports/215b38b4-1563-460a-9087-46b8c27c1f83 => generated 1233 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2843] 199.204.45.227 () {34 vars in 789 bytes} [Tue Jun 30 19:15:20 2026] PUT /v2.0/ports/215b38b4-1563-460a-9087-46b8c27c1f83 => generated 1026 bytes in 400 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2844] 199.204.45.227 () {30 vars in 743 bytes} [Tue Jun 30 19:15:20 2026] GET /v2.0/networks/96344c4c-3803-40f6-853c-1b4fadb1d3a6 => generated 797 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:15:20.578 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-71a36851-3048-429c-8a87-5d06f848c6b4'] response: {'name': 'network-changed', 'server_uuid': '33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9', 'tag': '215b38b4-1563-460a-9087-46b8c27c1f83', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1432/2845] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:15:20 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 3639 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2846] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:15:20 2026] GET /v2.0/ports?tenant_id=d6ae1d8e0dd54a9b817311fb1fb18016&device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 3639 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1433/2847] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:15:20 2026] GET /v2.0/networks?id=96344c4c-3803-40f6-853c-1b4fadb1d3a6 => generated 800 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2848] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:15:20 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 3639 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2849] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:15:20 2026] GET /v2.0/networks/96344c4c-3803-40f6-853c-1b4fadb1d3a6?fields=segments => generated 14 bytes in 412 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2850] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:15:21 2026] GET /v2.0/networks/96344c4c-3803-40f6-853c-1b4fadb1d3a6?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: 1435/2851] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:15:21 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 3639 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2852] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:15:22 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 3639 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2853] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:15:23 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 3639 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2854] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:15:24 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 3639 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2855] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:15:26 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 3639 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2856] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:15:27 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 3639 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2859] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:15:28 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 3639 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2860] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:15:29 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 3639 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2861] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:15:30 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 3639 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2862] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:15:31 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 3639 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2863] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:15:32 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 3639 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2864] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:15:33 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 3639 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2865] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:15:34 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 3639 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2866] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:15:35 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 3639 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2867] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:15:36 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 3639 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2868] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:15:37 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 3639 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2869] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:15:38 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 3639 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2870] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:15:40 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 3639 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2871] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:15:41 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 3639 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2872] 199.204.45.227 () {34 vars in 975 bytes} [Tue Jun 30 19:15:41 2026] GET /v2.0/ports/215b38b4-1563-460a-9087-46b8c27c1f83 => generated 1062 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2873] 199.204.45.227 () {36 vars in 997 bytes} [Tue Jun 30 19:15:41 2026] DELETE /v2.0/ports/215b38b4-1563-460a-9087-46b8c27c1f83 => generated 0 bytes in 313 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2874] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:15:41 2026] GET /v2.0/ports?tenant_id=d6ae1d8e0dd54a9b817311fb1fb18016&device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 2585 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:15:41.809 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d6bb2a14-1a6f-45b7-8f9c-a5b88a226439'] response: {'server_uuid': '33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9', 'name': 'network-vif-deleted', 'tag': '215b38b4-1563-460a-9087-46b8c27c1f83', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1447/2875] 199.204.45.227 () {34 vars in 1146 bytes} [Tue Jun 30 19:15:41 2026] GET /v2.0/networks?id=cb2a0ded-ca73-4501-8d29-79760c23a9e6&id=8c3515fc-51d0-4451-a5f8-cc2b3ec667b7&id=96344c4c-3803-40f6-853c-1b4fadb1d3a6 => generated 2309 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2876] 199.204.45.227 () {34 vars in 1062 bytes} [Tue Jun 30 19:15:41 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.125&port_id=f87739db-adab-410a-8653-f716436b3c66 => 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: 1448/2877] 199.204.45.227 () {34 vars in 984 bytes} [Tue Jun 30 19:15:41 2026] GET /v2.0/subnets?id=7fc2db40-1782-4732-b261-cccc409a5aa6 => generated 630 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2878] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:15:41 2026] GET /v2.0/ports?network_id=cb2a0ded-ca73-4501-8d29-79760c23a9e6&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2879] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:15:41 2026] GET /v2.0/networks/cb2a0ded-ca73-4501-8d29-79760c23a9e6?fields=segments => generated 14 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2880] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:15:42 2026] GET /v2.0/networks/cb2a0ded-ca73-4501-8d29-79760c23a9e6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2881] 199.204.45.227 () {34 vars in 1056 bytes} [Tue Jun 30 19:15:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.21&port_id=b199ced0-a482-4d6c-8ade-c3fb7d221d1b => 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: 1432/2882] 199.204.45.227 () {34 vars in 984 bytes} [Tue Jun 30 19:15:42 2026] GET /v2.0/subnets?id=9c989100-6fdd-4772-b9e8-9804ca27abfd => generated 654 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2883] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:15:42 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 2585 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:15:42.298 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d34d3df4-cf78-4980-9f53-d4eec69d815d c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1452/2884] 199.204.45.227 () {32 vars in 759 bytes} [Tue Jun 30 19:15:42 2026] DELETE /v2.0/ports/215b38b4-1563-460a-9087-46b8c27c1f83 => 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: 1433/2885] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:15:42 2026] GET /v2.0/ports?network_id=8c3515fc-51d0-4451-a5f8-cc2b3ec667b7&device_owner=network%3Adhcp => generated 1461 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2886] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:15:42 2026] GET /v2.0/networks/8c3515fc-51d0-4451-a5f8-cc2b3ec667b7?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: 1434/2887] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:15:42 2026] GET /v2.0/networks/8c3515fc-51d0-4451-a5f8-cc2b3ec667b7?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: 1454/2888] 199.204.45.227 () {30 vars in 703 bytes} [Tue Jun 30 19:15:42 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: 1435/2889] 199.204.45.227 () {30 vars in 705 bytes} [Tue Jun 30 19:15:42 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: 1455/2890] 199.204.45.227 () {30 vars in 681 bytes} [Tue Jun 30 19:15:42 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2891] 199.204.45.227 () {30 vars in 717 bytes} [Tue Jun 30 19:15:42 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: 1456/2892] 199.204.45.227 () {30 vars in 741 bytes} [Tue Jun 30 19:15:42 2026] GET /v2.0/subnets/9c989100-6fdd-4772-b9e8-9804ca27abfd => generated 651 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2893] 199.204.45.227 () {30 vars in 737 bytes} [Tue Jun 30 19:15:42 2026] GET /v2.0/ports/c8c4c35d-f4af-404b-ae61-93292742676d => generated 1128 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2894] 199.204.45.227 () {30 vars in 737 bytes} [Tue Jun 30 19:15:42 2026] GET /v2.0/ports/b199ced0-a482-4d6c-8ade-c3fb7d221d1b => generated 1345 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2895] 199.204.45.227 () {30 vars in 741 bytes} [Tue Jun 30 19:15:42 2026] GET /v2.0/subnets/9c989100-6fdd-4772-b9e8-9804ca27abfd => generated 651 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2896] 199.204.45.227 () {30 vars in 743 bytes} [Tue Jun 30 19:15:42 2026] GET /v2.0/networks/8c3515fc-51d0-4451-a5f8-cc2b3ec667b7 => generated 799 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2897] 199.204.45.227 () {30 vars in 737 bytes} [Tue Jun 30 19:15:43 2026] GET /v2.0/ports/c8c4c35d-f4af-404b-ae61-93292742676d => generated 1128 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2898] 199.204.45.227 () {30 vars in 741 bytes} [Tue Jun 30 19:15:43 2026] GET /v2.0/subnets/9c989100-6fdd-4772-b9e8-9804ca27abfd => generated 651 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2901] 199.204.45.227 () {34 vars in 1096 bytes} [Tue Jun 30 19:15:55 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9&fields=binding%3Ahost_id&fields=binding%3Avif_type => generated 123 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2902] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:15:55 2026] GET /v2.0/ports?tenant_id=d6ae1d8e0dd54a9b817311fb1fb18016&device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 2585 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2903] 199.204.45.227 () {34 vars in 1066 bytes} [Tue Jun 30 19:15:55 2026] GET /v2.0/networks?id=cb2a0ded-ca73-4501-8d29-79760c23a9e6&id=8c3515fc-51d0-4451-a5f8-cc2b3ec667b7 => generated 1523 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2904] 199.204.45.227 () {34 vars in 1062 bytes} [Tue Jun 30 19:15:55 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.125&port_id=f87739db-adab-410a-8653-f716436b3c66 => 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: 1443/2905] 199.204.45.227 () {34 vars in 984 bytes} [Tue Jun 30 19:15:55 2026] GET /v2.0/subnets?id=7fc2db40-1782-4732-b261-cccc409a5aa6 => generated 630 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2906] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:15:55 2026] GET /v2.0/ports?network_id=cb2a0ded-ca73-4501-8d29-79760c23a9e6&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2907] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:15:55 2026] GET /v2.0/networks/cb2a0ded-ca73-4501-8d29-79760c23a9e6?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2908] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:15:55 2026] GET /v2.0/networks/cb2a0ded-ca73-4501-8d29-79760c23a9e6?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: 1445/2909] 199.204.45.227 () {34 vars in 1056 bytes} [Tue Jun 30 19:15:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.21&port_id=b199ced0-a482-4d6c-8ade-c3fb7d221d1b => 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/2910] 199.204.45.227 () {30 vars in 703 bytes} [Tue Jun 30 19:15:56 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: 1447/2911] 199.204.45.227 () {30 vars in 705 bytes} [Tue Jun 30 19:15:56 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2912] 199.204.45.227 () {34 vars in 984 bytes} [Tue Jun 30 19:15:56 2026] GET /v2.0/subnets?id=9c989100-6fdd-4772-b9e8-9804ca27abfd => generated 654 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2913] 199.204.45.227 () {30 vars in 681 bytes} [Tue Jun 30 19:15:56 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2914] 199.204.45.227 () {30 vars in 717 bytes} [Tue Jun 30 19:15:56 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-06-30 19:15:56.084 7 INFO neutron.api.v2.resource [None req-b973ce75-bb94-452b-96ad-b2b60a14adb1 c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1450/2915] 199.204.45.227 () {30 vars in 763 bytes} [Tue Jun 30 19:15:56 2026] GET /v2.0/security-groups/lb-222a2dc8-20d2-4b65-a7bc-516c3a883d36 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2916] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:15:56 2026] GET /v2.0/ports?network_id=8c3515fc-51d0-4451-a5f8-cc2b3ec667b7&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: 1451/2917] 199.204.45.227 () {30 vars in 785 bytes} [Tue Jun 30 19:15:56 2026] GET /v2.0/security-groups?name=lb-222a2dc8-20d2-4b65-a7bc-516c3a883d36 => generated 2865 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2918] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:15:56 2026] GET /v2.0/networks/8c3515fc-51d0-4451-a5f8-cc2b3ec667b7?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2919] 199.204.45.227 () {30 vars in 815 bytes} [Tue Jun 30 19:15:56 2026] GET /v2.0/security-group-rules?security_group_id=e1d5a433-c2c3-46af-b3a4-b5fbeb23ca61 => generated 2334 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2920] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:15:56 2026] GET /v2.0/networks/8c3515fc-51d0-4451-a5f8-cc2b3ec667b7?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: 1453/2921] 199.204.45.227 () {32 vars in 789 bytes} [Tue Jun 30 19:15:56 2026] DELETE /v2.0/security-group-rules/33a00301-a1a2-45a2-8dbd-1304eeb1de15 => 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: 1469/2922] 199.204.45.227 () {32 vars in 789 bytes} [Tue Jun 30 19:15:56 2026] DELETE /v2.0/security-group-rules/95af304e-b002-4ab8-a391-662c098614a9 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:16:00.294 7 INFO neutron.db.l3_db [None req-85218c73-ddfd-4e1e-b6ff-251a31f123fa e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] Floating IP 28eb371e-4f30-412d-b8b0-b0741bad3232 disassociated (deleted). External IP: 10.96.250.212, port: c8c4c35d-f4af-404b-ae61-93292742676d. [pid: 7|app: 0|req: 1455/2925] 10.0.0.228 () {32 vars in 732 bytes} [Tue Jun 30 19:15:59 2026] DELETE /v2.0/floatingips/28eb371e-4f30-412d-b8b0-b0741bad3232 => generated 0 bytes in 877 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:16:00.770 8 INFO neutron.api.v2.resource [None req-8944ff88-373a-4a52-98fa-41bbed08dddc e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1471/2926] 10.0.0.228 () {32 vars in 729 bytes} [Tue Jun 30 19:16:00 2026] GET /v2.0/floatingips/28eb371e-4f30-412d-b8b0-b0741bad3232 => generated 144 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2927] 199.204.45.227 () {30 vars in 703 bytes} [Tue Jun 30 19:16:01 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2928] 199.204.45.227 () {30 vars in 705 bytes} [Tue Jun 30 19:16:01 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2929] 199.204.45.227 () {30 vars in 681 bytes} [Tue Jun 30 19:16:01 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2930] 199.204.45.227 () {30 vars in 717 bytes} [Tue Jun 30 19:16:01 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) [pid: 7|app: 0|req: 1458/2931] 199.204.45.227 () {30 vars in 741 bytes} [Tue Jun 30 19:16:01 2026] GET /v2.0/subnets/9c989100-6fdd-4772-b9e8-9804ca27abfd => generated 651 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2932] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:16:01 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 2585 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2933] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:16:01 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 2585 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2934] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:16:01 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 2585 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2935] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:16:02 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 2585 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2936] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:16:03 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 2585 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2937] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:16:05 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 2585 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2938] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:16:06 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 2585 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2939] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:16:07 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 2585 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/2940] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:16:08 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 2585 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2941] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:16:09 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 2585 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2942] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:16:10 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 2585 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2943] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:16:11 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 2585 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/2944] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:16:12 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 2585 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2947] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:16:13 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 2585 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2948] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:16:14 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 2585 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/2949] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:16:15 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 2585 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2950] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:16:16 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 2585 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/2951] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:16:17 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 2585 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2952] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:16:18 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 2585 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/2953] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:16:19 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 2585 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2954] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:16:20 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 2585 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/2955] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:16:22 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 2585 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2956] 199.204.45.227 () {34 vars in 975 bytes} [Tue Jun 30 19:16:22 2026] GET /v2.0/ports/b199ced0-a482-4d6c-8ade-c3fb7d221d1b => generated 1345 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/2957] 199.204.45.227 () {34 vars in 1060 bytes} [Tue Jun 30 19:16:22 2026] GET /v2.0/ports/b199ced0-a482-4d6c-8ade-c3fb7d221d1b?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2958] 199.204.45.227 () {34 vars in 1016 bytes} [Tue Jun 30 19:16:22 2026] GET /v2.0/networks/8c3515fc-51d0-4451-a5f8-cc2b3ec667b7?fields=dns_domain => generated 29 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/2959] 199.204.45.227 () {38 vars in 1028 bytes} [Tue Jun 30 19:16:22 2026] PUT /v2.0/ports/b199ced0-a482-4d6c-8ade-c3fb7d221d1b => generated 1146 bytes in 350 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2960] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:16:22 2026] GET /v2.0/ports?tenant_id=d6ae1d8e0dd54a9b817311fb1fb18016&device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1489/2961] 199.204.45.227 () {34 vars in 1066 bytes} [Tue Jun 30 19:16:22 2026] GET /v2.0/networks?id=cb2a0ded-ca73-4501-8d29-79760c23a9e6&id=8c3515fc-51d0-4451-a5f8-cc2b3ec667b7 => generated 1523 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2962] 199.204.45.227 () {34 vars in 1062 bytes} [Tue Jun 30 19:16:23 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.125&port_id=f87739db-adab-410a-8653-f716436b3c66 => 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: 1474/2963] 199.204.45.227 () {34 vars in 984 bytes} [Tue Jun 30 19:16:23 2026] GET /v2.0/subnets?id=7fc2db40-1782-4732-b261-cccc409a5aa6 => generated 630 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/2964] 199.204.45.227 () {30 vars in 769 bytes} [Tue Jun 30 19:16:23 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 1248 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2965] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:16:23 2026] GET /v2.0/ports?network_id=cb2a0ded-ca73-4501-8d29-79760c23a9e6&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2966] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:16:23 2026] GET /v2.0/networks/cb2a0ded-ca73-4501-8d29-79760c23a9e6?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2967] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:16:23 2026] GET /v2.0/networks/cb2a0ded-ca73-4501-8d29-79760c23a9e6?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: 1491/2968] 199.204.45.227 () {34 vars in 789 bytes} [Tue Jun 30 19:16:23 2026] PUT /v2.0/ports/b199ced0-a482-4d6c-8ade-c3fb7d221d1b => generated 1086 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2969] 199.204.45.227 () {30 vars in 737 bytes} [Tue Jun 30 19:16:23 2026] GET /v2.0/ports/b199ced0-a482-4d6c-8ade-c3fb7d221d1b => generated 1086 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1492/2970] 199.204.45.227 () {32 vars in 759 bytes} [Tue Jun 30 19:16:23 2026] DELETE /v2.0/ports/b199ced0-a482-4d6c-8ade-c3fb7d221d1b => generated 0 bytes in 411 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2971] 199.204.45.227 () {30 vars in 703 bytes} [Tue Jun 30 19:16:24 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: 1493/2972] 199.204.45.227 () {30 vars in 705 bytes} [Tue Jun 30 19:16:24 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: 1480/2973] 199.204.45.227 () {30 vars in 681 bytes} [Tue Jun 30 19:16:24 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: 1494/2974] 199.204.45.227 () {30 vars in 717 bytes} [Tue Jun 30 19:16:24 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:16:24.119 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2a087b50-587b-401d-b5bd-2cd66e301192 c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1481/2975] 199.204.45.227 () {32 vars in 759 bytes} [Tue Jun 30 19:16:24 2026] DELETE /v2.0/ports/b199ced0-a482-4d6c-8ade-c3fb7d221d1b => generated 132 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/2976] 199.204.45.227 () {30 vars in 737 bytes} [Tue Jun 30 19:16:24 2026] GET /v2.0/ports/c8c4c35d-f4af-404b-ae61-93292742676d => generated 1128 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:16:24.196 7 INFO neutron.api.v2.resource [None req-a7963477-a4d6-4072-994a-d05bf3bca59b c00825ef56e245c286f0db6b9c62dad3 d6ae1d8e0dd54a9b817311fb1fb18016 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1482/2977] 199.204.45.227 () {30 vars in 763 bytes} [Tue Jun 30 19:16:24 2026] GET /v2.0/security-groups/lb-222a2dc8-20d2-4b65-a7bc-516c3a883d36 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/2978] 199.204.45.227 () {30 vars in 785 bytes} [Tue Jun 30 19:16:24 2026] GET /v2.0/security-groups?name=lb-222a2dc8-20d2-4b65-a7bc-516c3a883d36 => generated 1639 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2979] 199.204.45.227 () {30 vars in 737 bytes} [Tue Jun 30 19:16:24 2026] GET /v2.0/ports/c8c4c35d-f4af-404b-ae61-93292742676d => generated 1128 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/2980] 199.204.45.227 () {34 vars in 789 bytes} [Tue Jun 30 19:16:24 2026] PUT /v2.0/ports/c8c4c35d-f4af-404b-ae61-93292742676d => generated 1090 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2981] 199.204.45.227 () {32 vars in 779 bytes} [Tue Jun 30 19:16:24 2026] DELETE /v2.0/security-groups/e1d5a433-c2c3-46af-b3a4-b5fbeb23ca61 => 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: 1498/2982] 199.204.45.227 () {32 vars in 759 bytes} [Tue Jun 30 19:16:24 2026] DELETE /v2.0/ports/c8c4c35d-f4af-404b-ae61-93292742676d => generated 0 bytes in 322 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2983] 199.204.45.227 () {34 vars in 994 bytes} [Tue Jun 30 19:16:26 2026] GET /v2.0/ports?device_id=33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9 => generated 1248 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:16:26.485 8 INFO neutron.db.l3_db [None req-300b1ce7-9d8d-401a-a492-adaea5668255 e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] Floating IP aff90f1f-55ec-4399-bbf3-d6e45c44ec5d disassociated (deleted). External IP: 10.96.250.203, port: 5886a123-f761-4e90-8e4e-81ce62016f98. [pid: 8|app: 0|req: 1499/2984] 10.0.0.228 () {32 vars in 732 bytes} [Tue Jun 30 19:16:26 2026] DELETE /v2.0/floatingips/aff90f1f-55ec-4399-bbf3-d6e45c44ec5d => generated 0 bytes in 803 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2985] 199.204.45.227 () {36 vars in 997 bytes} [Tue Jun 30 19:16:26 2026] DELETE /v2.0/ports/f87739db-adab-410a-8653-f716436b3c66 => generated 0 bytes in 771 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:16:26.919 8 INFO neutron.api.v2.resource [None req-b5469dcc-3283-41de-a556-77c091a1ac11 e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1500/2986] 10.0.0.228 () {32 vars in 729 bytes} [Tue Jun 30 19:16:26 2026] GET /v2.0/floatingips/aff90f1f-55ec-4399-bbf3-d6e45c44ec5d => generated 144 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:16:27.178 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-acbc0f27-39a1-4abb-921e-c9de2dfd45c1'] response: {'server_uuid': '33ae25a5-4ddc-41a0-92e8-f2b3afe0d8e9', 'name': 'network-vif-deleted', 'tag': 'f87739db-adab-410a-8653-f716436b3c66', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1487/2987] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:16:27 2026] GET /v2.0/ports?device_id=a05fee84-179b-48a2-b74e-4c50f54853c0 => generated 1200 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:16:27.298 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3c9b29f2-24ae-4814-a24b-2e95adb6b4d3'] response: {'name': 'network-changed', 'server_uuid': 'a05fee84-179b-48a2-b74e-4c50f54853c0', 'tag': '5886a123-f761-4e90-8e4e-81ce62016f98', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1501/2988] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:16:27 2026] GET /v2.0/security-groups?id=a9a9185f-8ddf-4b5c-a907-da4665b21f44&fields=id&fields=name => generated 112 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2989] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:16:27 2026] GET /v2.0/ports?tenant_id=12d19d0d34e64205b66a2d07be721066&device_id=a05fee84-179b-48a2-b74e-4c50f54853c0 => generated 1469 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/2990] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:16:27 2026] GET /v2.0/networks?id=b5d7a5d4-76aa-4110-ab77-d0550df8f00c => generated 800 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2991] 199.204.45.227 () {34 vars in 1056 bytes} [Tue Jun 30 19:16:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.67&port_id=5886a123-f761-4e90-8e4e-81ce62016f98 => 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: 1503/2992] 199.204.45.227 () {34 vars in 1106 bytes} [Tue Jun 30 19:16:27 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A35d&port_id=5886a123-f761-4e90-8e4e-81ce62016f98 => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2993] 199.204.45.227 () {34 vars in 1064 bytes} [Tue Jun 30 19:16:27 2026] GET /v2.0/subnets?id=c0e4ad29-eef1-46a3-9e21-f7b547dcafb7&id=2788b5a7-1e55-48d7-8264-7a8efc86f0b5 => generated 1365 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/2994] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:16:27 2026] GET /v2.0/ports?network_id=b5d7a5d4-76aa-4110-ab77-d0550df8f00c&device_owner=network%3Adhcp => generated 1461 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2995] 199.204.45.227 () {34 vars in 994 bytes} [Tue Jun 30 19:16:27 2026] GET /v2.0/ports?device_id=a05fee84-179b-48a2-b74e-4c50f54853c0 => generated 1200 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/2996] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:16:27 2026] GET /v2.0/ports?network_id=b5d7a5d4-76aa-4110-ab77-d0550df8f00c&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: 1506/2997] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:16:27 2026] GET /v2.0/networks/b5d7a5d4-76aa-4110-ab77-d0550df8f00c?fields=segments => generated 14 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/2998] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:16:27 2026] GET /v2.0/networks/b5d7a5d4-76aa-4110-ab77-d0550df8f00c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2999] 199.204.45.227 () {36 vars in 997 bytes} [Tue Jun 30 19:16:27 2026] DELETE /v2.0/ports/5886a123-f761-4e90-8e4e-81ce62016f98 => generated 0 bytes in 330 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:16:32.780 8 INFO neutron.db.l3_db [None req-bed3feec-8f30-45c9-bea5-0a53be1eed90 e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] Floating IP f161544a-3555-4953-957e-28d261772a17 disassociated (deleted). External IP: 10.96.250.208, port: 32cbd375-1721-4831-9e59-42e3b1249225. [pid: 8|app: 0|req: 1509/3002] 10.0.0.228 () {32 vars in 732 bytes} [Tue Jun 30 19:16:32 2026] DELETE /v2.0/floatingips/f161544a-3555-4953-957e-28d261772a17 => generated 0 bytes in 793 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:16:33.235 7 INFO neutron.api.v2.resource [None req-ada6c719-a594-4815-90ff-9b85decbd585 e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1494/3003] 10.0.0.228 () {32 vars in 729 bytes} [Tue Jun 30 19:16:33 2026] GET /v2.0/floatingips/f161544a-3555-4953-957e-28d261772a17 => generated 144 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:16:33.465 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-80eb1ce8-18c1-43d4-b703-8a57d7f842bd'] response: {'name': 'network-changed', 'server_uuid': 'f33474b8-99dd-4430-951d-86f4a8d4b447', 'tag': '32cbd375-1721-4831-9e59-42e3b1249225', 'status': 'completed', 'code': 200} 2026-06-30 19:16:33.480 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5281a61b-194c-43b4-aebd-1227e9163939'] response: {'server_uuid': 'a05fee84-179b-48a2-b74e-4c50f54853c0', 'name': 'network-vif-deleted', 'tag': '5886a123-f761-4e90-8e4e-81ce62016f98', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1495/3004] 199.204.45.227 () {34 vars in 1080 bytes} [Tue Jun 30 19:16:33 2026] GET /v2.0/ports?tenant_id=12d19d0d34e64205b66a2d07be721066&device_id=f33474b8-99dd-4430-951d-86f4a8d4b447 => generated 1465 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3005] 10.0.0.53 () {34 vars in 989 bytes} [Tue Jun 30 19:16:33 2026] GET /v2.0/ports?device_id=f33474b8-99dd-4430-951d-86f4a8d4b447 => generated 1196 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/3006] 199.204.45.227 () {34 vars in 986 bytes} [Tue Jun 30 19:16:33 2026] GET /v2.0/networks?id=96344c4c-3803-40f6-853c-1b4fadb1d3a6 => generated 800 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/3007] 10.0.0.53 () {34 vars in 1039 bytes} [Tue Jun 30 19:16:33 2026] GET /v2.0/security-groups?id=a9a9185f-8ddf-4b5c-a907-da4665b21f44&fields=id&fields=name => generated 112 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/3008] 199.204.45.227 () {34 vars in 1056 bytes} [Tue Jun 30 19:16:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.76&port_id=32cbd375-1721-4831-9e59-42e3b1249225 => 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: 1512/3009] 199.204.45.227 () {34 vars in 1104 bytes} [Tue Jun 30 19:16:33 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A35d&port_id=32cbd375-1721-4831-9e59-42e3b1249225 => 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: 1498/3010] 199.204.45.227 () {34 vars in 1064 bytes} [Tue Jun 30 19:16:33 2026] GET /v2.0/subnets?id=f929fd05-0a35-4b1e-a654-a79c11f49a27&id=bfb4513c-851e-4d64-a8d8-32ed23559107 => generated 1362 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3011] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:16:33 2026] GET /v2.0/ports?network_id=96344c4c-3803-40f6-853c-1b4fadb1d3a6&device_owner=network%3Adhcp => generated 1457 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/3012] 199.204.45.227 () {34 vars in 1052 bytes} [Tue Jun 30 19:16:33 2026] GET /v2.0/ports?network_id=96344c4c-3803-40f6-853c-1b4fadb1d3a6&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: 1514/3013] 199.204.45.227 () {34 vars in 1012 bytes} [Tue Jun 30 19:16:33 2026] GET /v2.0/networks/96344c4c-3803-40f6-853c-1b4fadb1d3a6?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/3014] 199.204.45.227 () {34 vars in 994 bytes} [Tue Jun 30 19:16:33 2026] GET /v2.0/ports?device_id=f33474b8-99dd-4430-951d-86f4a8d4b447 => generated 1196 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3015] 199.204.45.227 () {34 vars in 1112 bytes} [Tue Jun 30 19:16:33 2026] GET /v2.0/networks/96344c4c-3803-40f6-853c-1b4fadb1d3a6?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: 1501/3016] 199.204.45.227 () {36 vars in 997 bytes} [Tue Jun 30 19:16:33 2026] DELETE /v2.0/ports/32cbd375-1721-4831-9e59-42e3b1249225 => 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: 1516/3017] 10.0.0.228 () {32 vars in 750 bytes} [Tue Jun 30 19:16:38 2026] DELETE /v2.0/security-group-rules/643becce-8fb9-4195-a6eb-b2c1aa94c071 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:16:38.825 7 INFO neutron.api.v2.resource [None req-1715dde7-124d-4be9-ac37-8035c81ce784 e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1502/3018] 10.0.0.228 () {32 vars in 747 bytes} [Tue Jun 30 19:16:38 2026] GET /v2.0/security-group-rules/643becce-8fb9-4195-a6eb-b2c1aa94c071 => generated 155 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3019] 10.0.0.228 () {32 vars in 750 bytes} [Tue Jun 30 19:16:38 2026] DELETE /v2.0/security-group-rules/6cfd5f7c-090d-4fcb-aea8-01b6264c602b => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:16:38.921 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1ee51868-30df-4006-aef8-937c3078d819'] response: {'server_uuid': 'f33474b8-99dd-4430-951d-86f4a8d4b447', 'name': 'network-vif-deleted', 'tag': '32cbd375-1721-4831-9e59-42e3b1249225', 'status': 'completed', 'code': 200} 2026-06-30 19:16:38.924 7 INFO neutron.api.v2.resource [None req-3c90ece2-cdba-41af-92af-48204bd2e535 e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1503/3020] 10.0.0.228 () {32 vars in 747 bytes} [Tue Jun 30 19:16:38 2026] GET /v2.0/security-group-rules/6cfd5f7c-090d-4fcb-aea8-01b6264c602b => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3021] 10.0.0.228 () {32 vars in 750 bytes} [Tue Jun 30 19:16:38 2026] DELETE /v2.0/security-group-rules/f1a121a6-62cc-4bcf-bbf2-6b5b2857b0af => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:16:39.022 7 INFO neutron.api.v2.resource [None req-60fafbb0-8d68-4fad-8060-87e439534628 e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1504/3022] 10.0.0.228 () {32 vars in 747 bytes} [Tue Jun 30 19:16:39 2026] GET /v2.0/security-group-rules/f1a121a6-62cc-4bcf-bbf2-6b5b2857b0af => 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: 1519/3023] 10.0.0.228 () {32 vars in 750 bytes} [Tue Jun 30 19:16:39 2026] DELETE /v2.0/security-group-rules/196bea12-a505-4ceb-bc53-5ac89caa3494 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:16:39.109 7 INFO neutron.api.v2.resource [None req-5d35e478-5fbe-4afa-8ace-c664787cbe0d e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1505/3024] 10.0.0.228 () {32 vars in 747 bytes} [Tue Jun 30 19:16:39 2026] GET /v2.0/security-group-rules/196bea12-a505-4ceb-bc53-5ac89caa3494 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3025] 10.0.0.228 () {32 vars in 750 bytes} [Tue Jun 30 19:16:39 2026] DELETE /v2.0/security-group-rules/9568af39-02d5-43d7-bc99-1e39b807be6f => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:16:39.215 7 INFO neutron.api.v2.resource [None req-b84254c4-a2cd-4c8b-903d-255c708d7359 e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1506/3026] 10.0.0.228 () {32 vars in 747 bytes} [Tue Jun 30 19:16:39 2026] GET /v2.0/security-group-rules/9568af39-02d5-43d7-bc99-1e39b807be6f => 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: 1521/3027] 10.0.0.228 () {32 vars in 750 bytes} [Tue Jun 30 19:16:39 2026] DELETE /v2.0/security-group-rules/bc4ab384-bf5d-4d58-a03b-3d4ce51a988b => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:16:39.314 7 INFO neutron.api.v2.resource [None req-f5d67b14-a0e0-4393-af28-795a694d392e e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1507/3028] 10.0.0.228 () {32 vars in 747 bytes} [Tue Jun 30 19:16:39 2026] GET /v2.0/security-group-rules/bc4ab384-bf5d-4d58-a03b-3d4ce51a988b => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3029] 10.0.0.228 () {32 vars in 750 bytes} [Tue Jun 30 19:16:39 2026] DELETE /v2.0/security-group-rules/e579890b-5e65-4cd8-9b20-44cbe7fc6a88 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:16:39.435 7 INFO neutron.api.v2.resource [None req-c0098967-875a-4a29-b635-7b478dcf1bf5 e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1508/3030] 10.0.0.228 () {32 vars in 747 bytes} [Tue Jun 30 19:16:39 2026] GET /v2.0/security-group-rules/e579890b-5e65-4cd8-9b20-44cbe7fc6a88 => 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: 1523/3031] 10.0.0.228 () {32 vars in 750 bytes} [Tue Jun 30 19:16:39 2026] DELETE /v2.0/security-group-rules/4d80976f-6a8e-45e6-905e-b62be573796f => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:16:39.535 7 INFO neutron.api.v2.resource [None req-04a8fefd-09cd-4f96-a038-e93e42494f7f e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1509/3032] 10.0.0.228 () {32 vars in 747 bytes} [Tue Jun 30 19:16:39 2026] GET /v2.0/security-group-rules/4d80976f-6a8e-45e6-905e-b62be573796f => 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: 1524/3033] 10.0.0.228 () {32 vars in 750 bytes} [Tue Jun 30 19:16:39 2026] DELETE /v2.0/security-group-rules/28e6a09c-92aa-4f97-860c-13d77e1a62d2 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:16:39.644 7 INFO neutron.api.v2.resource [None req-beaeff6a-50ca-4661-8823-860e3de172f7 e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1510/3034] 10.0.0.228 () {32 vars in 747 bytes} [Tue Jun 30 19:16:39 2026] GET /v2.0/security-group-rules/28e6a09c-92aa-4f97-860c-13d77e1a62d2 => 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: 1525/3035] 10.0.0.228 () {32 vars in 750 bytes} [Tue Jun 30 19:16:39 2026] DELETE /v2.0/security-group-rules/0f26715d-9d22-4b48-9ffe-1a5641946e01 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:16:39.751 7 INFO neutron.api.v2.resource [None req-490e1e6f-f566-4e17-8e60-05c372ad1e9a e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1511/3036] 10.0.0.228 () {32 vars in 747 bytes} [Tue Jun 30 19:16:39 2026] GET /v2.0/security-group-rules/0f26715d-9d22-4b48-9ffe-1a5641946e01 => 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: 1526/3037] 10.0.0.228 () {32 vars in 750 bytes} [Tue Jun 30 19:16:39 2026] DELETE /v2.0/security-group-rules/7811867c-0e99-401d-ba15-d24be7f03e13 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:16:39.853 7 INFO neutron.api.v2.resource [None req-9636a006-789d-4475-81d4-76d6626097cc e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1512/3038] 10.0.0.228 () {32 vars in 747 bytes} [Tue Jun 30 19:16:39 2026] GET /v2.0/security-group-rules/7811867c-0e99-401d-ba15-d24be7f03e13 => 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: 1527/3039] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:16:39 2026] DELETE /v2.0/security-groups/a9a9185f-8ddf-4b5c-a907-da4665b21f44 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:16:39.975 7 INFO neutron.api.v2.resource [None req-bb278f7b-337a-45b0-a8c4-9b935f616cf3 e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1513/3040] 10.0.0.228 () {32 vars in 737 bytes} [Tue Jun 30 19:16:39 2026] GET /v2.0/security-groups/a9a9185f-8ddf-4b5c-a907-da4665b21f44 => 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: 1528/3041] 10.0.0.228 () {34 vars in 789 bytes} [Tue Jun 30 19:16:40 2026] PUT /v2.0/routers/b253372f-747a-4dc0-b42e-9bb72875d7c1/remove_router_interface => generated 309 bytes in 1600 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:16:41.891 7 INFO neutron.api.v2.resource [None req-dc027a8d-100e-45da-890c-4157cae31ed2 e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1514/3042] 10.0.0.228 () {34 vars in 789 bytes} [Tue Jun 30 19:16:41 2026] PUT /v2.0/routers/b253372f-747a-4dc0-b42e-9bb72875d7c1/remove_router_interface => generated 198 bytes in 244 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3043] 10.0.0.228 () {34 vars in 789 bytes} [Tue Jun 30 19:16:41 2026] PUT /v2.0/routers/b253372f-747a-4dc0-b42e-9bb72875d7c1/remove_router_interface => generated 309 bytes in 1178 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:16:43.297 7 INFO neutron.api.v2.resource [None req-112eccf2-f909-4019-b8a4-34d360db3e1a e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1515/3046] 10.0.0.228 () {34 vars in 789 bytes} [Tue Jun 30 19:16:43 2026] PUT /v2.0/routers/b253372f-747a-4dc0-b42e-9bb72875d7c1/remove_router_interface => generated 198 bytes in 216 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/3047] 10.0.0.228 () {34 vars in 789 bytes} [Tue Jun 30 19:16:43 2026] PUT /v2.0/routers/b253372f-747a-4dc0-b42e-9bb72875d7c1/remove_router_interface => generated 309 bytes in 1189 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:16:44.732 7 INFO neutron.api.v2.resource [None req-1ace5cd2-f490-4da5-a78a-e0e93f86d615 e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1516/3048] 10.0.0.228 () {34 vars in 789 bytes} [Tue Jun 30 19:16:44 2026] PUT /v2.0/routers/b253372f-747a-4dc0-b42e-9bb72875d7c1/remove_router_interface => generated 198 bytes in 233 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:16:45.825 8 INFO neutron.db.l3_hamode_db [None req-e544f963-5c51-419d-9af4-93cad6a8ba4d e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] HA network 1930a724-5a58-4b10-a6b1-a4dfa5259443 was deleted as no HA routers are present in tenant 12d19d0d34e64205b66a2d07be721066. 2026-06-30 19:16:45.832 8 INFO neutron.services.segments.plugin [-] Segment 3ffc6e0d-f050-44d5-a546-117729575d85 resource provider aggregate not found [pid: 8|app: 0|req: 1533/3049] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:16:44 2026] DELETE /v2.0/routers/b253372f-747a-4dc0-b42e-9bb72875d7c1 => generated 0 bytes in 1102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:16:45.878 7 INFO neutron.api.v2.resource [None req-1b3eb2d5-bf66-4740-9ab4-e741ebd062e1 e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1517/3050] 10.0.0.228 () {32 vars in 721 bytes} [Tue Jun 30 19:16:45 2026] GET /v2.0/routers/b253372f-747a-4dc0-b42e-9bb72875d7c1 => generated 135 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:16:45.891 8 INFO neutron.services.segments.plugin [-] Segment 3ffc6e0d-f050-44d5-a546-117729575d85 resource provider aggregate not found 2026-06-30 19:16:45.911 8 INFO neutron.services.segments.plugin [-] Segment 3ffc6e0d-f050-44d5-a546-117729575d85 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ffc6e0d-f050-44d5-a546-117729575d85 found for delete ", "request_id": "req-4422c2c3-8e80-41e8-a66f-5ffd5cd0ea3f"}]} 2026-06-30 19:16:45.914 8 INFO neutron.services.segments.plugin [-] Segment 3ffc6e0d-f050-44d5-a546-117729575d85 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ffc6e0d-f050-44d5-a546-117729575d85 found for delete ", "request_id": "req-0bb73058-cbac-4f6c-b1ad-d22536ad157f"}]} [pid: 8|app: 0|req: 1534/3051] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:16:45 2026] DELETE /v2.0/subnets/2788b5a7-1e55-48d7-8264-7a8efc86f0b5 => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:16:46.137 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4e124a5b-253e-4790-8404-dfa037b6b1d9 e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1518/3052] 10.0.0.228 () {32 vars in 721 bytes} [Tue Jun 30 19:16:46 2026] GET /v2.0/subnets/2788b5a7-1e55-48d7-8264-7a8efc86f0b5 => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3053] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:16:46 2026] DELETE /v2.0/subnets/c0e4ad29-eef1-46a3-9e21-f7b547dcafb7 => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:16:46.396 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1c8c2e82-690f-4501-ace1-151e9b3df8d3 e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1519/3054] 10.0.0.228 () {32 vars in 721 bytes} [Tue Jun 30 19:16:46 2026] GET /v2.0/subnets/c0e4ad29-eef1-46a3-9e21-f7b547dcafb7 => 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: 1536/3055] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:16:46 2026] DELETE /v2.0/networks/b5d7a5d4-76aa-4110-ab77-d0550df8f00c => generated 0 bytes in 374 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:16:46.798 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c363a2e8-3f2b-4cdb-b8b5-db4a9b311621 e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1520/3056] 10.0.0.228 () {32 vars in 723 bytes} [Tue Jun 30 19:16:46 2026] GET /v2.0/networks/b5d7a5d4-76aa-4110-ab77-d0550df8f00c => generated 138 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3057] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:16:46 2026] DELETE /v2.0/subnets/f929fd05-0a35-4b1e-a654-a79c11f49a27 => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:16:47.053 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b9663137-a7d0-4f48-8e4b-b4e4a2345156 e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1521/3058] 10.0.0.228 () {32 vars in 721 bytes} [Tue Jun 30 19:16:47 2026] GET /v2.0/subnets/f929fd05-0a35-4b1e-a654-a79c11f49a27 => generated 136 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3059] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:16:47 2026] DELETE /v2.0/subnets/bfb4513c-851e-4d64-a8d8-32ed23559107 => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:16:47.297 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6e03d8f7-725a-43f8-b8dc-02f9e61b64eb e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1522/3060] 10.0.0.228 () {32 vars in 721 bytes} [Tue Jun 30 19:16:47 2026] GET /v2.0/subnets/bfb4513c-851e-4d64-a8d8-32ed23559107 => generated 136 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:16:47.932 8 INFO neutron.services.segments.plugin [-] Segment 050c7f4a-047f-4a6c-af79-49c96cad8c91 resource provider aggregate not found 2026-06-30 19:16:47.942 8 INFO neutron.services.segments.plugin [-] Segment 050c7f4a-047f-4a6c-af79-49c96cad8c91 resource provider aggregate not found 2026-06-30 19:16:47.967 8 INFO neutron.services.segments.plugin [-] Segment 050c7f4a-047f-4a6c-af79-49c96cad8c91 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 050c7f4a-047f-4a6c-af79-49c96cad8c91 found for delete ", "request_id": "req-21778c94-b10e-48d8-92d2-97cb64463f68"}]} 2026-06-30 19:16:47.969 8 INFO neutron.services.segments.plugin [-] Segment 050c7f4a-047f-4a6c-af79-49c96cad8c91 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 050c7f4a-047f-4a6c-af79-49c96cad8c91 found for delete ", "request_id": "req-245e3e57-56b7-4a85-8331-db97a3bde519"}]} /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() [pid: 8|app: 0|req: 1539/3061] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:16:47 2026] DELETE /v2.0/networks/96344c4c-3803-40f6-853c-1b4fadb1d3a6 => generated 0 bytes in 895 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:16:48.226 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e4ace9e6-c1c0-450b-830b-3a719e2974da e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1523/3062] 10.0.0.228 () {32 vars in 723 bytes} [Tue Jun 30 19:16:48 2026] GET /v2.0/networks/96344c4c-3803-40f6-853c-1b4fadb1d3a6 => generated 138 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3063] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:16:48 2026] DELETE /v2.0/subnets/939b8bc3-6ea8-48d1-9585-71203f2c3fdc => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:16:48.458 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2d869562-6e49-4b87-b358-4684e25d50d5 e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1524/3064] 10.0.0.228 () {32 vars in 721 bytes} [Tue Jun 30 19:16:48 2026] GET /v2.0/subnets/939b8bc3-6ea8-48d1-9585-71203f2c3fdc => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3065] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:16:48 2026] DELETE /v2.0/subnets/9c989100-6fdd-4772-b9e8-9804ca27abfd => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:16:48.732 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3395dab2-495e-4977-813b-aef17e560eed e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1525/3066] 10.0.0.228 () {32 vars in 721 bytes} [Tue Jun 30 19:16:48 2026] GET /v2.0/subnets/9c989100-6fdd-4772-b9e8-9804ca27abfd => generated 136 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3067] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:16:48 2026] DELETE /v2.0/networks/8c3515fc-51d0-4451-a5f8-cc2b3ec667b7 => generated 0 bytes in 419 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:16:49.178 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b013c601-77c6-43e5-aa94-aca45db0ef15 e123e4e0c020448097d02db93d33e789 12d19d0d34e64205b66a2d07be721066 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1526/3068] 10.0.0.228 () {32 vars in 723 bytes} [Tue Jun 30 19:16:49 2026] GET /v2.0/networks/8c3515fc-51d0-4451-a5f8-cc2b3ec667b7 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:16:51.086 8 INFO neutron.services.segments.plugin [-] Segment edd43aab-c92d-45b2-a02d-465a265a6f57 resource provider aggregate not found 2026-06-30 19:16:51.090 8 INFO neutron.services.segments.plugin [-] Segment edd43aab-c92d-45b2-a02d-465a265a6f57 resource provider aggregate not found 2026-06-30 19:16:51.100 8 INFO neutron.services.segments.plugin [-] Segment edd43aab-c92d-45b2-a02d-465a265a6f57 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid edd43aab-c92d-45b2-a02d-465a265a6f57 found for delete ", "request_id": "req-caa3d9ab-ea07-46fb-9fd3-e5772d644d6d"}]} 2026-06-30 19:16:51.103 8 INFO neutron.services.segments.plugin [-] Segment edd43aab-c92d-45b2-a02d-465a265a6f57 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid edd43aab-c92d-45b2-a02d-465a265a6f57 found for delete ", "request_id": "req-c79e1659-da99-4d5e-bdba-ee6a4eac09e4"}]} 2026-06-30 19:16:51.116 8 INFO neutron.services.segments.plugin [-] Segment 82f81621-ba27-42c8-9c5c-f5615beb79a5 resource provider aggregate not found 2026-06-30 19:16:51.120 8 INFO neutron.services.segments.plugin [-] Segment 82f81621-ba27-42c8-9c5c-f5615beb79a5 resource provider aggregate not found 2026-06-30 19:16:51.133 8 INFO neutron.services.segments.plugin [-] Segment 82f81621-ba27-42c8-9c5c-f5615beb79a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82f81621-ba27-42c8-9c5c-f5615beb79a5 found for delete ", "request_id": "req-8b146885-1570-4097-95e2-d01fe1b0d453"}]} 2026-06-30 19:16:51.133 8 INFO neutron.services.segments.plugin [-] Segment 82f81621-ba27-42c8-9c5c-f5615beb79a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82f81621-ba27-42c8-9c5c-f5615beb79a5 found for delete ", "request_id": "req-ef517478-7341-41b0-9b21-c69e48d902dd"}]} [pid: 8|app: 0|req: 1543/3069] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:16:51 2026] GET /v2.0/security-groups?tenant_id=83c0aadc10f9471d922a6f25b2a63044&name=default => generated 2929 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/3070] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:16:51 2026] DELETE /v2.0/security-groups/d8454ad6-e7f2-4895-80d9-502112eeb029 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3071] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:16:51 2026] GET /v2.0/security-groups?tenant_id=f80714162d104893911be430d60d170a&name=default => generated 2929 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3072] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:16:51 2026] DELETE /v2.0/security-groups/0d362ce3-51f2-4108-9332-31ef004b4e4f => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3073] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:16:51 2026] GET /v2.0/security-groups?tenant_id=bbe3c0b65445484d83b25b5ef3f16037&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/3074] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:16:52 2026] DELETE /v2.0/security-groups/28f0255c-a3fb-4e8a-ae62-e932f972cb4e => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3075] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:16:52 2026] GET /v2.0/security-groups?tenant_id=28d226c1b3694fc2b6177a37b978814d&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/3076] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:16:52 2026] DELETE /v2.0/security-groups/72f9cab5-5967-466c-a0a6-b31f9bfa1684 => 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: 1547/3077] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:16:52 2026] GET /v2.0/security-groups?tenant_id=12d19d0d34e64205b66a2d07be721066&name=default => generated 2925 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/3078] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:16:52 2026] DELETE /v2.0/security-groups/0615be3d-9ace-419c-8466-db5bbc1f8e46 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/3079] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:16:53 2026] GET /v2.0/security-groups?tenant_id=c1be11cc07eb4815bd2cdac66bb4ec72&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: 1532/3080] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:16:53 2026] DELETE /v2.0/security-groups/3e1345fd-0696-412d-b3d1-ba4c2c2d0f26 => 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: 1549/3081] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:16:53 2026] GET /v2.0/security-groups?tenant_id=81e7685faee240e9a23b23858d3b3283&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3082] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:16:53 2026] DELETE /v2.0/security-groups/a8765792-5d6d-453c-9065-26b0279d868a => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:16:56.972 8 WARNING neutron_lib.context [None req-7b60c072-e7f8-4a09-9777-8073c51f0f72 9e31898f6d78450f91b841c1072132e1 ce5eb1aa4fd343eaaef7a21457546b24 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1550/3083] 10.0.0.228 () {34 vars in 676 bytes} [Tue Jun 30 19:16:56 2026] POST /v2.0/floatingips => generated 552 bytes in 889 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/3084] 10.0.0.228 () {34 vars in 759 bytes} [Tue Jun 30 19:16:57 2026] PUT /v2.0/floatingips/a193ebeb-e692-4ff1-9590-ea82e1048205/tags => generated 25 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3085] 10.0.0.228 () {32 vars in 739 bytes} [Tue Jun 30 19:16:57 2026] GET /v2.0/floatingips/a193ebeb-e692-4ff1-9590-ea82e1048205/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3086] 10.0.0.228 () {34 vars in 770 bytes} [Tue Jun 30 19:16:57 2026] PUT /v2.0/floatingips/a193ebeb-e692-4ff1-9590-ea82e1048205/tags/green => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3087] 10.0.0.228 () {32 vars in 739 bytes} [Tue Jun 30 19:16:57 2026] GET /v2.0/floatingips/a193ebeb-e692-4ff1-9590-ea82e1048205/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3088] 10.0.0.228 () {34 vars in 766 bytes} [Tue Jun 30 19:16:57 2026] PUT /v2.0/floatingips/a193ebeb-e692-4ff1-9590-ea82e1048205/tags/red => 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: 1553/3089] 10.0.0.228 () {32 vars in 739 bytes} [Tue Jun 30 19:16:57 2026] GET /v2.0/floatingips/a193ebeb-e692-4ff1-9590-ea82e1048205/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3090] 10.0.0.228 () {34 vars in 788 bytes} [Tue Jun 30 19:16:57 2026] PUT /v2.0/floatingips/a193ebeb-e692-4ff1-9590-ea82e1048205/tags/black.or.white => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3091] 10.0.0.228 () {32 vars in 739 bytes} [Tue Jun 30 19:16:57 2026] GET /v2.0/floatingips/a193ebeb-e692-4ff1-9590-ea82e1048205/tags => generated 52 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/3092] 10.0.0.228 () {34 vars in 759 bytes} [Tue Jun 30 19:16:58 2026] PUT /v2.0/floatingips/a193ebeb-e692-4ff1-9590-ea82e1048205/tags => generated 37 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3093] 10.0.0.228 () {32 vars in 739 bytes} [Tue Jun 30 19:16:58 2026] GET /v2.0/floatingips/a193ebeb-e692-4ff1-9590-ea82e1048205/tags => generated 37 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3094] 10.0.0.228 () {32 vars in 747 bytes} [Tue Jun 30 19:16:58 2026] GET /v2.0/floatingips/a193ebeb-e692-4ff1-9590-ea82e1048205/tags/red => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:16:58.196 7 INFO neutron.api.v2.resource [None req-93cff0f8-7994-41d3-925f-c33b60746d22 9e31898f6d78450f91b841c1072132e1 ce5eb1aa4fd343eaaef7a21457546b24 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1541/3097] 10.0.0.228 () {32 vars in 751 bytes} [Tue Jun 30 19:16:58 2026] GET /v2.0/floatingips/a193ebeb-e692-4ff1-9590-ea82e1048205/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3098] 10.0.0.228 () {32 vars in 750 bytes} [Tue Jun 30 19:16:58 2026] DELETE /v2.0/floatingips/a193ebeb-e692-4ff1-9590-ea82e1048205/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3099] 10.0.0.228 () {32 vars in 739 bytes} [Tue Jun 30 19:16:58 2026] GET /v2.0/floatingips/a193ebeb-e692-4ff1-9590-ea82e1048205/tags => generated 30 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:16:58.327 8 INFO neutron.api.v2.resource [None req-f2592a5c-7866-4aed-bdb3-558228e41328 9e31898f6d78450f91b841c1072132e1 ce5eb1aa4fd343eaaef7a21457546b24 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1558/3100] 10.0.0.228 () {32 vars in 754 bytes} [Tue Jun 30 19:16:58 2026] DELETE /v2.0/floatingips/a193ebeb-e692-4ff1-9590-ea82e1048205/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3101] 10.0.0.228 () {32 vars in 742 bytes} [Tue Jun 30 19:16:58 2026] DELETE /v2.0/floatingips/a193ebeb-e692-4ff1-9590-ea82e1048205/tags => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3102] 10.0.0.228 () {32 vars in 739 bytes} [Tue Jun 30 19:16:58 2026] GET /v2.0/floatingips/a193ebeb-e692-4ff1-9590-ea82e1048205/tags => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3103] 10.0.0.228 () {32 vars in 732 bytes} [Tue Jun 30 19:16:58 2026] DELETE /v2.0/floatingips/a193ebeb-e692-4ff1-9590-ea82e1048205 => generated 0 bytes in 369 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3104] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:16:59 2026] GET /v2.0/security-groups?tenant_id=ce5eb1aa4fd343eaaef7a21457546b24&name=default => generated 2929 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3105] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:16:59 2026] DELETE /v2.0/security-groups/4331294d-604c-4529-9966-97b071864278 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3106] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:16:59 2026] GET /v2.0/security-groups?tenant_id=c20addd57eb24acc9c70aa8acafd4e4a&name=default => generated 2929 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3107] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:16:59 2026] DELETE /v2.0/security-groups/4021228a-547c-42ae-ad1b-ba946c9981a4 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:17:03.301 8 WARNING neutron_lib.context [None req-6a8139c2-f61d-4103-8b79-4c166a69a583 bd74aa60ef4b4274bc745c500308ad6c 5bde5ab872a94f63b8616654ff5edaf8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1562/3108] 10.0.0.228 () {34 vars in 684 bytes} [Tue Jun 30 19:17:03 2026] POST /v2.0/security-groups => generated 1603 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3109] 10.0.0.228 () {34 vars in 767 bytes} [Tue Jun 30 19:17:03 2026] PUT /v2.0/security-groups/90de4754-8320-4946-8fd1-fa39bcd6c4f6/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3110] 10.0.0.228 () {32 vars in 747 bytes} [Tue Jun 30 19:17:03 2026] GET /v2.0/security-groups/90de4754-8320-4946-8fd1-fa39bcd6c4f6/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3111] 10.0.0.228 () {34 vars in 778 bytes} [Tue Jun 30 19:17:03 2026] PUT /v2.0/security-groups/90de4754-8320-4946-8fd1-fa39bcd6c4f6/tags/green => 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: 1564/3112] 10.0.0.228 () {32 vars in 747 bytes} [Tue Jun 30 19:17:03 2026] GET /v2.0/security-groups/90de4754-8320-4946-8fd1-fa39bcd6c4f6/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: 1549/3113] 10.0.0.228 () {34 vars in 774 bytes} [Tue Jun 30 19:17:03 2026] PUT /v2.0/security-groups/90de4754-8320-4946-8fd1-fa39bcd6c4f6/tags/red => 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: 1565/3114] 10.0.0.228 () {32 vars in 747 bytes} [Tue Jun 30 19:17:03 2026] GET /v2.0/security-groups/90de4754-8320-4946-8fd1-fa39bcd6c4f6/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: 1550/3115] 10.0.0.228 () {34 vars in 796 bytes} [Tue Jun 30 19:17:03 2026] PUT /v2.0/security-groups/90de4754-8320-4946-8fd1-fa39bcd6c4f6/tags/black.or.white => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3116] 10.0.0.228 () {32 vars in 747 bytes} [Tue Jun 30 19:17:03 2026] GET /v2.0/security-groups/90de4754-8320-4946-8fd1-fa39bcd6c4f6/tags => generated 52 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3117] 10.0.0.228 () {34 vars in 767 bytes} [Tue Jun 30 19:17:03 2026] PUT /v2.0/security-groups/90de4754-8320-4946-8fd1-fa39bcd6c4f6/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3118] 10.0.0.228 () {32 vars in 747 bytes} [Tue Jun 30 19:17:03 2026] GET /v2.0/security-groups/90de4754-8320-4946-8fd1-fa39bcd6c4f6/tags => generated 37 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3119] 10.0.0.228 () {32 vars in 755 bytes} [Tue Jun 30 19:17:03 2026] GET /v2.0/security-groups/90de4754-8320-4946-8fd1-fa39bcd6c4f6/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:17:03.962 8 INFO neutron.api.v2.resource [None req-709c0aa3-d9c7-4bcb-82c4-8bb03c5694df bd74aa60ef4b4274bc745c500308ad6c 5bde5ab872a94f63b8616654ff5edaf8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1568/3120] 10.0.0.228 () {32 vars in 759 bytes} [Tue Jun 30 19:17:03 2026] GET /v2.0/security-groups/90de4754-8320-4946-8fd1-fa39bcd6c4f6/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: 1553/3121] 10.0.0.228 () {32 vars in 758 bytes} [Tue Jun 30 19:17:03 2026] DELETE /v2.0/security-groups/90de4754-8320-4946-8fd1-fa39bcd6c4f6/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3122] 10.0.0.228 () {32 vars in 747 bytes} [Tue Jun 30 19:17:04 2026] GET /v2.0/security-groups/90de4754-8320-4946-8fd1-fa39bcd6c4f6/tags => generated 30 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:17:04.080 7 INFO neutron.api.v2.resource [None req-44d270ea-24b3-413c-8960-c54f0bb0fcda bd74aa60ef4b4274bc745c500308ad6c 5bde5ab872a94f63b8616654ff5edaf8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1554/3123] 10.0.0.228 () {32 vars in 762 bytes} [Tue Jun 30 19:17:04 2026] DELETE /v2.0/security-groups/90de4754-8320-4946-8fd1-fa39bcd6c4f6/tags/green => generated 99 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3124] 10.0.0.228 () {32 vars in 750 bytes} [Tue Jun 30 19:17:04 2026] DELETE /v2.0/security-groups/90de4754-8320-4946-8fd1-fa39bcd6c4f6/tags => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3125] 10.0.0.228 () {32 vars in 747 bytes} [Tue Jun 30 19:17:04 2026] GET /v2.0/security-groups/90de4754-8320-4946-8fd1-fa39bcd6c4f6/tags => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3126] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:17:04 2026] DELETE /v2.0/security-groups/90de4754-8320-4946-8fd1-fa39bcd6c4f6 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3127] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:17:04 2026] GET /v2.0/security-groups?tenant_id=6eba934dba634174b4086683df2c1d5f&name=default => generated 2929 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3128] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:17:05 2026] DELETE /v2.0/security-groups/1ebc40d3-8714-44de-a7a5-30db79aac64e => 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: 1557/3129] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:17:05 2026] GET /v2.0/security-groups?tenant_id=5bde5ab872a94f63b8616654ff5edaf8&name=default => generated 2929 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3130] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:17:05 2026] DELETE /v2.0/security-groups/22b12108-6f8d-42f1-ad67-b7d34e6e6ea3 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:17:08.680 7 WARNING neutron_lib.context [None req-1ca68de5-1a32-4d89-80b3-ac8d330cc4fd cf125cfe729c4131906a3246ce3bc392 c268d894c4a047679b008ccf0efde4de - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1558/3131] 10.0.0.228 () {34 vars in 676 bytes} [Tue Jun 30 19:17:08 2026] POST /v2.0/subnetpools => generated 516 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3132] 10.0.0.228 () {34 vars in 759 bytes} [Tue Jun 30 19:17:08 2026] PUT /v2.0/subnetpools/29226b5e-c3f5-4f4e-bc75-34fa1df8df32/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3133] 10.0.0.228 () {32 vars in 739 bytes} [Tue Jun 30 19:17:08 2026] GET /v2.0/subnetpools/29226b5e-c3f5-4f4e-bc75-34fa1df8df32/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3134] 10.0.0.228 () {34 vars in 770 bytes} [Tue Jun 30 19:17:08 2026] PUT /v2.0/subnetpools/29226b5e-c3f5-4f4e-bc75-34fa1df8df32/tags/green => generated 4 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3135] 10.0.0.228 () {32 vars in 739 bytes} [Tue Jun 30 19:17:08 2026] GET /v2.0/subnetpools/29226b5e-c3f5-4f4e-bc75-34fa1df8df32/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3136] 10.0.0.228 () {34 vars in 766 bytes} [Tue Jun 30 19:17:08 2026] PUT /v2.0/subnetpools/29226b5e-c3f5-4f4e-bc75-34fa1df8df32/tags/red => 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: 1561/3137] 10.0.0.228 () {32 vars in 739 bytes} [Tue Jun 30 19:17:08 2026] GET /v2.0/subnetpools/29226b5e-c3f5-4f4e-bc75-34fa1df8df32/tags => generated 34 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3138] 10.0.0.228 () {34 vars in 788 bytes} [Tue Jun 30 19:17:08 2026] PUT /v2.0/subnetpools/29226b5e-c3f5-4f4e-bc75-34fa1df8df32/tags/black.or.white => generated 4 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3139] 10.0.0.228 () {32 vars in 739 bytes} [Tue Jun 30 19:17:08 2026] GET /v2.0/subnetpools/29226b5e-c3f5-4f4e-bc75-34fa1df8df32/tags => generated 52 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3140] 10.0.0.228 () {34 vars in 759 bytes} [Tue Jun 30 19:17:09 2026] PUT /v2.0/subnetpools/29226b5e-c3f5-4f4e-bc75-34fa1df8df32/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3141] 10.0.0.228 () {32 vars in 739 bytes} [Tue Jun 30 19:17:09 2026] GET /v2.0/subnetpools/29226b5e-c3f5-4f4e-bc75-34fa1df8df32/tags => generated 37 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3142] 10.0.0.228 () {32 vars in 747 bytes} [Tue Jun 30 19:17:09 2026] GET /v2.0/subnetpools/29226b5e-c3f5-4f4e-bc75-34fa1df8df32/tags/red => generated 0 bytes in 24 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:17:09.151 7 INFO neutron.api.v2.resource [None req-be157808-a1fa-4a1f-94c7-3d093822f8e6 cf125cfe729c4131906a3246ce3bc392 c268d894c4a047679b008ccf0efde4de - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1564/3143] 10.0.0.228 () {32 vars in 751 bytes} [Tue Jun 30 19:17:09 2026] GET /v2.0/subnetpools/29226b5e-c3f5-4f4e-bc75-34fa1df8df32/tags/green => generated 99 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3144] 10.0.0.228 () {32 vars in 750 bytes} [Tue Jun 30 19:17:09 2026] DELETE /v2.0/subnetpools/29226b5e-c3f5-4f4e-bc75-34fa1df8df32/tags/red => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3145] 10.0.0.228 () {32 vars in 739 bytes} [Tue Jun 30 19:17:09 2026] GET /v2.0/subnetpools/29226b5e-c3f5-4f4e-bc75-34fa1df8df32/tags => generated 30 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:17:09.251 8 INFO neutron.api.v2.resource [None req-80e0e89b-ec45-4886-bc1b-7c600cf4c9f9 cf125cfe729c4131906a3246ce3bc392 c268d894c4a047679b008ccf0efde4de - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1581/3146] 10.0.0.228 () {32 vars in 754 bytes} [Tue Jun 30 19:17:09 2026] DELETE /v2.0/subnetpools/29226b5e-c3f5-4f4e-bc75-34fa1df8df32/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: 1566/3147] 10.0.0.228 () {32 vars in 742 bytes} [Tue Jun 30 19:17:09 2026] DELETE /v2.0/subnetpools/29226b5e-c3f5-4f4e-bc75-34fa1df8df32/tags => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3148] 10.0.0.228 () {32 vars in 739 bytes} [Tue Jun 30 19:17:09 2026] GET /v2.0/subnetpools/29226b5e-c3f5-4f4e-bc75-34fa1df8df32/tags => 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: 1567/3149] 10.0.0.228 () {32 vars in 732 bytes} [Tue Jun 30 19:17:09 2026] DELETE /v2.0/subnetpools/29226b5e-c3f5-4f4e-bc75-34fa1df8df32 => 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: 1583/3150] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:17:10 2026] GET /v2.0/security-groups?tenant_id=c268d894c4a047679b008ccf0efde4de&name=default => generated 2929 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3151] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:17:10 2026] DELETE /v2.0/security-groups/2e33f669-973e-443a-98da-3969c5da97ba => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3152] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:17:10 2026] GET /v2.0/security-groups?tenant_id=1a6369cae7344b96ab6328f29587b656&name=default => generated 2929 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3153] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:17:10 2026] DELETE /v2.0/security-groups/ff04f363-6bab-44d6-b43d-73c055202ee1 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:17:13.994 7 WARNING neutron_lib.context [None req-11a90321-c676-47cf-9b73-bd93b35ea513 5f66537a0fcc4f86955fc79c25bcf130 53fa891bf761461fa404e56d56402240 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:17:14.140 7 INFO neutron.db.segments_db [None req-11a90321-c676-47cf-9b73-bd93b35ea513 5f66537a0fcc4f86955fc79c25bcf130 53fa891bf761461fa404e56d56402240 - - default default] Added segment c874d1e4-3eda-4cb6-88d2-7d7c73492ee2 of type vxlan for network fc6f9b73-fb2b-40fd-ad94-def75f92f430 [pid: 7|app: 0|req: 1571/3156] 10.0.0.228 () {34 vars in 670 bytes} [Tue Jun 30 19:17:13 2026] POST /v2.0/networks => generated 631 bytes in 414 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:17:14.270 8 WARNING neutron_lib.context [None req-9d8556e5-3eb1-4c4a-9e2c-72fcfaf24d1f 5f66537a0fcc4f86955fc79c25bcf130 53fa891bf761461fa404e56d56402240 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1586/3157] 10.0.0.228 () {34 vars in 669 bytes} [Tue Jun 30 19:17:14 2026] POST /v2.0/subnets => generated 602 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3158] 10.0.0.228 () {34 vars in 751 bytes} [Tue Jun 30 19:17:14 2026] PUT /v2.0/subnets/b3921352-c8ae-4b13-a141-8608fd29f495/tags => generated 25 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3159] 10.0.0.228 () {32 vars in 731 bytes} [Tue Jun 30 19:17:14 2026] GET /v2.0/subnets/b3921352-c8ae-4b13-a141-8608fd29f495/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3160] 10.0.0.228 () {34 vars in 762 bytes} [Tue Jun 30 19:17:14 2026] PUT /v2.0/subnets/b3921352-c8ae-4b13-a141-8608fd29f495/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: 1588/3161] 10.0.0.228 () {32 vars in 731 bytes} [Tue Jun 30 19:17:14 2026] GET /v2.0/subnets/b3921352-c8ae-4b13-a141-8608fd29f495/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3162] 10.0.0.228 () {34 vars in 758 bytes} [Tue Jun 30 19:17:14 2026] PUT /v2.0/subnets/b3921352-c8ae-4b13-a141-8608fd29f495/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: 1589/3163] 10.0.0.228 () {32 vars in 731 bytes} [Tue Jun 30 19:17:14 2026] GET /v2.0/subnets/b3921352-c8ae-4b13-a141-8608fd29f495/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: 1575/3164] 10.0.0.228 () {34 vars in 780 bytes} [Tue Jun 30 19:17:14 2026] PUT /v2.0/subnets/b3921352-c8ae-4b13-a141-8608fd29f495/tags/black.or.white => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3165] 10.0.0.228 () {32 vars in 731 bytes} [Tue Jun 30 19:17:15 2026] GET /v2.0/subnets/b3921352-c8ae-4b13-a141-8608fd29f495/tags => generated 52 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3166] 10.0.0.228 () {34 vars in 751 bytes} [Tue Jun 30 19:17:15 2026] PUT /v2.0/subnets/b3921352-c8ae-4b13-a141-8608fd29f495/tags => generated 37 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3167] 10.0.0.228 () {32 vars in 731 bytes} [Tue Jun 30 19:17:15 2026] GET /v2.0/subnets/b3921352-c8ae-4b13-a141-8608fd29f495/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3168] 10.0.0.228 () {32 vars in 739 bytes} [Tue Jun 30 19:17:15 2026] GET /v2.0/subnets/b3921352-c8ae-4b13-a141-8608fd29f495/tags/red => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:17:15.296 8 INFO neutron.api.v2.resource [None req-9ee933e0-947a-44a9-849e-a1f620b40144 5f66537a0fcc4f86955fc79c25bcf130 53fa891bf761461fa404e56d56402240 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1592/3169] 10.0.0.228 () {32 vars in 743 bytes} [Tue Jun 30 19:17:15 2026] GET /v2.0/subnets/b3921352-c8ae-4b13-a141-8608fd29f495/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3170] 10.0.0.228 () {32 vars in 742 bytes} [Tue Jun 30 19:17:15 2026] DELETE /v2.0/subnets/b3921352-c8ae-4b13-a141-8608fd29f495/tags/red => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3171] 10.0.0.228 () {32 vars in 731 bytes} [Tue Jun 30 19:17:15 2026] GET /v2.0/subnets/b3921352-c8ae-4b13-a141-8608fd29f495/tags => generated 30 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:17:15.447 7 INFO neutron.api.v2.resource [None req-4326e861-d788-4098-aff5-a7d831112216 5f66537a0fcc4f86955fc79c25bcf130 53fa891bf761461fa404e56d56402240 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1579/3172] 10.0.0.228 () {32 vars in 746 bytes} [Tue Jun 30 19:17:15 2026] DELETE /v2.0/subnets/b3921352-c8ae-4b13-a141-8608fd29f495/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3173] 10.0.0.228 () {32 vars in 734 bytes} [Tue Jun 30 19:17:15 2026] DELETE /v2.0/subnets/b3921352-c8ae-4b13-a141-8608fd29f495/tags => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3174] 10.0.0.228 () {32 vars in 731 bytes} [Tue Jun 30 19:17:15 2026] GET /v2.0/subnets/b3921352-c8ae-4b13-a141-8608fd29f495/tags => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3175] 10.0.0.228 () {32 vars in 724 bytes} [Tue Jun 30 19:17:15 2026] DELETE /v2.0/subnets/b3921352-c8ae-4b13-a141-8608fd29f495 => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3176] 10.0.0.228 () {32 vars in 726 bytes} [Tue Jun 30 19:17:15 2026] DELETE /v2.0/networks/fc6f9b73-fb2b-40fd-ad94-def75f92f430 => generated 0 bytes in 391 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3177] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:17:16 2026] GET /v2.0/security-groups?tenant_id=c722035990e649f5968081a857f80a6a&name=default => generated 2929 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:17:17.058 7 INFO neutron.services.segments.plugin [-] Segment c874d1e4-3eda-4cb6-88d2-7d7c73492ee2 resource provider aggregate not found 2026-06-30 19:17:17.064 7 INFO neutron.services.segments.plugin [-] Segment c874d1e4-3eda-4cb6-88d2-7d7c73492ee2 resource provider aggregate not found 2026-06-30 19:17:17.087 7 INFO neutron.services.segments.plugin [-] Segment c874d1e4-3eda-4cb6-88d2-7d7c73492ee2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c874d1e4-3eda-4cb6-88d2-7d7c73492ee2 found for delete ", "request_id": "req-37d92ad4-a774-4ee7-a5c0-809da950b37b"}]} 2026-06-30 19:17:17.089 7 INFO neutron.services.segments.plugin [-] Segment c874d1e4-3eda-4cb6-88d2-7d7c73492ee2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c874d1e4-3eda-4cb6-88d2-7d7c73492ee2 found for delete ", "request_id": "req-b78bc65f-172e-45a3-8b81-23abd01f2696"}]} [pid: 7|app: 0|req: 1582/3178] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:17:17 2026] DELETE /v2.0/security-groups/ea179414-8a52-44d9-a196-0ef8699c1f12 => 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: 1597/3179] 10.0.0.228 () {32 vars in 774 bytes} [Tue Jun 30 19:17:17 2026] GET /v2.0/security-groups?tenant_id=53fa891bf761461fa404e56d56402240&name=default => generated 2929 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3180] 10.0.0.228 () {32 vars in 740 bytes} [Tue Jun 30 19:17:17 2026] DELETE /v2.0/security-groups/c4a73761-11a2-4dc4-8585-4e4e1421ef5e => 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: 1598/3181] 10.0.0.228 () {32 vars in 649 bytes} [Tue Jun 30 19:17:19 2026] GET /v2.0/networks => generated 2168 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3182] 10.0.0.228 () {32 vars in 655 bytes} [Tue Jun 30 19:17:21 2026] GET /v2.0/floatingips => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3183] 10.0.0.228 () {32 vars in 647 bytes} [Tue Jun 30 19:17:21 2026] GET /v2.0/routers => generated 15 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/3184] 10.0.0.228 () {32 vars in 643 bytes} [Tue Jun 30 19:17:21 2026] GET /v2.0/ports => generated 4725 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3185] 10.0.0.228 () {32 vars in 647 bytes} [Tue Jun 30 19:17:21 2026] GET /v2.0/subnets => generated 1261 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3186] 10.0.0.228 () {32 vars in 649 bytes} [Tue Jun 30 19:17:21 2026] GET /v2.0/networks => generated 2168 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3187] 10.0.0.228 () {32 vars in 663 bytes} [Tue Jun 30 19:17:21 2026] GET /v2.0/security-groups => generated 17401 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3188] 10.0.0.228 () {32 vars in 655 bytes} [Tue Jun 30 19:17:21 2026] GET /v2.0/subnetpools => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)