+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Mon May 4 20:13:33 2026] *** compiled with version: 13.3.0 on 28 April 2026 06:28:08 os: Linux-5.15.0-176-generic #186-Ubuntu SMP Fri Mar 13 11:01:42 UTC 2026 nodename: neutron-server-5bf8695b68-9x9h6 machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Mar 3 2026, 12:15:18) [GCC 13.3.0] Python main interpreter initialized at 0x7fd6e1d43668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-05-04 20:13:38.535 7 INFO neutron.common.config [-] Logging enabled! 2026-05-04 20:13:38.535 7 INFO neutron.common.config [-] uwsgi version 27.0.3.dev6 2026-05-04 20:13:38.702 8 INFO neutron.common.config [-] Logging enabled! 2026-05-04 20:13:38.702 8 INFO neutron.common.config [-] uwsgi version 27.0.3.dev6 2026-05-04 20:13:38.922 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-04 20:13:39.076 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-04 20:13:40.437 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-04 20:13:40.439 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-04 20:13:40.443 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-04 20:13:40.444 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-04 20:13:40.444 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-04 20:13:40.444 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-04 20:13:40.445 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-04 20:13:40.452 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-04 20:13:40.452 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-04 20:13:40.452 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-04 20:13:40.474 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-04 20:13:40.476 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-04 20:13:40.476 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-04 20:13:40.503 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-04 20:13:40.503 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-04 20:13:40.503 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-04 20:13:40.503 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-04 20:13:40.646 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-04 20:13:40.648 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-04 20:13:40.653 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-04 20:13:40.654 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-04 20:13:40.654 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-04 20:13:40.654 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-04 20:13:40.655 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-04 20:13:40.662 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-04 20:13:40.662 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-04 20:13:40.663 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-04 20:13:40.684 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-04 20:13:40.685 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-04 20:13:40.686 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-04 20:13:40.711 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-04 20:13:40.712 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-04 20:13:40.712 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-04 20:13:40.712 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-04 20:13:40.789 7 INFO neutron.plugins.ml2.managers [None req-fbde7ee7-c40c-4f6e-960c-9bf0246a1e3c - - - - - -] Initializing driver for type 'vlan' 2026-05-04 20:13:40.996 8 INFO neutron.plugins.ml2.managers [None req-70baf98d-b2b9-4473-8895-ad50d2ee6e38 - - - - - -] Initializing driver for type 'vlan' 2026-05-04 20:13:41.062 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-fbde7ee7-c40c-4f6e-960c-9bf0246a1e3c - - - - - -] VlanTypeDriver initialization complete 2026-05-04 20:13:41.063 7 INFO neutron.plugins.ml2.managers [None req-fbde7ee7-c40c-4f6e-960c-9bf0246a1e3c - - - - - -] Initializing driver for type 'vxlan' 2026-05-04 20:13:41.063 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-fbde7ee7-c40c-4f6e-960c-9bf0246a1e3c - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-04 20:13:41.076 7 INFO neutron.plugins.ml2.managers [None req-fbde7ee7-c40c-4f6e-960c-9bf0246a1e3c - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-04 20:13:41.076 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-fbde7ee7-c40c-4f6e-960c-9bf0246a1e3c - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-04 20:13:41.076 7 INFO neutron.plugins.ml2.managers [None req-fbde7ee7-c40c-4f6e-960c-9bf0246a1e3c - - - - - -] Initializing extension driver 'port_security' 2026-05-04 20:13:41.077 7 INFO neutron.plugins.ml2.extensions.port_security [None req-fbde7ee7-c40c-4f6e-960c-9bf0246a1e3c - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-04 20:13:41.077 7 INFO neutron.plugins.ml2.managers [None req-fbde7ee7-c40c-4f6e-960c-9bf0246a1e3c - - - - - -] Initializing extension driver 'qos' 2026-05-04 20:13:41.077 7 INFO neutron.plugins.ml2.managers [None req-fbde7ee7-c40c-4f6e-960c-9bf0246a1e3c - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-04 20:13:41.077 7 INFO neutron.plugins.ml2.managers [None req-fbde7ee7-c40c-4f6e-960c-9bf0246a1e3c - - - - - -] Initializing mechanism driver 'l2population' 2026-05-04 20:13:41.091 7 INFO neutron.quota [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded quota_driver: . 2026-05-04 20:13:41.091 7 INFO neutron.plugins.ml2.plugin [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Modular L2 Plugin initialization complete 2026-05-04 20:13:41.091 7 INFO neutron.plugins.ml2.managers [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-04 20:13:41.092 7 INFO neutron.plugins.ml2.managers [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-04 20:13:41.092 7 INFO neutron.plugins.ml2.managers [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Got port-security extension from driver 'port_security' 2026-05-04 20:13:41.092 7 INFO neutron.manager [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loading Plugin: qos 2026-05-04 20:13:41.105 7 INFO neutron.manager [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loading Plugin: router 2026-05-04 20:13:41.147 7 INFO neutron.services.service_base [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-04 20:13:41.147 7 INFO neutron.manager [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loading Plugin: segments 2026-05-04 20:13:41.242 7 INFO neutron.manager [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loading Plugin: trunk 2026-05-04 20:13:41.258 7 INFO neutron.manager [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loading Plugin: vpnaas 2026-05-04 20:13:41.274 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-70baf98d-b2b9-4473-8895-ad50d2ee6e38 - - - - - -] VlanTypeDriver initialization complete 2026-05-04 20:13:41.275 8 INFO neutron.plugins.ml2.managers [None req-70baf98d-b2b9-4473-8895-ad50d2ee6e38 - - - - - -] Initializing driver for type 'vxlan' 2026-05-04 20:13:41.275 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-70baf98d-b2b9-4473-8895-ad50d2ee6e38 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-04 20:13:41.288 8 INFO neutron.plugins.ml2.managers [None req-70baf98d-b2b9-4473-8895-ad50d2ee6e38 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-04 20:13:41.288 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-70baf98d-b2b9-4473-8895-ad50d2ee6e38 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-04 20:13:41.288 8 INFO neutron.plugins.ml2.managers [None req-70baf98d-b2b9-4473-8895-ad50d2ee6e38 - - - - - -] Initializing extension driver 'port_security' 2026-05-04 20:13:41.288 8 INFO neutron.plugins.ml2.extensions.port_security [None req-70baf98d-b2b9-4473-8895-ad50d2ee6e38 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-04 20:13:41.288 8 INFO neutron.plugins.ml2.managers [None req-70baf98d-b2b9-4473-8895-ad50d2ee6e38 - - - - - -] Initializing extension driver 'qos' 2026-05-04 20:13:41.288 8 INFO neutron.plugins.ml2.managers [None req-70baf98d-b2b9-4473-8895-ad50d2ee6e38 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-04 20:13:41.288 8 INFO neutron.plugins.ml2.managers [None req-70baf98d-b2b9-4473-8895-ad50d2ee6e38 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-04 20:13:41.296 7 WARNING stevedore.named [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-04 20:13:41.305 8 INFO neutron.quota [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded quota_driver: . 2026-05-04 20:13:41.306 8 INFO neutron.plugins.ml2.plugin [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Modular L2 Plugin initialization complete 2026-05-04 20:13:41.306 8 INFO neutron.plugins.ml2.managers [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-04 20:13:41.307 8 INFO neutron.plugins.ml2.managers [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-04 20:13:41.307 8 INFO neutron.plugins.ml2.managers [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-04 20:13:41.307 8 INFO neutron.manager [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loading Plugin: qos 2026-05-04 20:13:41.330 8 INFO neutron.manager [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loading Plugin: router 2026-05-04 20:13:41.361 7 INFO neutron_vpnaas.services.vpn.plugin [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-04 20:13:41.361 7 INFO neutron.common.utils [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-04 20:13:41.361 7 INFO neutron.manager [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loading Plugin: taas 2026-05-04 20:13:41.374 8 INFO neutron.services.service_base [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-04 20:13:41.374 8 INFO neutron.manager [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loading Plugin: segments 2026-05-04 20:13:41.387 7 WARNING stevedore.named [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-04 20:13:41.408 7 INFO neutron_taas.services.taas.taas_plugin [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-04 20:13:41.409 7 INFO neutron.manager [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loading Plugin: tapmirror 2026-05-04 20:13:41.423 7 WARNING stevedore.named [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-04 20:13:41.439 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-04 20:13:41.440 7 INFO neutron.manager [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loading Plugin: auto_allocate 2026-05-04 20:13:41.447 7 INFO neutron.manager [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loading Plugin: tag 2026-05-04 20:13:41.455 7 INFO neutron.manager [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loading Plugin: timestamp 2026-05-04 20:13:41.459 7 INFO neutron.manager [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loading Plugin: network_ip_availability 2026-05-04 20:13:41.462 7 INFO neutron.manager [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loading Plugin: flavors 2026-05-04 20:13:41.466 7 INFO neutron.manager [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loading Plugin: revisions 2026-05-04 20:13:41.471 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Initializing extension manager. 2026-05-04 20:13:41.471 8 INFO neutron.manager [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loading Plugin: trunk 2026-05-04 20:13:41.473 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: address-group 2026-05-04 20:13:41.474 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: address-scope 2026-05-04 20:13:41.475 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-04 20:13:41.476 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: agent 2026-05-04 20:13:41.476 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: agent-resources-synced 2026-05-04 20:13:41.478 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: allowed-address-pairs 2026-05-04 20:13:41.479 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: auto-allocated-topology 2026-05-04 20:13:41.480 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: availability_zone 2026-05-04 20:13:41.481 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: availability_zone_filter 2026-05-04 20:13:41.481 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-04 20:13:41.482 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: default-subnetpools 2026-05-04 20:13:41.484 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-04 20:13:41.485 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: dns-integration 2026-05-04 20:13:41.486 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: dns-domain-ports 2026-05-04 20:13:41.486 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-04 20:13:41.487 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: dvr 2026-05-04 20:13:41.488 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-04 20:13:41.488 8 INFO neutron.manager [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loading Plugin: vpnaas 2026-05-04 20:13:41.488 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: empty-string-filtering 2026-05-04 20:13:41.489 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-04 20:13:41.490 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-04 20:13:41.491 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: external-net 2026-05-04 20:13:41.491 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-04 20:13:41.492 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: extraroute 2026-05-04 20:13:41.493 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: extraroute-atomic 2026-05-04 20:13:41.494 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-04 20:13:41.495 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-04 20:13:41.495 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-04 20:13:41.496 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-04 20:13:41.497 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: fip-port-details 2026-05-04 20:13:41.498 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: flavors 2026-05-04 20:13:41.500 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-04 20:13:41.501 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: floatingip-pools 2026-05-04 20:13:41.502 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: ip_allocation 2026-05-04 20:13:41.503 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: ip-substring-filtering 2026-05-04 20:13:41.503 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: l2_adjacency 2026-05-04 20:13:41.505 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: router 2026-05-04 20:13:41.507 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-04 20:13:41.507 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-04 20:13:41.508 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-04 20:13:41.509 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: ext-gw-mode 2026-05-04 20:13:41.509 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: l3-ha 2026-05-04 20:13:41.510 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-04 20:13:41.510 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-04 20:13:41.511 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: l3-flavors 2026-05-04 20:13:41.511 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-04 20:13:41.512 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-04 20:13:41.514 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-04 20:13:41.515 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-04 20:13:41.516 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-04 20:13:41.518 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-04 20:13:41.518 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-04 20:13:41.519 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: multi-provider 2026-05-04 20:13:41.519 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: net-mtu 2026-05-04 20:13:41.520 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: net-mtu-writable 2026-05-04 20:13:41.520 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: network_availability_zone 2026-05-04 20:13:41.521 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: network_ha 2026-05-04 20:13:41.522 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: network-ip-availability 2026-05-04 20:13:41.523 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-04 20:13:41.523 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: pagination 2026-05-04 20:13:41.524 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: port-device-profile 2026-05-04 20:13:41.526 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-04 20:13:41.526 8 WARNING stevedore.named [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-04 20:13:41.526 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-04 20:13:41.527 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-04 20:13:41.527 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: port-mac-override 2026-05-04 20:13:41.528 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-04 20:13:41.528 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-04 20:13:41.529 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-04 20:13:41.529 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: port-resource-request 2026-05-04 20:13:41.530 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: port-resource-request-groups 2026-05-04 20:13:41.530 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-04 20:13:41.531 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: binding 2026-05-04 20:13:41.532 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: binding-extended 2026-05-04 20:13:41.532 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: port-security 2026-05-04 20:13:41.533 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: project-id 2026-05-04 20:13:41.533 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: provider 2026-05-04 20:13:41.534 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-04 20:13:41.536 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: qos 2026-05-04 20:13:41.536 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-04 20:13:41.537 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-04 20:13:41.537 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: qos-default 2026-05-04 20:13:41.538 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: qos-fip 2026-05-04 20:13:41.538 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-04 20:13:41.539 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: qos-gateway-ip 2026-05-04 20:13:41.539 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: qos-port-network-policy 2026-05-04 20:13:41.540 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: qos-pps-minimum 2026-05-04 20:13:41.541 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-04 20:13:41.541 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: qos-pps 2026-05-04 20:13:41.542 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: qos-rule-type-details 2026-05-04 20:13:41.543 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-04 20:13:41.543 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: qos-rules-alias 2026-05-04 20:13:41.544 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: quota-check-limit 2026-05-04 20:13:41.545 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: quota-check-limit-default 2026-05-04 20:13:41.547 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: quotas 2026-05-04 20:13:41.548 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: quota_details 2026-05-04 20:13:41.549 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: rbac-policies 2026-05-04 20:13:41.550 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: rbac-address-group 2026-05-04 20:13:41.550 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: rbac-address-scope 2026-05-04 20:13:41.551 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: rbac-security-groups 2026-05-04 20:13:41.551 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: rbac-subnetpool 2026-05-04 20:13:41.552 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: revision-if-match 2026-05-04 20:13:41.552 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: standard-attr-revisions 2026-05-04 20:13:41.553 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: router_availability_zone 2026-05-04 20:13:41.553 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-04 20:13:41.556 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: security-groups-default-rules 2026-05-04 20:13:41.556 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-04 20:13:41.557 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-04 20:13:41.557 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-04 20:13:41.558 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-04 20:13:41.558 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-04 20:13:41.562 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: security-group 2026-05-04 20:13:41.563 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: segment 2026-05-04 20:13:41.564 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-04 20:13:41.565 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: service-type 2026-05-04 20:13:41.565 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: sorting 2026-05-04 20:13:41.566 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: standard-attr-segment 2026-05-04 20:13:41.566 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: standard-attr-description 2026-05-04 20:13:41.567 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: stateful-security-group 2026-05-04 20:13:41.567 7 WARNING neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-04 20:13:41.568 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-04 20:13:41.568 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: subnet-external-network 2026-05-04 20:13:41.569 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: subnet_onboard 2026-05-04 20:13:41.569 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-04 20:13:41.570 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: subnet-service-types 2026-05-04 20:13:41.570 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: subnet_allocation 2026-05-04 20:13:41.571 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-04 20:13:41.572 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: tag-creation 2026-05-04 20:13:41.572 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-04 20:13:41.576 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: standard-attr-tag 2026-05-04 20:13:41.577 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-04 20:13:41.577 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: trunk 2026-05-04 20:13:41.578 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: trunk-details 2026-05-04 20:13:41.578 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-04 20:13:41.579 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-04 20:13:41.579 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-04 20:13:41.580 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-04 20:13:41.582 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-04 20:13:41.583 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-04 20:13:41.584 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: vpn-flavors 2026-05-04 20:13:41.586 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: vpnaas 2026-05-04 20:13:41.587 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: taas 2026-05-04 20:13:41.588 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: tap-mirror 2026-05-04 20:13:41.588 7 INFO neutron.api.extensions [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Loaded extension: taas-vlan-filter 2026-05-04 20:13:41.588 8 INFO neutron_vpnaas.services.vpn.plugin [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-04 20:13:41.589 8 INFO neutron.common.utils [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-04 20:13:41.589 8 INFO neutron.manager [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loading Plugin: taas 2026-05-04 20:13:41.591 7 INFO neutron.quota.resource_registry [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-04 20:13:41.591 7 INFO neutron.quota.resource_registry [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-04 20:13:41.591 7 INFO neutron.quota.resource_registry [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-04 20:13:41.591 7 INFO neutron.quota.resource_registry [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-04 20:13:41.595 7 INFO neutron.quota.resource_registry [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-04 20:13:41.595 7 INFO neutron.quota.resource_registry [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-04 20:13:41.600 7 INFO neutron.quota.resource_registry [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-04 20:13:41.600 7 INFO neutron.quota.resource_registry [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-04 20:13:41.601 7 INFO neutron.quota.resource_registry [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-04 20:13:41.601 7 INFO neutron.quota.resource_registry [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-04 20:13:41.602 7 WARNING neutron.quota.resource_registry [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] subnetpool is already registered 2026-05-04 20:13:41.602 7 INFO neutron.quota.resource_registry [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-04 20:13:41.602 7 WARNING neutron.quota.resource_registry [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] subnetpool is already registered 2026-05-04 20:13:41.603 7 INFO neutron.quota.resource_registry [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-04 20:13:41.603 7 INFO neutron.quota.resource_registry [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-04 20:13:41.603 7 INFO neutron.quota.resource_registry [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-04 20:13:41.604 7 INFO neutron.quota.resource_registry [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-04 20:13:41.604 7 INFO neutron.quota.resource_registry [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-04 20:13:41.605 7 INFO neutron.quota.resource_registry [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-04 20:13:41.605 7 INFO neutron.quota.resource_registry [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-04 20:13:41.605 7 WARNING neutron.quota.resource_registry [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] ipsecpolicy is already registered 2026-05-04 20:13:41.605 7 INFO neutron.quota.resource_registry [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-04 20:13:41.606 7 WARNING neutron.quota.resource_registry [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] ikepolicy is already registered 2026-05-04 20:13:41.610 7 INFO neutron.quota.resource_registry [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-04 20:13:41.610 7 WARNING neutron.quota.resource_registry [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] router is already registered 2026-05-04 20:13:41.611 7 INFO neutron.quota.resource_registry [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-04 20:13:41.611 7 WARNING neutron.quota.resource_registry [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] floatingip is already registered 2026-05-04 20:13:41.611 8 WARNING stevedore.named [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-04 20:13:41.614 7 INFO neutron.quota.resource_registry [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-04 20:13:41.614 7 WARNING neutron.quota.resource_registry [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] rbac_policy is already registered 2026-05-04 20:13:41.615 7 INFO neutron.quota.resource_registry [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-04 20:13:41.615 7 WARNING neutron.quota.resource_registry [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] security_group is already registered 2026-05-04 20:13:41.615 7 INFO neutron.quota.resource_registry [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-04 20:13:41.616 7 WARNING neutron.quota.resource_registry [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] security_group_rule is already registered 2026-05-04 20:13:41.616 7 INFO neutron.quota.resource_registry [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-04 20:13:41.616 7 WARNING neutron.quota.resource_registry [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] subnetpool is already registered 2026-05-04 20:13:41.617 7 INFO neutron.quota.resource_registry [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-04 20:13:41.617 7 WARNING neutron.quota.resource_registry [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] subnetpool is already registered 2026-05-04 20:13:41.617 7 INFO neutron.quota.resource_registry [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-04 20:13:41.618 7 WARNING neutron.quota.resource_registry [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] trunk is already registered 2026-05-04 20:13:41.618 7 INFO neutron.quota.resource_registry [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-04 20:13:41.618 7 WARNING neutron.quota.resource_registry [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] ikepolicy is already registered 2026-05-04 20:13:41.618 7 INFO neutron.quota.resource_registry [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-04 20:13:41.619 7 WARNING neutron.quota.resource_registry [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] ipsecpolicy is already registered 2026-05-04 20:13:41.619 7 INFO neutron.quota.resource_registry [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-04 20:13:41.619 7 WARNING neutron.quota.resource_registry [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] endpoint_group is already registered 2026-05-04 20:13:41.619 7 INFO neutron.quota.resource_registry [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-04 20:13:41.620 7 WARNING neutron.quota.resource_registry [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] vpnservice is already registered 2026-05-04 20:13:41.620 7 INFO neutron.quota.resource_registry [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-04 20:13:41.620 7 WARNING neutron.quota.resource_registry [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] ipsec_site_connection is already registered 2026-05-04 20:13:41.620 7 INFO neutron.quota.resource_registry [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-04 20:13:41.620 7 WARNING neutron.quota.resource_registry [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] ipsecpolicy is already registered 2026-05-04 20:13:41.621 7 INFO neutron.quota.resource_registry [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-04 20:13:41.621 7 WARNING neutron.quota.resource_registry [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] ikepolicy is already registered 2026-05-04 20:13:41.630 8 INFO neutron_taas.services.taas.taas_plugin [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-04 20:13:41.631 8 INFO neutron.manager [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loading Plugin: tapmirror 2026-05-04 20:13:41.642 8 WARNING stevedore.named [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-04 20:13:41.658 7 WARNING keystonemiddleware._common.config [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-04 20:13:41.660 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-04 20:13:41.661 8 INFO neutron.manager [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loading Plugin: auto_allocate 2026-05-04 20:13:41.665 7 WARNING oslo_config.cfg [None req-27fc7ddc-4d5d-4780-b07a-8fb2ef8be7ac - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7fd6e1d43668 pid: 7 (default app) 2026-05-04 20:13:41.669 8 INFO neutron.manager [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loading Plugin: tag 2026-05-04 20:13:41.677 8 INFO neutron.manager [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loading Plugin: timestamp 2026-05-04 20:13:41.680 8 INFO neutron.manager [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loading Plugin: network_ip_availability 2026-05-04 20:13:41.684 8 INFO neutron.manager [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loading Plugin: flavors 2026-05-04 20:13:41.688 8 INFO neutron.manager [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loading Plugin: revisions 2026-05-04 20:13:41.691 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Initializing extension manager. 2026-05-04 20:13:41.692 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: address-group 2026-05-04 20:13:41.693 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: address-scope 2026-05-04 20:13:41.694 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-04 20:13:41.695 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: agent 2026-05-04 20:13:41.695 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: agent-resources-synced 2026-05-04 20:13:41.696 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-04 20:13:41.697 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-04 20:13:41.698 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: availability_zone 2026-05-04 20:13:41.698 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: availability_zone_filter 2026-05-04 20:13:41.699 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-04 20:13:41.699 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: default-subnetpools 2026-05-04 20:13:41.701 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-04 20:13:41.701 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: dns-integration 2026-05-04 20:13:41.702 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: dns-domain-ports 2026-05-04 20:13:41.702 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-04 20:13:41.703 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: dvr 2026-05-04 20:13:41.703 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-04 20:13:41.704 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: empty-string-filtering 2026-05-04 20:13:41.704 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-04 20:13:41.705 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-04 20:13:41.706 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: external-net 2026-05-04 20:13:41.707 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-04 20:13:41.707 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: extraroute 2026-05-04 20:13:41.708 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: extraroute-atomic 2026-05-04 20:13:41.708 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-04 20:13:41.709 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-04 20:13:41.709 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-04 20:13:41.710 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-04 20:13:41.710 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: fip-port-details 2026-05-04 20:13:41.711 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: flavors 2026-05-04 20:13:41.712 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-04 20:13:41.713 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: floatingip-pools 2026-05-04 20:13:41.713 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: ip_allocation 2026-05-04 20:13:41.714 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-04 20:13:41.714 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: l2_adjacency 2026-05-04 20:13:41.715 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: router 2026-05-04 20:13:41.717 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-04 20:13:41.718 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-04 20:13:41.719 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-04 20:13:41.719 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: ext-gw-mode 2026-05-04 20:13:41.720 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: l3-ha 2026-05-04 20:13:41.720 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-04 20:13:41.720 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-04 20:13:41.721 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: l3-flavors 2026-05-04 20:13:41.722 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-04 20:13:41.722 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-04 20:13:41.725 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-04 20:13:41.726 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-04 20:13:41.727 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-04 20:13:41.728 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-04 20:13:41.728 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-04 20:13:41.729 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: multi-provider 2026-05-04 20:13:41.729 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: net-mtu 2026-05-04 20:13:41.730 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: net-mtu-writable 2026-05-04 20:13:41.730 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: network_availability_zone 2026-05-04 20:13:41.731 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: network_ha 2026-05-04 20:13:41.732 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: network-ip-availability 2026-05-04 20:13:41.733 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-04 20:13:41.733 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: pagination 2026-05-04 20:13:41.733 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: port-device-profile 2026-05-04 20:13:41.734 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-04 20:13:41.734 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-04 20:13:41.735 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-04 20:13:41.735 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: port-mac-override 2026-05-04 20:13:41.736 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-04 20:13:41.736 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-04 20:13:41.737 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-04 20:13:41.737 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: port-resource-request 2026-05-04 20:13:41.738 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-04 20:13:41.738 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-04 20:13:41.739 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: binding 2026-05-04 20:13:41.740 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: binding-extended 2026-05-04 20:13:41.741 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: port-security 2026-05-04 20:13:41.741 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: project-id 2026-05-04 20:13:41.742 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: provider 2026-05-04 20:13:41.742 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-04 20:13:41.747 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: qos 2026-05-04 20:13:41.748 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-04 20:13:41.748 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-04 20:13:41.749 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: qos-default 2026-05-04 20:13:41.749 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: qos-fip 2026-05-04 20:13:41.749 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-04 20:13:41.750 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-04 20:13:41.751 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-04 20:13:41.751 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-04 20:13:41.752 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-04 20:13:41.752 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: qos-pps 2026-05-04 20:13:41.753 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-04 20:13:41.753 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-04 20:13:41.754 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: qos-rules-alias 2026-05-04 20:13:41.755 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: quota-check-limit 2026-05-04 20:13:41.755 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-04 20:13:41.757 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: quotas 2026-05-04 20:13:41.759 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: quota_details 2026-05-04 20:13:41.760 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: rbac-policies 2026-05-04 20:13:41.761 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: rbac-address-group 2026-05-04 20:13:41.761 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: rbac-address-scope 2026-05-04 20:13:41.762 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: rbac-security-groups 2026-05-04 20:13:41.762 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-04 20:13:41.763 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: revision-if-match 2026-05-04 20:13:41.763 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-04 20:13:41.764 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: router_availability_zone 2026-05-04 20:13:41.764 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-04 20:13:41.766 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-04 20:13:41.767 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-04 20:13:41.767 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-04 20:13:41.768 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-04 20:13:41.768 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-04 20:13:41.769 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-04 20:13:41.773 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: security-group 2026-05-04 20:13:41.774 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: segment 2026-05-04 20:13:41.775 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-04 20:13:41.775 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: service-type 2026-05-04 20:13:41.776 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: sorting 2026-05-04 20:13:41.776 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: standard-attr-segment 2026-05-04 20:13:41.777 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: standard-attr-description 2026-05-04 20:13:41.777 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: stateful-security-group 2026-05-04 20:13:41.778 8 WARNING neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-04 20:13:41.778 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-04 20:13:41.779 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: subnet-external-network 2026-05-04 20:13:41.779 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: subnet_onboard 2026-05-04 20:13:41.780 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-04 20:13:41.780 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: subnet-service-types 2026-05-04 20:13:41.781 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: subnet_allocation 2026-05-04 20:13:41.782 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-04 20:13:41.783 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: tag-creation 2026-05-04 20:13:41.783 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-04 20:13:41.787 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: standard-attr-tag 2026-05-04 20:13:41.788 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-04 20:13:41.788 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: trunk 2026-05-04 20:13:41.789 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: trunk-details 2026-05-04 20:13:41.789 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-04 20:13:41.790 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-04 20:13:41.790 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-04 20:13:41.791 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-04 20:13:41.793 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-04 20:13:41.794 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-04 20:13:41.794 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: vpn-flavors 2026-05-04 20:13:41.796 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: vpnaas 2026-05-04 20:13:41.797 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: taas 2026-05-04 20:13:41.798 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: tap-mirror 2026-05-04 20:13:41.799 8 INFO neutron.api.extensions [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-04 20:13:41.801 8 INFO neutron.quota.resource_registry [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-04 20:13:41.801 8 INFO neutron.quota.resource_registry [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-04 20:13:41.802 8 INFO neutron.quota.resource_registry [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-04 20:13:41.802 8 INFO neutron.quota.resource_registry [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-04 20:13:41.805 8 INFO neutron.quota.resource_registry [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-04 20:13:41.805 8 INFO neutron.quota.resource_registry [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-04 20:13:41.810 8 INFO neutron.quota.resource_registry [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-04 20:13:41.811 8 INFO neutron.quota.resource_registry [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-04 20:13:41.811 8 INFO neutron.quota.resource_registry [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-04 20:13:41.812 8 INFO neutron.quota.resource_registry [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-04 20:13:41.812 8 WARNING neutron.quota.resource_registry [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] subnetpool is already registered 2026-05-04 20:13:41.813 8 INFO neutron.quota.resource_registry [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-04 20:13:41.813 8 WARNING neutron.quota.resource_registry [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] subnetpool is already registered 2026-05-04 20:13:41.813 8 INFO neutron.quota.resource_registry [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-04 20:13:41.814 8 INFO neutron.quota.resource_registry [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-04 20:13:41.814 8 INFO neutron.quota.resource_registry [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-04 20:13:41.814 8 INFO neutron.quota.resource_registry [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-04 20:13:41.815 8 INFO neutron.quota.resource_registry [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-04 20:13:41.815 8 INFO neutron.quota.resource_registry [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-04 20:13:41.816 8 INFO neutron.quota.resource_registry [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-04 20:13:41.816 8 WARNING neutron.quota.resource_registry [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] ipsecpolicy is already registered 2026-05-04 20:13:41.816 8 INFO neutron.quota.resource_registry [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-04 20:13:41.816 8 WARNING neutron.quota.resource_registry [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] ikepolicy is already registered 2026-05-04 20:13:41.821 8 INFO neutron.quota.resource_registry [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-04 20:13:41.821 8 WARNING neutron.quota.resource_registry [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] router is already registered 2026-05-04 20:13:41.821 8 INFO neutron.quota.resource_registry [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-04 20:13:41.822 8 WARNING neutron.quota.resource_registry [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] floatingip is already registered 2026-05-04 20:13:41.825 8 INFO neutron.quota.resource_registry [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-04 20:13:41.825 8 WARNING neutron.quota.resource_registry [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] rbac_policy is already registered 2026-05-04 20:13:41.826 8 INFO neutron.quota.resource_registry [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-04 20:13:41.826 8 WARNING neutron.quota.resource_registry [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] security_group is already registered 2026-05-04 20:13:41.826 8 INFO neutron.quota.resource_registry [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-04 20:13:41.827 8 WARNING neutron.quota.resource_registry [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] security_group_rule is already registered 2026-05-04 20:13:41.827 8 INFO neutron.quota.resource_registry [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-04 20:13:41.828 8 WARNING neutron.quota.resource_registry [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] subnetpool is already registered 2026-05-04 20:13:41.828 8 INFO neutron.quota.resource_registry [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-04 20:13:41.828 8 WARNING neutron.quota.resource_registry [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] subnetpool is already registered 2026-05-04 20:13:41.829 8 INFO neutron.quota.resource_registry [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-04 20:13:41.829 8 WARNING neutron.quota.resource_registry [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] trunk is already registered 2026-05-04 20:13:41.829 8 INFO neutron.quota.resource_registry [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-04 20:13:41.829 8 WARNING neutron.quota.resource_registry [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] ikepolicy is already registered 2026-05-04 20:13:41.830 8 INFO neutron.quota.resource_registry [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-04 20:13:41.830 8 WARNING neutron.quota.resource_registry [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] ipsecpolicy is already registered 2026-05-04 20:13:41.830 8 INFO neutron.quota.resource_registry [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-04 20:13:41.830 8 WARNING neutron.quota.resource_registry [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] endpoint_group is already registered 2026-05-04 20:13:41.831 8 INFO neutron.quota.resource_registry [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-04 20:13:41.831 8 WARNING neutron.quota.resource_registry [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] vpnservice is already registered 2026-05-04 20:13:41.831 8 INFO neutron.quota.resource_registry [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-04 20:13:41.831 8 WARNING neutron.quota.resource_registry [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] ipsec_site_connection is already registered 2026-05-04 20:13:41.831 8 INFO neutron.quota.resource_registry [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-04 20:13:41.832 8 WARNING neutron.quota.resource_registry [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] ipsecpolicy is already registered 2026-05-04 20:13:41.832 8 INFO neutron.quota.resource_registry [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-04 20:13:41.832 8 WARNING neutron.quota.resource_registry [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] ikepolicy is already registered 2026-05-04 20:13:41.870 8 WARNING keystonemiddleware._common.config [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-04 20:13:41.878 8 WARNING oslo_config.cfg [None req-67fda3ca-5c25-4dd9-96e5-62c6a990e572 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7fd6e1d43668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 20:13:46.067 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6d6f7873-c546-41e9-aa34-723e88e7e211 4c6270f81f3942238fa85e81863f50e6 0304d75d28de4f31a47941a292d00dbf - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/3] 199.19.213.134 () {44 vars in 928 bytes} [Mon May 4 20:13:45 2026] GET /v2.0/networks/public => generated 108 bytes in 853 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1/4] 199.19.213.134 () {44 vars in 950 bytes} [Mon May 4 20:13:46 2026] GET /v2.0/networks?name=public => generated 15 bytes in 444 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 20:13:46.962 7 WARNING neutron.services.revisions.revision_plugin [None req-349ead3c-2be7-4b20-9dbb-2c2c84c9bbc8 4c6270f81f3942238fa85e81863f50e6 0304d75d28de4f31a47941a292d00dbf - - default default] Could not find related network for resource to bump revision. 2026-05-04 20:13:46.996 7 INFO neutron.db.segments_db [None req-349ead3c-2be7-4b20-9dbb-2c2c84c9bbc8 4c6270f81f3942238fa85e81863f50e6 0304d75d28de4f31a47941a292d00dbf - - default default] Added segment 074b6813-a103-4d0e-9c36-4c68c371bf8d of type flat for network 7e16e854-67ac-4168-845e-db624048de50 2026-05-04 20:13:47.045 7 INFO neutron.pecan_wsgi.hooks.translation [None req-349ead3c-2be7-4b20-9dbb-2c2c84c9bbc8 4c6270f81f3942238fa85e81863f50e6 0304d75d28de4f31a47941a292d00dbf - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/5] 199.19.213.134 () {48 vars in 968 bytes} [Mon May 4 20:13:46 2026] POST /v2.0/networks => generated 124 bytes in 524 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-04 20:13:52.968 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8afa9a67-9197-43d6-b95f-c610b9d1f4b1 4c6270f81f3942238fa85e81863f50e6 0304d75d28de4f31a47941a292d00dbf - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/7] 199.19.213.134 () {44 vars in 928 bytes} [Mon May 4 20:13:52 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: 8|app: 0|req: 3/8] 199.19.213.134 () {44 vars in 950 bytes} [Mon May 4 20:13:52 2026] GET /v2.0/networks?name=public => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 20:13:53.046 7 WARNING neutron.services.revisions.revision_plugin [None req-9dc9adaf-5f09-4102-92d4-fff3721162d9 4c6270f81f3942238fa85e81863f50e6 0304d75d28de4f31a47941a292d00dbf - - default default] Could not find related network for resource to bump revision. 2026-05-04 20:13:53.065 7 INFO neutron.db.segments_db [None req-9dc9adaf-5f09-4102-92d4-fff3721162d9 4c6270f81f3942238fa85e81863f50e6 0304d75d28de4f31a47941a292d00dbf - - default default] Added segment 9be4f8a0-f870-41d7-af3e-2193fac14d23 of type flat for network 0fd792f2-dc03-4a0b-b87a-3bbddb98dc45 2026-05-04 20:13:53.091 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9dc9adaf-5f09-4102-92d4-fff3721162d9 4c6270f81f3942238fa85e81863f50e6 0304d75d28de4f31a47941a292d00dbf - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/9] 199.19.213.134 () {48 vars in 968 bytes} [Mon May 4 20:13:52 2026] POST /v2.0/networks => generated 124 bytes in 107 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-04 20:13:59.363 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b4874cf7-2d1f-49ad-8957-b99a9dcb8e4e 4c6270f81f3942238fa85e81863f50e6 0304d75d28de4f31a47941a292d00dbf - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/10] 199.19.213.134 () {44 vars in 928 bytes} [Mon May 4 20:13:58 2026] GET /v2.0/networks/public => generated 108 bytes in 498 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 7/11] 199.19.213.134 () {44 vars in 950 bytes} [Mon May 4 20:13:59 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 20:13:59.629 8 WARNING neutron.services.revisions.revision_plugin [None req-775f0277-5214-4a85-a5fe-910767e20d5c 4c6270f81f3942238fa85e81863f50e6 0304d75d28de4f31a47941a292d00dbf - - default default] Could not find related network for resource to bump revision. 2026-05-04 20:13:59.649 8 INFO neutron.db.segments_db [None req-775f0277-5214-4a85-a5fe-910767e20d5c 4c6270f81f3942238fa85e81863f50e6 0304d75d28de4f31a47941a292d00dbf - - default default] Added segment f9c38181-5bf1-4cf5-b503-59237a592243 of type flat for network 698db5ce-9a17-400c-b53e-09cc1ef2c4a7 2026-05-04 20:13:59.698 8 INFO neutron.pecan_wsgi.hooks.translation [None req-775f0277-5214-4a85-a5fe-910767e20d5c 4c6270f81f3942238fa85e81863f50e6 0304d75d28de4f31a47941a292d00dbf - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/12] 199.19.213.134 () {48 vars in 968 bytes} [Mon May 4 20:13:59 2026] POST /v2.0/networks => generated 124 bytes in 322 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-04 20:14:05.543 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ebf596d8-739c-42c3-9569-c10b8767c79f 4c6270f81f3942238fa85e81863f50e6 0304d75d28de4f31a47941a292d00dbf - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/14] 199.19.213.134 () {44 vars in 928 bytes} [Mon May 4 20:14:05 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 9/15] 199.19.213.134 () {44 vars in 950 bytes} [Mon May 4 20:14:05 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 20:14:05.615 8 WARNING neutron.services.revisions.revision_plugin [None req-66dd6149-0a9d-4ffb-9c49-d542b2d2a5c1 4c6270f81f3942238fa85e81863f50e6 0304d75d28de4f31a47941a292d00dbf - - default default] Could not find related network for resource to bump revision. 2026-05-04 20:14:05.632 8 INFO neutron.db.segments_db [None req-66dd6149-0a9d-4ffb-9c49-d542b2d2a5c1 4c6270f81f3942238fa85e81863f50e6 0304d75d28de4f31a47941a292d00dbf - - default default] Added segment 08c28f93-c476-4bf1-839a-6c8acdd8df46 of type flat for network d033bd95-aa59-41f6-9333-8ca744a61758 2026-05-04 20:14:05.663 8 INFO neutron.pecan_wsgi.hooks.translation [None req-66dd6149-0a9d-4ffb-9c49-d542b2d2a5c1 4c6270f81f3942238fa85e81863f50e6 0304d75d28de4f31a47941a292d00dbf - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/16] 199.19.213.134 () {48 vars in 968 bytes} [Mon May 4 20:14:05 2026] POST /v2.0/networks => generated 124 bytes in 105 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-04 20:14:11.568 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f683851b-165c-46b5-90b1-ec0de2da7b33 4c6270f81f3942238fa85e81863f50e6 0304d75d28de4f31a47941a292d00dbf - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/17] 199.19.213.134 () {44 vars in 928 bytes} [Mon May 4 20:14:11 2026] GET /v2.0/networks/public => generated 108 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/18] 199.19.213.134 () {44 vars in 950 bytes} [Mon May 4 20:14:11 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 20:14:11.647 7 WARNING neutron.services.revisions.revision_plugin [None req-0a195cb4-412d-4cf2-b4db-a0e474151a46 4c6270f81f3942238fa85e81863f50e6 0304d75d28de4f31a47941a292d00dbf - - default default] Could not find related network for resource to bump revision. 2026-05-04 20:14:11.667 7 INFO neutron.db.segments_db [None req-0a195cb4-412d-4cf2-b4db-a0e474151a46 4c6270f81f3942238fa85e81863f50e6 0304d75d28de4f31a47941a292d00dbf - - default default] Added segment 7ac779a7-3777-4160-b199-857c6e9c7bca of type flat for network 25cf3b84-704a-4b9b-abc0-744fe6b4ce5d 2026-05-04 20:14:11.698 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0a195cb4-412d-4cf2-b4db-a0e474151a46 4c6270f81f3942238fa85e81863f50e6 0304d75d28de4f31a47941a292d00dbf - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/19] 199.19.213.134 () {48 vars in 968 bytes} [Mon May 4 20:14:11 2026] POST /v2.0/networks => generated 124 bytes in 118 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-04 20:14:17.541 7 INFO neutron.pecan_wsgi.hooks.translation [None req-17e17ebe-6863-4a21-b2d8-d2fcaf92df52 4c6270f81f3942238fa85e81863f50e6 0304d75d28de4f31a47941a292d00dbf - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/21] 199.19.213.134 () {44 vars in 928 bytes} [Mon May 4 20:14:17 2026] GET /v2.0/networks/public => generated 108 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 10/22] 199.19.213.134 () {44 vars in 950 bytes} [Mon May 4 20:14:17 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 20:14:17.612 7 WARNING neutron.services.revisions.revision_plugin [None req-bd140005-6661-4df8-a7f6-f3a54f8dea1b 4c6270f81f3942238fa85e81863f50e6 0304d75d28de4f31a47941a292d00dbf - - default default] Could not find related network for resource to bump revision. 2026-05-04 20:14:17.630 7 INFO neutron.db.segments_db [None req-bd140005-6661-4df8-a7f6-f3a54f8dea1b 4c6270f81f3942238fa85e81863f50e6 0304d75d28de4f31a47941a292d00dbf - - default default] Added segment 57b073d8-7bbf-45e7-ba51-03a04045a46e of type flat for network d2f37756-045d-4d98-b0bd-f6c6350c9c3c [pid: 7|app: 0|req: 13/23] 199.19.213.134 () {48 vars in 968 bytes} [Mon May 4 20:14:17 2026] POST /v2.0/networks => generated 706 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 20:14:18.908 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7018b412-f475-442a-bf40-7281dcdb98d5 4c6270f81f3942238fa85e81863f50e6 0304d75d28de4f31a47941a292d00dbf - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/24] 199.19.213.134 () {44 vars in 928 bytes} [Mon May 4 20:14:18 2026] GET /v2.0/networks/public => generated 108 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/25] 199.19.213.134 () {44 vars in 950 bytes} [Mon May 4 20:14:18 2026] GET /v2.0/networks?name=public => generated 709 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 20:14:18.989 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6216d5d1-5581-4a17-b807-12c569b9753a 4c6270f81f3942238fa85e81863f50e6 0304d75d28de4f31a47941a292d00dbf - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/26] 199.19.213.134 () {44 vars in 1035 bytes} [Mon May 4 20:14:18 2026] GET /v2.0/subnets/public-subnet?network_id=d2f37756-045d-4d98-b0bd-f6c6350c9c3c => generated 113 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 15/27] 199.19.213.134 () {44 vars in 1058 bytes} [Mon May 4 20:14:18 2026] GET /v2.0/subnets?name=public-subnet&network_id=d2f37756-045d-4d98-b0bd-f6c6350c9c3c => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/28] 199.19.213.134 () {48 vars in 966 bytes} [Mon May 4 20:14:19 2026] POST /v2.0/subnets => generated 664 bytes in 1972 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 20:19:09.439 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8bcf17c4-43b6-4d08-b4d5-150402d8e150 4c6270f81f3942238fa85e81863f50e6 0304d75d28de4f31a47941a292d00dbf - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 32/66] 199.19.213.134 () {44 vars in 938 bytes} [Mon May 4 20:19:09 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 297 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/67] 199.19.213.134 () {44 vars in 960 bytes} [Mon May 4 20:19:09 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 20:19:09.520 8 INFO neutron.db.segments_db [None req-f5f19ae5-71ea-4006-a8bc-162d447dd081 4c6270f81f3942238fa85e81863f50e6 0304d75d28de4f31a47941a292d00dbf - - default default] Added segment 4daf6f2d-0202-455f-a760-dd83d0ec569b of type vxlan for network 458764e1-034e-486b-9619-326695d8716f [pid: 8|app: 0|req: 33/68] 199.19.213.134 () {48 vars in 967 bytes} [Mon May 4 20:19:09 2026] POST /v2.0/networks => generated 707 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 20:19:10.490 7 INFO neutron.pecan_wsgi.hooks.translation [None req-722d26e4-5abc-4251-b9a5-ffcf35799314 4c6270f81f3942238fa85e81863f50e6 0304d75d28de4f31a47941a292d00dbf - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 36/69] 199.19.213.134 () {44 vars in 938 bytes} [Mon May 4 20:19:10 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: 34/70] 199.19.213.134 () {44 vars in 960 bytes} [Mon May 4 20:19:10 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 20:19:10.562 7 INFO neutron.pecan_wsgi.hooks.translation [None req-367c3e81-f1a1-430e-bf3c-3d9077809886 4c6270f81f3942238fa85e81863f50e6 0304d75d28de4f31a47941a292d00dbf - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 37/71] 199.19.213.134 () {44 vars in 1037 bytes} [Mon May 4 20:19:10 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=458764e1-034e-486b-9619-326695d8716f => generated 114 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/72] 199.19.213.134 () {44 vars in 1060 bytes} [Mon May 4 20:19:10 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=458764e1-034e-486b-9619-326695d8716f => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/73] 199.19.213.134 () {48 vars in 966 bytes} [Mon May 4 20:19:10 2026] POST /v2.0/subnets => generated 651 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 20:19:12.119 8 INFO neutron.api.v2.resource [None req-fb29872c-414b-4953-84bf-0c73cd6a1c01 4c6270f81f3942238fa85e81863f50e6 0304d75d28de4f31a47941a292d00dbf - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/74] 199.19.213.134 () {44 vars in 972 bytes} [Mon May 4 20:19:12 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 76 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/75] 199.19.213.134 () {44 vars in 994 bytes} [Mon May 4 20:19:12 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/76] 199.19.213.134 () {48 vars in 981 bytes} [Mon May 4 20:19:12 2026] POST /v2.0/security-groups => generated 1616 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/77] 199.19.213.134 () {44 vars in 1002 bytes} [Mon May 4 20:19:13 2026] GET /v2.0/security-groups/a1f9ee4a-c8b2-457e-99db-aede49f24c18 => generated 1616 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/78] 199.19.213.134 () {44 vars in 1002 bytes} [Mon May 4 20:19:13 2026] GET /v2.0/security-groups/a1f9ee4a-c8b2-457e-99db-aede49f24c18 => generated 1616 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/79] 199.19.213.134 () {44 vars in 1002 bytes} [Mon May 4 20:19:13 2026] GET /v2.0/security-groups/a1f9ee4a-c8b2-457e-99db-aede49f24c18 => generated 1616 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/80] 199.19.213.134 () {48 vars in 992 bytes} [Mon May 4 20:19:13 2026] POST /v2.0/security-group-rules => generated 601 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/81] 199.19.213.134 () {44 vars in 1002 bytes} [Mon May 4 20:19:14 2026] GET /v2.0/security-groups/a1f9ee4a-c8b2-457e-99db-aede49f24c18 => generated 2230 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/82] 199.19.213.134 () {44 vars in 1002 bytes} [Mon May 4 20:19:14 2026] GET /v2.0/security-groups/a1f9ee4a-c8b2-457e-99db-aede49f24c18 => generated 2230 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/83] 199.19.213.134 () {44 vars in 1002 bytes} [Mon May 4 20:19:14 2026] GET /v2.0/security-groups/a1f9ee4a-c8b2-457e-99db-aede49f24c18 => generated 2230 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/84] 199.19.213.134 () {48 vars in 992 bytes} [Mon May 4 20:19:14 2026] POST /v2.0/security-group-rules => generated 603 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/85] 199.19.213.134 () {44 vars in 1002 bytes} [Mon May 4 20:19:15 2026] GET /v2.0/security-groups/a1f9ee4a-c8b2-457e-99db-aede49f24c18 => generated 2846 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/86] 199.19.213.134 () {44 vars in 1002 bytes} [Mon May 4 20:19:15 2026] GET /v2.0/security-groups/a1f9ee4a-c8b2-457e-99db-aede49f24c18 => generated 2846 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/87] 199.19.213.134 () {44 vars in 1002 bytes} [Mon May 4 20:19:15 2026] GET /v2.0/security-groups/a1f9ee4a-c8b2-457e-99db-aede49f24c18 => generated 2846 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/88] 199.19.213.134 () {48 vars in 992 bytes} [Mon May 4 20:19:15 2026] POST /v2.0/security-group-rules => generated 603 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/89] 199.19.213.134 () {44 vars in 1002 bytes} [Mon May 4 20:19:16 2026] GET /v2.0/security-groups/a1f9ee4a-c8b2-457e-99db-aede49f24c18 => generated 3462 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/90] 199.19.213.134 () {44 vars in 1002 bytes} [Mon May 4 20:19:16 2026] GET /v2.0/security-groups/a1f9ee4a-c8b2-457e-99db-aede49f24c18 => generated 3462 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/91] 199.19.213.134 () {44 vars in 1002 bytes} [Mon May 4 20:19:16 2026] GET /v2.0/security-groups/a1f9ee4a-c8b2-457e-99db-aede49f24c18 => generated 3462 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/92] 199.19.213.134 () {48 vars in 992 bytes} [Mon May 4 20:19:16 2026] POST /v2.0/security-group-rules => generated 603 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/95] 199.19.213.134 () {44 vars in 1002 bytes} [Mon May 4 20:19:17 2026] GET /v2.0/security-groups/a1f9ee4a-c8b2-457e-99db-aede49f24c18 => generated 4078 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/96] 199.19.213.134 () {44 vars in 1002 bytes} [Mon May 4 20:19:17 2026] GET /v2.0/security-groups/a1f9ee4a-c8b2-457e-99db-aede49f24c18 => generated 4078 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/97] 199.19.213.134 () {44 vars in 1002 bytes} [Mon May 4 20:19:17 2026] GET /v2.0/security-groups/a1f9ee4a-c8b2-457e-99db-aede49f24c18 => generated 4078 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/98] 199.19.213.134 () {48 vars in 992 bytes} [Mon May 4 20:19:17 2026] POST /v2.0/security-group-rules => generated 603 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/99] 199.19.213.134 () {44 vars in 988 bytes} [Mon May 4 20:19:18 2026] GET /v2.0/networks/458764e1-034e-486b-9619-326695d8716f => generated 732 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 20:19:19.060 8 INFO neutron.pecan_wsgi.hooks.translation [None req-01478f28-a2c5-49f0-9a7c-c6d1ffeaf514 4c6270f81f3942238fa85e81863f50e6 0304d75d28de4f31a47941a292d00dbf - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 49/100] 199.19.213.134 () {44 vars in 1077 bytes} [Mon May 4 20:19:19 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=458764e1-034e-486b-9619-326695d8716f => generated 132 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/101] 199.19.213.134 () {44 vars in 1100 bytes} [Mon May 4 20:19:19 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=458764e1-034e-486b-9619-326695d8716f => generated 12 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/102] 199.19.213.134 () {44 vars in 1002 bytes} [Mon May 4 20:19:19 2026] GET /v2.0/security-groups/a1f9ee4a-c8b2-457e-99db-aede49f24c18 => generated 4694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/103] 199.19.213.134 () {48 vars in 962 bytes} [Mon May 4 20:19:19 2026] POST /v2.0/ports => generated 1100 bytes in 548 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-04 20:19:26.980 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a70b18bf-501c-4501-9f2d-02b9c34665a3 4c6270f81f3942238fa85e81863f50e6 0304d75d28de4f31a47941a292d00dbf - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 51/104] 199.19.213.134 () {44 vars in 980 bytes} [Mon May 4 20:19:26 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 54/105] 199.19.213.134 () {44 vars in 1002 bytes} [Mon May 4 20:19:26 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/106] 199.19.213.134 () {48 vars in 1032 bytes} [Mon May 4 20:19:27 2026] PUT /v2.0/ports/90d21ca3-78ee-4a73-9013-3ec1d6bb8361 => generated 1249 bytes in 644 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/107] 199.19.213.134 () {44 vars in 921 bytes} [Mon May 4 20:19:29 2026] GET /v2.0/ports => generated 3730 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 20:19:30.366 8 INFO neutron.api.v2.resource [None req-246357e7-874d-49bb-a33c-4db4c3cda838 4c6270f81f3942238fa85e81863f50e6 0304d75d28de4f31a47941a292d00dbf - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 53/108] 199.19.213.134 () {44 vars in 960 bytes} [Mon May 4 20:19:30 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/109] 199.19.213.134 () {44 vars in 982 bytes} [Mon May 4 20:19:30 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/110] 199.19.213.134 () {48 vars in 981 bytes} [Mon May 4 20:19:30 2026] POST /v2.0/security-groups => generated 1610 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/111] 199.19.213.134 () {44 vars in 1002 bytes} [Mon May 4 20:19:31 2026] GET /v2.0/security-groups/a047e138-1393-4b02-bde8-3045f9a58a09 => generated 1610 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/112] 199.19.213.134 () {44 vars in 1002 bytes} [Mon May 4 20:19:31 2026] GET /v2.0/security-groups/a047e138-1393-4b02-bde8-3045f9a58a09 => generated 1610 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/113] 199.19.213.134 () {44 vars in 1002 bytes} [Mon May 4 20:19:31 2026] GET /v2.0/security-groups/a047e138-1393-4b02-bde8-3045f9a58a09 => generated 1610 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/114] 199.19.213.134 () {48 vars in 992 bytes} [Mon May 4 20:19:31 2026] POST /v2.0/security-group-rules => generated 623 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/117] 199.19.213.134 () {44 vars in 1002 bytes} [Mon May 4 20:19:32 2026] GET /v2.0/security-groups/a047e138-1393-4b02-bde8-3045f9a58a09 => generated 2246 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/118] 199.19.213.134 () {44 vars in 1002 bytes} [Mon May 4 20:19:32 2026] GET /v2.0/security-groups/a047e138-1393-4b02-bde8-3045f9a58a09 => generated 2246 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/119] 199.19.213.134 () {44 vars in 1002 bytes} [Mon May 4 20:19:32 2026] GET /v2.0/security-groups/a047e138-1393-4b02-bde8-3045f9a58a09 => generated 2246 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/120] 199.19.213.134 () {48 vars in 992 bytes} [Mon May 4 20:19:32 2026] POST /v2.0/security-group-rules => generated 627 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 66/129] 199.19.213.134 () {44 vars in 976 bytes} [Mon May 4 20:20:37 2026] GET /v2.0/quotas/0304d75d28de4f31a47941a292d00dbf => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 64/130] 199.19.213.134 () {48 vars in 1028 bytes} [Mon May 4 20:20:37 2026] PUT /v2.0/quotas/0304d75d28de4f31a47941a292d00dbf => generated 291 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 20:23:10.697 7 INFO neutron.pecan_wsgi.hooks.translation [None req-62378ddf-c4cf-4815-b3c8-5d0513f67250 4c6270f81f3942238fa85e81863f50e6 0304d75d28de4f31a47941a292d00dbf - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 77/151] 199.19.213.134 () {30 vars in 741 bytes} [Mon May 4 20:23:10 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 111 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 75/152] 199.19.213.134 () {30 vars in 763 bytes} [Mon May 4 20:23:10 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 20:23:12.428 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f80a8d07-fb5b-4ba2-9783-dc188461ad00 4c6270f81f3942238fa85e81863f50e6 0304d75d28de4f31a47941a292d00dbf - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 78/153] 199.19.213.134 () {30 vars in 741 bytes} [Mon May 4 20:23:12 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 76/154] 199.19.213.134 () {30 vars in 763 bytes} [Mon May 4 20:23:12 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 20:29:36.518 8 INFO neutron.api.v2.resource [None req-96392325-f724-4854-ad5f-f2661528df52 4c6270f81f3942238fa85e81863f50e6 0304d75d28de4f31a47941a292d00dbf - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 103/207] 199.19.213.134 () {44 vars in 1075 bytes} [Mon May 4 20:29:36 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=3c0b674d671347f0a1b1a754942cbbdc => generated 139 bytes in 141 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/208] 199.19.213.134 () {44 vars in 1098 bytes} [Mon May 4 20:29:36 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=3c0b674d671347f0a1b1a754942cbbdc => generated 23 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/209] 199.19.213.134 () {48 vars in 982 bytes} [Mon May 4 20:29:36 2026] POST /v2.0/security-groups => generated 1624 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/210] 199.19.213.134 () {44 vars in 1089 bytes} [Mon May 4 20:29:37 2026] GET /v2.0/security-groups/76b68e7d-d1cb-4102-9433-39781cdecfb5?project_id=3c0b674d671347f0a1b1a754942cbbdc => generated 1624 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/211] 199.19.213.134 () {44 vars in 1002 bytes} [Mon May 4 20:29:37 2026] GET /v2.0/security-groups/76b68e7d-d1cb-4102-9433-39781cdecfb5 => generated 1624 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/212] 199.19.213.134 () {44 vars in 1089 bytes} [Mon May 4 20:29:37 2026] GET /v2.0/security-groups/76b68e7d-d1cb-4102-9433-39781cdecfb5?project_id=3c0b674d671347f0a1b1a754942cbbdc => generated 1624 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/213] 199.19.213.134 () {48 vars in 992 bytes} [Mon May 4 20:29:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/214] 199.19.213.134 () {44 vars in 1089 bytes} [Mon May 4 20:29:38 2026] GET /v2.0/security-groups/76b68e7d-d1cb-4102-9433-39781cdecfb5?project_id=3c0b674d671347f0a1b1a754942cbbdc => generated 2234 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/215] 199.19.213.134 () {44 vars in 1002 bytes} [Mon May 4 20:29:38 2026] GET /v2.0/security-groups/76b68e7d-d1cb-4102-9433-39781cdecfb5 => generated 2234 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/216] 199.19.213.134 () {44 vars in 1089 bytes} [Mon May 4 20:29:39 2026] GET /v2.0/security-groups/76b68e7d-d1cb-4102-9433-39781cdecfb5?project_id=3c0b674d671347f0a1b1a754942cbbdc => generated 2234 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/217] 199.19.213.134 () {48 vars in 992 bytes} [Mon May 4 20:29:39 2026] POST /v2.0/security-group-rules => generated 599 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/218] 199.19.213.134 () {44 vars in 1089 bytes} [Mon May 4 20:29:39 2026] GET /v2.0/security-groups/76b68e7d-d1cb-4102-9433-39781cdecfb5?project_id=3c0b674d671347f0a1b1a754942cbbdc => 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/219] 199.19.213.134 () {44 vars in 1002 bytes} [Mon May 4 20:29:40 2026] GET /v2.0/security-groups/76b68e7d-d1cb-4102-9433-39781cdecfb5 => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/220] 199.19.213.134 () {44 vars in 1089 bytes} [Mon May 4 20:29:40 2026] GET /v2.0/security-groups/76b68e7d-d1cb-4102-9433-39781cdecfb5?project_id=3c0b674d671347f0a1b1a754942cbbdc => generated 2846 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/221] 199.19.213.134 () {48 vars in 992 bytes} [Mon May 4 20:29:40 2026] POST /v2.0/security-group-rules => generated 601 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/222] 199.19.213.134 () {44 vars in 1089 bytes} [Mon May 4 20:29:41 2026] GET /v2.0/security-groups/76b68e7d-d1cb-4102-9433-39781cdecfb5?project_id=3c0b674d671347f0a1b1a754942cbbdc => generated 3460 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/223] 199.19.213.134 () {44 vars in 1002 bytes} [Mon May 4 20:29:41 2026] GET /v2.0/security-groups/76b68e7d-d1cb-4102-9433-39781cdecfb5 => generated 3460 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/224] 199.19.213.134 () {44 vars in 1089 bytes} [Mon May 4 20:29:41 2026] GET /v2.0/security-groups/76b68e7d-d1cb-4102-9433-39781cdecfb5?project_id=3c0b674d671347f0a1b1a754942cbbdc => generated 3460 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/225] 199.19.213.134 () {48 vars in 992 bytes} [Mon May 4 20:29:41 2026] POST /v2.0/security-group-rules => generated 602 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/244] 199.19.213.134 () {30 vars in 740 bytes} [Mon May 4 20:31:55 2026] GET /v2.0/networks?tenant_id=3c0b674d671347f0a1b1a754942cbbdc&shared=False => generated 15 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 20:31:55.492 7 INFO neutron.db.segments_db [None req-ffd956d5-5327-4f66-9d32-ffd8d5beaf6f f75de9a26fe84f3a84c881a42635b36f 3c0b674d671347f0a1b1a754942cbbdc - - d0e56f051b054f7bbcb53d4f7ae1f78e d0e56f051b054f7bbcb53d4f7ae1f78e] Added segment 56c920b7-0f46-4376-9791-fc4cbc0f90de of type vxlan for network e44885ca-c8c2-4f91-9fa1-c1da41a53faf [pid: 7|app: 0|req: 123/245] 199.19.213.134 () {34 vars in 682 bytes} [Mon May 4 20:31:55 2026] POST /v2.0/networks => generated 717 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/246] 199.19.213.134 () {30 vars in 722 bytes} [Mon May 4 20:31:55 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/247] 199.19.213.134 () {30 vars in 633 bytes} [Mon May 4 20:31:55 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/248] 199.19.213.134 () {34 vars in 677 bytes} [Mon May 4 20:31:55 2026] POST /v2.0/ports => generated 999 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/249] 199.19.213.134 () {30 vars in 703 bytes} [Mon May 4 20:31:55 2026] GET /v2.0/networks/e44885ca-c8c2-4f91-9fa1-c1da41a53faf => generated 704 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/250] 199.19.213.134 () {30 vars in 722 bytes} [Mon May 4 20:31:58 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/251] 199.19.213.134 () {30 vars in 703 bytes} [Mon May 4 20:31:58 2026] GET /v2.0/networks/e44885ca-c8c2-4f91-9fa1-c1da41a53faf => generated 704 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/254] 199.19.213.134 () {44 vars in 976 bytes} [Mon May 4 20:32:15 2026] GET /v2.0/quotas/3c0b674d671347f0a1b1a754942cbbdc => 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: 128/255] 199.19.213.134 () {48 vars in 1028 bytes} [Mon May 4 20:32:16 2026] PUT /v2.0/quotas/3c0b674d671347f0a1b1a754942cbbdc => generated 291 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 20:43:14.877 8 INFO neutron.pecan_wsgi.hooks.translation [None req-02a21d84-cdcc-4be8-a195-24a922402127 4c6270f81f3942238fa85e81863f50e6 0304d75d28de4f31a47941a292d00dbf - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 172/344] 199.19.213.134 () {44 vars in 928 bytes} [Mon May 4 20:43:14 2026] GET /v2.0/networks/public => generated 108 bytes in 142 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 173/345] 199.19.213.134 () {44 vars in 950 bytes} [Mon May 4 20:43:14 2026] GET /v2.0/networks?name=public => generated 753 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 20:43:16.092 8 INFO neutron.pecan_wsgi.hooks.translation [None req-17bacd5b-da95-4fb7-acad-565231414b7a 4c6270f81f3942238fa85e81863f50e6 0304d75d28de4f31a47941a292d00dbf - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 173/346] 199.19.213.134 () {44 vars in 928 bytes} [Mon May 4 20:43:16 2026] GET /v2.0/networks/public => generated 108 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 174/347] 199.19.213.134 () {44 vars in 950 bytes} [Mon May 4 20:43:16 2026] GET /v2.0/networks?name=public => generated 753 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 20:43:16.158 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9b3ab508-adea-46d1-ad1c-f138919fd913 4c6270f81f3942238fa85e81863f50e6 0304d75d28de4f31a47941a292d00dbf - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 174/348] 199.19.213.134 () {44 vars in 1035 bytes} [Mon May 4 20:43:16 2026] GET /v2.0/subnets/public-subnet?network_id=d2f37756-045d-4d98-b0bd-f6c6350c9c3c => generated 113 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 175/349] 199.19.213.134 () {44 vars in 1058 bytes} [Mon May 4 20:43:16 2026] GET /v2.0/subnets?name=public-subnet&network_id=d2f37756-045d-4d98-b0bd-f6c6350c9c3c => generated 667 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 20:43:44.787 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f1ece95d-8a29-48ac-937c-c9d65a8b1677 4c6270f81f3942238fa85e81863f50e6 0304d75d28de4f31a47941a292d00dbf - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 178/354] 199.19.213.134 () {44 vars in 938 bytes} [Mon May 4 20:43:44 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 131 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 177/355] 199.19.213.134 () {44 vars in 960 bytes} [Mon May 4 20:43:44 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 20:43:45.783 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a6605c37-bc63-42b6-9b0b-ef8501100147 4c6270f81f3942238fa85e81863f50e6 0304d75d28de4f31a47941a292d00dbf - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 179/356] 199.19.213.134 () {44 vars in 938 bytes} [Mon May 4 20:43:45 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/357] 199.19.213.134 () {44 vars in 960 bytes} [Mon May 4 20:43:45 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 20:43:45.866 7 INFO neutron.pecan_wsgi.hooks.translation [None req-45bf0305-e943-4eb5-8634-d7659554e59d 4c6270f81f3942238fa85e81863f50e6 0304d75d28de4f31a47941a292d00dbf - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 180/358] 199.19.213.134 () {44 vars in 1037 bytes} [Mon May 4 20:43:45 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=458764e1-034e-486b-9619-326695d8716f => generated 114 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/359] 199.19.213.134 () {44 vars in 1060 bytes} [Mon May 4 20:43:45 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=458764e1-034e-486b-9619-326695d8716f => generated 654 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 20:43:47.019 7 INFO neutron.api.v2.resource [None req-57ab8bb7-fddf-453f-89da-00c8e33f8958 4c6270f81f3942238fa85e81863f50e6 0304d75d28de4f31a47941a292d00dbf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 181/360] 199.19.213.134 () {44 vars in 972 bytes} [Mon May 4 20:43:46 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/361] 199.19.213.134 () {44 vars in 994 bytes} [Mon May 4 20:43:47 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/364] 199.19.213.134 () {44 vars in 1002 bytes} [Mon May 4 20:43:48 2026] GET /v2.0/security-groups/a1f9ee4a-c8b2-457e-99db-aede49f24c18 => generated 4694 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/365] 199.19.213.134 () {44 vars in 1002 bytes} [Mon May 4 20:43:48 2026] GET /v2.0/security-groups/a1f9ee4a-c8b2-457e-99db-aede49f24c18 => generated 4694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/366] 199.19.213.134 () {44 vars in 1012 bytes} [Mon May 4 20:43:48 2026] GET /v2.0/security-group-rules/4a989484-8682-4168-a847-7d52aa1eb986 => generated 601 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/367] 199.19.213.134 () {44 vars in 1002 bytes} [Mon May 4 20:43:49 2026] GET /v2.0/security-groups/a1f9ee4a-c8b2-457e-99db-aede49f24c18 => generated 4694 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/368] 199.19.213.134 () {44 vars in 1002 bytes} [Mon May 4 20:43:49 2026] GET /v2.0/security-groups/a1f9ee4a-c8b2-457e-99db-aede49f24c18 => generated 4694 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/369] 199.19.213.134 () {44 vars in 1012 bytes} [Mon May 4 20:43:49 2026] GET /v2.0/security-group-rules/d22b5297-e50d-4025-855b-747372fac9fd => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/370] 199.19.213.134 () {44 vars in 1002 bytes} [Mon May 4 20:43:50 2026] GET /v2.0/security-groups/a1f9ee4a-c8b2-457e-99db-aede49f24c18 => generated 4694 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/371] 199.19.213.134 () {44 vars in 1002 bytes} [Mon May 4 20:43:50 2026] GET /v2.0/security-groups/a1f9ee4a-c8b2-457e-99db-aede49f24c18 => generated 4694 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/372] 199.19.213.134 () {44 vars in 1012 bytes} [Mon May 4 20:43:50 2026] GET /v2.0/security-group-rules/a84f9436-a166-4bc5-a383-92439fafb50d => generated 603 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/373] 199.19.213.134 () {44 vars in 1002 bytes} [Mon May 4 20:43:51 2026] GET /v2.0/security-groups/a1f9ee4a-c8b2-457e-99db-aede49f24c18 => generated 4694 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/374] 199.19.213.134 () {44 vars in 1002 bytes} [Mon May 4 20:43:51 2026] GET /v2.0/security-groups/a1f9ee4a-c8b2-457e-99db-aede49f24c18 => generated 4694 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/375] 199.19.213.134 () {44 vars in 1012 bytes} [Mon May 4 20:43:51 2026] GET /v2.0/security-group-rules/af5975ed-6ba4-40fc-a74f-554f46613fdb => generated 603 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/376] 199.19.213.134 () {44 vars in 1002 bytes} [Mon May 4 20:43:52 2026] GET /v2.0/security-groups/a1f9ee4a-c8b2-457e-99db-aede49f24c18 => generated 4694 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/377] 199.19.213.134 () {44 vars in 1002 bytes} [Mon May 4 20:43:52 2026] GET /v2.0/security-groups/a1f9ee4a-c8b2-457e-99db-aede49f24c18 => 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: 189/378] 199.19.213.134 () {44 vars in 1012 bytes} [Mon May 4 20:43:52 2026] GET /v2.0/security-group-rules/5a25bbef-6b1e-4384-90c3-aa76f3e756a4 => generated 603 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/379] 199.19.213.134 () {44 vars in 988 bytes} [Mon May 4 20:43:53 2026] GET /v2.0/networks/458764e1-034e-486b-9619-326695d8716f => generated 732 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 20:43:53.405 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e7a1cec3-561d-404a-88c9-ba6bde15907a 4c6270f81f3942238fa85e81863f50e6 0304d75d28de4f31a47941a292d00dbf - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 190/380] 199.19.213.134 () {44 vars in 1077 bytes} [Mon May 4 20:43:53 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=458764e1-034e-486b-9619-326695d8716f => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/381] 199.19.213.134 () {44 vars in 1100 bytes} [Mon May 4 20:43:53 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=458764e1-034e-486b-9619-326695d8716f => generated 1254 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/382] 199.19.213.134 () {44 vars in 1002 bytes} [Mon May 4 20:43:53 2026] GET /v2.0/security-groups/a1f9ee4a-c8b2-457e-99db-aede49f24c18 => generated 4694 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 20:44:00.971 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7ddc7e1b-cf5a-488c-a11f-85499dbd99dc 4c6270f81f3942238fa85e81863f50e6 0304d75d28de4f31a47941a292d00dbf - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 192/383] 199.19.213.134 () {44 vars in 980 bytes} [Mon May 4 20:44:00 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/384] 199.19.213.134 () {44 vars in 1002 bytes} [Mon May 4 20:44:00 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/387] 199.19.213.134 () {44 vars in 921 bytes} [Mon May 4 20:44:02 2026] GET /v2.0/ports => generated 4725 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 20:44:03.643 7 INFO neutron.api.v2.resource [None req-c88b7dce-0f44-4696-b4f8-dc398f33b6da 4c6270f81f3942238fa85e81863f50e6 0304d75d28de4f31a47941a292d00dbf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 194/388] 199.19.213.134 () {44 vars in 960 bytes} [Mon May 4 20:44:03 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/389] 199.19.213.134 () {44 vars in 982 bytes} [Mon May 4 20:44:03 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/390] 199.19.213.134 () {44 vars in 1002 bytes} [Mon May 4 20:44:04 2026] GET /v2.0/security-groups/a047e138-1393-4b02-bde8-3045f9a58a09 => generated 2886 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/391] 199.19.213.134 () {44 vars in 1002 bytes} [Mon May 4 20:44:04 2026] GET /v2.0/security-groups/a047e138-1393-4b02-bde8-3045f9a58a09 => generated 2886 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/392] 199.19.213.134 () {44 vars in 1012 bytes} [Mon May 4 20:44:04 2026] GET /v2.0/security-group-rules/8d06c9e3-82fc-4f9b-a9cc-d8ca01422a05 => generated 623 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/393] 199.19.213.134 () {44 vars in 1002 bytes} [Mon May 4 20:44:05 2026] GET /v2.0/security-groups/a047e138-1393-4b02-bde8-3045f9a58a09 => generated 2886 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/394] 199.19.213.134 () {44 vars in 1002 bytes} [Mon May 4 20:44:05 2026] GET /v2.0/security-groups/a047e138-1393-4b02-bde8-3045f9a58a09 => generated 2886 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/395] 199.19.213.134 () {44 vars in 1012 bytes} [Mon May 4 20:44:05 2026] GET /v2.0/security-group-rules/d54f6a52-a95a-4cac-a8a3-bded8206306b => generated 627 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/396] 199.19.213.134 () {44 vars in 976 bytes} [Mon May 4 20:44:16 2026] GET /v2.0/quotas/0304d75d28de4f31a47941a292d00dbf => generated 291 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 20:45:08.483 7 INFO neutron.api.v2.resource [None req-8826cce9-3e8b-42a3-8b2f-6f570e00fd7e 4c6270f81f3942238fa85e81863f50e6 0304d75d28de4f31a47941a292d00dbf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 203/405] 199.19.213.134 () {44 vars in 1075 bytes} [Mon May 4 20:45:08 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=3c0b674d671347f0a1b1a754942cbbdc => generated 139 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/406] 199.19.213.134 () {44 vars in 1098 bytes} [Mon May 4 20:45:08 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=3c0b674d671347f0a1b1a754942cbbdc => generated 4072 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/407] 199.19.213.134 () {44 vars in 1089 bytes} [Mon May 4 20:45:09 2026] GET /v2.0/security-groups/76b68e7d-d1cb-4102-9433-39781cdecfb5?project_id=3c0b674d671347f0a1b1a754942cbbdc => generated 4075 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/408] 199.19.213.134 () {44 vars in 1002 bytes} [Mon May 4 20:45:09 2026] GET /v2.0/security-groups/76b68e7d-d1cb-4102-9433-39781cdecfb5 => generated 4075 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/409] 199.19.213.134 () {44 vars in 1012 bytes} [Mon May 4 20:45:09 2026] GET /v2.0/security-group-rules/31eac64b-deb3-4993-a1cb-cd2bb63b40b8 => generated 597 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/410] 199.19.213.134 () {44 vars in 1089 bytes} [Mon May 4 20:45:10 2026] GET /v2.0/security-groups/76b68e7d-d1cb-4102-9433-39781cdecfb5?project_id=3c0b674d671347f0a1b1a754942cbbdc => generated 4075 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/411] 199.19.213.134 () {44 vars in 1002 bytes} [Mon May 4 20:45:10 2026] GET /v2.0/security-groups/76b68e7d-d1cb-4102-9433-39781cdecfb5 => generated 4075 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/412] 199.19.213.134 () {44 vars in 1012 bytes} [Mon May 4 20:45:10 2026] GET /v2.0/security-group-rules/fd469f62-dc2d-46f0-9376-843666b0920d => generated 599 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/413] 199.19.213.134 () {44 vars in 1089 bytes} [Mon May 4 20:45:11 2026] GET /v2.0/security-groups/76b68e7d-d1cb-4102-9433-39781cdecfb5?project_id=3c0b674d671347f0a1b1a754942cbbdc => generated 4075 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/414] 199.19.213.134 () {44 vars in 1002 bytes} [Mon May 4 20:45:11 2026] GET /v2.0/security-groups/76b68e7d-d1cb-4102-9433-39781cdecfb5 => generated 4075 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/415] 199.19.213.134 () {44 vars in 1012 bytes} [Mon May 4 20:45:11 2026] GET /v2.0/security-group-rules/d41ce80b-e990-406c-a7ba-07d5f67f295c => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/416] 199.19.213.134 () {44 vars in 1089 bytes} [Mon May 4 20:45:12 2026] GET /v2.0/security-groups/76b68e7d-d1cb-4102-9433-39781cdecfb5?project_id=3c0b674d671347f0a1b1a754942cbbdc => generated 4075 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/417] 199.19.213.134 () {44 vars in 1002 bytes} [Mon May 4 20:45:12 2026] GET /v2.0/security-groups/76b68e7d-d1cb-4102-9433-39781cdecfb5 => generated 4075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/418] 199.19.213.134 () {44 vars in 1012 bytes} [Mon May 4 20:45:12 2026] GET /v2.0/security-group-rules/1c04969e-3e6e-4b28-8a01-df63b462a790 => generated 602 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/421] 199.19.213.134 () {44 vars in 976 bytes} [Mon May 4 20:45:19 2026] GET /v2.0/quotas/3c0b674d671347f0a1b1a754942cbbdc => generated 291 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0)