+++ date ++ echo 'INFO: =================== Thu Dec 4 02:11:27 AM UTC 2025 ===================' INFO: =================== Thu Dec 4 02:11:27 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ awk '{print $2}' +++ head -n 1 +++ grep 'inet ' ++ DEFAULT_LOCAL_IP=10.0.0.41 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.41 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.41 ++ ANALYTICSDB_NODES=10.0.0.41 ++ ANALYTICS_SNMP_NODES=10.0.0.41 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8081 ' +++ '[' -n '10.0.0.41:8081 ' ']' +++ echo 10.0.0.41:8081 ++ ANALYTICS_SERVERS=10.0.0.41:8081 +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9042 ' +++ '[' -n '10.0.0.41:9042 ' ']' +++ echo 10.0.0.41:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.41:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.41 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8086 ' +++ '[' -n '10.0.0.41:8086 ' ']' +++ echo 10.0.0.41:8086 ++ COLLECTOR_SERVERS=10.0.0.41:8086 ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.41 ++ CONFIGDB_NODES=10.0.0.41 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8082 ' +++ '[' -n '10.0.0.41:8082 ' ']' +++ echo 10.0.0.41:8082 ++ CONFIG_SERVERS=10.0.0.41:8082 +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9161 ' +++ '[' -n '10.0.0.41:9161 ' ']' +++ echo 10.0.0.41:9161 ++ CONFIGDB_SERVERS=10.0.0.41:9161 +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9041 ' +++ '[' -n '10.0.0.41:9041 ' ']' +++ echo 10.0.0.41:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.41:9041 ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.18 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.18 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.41 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:2181, +++ '[' -n 10.0.0.41:2181, ']' +++ echo 10.0.0.41:2181 ++ ZOOKEEPER_SERVERS=10.0.0.41:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:2181 ' +++ '[' -n '10.0.0.41:2181 ' ']' +++ echo 10.0.0.41:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.41:2181 ++ RABBITMQ_NODES=10.0.0.41 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:5673, +++ '[' -n 10.0.0.41:5673, ']' +++ echo 10.0.0.41:5673 ++ RABBITMQ_SERVERS=10.0.0.41:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:6379 ' +++ '[' -n '10.0.0.41:6379 ' ']' +++ echo 10.0.0.41:6379 ++ REDIS_SERVERS=10.0.0.41:6379 ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.41 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9092 ' +++ '[' -n '10.0.0.41:9092 ' ']' +++ echo 10.0.0.41:9092 ++ KAFKA_SERVERS=10.0.0.41:9092 ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.41 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.41 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.41 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.41 ++ cut -d , -f 1 + local cassandra=10.0.0.41 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.41 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ cut -d ' ' -f 1 +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.41 +++ local servers=10.0.0.41 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.41,10.20.0.18,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.41'\''))' +++ local server_ip=10.0.0.41 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.41 ]] +++ [[ ,10.0.0.41,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.41, ]] +++ echo 10.0.0.41 1 +++ return ++ local ip=10.0.0.41 ++ [[ -z 10.0.0.41 ]] ++ echo 10.0.0.41 + host_ip=10.0.0.41 + [[ cql == \c\q\l ]] ++ echo 10.0.0.41:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.41:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.41:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ sort ++ cut -d = -f 1 ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 12/04/2025 02:11:36.484 7f66c808e340 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 12/04/2025 02:11:36.617 7f66c808e340 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 12/04/2025 02:11:36.628 7f66c808e340 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 12/04/2025 02:11:36.628 7f66c808e340 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://localhost:8095/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.41:8082/ Hit Ctrl-C to quit. 10.0.0.41 - - [2025-12-04 02:11:40] "GET / HTTP/1.1" 503 181 0.000233 10.0.0.41 - - [2025-12-04 02:11:40] "GET / HTTP/1.1" 503 181 0.000207 10.0.0.41 - - [2025-12-04 02:11:41] "GET / HTTP/1.1" 200 45871 0.001415 10.0.0.41 - - [2025-12-04 02:11:41] "GET / HTTP/1.1" 200 45871 0.001169 Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.41 - - [2025-12-04 02:11:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000519 10.0.0.41 - - [2025-12-04 02:11:41] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000257 10.0.0.41 - - [2025-12-04 02:11:42] "GET / HTTP/1.1" 200 35931 0.002170 10.0.0.41 - - [2025-12-04 02:11:42] "GET / HTTP/1.1" 200 35931 0.001604 10.0.0.41 - - [2025-12-04 02:11:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000360 10.0.0.41 - - [2025-12-04 02:11:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.923535 10.0.0.41 - - [2025-12-04 02:11:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002716 10.0.0.41 - - [2025-12-04 02:11:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.364275 10.0.0.41 - - [2025-12-04 02:11:43] "GET /global-system-config/79aa67e8-059a-4df6-a57c-a50078f8c0d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.011245 10.0.0.41 - - [2025-12-04 02:11:43] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.679664 10.0.0.41 - - [2025-12-04 02:11:43] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.002365 10.0.0.41 - - [2025-12-04 02:11:43] "POST /fqname-to-id HTTP/1.1" 404 220 0.003427 10.0.0.41 - - [2025-12-04 02:11:43] "GET / HTTP/1.1" 200 35931 0.002210 10.0.0.41 - - [2025-12-04 02:11:43] "POST /config-nodes HTTP/1.1" 200 599 0.049867 10.0.0.41 - - [2025-12-04 02:11:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000545 10.0.0.41 - - [2025-12-04 02:11:43] "GET / HTTP/1.1" 200 35931 0.001347 10.0.0.41 - - [2025-12-04 02:11:43] "GET / HTTP/1.1" 200 35931 0.001225 10.0.0.41 - - [2025-12-04 02:11:43] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000532 10.0.0.41 - - [2025-12-04 02:11:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000587 /usr/local/lib/python3.9/site-packages/keystoneauth1/adapter.py:278: UserWarning: Using keystoneclient sessions has been deprecated. Please update your software to use keystoneauth1. warnings.warn( 10.0.0.41 - - [2025-12-04 02:11:44] "POST /fqname-to-id HTTP/1.1" 404 186 0.641702 10.0.0.41 - - [2025-12-04 02:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002644 10.0.0.41 - - [2025-12-04 02:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.378080 10.0.0.41 - - [2025-12-04 02:11:44] "GET /global-system-config/79aa67e8-059a-4df6-a57c-a50078f8c0d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.011289 10.0.0.41 - - [2025-12-04 02:11:44] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.115965 10.0.0.41 - - [2025-12-04 02:11:44] "GET /network-ipam/450ab664-d67b-49c5-ae0b-4c84cbff6577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.006542 10.0.0.41 - - [2025-12-04 02:11:44] "POST /service-appliance-sets HTTP/1.1" 200 553 0.024729 10.0.0.41 - - [2025-12-04 02:11:44] "POST /fqname-to-id HTTP/1.1" 404 180 0.003042 10.0.0.41 - - [2025-12-04 02:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.41 - - [2025-12-04 02:11:44] "GET /global-system-config/79aa67e8-059a-4df6-a57c-a50078f8c0d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.005837 10.0.0.41 - - [2025-12-04 02:11:44] "POST /service-appliance-sets HTTP/1.1" 200 541 0.023093 10.0.0.41 - - [2025-12-04 02:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.41 - - [2025-12-04 02:11:44] "GET /network-ipam/450ab664-d67b-49c5-ae0b-4c84cbff6577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.009471 10.0.0.41 - - [2025-12-04 02:11:45] "POST /service-templates HTTP/1.1" 200 511 0.020513 10.0.0.41 - - [2025-12-04 02:11:45] "POST /service-templates HTTP/1.1" 200 501 0.018468 10.0.0.41 - - [2025-12-04 02:11:45] "POST /fqname-to-id HTTP/1.1" 404 225 0.003561 10.0.0.41 - - [2025-12-04 02:11:45] "POST /service-templates HTTP/1.1" 200 515 0.025502 10.0.0.41 - - [2025-12-04 02:11:45] "POST /access-control-lists HTTP/1.1" 200 587 0.030196 10.0.0.41 - - [2025-12-04 02:11:45] "POST /fqname-to-id HTTP/1.1" 404 224 0.003973 10.0.0.41 - - [2025-12-04 02:11:45] "POST /service-templates HTTP/1.1" 200 535 0.020188 10.0.0.41 - - [2025-12-04 02:11:45] "GET / HTTP/1.1" 200 35931 0.002253 10.0.0.41 - - [2025-12-04 02:11:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000443 10.0.0.41 - - [2025-12-04 02:11:45] "POST /access-control-lists HTTP/1.1" 200 585 0.025842 10.0.0.41 - - [2025-12-04 02:11:45] "POST /service-templates HTTP/1.1" 200 507 0.018183 10.0.0.41 - - [2025-12-04 02:11:45] "POST /route-targets HTTP/1.1" 200 327 0.012435 10.0.0.41 - - [2025-12-04 02:11:45] "POST /ref-update HTTP/1.1" 200 156 0.010020 10.0.0.41 - - [2025-12-04 02:11:45] "POST /route-targets HTTP/1.1" 200 327 0.012641 10.0.0.41 - - [2025-12-04 02:11:45] "POST /ref-update HTTP/1.1" 200 156 0.010364 10.0.0.41 - - [2025-12-04 02:11:45] "POST /route-targets HTTP/1.1" 200 327 0.016637 10.0.0.41 - - [2025-12-04 02:11:45] "POST /ref-update HTTP/1.1" 200 156 0.010873 10.0.0.41 - - [2025-12-04 02:11:45] "POST /route-targets HTTP/1.1" 200 327 0.012137 10.0.0.41 - - [2025-12-04 02:11:45] "POST /ref-update HTTP/1.1" 200 156 0.022228 10.0.0.41 - - [2025-12-04 02:11:45] "POST /fqname-to-id HTTP/1.1" 404 201 0.002696 10.0.0.41 - - [2025-12-04 02:11:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.316910 10.0.0.41 - - [2025-12-04 02:11:45] "GET /global-system-config/79aa67e8-059a-4df6-a57c-a50078f8c0d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.004756 10.0.0.41 - - [2025-12-04 02:11:46] "POST /fqname-to-id HTTP/1.1" 404 220 0.002800 10.0.0.41 - - [2025-12-04 02:11:46] "POST /access-control-lists HTTP/1.1" 200 551 0.068914 10.0.0.41 - - [2025-12-04 02:11:46] "PUT /access-control-list/7405a5b4-832c-40ab-9638-6c2c3bdafca0 HTTP/1.1" 200 272 0.009311 10.0.0.41 - - [2025-12-04 02:11:46] "POST /config-database-nodes HTTP/1.1" 200 617 0.020077 10.0.0.41 - - [2025-12-04 02:11:46] "PUT /access-control-list/5f7969aa-9194-41dc-8e33-25245750886a HTTP/1.1" 200 272 0.009071 10.0.0.41 - - [2025-12-04 02:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.41 - - [2025-12-04 02:11:49] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1215 0.003391 10.0.0.41 - - [2025-12-04 02:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.41 - - [2025-12-04 02:11:49] "PUT /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee HTTP/1.1" 200 276 0.009575 10.0.0.41 - - [2025-12-04 02:11:49] "GET / HTTP/1.1" 200 35931 0.001567 10.0.0.41 - - [2025-12-04 02:11:49] "POST /alarms HTTP/1.1" 401 292 0.000388 10.0.0.41 - - [2025-12-04 02:11:50] "POST /alarms HTTP/1.1" 200 581 0.039066 10.0.0.41 - - [2025-12-04 02:11:50] "POST /alarms HTTP/1.1" 200 575 0.014748 10.0.0.41 - - [2025-12-04 02:11:50] "POST /alarms HTTP/1.1" 200 575 0.017063 10.0.0.41 - - [2025-12-04 02:11:50] "POST /alarms HTTP/1.1" 200 559 0.025303 10.0.0.41 - - [2025-12-04 02:11:50] "POST /alarms HTTP/1.1" 200 555 0.018174 10.0.0.41 - - [2025-12-04 02:11:50] "POST /alarms HTTP/1.1" 200 557 0.015519 10.0.0.41 - - [2025-12-04 02:11:50] "POST /alarms HTTP/1.1" 200 565 0.015473 10.0.0.41 - - [2025-12-04 02:11:50] "POST /alarms HTTP/1.1" 200 549 0.050026 10.0.0.41 - - [2025-12-04 02:11:50] "POST /alarms HTTP/1.1" 200 557 0.016159 10.0.0.41 - - [2025-12-04 02:11:50] "POST /alarms HTTP/1.1" 200 567 0.016907 10.0.0.41 - - [2025-12-04 02:11:50] "POST /alarms HTTP/1.1" 200 555 0.016271 10.0.0.41 - - [2025-12-04 02:11:51] "POST /alarms HTTP/1.1" 200 567 0.021260 10.0.0.41 - - [2025-12-04 02:11:51] "POST /alarms HTTP/1.1" 200 575 0.064531 10.0.0.41 - - [2025-12-04 02:11:51] "POST /alarms HTTP/1.1" 200 569 0.017298 10.0.0.41 - - [2025-12-04 02:11:51] "POST /alarms HTTP/1.1" 200 561 0.017566 10.0.0.41 - - [2025-12-04 02:11:51] "POST /alarms HTTP/1.1" 200 561 0.015609 10.0.0.41 - - [2025-12-04 02:11:51] "POST /alarms HTTP/1.1" 200 561 0.019725 10.0.0.41 - - [2025-12-04 02:11:51] "POST /alarms HTTP/1.1" 200 547 0.028904 10.0.0.41 - - [2025-12-04 02:11:51] "POST /alarms HTTP/1.1" 200 595 0.016790 10.0.0.41 - - [2025-12-04 02:11:51] "POST /alarms HTTP/1.1" 200 575 0.017262 10.0.0.41 - - [2025-12-04 02:11:51] "POST /alarms HTTP/1.1" 200 571 0.023746 10.0.0.41 - - [2025-12-04 02:11:51] "POST /alarms HTTP/1.1" 200 583 0.023928 10.0.0.41 - - [2025-12-04 02:11:51] "POST /alarms HTTP/1.1" 200 609 0.032577 10.0.0.41 - - [2025-12-04 02:11:52] "GET / HTTP/1.1" 200 35931 0.001459 10.0.0.41 - - [2025-12-04 02:11:52] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000365 10.0.0.41 - - [2025-12-04 02:11:52] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.023539 10.0.0.41 - - [2025-12-04 02:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002671 10.0.0.41 - - [2025-12-04 02:11:52] "PUT /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee HTTP/1.1" 200 276 0.009382 10.0.0.41 - - [2025-12-04 02:11:52] "GET / HTTP/1.1" 200 35931 0.002160 10.0.0.41 - - [2025-12-04 02:11:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000363 10.0.0.41 - - [2025-12-04 02:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.023653 10.0.0.41 - - [2025-12-04 02:11:53] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003218 10.0.0.41 - - [2025-12-04 02:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.41 - - [2025-12-04 02:11:53] "PUT /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee HTTP/1.1" 200 276 0.008141 10.0.0.41 - - [2025-12-04 02:11:53] "GET / HTTP/1.1" 200 35931 0.001472 10.0.0.41 - - [2025-12-04 02:11:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000367 10.0.0.41 - - [2025-12-04 02:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.023156 10.0.0.41 - - [2025-12-04 02:11:53] "GET /global-system-config/79aa67e8-059a-4df6-a57c-a50078f8c0d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.005377 10.0.0.41 - - [2025-12-04 02:11:53] "PUT /global-system-config/79aa67e8-059a-4df6-a57c-a50078f8c0d9 HTTP/1.1" 200 274 0.018715 10.0.0.41 - - [2025-12-04 02:12:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.41 - - [2025-12-04 02:12:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.41 - - [2025-12-04 02:12:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000488 10.0.0.41 - - [2025-12-04 02:12:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.41 - - [2025-12-04 02:12:39] "GET / HTTP/1.1" 200 35931 0.001579 10.0.0.41 - - [2025-12-04 02:12:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000338 10.0.0.41 - - [2025-12-04 02:12:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.023169 10.0.0.41 - - [2025-12-04 02:12:39] "GET /routing-instance/77a36b6a-5da8-4da2-9161-5ddbb97a3a21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.003462 10.0.0.41 - - [2025-12-04 02:12:39] "POST /bgp-routers HTTP/1.1" 200 620 0.019402 10.0.0.41 - - [2025-12-04 02:12:39] "GET /bgp-router/fc127875-caf5-4ec0-baa2-a83256037013?fields=global_system_config_back_refs HTTP/1.1" 200 1117 0.005346 10.0.0.41 - - [2025-12-04 02:12:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.41 - - [2025-12-04 02:12:39] "GET /global-system-config/79aa67e8-059a-4df6-a57c-a50078f8c0d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.006632 10.0.0.41 - - [2025-12-04 02:12:39] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003176 10.0.0.41 - - [2025-12-04 02:12:39] "POST /ref-update HTTP/1.1" 200 156 0.007549 10.0.0.41 - - [2025-12-04 02:13:06] "GET / HTTP/1.1" 200 35931 0.001623 10.0.0.41 - - [2025-12-04 02:13:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000527 10.0.0.41 - - [2025-12-04 02:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.029027 10.0.0.41 - - [2025-12-04 02:13:06] "GET /global-system-config/79aa67e8-059a-4df6-a57c-a50078f8c0d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.012369 10.0.0.41 - - [2025-12-04 02:13:06] "POST /fqname-to-id HTTP/1.1" 404 220 0.002824 10.0.0.41 - - [2025-12-04 02:13:06] "POST /database-nodes HTTP/1.1" 200 603 0.019920 10.0.0.41 - - [2025-12-04 02:13:34] "GET / HTTP/1.1" 200 35931 0.001585 10.0.0.41 - - [2025-12-04 02:13:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000390 10.0.0.41 - - [2025-12-04 02:13:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.025598 10.0.0.41 - - [2025-12-04 02:13:34] "GET /global-system-config/79aa67e8-059a-4df6-a57c-a50078f8c0d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.005341 10.0.0.41 - - [2025-12-04 02:13:34] "POST /fqname-to-id HTTP/1.1" 404 220 0.002908 10.0.0.41 - - [2025-12-04 02:13:34] "POST /analytics-nodes HTTP/1.1" 200 605 0.017373 10.0.0.41 - - [2025-12-04 02:13:40] "GET / HTTP/1.1" 200 35931 0.002491 The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.41 - - [2025-12-04 02:13:46] "GET /obj-perms HTTP/1.1" 200 5056 0.377851 10.0.0.41 - - [2025-12-04 02:13:47] "GET /obj-perms HTTP/1.1" 200 5056 0.094114 10.0.0.41 - - [2025-12-04 02:13:49] "GET / HTTP/1.1" 200 35931 0.001841 10.0.0.41 - - [2025-12-04 02:13:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000412 10.0.0.41 - - [2025-12-04 02:13:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.030910 10.0.0.41 - - [2025-12-04 02:13:49] "GET /global-system-config/79aa67e8-059a-4df6-a57c-a50078f8c0d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.006416 10.0.0.41 - - [2025-12-04 02:13:49] "POST /fqname-to-id HTTP/1.1" 404 220 0.004965 10.0.0.41 - - [2025-12-04 02:13:50] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.018225 10.0.0.41 - - [2025-12-04 02:14:02] "GET / HTTP/1.1" 200 35931 0.001550 10.0.0.41 - - [2025-12-04 02:14:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000488 10.0.0.41 - - [2025-12-04 02:14:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.032304 10.0.0.41 - - [2025-12-04 02:14:03] "GET /global-system-config/79aa67e8-059a-4df6-a57c-a50078f8c0d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.008538 10.0.0.41 - - [2025-12-04 02:14:03] "POST /fqname-to-id HTTP/1.1" 404 220 0.004249 10.0.0.41 - - [2025-12-04 02:14:03] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.019597 10.0.0.41 - - [2025-12-04 02:14:47] "GET /obj-perms HTTP/1.1" 200 5056 0.056149 10.0.0.41 - - [2025-12-04 02:14:48] "GET /obj-perms HTTP/1.1" 200 5056 0.061947 10.0.0.41 - - [2025-12-04 02:15:39] "GET / HTTP/1.1" 200 35931 0.001477 10.0.0.41 - - [2025-12-04 02:15:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000499 10.0.0.41 - - [2025-12-04 02:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.032987 10.0.0.41 - - [2025-12-04 02:15:40] "GET /global-system-config/79aa67e8-059a-4df6-a57c-a50078f8c0d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.006438 10.0.0.41 - - [2025-12-04 02:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.014886 10.0.0.41 - - [2025-12-04 02:15:40] "GET /routing-instance/77a36b6a-5da8-4da2-9161-5ddbb97a3a21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.003796 10.0.0.41 - - [2025-12-04 02:15:40] "PUT /global-system-config/79aa67e8-059a-4df6-a57c-a50078f8c0d9 HTTP/1.1" 200 274 0.011021 10.0.0.41 - - [2025-12-04 02:15:40] "POST /fqname-to-id HTTP/1.1" 404 218 0.002908 10.0.0.41 - - [2025-12-04 02:15:40] "POST /virtual-routers HTTP/1.1" 200 603 0.025553 10.0.0.41 - - [2025-12-04 02:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.41 - - [2025-12-04 02:15:40] "GET /virtual-router/4bc638ca-0e2c-4ac9-aa1b-6368baa6476c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.007246 10.0.0.41 - - [2025-12-04 02:15:40] "POST /fqname-to-id HTTP/1.1" 404 231 0.002846 10.0.0.41 - - [2025-12-04 02:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.41 - - [2025-12-04 02:15:40] "GET /virtual-network/04f2fed1-101d-42a7-8590-e06d10db7b69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.005342 10.0.0.41 - - [2025-12-04 02:15:40] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.057375 10.0.0.41 - - [2025-12-04 02:15:41] "PUT /access-control-list/be2ae7cb-51bb-407b-8ded-681cc738ee29 HTTP/1.1" 200 272 0.012818 [Introspect:8084]10.0.0.41 - - [2025-12-04 02:15:45] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000946 [Introspect:8084]10.0.0.41 - - [2025-12-04 02:15:45] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000786 [Introspect:8084]10.0.0.41 - - [2025-12-04 02:15:47] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000869 [Introspect:8084]10.0.0.41 - - [2025-12-04 02:15:47] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000831 10.0.0.41 - - [2025-12-04 02:15:48] "GET /obj-perms HTTP/1.1" 200 5056 0.047684 10.0.0.41 - - [2025-12-04 02:15:48] "GET /obj-perms HTTP/1.1" 200 5056 0.041060 10.0.0.41 - - [2025-12-04 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.41 - - [2025-12-04 02:15:48] "GET /virtual-router/4bc638ca-0e2c-4ac9-aa1b-6368baa6476c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.003054 10.0.0.41 - - [2025-12-04 02:16:49] "GET /obj-perms HTTP/1.1" 200 5056 0.046843 10.0.0.41 - - [2025-12-04 02:16:49] "GET /obj-perms HTTP/1.1" 200 5056 0.052336 10.0.0.41 - - [2025-12-04 02:16:51] "GET / HTTP/1.1" 200 35931 0.002196 10.0.0.41 - - [2025-12-04 02:16:53] "GET /project/07b534c5-3482-4a93-bd78-d5c7c8041b6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000445 10.0.0.41 - - [2025-12-04 02:16:53] "GET /projects?obj_uuids=07b534c5-3482-4a93-bd78-d5c7c8041b6f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.023528 10.0.0.41 - - [2025-12-04 02:16:53] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001191 10.0.0.41 - - [2025-12-04 02:16:53] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.027506 10.0.0.41 - - [2025-12-04 02:16:53] "POST /id-to-fqname HTTP/1.1" 200 167 0.001184 10.0.0.41 - - [2025-12-04 02:16:53] "POST /fqname-to-id HTTP/1.1" 404 176 0.002045 10.0.0.41 - - [2025-12-04 02:16:53] "POST /security-groups HTTP/1.1" 200 568 0.065080 10.0.0.41 - - [2025-12-04 02:16:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.026176 10.0.0.41 - - [2025-12-04 02:16:53] "POST /projects HTTP/1.1" 200 539 0.219800 10.0.0.41 - - [2025-12-04 02:16:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.291764 10.0.0.41 - - [2025-12-04 02:16:53] "POST /access-control-lists HTTP/1.1" 200 573 0.056793 10.0.0.41 - - [2025-12-04 02:16:53] "GET /project/07b534c5-3482-4a93-bd78-d5c7c8041b6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.446967 10.0.0.41 - - [2025-12-04 02:16:53] "POST /fqname-to-id HTTP/1.1" 404 206 0.004928 10.0.0.41 - - [2025-12-04 02:16:53] "POST /access-control-lists HTTP/1.1" 200 571 0.061305 [Introspect:8084]10.0.0.41 - - [2025-12-04 02:16:54] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001083 10.0.0.41 - - [2025-12-04 02:16:54] "POST /fqname-to-id HTTP/1.1" 404 199 0.024595 10.0.0.41 - - [2025-12-04 02:16:54] "GET /projects?obj_uuids=7637d421-5bba-4fb6-9f50-0797ae2d33ff&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002408 10.0.0.41 - - [2025-12-04 02:16:54] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000972 10.0.0.41 - - [2025-12-04 02:16:54] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006367 10.0.0.41 - - [2025-12-04 02:16:54] "POST /id-to-fqname HTTP/1.1" 200 201 0.001547 10.0.0.41 - - [2025-12-04 02:16:54] "POST /fqname-to-id HTTP/1.1" 404 210 0.002886 10.0.0.41 - - [2025-12-04 02:16:54] "POST /security-groups HTTP/1.1" 200 602 0.066308 10.0.0.41 - - [2025-12-04 02:16:55] "POST /fqname-to-id HTTP/1.1" 404 245 0.002607 10.0.0.41 - - [2025-12-04 02:16:55] "POST /projects HTTP/1.1" 200 607 0.236204 10.0.0.41 - - [2025-12-04 02:16:55] "POST /access-control-lists HTTP/1.1" 200 607 0.064634 10.0.0.41 - - [2025-12-04 02:16:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.309403 10.0.0.41 - - [2025-12-04 02:16:55] "POST /fqname-to-id HTTP/1.1" 404 244 0.002925 10.0.0.41 - - [2025-12-04 02:16:55] "GET /project/7637d421-5bba-4fb6-9f50-0797ae2d33ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.434306 10.0.0.41 - - [2025-12-04 02:16:55] "POST /access-control-lists HTTP/1.1" 200 605 0.071563 10.0.0.41 - - [2025-12-04 02:16:56] "GET / HTTP/1.1" 200 35931 0.062995 10.0.0.41 - - [2025-12-04 02:16:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000423 10.0.0.41 - - [2025-12-04 02:16:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.061065 10.0.0.41 - - [2025-12-04 02:16:57] "GET /projects?obj_uuids=7637d421-5bba-4fb6-9f50-0797ae2d33ff&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000874 10.0.0.41 - - [2025-12-04 02:16:57] "GET /project/7637d421-5bba-4fb6-9f50-0797ae2d33ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.035928 10.0.0.41 - - [2025-12-04 02:16:57] "POST /neutron/network HTTP/1.1" 200 117 0.042707 10.0.0.41 - - [2025-12-04 02:16:57] "GET /projects?obj_uuids=7637d421-5bba-4fb6-9f50-0797ae2d33ff&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000947 10.0.0.41 - - [2025-12-04 02:16:57] "POST /neutron/network HTTP/1.1" 200 620 0.068359 10.0.0.41 - - [2025-12-04 02:16:57] "POST /route-targets HTTP/1.1" 200 327 0.011519 10.0.0.41 - - [2025-12-04 02:16:57] "POST /ref-update HTTP/1.1" 200 156 0.023285 10.0.0.41 - - [2025-12-04 02:16:57] "POST /useragent-kv HTTP/1.1" 200 115 0.004173 10.0.0.41 - - [2025-12-04 02:16:57] "POST /neutron/subnet HTTP/1.1" 200 720 0.220260 10.0.0.41 - - [2025-12-04 02:16:57] "POST /neutron/network HTTP/1.1" 200 838 0.006327 10.0.0.41 - - [2025-12-04 02:16:57] "POST /id-to-fqname HTTP/1.1" 200 233 0.001141 10.0.0.41 - - [2025-12-04 02:16:57] "GET /virtual-network/785e5b5f-3654-4731-82e8-865392a0a0af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004809 10.0.0.41 - - [2025-12-04 02:16:57] "POST /neutron/network HTTP/1.1" 200 838 0.005497 10.0.0.41 - - [2025-12-04 02:16:57] "GET /virtual-network/785e5b5f-3654-4731-82e8-865392a0a0af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006679 10.0.0.41 - - [2025-12-04 02:16:58] "POST /neutron/network HTTP/1.1" 200 838 0.005495 10.0.0.41 - - [2025-12-04 02:16:58] "POST /neutron/subnet HTTP/1.1" 200 720 0.006974 10.0.0.41 - - [2025-12-04 02:16:58] "GET /domains HTTP/1.1" 401 292 0.000391 10.0.0.41 - - [2025-12-04 02:16:58] "GET /domains HTTP/1.1" 200 280 0.031630 10.0.0.41 - - [2025-12-04 02:16:58] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000949 10.0.0.41 - - [2025-12-04 02:16:58] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a HTTP/1.1" 200 2585 0.012806 10.0.0.41 - - [2025-12-04 02:16:58] "GET /projects?obj_uuids=7637d421-5bba-4fb6-9f50-0797ae2d33ff&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001975 10.0.0.41 - - [2025-12-04 02:16:58] "GET /project/7637d421-5bba-4fb6-9f50-0797ae2d33ff HTTP/1.1" 200 2168 0.069736 10.0.0.41 - - [2025-12-04 02:16:58] "GET /virtual-network/785e5b5f-3654-4731-82e8-865392a0a0af HTTP/1.1" 200 2338 0.005883 10.0.0.41 - - [2025-12-04 02:16:58] "GET /virtual-network/785e5b5f-3654-4731-82e8-865392a0a0af HTTP/1.1" 200 2338 0.004671 10.0.0.41 - - [2025-12-04 02:16:58] "GET /routing-instance/00091090-c0a5-43a5-97f5-64d4d39685e1 HTTP/1.1" 200 1491 0.003433 10.0.0.41 - - [2025-12-04 02:16:58] "GET /routing-instance/00091090-c0a5-43a5-97f5-64d4d39685e1 HTTP/1.1" 200 1491 0.002960 10.0.0.41 - - [2025-12-04 02:16:58] "GET /route-target/c825fd9a-4863-4e55-9730-56ead767de64 HTTP/1.1" 200 1220 0.003716 10.0.0.41 - - [2025-12-04 02:16:58] "GET /virtual-network/785e5b5f-3654-4731-82e8-865392a0a0af HTTP/1.1" 200 2338 0.004503 10.0.0.41 - - [2025-12-04 02:16:58] "GET /routing-instance/00091090-c0a5-43a5-97f5-64d4d39685e1 HTTP/1.1" 200 1491 0.003016 10.0.0.41 - - [2025-12-04 02:16:58] "GET /virtual-network/785e5b5f-3654-4731-82e8-865392a0a0af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004339 10.0.0.41 - - [2025-12-04 02:16:58] "GET /virtual-network/785e5b5f-3654-4731-82e8-865392a0a0af HTTP/1.1" 200 2338 0.004378 10.0.0.41 - - [2025-12-04 02:16:58] "GET /routing-instance/00091090-c0a5-43a5-97f5-64d4d39685e1 HTTP/1.1" 200 1491 0.003235 10.0.0.41 - - [2025-12-04 02:16:58] "GET /routing-instance/00091090-c0a5-43a5-97f5-64d4d39685e1 HTTP/1.1" 200 1491 0.003844 10.0.0.41 - - [2025-12-04 02:16:58] "GET /route-target/c825fd9a-4863-4e55-9730-56ead767de64 HTTP/1.1" 200 1220 0.003486 10.0.0.41 - - [2025-12-04 02:16:58] "GET /domains HTTP/1.1" 200 280 0.002845 10.0.0.41 - - [2025-12-04 02:16:58] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000877 10.0.0.41 - - [2025-12-04 02:16:58] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a HTTP/1.1" 200 2585 0.006531 10.0.0.41 - - [2025-12-04 02:16:58] "GET /projects?obj_uuids=7637d421-5bba-4fb6-9f50-0797ae2d33ff&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000959 10.0.0.41 - - [2025-12-04 02:16:58] "GET /project/7637d421-5bba-4fb6-9f50-0797ae2d33ff HTTP/1.1" 200 2168 0.066389 10.0.0.41 - - [2025-12-04 02:16:58] "GET /virtual-network/785e5b5f-3654-4731-82e8-865392a0a0af HTTP/1.1" 200 2338 0.004784 10.0.0.41 - - [2025-12-04 02:16:59] "GET /obj-perms HTTP/1.1" 200 5052 0.054159 10.0.0.41 - - [2025-12-04 02:16:59] "POST /id-to-fqname HTTP/1.1" 200 233 0.001316 10.0.0.41 - - [2025-12-04 02:17:00] "POST /neutron/network HTTP/1.1" 200 848 0.007928 10.0.0.41 - - [2025-12-04 02:17:00] "GET /aaa-mode HTTP/1.1" 401 292 0.000375 10.0.0.41 - - [2025-12-04 02:17:01] "GET / HTTP/1.1" 200 35931 0.001573 10.0.0.41 - - [2025-12-04 02:17:01] "GET /project/7637d421-5bba-4fb6-9f50-0797ae2d33ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000535 10.0.0.41 - - [2025-12-04 02:17:01] "GET /projects?obj_uuids=7637d421-5bba-4fb6-9f50-0797ae2d33ff&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000984 10.0.0.41 - - [2025-12-04 02:17:01] "GET /project/7637d421-5bba-4fb6-9f50-0797ae2d33ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.067366 10.0.0.41 - - [2025-12-04 02:17:02] "POST /neutron/network HTTP/1.1" 200 838 0.031789 10.0.0.41 - - [2025-12-04 02:17:02] "POST /neutron/port HTTP/1.1" 200 117 0.007001 10.0.0.41 - - [2025-12-04 02:17:02] "POST /neutron/port HTTP/1.1" 200 117 0.005632 10.0.0.41 - - [2025-12-04 02:17:02] "POST /neutron/port HTTP/1.1" 200 117 0.004856 10.0.0.41 - - [2025-12-04 02:17:03] "POST /neutron/network HTTP/1.1" 200 848 0.005471 10.0.0.41 - - [2025-12-04 02:17:03] "GET /projects?obj_uuids=7637d421-5bba-4fb6-9f50-0797ae2d33ff&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001305 10.0.0.41 - - [2025-12-04 02:17:03] "POST /neutron/port HTTP/1.1" 200 1070 0.248701 10.0.0.41 - - [2025-12-04 02:17:03] "POST /neutron/port HTTP/1.1" 200 1070 0.031986 10.0.0.41 - - [2025-12-04 02:17:03] "POST /neutron/port HTTP/1.1" 200 1070 0.007510 10.0.0.41 - - [2025-12-04 02:17:04] "POST /neutron/port HTTP/1.1" 200 1124 0.065585 10.0.0.41 - - [2025-12-04 02:17:04] "POST /neutron/port HTTP/1.1" 200 1098 0.011602 10.0.0.41 - - [2025-12-04 02:17:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003538 10.0.0.41 - - [2025-12-04 02:17:04] "POST /neutron/subnet HTTP/1.1" 200 694 0.007328 10.0.0.41 - - [2025-12-04 02:17:04] "POST /neutron/port HTTP/1.1" 200 117 0.001073 10.0.0.41 - - [2025-12-04 02:17:04] "POST /neutron/network HTTP/1.1" 200 838 0.005491 10.0.0.41 - - [2025-12-04 02:17:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000454 10.0.0.41 - - [2025-12-04 02:17:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000486 10.0.0.41 - - [2025-12-04 02:17:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.41 - - [2025-12-04 02:17:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.41 - - [2025-12-04 02:17:07] "POST /neutron/port HTTP/1.1" 200 1098 0.012164 10.0.0.41 - - [2025-12-04 02:17:07] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007798 10.0.0.41 - - [2025-12-04 02:17:07] "GET /obj-perms HTTP/1.1" 200 5052 0.003667 10.0.0.41 - - [2025-12-04 02:17:08] "GET /obj-perms HTTP/1.1" 200 5052 0.004616 10.0.0.41 - - [2025-12-04 02:17:09] "GET /obj-perms HTTP/1.1" 200 5052 0.003202 10.0.0.41 - - [2025-12-04 02:17:10] "GET /obj-perms HTTP/1.1" 200 5052 0.003276 10.0.0.41 - - [2025-12-04 02:17:11] "GET /obj-perms HTTP/1.1" 200 5052 0.003308 10.0.0.41 - - [2025-12-04 02:17:12] "POST /neutron/network HTTP/1.1" 200 838 0.013134 10.0.0.41 - - [2025-12-04 02:17:12] "POST /neutron/network HTTP/1.1" 400 204 0.013956 10.0.0.41 - - [2025-12-04 02:17:13] "POST /neutron/port HTTP/1.1" 200 1098 0.010843 10.0.0.41 - - [2025-12-04 02:17:13] "POST /neutron/port HTTP/1.1" 200 1124 0.008833 10.0.0.41 - - [2025-12-04 02:17:13] "POST /neutron/port HTTP/1.1" 200 151 0.100480 10.0.0.41 - - [2025-12-04 02:17:14] "POST /neutron/network HTTP/1.1" 200 838 0.005982 10.0.0.41 - - [2025-12-04 02:17:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002377 10.0.0.41 - - [2025-12-04 02:17:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002231 10.0.0.41 - - [2025-12-04 02:17:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002570 10.0.0.41 - - [2025-12-04 02:17:14] "POST /neutron/network HTTP/1.1" 200 151 0.079336 10.0.0.41 - - [2025-12-04 02:17:14] "GET /routing-instance/00091090-c0a5-43a5-97f5-64d4d39685e1 HTTP/1.1" 404 171 0.008768 10.0.0.41 - - [2025-12-04 02:17:14] "GET /domains HTTP/1.1" 200 280 0.002107 10.0.0.41 - - [2025-12-04 02:17:14] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001911 10.0.0.41 - - [2025-12-04 02:17:14] "DELETE /route-target/c825fd9a-4863-4e55-9730-56ead767de64 HTTP/1.1" 200 115 0.036610 10.0.0.41 - - [2025-12-04 02:17:14] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a HTTP/1.1" 200 2585 0.051838 10.0.0.41 - - [2025-12-04 02:17:14] "GET /projects?obj_uuids=7637d421-5bba-4fb6-9f50-0797ae2d33ff&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000901 10.0.0.41 - - [2025-12-04 02:17:15] "GET /project/7637d421-5bba-4fb6-9f50-0797ae2d33ff HTTP/1.1" 200 1918 0.068695 10.0.0.41 - - [2025-12-04 02:17:15] "GET /projects?obj_uuids=7637d421-5bba-4fb6-9f50-0797ae2d33ff&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000897 10.0.0.41 - - [2025-12-04 02:17:15] "GET /project/7637d421-5bba-4fb6-9f50-0797ae2d33ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.030539 10.0.0.41 - - [2025-12-04 02:17:15] "GET /projects?obj_uuids=7637d421-5bba-4fb6-9f50-0797ae2d33ff&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000901 10.0.0.41 - - [2025-12-04 02:17:15] "GET /project/7637d421-5bba-4fb6-9f50-0797ae2d33ff?fields=virtual_networks HTTP/1.1" 200 1054 0.074027 10.0.0.41 - - [2025-12-04 02:17:15] "GET /projects?obj_uuids=7637d421-5bba-4fb6-9f50-0797ae2d33ff&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000896 10.0.0.41 - - [2025-12-04 02:17:15] "GET /project/7637d421-5bba-4fb6-9f50-0797ae2d33ff?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.030119 10.0.0.41 - - [2025-12-04 02:17:15] "GET /projects?obj_uuids=7637d421-5bba-4fb6-9f50-0797ae2d33ff&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000948 10.0.0.41 - - [2025-12-04 02:17:15] "GET /project/7637d421-5bba-4fb6-9f50-0797ae2d33ff?fields=security_groups HTTP/1.1" 200 1291 0.027428 10.0.0.41 - - [2025-12-04 02:17:16] "GET /projects?obj_uuids=07b534c5-3482-4a93-bd78-d5c7c8041b6f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000945 10.0.0.41 - - [2025-12-04 02:17:16] "GET /project/07b534c5-3482-4a93-bd78-d5c7c8041b6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.022028 10.0.0.41 - - [2025-12-04 02:17:19] "GET /projects?obj_uuids=07b534c5-3482-4a93-bd78-d5c7c8041b6f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000938 10.0.0.41 - - [2025-12-04 02:17:19] "GET /project/07b534c5-3482-4a93-bd78-d5c7c8041b6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.028377 10.0.0.41 - - [2025-12-04 02:17:20] "GET /documentation/index.html HTTP/1.1" 200 210274 0.003369 10.0.0.41 - - [2025-12-04 02:17:20] "POST /fqname-to-id HTTP/1.1" 404 200 0.025642 10.0.0.41 - - [2025-12-04 02:17:20] "GET /projects?obj_uuids=47e63d3a-addd-43b3-9729-a4952869f9c7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002548 10.0.0.41 - - [2025-12-04 02:17:20] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000976 10.0.0.41 - - [2025-12-04 02:17:20] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006194 10.0.0.41 - - [2025-12-04 02:17:20] "POST /id-to-fqname HTTP/1.1" 200 202 0.002788 10.0.0.41 - - [2025-12-04 02:17:20] "POST /fqname-to-id HTTP/1.1" 404 211 0.002070 10.0.0.41 - - [2025-12-04 02:17:20] "POST /security-groups HTTP/1.1" 200 603 0.064799 10.0.0.41 - - [2025-12-04 02:17:20] "POST /fqname-to-id HTTP/1.1" 404 246 0.002395 10.0.0.41 - - [2025-12-04 02:17:20] "POST /projects HTTP/1.1" 200 609 0.221921 10.0.0.41 - - [2025-12-04 02:17:20] "POST /access-control-lists HTTP/1.1" 200 608 0.057582 10.0.0.41 - - [2025-12-04 02:17:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.288777 10.0.0.41 - - [2025-12-04 02:17:21] "POST /fqname-to-id HTTP/1.1" 404 245 0.002636 10.0.0.41 - - [2025-12-04 02:17:21] "GET /project/47e63d3a-addd-43b3-9729-a4952869f9c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.408012 10.0.0.41 - - [2025-12-04 02:17:21] "POST /access-control-lists HTTP/1.1" 200 606 0.060927 10.0.0.41 - - [2025-12-04 02:17:22] "GET / HTTP/1.1" 200 35931 0.002367 10.0.0.41 - - [2025-12-04 02:17:22] "GET /projects?obj_uuids=07b534c5-3482-4a93-bd78-d5c7c8041b6f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000923 10.0.0.41 - - [2025-12-04 02:17:22] "GET /project/07b534c5-3482-4a93-bd78-d5c7c8041b6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.021096 10.0.0.41 - - [2025-12-04 02:17:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002951 10.0.0.41 - - [2025-12-04 02:17:23] "GET /security-group/bfac097a-ba95-45d2-81d9-f8217e2c949e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.004331 10.0.0.41 - - [2025-12-04 02:17:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.41 - - [2025-12-04 02:17:23] "GET /projects?obj_uuids=07b534c5-3482-4a93-bd78-d5c7c8041b6f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001158 10.0.0.41 - - [2025-12-04 02:17:23] "GET /project/07b534c5-3482-4a93-bd78-d5c7c8041b6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.023595 10.0.0.41 - - [2025-12-04 02:17:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.41 - - [2025-12-04 02:17:23] "GET /security-group/bfac097a-ba95-45d2-81d9-f8217e2c949e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.003839 10.0.0.41 - - [2025-12-04 02:17:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.41 - - [2025-12-04 02:17:23] "PUT /security-group/bfac097a-ba95-45d2-81d9-f8217e2c949e HTTP/1.1" 200 262 0.013968 10.0.0.41 - - [2025-12-04 02:17:23] "PUT /access-control-list/064e299b-8880-4e88-baf0-83475c8e978b HTTP/1.1" 200 272 0.008466 10.0.0.41 - - [2025-12-04 02:17:23] "PUT /access-control-list/a9174aa7-cc5d-4651-8c29-58c41463e26b HTTP/1.1" 200 272 0.010978 10.0.0.41 - - [2025-12-04 02:17:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000535 10.0.0.41 - - [2025-12-04 02:17:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.055292 10.0.0.41 - - [2025-12-04 02:17:24] "GET /projects?obj_uuids=47e63d3a-addd-43b3-9729-a4952869f9c7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000897 10.0.0.41 - - [2025-12-04 02:17:24] "GET /project/47e63d3a-addd-43b3-9729-a4952869f9c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.026859 10.0.0.41 - - [2025-12-04 02:17:24] "POST /neutron/network HTTP/1.1" 200 117 0.032400 10.0.0.41 - - [2025-12-04 02:17:24] "GET /projects?obj_uuids=47e63d3a-addd-43b3-9729-a4952869f9c7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000942 10.0.0.41 - - [2025-12-04 02:17:24] "POST /neutron/network HTTP/1.1" 200 619 0.078981 10.0.0.41 - - [2025-12-04 02:17:24] "POST /route-targets HTTP/1.1" 200 327 0.008925 10.0.0.41 - - [2025-12-04 02:17:24] "POST /ref-update HTTP/1.1" 200 156 0.013320 10.0.0.41 - - [2025-12-04 02:17:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002380 10.0.0.41 - - [2025-12-04 02:17:24] "POST /neutron/subnet HTTP/1.1" 200 734 0.194621 10.0.0.41 - - [2025-12-04 02:17:24] "POST /neutron/network HTTP/1.1" 200 840 0.004775 10.0.0.41 - - [2025-12-04 02:17:24] "POST /id-to-fqname HTTP/1.1" 200 233 0.000996 10.0.0.41 - - [2025-12-04 02:17:24] "GET /virtual-network/4fbe68eb-ec9a-4881-bccd-1312e4b73aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.004637 10.0.0.41 - - [2025-12-04 02:17:24] "POST /neutron/network HTTP/1.1" 200 840 0.005125 10.0.0.41 - - [2025-12-04 02:17:24] "GET /virtual-network/4fbe68eb-ec9a-4881-bccd-1312e4b73aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.004245 10.0.0.41 - - [2025-12-04 02:17:24] "POST /neutron/network HTTP/1.1" 200 840 0.006166 10.0.0.41 - - [2025-12-04 02:17:24] "POST /neutron/subnet HTTP/1.1" 200 734 0.006428 10.0.0.41 - - [2025-12-04 02:17:24] "GET /domains HTTP/1.1" 401 292 0.000324 10.0.0.41 - - [2025-12-04 02:17:25] "GET /domains HTTP/1.1" 200 280 0.026383 10.0.0.41 - - [2025-12-04 02:17:25] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000830 10.0.0.41 - - [2025-12-04 02:17:25] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a HTTP/1.1" 200 2783 0.009247 10.0.0.41 - - [2025-12-04 02:17:25] "GET /projects?obj_uuids=47e63d3a-addd-43b3-9729-a4952869f9c7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000818 10.0.0.41 - - [2025-12-04 02:17:25] "GET /project/47e63d3a-addd-43b3-9729-a4952869f9c7 HTTP/1.1" 200 2174 0.068259 10.0.0.41 - - [2025-12-04 02:17:25] "GET /virtual-network/4fbe68eb-ec9a-4881-bccd-1312e4b73aa6 HTTP/1.1" 200 2346 0.005513 10.0.0.41 - - [2025-12-04 02:17:25] "GET /virtual-network/4fbe68eb-ec9a-4881-bccd-1312e4b73aa6 HTTP/1.1" 200 2346 0.004229 10.0.0.41 - - [2025-12-04 02:17:25] "GET /routing-instance/007e44c7-8aac-4aef-a646-af328b4af539 HTTP/1.1" 200 1489 0.002909 10.0.0.41 - - [2025-12-04 02:17:25] "GET /routing-instance/007e44c7-8aac-4aef-a646-af328b4af539 HTTP/1.1" 200 1489 0.002474 10.0.0.41 - - [2025-12-04 02:17:25] "GET /route-target/5cd96970-322e-4bc6-a52d-17bc21ecc40c HTTP/1.1" 200 1218 0.002625 10.0.0.41 - - [2025-12-04 02:17:25] "GET /virtual-network/4fbe68eb-ec9a-4881-bccd-1312e4b73aa6 HTTP/1.1" 200 2346 0.004732 10.0.0.41 - - [2025-12-04 02:17:25] "GET /routing-instance/007e44c7-8aac-4aef-a646-af328b4af539 HTTP/1.1" 200 1489 0.002800 10.0.0.41 - - [2025-12-04 02:17:25] "GET /virtual-network/4fbe68eb-ec9a-4881-bccd-1312e4b73aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.004299 10.0.0.41 - - [2025-12-04 02:17:25] "GET /virtual-network/4fbe68eb-ec9a-4881-bccd-1312e4b73aa6 HTTP/1.1" 200 2346 0.004077 10.0.0.41 - - [2025-12-04 02:17:25] "GET /routing-instance/007e44c7-8aac-4aef-a646-af328b4af539 HTTP/1.1" 200 1489 0.003094 10.0.0.41 - - [2025-12-04 02:17:25] "GET /routing-instance/007e44c7-8aac-4aef-a646-af328b4af539 HTTP/1.1" 200 1489 0.002882 10.0.0.41 - - [2025-12-04 02:17:25] "GET /route-target/5cd96970-322e-4bc6-a52d-17bc21ecc40c HTTP/1.1" 200 1218 0.002569 10.0.0.41 - - [2025-12-04 02:17:25] "GET /domains HTTP/1.1" 200 280 0.002652 10.0.0.41 - - [2025-12-04 02:17:25] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000802 10.0.0.41 - - [2025-12-04 02:17:25] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a HTTP/1.1" 200 2783 0.005982 10.0.0.41 - - [2025-12-04 02:17:25] "GET /projects?obj_uuids=47e63d3a-addd-43b3-9729-a4952869f9c7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000784 10.0.0.41 - - [2025-12-04 02:17:25] "GET /project/47e63d3a-addd-43b3-9729-a4952869f9c7 HTTP/1.1" 200 2174 0.069126 10.0.0.41 - - [2025-12-04 02:17:25] "GET /virtual-network/4fbe68eb-ec9a-4881-bccd-1312e4b73aa6 HTTP/1.1" 200 2346 0.004340 10.0.0.41 - - [2025-12-04 02:17:25] "GET /obj-perms HTTP/1.1" 200 5054 0.052962 10.0.0.41 - - [2025-12-04 02:17:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.41 - - [2025-12-04 02:17:25] "GET /projects?obj_uuids=47e63d3a-addd-43b3-9729-a4952869f9c7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000814 10.0.0.41 - - [2025-12-04 02:17:25] "GET /project/47e63d3a-addd-43b3-9729-a4952869f9c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.023887 10.0.0.41 - - [2025-12-04 02:17:25] "POST /neutron/network HTTP/1.1" 200 117 0.009961 10.0.0.41 - - [2025-12-04 02:17:25] "GET /projects?obj_uuids=47e63d3a-addd-43b3-9729-a4952869f9c7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001143 10.0.0.41 - - [2025-12-04 02:17:25] "POST /neutron/network HTTP/1.1" 200 619 0.067854 10.0.0.41 - - [2025-12-04 02:17:25] "POST /route-targets HTTP/1.1" 200 327 0.010107 10.0.0.41 - - [2025-12-04 02:17:25] "POST /ref-update HTTP/1.1" 200 156 0.011974 10.0.0.41 - - [2025-12-04 02:17:26] "POST /useragent-kv HTTP/1.1" 200 115 0.007099 10.0.0.41 - - [2025-12-04 02:17:26] "POST /neutron/subnet HTTP/1.1" 200 724 0.154114 10.0.0.41 - - [2025-12-04 02:17:26] "POST /neutron/network HTTP/1.1" 200 838 0.004775 10.0.0.41 - - [2025-12-04 02:17:26] "POST /id-to-fqname HTTP/1.1" 200 233 0.001041 10.0.0.41 - - [2025-12-04 02:17:26] "GET /virtual-network/250f86e2-60d6-4bae-936d-9341906836b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004247 10.0.0.41 - - [2025-12-04 02:17:26] "POST /neutron/network HTTP/1.1" 200 838 0.005471 10.0.0.41 - - [2025-12-04 02:17:26] "GET /virtual-network/250f86e2-60d6-4bae-936d-9341906836b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004526 10.0.0.41 - - [2025-12-04 02:17:26] "POST /neutron/network HTTP/1.1" 200 838 0.005389 10.0.0.41 - - [2025-12-04 02:17:26] "POST /neutron/subnet HTTP/1.1" 200 724 0.006192 10.0.0.41 - - [2025-12-04 02:17:26] "GET /domains HTTP/1.1" 200 280 0.002020 10.0.0.41 - - [2025-12-04 02:17:26] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001025 10.0.0.41 - - [2025-12-04 02:17:26] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a HTTP/1.1" 200 2783 0.005432 10.0.0.41 - - [2025-12-04 02:17:26] "GET /projects?obj_uuids=47e63d3a-addd-43b3-9729-a4952869f9c7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000745 10.0.0.41 - - [2025-12-04 02:17:26] "GET /project/47e63d3a-addd-43b3-9729-a4952869f9c7 HTTP/1.1" 200 2402 0.065873 10.0.0.41 - - [2025-12-04 02:17:26] "GET /virtual-network/250f86e2-60d6-4bae-936d-9341906836b9 HTTP/1.1" 200 2340 0.006693 10.0.0.41 - - [2025-12-04 02:17:26] "GET /virtual-network/250f86e2-60d6-4bae-936d-9341906836b9 HTTP/1.1" 200 2340 0.005255 10.0.0.41 - - [2025-12-04 02:17:26] "GET /routing-instance/7156624e-893f-41f7-b724-9471365f2076 HTTP/1.1" 200 1491 0.003344 10.0.0.41 - - [2025-12-04 02:17:26] "GET /routing-instance/7156624e-893f-41f7-b724-9471365f2076 HTTP/1.1" 200 1491 0.002919 10.0.0.41 - - [2025-12-04 02:17:26] "GET /route-target/d2761b62-8f05-4cb8-8ab5-f6e533559a74 HTTP/1.1" 200 1218 0.003057 10.0.0.41 - - [2025-12-04 02:17:26] "GET /virtual-network/250f86e2-60d6-4bae-936d-9341906836b9 HTTP/1.1" 200 2340 0.004457 10.0.0.41 - - [2025-12-04 02:17:26] "GET /routing-instance/7156624e-893f-41f7-b724-9471365f2076 HTTP/1.1" 200 1491 0.003003 10.0.0.41 - - [2025-12-04 02:17:26] "GET /virtual-network/250f86e2-60d6-4bae-936d-9341906836b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004188 10.0.0.41 - - [2025-12-04 02:17:26] "GET /virtual-network/250f86e2-60d6-4bae-936d-9341906836b9 HTTP/1.1" 200 2340 0.004542 10.0.0.41 - - [2025-12-04 02:17:26] "GET /routing-instance/7156624e-893f-41f7-b724-9471365f2076 HTTP/1.1" 200 1491 0.003253 10.0.0.41 - - [2025-12-04 02:17:26] "GET /routing-instance/7156624e-893f-41f7-b724-9471365f2076 HTTP/1.1" 200 1491 0.003015 10.0.0.41 - - [2025-12-04 02:17:26] "GET /route-target/d2761b62-8f05-4cb8-8ab5-f6e533559a74 HTTP/1.1" 200 1218 0.002699 10.0.0.41 - - [2025-12-04 02:17:26] "GET /domains HTTP/1.1" 200 280 0.003221 10.0.0.41 - - [2025-12-04 02:17:26] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000993 10.0.0.41 - - [2025-12-04 02:17:26] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a HTTP/1.1" 200 2783 0.006655 10.0.0.41 - - [2025-12-04 02:17:26] "GET /projects?obj_uuids=47e63d3a-addd-43b3-9729-a4952869f9c7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001352 10.0.0.41 - - [2025-12-04 02:17:26] "GET /project/47e63d3a-addd-43b3-9729-a4952869f9c7 HTTP/1.1" 200 2402 0.074726 10.0.0.41 - - [2025-12-04 02:17:26] "GET /virtual-network/250f86e2-60d6-4bae-936d-9341906836b9 HTTP/1.1" 200 2340 0.004267 10.0.0.41 - - [2025-12-04 02:17:26] "GET /obj-perms HTTP/1.1" 200 5054 0.002316 10.0.0.41 - - [2025-12-04 02:17:26] "POST /id-to-fqname HTTP/1.1" 200 233 0.001040 10.0.0.41 - - [2025-12-04 02:17:26] "POST /neutron/network HTTP/1.1" 200 848 0.005898 10.0.0.41 - - [2025-12-04 02:17:26] "GET /aaa-mode HTTP/1.1" 401 292 0.000368 10.0.0.41 - - [2025-12-04 02:17:27] "GET / HTTP/1.1" 200 35931 0.001359 10.0.0.41 - - [2025-12-04 02:17:27] "GET /project/47e63d3a-addd-43b3-9729-a4952869f9c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000348 10.0.0.41 - - [2025-12-04 02:17:27] "GET /projects?obj_uuids=47e63d3a-addd-43b3-9729-a4952869f9c7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000963 10.0.0.41 - - [2025-12-04 02:17:27] "GET /project/47e63d3a-addd-43b3-9729-a4952869f9c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.050528 10.0.0.41 - - [2025-12-04 02:17:27] "POST /neutron/network HTTP/1.1" 200 838 0.004925 10.0.0.41 - - [2025-12-04 02:17:27] "POST /neutron/port HTTP/1.1" 200 117 0.011245 10.0.0.41 - - [2025-12-04 02:17:27] "POST /neutron/port HTTP/1.1" 200 117 0.005168 10.0.0.41 - - [2025-12-04 02:17:27] "POST /id-to-fqname HTTP/1.1" 200 233 0.001227 10.0.0.41 - - [2025-12-04 02:17:27] "POST /neutron/port HTTP/1.1" 200 117 0.004779 10.0.0.41 - - [2025-12-04 02:17:27] "POST /neutron/network HTTP/1.1" 200 850 0.008005 10.0.0.41 - - [2025-12-04 02:17:27] "GET /aaa-mode HTTP/1.1" 401 292 0.000368 10.0.0.41 - - [2025-12-04 02:17:27] "POST /neutron/network HTTP/1.1" 200 848 0.005413 10.0.0.41 - - [2025-12-04 02:17:27] "GET /projects?obj_uuids=47e63d3a-addd-43b3-9729-a4952869f9c7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000895 10.0.0.41 - - [2025-12-04 02:17:28] "GET / HTTP/1.1" 200 35931 0.001532 10.0.0.41 - - [2025-12-04 02:17:28] "GET /project/47e63d3a-addd-43b3-9729-a4952869f9c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000341 10.0.0.41 - - [2025-12-04 02:17:28] "POST /neutron/port HTTP/1.1" 200 1072 0.213851 10.0.0.41 - - [2025-12-04 02:17:28] "POST /neutron/port HTTP/1.1" 200 1072 0.009778 10.0.0.41 - - [2025-12-04 02:17:28] "POST /neutron/port HTTP/1.1" 200 1072 0.008122 10.0.0.41 - - [2025-12-04 02:17:28] "POST /neutron/port HTTP/1.1" 200 1126 0.079701 10.0.0.41 - - [2025-12-04 02:17:28] "POST /neutron/port HTTP/1.1" 200 1100 0.010144 10.0.0.41 - - [2025-12-04 02:17:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003046 10.0.0.41 - - [2025-12-04 02:17:28] "POST /neutron/subnet HTTP/1.1" 200 698 0.006703 10.0.0.41 - - [2025-12-04 02:17:28] "POST /neutron/port HTTP/1.1" 200 117 0.000993 10.0.0.41 - - [2025-12-04 02:17:28] "POST /neutron/network HTTP/1.1" 200 838 0.004859 10.0.0.41 - - [2025-12-04 02:17:28] "GET /projects?obj_uuids=47e63d3a-addd-43b3-9729-a4952869f9c7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002030 10.0.0.41 - - [2025-12-04 02:17:28] "GET /project/47e63d3a-addd-43b3-9729-a4952869f9c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.050034 10.0.0.41 - - [2025-12-04 02:17:28] "POST /neutron/network HTTP/1.1" 200 840 0.005227 10.0.0.41 - - [2025-12-04 02:17:28] "POST /neutron/port HTTP/1.1" 200 1100 0.014866 10.0.0.41 - - [2025-12-04 02:17:28] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006920 10.0.0.41 - - [2025-12-04 02:17:28] "POST /neutron/port HTTP/1.1" 200 117 0.005729 10.0.0.41 - - [2025-12-04 02:17:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002616 10.0.0.41 - - [2025-12-04 02:17:28] "GET /projects?obj_uuids=47e63d3a-addd-43b3-9729-a4952869f9c7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000855 10.0.0.41 - - [2025-12-04 02:17:28] "GET /project/47e63d3a-addd-43b3-9729-a4952869f9c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.022551 10.0.0.41 - - [2025-12-04 02:17:28] "GET /virtual-network/4fbe68eb-ec9a-4881-bccd-1312e4b73aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005122 10.0.0.41 - - [2025-12-04 02:17:28] "GET /floating-ip-pools?parent_id=4fbe68eb-ec9a-4881-bccd-1312e4b73aa6&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002701 10.0.0.41 - - [2025-12-04 02:17:28] "GET /virtual-network/4fbe68eb-ec9a-4881-bccd-1312e4b73aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005209 10.0.0.41 - - [2025-12-04 02:17:29] "POST /floating-ip-pools HTTP/1.1" 200 609 0.025368 10.0.0.41 - - [2025-12-04 02:17:29] "POST /neutron/network HTTP/1.1" 200 850 0.006214 10.0.0.41 - - [2025-12-04 02:17:29] "POST /ref-update HTTP/1.1" 200 156 0.014074 10.0.0.41 - - [2025-12-04 02:17:29] "GET /projects?obj_uuids=47e63d3a-addd-43b3-9729-a4952869f9c7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001076 10.0.0.41 - - [2025-12-04 02:17:29] "GET /virtual-network/4fbe68eb-ec9a-4881-bccd-1312e4b73aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.007843 10.0.0.41 - - [2025-12-04 02:17:29] "GET /domains HTTP/1.1" 200 280 0.009080 10.0.0.41 - - [2025-12-04 02:17:29] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001148 10.0.0.41 - - [2025-12-04 02:17:29] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a HTTP/1.1" 200 2783 0.011730 10.0.0.41 - - [2025-12-04 02:17:29] "GET /projects?obj_uuids=47e63d3a-addd-43b3-9729-a4952869f9c7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001055 10.0.0.41 - - [2025-12-04 02:17:29] "GET /project/47e63d3a-addd-43b3-9729-a4952869f9c7 HTTP/1.1" 200 3244 0.115098 10.0.0.41 - - [2025-12-04 02:17:29] "GET /virtual-network/4fbe68eb-ec9a-4881-bccd-1312e4b73aa6 HTTP/1.1" 200 2937 0.034239 10.0.0.41 - - [2025-12-04 02:17:29] "GET /floating-ip-pool/be15300f-dfff-4e77-877c-26a80649c8bb HTTP/1.1" 200 1441 0.003995 10.0.0.41 - - [2025-12-04 02:17:29] "GET /domains HTTP/1.1" 200 280 0.001729 10.0.0.41 - - [2025-12-04 02:17:29] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000916 10.0.0.41 - - [2025-12-04 02:17:29] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a HTTP/1.1" 200 2783 0.006173 10.0.0.41 - - [2025-12-04 02:17:29] "GET /projects?obj_uuids=47e63d3a-addd-43b3-9729-a4952869f9c7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001156 10.0.0.41 - - [2025-12-04 02:17:29] "POST /neutron/port HTTP/1.1" 200 1074 0.337535 10.0.0.41 - - [2025-12-04 02:17:29] "GET /project/47e63d3a-addd-43b3-9729-a4952869f9c7 HTTP/1.1" 200 3244 0.071626 10.0.0.41 - - [2025-12-04 02:17:29] "GET /virtual-network/4fbe68eb-ec9a-4881-bccd-1312e4b73aa6 HTTP/1.1" 200 3158 0.008416 10.0.0.41 - - [2025-12-04 02:17:29] "GET /virtual-network/4fbe68eb-ec9a-4881-bccd-1312e4b73aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.007945 10.0.0.41 - - [2025-12-04 02:17:29] "POST /neutron/port HTTP/1.1" 200 1074 0.015893 10.0.0.41 - - [2025-12-04 02:17:29] "POST /neutron/port HTTP/1.1" 200 1074 0.013665 10.0.0.41 - - [2025-12-04 02:17:29] "POST /neutron/port HTTP/1.1" 200 1100 0.022660 10.0.0.41 - - [2025-12-04 02:17:29] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006737 10.0.0.41 - - [2025-12-04 02:17:29] "POST /neutron/port HTTP/1.1" 200 1128 0.100025 10.0.0.41 - - [2025-12-04 02:17:29] "POST /neutron/port HTTP/1.1" 200 1100 0.015329 10.0.0.41 - - [2025-12-04 02:17:29] "POST /neutron/port HTTP/1.1" 200 1102 0.015528 10.0.0.41 - - [2025-12-04 02:17:29] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007106 10.0.0.41 - - [2025-12-04 02:17:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004514 10.0.0.41 - - [2025-12-04 02:17:29] "POST /neutron/subnet HTTP/1.1" 200 708 0.007597 10.0.0.41 - - [2025-12-04 02:17:29] "POST /neutron/port HTTP/1.1" 200 117 0.001025 10.0.0.41 - - [2025-12-04 02:17:29] "POST /neutron/network HTTP/1.1" 200 840 0.005204 10.0.0.41 - - [2025-12-04 02:17:29] "POST /neutron/port HTTP/1.1" 200 1100 0.014127 10.0.0.41 - - [2025-12-04 02:17:29] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005603 10.0.0.41 - - [2025-12-04 02:17:29] "GET /virtual-machine/b678d33d-7933-4a6f-97f4-2128585efe55 HTTP/1.1" 200 1305 0.004459 10.0.0.41 - - [2025-12-04 02:17:29] "GET /virtual-machine-interface/a11cb33d-4e4b-4a47-892b-e85e795930df HTTP/1.1" 200 3004 0.004359 10.0.0.41 - - [2025-12-04 02:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002552 10.0.0.41 - - [2025-12-04 02:17:29] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002739 10.0.0.41 - - [2025-12-04 02:17:29] "GET /virtual-networks?parent_id=47e63d3a-addd-43b3-9729-a4952869f9c7&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003157 10.0.0.41 - - [2025-12-04 02:17:29] "GET /virtual-network/250f86e2-60d6-4bae-936d-9341906836b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004724 10.0.0.41 - - [2025-12-04 02:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.016445 10.0.0.41 - - [2025-12-04 02:17:33] "GET /virtual-network/250f86e2-60d6-4bae-936d-9341906836b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004553 10.0.0.41 - - [2025-12-04 02:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004215 10.0.0.41 - - [2025-12-04 02:17:37] "GET /virtual-network/250f86e2-60d6-4bae-936d-9341906836b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004750 10.0.0.41 - - [2025-12-04 02:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.41 - - [2025-12-04 02:17:39] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003300 10.0.0.41 - - [2025-12-04 02:17:39] "GET /virtual-networks?parent_id=47e63d3a-addd-43b3-9729-a4952869f9c7&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002826 10.0.0.41 - - [2025-12-04 02:17:39] "GET /virtual-network/250f86e2-60d6-4bae-936d-9341906836b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005181 10.0.0.41 - - [2025-12-04 02:17:39] "POST /neutron/port HTTP/1.1" 200 1100 0.015509 10.0.0.41 - - [2025-12-04 02:17:39] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005964 10.0.0.41 - - [2025-12-04 02:17:39] "POST /neutron/port HTTP/1.1" 200 1100 0.033206 10.0.0.41 - - [2025-12-04 02:17:40] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004792 10.0.0.41 - - [2025-12-04 02:17:40] "POST /neutron/port HTTP/1.1" 200 1102 0.011526 10.0.0.41 - - [2025-12-04 02:17:40] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005727 10.0.0.41 - - [2025-12-04 02:17:44] "GET /projects?obj_uuids=47e63d3a-addd-43b3-9729-a4952869f9c7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000933 10.0.0.41 - - [2025-12-04 02:17:44] "POST /neutron/floatingip HTTP/1.1" 200 532 0.057786 10.0.0.41 - - [2025-12-04 02:17:44] "POST /neutron/port HTTP/1.1" 200 1100 0.009604 10.0.0.41 - - [2025-12-04 02:17:44] "POST /neutron/floatingip HTTP/1.1" 200 532 0.004284 10.0.0.41 - - [2025-12-04 02:17:44] "POST /neutron/floatingip HTTP/1.1" 200 579 0.025456 10.0.0.41 - - [2025-12-04 02:17:44] "POST /neutron/port HTTP/1.1" 200 1102 0.009485 10.0.0.41 - - [2025-12-04 02:17:44] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005310 10.0.0.41 - - [2025-12-04 02:17:44] "POST /neutron/port HTTP/1.1" 200 1102 0.010812 10.0.0.41 - - [2025-12-04 02:17:44] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005445 10.0.0.41 - - [2025-12-04 02:17:44] "POST /neutron/port HTTP/1.1" 200 1102 0.013893 10.0.0.41 - - [2025-12-04 02:17:44] "POST /neutron/security_group HTTP/1.1" 200 2070 0.015489 10.0.0.41 - - [2025-12-04 02:17:44] "DELETE /project/07b534c534824a93bd78d5c7c8041b6f HTTP/1.1" 404 173 0.007132 10.0.0.41 - - [2025-12-04 02:17:44] "DELETE /project/47e63d3aaddd43b39729a4952869f9c7 HTTP/1.1" 404 173 0.005407 10.0.0.41 - - [2025-12-04 02:17:44] "DELETE /project/7637d4215bba4fb69f500797ae2d33ff HTTP/1.1" 404 173 0.004724 10.0.0.41 - - [2025-12-04 02:17:44] "GET /projects?obj_uuids=7637d421-5bba-4fb6-9f50-0797ae2d33ff&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000763 10.0.0.41 - - [2025-12-04 02:17:44] "GET /virtual-machine/b86536f5-629f-4aac-b734-0c89791a1207 HTTP/1.1" 200 1305 0.003924 10.0.0.41 - - [2025-12-04 02:17:44] "GET /virtual-machine-interface/4719711c-85e8-482b-9546-803e5e5f9bb1 HTTP/1.1" 200 3004 0.008226 10.0.0.41 - - [2025-12-04 02:17:44] "GET /project/7637d421-5bba-4fb6-9f50-0797ae2d33ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.027328 10.0.0.41 - - [2025-12-04 02:17:44] "GET /projects?obj_uuids=7637d421-5bba-4fb6-9f50-0797ae2d33ff&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000834 10.0.0.41 - - [2025-12-04 02:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.41 - - [2025-12-04 02:17:44] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002993 10.0.0.41 - - [2025-12-04 02:17:44] "GET /project/7637d421-5bba-4fb6-9f50-0797ae2d33ff?fields=security_groups HTTP/1.1" 200 1396 0.068726 10.0.0.41 - - [2025-12-04 02:17:44] "GET /virtual-networks?parent_id=47e63d3a-addd-43b3-9729-a4952869f9c7&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002757 10.0.0.41 - - [2025-12-04 02:17:45] "GET /virtual-network/4fbe68eb-ec9a-4881-bccd-1312e4b73aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.004951 10.0.0.41 - - [2025-12-04 02:17:45] "DELETE /security-group/8ccdd901-d1d1-4779-bafb-d97528c309dc HTTP/1.1" 200 115 0.038019 10.0.0.41 - - [2025-12-04 02:17:45] "GET /projects?obj_uuids=7637d421-5bba-4fb6-9f50-0797ae2d33ff&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000890 10.0.0.41 - - [2025-12-04 02:17:45] "DELETE /access-control-list/b9c78c6d-0d9d-42c2-88b0-afdf5bef8f53 HTTP/1.1" 200 115 0.026690 10.0.0.41 - - [2025-12-04 02:17:45] "GET /project/7637d421-5bba-4fb6-9f50-0797ae2d33ff?fields=application_policy_sets HTTP/1.1" 200 1435 0.033375 10.0.0.41 - - [2025-12-04 02:17:45] "DELETE /access-control-list/5abe8f33-2cef-41ac-8dcd-d0551b2c0ce9 HTTP/1.1" 200 115 0.032868 10.0.0.41 - - [2025-12-04 02:17:45] "DELETE /project/7637d421-5bba-4fb6-9f50-0797ae2d33ff HTTP/1.1" 200 115 0.325590 10.0.0.41 - - [2025-12-04 02:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002926 10.0.0.41 - - [2025-12-04 02:17:46] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002532 10.0.0.41 - - [2025-12-04 02:17:46] "GET /virtual-networks?parent_id=47e63d3a-addd-43b3-9729-a4952869f9c7&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003104 10.0.0.41 - - [2025-12-04 02:17:46] "GET /virtual-network/4fbe68eb-ec9a-4881-bccd-1312e4b73aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.004811 10.0.0.41 - - [2025-12-04 02:17:46] "POST /neutron/floatingip HTTP/1.1" 200 579 0.008906 10.0.0.41 - - [2025-12-04 02:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002275 10.0.0.41 - - [2025-12-04 02:17:46] "GET /routing-instance/007e44c7-8aac-4aef-a646-af328b4af539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.002943 10.0.0.41 - - [2025-12-04 02:17:46] "GET /route-target/5cd96970-322e-4bc6-a52d-17bc21ecc40c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003335 10.0.0.41 - - [2025-12-04 02:17:46] "GET /floating-ip/0b1bda38-fb5f-4057-9a2c-c88c09004082 HTTP/1.1" 200 1890 0.004304 10.0.0.41 - - [2025-12-04 02:17:49] "POST /neutron/floatingip HTTP/1.1" 200 579 0.008787 10.0.0.41 - - [2025-12-04 02:17:49] "POST /neutron/floatingip HTTP/1.1" 200 532 0.016159 10.0.0.41 - - [2025-12-04 02:17:49] "POST /neutron/floatingip HTTP/1.1" 200 532 0.004904 10.0.0.41 - - [2025-12-04 02:17:49] "POST /neutron/floatingip HTTP/1.1" 200 115 0.038967 10.0.0.41 - - [2025-12-04 02:17:49] "GET /floating-ip-pool/be15300f-dfff-4e77-877c-26a80649c8bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.003782 10.0.0.41 - - [2025-12-04 02:17:49] "POST /ref-update HTTP/1.1" 200 156 0.010797 10.0.0.41 - - [2025-12-04 02:17:49] "DELETE /floating-ip-pool/be15300f-dfff-4e77-877c-26a80649c8bb HTTP/1.1" 200 115 0.023477 10.0.0.41 - - [2025-12-04 02:17:49] "POST /neutron/network HTTP/1.1" 200 838 0.005422 10.0.0.41 - - [2025-12-04 02:17:49] "POST /neutron/network HTTP/1.1" 400 204 0.012407 10.0.0.41 - - [2025-12-04 02:17:49] "GET /obj-perms HTTP/1.1" 200 5056 0.053975 10.0.0.41 - - [2025-12-04 02:17:50] "POST /neutron/port HTTP/1.1" 200 1102 0.009570 10.0.0.41 - - [2025-12-04 02:17:50] "POST /neutron/port HTTP/1.1" 200 1128 0.010169 10.0.0.41 - - [2025-12-04 02:17:50] "GET /obj-perms HTTP/1.1" 200 5056 0.052120 10.0.0.41 - - [2025-12-04 02:17:50] "POST /neutron/port HTTP/1.1" 200 1100 0.015982 10.0.0.41 - - [2025-12-04 02:17:50] "POST /neutron/port HTTP/1.1" 200 1126 0.007982 10.0.0.41 - - [2025-12-04 02:17:50] "POST /neutron/port HTTP/1.1" 200 151 0.122000 10.0.0.41 - - [2025-12-04 02:17:50] "POST /neutron/port HTTP/1.1" 200 151 0.122454 10.0.0.41 - - [2025-12-04 02:17:51] "POST /neutron/network HTTP/1.1" 200 838 0.012233 10.0.0.41 - - [2025-12-04 02:17:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003062 10.0.0.41 - - [2025-12-04 02:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.41 - - [2025-12-04 02:17:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001706 10.0.0.41 - - [2025-12-04 02:17:51] "POST /neutron/network HTTP/1.1" 200 151 0.085401 10.0.0.41 - - [2025-12-04 02:17:51] "GET /routing-instance/7156624e-893f-41f7-b724-9471365f2076 HTTP/1.1" 404 171 0.003608 10.0.0.41 - - [2025-12-04 02:17:51] "GET /domains HTTP/1.1" 200 280 0.002095 10.0.0.41 - - [2025-12-04 02:17:51] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000826 10.0.0.41 - - [2025-12-04 02:17:51] "DELETE /route-target/d2761b62-8f05-4cb8-8ab5-f6e533559a74 HTTP/1.1" 200 115 0.031910 10.0.0.41 - - [2025-12-04 02:17:52] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a HTTP/1.1" 200 2586 0.050581 10.0.0.41 - - [2025-12-04 02:17:52] "GET /projects?obj_uuids=47e63d3a-addd-43b3-9729-a4952869f9c7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000916 10.0.0.41 - - [2025-12-04 02:17:52] "GET /project/47e63d3a-addd-43b3-9729-a4952869f9c7 HTTP/1.1" 200 2174 0.081321 10.0.0.41 - - [2025-12-04 02:17:52] "POST /neutron/network HTTP/1.1" 200 840 0.005306 10.0.0.41 - - [2025-12-04 02:17:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003001 10.0.0.41 - - [2025-12-04 02:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004511 10.0.0.41 - - [2025-12-04 02:17:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002325 10.0.0.41 - - [2025-12-04 02:17:52] "POST /neutron/network HTTP/1.1" 200 151 0.085189 10.0.0.41 - - [2025-12-04 02:17:52] "GET /routing-instance/007e44c7-8aac-4aef-a646-af328b4af539 HTTP/1.1" 404 171 0.002833 10.0.0.41 - - [2025-12-04 02:17:52] "GET /domains HTTP/1.1" 200 280 0.003658 10.0.0.41 - - [2025-12-04 02:17:52] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000875 10.0.0.41 - - [2025-12-04 02:17:52] "DELETE /route-target/5cd96970-322e-4bc6-a52d-17bc21ecc40c HTTP/1.1" 200 115 0.026425 10.0.0.41 - - [2025-12-04 02:17:52] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a HTTP/1.1" 200 2586 0.052711 10.0.0.41 - - [2025-12-04 02:17:52] "GET /projects?obj_uuids=47e63d3a-addd-43b3-9729-a4952869f9c7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001317 10.0.0.41 - - [2025-12-04 02:17:52] "GET /project/47e63d3a-addd-43b3-9729-a4952869f9c7 HTTP/1.1" 200 1924 0.072243 10.0.0.41 - - [2025-12-04 02:17:52] "GET /projects?obj_uuids=47e63d3a-addd-43b3-9729-a4952869f9c7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000896 10.0.0.41 - - [2025-12-04 02:17:52] "GET /project/47e63d3a-addd-43b3-9729-a4952869f9c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.026077 10.0.0.41 - - [2025-12-04 02:17:52] "GET /projects?obj_uuids=47e63d3a-addd-43b3-9729-a4952869f9c7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000853 10.0.0.41 - - [2025-12-04 02:17:52] "GET /project/47e63d3a-addd-43b3-9729-a4952869f9c7?fields=virtual_networks HTTP/1.1" 200 1056 0.069147 10.0.0.41 - - [2025-12-04 02:17:52] "GET /projects?obj_uuids=47e63d3a-addd-43b3-9729-a4952869f9c7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000855 10.0.0.41 - - [2025-12-04 02:17:52] "GET /project/47e63d3a-addd-43b3-9729-a4952869f9c7?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.025353 10.0.0.41 - - [2025-12-04 02:17:52] "GET /projects?obj_uuids=47e63d3a-addd-43b3-9729-a4952869f9c7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000879 10.0.0.41 - - [2025-12-04 02:17:52] "GET /project/47e63d3a-addd-43b3-9729-a4952869f9c7?fields=security_groups HTTP/1.1" 200 1294 0.023438 10.0.0.41 - - [2025-12-04 02:17:53] "POST /fqname-to-id HTTP/1.1" 404 183 0.033835 10.0.0.41 - - [2025-12-04 02:17:53] "GET /projects?obj_uuids=ab5df984-36b1-4f1a-9a87-2e0a1c03b9a1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002576 10.0.0.41 - - [2025-12-04 02:17:53] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001006 10.0.0.41 - - [2025-12-04 02:17:53] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006954 10.0.0.41 - - [2025-12-04 02:17:53] "POST /id-to-fqname HTTP/1.1" 200 185 0.001089 10.0.0.41 - - [2025-12-04 02:17:53] "POST /fqname-to-id HTTP/1.1" 404 194 0.003003 10.0.0.41 - - [2025-12-04 02:17:54] "POST /security-groups HTTP/1.1" 200 586 0.071909 10.0.0.41 - - [2025-12-04 02:17:54] "POST /fqname-to-id HTTP/1.1" 404 229 0.002704 10.0.0.41 - - [2025-12-04 02:17:54] "POST /projects HTTP/1.1" 200 575 0.208675 10.0.0.41 - - [2025-12-04 02:17:54] "POST /access-control-lists HTTP/1.1" 200 591 0.057393 10.0.0.41 - - [2025-12-04 02:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.279848 10.0.0.41 - - [2025-12-04 02:17:54] "POST /fqname-to-id HTTP/1.1" 404 228 0.002728 10.0.0.41 - - [2025-12-04 02:17:54] "GET /project/ab5df984-36b1-4f1a-9a87-2e0a1c03b9a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.396508 10.0.0.41 - - [2025-12-04 02:17:54] "POST /access-control-lists HTTP/1.1" 200 589 0.056729 10.0.0.41 - - [2025-12-04 02:17:55] "GET / HTTP/1.1" 200 35931 0.001722 10.0.0.41 - - [2025-12-04 02:17:56] "GET /projects?obj_uuids=ab5df984-36b1-4f1a-9a87-2e0a1c03b9a1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000948 10.0.0.41 - - [2025-12-04 02:17:56] "GET /project/ab5df984-36b1-4f1a-9a87-2e0a1c03b9a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.022711 10.0.0.41 - - [2025-12-04 02:17:56] "GET /projects?obj_uuids=ab5df984-36b1-4f1a-9a87-2e0a1c03b9a1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000975 10.0.0.41 - - [2025-12-04 02:17:56] "GET /project/ab5df984-36b1-4f1a-9a87-2e0a1c03b9a1?fields=virtual_networks HTTP/1.1" 200 1023 0.071070 10.0.0.41 - - [2025-12-04 02:17:56] "GET /projects?obj_uuids=ab5df984-36b1-4f1a-9a87-2e0a1c03b9a1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000900 10.0.0.41 - - [2025-12-04 02:17:56] "GET /project/ab5df984-36b1-4f1a-9a87-2e0a1c03b9a1?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.026052 10.0.0.41 - - [2025-12-04 02:17:56] "GET /projects?obj_uuids=ab5df984-36b1-4f1a-9a87-2e0a1c03b9a1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000905 10.0.0.41 - - [2025-12-04 02:17:56] "GET /project/ab5df984-36b1-4f1a-9a87-2e0a1c03b9a1?fields=security_groups HTTP/1.1" 200 1244 0.023590 10.0.0.41 - - [2025-12-04 02:17:57] "POST /fqname-to-id HTTP/1.1" 404 183 0.029523 10.0.0.41 - - [2025-12-04 02:17:57] "GET /projects?obj_uuids=7a5677bd-bda4-40fb-8da5-c697f561f401&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002531 10.0.0.41 - - [2025-12-04 02:17:57] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000864 10.0.0.41 - - [2025-12-04 02:17:57] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006927 10.0.0.41 - - [2025-12-04 02:17:57] "POST /id-to-fqname HTTP/1.1" 200 185 0.001391 10.0.0.41 - - [2025-12-04 02:17:57] "POST /fqname-to-id HTTP/1.1" 404 194 0.002008 10.0.0.41 - - [2025-12-04 02:17:57] "POST /security-groups HTTP/1.1" 200 586 0.063740 10.0.0.41 - - [2025-12-04 02:17:57] "POST /fqname-to-id HTTP/1.1" 404 229 0.002677 10.0.0.41 - - [2025-12-04 02:17:57] "POST /projects HTTP/1.1" 200 575 0.205705 10.0.0.41 - - [2025-12-04 02:17:57] "POST /access-control-lists HTTP/1.1" 200 591 0.055777 10.0.0.41 - - [2025-12-04 02:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.278977 10.0.0.41 - - [2025-12-04 02:17:57] "POST /fqname-to-id HTTP/1.1" 404 228 0.002572 10.0.0.41 - - [2025-12-04 02:17:57] "GET /project/7a5677bd-bda4-40fb-8da5-c697f561f401?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.399519 10.0.0.41 - - [2025-12-04 02:17:58] "POST /access-control-lists HTTP/1.1" 200 589 0.059888 10.0.0.41 - - [2025-12-04 02:17:58] "GET / HTTP/1.1" 200 35931 0.001783 10.0.0.41 - - [2025-12-04 02:17:59] "POST /fqname-to-id HTTP/1.1" 404 193 0.002677 10.0.0.41 - - [2025-12-04 02:17:59] "GET /projects?obj_uuids=07b534c5-3482-4a93-bd78-d5c7c8041b6f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000921 10.0.0.41 - - [2025-12-04 02:17:59] "POST /fqname-to-id HTTP/1.1" 404 228 0.002776 10.0.0.41 - - [2025-12-04 02:17:59] "POST /access-control-lists HTTP/1.1" 200 590 0.028726 10.0.0.41 - - [2025-12-04 02:17:59] "POST /fqname-to-id HTTP/1.1" 404 227 0.002606 10.0.0.41 - - [2025-12-04 02:17:59] "POST /access-control-lists HTTP/1.1" 200 588 0.012777 10.0.0.41 - - [2025-12-04 02:17:59] "PUT /access-control-list/a0256126-bceb-45b6-8bbd-f152b6e745c6 HTTP/1.1" 200 272 0.008230 10.0.0.41 - - [2025-12-04 02:17:59] "PUT /access-control-list/16125bd2-4e1a-49c7-a90b-81a670b78980 HTTP/1.1" 200 272 0.009793 10.0.0.41 - - [2025-12-04 02:17:59] "POST /neutron/security_group HTTP/1.1" 200 1364 0.337583 10.0.0.41 - - [2025-12-04 02:17:59] "GET /projects?obj_uuids=07b534c5-3482-4a93-bd78-d5c7c8041b6f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000970 10.0.0.41 - - [2025-12-04 02:17:59] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.028912 10.0.0.41 - - [2025-12-04 02:17:59] "PUT /access-control-list/16125bd2-4e1a-49c7-a90b-81a670b78980 HTTP/1.1" 200 272 0.010360 10.0.0.41 - - [2025-12-04 02:17:59] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.007457 10.0.0.41 - - [2025-12-04 02:18:00] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.127479 10.0.0.41 - - [2025-12-04 02:18:00] "PUT /access-control-list/16125bd2-4e1a-49c7-a90b-81a670b78980 HTTP/1.1" 200 272 0.009339 10.0.0.41 - - [2025-12-04 02:18:00] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.008785 10.0.0.41 - - [2025-12-04 02:18:00] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.127718 10.0.0.41 - - [2025-12-04 02:18:00] "POST /fqname-to-id HTTP/1.1" 404 193 0.002601 10.0.0.41 - - [2025-12-04 02:18:00] "PUT /access-control-list/16125bd2-4e1a-49c7-a90b-81a670b78980 HTTP/1.1" 200 272 0.010485 10.0.0.41 - - [2025-12-04 02:18:00] "GET /projects?obj_uuids=07b534c5-3482-4a93-bd78-d5c7c8041b6f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001359 10.0.0.41 - - [2025-12-04 02:18:00] "POST /fqname-to-id HTTP/1.1" 404 228 0.003496 10.0.0.41 - - [2025-12-04 02:18:00] "POST /access-control-lists HTTP/1.1" 200 590 0.016198 10.0.0.41 - - [2025-12-04 02:18:00] "POST /fqname-to-id HTTP/1.1" 404 227 0.003049 10.0.0.41 - - [2025-12-04 02:18:00] "POST /access-control-lists HTTP/1.1" 200 588 0.013909 10.0.0.41 - - [2025-12-04 02:18:00] "PUT /access-control-list/a07d2001-f862-438e-b536-698b2249a6a7 HTTP/1.1" 200 272 0.009102 10.0.0.41 - - [2025-12-04 02:18:00] "POST /neutron/security_group HTTP/1.1" 200 1364 0.273084 10.0.0.41 - - [2025-12-04 02:18:00] "GET /projects?obj_uuids=07b534c5-3482-4a93-bd78-d5c7c8041b6f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000908 10.0.0.41 - - [2025-12-04 02:18:00] "PUT /access-control-list/0b073210-94f4-4eda-91b3-ff4fb6908cc9 HTTP/1.1" 200 272 0.008313 10.0.0.41 - - [2025-12-04 02:18:00] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.045989 10.0.0.41 - - [2025-12-04 02:18:00] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.010699 10.0.0.41 - - [2025-12-04 02:18:00] "PUT /access-control-list/0b073210-94f4-4eda-91b3-ff4fb6908cc9 HTTP/1.1" 200 272 0.014790 10.0.0.41 - - [2025-12-04 02:18:00] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.156685 10.0.0.41 - - [2025-12-04 02:18:00] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.006823 10.0.0.41 - - [2025-12-04 02:18:00] "PUT /access-control-list/0b073210-94f4-4eda-91b3-ff4fb6908cc9 HTTP/1.1" 200 272 0.012677 10.0.0.41 - - [2025-12-04 02:18:00] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.100279 10.0.0.41 - - [2025-12-04 02:18:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000417 10.0.0.41 - - [2025-12-04 02:18:00] "PUT /access-control-list/0b073210-94f4-4eda-91b3-ff4fb6908cc9 HTTP/1.1" 200 272 0.014076 10.0.0.41 - - [2025-12-04 02:18:01] "POST /fqname-to-id HTTP/1.1" 404 210 0.031865 10.0.0.41 - - [2025-12-04 02:18:01] "GET /projects?obj_uuids=7a5677bd-bda4-40fb-8da5-c697f561f401&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000992 10.0.0.41 - - [2025-12-04 02:18:01] "POST /fqname-to-id HTTP/1.1" 404 245 0.004187 10.0.0.41 - - [2025-12-04 02:18:01] "POST /access-control-lists HTTP/1.1" 200 607 0.016420 10.0.0.41 - - [2025-12-04 02:18:01] "POST /fqname-to-id HTTP/1.1" 404 244 0.002471 10.0.0.41 - - [2025-12-04 02:18:01] "POST /access-control-lists HTTP/1.1" 200 605 0.017256 10.0.0.41 - - [2025-12-04 02:18:01] "PUT /access-control-list/83bc4b5c-8105-463a-8837-fd24ec1ff561 HTTP/1.1" 200 272 0.012631 10.0.0.41 - - [2025-12-04 02:18:01] "PUT /access-control-list/575af53d-a94f-40fd-bc46-9b5b9f1b65d7 HTTP/1.1" 200 272 0.009571 10.0.0.41 - - [2025-12-04 02:18:01] "POST /neutron/security_group HTTP/1.1" 200 1379 0.323129 10.0.0.41 - - [2025-12-04 02:18:01] "GET /projects?obj_uuids=7a5677bd-bda4-40fb-8da5-c697f561f401&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000907 10.0.0.41 - - [2025-12-04 02:18:01] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.023913 10.0.0.41 - - [2025-12-04 02:18:01] "PUT /access-control-list/575af53d-a94f-40fd-bc46-9b5b9f1b65d7 HTTP/1.1" 200 272 0.010250 10.0.0.41 - - [2025-12-04 02:18:01] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.010469 10.0.0.41 - - [2025-12-04 02:18:01] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.172559 10.0.0.41 - - [2025-12-04 02:18:01] "PUT /access-control-list/575af53d-a94f-40fd-bc46-9b5b9f1b65d7 HTTP/1.1" 200 272 0.010078 10.0.0.41 - - [2025-12-04 02:18:01] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.010867 10.0.0.41 - - [2025-12-04 02:18:01] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.109558 10.0.0.41 - - [2025-12-04 02:18:01] "POST /fqname-to-id HTTP/1.1" 404 210 0.001816 10.0.0.41 - - [2025-12-04 02:18:01] "PUT /access-control-list/575af53d-a94f-40fd-bc46-9b5b9f1b65d7 HTTP/1.1" 200 272 0.007867 10.0.0.41 - - [2025-12-04 02:18:01] "GET /projects?obj_uuids=7a5677bd-bda4-40fb-8da5-c697f561f401&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000967 10.0.0.41 - - [2025-12-04 02:18:02] "POST /fqname-to-id HTTP/1.1" 404 245 0.002234 10.0.0.41 - - [2025-12-04 02:18:02] "POST /access-control-lists HTTP/1.1" 200 607 0.012568 10.0.0.41 - - [2025-12-04 02:18:02] "POST /fqname-to-id HTTP/1.1" 404 244 0.002604 10.0.0.41 - - [2025-12-04 02:18:02] "POST /access-control-lists HTTP/1.1" 200 605 0.018408 10.0.0.41 - - [2025-12-04 02:18:02] "PUT /access-control-list/ff0a7fe0-4dc9-434c-b749-dc531e555fc8 HTTP/1.1" 200 272 0.018062 10.0.0.41 - - [2025-12-04 02:18:02] "PUT /access-control-list/9066f7e9-ba32-4473-b933-97d5ae30adf5 HTTP/1.1" 200 272 0.009009 10.0.0.41 - - [2025-12-04 02:18:02] "POST /neutron/security_group HTTP/1.1" 200 1379 0.362204 10.0.0.41 - - [2025-12-04 02:18:02] "GET /projects?obj_uuids=7a5677bd-bda4-40fb-8da5-c697f561f401&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001168 10.0.0.41 - - [2025-12-04 02:18:02] "PUT /access-control-list/9066f7e9-ba32-4473-b933-97d5ae30adf5 HTTP/1.1" 200 272 0.015422 10.0.0.41 - - [2025-12-04 02:18:02] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.037162 10.0.0.41 - - [2025-12-04 02:18:02] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.008765 10.0.0.41 - - [2025-12-04 02:18:02] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.105201 10.0.0.41 - - [2025-12-04 02:18:02] "PUT /access-control-list/9066f7e9-ba32-4473-b933-97d5ae30adf5 HTTP/1.1" 200 272 0.010026 10.0.0.41 - - [2025-12-04 02:18:02] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.010944 10.0.0.41 - - [2025-12-04 02:18:02] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.154099 10.0.0.41 - - [2025-12-04 02:18:02] "PUT /access-control-list/9066f7e9-ba32-4473-b933-97d5ae30adf5 HTTP/1.1" 200 272 0.010197 10.0.0.41 - - [2025-12-04 02:18:02] "GET /projects?obj_uuids=07b534c5-3482-4a93-bd78-d5c7c8041b6f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001250 10.0.0.41 - - [2025-12-04 02:18:02] "POST /neutron/router HTTP/1.1" 200 541 0.054953 10.0.0.41 - - [2025-12-04 02:18:03] "POST /route-targets HTTP/1.1" 200 327 0.009837 10.0.0.41 - - [2025-12-04 02:18:03] "PUT /logical-router/3c59a2c9-edc0-4f37-b4e8-e1e08dea78fb HTTP/1.1" 200 262 0.019619 10.0.0.41 - - [2025-12-04 02:18:03] "POST /neutron/router HTTP/1.1" 200 541 0.004376 10.0.0.41 - - [2025-12-04 02:18:03] "POST /neutron/router HTTP/1.1" 200 541 0.003430 10.0.0.41 - - [2025-12-04 02:18:03] "POST /neutron/router HTTP/1.1" 200 541 0.003722 10.0.0.41 - - [2025-12-04 02:18:03] "POST /neutron/router HTTP/1.1" 200 541 0.003304 10.0.0.41 - - [2025-12-04 02:18:03] "POST /neutron/router HTTP/1.1" 200 541 0.003478 10.0.0.41 - - [2025-12-04 02:18:03] "POST /neutron/router HTTP/1.1" 200 541 0.003823 10.0.0.41 - - [2025-12-04 02:18:03] "POST /neutron/router HTTP/1.1" 200 541 0.004575 10.0.0.41 - - [2025-12-04 02:18:03] "POST /neutron/router HTTP/1.1" 200 541 0.003568 10.0.0.41 - - [2025-12-04 02:18:03] "POST /neutron/router HTTP/1.1" 200 541 0.004008 10.0.0.41 - - [2025-12-04 02:18:03] "POST /neutron/router HTTP/1.1" 200 541 0.003269 10.0.0.41 - - [2025-12-04 02:18:03] "POST /neutron/router HTTP/1.1" 200 541 0.003394 10.0.0.41 - - [2025-12-04 02:18:03] "POST /neutron/router HTTP/1.1" 200 541 0.002974 10.0.0.41 - - [2025-12-04 02:18:03] "POST /neutron/router HTTP/1.1" 200 541 0.003520 10.0.0.41 - - [2025-12-04 02:18:03] "POST /neutron/router HTTP/1.1" 200 541 0.003489 10.0.0.41 - - [2025-12-04 02:18:03] "POST /neutron/router HTTP/1.1" 200 541 0.003205 10.0.0.41 - - [2025-12-04 02:18:03] "POST /neutron/router HTTP/1.1" 200 541 0.002897 10.0.0.41 - - [2025-12-04 02:18:03] "POST /neutron/router HTTP/1.1" 200 541 0.003827 10.0.0.41 - - [2025-12-04 02:18:03] "POST /neutron/router HTTP/1.1" 200 541 0.004212 10.0.0.41 - - [2025-12-04 02:18:03] "POST /neutron/router HTTP/1.1" 200 541 0.003278 10.0.0.41 - - [2025-12-04 02:18:03] "POST /neutron/router HTTP/1.1" 200 541 0.003338 10.0.0.41 - - [2025-12-04 02:18:03] "POST /neutron/router HTTP/1.1" 200 541 0.004133 10.0.0.41 - - [2025-12-04 02:18:03] "POST /neutron/router HTTP/1.1" 200 541 0.003274 10.0.0.41 - - [2025-12-04 02:18:03] "POST /neutron/router HTTP/1.1" 200 541 0.003140 10.0.0.41 - - [2025-12-04 02:18:03] "POST /neutron/router HTTP/1.1" 200 541 0.003659 10.0.0.41 - - [2025-12-04 02:18:03] "POST /neutron/router HTTP/1.1" 200 541 0.004191 10.0.0.41 - - [2025-12-04 02:18:03] "POST /neutron/router HTTP/1.1" 200 541 0.003213 10.0.0.41 - - [2025-12-04 02:18:03] "POST /neutron/router HTTP/1.1" 200 541 0.003160 10.0.0.41 - - [2025-12-04 02:18:03] "POST /neutron/router HTTP/1.1" 200 541 0.004066 10.0.0.41 - - [2025-12-04 02:18:03] "POST /neutron/router HTTP/1.1" 200 541 0.003972 10.0.0.41 - - [2025-12-04 02:18:03] "POST /neutron/router HTTP/1.1" 200 541 0.003382 10.0.0.41 - - [2025-12-04 02:18:03] "POST /neutron/router HTTP/1.1" 200 541 0.005123 10.0.0.41 - - [2025-12-04 02:18:03] "POST /neutron/router HTTP/1.1" 200 541 0.004113 10.0.0.41 - - [2025-12-04 02:18:03] "POST /neutron/router HTTP/1.1" 200 541 0.019332 10.0.0.41 - - [2025-12-04 02:18:03] "POST /neutron/router HTTP/1.1" 200 541 0.005177 10.0.0.41 - - [2025-12-04 02:18:03] "POST /neutron/router HTTP/1.1" 200 542 0.018149 10.0.0.41 - - [2025-12-04 02:18:03] "POST /neutron/router HTTP/1.1" 200 542 0.003653 10.0.0.41 - - [2025-12-04 02:18:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.41 - - [2025-12-04 02:18:03] "POST /neutron/router HTTP/1.1" 200 151 0.045434 10.0.0.41 - - [2025-12-04 02:18:03] "GET /logical-router/3c59a2c9-edc0-4f37-b4e8-e1e08dea78fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003592 10.0.0.41 - - [2025-12-04 02:18:03] "GET /projects?obj_uuids=7a5677bd-bda4-40fb-8da5-c697f561f401&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001445 10.0.0.41 - - [2025-12-04 02:18:03] "DELETE /route-target/19483a8e-d27f-4bb3-9c7f-047b79cee87e HTTP/1.1" 200 115 0.029272 10.0.0.41 - - [2025-12-04 02:18:03] "POST /neutron/router HTTP/1.1" 200 559 0.053397 10.0.0.41 - - [2025-12-04 02:18:03] "POST /neutron/router HTTP/1.1" 200 559 0.002835 10.0.0.41 - - [2025-12-04 02:18:03] "POST /route-targets HTTP/1.1" 200 327 0.012436 10.0.0.41 - - [2025-12-04 02:18:03] "POST /neutron/router HTTP/1.1" 200 559 0.004026 10.0.0.41 - - [2025-12-04 02:18:03] "PUT /logical-router/b0378716-2962-46fe-96cd-9e2242edd3d3 HTTP/1.1" 200 262 0.022269 10.0.0.41 - - [2025-12-04 02:18:03] "POST /neutron/router HTTP/1.1" 200 559 0.008709 10.0.0.41 - - [2025-12-04 02:18:03] "POST /neutron/router HTTP/1.1" 200 559 0.003247 10.0.0.41 - - [2025-12-04 02:18:03] "POST /neutron/router HTTP/1.1" 200 559 0.003264 10.0.0.41 - - [2025-12-04 02:18:03] "POST /neutron/router HTTP/1.1" 200 559 0.004192 10.0.0.41 - - [2025-12-04 02:18:03] "POST /neutron/router HTTP/1.1" 200 559 0.004232 10.0.0.41 - - [2025-12-04 02:18:03] "POST /neutron/router HTTP/1.1" 200 559 0.031292 10.0.0.41 - - [2025-12-04 02:18:03] "POST /neutron/router HTTP/1.1" 200 559 0.003073 10.0.0.41 - - [2025-12-04 02:18:03] "POST /neutron/router HTTP/1.1" 200 559 0.003204 10.0.0.41 - - [2025-12-04 02:18:03] "POST /neutron/router HTTP/1.1" 200 559 0.002890 10.0.0.41 - - [2025-12-04 02:18:03] "POST /neutron/router HTTP/1.1" 200 559 0.003217 10.0.0.41 - - [2025-12-04 02:18:03] "POST /neutron/router HTTP/1.1" 200 559 0.002942 10.0.0.41 - - [2025-12-04 02:18:03] "POST /neutron/router HTTP/1.1" 200 559 0.002917 10.0.0.41 - - [2025-12-04 02:18:03] "POST /neutron/router HTTP/1.1" 200 559 0.002919 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 559 0.002969 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 559 0.003255 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 559 0.003132 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 559 0.003079 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 559 0.003085 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 559 0.002949 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 559 0.003104 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 559 0.002839 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 559 0.004145 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 559 0.002847 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 559 0.020957 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 559 0.003279 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 559 0.003218 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 559 0.002996 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 559 0.002816 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 559 0.003258 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 559 0.003044 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 559 0.013276 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 559 0.002982 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 560 0.013338 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 560 0.003239 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 151 0.037838 10.0.0.41 - - [2025-12-04 02:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004616 10.0.0.41 - - [2025-12-04 02:18:04] "GET /logical-router/b0378716-2962-46fe-96cd-9e2242edd3d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002395 10.0.0.41 - - [2025-12-04 02:18:04] "GET /projects?obj_uuids=07b534c5-3482-4a93-bd78-d5c7c8041b6f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000896 10.0.0.41 - - [2025-12-04 02:18:04] "DELETE /route-target/192e0f92-0394-4066-8043-514bf470dbe5 HTTP/1.1" 200 115 0.019801 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 541 0.048437 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 541 0.003227 10.0.0.41 - - [2025-12-04 02:18:04] "POST /route-targets HTTP/1.1" 200 327 0.012770 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 541 0.003721 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 541 0.002906 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 541 0.003059 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 541 0.002768 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 541 0.004421 10.0.0.41 - - [2025-12-04 02:18:04] "PUT /logical-router/7952ef61-d2f9-41e0-b2a0-175aa0df7128 HTTP/1.1" 200 262 0.017174 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 541 0.004328 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 541 0.003139 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 541 0.003120 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 541 0.003112 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 541 0.002806 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 541 0.002922 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 541 0.003454 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 541 0.002850 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 541 0.002851 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 541 0.004572 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 541 0.003035 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 541 0.003116 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 541 0.003212 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 541 0.003550 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 541 0.002893 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 541 0.003016 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 541 0.003226 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 541 0.003289 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 541 0.003847 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 541 0.003163 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 541 0.003513 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 541 0.003213 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 541 0.002945 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 541 0.003296 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 541 0.002946 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 541 0.003063 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 541 0.018275 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 541 0.003656 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 541 0.026974 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 541 0.003341 10.0.0.41 - - [2025-12-04 02:18:04] "GET /logical-router/7952ef61-d2f9-41e0-b2a0-175aa0df7128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.005103 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/router HTTP/1.1" 200 151 0.047699 10.0.0.41 - - [2025-12-04 02:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/security_group HTTP/1.1" 200 521 0.002636 10.0.0.41 - - [2025-12-04 02:18:04] "DELETE /route-target/f8c63722-7e28-45fb-a7c4-6e5df3c67859 HTTP/1.1" 200 115 0.022264 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/security_group HTTP/1.1" 200 151 0.047775 10.0.0.41 - - [2025-12-04 02:18:04] "DELETE /access-control-list/ff0a7fe0-4dc9-434c-b749-dc531e555fc8 HTTP/1.1" 200 115 0.018274 10.0.0.41 - - [2025-12-04 02:18:04] "POST /neutron/security_group HTTP/1.1" 200 521 0.004379 10.0.0.41 - - [2025-12-04 02:18:04] "DELETE /access-control-list/9066f7e9-ba32-4473-b933-97d5ae30adf5 HTTP/1.1" 200 115 0.027915 10.0.0.41 - - [2025-12-04 02:18:05] "POST /neutron/security_group HTTP/1.1" 200 151 0.053218 10.0.0.41 - - [2025-12-04 02:18:05] "DELETE /access-control-list/83bc4b5c-8105-463a-8837-fd24ec1ff561 HTTP/1.1" 200 115 0.024527 10.0.0.41 - - [2025-12-04 02:18:05] "POST /neutron/security_group HTTP/1.1" 200 506 0.003334 10.0.0.41 - - [2025-12-04 02:18:05] "DELETE /access-control-list/575af53d-a94f-40fd-bc46-9b5b9f1b65d7 HTTP/1.1" 200 115 0.024452 10.0.0.41 - - [2025-12-04 02:18:05] "POST /neutron/security_group HTTP/1.1" 200 151 0.039829 10.0.0.41 - - [2025-12-04 02:18:05] "DELETE /access-control-list/a07d2001-f862-438e-b536-698b2249a6a7 HTTP/1.1" 200 115 0.017697 10.0.0.41 - - [2025-12-04 02:18:05] "POST /neutron/security_group HTTP/1.1" 200 506 0.002696 10.0.0.41 - - [2025-12-04 02:18:05] "DELETE /access-control-list/0b073210-94f4-4eda-91b3-ff4fb6908cc9 HTTP/1.1" 200 115 0.020799 10.0.0.41 - - [2025-12-04 02:18:05] "POST /neutron/security_group HTTP/1.1" 200 151 0.036539 10.0.0.41 - - [2025-12-04 02:18:05] "DELETE /access-control-list/a0256126-bceb-45b6-8bbd-f152b6e745c6 HTTP/1.1" 200 115 0.024591 10.0.0.41 - - [2025-12-04 02:18:05] "DELETE /access-control-list/16125bd2-4e1a-49c7-a90b-81a670b78980 HTTP/1.1" 200 115 0.015718 10.0.0.41 - - [2025-12-04 02:18:05] "GET /projects?obj_uuids=7a5677bd-bda4-40fb-8da5-c697f561f401&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000913 10.0.0.41 - - [2025-12-04 02:18:05] "GET /project/7a5677bd-bda4-40fb-8da5-c697f561f401?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.024503 10.0.0.41 - - [2025-12-04 02:18:05] "GET /projects?obj_uuids=7a5677bd-bda4-40fb-8da5-c697f561f401&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001141 10.0.0.41 - - [2025-12-04 02:18:05] "GET /project/7a5677bd-bda4-40fb-8da5-c697f561f401?fields=virtual_networks HTTP/1.1" 200 1022 0.063628 10.0.0.41 - - [2025-12-04 02:18:05] "GET /projects?obj_uuids=7a5677bd-bda4-40fb-8da5-c697f561f401&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001157 10.0.0.41 - - [2025-12-04 02:18:05] "GET /project/7a5677bd-bda4-40fb-8da5-c697f561f401?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.028139 10.0.0.41 - - [2025-12-04 02:18:05] "GET /projects?obj_uuids=7a5677bd-bda4-40fb-8da5-c697f561f401&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000922 10.0.0.41 - - [2025-12-04 02:18:05] "GET /project/7a5677bd-bda4-40fb-8da5-c697f561f401?fields=security_groups HTTP/1.1" 200 1243 0.024691 10.0.0.41 - - [2025-12-04 02:18:06] "POST /fqname-to-id HTTP/1.1" 404 184 0.026123 10.0.0.41 - - [2025-12-04 02:18:06] "GET /projects?obj_uuids=f4bbb64d-7a99-4d4b-98f6-e7e83e8bec31&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002202 10.0.0.41 - - [2025-12-04 02:18:06] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001423 10.0.0.41 - - [2025-12-04 02:18:06] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010014 10.0.0.41 - - [2025-12-04 02:18:06] "POST /id-to-fqname HTTP/1.1" 200 186 0.001082 10.0.0.41 - - [2025-12-04 02:18:06] "POST /fqname-to-id HTTP/1.1" 404 195 0.001934 10.0.0.41 - - [2025-12-04 02:18:06] "POST /security-groups HTTP/1.1" 200 587 0.072471 10.0.0.41 - - [2025-12-04 02:18:06] "POST /fqname-to-id HTTP/1.1" 404 230 0.002440 10.0.0.41 - - [2025-12-04 02:18:06] "POST /projects HTTP/1.1" 200 577 0.231172 10.0.0.41 - - [2025-12-04 02:18:06] "POST /access-control-lists HTTP/1.1" 200 592 0.061226 10.0.0.41 - - [2025-12-04 02:18:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.307467 10.0.0.41 - - [2025-12-04 02:18:06] "POST /fqname-to-id HTTP/1.1" 404 229 0.003807 10.0.0.41 - - [2025-12-04 02:18:06] "GET /project/f4bbb64d-7a99-4d4b-98f6-e7e83e8bec31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.424689 10.0.0.41 - - [2025-12-04 02:18:07] "POST /access-control-lists HTTP/1.1" 200 590 0.064674 10.0.0.41 - - [2025-12-04 02:18:08] "GET / HTTP/1.1" 200 35931 0.001783 10.0.0.41 - - [2025-12-04 02:18:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000439 10.0.0.41 - - [2025-12-04 02:18:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.067204 10.0.0.41 - - [2025-12-04 02:18:09] "GET /projects?obj_uuids=f4bbb64d-7a99-4d4b-98f6-e7e83e8bec31&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000840 10.0.0.41 - - [2025-12-04 02:18:09] "GET /project/f4bbb64d-7a99-4d4b-98f6-e7e83e8bec31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.022404 10.0.0.41 - - [2025-12-04 02:18:09] "POST /neutron/network HTTP/1.1" 200 117 0.029553 10.0.0.41 - - [2025-12-04 02:18:09] "GET /projects?obj_uuids=f4bbb64d-7a99-4d4b-98f6-e7e83e8bec31&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001122 10.0.0.41 - - [2025-12-04 02:18:09] "POST /neutron/network HTTP/1.1" 200 601 0.069535 10.0.0.41 - - [2025-12-04 02:18:09] "POST /route-targets HTTP/1.1" 200 327 0.009291 10.0.0.41 - - [2025-12-04 02:18:09] "POST /ref-update HTTP/1.1" 200 156 0.008590 10.0.0.41 - - [2025-12-04 02:18:09] "POST /useragent-kv HTTP/1.1" 200 115 0.005347 10.0.0.41 - - [2025-12-04 02:18:09] "POST /neutron/subnet HTTP/1.1" 200 730 0.211632 10.0.0.41 - - [2025-12-04 02:18:09] "POST /neutron/network HTTP/1.1" 200 821 0.005007 10.0.0.41 - - [2025-12-04 02:18:09] "POST /id-to-fqname HTTP/1.1" 200 216 0.000991 10.0.0.41 - - [2025-12-04 02:18:09] "GET /virtual-network/d15015a8-bc2c-4bec-8746-87ccefc95aaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.004077 10.0.0.41 - - [2025-12-04 02:18:09] "POST /neutron/network HTTP/1.1" 200 821 0.005093 10.0.0.41 - - [2025-12-04 02:18:09] "GET /virtual-network/d15015a8-bc2c-4bec-8746-87ccefc95aaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.004132 10.0.0.41 - - [2025-12-04 02:18:09] "POST /neutron/network HTTP/1.1" 200 821 0.007176 10.0.0.41 - - [2025-12-04 02:18:09] "POST /neutron/subnet HTTP/1.1" 200 730 0.005435 10.0.0.41 - - [2025-12-04 02:18:09] "POST /fqname-to-id HTTP/1.1" 404 206 0.001678 10.0.0.41 - - [2025-12-04 02:18:09] "GET /virtual-network/d15015a8-bc2c-4bec-8746-87ccefc95aaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.004721 10.0.0.41 - - [2025-12-04 02:18:09] "GET /projects?obj_uuids=f4bbb64d-7a99-4d4b-98f6-e7e83e8bec31&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000898 10.0.0.41 - - [2025-12-04 02:18:09] "POST /neutron/port HTTP/1.1" 200 1018 0.162602 10.0.0.41 - - [2025-12-04 02:18:09] "GET /virtual-machine-interface/aa69924b-0974-4c55-a5f8-a838fafd4aca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2385 0.004658 10.0.0.41 - - [2025-12-04 02:18:09] "GET /virtual-machine-interface/aa69924b-0974-4c55-a5f8-a838fafd4aca?fields=instance_ip_back_refs HTTP/1.1" 200 1318 0.004361 10.0.0.41 - - [2025-12-04 02:18:09] "GET /instance-ip/abf87f60-557f-42da-8f82-cfb34cbdcd4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1596 0.003533 10.0.0.41 - - [2025-12-04 02:18:10] "GET /virtual-machine-interface/aa69924b-0974-4c55-a5f8-a838fafd4aca HTTP/1.1" 401 292 0.000439 10.0.0.41 - - [2025-12-04 02:18:10] "GET /virtual-machine-interface/aa69924b-0974-4c55-a5f8-a838fafd4aca HTTP/1.1" 200 2606 0.029736 10.0.0.41 - - [2025-12-04 02:18:10] "POST /neutron/port HTTP/1.1" 200 1018 0.006504 10.0.0.41 - - [2025-12-04 02:18:10] "POST /neutron/port HTTP/1.1" 200 151 0.074056 10.0.0.41 - - [2025-12-04 02:18:10] "POST /neutron/network HTTP/1.1" 200 821 0.007355 10.0.0.41 - - [2025-12-04 02:18:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003480 10.0.0.41 - - [2025-12-04 02:18:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004576 10.0.0.41 - - [2025-12-04 02:18:10] "POST /useragent-kv HTTP/1.1" 200 115 0.001780 10.0.0.41 - - [2025-12-04 02:18:10] "POST /neutron/network HTTP/1.1" 200 151 0.069115 10.0.0.41 - - [2025-12-04 02:18:10] "DELETE /route-target/cf4284ed-110f-42e5-9cb2-3bfc7b6961ba HTTP/1.1" 200 115 0.014504 10.0.0.41 - - [2025-12-04 02:18:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.41 - - [2025-12-04 02:18:11] "GET /projects?obj_uuids=f4bbb64d-7a99-4d4b-98f6-e7e83e8bec31&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001075 10.0.0.41 - - [2025-12-04 02:18:11] "GET /project/f4bbb64d-7a99-4d4b-98f6-e7e83e8bec31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.022113 10.0.0.41 - - [2025-12-04 02:18:11] "POST /neutron/network HTTP/1.1" 200 117 0.007648 10.0.0.41 - - [2025-12-04 02:18:11] "GET /projects?obj_uuids=f4bbb64d-7a99-4d4b-98f6-e7e83e8bec31&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000829 10.0.0.41 - - [2025-12-04 02:18:11] "POST /neutron/network HTTP/1.1" 200 603 0.056397 10.0.0.41 - - [2025-12-04 02:18:11] "POST /route-targets HTTP/1.1" 200 327 0.009753 10.0.0.41 - - [2025-12-04 02:18:11] "POST /ref-update HTTP/1.1" 200 156 0.011064 10.0.0.41 - - [2025-12-04 02:18:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003023 10.0.0.41 - - [2025-12-04 02:18:11] "POST /neutron/subnet HTTP/1.1" 200 724 0.174366 10.0.0.41 - - [2025-12-04 02:18:11] "POST /useragent-kv HTTP/1.1" 200 115 0.005948 10.0.0.41 - - [2025-12-04 02:18:11] "POST /neutron/subnet HTTP/1.1" 200 734 0.130437 10.0.0.41 - - [2025-12-04 02:18:11] "POST /neutron/network HTTP/1.1" 200 980 0.005594 10.0.0.41 - - [2025-12-04 02:18:11] "POST /id-to-fqname HTTP/1.1" 200 217 0.000937 10.0.0.41 - - [2025-12-04 02:18:11] "GET /virtual-network/2fb7d535-a18b-4868-b4fa-d9f7c47fec32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.003968 10.0.0.41 - - [2025-12-04 02:18:11] "POST /neutron/network HTTP/1.1" 200 980 0.006598 10.0.0.41 - - [2025-12-04 02:18:11] "GET /virtual-network/2fb7d535-a18b-4868-b4fa-d9f7c47fec32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.006016 10.0.0.41 - - [2025-12-04 02:18:11] "POST /neutron/network HTTP/1.1" 200 980 0.008195 10.0.0.41 - - [2025-12-04 02:18:11] "POST /neutron/subnet HTTP/1.1" 200 724 0.006549 10.0.0.41 - - [2025-12-04 02:18:11] "POST /neutron/subnet HTTP/1.1" 200 734 0.006418 10.0.0.41 - - [2025-12-04 02:18:11] "GET /projects?obj_uuids=f4bbb64d-7a99-4d4b-98f6-e7e83e8bec31&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001022 10.0.0.41 - - [2025-12-04 02:18:11] "POST /neutron/port HTTP/1.1" 200 1018 0.147456 10.0.0.41 - - [2025-12-04 02:18:11] "GET /projects?obj_uuids=f4bbb64d-7a99-4d4b-98f6-e7e83e8bec31&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000941 10.0.0.41 - - [2025-12-04 02:18:12] "POST /neutron/port HTTP/1.1" 200 1020 0.158422 10.0.0.41 - - [2025-12-04 02:18:12] "POST /id-to-fqname HTTP/1.1" 200 217 0.001190 10.0.0.41 - - [2025-12-04 02:18:12] "POST /neutron/port HTTP/1.1" 200 1018 0.006078 10.0.0.41 - - [2025-12-04 02:18:12] "POST /neutron/port HTTP/1.1" 200 1018 0.005874 10.0.0.41 - - [2025-12-04 02:18:12] "POST /neutron/network HTTP/1.1" 200 980 0.005518 10.0.0.41 - - [2025-12-04 02:18:12] "POST /neutron/port HTTP/1.1" 200 1018 0.009780 10.0.0.41 - - [2025-12-04 02:18:12] "POST /neutron/port HTTP/1.1" 200 117 0.006623 10.0.0.41 - - [2025-12-04 02:18:12] "POST /neutron/port HTTP/1.1" 200 117 0.004772 10.0.0.41 - - [2025-12-04 02:18:12] "POST /id-to-fqname HTTP/1.1" 200 217 0.001139 10.0.0.41 - - [2025-12-04 02:18:12] "POST /neutron/port HTTP/1.1" 200 117 0.003951 10.0.0.41 - - [2025-12-04 02:18:12] "POST /neutron/port HTTP/1.1" 200 1020 0.006475 10.0.0.41 - - [2025-12-04 02:18:12] "POST /neutron/port HTTP/1.1" 200 1020 0.007224 10.0.0.41 - - [2025-12-04 02:18:12] "POST /neutron/network HTTP/1.1" 200 980 0.005423 10.0.0.41 - - [2025-12-04 02:18:12] "POST /neutron/port HTTP/1.1" 200 1020 0.005910 10.0.0.41 - - [2025-12-04 02:18:12] "POST /neutron/port HTTP/1.1" 200 1018 0.008632 10.0.0.41 - - [2025-12-04 02:18:12] "POST /neutron/port HTTP/1.1" 200 1020 0.009699 10.0.0.41 - - [2025-12-04 02:18:12] "POST /neutron/port HTTP/1.1" 200 117 0.008498 10.0.0.41 - - [2025-12-04 02:18:12] "POST /neutron/port HTTP/1.1" 200 117 0.004314 10.0.0.41 - - [2025-12-04 02:18:12] "POST /neutron/port HTTP/1.1" 200 117 0.004430 10.0.0.41 - - [2025-12-04 02:18:13] "POST /neutron/port HTTP/1.1" 200 1018 0.009592 10.0.0.41 - - [2025-12-04 02:18:13] "POST /neutron/network HTTP/1.1" 200 990 0.005183 10.0.0.41 - - [2025-12-04 02:18:13] "POST /neutron/port HTTP/1.1" 200 1020 0.008823 10.0.0.41 - - [2025-12-04 02:18:13] "POST /neutron/port HTTP/1.1" 200 1018 0.008032 10.0.0.41 - - [2025-12-04 02:18:13] "POST /neutron/network HTTP/1.1" 200 990 0.005029 10.0.0.41 - - [2025-12-04 02:18:13] "POST /neutron/port HTTP/1.1" 200 1018 0.007158 10.0.0.41 - - [2025-12-04 02:18:13] "POST /neutron/port HTTP/1.1" 200 1020 0.012081 10.0.0.41 - - [2025-12-04 02:18:13] "POST /neutron/port HTTP/1.1" 200 1020 0.010228 10.0.0.41 - - [2025-12-04 02:18:13] "POST /neutron/port HTTP/1.1" 200 1110 0.103444 10.0.0.41 - - [2025-12-04 02:18:13] "POST /neutron/port HTTP/1.1" 200 1112 0.096362 10.0.0.41 - - [2025-12-04 02:18:13] "POST /neutron/port HTTP/1.1" 200 1084 0.009927 10.0.0.41 - - [2025-12-04 02:18:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002948 10.0.0.41 - - [2025-12-04 02:18:13] "POST /neutron/port HTTP/1.1" 200 1086 0.008496 10.0.0.41 - - [2025-12-04 02:18:13] "POST /neutron/subnet HTTP/1.1" 200 698 0.006003 10.0.0.41 - - [2025-12-04 02:18:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002780 10.0.0.41 - - [2025-12-04 02:18:13] "POST /neutron/port HTTP/1.1" 200 117 0.001145 10.0.0.41 - - [2025-12-04 02:18:13] "POST /neutron/subnet HTTP/1.1" 200 708 0.007315 10.0.0.41 - - [2025-12-04 02:18:13] "POST /neutron/port HTTP/1.1" 200 117 0.001339 10.0.0.41 - - [2025-12-04 02:18:13] "POST /neutron/network HTTP/1.1" 200 980 0.006621 10.0.0.41 - - [2025-12-04 02:18:13] "POST /neutron/network HTTP/1.1" 200 980 0.010252 10.0.0.41 - - [2025-12-04 02:18:17] "POST /neutron/port HTTP/1.1" 200 1084 0.010304 10.0.0.41 - - [2025-12-04 02:18:18] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005891 10.0.0.41 - - [2025-12-04 02:18:18] "POST /neutron/port HTTP/1.1" 200 1084 0.009933 10.0.0.41 - - [2025-12-04 02:18:18] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005637 10.0.0.41 - - [2025-12-04 02:18:18] "POST /neutron/port HTTP/1.1" 200 1084 0.013945 10.0.0.41 - - [2025-12-04 02:18:18] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005572 10.0.0.41 - - [2025-12-04 02:18:18] "GET /virtual-machine/ca134706-e9af-4977-8a6a-4f63fcf621dc HTTP/1.1" 200 1284 0.004522 10.0.0.41 - - [2025-12-04 02:18:18] "GET /virtual-machine-interface/be5e9d95-8e72-4191-9667-2583caf252f8 HTTP/1.1" 200 2925 0.004271 10.0.0.41 - - [2025-12-04 02:18:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002422 10.0.0.41 - - [2025-12-04 02:18:18] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002537 10.0.0.41 - - [2025-12-04 02:18:18] "GET /virtual-networks?parent_id=f4bbb64d-7a99-4d4b-98f6-e7e83e8bec31&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002825 10.0.0.41 - - [2025-12-04 02:18:18] "GET /virtual-network/2fb7d535-a18b-4868-b4fa-d9f7c47fec32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.005032 10.0.0.41 - - [2025-12-04 02:18:19] "POST /neutron/port HTTP/1.1" 200 1084 0.010148 10.0.0.41 - - [2025-12-04 02:18:19] "POST /neutron/port HTTP/1.1" 200 1084 0.009419 10.0.0.41 - - [2025-12-04 02:18:19] "POST /neutron/network HTTP/1.1" 200 990 0.005110 10.0.0.41 - - [2025-12-04 02:18:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006766 10.0.0.41 - - [2025-12-04 02:18:19] "POST /neutron/subnet HTTP/1.1" 200 698 0.008397 10.0.0.41 - - [2025-12-04 02:18:19] "POST /neutron/port HTTP/1.1" 200 117 0.001018 10.0.0.41 - - [2025-12-04 02:18:19] "POST /neutron/network HTTP/1.1" 200 980 0.006188 10.0.0.41 - - [2025-12-04 02:18:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005856 10.0.0.41 - - [2025-12-04 02:18:21] "GET /virtual-network/2fb7d535-a18b-4868-b4fa-d9f7c47fec32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.004510 10.0.0.41 - - [2025-12-04 02:18:22] "POST /neutron/port HTTP/1.1" 200 1086 0.020289 10.0.0.41 - - [2025-12-04 02:18:22] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005210 10.0.0.41 - - [2025-12-04 02:18:22] "POST /neutron/port HTTP/1.1" 200 1084 0.010273 10.0.0.41 - - [2025-12-04 02:18:22] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004728 10.0.0.41 - - [2025-12-04 02:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.41 - - [2025-12-04 02:18:23] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003159 10.0.0.41 - - [2025-12-04 02:18:23] "GET /virtual-networks?parent_id=f4bbb64d-7a99-4d4b-98f6-e7e83e8bec31&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003192 10.0.0.41 - - [2025-12-04 02:18:23] "GET /virtual-network/2fb7d535-a18b-4868-b4fa-d9f7c47fec32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.007050 10.0.0.41 - - [2025-12-04 02:18:23] "POST /neutron/port HTTP/1.1" 200 1084 0.010118 10.0.0.41 - - [2025-12-04 02:18:23] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005693 10.0.0.41 - - [2025-12-04 02:18:29] "POST /neutron/port HTTP/1.1" 200 1086 0.009345 10.0.0.41 - - [2025-12-04 02:18:29] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005450 10.0.0.41 - - [2025-12-04 02:18:29] "POST /neutron/port HTTP/1.1" 200 1086 0.009521 10.0.0.41 - - [2025-12-04 02:18:29] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005411 10.0.0.41 - - [2025-12-04 02:18:29] "POST /neutron/port HTTP/1.1" 200 1086 0.009422 10.0.0.41 - - [2025-12-04 02:18:29] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004909 10.0.0.41 - - [2025-12-04 02:18:29] "GET /virtual-machine/056868e9-4b34-4da8-b0c3-b7cc8d4fda26 HTTP/1.1" 200 1283 0.003861 10.0.0.41 - - [2025-12-04 02:18:29] "GET /virtual-machine-interface/ace07bdd-e5d6-4031-a4e9-b378e0d266d5 HTTP/1.1" 200 2925 0.003880 10.0.0.41 - - [2025-12-04 02:18:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002395 10.0.0.41 - - [2025-12-04 02:18:29] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003104 10.0.0.41 - - [2025-12-04 02:18:29] "GET /virtual-networks?parent_id=f4bbb64d-7a99-4d4b-98f6-e7e83e8bec31&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003403 10.0.0.41 - - [2025-12-04 02:18:29] "GET /virtual-network/2fb7d535-a18b-4868-b4fa-d9f7c47fec32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.006177 10.0.0.41 - - [2025-12-04 02:18:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002679 10.0.0.41 - - [2025-12-04 02:18:30] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002858 10.0.0.41 - - [2025-12-04 02:18:30] "GET /virtual-networks?parent_id=f4bbb64d-7a99-4d4b-98f6-e7e83e8bec31&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002405 10.0.0.41 - - [2025-12-04 02:18:30] "GET /virtual-network/2fb7d535-a18b-4868-b4fa-d9f7c47fec32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.004749 10.0.0.41 - - [2025-12-04 02:18:33] "POST /neutron/port HTTP/1.1" 200 1112 0.007829 10.0.0.41 - - [2025-12-04 02:18:33] "POST /neutron/port HTTP/1.1" 200 1112 0.007873 10.0.0.41 - - [2025-12-04 02:18:33] "POST /neutron/port HTTP/1.1" 200 151 0.100474 10.0.0.41 - - [2025-12-04 02:18:33] "POST /neutron/port HTTP/1.1" 200 1110 0.010858 10.0.0.41 - - [2025-12-04 02:18:33] "POST /neutron/port HTTP/1.1" 200 1110 0.008005 10.0.0.41 - - [2025-12-04 02:18:33] "POST /neutron/port HTTP/1.1" 200 151 0.135179 10.0.0.41 - - [2025-12-04 02:18:34] "POST /neutron/network HTTP/1.1" 200 980 0.006992 10.0.0.41 - - [2025-12-04 02:18:34] "POST /useragent-kv HTTP/1.1" 200 115 0.005555 10.0.0.41 - - [2025-12-04 02:18:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.41 - - [2025-12-04 02:18:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002614 10.0.0.41 - - [2025-12-04 02:18:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003014 10.0.0.41 - - [2025-12-04 02:18:34] "POST /neutron/port HTTP/1.1" 200 117 0.005229 10.0.0.41 - - [2025-12-04 02:18:34] "POST /useragent-kv HTTP/1.1" 200 115 0.001520 10.0.0.41 - - [2025-12-04 02:18:34] "POST /neutron/network HTTP/1.1" 200 151 0.102858 10.0.0.41 - - [2025-12-04 02:18:34] "DELETE /route-target/5c47b7dc-8a6f-4e95-8ae5-71a1fcff1f46 HTTP/1.1" 200 115 0.017239 10.0.0.41 - - [2025-12-04 02:18:34] "POST /neutron/port HTTP/1.1" 400 205 0.002596 10.0.0.41 - - [2025-12-04 02:18:34] "GET /projects?obj_uuids=f4bbb64d-7a99-4d4b-98f6-e7e83e8bec31&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000915 10.0.0.41 - - [2025-12-04 02:18:34] "GET /project/f4bbb64d-7a99-4d4b-98f6-e7e83e8bec31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.021526 10.0.0.41 - - [2025-12-04 02:18:34] "GET /projects?obj_uuids=f4bbb64d-7a99-4d4b-98f6-e7e83e8bec31&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000929 10.0.0.41 - - [2025-12-04 02:18:34] "GET /project/f4bbb64d-7a99-4d4b-98f6-e7e83e8bec31?fields=virtual_networks HTTP/1.1" 200 1025 0.069103 10.0.0.41 - - [2025-12-04 02:18:34] "GET /projects?obj_uuids=f4bbb64d-7a99-4d4b-98f6-e7e83e8bec31&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001400 10.0.0.41 - - [2025-12-04 02:18:34] "GET /project/f4bbb64d-7a99-4d4b-98f6-e7e83e8bec31?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.024724 10.0.0.41 - - [2025-12-04 02:18:34] "GET /projects?obj_uuids=f4bbb64d-7a99-4d4b-98f6-e7e83e8bec31&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000918 10.0.0.41 - - [2025-12-04 02:18:34] "GET /project/f4bbb64d-7a99-4d4b-98f6-e7e83e8bec31?fields=security_groups HTTP/1.1" 200 1247 0.024125 10.0.0.41 - - [2025-12-04 02:18:35] "POST /fqname-to-id HTTP/1.1" 404 186 0.022885 10.0.0.41 - - [2025-12-04 02:18:35] "GET /projects?obj_uuids=5614656c-75ec-40e7-b7c6-f9696a67a74e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002223 10.0.0.41 - - [2025-12-04 02:18:35] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000828 10.0.0.41 - - [2025-12-04 02:18:35] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.005512 10.0.0.41 - - [2025-12-04 02:18:35] "POST /id-to-fqname HTTP/1.1" 200 188 0.001701 10.0.0.41 - - [2025-12-04 02:18:35] "POST /fqname-to-id HTTP/1.1" 404 197 0.003390 10.0.0.41 - - [2025-12-04 02:18:35] "POST /security-groups HTTP/1.1" 200 589 0.060264 10.0.0.41 - - [2025-12-04 02:18:35] "POST /fqname-to-id HTTP/1.1" 404 232 0.002723 10.0.0.41 - - [2025-12-04 02:18:35] "POST /projects HTTP/1.1" 200 581 0.212327 10.0.0.41 - - [2025-12-04 02:18:35] "POST /access-control-lists HTTP/1.1" 200 594 0.058671 10.0.0.41 - - [2025-12-04 02:18:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.279144 10.0.0.41 - - [2025-12-04 02:18:35] "POST /fqname-to-id HTTP/1.1" 404 231 0.002522 10.0.0.41 - - [2025-12-04 02:18:35] "GET /project/5614656c-75ec-40e7-b7c6-f9696a67a74e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.398755 10.0.0.41 - - [2025-12-04 02:18:35] "POST /access-control-lists HTTP/1.1" 200 592 0.061858 10.0.0.41 - - [2025-12-04 02:18:36] "GET / HTTP/1.1" 200 35931 0.002562 10.0.0.41 - - [2025-12-04 02:18:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000463 10.0.0.41 - - [2025-12-04 02:18:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.054691 10.0.0.41 - - [2025-12-04 02:18:37] "GET /projects?obj_uuids=5614656c-75ec-40e7-b7c6-f9696a67a74e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000829 10.0.0.41 - - [2025-12-04 02:18:37] "GET /project/5614656c-75ec-40e7-b7c6-f9696a67a74e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.023842 10.0.0.41 - - [2025-12-04 02:18:38] "POST /neutron/network HTTP/1.1" 200 117 0.031833 10.0.0.41 - - [2025-12-04 02:18:38] "GET /projects?obj_uuids=5614656c-75ec-40e7-b7c6-f9696a67a74e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002146 10.0.0.41 - - [2025-12-04 02:18:38] "POST /neutron/network HTTP/1.1" 200 605 0.069057 10.0.0.41 - - [2025-12-04 02:18:38] "POST /route-targets HTTP/1.1" 200 327 0.012131 10.0.0.41 - - [2025-12-04 02:18:38] "POST /ref-update HTTP/1.1" 200 156 0.018232 10.0.0.41 - - [2025-12-04 02:18:38] "POST /useragent-kv HTTP/1.1" 200 115 0.015771 10.0.0.41 - - [2025-12-04 02:18:38] "POST /neutron/subnet HTTP/1.1" 200 715 0.215613 10.0.0.41 - - [2025-12-04 02:18:38] "POST /neutron/network HTTP/1.1" 200 822 0.005908 10.0.0.41 - - [2025-12-04 02:18:38] "POST /id-to-fqname HTTP/1.1" 200 219 0.001966 10.0.0.41 - - [2025-12-04 02:18:38] "GET /virtual-network/ddb664f0-56c3-4400-8b03-8fff3fa67548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006751 10.0.0.41 - - [2025-12-04 02:18:38] "POST /neutron/network HTTP/1.1" 200 822 0.005557 10.0.0.41 - - [2025-12-04 02:18:38] "GET /virtual-network/ddb664f0-56c3-4400-8b03-8fff3fa67548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.004527 10.0.0.41 - - [2025-12-04 02:18:38] "POST /neutron/network HTTP/1.1" 200 822 0.005118 10.0.0.41 - - [2025-12-04 02:18:38] "POST /neutron/subnet HTTP/1.1" 200 715 0.007110 10.0.0.41 - - [2025-12-04 02:18:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.41 - - [2025-12-04 02:18:38] "GET /projects?obj_uuids=5614656c-75ec-40e7-b7c6-f9696a67a74e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000906 10.0.0.41 - - [2025-12-04 02:18:38] "GET /project/5614656c-75ec-40e7-b7c6-f9696a67a74e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.026770 10.0.0.41 - - [2025-12-04 02:18:38] "POST /neutron/network HTTP/1.1" 200 117 0.009126 10.0.0.41 - - [2025-12-04 02:18:38] "GET /projects?obj_uuids=5614656c-75ec-40e7-b7c6-f9696a67a74e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000845 10.0.0.41 - - [2025-12-04 02:18:38] "POST /neutron/network HTTP/1.1" 200 605 0.072281 10.0.0.41 - - [2025-12-04 02:18:38] "POST /route-targets HTTP/1.1" 200 327 0.011566 10.0.0.41 - - [2025-12-04 02:18:38] "POST /ref-update HTTP/1.1" 200 156 0.012475 10.0.0.41 - - [2025-12-04 02:18:38] "POST /neutron/port HTTP/1.1" 200 117 0.004238 10.0.0.41 - - [2025-12-04 02:18:38] "POST /neutron/port HTTP/1.1" 400 205 0.002741 10.0.0.41 - - [2025-12-04 02:18:39] "POST /useragent-kv HTTP/1.1" 200 115 0.004908 10.0.0.41 - - [2025-12-04 02:18:39] "POST /neutron/subnet HTTP/1.1" 200 720 0.194373 10.0.0.41 - - [2025-12-04 02:18:39] "POST /neutron/network HTTP/1.1" 200 823 0.004568 10.0.0.41 - - [2025-12-04 02:18:39] "POST /id-to-fqname HTTP/1.1" 200 219 0.001098 10.0.0.41 - - [2025-12-04 02:18:39] "GET /virtual-network/ccd8b0e4-e8f1-410e-aff3-2fe4a8a593d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004358 10.0.0.41 - - [2025-12-04 02:18:39] "POST /neutron/network HTTP/1.1" 200 823 0.004858 10.0.0.41 - - [2025-12-04 02:18:39] "GET /virtual-network/ccd8b0e4-e8f1-410e-aff3-2fe4a8a593d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004071 10.0.0.41 - - [2025-12-04 02:18:39] "POST /neutron/network HTTP/1.1" 200 823 0.004401 10.0.0.41 - - [2025-12-04 02:18:39] "POST /neutron/subnet HTTP/1.1" 200 720 0.006253 10.0.0.41 - - [2025-12-04 02:18:39] "POST /id-to-fqname HTTP/1.1" 200 219 0.001076 10.0.0.41 - - [2025-12-04 02:18:39] "POST /neutron/network HTTP/1.1" 200 832 0.013543 10.0.0.41 - - [2025-12-04 02:18:39] "GET /aaa-mode HTTP/1.1" 401 292 0.000377 10.0.0.41 - - [2025-12-04 02:18:39] "GET / HTTP/1.1" 200 35931 0.001589 10.0.0.41 - - [2025-12-04 02:18:39] "GET /project/5614656c-75ec-40e7-b7c6-f9696a67a74e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000381 10.0.0.41 - - [2025-12-04 02:18:40] "GET /projects?obj_uuids=5614656c-75ec-40e7-b7c6-f9696a67a74e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001157 10.0.0.41 - - [2025-12-04 02:18:40] "GET /project/5614656c-75ec-40e7-b7c6-f9696a67a74e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.062382 10.0.0.41 - - [2025-12-04 02:18:40] "POST /neutron/network HTTP/1.1" 200 822 0.006084 10.0.0.41 - - [2025-12-04 02:18:40] "POST /neutron/port HTTP/1.1" 200 117 0.004189 10.0.0.41 - - [2025-12-04 02:18:40] "POST /neutron/port HTTP/1.1" 200 117 0.007319 10.0.0.41 - - [2025-12-04 02:18:40] "POST /id-to-fqname HTTP/1.1" 200 219 0.001961 10.0.0.41 - - [2025-12-04 02:18:40] "POST /neutron/port HTTP/1.1" 200 117 0.005971 10.0.0.41 - - [2025-12-04 02:18:40] "POST /neutron/network HTTP/1.1" 200 833 0.007324 10.0.0.41 - - [2025-12-04 02:18:40] "GET /aaa-mode HTTP/1.1" 401 292 0.000408 10.0.0.41 - - [2025-12-04 02:18:40] "POST /neutron/network HTTP/1.1" 200 832 0.005882 10.0.0.41 - - [2025-12-04 02:18:40] "GET /projects?obj_uuids=5614656c-75ec-40e7-b7c6-f9696a67a74e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000914 10.0.0.41 - - [2025-12-04 02:18:40] "GET / HTTP/1.1" 200 35931 0.002248 10.0.0.41 - - [2025-12-04 02:18:40] "GET /project/5614656c-75ec-40e7-b7c6-f9696a67a74e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000328 10.0.0.41 - - [2025-12-04 02:18:41] "POST /neutron/port HTTP/1.1" 200 1056 0.274394 10.0.0.41 - - [2025-12-04 02:18:41] "POST /neutron/port HTTP/1.1" 200 1056 0.010902 10.0.0.41 - - [2025-12-04 02:18:41] "POST /neutron/port HTTP/1.1" 200 1056 0.014080 10.0.0.41 - - [2025-12-04 02:18:41] "POST /neutron/port HTTP/1.1" 200 1110 0.104641 10.0.0.41 - - [2025-12-04 02:18:41] "POST /neutron/port HTTP/1.1" 200 1084 0.012277 10.0.0.41 - - [2025-12-04 02:18:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003270 10.0.0.41 - - [2025-12-04 02:18:41] "POST /neutron/subnet HTTP/1.1" 200 689 0.010030 10.0.0.41 - - [2025-12-04 02:18:41] "POST /neutron/port HTTP/1.1" 200 117 0.002826 10.0.0.41 - - [2025-12-04 02:18:41] "GET /projects?obj_uuids=5614656c-75ec-40e7-b7c6-f9696a67a74e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000982 10.0.0.41 - - [2025-12-04 02:18:41] "POST /neutron/network HTTP/1.1" 200 822 0.010522 10.0.0.41 - - [2025-12-04 02:18:41] "GET /project/5614656c-75ec-40e7-b7c6-f9696a67a74e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.063657 10.0.0.41 - - [2025-12-04 02:18:41] "POST /neutron/network HTTP/1.1" 200 823 0.006245 10.0.0.41 - - [2025-12-04 02:18:41] "POST /neutron/port HTTP/1.1" 200 1084 0.013680 10.0.0.41 - - [2025-12-04 02:18:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005451 10.0.0.41 - - [2025-12-04 02:18:41] "POST /neutron/port HTTP/1.1" 200 117 0.004629 10.0.0.41 - - [2025-12-04 02:18:41] "GET /projects?obj_uuids=5614656c-75ec-40e7-b7c6-f9696a67a74e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000855 10.0.0.41 - - [2025-12-04 02:18:41] "POST /neutron/router HTTP/1.1" 200 580 0.090291 10.0.0.41 - - [2025-12-04 02:18:41] "POST /neutron/router HTTP/1.1" 200 580 0.004531 10.0.0.41 - - [2025-12-04 02:18:41] "POST /route-targets HTTP/1.1" 200 327 0.019347 10.0.0.41 - - [2025-12-04 02:18:41] "GET /projects?obj_uuids=5614656c-75ec-40e7-b7c6-f9696a67a74e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001669 10.0.0.41 - - [2025-12-04 02:18:41] "PUT /logical-router/3e0f6818-c372-4c0b-af6b-c18e43be422f HTTP/1.1" 200 262 0.053146 10.0.0.41 - - [2025-12-04 02:18:42] "POST /neutron/network HTTP/1.1" 200 833 0.031585 10.0.0.41 - - [2025-12-04 02:18:42] "POST /neutron/router HTTP/1.1" 200 344 0.334671 10.0.0.41 - - [2025-12-04 02:18:42] "GET /projects?obj_uuids=5614656c-75ec-40e7-b7c6-f9696a67a74e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000794 10.0.0.41 - - [2025-12-04 02:18:42] "POST /ref-update HTTP/1.1" 200 156 0.011582 10.0.0.41 - - [2025-12-04 02:18:42] "POST /neutron/port HTTP/1.1" 200 1084 0.022882 10.0.0.41 - - [2025-12-04 02:18:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005566 10.0.0.41 - - [2025-12-04 02:18:42] "POST /neutron/port HTTP/1.1" 200 1057 0.268826 10.0.0.41 - - [2025-12-04 02:18:42] "POST /neutron/port HTTP/1.1" 200 1057 0.012999 10.0.0.41 - - [2025-12-04 02:18:42] "POST /neutron/port HTTP/1.1" 200 1057 0.006899 10.0.0.41 - - [2025-12-04 02:18:42] "POST /neutron/port HTTP/1.1" 200 1111 0.061405 10.0.0.41 - - [2025-12-04 02:18:42] "POST /neutron/port HTTP/1.1" 200 1085 0.009680 10.0.0.41 - - [2025-12-04 02:18:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003026 10.0.0.41 - - [2025-12-04 02:18:42] "POST /neutron/subnet HTTP/1.1" 200 694 0.005694 10.0.0.41 - - [2025-12-04 02:18:42] "POST /neutron/port HTTP/1.1" 200 117 0.001010 10.0.0.41 - - [2025-12-04 02:18:42] "POST /neutron/network HTTP/1.1" 200 823 0.005248 10.0.0.41 - - [2025-12-04 02:18:45] "DELETE /project/7a5677bdbda440fb8da5c697f561f401 HTTP/1.1" 404 173 0.014377 10.0.0.41 - - [2025-12-04 02:18:45] "DELETE /project/f4bbb64d7a994d4b98f6e7e83e8bec31 HTTP/1.1" 404 173 0.011106 10.0.0.41 - - [2025-12-04 02:18:45] "DELETE /project/ab5df98436b14f1a9a872e0a1c03b9a1 HTTP/1.1" 404 173 0.010543 10.0.0.41 - - [2025-12-04 02:18:45] "DELETE /project/5614656c75ec40e7b7c6f9696a67a74e HTTP/1.1" 404 173 0.009997 10.0.0.41 - - [2025-12-04 02:18:45] "GET /projects?obj_uuids=f4bbb64d-7a99-4d4b-98f6-e7e83e8bec31&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000803 10.0.0.41 - - [2025-12-04 02:18:45] "GET /projects?obj_uuids=7a5677bd-bda4-40fb-8da5-c697f561f401&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000919 10.0.0.41 - - [2025-12-04 02:18:45] "GET /projects?obj_uuids=ab5df984-36b1-4f1a-9a87-2e0a1c03b9a1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001095 10.0.0.41 - - [2025-12-04 02:18:45] "GET /projects?obj_uuids=47e63d3a-addd-43b3-9729-a4952869f9c7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000746 10.0.0.41 - - [2025-12-04 02:18:45] "GET /project/ab5df984-36b1-4f1a-9a87-2e0a1c03b9a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.057581 10.0.0.41 - - [2025-12-04 02:18:45] "GET /project/f4bbb64d-7a99-4d4b-98f6-e7e83e8bec31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.071961 10.0.0.41 - - [2025-12-04 02:18:45] "GET /project/47e63d3a-addd-43b3-9729-a4952869f9c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.069552 10.0.0.41 - - [2025-12-04 02:18:45] "GET /project/7a5677bd-bda4-40fb-8da5-c697f561f401?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.085639 10.0.0.41 - - [2025-12-04 02:18:45] "GET /projects?obj_uuids=7a5677bd-bda4-40fb-8da5-c697f561f401&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001487 10.0.0.41 - - [2025-12-04 02:18:45] "GET /projects?obj_uuids=47e63d3a-addd-43b3-9729-a4952869f9c7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000787 10.0.0.41 - - [2025-12-04 02:18:45] "GET /projects?obj_uuids=f4bbb64d-7a99-4d4b-98f6-e7e83e8bec31&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000754 10.0.0.41 - - [2025-12-04 02:18:45] "GET /projects?obj_uuids=ab5df984-36b1-4f1a-9a87-2e0a1c03b9a1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000769 10.0.0.41 - - [2025-12-04 02:18:45] "GET /project/ab5df984-36b1-4f1a-9a87-2e0a1c03b9a1?fields=security_groups HTTP/1.1" 200 1349 0.069839 10.0.0.41 - - [2025-12-04 02:18:45] "GET /project/f4bbb64d-7a99-4d4b-98f6-e7e83e8bec31?fields=security_groups HTTP/1.1" 200 1352 0.076718 10.0.0.41 - - [2025-12-04 02:18:45] "GET /project/47e63d3a-addd-43b3-9729-a4952869f9c7?fields=security_groups HTTP/1.1" 200 1399 0.079881 10.0.0.41 - - [2025-12-04 02:18:45] "GET /project/7a5677bd-bda4-40fb-8da5-c697f561f401?fields=security_groups HTTP/1.1" 200 1348 0.097044 10.0.0.41 - - [2025-12-04 02:18:45] "DELETE /security-group/0c63c223-4680-4fff-95c6-de4f82283ec6 HTTP/1.1" 200 115 0.071518 10.0.0.41 - - [2025-12-04 02:18:45] "GET /projects?obj_uuids=ab5df984-36b1-4f1a-9a87-2e0a1c03b9a1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000861 10.0.0.41 - - [2025-12-04 02:18:45] "DELETE /access-control-list/06df2c64-42df-4aa8-8d3b-e10b5e86e294 HTTP/1.1" 200 115 0.052953 10.0.0.41 - - [2025-12-04 02:18:45] "DELETE /security-group/07ed825b-23b4-45a3-a321-9f8438fb4cf4 HTTP/1.1" 200 115 0.082274 10.0.0.41 - - [2025-12-04 02:18:45] "DELETE /security-group/d6ea25ed-5613-4260-8cc6-51dd29c635a6 HTTP/1.1" 200 115 0.083584 10.0.0.41 - - [2025-12-04 02:18:45] "GET /projects?obj_uuids=f4bbb64d-7a99-4d4b-98f6-e7e83e8bec31&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000843 10.0.0.41 - - [2025-12-04 02:18:45] "GET /projects?obj_uuids=47e63d3a-addd-43b3-9729-a4952869f9c7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000990 10.0.0.41 - - [2025-12-04 02:18:45] "GET /project/ab5df984-36b1-4f1a-9a87-2e0a1c03b9a1?fields=application_policy_sets HTTP/1.1" 200 1388 0.047770 10.0.0.41 - - [2025-12-04 02:18:45] "DELETE /security-group/ff2a8bd9-e173-4abc-b80f-4d803fc6a416 HTTP/1.1" 200 115 0.093633 10.0.0.41 - - [2025-12-04 02:18:45] "GET /projects?obj_uuids=7a5677bd-bda4-40fb-8da5-c697f561f401&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000875 10.0.0.41 - - [2025-12-04 02:18:45] "DELETE /access-control-list/4c72a15d-92bc-4301-8e54-8c22257f7456 HTTP/1.1" 200 115 0.050638 10.0.0.41 - - [2025-12-04 02:18:45] "GET /project/47e63d3a-addd-43b3-9729-a4952869f9c7?fields=application_policy_sets HTTP/1.1" 200 1438 0.042381 10.0.0.41 - - [2025-12-04 02:18:45] "GET /project/f4bbb64d-7a99-4d4b-98f6-e7e83e8bec31?fields=application_policy_sets HTTP/1.1" 200 1391 0.095947 10.0.0.41 - - [2025-12-04 02:18:45] "DELETE /access-control-list/d93546c4-0fae-4948-9e09-cf26f21e4308 HTTP/1.1" 200 115 0.050900 10.0.0.41 - - [2025-12-04 02:18:45] "GET /project/7a5677bd-bda4-40fb-8da5-c697f561f401?fields=application_policy_sets HTTP/1.1" 200 1387 0.092562 10.0.0.41 - - [2025-12-04 02:18:45] "DELETE /access-control-list/778adae3-955a-4185-9e55-3b96e6fd4827 HTTP/1.1" 200 115 0.043985 10.0.0.41 - - [2025-12-04 02:18:45] "DELETE /access-control-list/3871be01-589e-4c79-a3f3-639189f15db5 HTTP/1.1" 200 115 0.047283 10.0.0.41 - - [2025-12-04 02:18:45] "DELETE /project/ab5df984-36b1-4f1a-9a87-2e0a1c03b9a1 HTTP/1.1" 200 115 0.530050 10.0.0.41 - - [2025-12-04 02:18:45] "DELETE /project/47e63d3a-addd-43b3-9729-a4952869f9c7 HTTP/1.1" 200 115 0.559554 10.0.0.41 - - [2025-12-04 02:18:45] "DELETE /access-control-list/55f0bc3c-1d07-4c4b-a7d8-c96e347e2b16 HTTP/1.1" 200 115 0.044062 10.0.0.41 - - [2025-12-04 02:18:45] "DELETE /project/f4bbb64d-7a99-4d4b-98f6-e7e83e8bec31 HTTP/1.1" 200 115 0.591061 10.0.0.41 - - [2025-12-04 02:18:45] "DELETE /access-control-list/52d093ba-4fd1-426b-9fbd-8f6cba74a431 HTTP/1.1" 200 115 0.038105 10.0.0.41 - - [2025-12-04 02:18:45] "DELETE /project/7a5677bd-bda4-40fb-8da5-c697f561f401 HTTP/1.1" 200 115 0.625814 10.0.0.41 - - [2025-12-04 02:18:45] "DELETE /access-control-list/659a3799-875c-4b9d-986c-f3658c124f5f HTTP/1.1" 200 115 0.015274 10.0.0.41 - - [2025-12-04 02:18:47] "POST /neutron/port HTTP/1.1" 200 1084 0.009720 10.0.0.41 - - [2025-12-04 02:18:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006527 10.0.0.41 - - [2025-12-04 02:18:47] "POST /neutron/port HTTP/1.1" 200 1084 0.009837 10.0.0.41 - - [2025-12-04 02:18:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005764 10.0.0.41 - - [2025-12-04 02:18:47] "POST /neutron/port HTTP/1.1" 200 1084 0.009612 10.0.0.41 - - [2025-12-04 02:18:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005208 10.0.0.41 - - [2025-12-04 02:18:47] "GET /virtual-machine/e8a444d0-89a7-4292-ac89-5ab040b1b038 HTTP/1.1" 401 292 0.000397 10.0.0.41 - - [2025-12-04 02:18:47] "GET /virtual-machine/e8a444d0-89a7-4292-ac89-5ab040b1b038 HTTP/1.1" 200 1291 0.037065 10.0.0.41 - - [2025-12-04 02:18:47] "GET /virtual-machine-interface/9739bc9c-a39f-42ae-92f8-fbf181ebac93 HTTP/1.1" 200 2935 0.005025 10.0.0.41 - - [2025-12-04 02:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004386 10.0.0.41 - - [2025-12-04 02:18:47] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003778 10.0.0.41 - - [2025-12-04 02:18:47] "GET /virtual-networks?parent_id=5614656c-75ec-40e7-b7c6-f9696a67a74e&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002572 10.0.0.41 - - [2025-12-04 02:18:47] "GET /virtual-network/ddb664f0-56c3-4400-8b03-8fff3fa67548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005713 10.0.0.41 - - [2025-12-04 02:18:50] "POST /neutron/port HTTP/1.1" 200 1084 0.012208 10.0.0.41 - - [2025-12-04 02:18:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006140 10.0.0.41 - - [2025-12-04 02:18:50] "GET /obj-perms HTTP/1.1" 200 5056 0.052994 10.0.0.41 - - [2025-12-04 02:18:51] "GET /obj-perms HTTP/1.1" 200 5056 0.059869 10.0.0.41 - - [2025-12-04 02:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002437 10.0.0.41 - - [2025-12-04 02:18:51] "GET /virtual-network/ddb664f0-56c3-4400-8b03-8fff3fa67548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.004635 10.0.0.41 - - [2025-12-04 02:18:51] "POST /neutron/port HTTP/1.1" 200 1085 0.009026 10.0.0.41 - - [2025-12-04 02:18:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007673 10.0.0.41 - - [2025-12-04 02:18:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.41 - - [2025-12-04 02:18:53] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003037 10.0.0.41 - - [2025-12-04 02:18:53] "GET /virtual-networks?parent_id=5614656c-75ec-40e7-b7c6-f9696a67a74e&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002419 10.0.0.41 - - [2025-12-04 02:18:53] "GET /virtual-network/ddb664f0-56c3-4400-8b03-8fff3fa67548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005643 10.0.0.41 - - [2025-12-04 02:18:53] "POST /neutron/port HTTP/1.1" 200 1085 0.009943 10.0.0.41 - - [2025-12-04 02:18:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005503 10.0.0.41 - - [2025-12-04 02:18:53] "POST /neutron/port HTTP/1.1" 200 1085 0.008817 10.0.0.41 - - [2025-12-04 02:18:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004357 10.0.0.41 - - [2025-12-04 02:18:53] "POST /neutron/port HTTP/1.1" 200 1085 0.009722 10.0.0.41 - - [2025-12-04 02:18:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005445 10.0.0.41 - - [2025-12-04 02:18:53] "GET /virtual-machine/e58f5fd7-f327-41f6-87fe-d8e36bd1010f HTTP/1.1" 200 1290 0.003496 10.0.0.41 - - [2025-12-04 02:18:53] "GET /virtual-machine-interface/6d61a3d6-423d-46b6-a42c-2a36580b13fc HTTP/1.1" 200 2934 0.004098 10.0.0.41 - - [2025-12-04 02:18:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002074 10.0.0.41 - - [2025-12-04 02:18:53] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002736 10.0.0.41 - - [2025-12-04 02:18:53] "GET /virtual-networks?parent_id=5614656c-75ec-40e7-b7c6-f9696a67a74e&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002582 10.0.0.41 - - [2025-12-04 02:18:53] "GET /virtual-network/ccd8b0e4-e8f1-410e-aff3-2fe4a8a593d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005580 10.0.0.41 - - [2025-12-04 02:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002386 10.0.0.41 - - [2025-12-04 02:18:54] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002913 10.0.0.41 - - [2025-12-04 02:18:54] "GET /virtual-networks?parent_id=5614656c-75ec-40e7-b7c6-f9696a67a74e&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002459 10.0.0.41 - - [2025-12-04 02:18:55] "GET /virtual-network/ccd8b0e4-e8f1-410e-aff3-2fe4a8a593d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004484 10.0.0.41 - - [2025-12-04 02:19:00] "POST /neutron/router HTTP/1.1" 200 580 0.003343 10.0.0.41 - - [2025-12-04 02:19:00] "GET /projects?obj_uuids=5614656c-75ec-40e7-b7c6-f9696a67a74e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000924 10.0.0.41 - - [2025-12-04 02:19:00] "POST /neutron/router HTTP/1.1" 200 344 0.207424 10.0.0.41 - - [2025-12-04 02:19:00] "POST /neutron/port HTTP/1.1" 200 1881 0.015511 10.0.0.41 - - [2025-12-04 02:19:00] "POST /ref-update HTTP/1.1" 200 156 0.007882 10.0.0.41 - - [2025-12-04 02:19:06] "POST /neutron/router HTTP/1.1" 200 580 0.003350 10.0.0.41 - - [2025-12-04 02:19:06] "POST /ref-update HTTP/1.1" 200 156 0.014063 10.0.0.41 - - [2025-12-04 02:19:06] "POST /neutron/router HTTP/1.1" 200 344 0.102119 10.0.0.41 - - [2025-12-04 02:19:10] "POST /neutron/router HTTP/1.1" 200 580 0.004246 10.0.0.41 - - [2025-12-04 02:19:10] "GET /projects?obj_uuids=5614656c-75ec-40e7-b7c6-f9696a67a74e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001015 10.0.0.41 - - [2025-12-04 02:19:10] "POST /neutron/router HTTP/1.1" 200 344 0.182391 10.0.0.41 - - [2025-12-04 02:19:10] "POST /ref-update HTTP/1.1" 200 156 0.008902 10.0.0.41 - - [2025-12-04 02:19:12] "POST /neutron/router HTTP/1.1" 200 580 0.004217 10.0.0.41 - - [2025-12-04 02:19:12] "POST /ref-update HTTP/1.1" 200 156 0.008991 10.0.0.41 - - [2025-12-04 02:19:12] "POST /neutron/router HTTP/1.1" 200 344 0.087375 10.0.0.41 - - [2025-12-04 02:19:12] "POST /neutron/router HTTP/1.1" 200 580 0.004014 10.0.0.41 - - [2025-12-04 02:19:12] "POST /ref-update HTTP/1.1" 200 156 0.009638 10.0.0.41 - - [2025-12-04 02:19:12] "POST /neutron/router HTTP/1.1" 200 344 0.083178 10.0.0.41 - - [2025-12-04 02:19:12] "POST /neutron/router HTTP/1.1" 200 580 0.004371 10.0.0.41 - - [2025-12-04 02:19:12] "POST /neutron/router HTTP/1.1" 200 151 0.038950 10.0.0.41 - - [2025-12-04 02:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.41 - - [2025-12-04 02:19:12] "GET /logical-router/3e0f6818-c372-4c0b-af6b-c18e43be422f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002828 10.0.0.41 - - [2025-12-04 02:19:12] "DELETE /route-target/e2c35a91-fac2-4a99-afeb-24e1e6d3ca65 HTTP/1.1" 200 115 0.017131 10.0.0.41 - - [2025-12-04 02:19:12] "POST /neutron/network HTTP/1.1" 200 823 0.005155 10.0.0.41 - - [2025-12-04 02:19:12] "POST /neutron/network HTTP/1.1" 400 204 0.008904 10.0.0.41 - - [2025-12-04 02:19:13] "POST /neutron/port HTTP/1.1" 200 1085 0.014457 10.0.0.41 - - [2025-12-04 02:19:13] "POST /neutron/port HTTP/1.1" 200 1111 0.008384 10.0.0.41 - - [2025-12-04 02:19:13] "POST /neutron/port HTTP/1.1" 200 1084 0.013437 10.0.0.41 - - [2025-12-04 02:19:13] "POST /neutron/port HTTP/1.1" 200 1110 0.008938 10.0.0.41 - - [2025-12-04 02:19:13] "POST /neutron/port HTTP/1.1" 200 151 0.116287 10.0.0.41 - - [2025-12-04 02:19:13] "POST /neutron/port HTTP/1.1" 200 151 0.111208 10.0.0.41 - - [2025-12-04 02:19:15] "POST /neutron/network HTTP/1.1" 200 823 0.007007 10.0.0.41 - - [2025-12-04 02:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004737 10.0.0.41 - - [2025-12-04 02:19:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002415 10.0.0.41 - - [2025-12-04 02:19:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002851 10.0.0.41 - - [2025-12-04 02:19:15] "POST /neutron/network HTTP/1.1" 200 151 0.077685 10.0.0.41 - - [2025-12-04 02:19:15] "DELETE /route-target/e156d501-a405-4f4a-a93f-cd7e91683ce7 HTTP/1.1" 200 115 0.020283 10.0.0.41 - - [2025-12-04 02:19:15] "POST /neutron/network HTTP/1.1" 200 822 0.006130 10.0.0.41 - - [2025-12-04 02:19:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003555 10.0.0.41 - - [2025-12-04 02:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.41 - - [2025-12-04 02:19:15] "POST /useragent-kv HTTP/1.1" 200 115 0.004099 10.0.0.41 - - [2025-12-04 02:19:15] "POST /neutron/network HTTP/1.1" 200 151 0.073700 10.0.0.41 - - [2025-12-04 02:19:15] "DELETE /route-target/a9386da7-ca85-4526-805b-215f394b671d HTTP/1.1" 200 115 0.018675 10.0.0.41 - - [2025-12-04 02:19:15] "GET /projects?obj_uuids=5614656c-75ec-40e7-b7c6-f9696a67a74e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001106 10.0.0.41 - - [2025-12-04 02:19:15] "GET /project/5614656c-75ec-40e7-b7c6-f9696a67a74e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.033188 10.0.0.41 - - [2025-12-04 02:19:15] "GET /projects?obj_uuids=5614656c-75ec-40e7-b7c6-f9696a67a74e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002422 10.0.0.41 - - [2025-12-04 02:19:15] "GET /project/5614656c-75ec-40e7-b7c6-f9696a67a74e?fields=virtual_networks HTTP/1.1" 200 1028 0.068924 10.0.0.41 - - [2025-12-04 02:19:15] "GET /projects?obj_uuids=5614656c-75ec-40e7-b7c6-f9696a67a74e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000895 10.0.0.41 - - [2025-12-04 02:19:15] "GET /project/5614656c-75ec-40e7-b7c6-f9696a67a74e?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.024646 10.0.0.41 - - [2025-12-04 02:19:15] "GET /projects?obj_uuids=5614656c-75ec-40e7-b7c6-f9696a67a74e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000862 10.0.0.41 - - [2025-12-04 02:19:15] "GET /project/5614656c-75ec-40e7-b7c6-f9696a67a74e?fields=security_groups HTTP/1.1" 200 1252 0.019456 10.0.0.41 - - [2025-12-04 02:19:16] "POST /fqname-to-id HTTP/1.1" 404 191 0.025134 10.0.0.41 - - [2025-12-04 02:19:16] "GET /projects?obj_uuids=7c661e63-68a3-4956-9026-97551db14af3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002007 10.0.0.41 - - [2025-12-04 02:19:16] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000852 10.0.0.41 - - [2025-12-04 02:19:16] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006085 10.0.0.41 - - [2025-12-04 02:19:16] "POST /id-to-fqname HTTP/1.1" 200 193 0.001001 10.0.0.41 - - [2025-12-04 02:19:16] "POST /fqname-to-id HTTP/1.1" 404 202 0.003713 10.0.0.41 - - [2025-12-04 02:19:16] "POST /security-groups HTTP/1.1" 200 594 0.061292 10.0.0.41 - - [2025-12-04 02:19:16] "POST /fqname-to-id HTTP/1.1" 404 237 0.002786 10.0.0.41 - - [2025-12-04 02:19:16] "POST /projects HTTP/1.1" 200 591 0.202565 10.0.0.41 - - [2025-12-04 02:19:16] "POST /access-control-lists HTTP/1.1" 200 599 0.059038 10.0.0.41 - - [2025-12-04 02:19:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.275314 10.0.0.41 - - [2025-12-04 02:19:16] "POST /fqname-to-id HTTP/1.1" 404 236 0.002379 10.0.0.41 - - [2025-12-04 02:19:16] "GET /project/7c661e63-68a3-4956-9026-97551db14af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.398572 10.0.0.41 - - [2025-12-04 02:19:17] "POST /access-control-lists HTTP/1.1" 200 597 0.056241 10.0.0.41 - - [2025-12-04 02:19:18] "GET / HTTP/1.1" 200 35931 0.002729 10.0.0.41 - - [2025-12-04 02:19:19] "GET /project/7c661e63-68a3-4956-9026-97551db14af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000410 10.0.0.41 - - [2025-12-04 02:19:19] "GET /projects?obj_uuids=7c661e63-68a3-4956-9026-97551db14af3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000925 10.0.0.41 - - [2025-12-04 02:19:19] "GET /project/7c661e63-68a3-4956-9026-97551db14af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.049298 10.0.0.41 - - [2025-12-04 02:19:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002015 10.0.0.41 - - [2025-12-04 02:19:19] "GET /security-group/803e8dd0-cb9e-4c1c-98ae-05520a042e81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.004392 10.0.0.41 - - [2025-12-04 02:19:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002643 10.0.0.41 - - [2025-12-04 02:19:19] "GET /projects?obj_uuids=7c661e63-68a3-4956-9026-97551db14af3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002491 10.0.0.41 - - [2025-12-04 02:19:19] "GET /project/7c661e63-68a3-4956-9026-97551db14af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.022664 10.0.0.41 - - [2025-12-04 02:19:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002620 10.0.0.41 - - [2025-12-04 02:19:19] "GET /security-group/803e8dd0-cb9e-4c1c-98ae-05520a042e81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.003501 10.0.0.41 - - [2025-12-04 02:19:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002498 10.0.0.41 - - [2025-12-04 02:19:19] "PUT /security-group/803e8dd0-cb9e-4c1c-98ae-05520a042e81 HTTP/1.1" 200 262 0.011451 10.0.0.41 - - [2025-12-04 02:19:19] "PUT /access-control-list/e9d7bfe1-05e8-4fdb-89cc-4627e2c9c35a HTTP/1.1" 200 272 0.007876 10.0.0.41 - - [2025-12-04 02:19:19] "PUT /access-control-list/2283b3d5-fec9-4f73-b0d2-ec11922d32c3 HTTP/1.1" 200 272 0.008384 10.0.0.41 - - [2025-12-04 02:19:19] "POST /fqname-to-id HTTP/1.1" 404 202 0.002136 10.0.0.41 - - [2025-12-04 02:19:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.41 - - [2025-12-04 02:19:19] "GET /projects?obj_uuids=7c661e63-68a3-4956-9026-97551db14af3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001645 10.0.0.41 - - [2025-12-04 02:19:19] "GET /project/7c661e63-68a3-4956-9026-97551db14af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.024101 10.0.0.41 - - [2025-12-04 02:19:20] "POST /neutron/network HTTP/1.1" 200 117 0.034165 10.0.0.41 - - [2025-12-04 02:19:20] "GET /projects?obj_uuids=7c661e63-68a3-4956-9026-97551db14af3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000899 10.0.0.41 - - [2025-12-04 02:19:20] "POST /neutron/network HTTP/1.1" 200 608 0.062129 10.0.0.41 - - [2025-12-04 02:19:20] "POST /route-targets HTTP/1.1" 200 327 0.013474 10.0.0.41 - - [2025-12-04 02:19:20] "POST /ref-update HTTP/1.1" 200 156 0.009829 10.0.0.41 - - [2025-12-04 02:19:20] "POST /useragent-kv HTTP/1.1" 200 115 0.004208 10.0.0.41 - - [2025-12-04 02:19:20] "POST /neutron/subnet HTTP/1.1" 200 724 0.145307 10.0.0.41 - - [2025-12-04 02:19:20] "POST /neutron/network HTTP/1.1" 200 827 0.004545 10.0.0.41 - - [2025-12-04 02:19:20] "POST /id-to-fqname HTTP/1.1" 200 223 0.001006 10.0.0.41 - - [2025-12-04 02:19:20] "GET /virtual-network/3e7c9a12-aa34-4e46-8b98-ab69abb1e578?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004023 10.0.0.41 - - [2025-12-04 02:19:20] "POST /neutron/network HTTP/1.1" 200 827 0.004788 10.0.0.41 - - [2025-12-04 02:19:20] "GET /virtual-network/3e7c9a12-aa34-4e46-8b98-ab69abb1e578?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007174 10.0.0.41 - - [2025-12-04 02:19:20] "POST /neutron/network HTTP/1.1" 200 827 0.005036 10.0.0.41 - - [2025-12-04 02:19:20] "POST /neutron/subnet HTTP/1.1" 200 724 0.005897 10.0.0.41 - - [2025-12-04 02:19:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.001891 10.0.0.41 - - [2025-12-04 02:19:20] "GET /projects?obj_uuids=7c661e63-68a3-4956-9026-97551db14af3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000962 10.0.0.41 - - [2025-12-04 02:19:20] "GET /project/7c661e63-68a3-4956-9026-97551db14af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.019500 10.0.0.41 - - [2025-12-04 02:19:20] "POST /neutron/network HTTP/1.1" 200 117 0.011436 10.0.0.41 - - [2025-12-04 02:19:20] "GET /projects?obj_uuids=7c661e63-68a3-4956-9026-97551db14af3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000942 10.0.0.41 - - [2025-12-04 02:19:20] "POST /route-targets HTTP/1.1" 200 327 0.010294 10.0.0.41 - - [2025-12-04 02:19:20] "POST /neutron/network HTTP/1.1" 200 615 0.093811 10.0.0.41 - - [2025-12-04 02:19:20] "POST /ref-update HTTP/1.1" 200 156 0.012294 10.0.0.41 - - [2025-12-04 02:19:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002267 10.0.0.41 - - [2025-12-04 02:19:20] "POST /neutron/subnet HTTP/1.1" 200 725 0.203472 10.0.0.41 - - [2025-12-04 02:19:20] "POST /neutron/network HTTP/1.1" 200 834 0.004488 10.0.0.41 - - [2025-12-04 02:19:20] "POST /id-to-fqname HTTP/1.1" 200 227 0.002609 10.0.0.41 - - [2025-12-04 02:19:20] "GET /virtual-network/3e2182e7-7df4-485e-af59-a0fce09970b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004573 10.0.0.41 - - [2025-12-04 02:19:20] "POST /neutron/network HTTP/1.1" 200 834 0.004532 10.0.0.41 - - [2025-12-04 02:19:20] "GET /virtual-network/3e2182e7-7df4-485e-af59-a0fce09970b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005214 10.0.0.41 - - [2025-12-04 02:19:21] "POST /neutron/network HTTP/1.1" 200 834 0.004961 10.0.0.41 - - [2025-12-04 02:19:21] "POST /neutron/subnet HTTP/1.1" 200 725 0.006391 10.0.0.41 - - [2025-12-04 02:19:21] "POST /id-to-fqname HTTP/1.1" 200 223 0.001039 10.0.0.41 - - [2025-12-04 02:19:21] "POST /neutron/network HTTP/1.1" 200 837 0.004557 10.0.0.41 - - [2025-12-04 02:19:21] "GET /aaa-mode HTTP/1.1" 401 292 0.000367 10.0.0.41 - - [2025-12-04 02:19:21] "GET / HTTP/1.1" 200 35931 0.001546 10.0.0.41 - - [2025-12-04 02:19:21] "GET /project/7c661e63-68a3-4956-9026-97551db14af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000328 10.0.0.41 - - [2025-12-04 02:19:21] "GET /projects?obj_uuids=7c661e63-68a3-4956-9026-97551db14af3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000931 10.0.0.41 - - [2025-12-04 02:19:21] "GET /project/7c661e63-68a3-4956-9026-97551db14af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.049906 10.0.0.41 - - [2025-12-04 02:19:22] "POST /neutron/network HTTP/1.1" 200 827 0.004544 10.0.0.41 - - [2025-12-04 02:19:22] "POST /neutron/port HTTP/1.1" 200 117 0.004460 10.0.0.41 - - [2025-12-04 02:19:22] "POST /neutron/port HTTP/1.1" 200 117 0.005362 10.0.0.41 - - [2025-12-04 02:19:22] "POST /id-to-fqname HTTP/1.1" 200 227 0.001163 10.0.0.41 - - [2025-12-04 02:19:22] "POST /neutron/port HTTP/1.1" 200 117 0.005031 10.0.0.41 - - [2025-12-04 02:19:22] "POST /neutron/network HTTP/1.1" 200 844 0.004620 10.0.0.41 - - [2025-12-04 02:19:22] "GET /aaa-mode HTTP/1.1" 401 292 0.000369 10.0.0.41 - - [2025-12-04 02:19:22] "GET / HTTP/1.1" 200 35931 0.001471 10.0.0.41 - - [2025-12-04 02:19:22] "GET /project/7c661e63-68a3-4956-9026-97551db14af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000331 10.0.0.41 - - [2025-12-04 02:19:22] "POST /neutron/network HTTP/1.1" 200 837 0.004585 10.0.0.41 - - [2025-12-04 02:19:22] "GET /projects?obj_uuids=7c661e63-68a3-4956-9026-97551db14af3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000883 10.0.0.41 - - [2025-12-04 02:19:22] "POST /neutron/port HTTP/1.1" 200 1063 0.202722 10.0.0.41 - - [2025-12-04 02:19:22] "POST /neutron/port HTTP/1.1" 200 1063 0.009206 10.0.0.41 - - [2025-12-04 02:19:22] "POST /neutron/port HTTP/1.1" 200 1063 0.008404 10.0.0.41 - - [2025-12-04 02:19:22] "POST /neutron/port HTTP/1.1" 200 1117 0.067548 10.0.0.41 - - [2025-12-04 02:19:22] "GET /projects?obj_uuids=7c661e63-68a3-4956-9026-97551db14af3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000923 10.0.0.41 - - [2025-12-04 02:19:23] "GET /project/7c661e63-68a3-4956-9026-97551db14af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.047715 10.0.0.41 - - [2025-12-04 02:19:23] "POST /neutron/port HTTP/1.1" 200 1091 0.015694 10.0.0.41 - - [2025-12-04 02:19:23] "POST /neutron/network HTTP/1.1" 200 834 0.006401 10.0.0.41 - - [2025-12-04 02:19:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002939 10.0.0.41 - - [2025-12-04 02:19:23] "POST /neutron/subnet HTTP/1.1" 200 698 0.007461 10.0.0.41 - - [2025-12-04 02:19:23] "POST /neutron/port HTTP/1.1" 200 117 0.001003 10.0.0.41 - - [2025-12-04 02:19:23] "POST /neutron/network HTTP/1.1" 200 827 0.004764 10.0.0.41 - - [2025-12-04 02:19:23] "POST /neutron/port HTTP/1.1" 200 1091 0.014404 10.0.0.41 - - [2025-12-04 02:19:23] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006759 10.0.0.41 - - [2025-12-04 02:19:23] "POST /neutron/port HTTP/1.1" 200 117 0.004758 10.0.0.41 - - [2025-12-04 02:19:23] "GET /projects?obj_uuids=7c661e63-68a3-4956-9026-97551db14af3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001280 10.0.0.41 - - [2025-12-04 02:19:23] "POST /neutron/router HTTP/1.1" 200 585 0.047970 10.0.0.41 - - [2025-12-04 02:19:23] "POST /neutron/router HTTP/1.1" 200 585 0.007073 10.0.0.41 - - [2025-12-04 02:19:23] "POST /route-targets HTTP/1.1" 200 327 0.018735 10.0.0.41 - - [2025-12-04 02:19:23] "POST /neutron/router HTTP/1.1" 200 656 0.037819 10.0.0.41 - - [2025-12-04 02:19:23] "PUT /logical-router/5d79db18-9fc2-4950-ab45-9f272a78918e HTTP/1.1" 200 262 0.029961 10.0.0.41 - - [2025-12-04 02:19:23] "POST /neutron/router HTTP/1.1" 200 656 0.007233 10.0.0.41 - - [2025-12-04 02:19:23] "GET /logical-router/5d79db18-9fc2-4950-ab45-9f272a78918e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1641 0.006765 10.0.0.41 - - [2025-12-04 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002503 10.0.0.41 - - [2025-12-04 02:19:23] "GET /projects?obj_uuids=7c661e63-68a3-4956-9026-97551db14af3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001108 10.0.0.41 - - [2025-12-04 02:19:23] "GET /service-template/7972d959-411d-44be-8359-8f5fa98c3794?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.003597 10.0.0.41 - - [2025-12-04 02:19:23] "POST /fqname-to-id HTTP/1.1" 404 215 0.002852 10.0.0.41 - - [2025-12-04 02:19:23] "POST /neutron/network HTTP/1.1" 200 844 0.015757 10.0.0.41 - - [2025-12-04 02:19:23] "GET /projects?obj_uuids=7c661e63-68a3-4956-9026-97551db14af3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001643 10.0.0.41 - - [2025-12-04 02:19:23] "POST /neutron/router HTTP/1.1" 200 344 0.273407 10.0.0.41 - - [2025-12-04 02:19:23] "POST /ref-update HTTP/1.1" 200 156 0.045370 10.0.0.41 - - [2025-12-04 02:19:23] "POST /neutron/port HTTP/1.1" 200 1091 0.037123 10.0.0.41 - - [2025-12-04 02:19:23] "POST /useragent-kv HTTP/1.1" 200 115 0.006951 10.0.0.41 - - [2025-12-04 02:19:23] "POST /virtual-networks HTTP/1.1" 200 694 0.219349 10.0.0.41 - - [2025-12-04 02:19:23] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009607 10.0.0.41 - - [2025-12-04 02:19:23] "POST /route-targets HTTP/1.1" 200 327 0.052243 10.0.0.41 - - [2025-12-04 02:19:23] "POST /ref-update HTTP/1.1" 200 156 0.027574 10.0.0.41 - - [2025-12-04 02:19:23] "POST /service-instances HTTP/1.1" 200 670 0.068185 10.0.0.41 - - [2025-12-04 02:19:23] "POST /route-tables HTTP/1.1" 200 582 0.044005 10.0.0.41 - - [2025-12-04 02:19:23] "POST /neutron/port HTTP/1.1" 200 1063 0.396824 10.0.0.41 - - [2025-12-04 02:19:24] "POST /neutron/port HTTP/1.1" 200 1063 0.009487 10.0.0.41 - - [2025-12-04 02:19:24] "PUT /logical-router/5d79db18-9fc2-4950-ab45-9f272a78918e HTTP/1.1" 200 262 0.022816 10.0.0.41 - - [2025-12-04 02:19:24] "POST /neutron/port HTTP/1.1" 200 1063 0.019029 10.0.0.41 - - [2025-12-04 02:19:24] "POST /ref-update HTTP/1.1" 200 156 0.047781 10.0.0.41 - - [2025-12-04 02:19:24] "POST /neutron/port HTTP/1.1" 200 1117 0.100187 10.0.0.41 - - [2025-12-04 02:19:24] "POST /neutron/port HTTP/1.1" 200 1091 0.018332 10.0.0.41 - - [2025-12-04 02:19:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004128 10.0.0.41 - - [2025-12-04 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.41 - - [2025-12-04 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002827 10.0.0.41 - - [2025-12-04 02:19:24] "POST /neutron/subnet HTTP/1.1" 200 699 0.007878 10.0.0.41 - - [2025-12-04 02:19:24] "POST /neutron/port HTTP/1.1" 200 117 0.001004 10.0.0.41 - - [2025-12-04 02:19:24] "POST /neutron/network HTTP/1.1" 200 834 0.005729 10.0.0.41 - - [2025-12-04 02:19:24] "POST /virtual-machines HTTP/1.1" 200 553 0.020035 10.0.0.41 - - [2025-12-04 02:19:24] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.091446 10.0.0.41 - - [2025-12-04 02:19:24] "POST /chown HTTP/1.1" 200 109 0.007309 10.0.0.41 - - [2025-12-04 02:19:24] "POST /instance-ips HTTP/1.1" 200 551 0.030660 10.0.0.41 - - [2025-12-04 02:19:24] "POST /instance-ips HTTP/1.1" 400 246 0.014360 10.0.0.41 - - [2025-12-04 02:19:24] "POST /chown HTTP/1.1" 200 109 0.009811 10.0.0.41 - - [2025-12-04 02:19:24] "PUT /virtual-machine-interface/9f77da68-49de-4b04-8d2e-2ea32ede81c5 HTTP/1.1" 200 284 0.011773 10.0.0.41 - - [2025-12-04 02:19:24] "PUT /instance-ip/5d3163eb-fad2-4298-8073-70d1ec1ad239 HTTP/1.1" 200 256 0.010506 10.0.0.41 - - [2025-12-04 02:19:24] "POST /ref-update HTTP/1.1" 200 156 0.008957 10.0.0.41 - - [2025-12-04 02:19:25] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.085364 10.0.0.41 - - [2025-12-04 02:19:25] "POST /chown HTTP/1.1" 200 109 0.007877 10.0.0.41 - - [2025-12-04 02:19:25] "POST /instance-ips HTTP/1.1" 200 549 0.024554 10.0.0.41 - - [2025-12-04 02:19:25] "POST /instance-ips HTTP/1.1" 400 316 0.015249 10.0.0.41 - - [2025-12-04 02:19:25] "POST /chown HTTP/1.1" 200 109 0.007879 10.0.0.41 - - [2025-12-04 02:19:25] "PUT /virtual-machine-interface/c54187d4-47b2-4879-9e79-8ec19a3d3811 HTTP/1.1" 200 284 0.009181 10.0.0.41 - - [2025-12-04 02:19:25] "PUT /instance-ip/b9c0dbda-8aed-4ff6-adba-4091dc236e8d HTTP/1.1" 200 256 0.017162 10.0.0.41 - - [2025-12-04 02:19:25] "POST /ref-update HTTP/1.1" 200 156 0.010010 10.0.0.41 - - [2025-12-04 02:19:25] "POST /ref-update HTTP/1.1" 200 156 0.009317 10.0.0.41 - - [2025-12-04 02:19:25] "PUT /routing-instance/176fc1a8-ecd7-4039-bd08-aec83c94e001 HTTP/1.1" 200 266 0.010754 10.0.0.41 - - [2025-12-04 02:19:25] "POST /ref-update HTTP/1.1" 200 156 0.021626 10.0.0.41 - - [2025-12-04 02:19:25] "POST /virtual-machines HTTP/1.1" 200 553 0.017012 10.0.0.41 - - [2025-12-04 02:19:25] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.086119 10.0.0.41 - - [2025-12-04 02:19:25] "POST /chown HTTP/1.1" 200 109 0.006367 10.0.0.41 - - [2025-12-04 02:19:25] "POST /instance-ips HTTP/1.1" 400 246 0.018236 10.0.0.41 - - [2025-12-04 02:19:25] "POST /chown HTTP/1.1" 200 109 0.007871 10.0.0.41 - - [2025-12-04 02:19:25] "PUT /virtual-machine-interface/e2410ac8-551b-4a53-bd35-c6269cbce165 HTTP/1.1" 200 284 0.019643 10.0.0.41 - - [2025-12-04 02:19:25] "PUT /instance-ip/5d3163eb-fad2-4298-8073-70d1ec1ad239 HTTP/1.1" 200 256 0.010525 10.0.0.41 - - [2025-12-04 02:19:26] "POST /ref-update HTTP/1.1" 200 156 0.010971 10.0.0.41 - - [2025-12-04 02:19:26] "POST /ref-update HTTP/1.1" 200 156 0.012414 10.0.0.41 - - [2025-12-04 02:19:26] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.086129 10.0.0.41 - - [2025-12-04 02:19:26] "POST /ref-update HTTP/1.1" 200 156 0.012488 10.0.0.41 - - [2025-12-04 02:19:26] "PUT /routing-instance/176fc1a8-ecd7-4039-bd08-aec83c94e001 HTTP/1.1" 200 266 0.022029 10.0.0.41 - - [2025-12-04 02:19:26] "POST /chown HTTP/1.1" 200 109 0.009186 10.0.0.41 - - [2025-12-04 02:19:26] "POST /instance-ips HTTP/1.1" 400 316 0.019464 10.0.0.41 - - [2025-12-04 02:19:26] "POST /chown HTTP/1.1" 200 109 0.006453 10.0.0.41 - - [2025-12-04 02:19:26] "PUT /virtual-machine-interface/171db828-56f4-4ad5-b53f-f937cdd65578 HTTP/1.1" 200 284 0.008674 10.0.0.41 - - [2025-12-04 02:19:26] "PUT /instance-ip/b9c0dbda-8aed-4ff6-adba-4091dc236e8d HTTP/1.1" 200 256 0.011815 10.0.0.41 - - [2025-12-04 02:19:26] "POST /ref-update HTTP/1.1" 200 156 0.010384 10.0.0.41 - - [2025-12-04 02:19:26] "POST /ref-update HTTP/1.1" 200 156 0.009689 10.0.0.41 - - [2025-12-04 02:19:26] "POST /ref-update HTTP/1.1" 200 156 0.009160 10.0.0.41 - - [2025-12-04 02:19:26] "PUT /routing-instance/176fc1a8-ecd7-4039-bd08-aec83c94e001 HTTP/1.1" 200 266 0.012291 10.0.0.41 - - [2025-12-04 02:19:28] "POST /neutron/port HTTP/1.1" 200 1091 0.009935 10.0.0.41 - - [2025-12-04 02:19:28] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005979 10.0.0.41 - - [2025-12-04 02:19:28] "POST /neutron/port HTTP/1.1" 200 1091 0.010128 10.0.0.41 - - [2025-12-04 02:19:28] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005203 10.0.0.41 - - [2025-12-04 02:19:29] "POST /neutron/port HTTP/1.1" 200 1091 0.009508 10.0.0.41 - - [2025-12-04 02:19:29] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004799 10.0.0.41 - - [2025-12-04 02:19:29] "GET /virtual-machine/93227c6b-fcdf-4465-b924-54d32d4ccb5b HTTP/1.1" 401 292 0.000357 10.0.0.41 - - [2025-12-04 02:19:29] "GET /virtual-machine/93227c6b-fcdf-4465-b924-54d32d4ccb5b HTTP/1.1" 200 1296 0.029919 10.0.0.41 - - [2025-12-04 02:19:29] "GET /virtual-machine-interface/3355da56-d064-454c-9986-cdac72b1ce16 HTTP/1.1" 200 2956 0.005980 10.0.0.41 - - [2025-12-04 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.41 - - [2025-12-04 02:19:29] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002750 10.0.0.41 - - [2025-12-04 02:19:29] "GET /virtual-networks?parent_id=7c661e63-68a3-4956-9026-97551db14af3&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003045 10.0.0.41 - - [2025-12-04 02:19:29] "GET /virtual-network/3e7c9a12-aa34-4e46-8b98-ab69abb1e578?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005504 10.0.0.41 - - [2025-12-04 02:19:31] "POST /neutron/port HTTP/1.1" 200 1091 0.009796 10.0.0.41 - - [2025-12-04 02:19:31] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004541 10.0.0.41 - - [2025-12-04 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002581 10.0.0.41 - - [2025-12-04 02:19:32] "GET /virtual-network/3e7c9a12-aa34-4e46-8b98-ab69abb1e578?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006101 10.0.0.41 - - [2025-12-04 02:19:33] "POST /neutron/port HTTP/1.1" 200 1091 0.011950 10.0.0.41 - - [2025-12-04 02:19:33] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005332 10.0.0.41 - - [2025-12-04 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002562 10.0.0.41 - - [2025-12-04 02:19:34] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002846 10.0.0.41 - - [2025-12-04 02:19:34] "GET /virtual-networks?parent_id=7c661e63-68a3-4956-9026-97551db14af3&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003270 10.0.0.41 - - [2025-12-04 02:19:34] "GET /virtual-network/3e7c9a12-aa34-4e46-8b98-ab69abb1e578?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004655 10.0.0.41 - - [2025-12-04 02:19:35] "POST /neutron/port HTTP/1.1" 200 1091 0.009661 10.0.0.41 - - [2025-12-04 02:19:35] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005218 10.0.0.41 - - [2025-12-04 02:19:35] "POST /neutron/port HTTP/1.1" 200 1091 0.010276 10.0.0.41 - - [2025-12-04 02:19:35] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005521 10.0.0.41 - - [2025-12-04 02:19:35] "POST /neutron/port HTTP/1.1" 200 1091 0.010183 10.0.0.41 - - [2025-12-04 02:19:35] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004872 10.0.0.41 - - [2025-12-04 02:19:35] "GET /virtual-machine/748ac975-8f7a-47a6-824b-4e65ad6ff90a HTTP/1.1" 200 1294 0.004497 10.0.0.41 - - [2025-12-04 02:19:35] "GET /virtual-machine-interface/aa5256fc-6c57-4091-b2da-4f999c5dcc1a HTTP/1.1" 200 2969 0.004565 10.0.0.41 - - [2025-12-04 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002445 10.0.0.41 - - [2025-12-04 02:19:35] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002426 10.0.0.41 - - [2025-12-04 02:19:35] "GET /virtual-networks?parent_id=7c661e63-68a3-4956-9026-97551db14af3&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002563 10.0.0.41 - - [2025-12-04 02:19:35] "GET /virtual-network/3e2182e7-7df4-485e-af59-a0fce09970b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005312 10.0.0.41 - - [2025-12-04 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002524 10.0.0.41 - - [2025-12-04 02:19:36] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004210 10.0.0.41 - - [2025-12-04 02:19:36] "GET /virtual-networks?parent_id=7c661e63-68a3-4956-9026-97551db14af3&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002577 10.0.0.41 - - [2025-12-04 02:19:36] "GET /virtual-network/3e2182e7-7df4-485e-af59-a0fce09970b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004851 10.0.0.41 - - [2025-12-04 02:19:40] "POST /neutron/router HTTP/1.1" 200 656 0.003833 10.0.0.41 - - [2025-12-04 02:19:40] "POST /ref-update HTTP/1.1" 200 156 0.012153 10.0.0.41 - - [2025-12-04 02:19:40] "POST /neutron/router HTTP/1.1" 200 344 0.083842 10.0.0.41 - - [2025-12-04 02:19:40] "POST /neutron/router HTTP/1.1" 200 656 0.004504 10.0.0.41 - - [2025-12-04 02:19:40] "GET /logical-router/5d79db18-9fc2-4950-ab45-9f272a78918e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1972 0.006218 10.0.0.41 - - [2025-12-04 02:19:40] "GET /service-instance/1479d985-6788-42ff-973f-8751fa491ef8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.003537 10.0.0.41 - - [2025-12-04 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002734 10.0.0.41 - - [2025-12-04 02:19:40] "POST /neutron/router HTTP/1.1" 200 151 0.052263 10.0.0.41 - - [2025-12-04 02:19:40] "DELETE /route-target/e6282d1b-f701-46b4-8982-0453f3685c01 HTTP/1.1" 409 239 0.005875 10.0.0.41 - - [2025-12-04 02:19:40] "PUT /logical-router/5d79db18-9fc2-4950-ab45-9f272a78918e HTTP/1.1" 404 171 0.002664 10.0.0.41 - - [2025-12-04 02:19:40] "POST /ref-update HTTP/1.1" 200 156 0.008785 10.0.0.41 - - [2025-12-04 02:19:40] "DELETE /route-table/bc102aff-9118-4b1b-b088-23d47a443ef2 HTTP/1.1" 200 115 0.029608 10.0.0.41 - - [2025-12-04 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002448 10.0.0.41 - - [2025-12-04 02:19:40] "PUT /routing-instance/176fc1a8-ecd7-4039-bd08-aec83c94e001 HTTP/1.1" 200 266 0.009568 10.0.0.41 - - [2025-12-04 02:19:40] "GET /virtual-network/ad16bf6a-cc9b-4db9-8b46-cd4c04f33d09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2124 0.006441 10.0.0.41 - - [2025-12-04 02:19:40] "POST /neutron/network HTTP/1.1" 200 834 0.006874 10.0.0.41 - - [2025-12-04 02:19:40] "POST /neutron/network HTTP/1.1" 400 204 0.036773 10.0.0.41 - - [2025-12-04 02:19:40] "POST /ref-update HTTP/1.1" 200 156 0.007519 10.0.0.41 - - [2025-12-04 02:19:40] "POST /ref-update HTTP/1.1" 200 156 0.014408 10.0.0.41 - - [2025-12-04 02:19:40] "DELETE /instance-ip/b9c0dbda-8aed-4ff6-adba-4091dc236e8d HTTP/1.1" 200 115 0.029933 10.0.0.41 - - [2025-12-04 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.018894 10.0.0.41 - - [2025-12-04 02:19:41] "POST /useragent-kv HTTP/1.1" 200 115 0.010928 10.0.0.41 - - [2025-12-04 02:19:41] "POST /useragent-kv HTTP/1.1" 200 115 0.005738 10.0.0.41 - - [2025-12-04 02:19:41] "DELETE /virtual-network/ad16bf6a-cc9b-4db9-8b46-cd4c04f33d09 HTTP/1.1" 200 115 0.119066 10.0.0.41 - - [2025-12-04 02:19:41] "DELETE /route-target/dfcdd0d5-4b49-4d77-acd1-b51cf16c1ca9 HTTP/1.1" 200 115 0.018452 10.0.0.41 - - [2025-12-04 02:19:41] "DELETE /service-instance/1479d985-6788-42ff-973f-8751fa491ef8 HTTP/1.1" 200 115 0.026499 10.0.0.41 - - [2025-12-04 02:19:41] "GET /logical-router/5d79db18-9fc2-4950-ab45-9f272a78918e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003789 10.0.0.41 - - [2025-12-04 02:19:41] "GET /service-instance/1479d985-6788-42ff-973f-8751fa491ef8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003690 10.0.0.41 - - [2025-12-04 02:19:41] "POST /neutron/port HTTP/1.1" 200 1091 0.009594 10.0.0.41 - - [2025-12-04 02:19:41] "POST /neutron/port HTTP/1.1" 200 1117 0.007816 10.0.0.41 - - [2025-12-04 02:19:41] "GET /virtual-machine-interface/c54187d4-47b2-4879-9e79-8ec19a3d3811?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1334 0.005776 10.0.0.41 - - [2025-12-04 02:19:41] "POST /neutron/port HTTP/1.1" 200 1091 0.014195 10.0.0.41 - - [2025-12-04 02:19:41] "POST /neutron/port HTTP/1.1" 200 151 0.101923 10.0.0.41 - - [2025-12-04 02:19:41] "DELETE /virtual-machine-interface/c54187d4-47b2-4879-9e79-8ec19a3d3811 HTTP/1.1" 200 115 0.044095 10.0.0.41 - - [2025-12-04 02:19:41] "POST /neutron/port HTTP/1.1" 200 1117 0.018810 10.0.0.41 - - [2025-12-04 02:19:41] "GET /virtual-machine-interface/9f77da68-49de-4b04-8d2e-2ea32ede81c5?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1654 0.004676 10.0.0.41 - - [2025-12-04 02:19:41] "POST /ref-update HTTP/1.1" 200 156 0.015182 10.0.0.41 - - [2025-12-04 02:19:41] "POST /neutron/port HTTP/1.1" 200 151 0.101857 10.0.0.41 - - [2025-12-04 02:19:41] "GET /instance-ip/5d3163eb-fad2-4298-8073-70d1ec1ad239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004906 10.0.0.41 - - [2025-12-04 02:19:41] "DELETE /virtual-machine-interface/9f77da68-49de-4b04-8d2e-2ea32ede81c5 HTTP/1.1" 200 115 0.033580 10.0.0.41 - - [2025-12-04 02:19:41] "POST /ref-update HTTP/1.1" 200 156 0.009910 10.0.0.41 - - [2025-12-04 02:19:41] "DELETE /virtual-machine/2a65628f-1593-4b97-9389-d15f800c7411 HTTP/1.1" 200 115 0.015103 10.0.0.41 - - [2025-12-04 02:19:41] "GET /virtual-machine-interface/171db828-56f4-4ad5-b53f-f937cdd65578?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1333 0.004899 10.0.0.41 - - [2025-12-04 02:19:41] "DELETE /virtual-machine-interface/171db828-56f4-4ad5-b53f-f937cdd65578 HTTP/1.1" 200 115 0.023234 10.0.0.41 - - [2025-12-04 02:19:41] "GET /virtual-machine-interface/e2410ac8-551b-4a53-bd35-c6269cbce165?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1654 0.004733 10.0.0.41 - - [2025-12-04 02:19:41] "POST /ref-update HTTP/1.1" 200 156 0.014970 10.0.0.41 - - [2025-12-04 02:19:41] "GET /instance-ip/5d3163eb-fad2-4298-8073-70d1ec1ad239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1694 0.004366 10.0.0.41 - - [2025-12-04 02:19:41] "DELETE /instance-ip/5d3163eb-fad2-4298-8073-70d1ec1ad239 HTTP/1.1" 200 115 0.020762 10.0.0.41 - - [2025-12-04 02:19:41] "DELETE /virtual-machine-interface/e2410ac8-551b-4a53-bd35-c6269cbce165 HTTP/1.1" 200 115 0.025680 10.0.0.41 - - [2025-12-04 02:19:41] "DELETE /virtual-machine/326949db-26ac-4e38-9564-22d2bd2b8662 HTTP/1.1" 200 115 0.013448 10.0.0.41 - - [2025-12-04 02:19:42] "POST /neutron/network HTTP/1.1" 200 834 0.005309 10.0.0.41 - - [2025-12-04 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.41 - - [2025-12-04 02:19:42] "POST /useragent-kv HTTP/1.1" 200 115 0.001618 10.0.0.41 - - [2025-12-04 02:19:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002208 10.0.0.41 - - [2025-12-04 02:19:42] "POST /neutron/network HTTP/1.1" 200 151 0.070528 10.0.0.41 - - [2025-12-04 02:19:42] "DELETE /route-target/a549f0f6-cc0d-4007-a410-911b59bcb8a9 HTTP/1.1" 200 115 0.012591 10.0.0.41 - - [2025-12-04 02:19:42] "POST /neutron/network HTTP/1.1" 200 827 0.004880 10.0.0.41 - - [2025-12-04 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.41 - - [2025-12-04 02:19:43] "POST /useragent-kv HTTP/1.1" 200 115 0.001941 10.0.0.41 - - [2025-12-04 02:19:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002186 10.0.0.41 - - [2025-12-04 02:19:43] "POST /neutron/network HTTP/1.1" 200 151 0.075615 10.0.0.41 - - [2025-12-04 02:19:43] "DELETE /route-target/afab4523-a6fa-4f7b-980d-26089936ab40 HTTP/1.1" 200 115 0.014602 10.0.0.41 - - [2025-12-04 02:19:43] "GET /projects?obj_uuids=7c661e63-68a3-4956-9026-97551db14af3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000857 10.0.0.41 - - [2025-12-04 02:19:43] "GET /project/7c661e63-68a3-4956-9026-97551db14af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.019520 10.0.0.41 - - [2025-12-04 02:19:43] "GET /projects?obj_uuids=7c661e63-68a3-4956-9026-97551db14af3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000817 10.0.0.41 - - [2025-12-04 02:19:43] "GET /project/7c661e63-68a3-4956-9026-97551db14af3?fields=virtual_networks HTTP/1.1" 200 1038 0.081777 10.0.0.41 - - [2025-12-04 02:19:43] "GET /projects?obj_uuids=7c661e63-68a3-4956-9026-97551db14af3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000888 10.0.0.41 - - [2025-12-04 02:19:43] "GET /project/7c661e63-68a3-4956-9026-97551db14af3?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.024830 10.0.0.41 - - [2025-12-04 02:19:43] "GET /projects?obj_uuids=7c661e63-68a3-4956-9026-97551db14af3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000849 10.0.0.41 - - [2025-12-04 02:19:43] "GET /project/7c661e63-68a3-4956-9026-97551db14af3?fields=security_groups HTTP/1.1" 200 1267 0.019813 10.0.0.41 - - [2025-12-04 02:19:44] "POST /fqname-to-id HTTP/1.1" 404 196 0.025701 10.0.0.41 - - [2025-12-04 02:19:44] "GET /projects?obj_uuids=d3b2d8e4-2d35-46d1-ad78-e7139ad999f7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002118 10.0.0.41 - - [2025-12-04 02:19:44] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001331 10.0.0.41 - - [2025-12-04 02:19:44] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007527 10.0.0.41 - - [2025-12-04 02:19:44] "POST /id-to-fqname HTTP/1.1" 200 198 0.001894 10.0.0.41 - - [2025-12-04 02:19:44] "POST /fqname-to-id HTTP/1.1" 404 207 0.001872 10.0.0.41 - - [2025-12-04 02:19:44] "POST /security-groups HTTP/1.1" 200 599 0.060212 10.0.0.41 - - [2025-12-04 02:19:44] "POST /fqname-to-id HTTP/1.1" 404 242 0.001972 10.0.0.41 - - [2025-12-04 02:19:44] "POST /projects HTTP/1.1" 200 601 0.201366 10.0.0.41 - - [2025-12-04 02:19:44] "POST /access-control-lists HTTP/1.1" 200 604 0.055851 10.0.0.41 - - [2025-12-04 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.268166 10.0.0.41 - - [2025-12-04 02:19:44] "POST /fqname-to-id HTTP/1.1" 404 241 0.003365 10.0.0.41 - - [2025-12-04 02:19:44] "GET /project/d3b2d8e4-2d35-46d1-ad78-e7139ad999f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.391531 10.0.0.41 - - [2025-12-04 02:19:44] "POST /access-control-lists HTTP/1.1" 200 602 0.056413 10.0.0.41 - - [2025-12-04 02:19:45] "GET / HTTP/1.1" 200 35931 0.002044 10.0.0.41 - - [2025-12-04 02:19:46] "DELETE /project/7c661e6368a34956902697551db14af3 HTTP/1.1" 404 173 0.010662 10.0.0.41 - - [2025-12-04 02:19:46] "DELETE /project/d3b2d8e42d3546d1ad78e7139ad999f7 HTTP/1.1" 404 173 0.007849 10.0.0.41 - - [2025-12-04 02:19:46] "GET /projects?obj_uuids=7c661e63-68a3-4956-9026-97551db14af3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000889 10.0.0.41 - - [2025-12-04 02:19:46] "GET /projects?obj_uuids=5614656c-75ec-40e7-b7c6-f9696a67a74e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000819 10.0.0.41 - - [2025-12-04 02:19:46] "GET /project/5614656c-75ec-40e7-b7c6-f9696a67a74e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.028805 10.0.0.41 - - [2025-12-04 02:19:46] "GET /project/7c661e63-68a3-4956-9026-97551db14af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.036716 10.0.0.41 - - [2025-12-04 02:19:46] "GET /projects?obj_uuids=5614656c-75ec-40e7-b7c6-f9696a67a74e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001042 10.0.0.41 - - [2025-12-04 02:19:46] "GET /projects?obj_uuids=7c661e63-68a3-4956-9026-97551db14af3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001276 10.0.0.41 - - [2025-12-04 02:19:46] "GET /project/5614656c-75ec-40e7-b7c6-f9696a67a74e?fields=security_groups HTTP/1.1" 200 1357 0.038067 10.0.0.41 - - [2025-12-04 02:19:46] "GET /project/7c661e63-68a3-4956-9026-97551db14af3?fields=security_groups HTTP/1.1" 200 1372 0.045539 10.0.0.41 - - [2025-12-04 02:19:46] "DELETE /security-group/6f51f07d-dc05-4f1a-b664-3c56b5fce018 HTTP/1.1" 200 115 0.052421 10.0.0.41 - - [2025-12-04 02:19:46] "DELETE /security-group/803e8dd0-cb9e-4c1c-98ae-05520a042e81 HTTP/1.1" 200 115 0.050153 10.0.0.41 - - [2025-12-04 02:19:46] "GET /projects?obj_uuids=5614656c-75ec-40e7-b7c6-f9696a67a74e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000842 10.0.0.41 - - [2025-12-04 02:19:46] "GET /projects?obj_uuids=7c661e63-68a3-4956-9026-97551db14af3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000852 10.0.0.41 - - [2025-12-04 02:19:46] "DELETE /access-control-list/ab1e041e-67df-4861-b014-423c8e03ec70 HTTP/1.1" 200 115 0.040083 10.0.0.41 - - [2025-12-04 02:19:46] "GET /project/5614656c-75ec-40e7-b7c6-f9696a67a74e?fields=application_policy_sets HTTP/1.1" 200 1396 0.036205 10.0.0.41 - - [2025-12-04 02:19:46] "DELETE /access-control-list/cea08412-e6a3-4cd0-86c1-e87601ea570a HTTP/1.1" 200 115 0.031221 10.0.0.41 - - [2025-12-04 02:19:46] "GET /project/7c661e63-68a3-4956-9026-97551db14af3?fields=application_policy_sets HTTP/1.1" 200 1411 0.088483 10.0.0.41 - - [2025-12-04 02:19:46] "DELETE /access-control-list/e9d7bfe1-05e8-4fdb-89cc-4627e2c9c35a HTTP/1.1" 200 115 0.047456 10.0.0.41 - - [2025-12-04 02:19:46] "DELETE /access-control-list/2283b3d5-fec9-4f73-b0d2-ec11922d32c3 HTTP/1.1" 200 115 0.023520 10.0.0.41 - - [2025-12-04 02:19:46] "DELETE /project/5614656c-75ec-40e7-b7c6-f9696a67a74e HTTP/1.1" 200 115 0.344286 10.0.0.41 - - [2025-12-04 02:19:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000381 10.0.0.41 - - [2025-12-04 02:19:46] "DELETE /project/7c661e63-68a3-4956-9026-97551db14af3 HTTP/1.1" 200 115 0.384845 10.0.0.41 - - [2025-12-04 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.027308 10.0.0.41 - - [2025-12-04 02:19:46] "GET /projects?obj_uuids=d3b2d8e4-2d35-46d1-ad78-e7139ad999f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000863 10.0.0.41 - - [2025-12-04 02:19:46] "GET /project/d3b2d8e4-2d35-46d1-ad78-e7139ad999f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.022878 10.0.0.41 - - [2025-12-04 02:19:47] "POST /neutron/network HTTP/1.1" 200 117 0.028955 10.0.0.41 - - [2025-12-04 02:19:47] "GET /projects?obj_uuids=d3b2d8e4-2d35-46d1-ad78-e7139ad999f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000869 10.0.0.41 - - [2025-12-04 02:19:47] "POST /neutron/network HTTP/1.1" 200 613 0.060379 10.0.0.41 - - [2025-12-04 02:19:47] "POST /route-targets HTTP/1.1" 200 327 0.011144 10.0.0.41 - - [2025-12-04 02:19:47] "POST /ref-update HTTP/1.1" 200 156 0.010434 10.0.0.41 - - [2025-12-04 02:19:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002026 10.0.0.41 - - [2025-12-04 02:19:47] "POST /neutron/subnet HTTP/1.1" 200 730 0.122680 10.0.0.41 - - [2025-12-04 02:19:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000348 10.0.0.41 - - [2025-12-04 02:19:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003295 10.0.0.41 - - [2025-12-04 02:19:47] "POST /neutron/subnet HTTP/1.1" 200 823 0.177567 10.0.0.41 - - [2025-12-04 02:19:47] "POST /neutron/network HTTP/1.1" 200 1006 0.006048 10.0.0.41 - - [2025-12-04 02:19:47] "POST /id-to-fqname HTTP/1.1" 200 228 0.001008 10.0.0.41 - - [2025-12-04 02:19:47] "GET /virtual-network/9cdd16a0-ec04-4150-9eb5-b05e3edbc9b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.003859 10.0.0.41 - - [2025-12-04 02:19:47] "POST /neutron/network HTTP/1.1" 200 1006 0.007799 10.0.0.41 - - [2025-12-04 02:19:47] "GET /virtual-network/9cdd16a0-ec04-4150-9eb5-b05e3edbc9b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006378 10.0.0.41 - - [2025-12-04 02:19:47] "POST /neutron/network HTTP/1.1" 200 1006 0.006412 10.0.0.41 - - [2025-12-04 02:19:47] "POST /neutron/subnet HTTP/1.1" 200 730 0.005362 10.0.0.41 - - [2025-12-04 02:19:47] "POST /neutron/subnet HTTP/1.1" 200 823 0.064557 10.0.0.41 - - [2025-12-04 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002240 10.0.0.41 - - [2025-12-04 02:19:47] "GET /projects?obj_uuids=d3b2d8e4-2d35-46d1-ad78-e7139ad999f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000870 10.0.0.41 - - [2025-12-04 02:19:47] "GET /project/d3b2d8e4-2d35-46d1-ad78-e7139ad999f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.019364 10.0.0.41 - - [2025-12-04 02:19:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.024480 10.0.0.41 - - [2025-12-04 02:19:47] "POST /neutron/network HTTP/1.1" 200 117 0.008764 10.0.0.41 - - [2025-12-04 02:19:47] "GET /projects?obj_uuids=d3b2d8e4-2d35-46d1-ad78-e7139ad999f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000869 10.0.0.41 - - [2025-12-04 02:19:47] "POST /neutron/network HTTP/1.1" 200 613 0.062091 10.0.0.41 - - [2025-12-04 02:19:47] "POST /route-targets HTTP/1.1" 200 327 0.008374 10.0.0.41 - - [2025-12-04 02:19:47] "POST /ref-update HTTP/1.1" 200 156 0.012255 10.0.0.41 - - [2025-12-04 02:19:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002350 10.0.0.41 - - [2025-12-04 02:19:48] "POST /neutron/subnet HTTP/1.1" 200 725 0.197078 10.0.0.41 - - [2025-12-04 02:19:48] "POST /fqname-to-id HTTP/1.1" 404 207 0.003475 10.0.0.41 - - [2025-12-04 02:19:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002441 10.0.0.41 - - [2025-12-04 02:19:48] "POST /neutron/subnet HTTP/1.1" 200 828 0.196432 10.0.0.41 - - [2025-12-04 02:19:48] "POST /neutron/network HTTP/1.1" 200 1006 0.006320 10.0.0.41 - - [2025-12-04 02:19:48] "POST /id-to-fqname HTTP/1.1" 200 228 0.001000 10.0.0.41 - - [2025-12-04 02:19:48] "GET /virtual-network/53dd9ec2-1df7-4666-a941-351b1d5531e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.004115 10.0.0.41 - - [2025-12-04 02:19:48] "POST /neutron/network HTTP/1.1" 200 1006 0.006238 10.0.0.41 - - [2025-12-04 02:19:48] "GET /virtual-network/53dd9ec2-1df7-4666-a941-351b1d5531e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006708 10.0.0.41 - - [2025-12-04 02:19:48] "POST /neutron/network HTTP/1.1" 200 1006 0.006104 10.0.0.41 - - [2025-12-04 02:19:48] "POST /neutron/subnet HTTP/1.1" 200 725 0.005434 10.0.0.41 - - [2025-12-04 02:19:48] "POST /neutron/subnet HTTP/1.1" 200 828 0.005457 10.0.0.41 - - [2025-12-04 02:19:48] "POST /fqname-to-id HTTP/1.1" 404 234 0.004031 10.0.0.41 - - [2025-12-04 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002066 10.0.0.41 - - [2025-12-04 02:19:48] "GET /projects?obj_uuids=d3b2d8e4-2d35-46d1-ad78-e7139ad999f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000906 10.0.0.41 - - [2025-12-04 02:19:48] "GET /project/d3b2d8e4-2d35-46d1-ad78-e7139ad999f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.030179 10.0.0.41 - - [2025-12-04 02:19:48] "POST /network-policys HTTP/1.1" 200 577 0.056626 10.0.0.41 - - [2025-12-04 02:19:48] "GET /network-policy/ed521956-2efd-40a8-8939-d0c35e3c2c61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004365 10.0.0.41 - - [2025-12-04 02:19:48] "POST /neutron/network HTTP/1.1" 200 1006 0.006548 10.0.0.41 - - [2025-12-04 02:19:48] "POST /fqname-to-id HTTP/1.1" 404 242 0.007312 10.0.0.41 - - [2025-12-04 02:19:48] "POST /fqname-to-id HTTP/1.1" 404 207 0.007758 10.0.0.41 - - [2025-12-04 02:19:48] "POST /neutron/network HTTP/1.1" 200 1114 0.048903 10.0.0.41 - - [2025-12-04 02:19:48] "POST /neutron/network HTTP/1.1" 200 1114 0.037930 10.0.0.41 - - [2025-12-04 02:19:48] "POST /access-control-lists HTTP/1.1" 200 596 0.065872 10.0.0.41 - - [2025-12-04 02:19:48] "GET /virtual-network/9cdd16a0-ec04-4150-9eb5-b05e3edbc9b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005000 10.0.0.41 - - [2025-12-04 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002049 10.0.0.41 - - [2025-12-04 02:19:48] "GET /network-policy/ed521956-2efd-40a8-8939-d0c35e3c2c61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.003321 10.0.0.41 - - [2025-12-04 02:19:48] "POST /neutron/network HTTP/1.1" 200 1006 0.006205 10.0.0.41 - - [2025-12-04 02:19:48] "POST /fqname-to-id HTTP/1.1" 404 242 0.004865 10.0.0.41 - - [2025-12-04 02:19:48] "POST /fqname-to-id HTTP/1.1" 404 207 0.005854 10.0.0.41 - - [2025-12-04 02:19:49] "POST /neutron/network HTTP/1.1" 200 1114 0.046846 10.0.0.41 - - [2025-12-04 02:19:49] "POST /access-control-lists HTTP/1.1" 200 596 0.066151 10.0.0.41 - - [2025-12-04 02:19:49] "POST /neutron/network HTTP/1.1" 200 1114 0.040501 10.0.0.41 - - [2025-12-04 02:19:49] "GET /virtual-network/53dd9ec2-1df7-4666-a941-351b1d5531e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.005460 10.0.0.41 - - [2025-12-04 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002128 10.0.0.41 - - [2025-12-04 02:19:49] "POST /ref-update HTTP/1.1" 200 156 0.009190 10.0.0.41 - - [2025-12-04 02:19:49] "GET /network-policy/ed521956-2efd-40a8-8939-d0c35e3c2c61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.002857 10.0.0.41 - - [2025-12-04 02:19:49] "GET /domains HTTP/1.1" 401 292 0.000326 10.0.0.41 - - [2025-12-04 02:19:49] "PUT /access-control-list/918ae3dd-d6f6-465d-9679-db61e13ab8ba HTTP/1.1" 200 272 0.054661 10.0.0.41 - - [2025-12-04 02:19:49] "GET /domains HTTP/1.1" 200 280 0.025694 10.0.0.41 - - [2025-12-04 02:19:49] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001055 10.0.0.41 - - [2025-12-04 02:19:49] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a HTTP/1.1" 200 2582 0.006677 10.0.0.41 - - [2025-12-04 02:19:49] "GET /projects?obj_uuids=d3b2d8e4-2d35-46d1-ad78-e7139ad999f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000746 10.0.0.41 - - [2025-12-04 02:19:49] "GET /project/d3b2d8e4-2d35-46d1-ad78-e7139ad999f7 HTTP/1.1" 200 2626 0.065151 10.0.0.41 - - [2025-12-04 02:19:49] "GET /virtual-network/9cdd16a0-ec04-4150-9eb5-b05e3edbc9b6 HTTP/1.1" 200 3507 0.005024 10.0.0.41 - - [2025-12-04 02:19:49] "GET /virtual-network/9cdd16a0-ec04-4150-9eb5-b05e3edbc9b6 HTTP/1.1" 200 3507 0.003947 10.0.0.41 - - [2025-12-04 02:19:49] "GET /routing-instance/321c3a2c-741d-4ce5-98de-8bedb2286334 HTTP/1.1" 200 1795 0.003173 10.0.0.41 - - [2025-12-04 02:19:49] "GET /routing-instance/321c3a2c-741d-4ce5-98de-8bedb2286334 HTTP/1.1" 200 1795 0.002755 10.0.0.41 - - [2025-12-04 02:19:49] "GET /route-target/dcdf8d6a-3252-42a4-8a0d-3554f9d44b83 HTTP/1.1" 200 1212 0.002698 10.0.0.41 - - [2025-12-04 02:19:49] "GET /virtual-network/9cdd16a0-ec04-4150-9eb5-b05e3edbc9b6 HTTP/1.1" 200 3507 0.003950 10.0.0.41 - - [2025-12-04 02:19:49] "GET /routing-instance/321c3a2c-741d-4ce5-98de-8bedb2286334 HTTP/1.1" 200 1795 0.002995 10.0.0.41 - - [2025-12-04 02:19:49] "GET /virtual-network/9cdd16a0-ec04-4150-9eb5-b05e3edbc9b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.004046 10.0.0.41 - - [2025-12-04 02:19:49] "GET /virtual-network/9cdd16a0-ec04-4150-9eb5-b05e3edbc9b6 HTTP/1.1" 200 3507 0.004376 10.0.0.41 - - [2025-12-04 02:19:49] "GET /routing-instance/321c3a2c-741d-4ce5-98de-8bedb2286334 HTTP/1.1" 200 1795 0.003484 10.0.0.41 - - [2025-12-04 02:19:49] "GET /routing-instance/321c3a2c-741d-4ce5-98de-8bedb2286334 HTTP/1.1" 200 1795 0.002944 10.0.0.41 - - [2025-12-04 02:19:49] "GET /route-target/dcdf8d6a-3252-42a4-8a0d-3554f9d44b83 HTTP/1.1" 200 1212 0.002663 10.0.0.41 - - [2025-12-04 02:19:49] "GET /domains HTTP/1.1" 200 280 0.002253 10.0.0.41 - - [2025-12-04 02:19:49] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000833 10.0.0.41 - - [2025-12-04 02:19:49] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a HTTP/1.1" 200 2582 0.006710 10.0.0.41 - - [2025-12-04 02:19:49] "GET /projects?obj_uuids=d3b2d8e4-2d35-46d1-ad78-e7139ad999f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001073 10.0.0.41 - - [2025-12-04 02:19:49] "GET /project/d3b2d8e4-2d35-46d1-ad78-e7139ad999f7 HTTP/1.1" 200 2626 0.067353 10.0.0.41 - - [2025-12-04 02:19:49] "GET /virtual-network/9cdd16a0-ec04-4150-9eb5-b05e3edbc9b6 HTTP/1.1" 200 3507 0.005237 10.0.0.41 - - [2025-12-04 02:19:50] "GET /obj-perms HTTP/1.1" 200 5046 0.046587 10.0.0.41 - - [2025-12-04 02:19:50] "GET /domains HTTP/1.1" 200 280 0.002357 10.0.0.41 - - [2025-12-04 02:19:50] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001112 10.0.0.41 - - [2025-12-04 02:19:50] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a HTTP/1.1" 200 2582 0.005828 10.0.0.41 - - [2025-12-04 02:19:50] "GET /projects?obj_uuids=d3b2d8e4-2d35-46d1-ad78-e7139ad999f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000781 10.0.0.41 - - [2025-12-04 02:19:50] "GET /project/d3b2d8e4-2d35-46d1-ad78-e7139ad999f7 HTTP/1.1" 200 2626 0.069677 10.0.0.41 - - [2025-12-04 02:19:50] "GET /virtual-network/53dd9ec2-1df7-4666-a941-351b1d5531e3 HTTP/1.1" 200 3506 0.006672 10.0.0.41 - - [2025-12-04 02:19:50] "GET /virtual-network/53dd9ec2-1df7-4666-a941-351b1d5531e3 HTTP/1.1" 200 3506 0.003942 10.0.0.41 - - [2025-12-04 02:19:50] "GET /routing-instance/26189b30-69b2-418a-a092-cb474733e87e HTTP/1.1" 200 1795 0.002685 10.0.0.41 - - [2025-12-04 02:19:50] "GET /routing-instance/26189b30-69b2-418a-a092-cb474733e87e HTTP/1.1" 200 1795 0.002665 10.0.0.41 - - [2025-12-04 02:19:50] "GET /route-target/054870a6-6cd5-4c49-a3ce-e0dcc6d507be HTTP/1.1" 200 1211 0.002248 10.0.0.41 - - [2025-12-04 02:19:50] "GET /virtual-network/53dd9ec2-1df7-4666-a941-351b1d5531e3 HTTP/1.1" 200 3506 0.003482 10.0.0.41 - - [2025-12-04 02:19:50] "GET /routing-instance/26189b30-69b2-418a-a092-cb474733e87e HTTP/1.1" 200 1795 0.002327 10.0.0.41 - - [2025-12-04 02:19:50] "GET /virtual-network/53dd9ec2-1df7-4666-a941-351b1d5531e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.003647 10.0.0.41 - - [2025-12-04 02:19:50] "GET /virtual-network/53dd9ec2-1df7-4666-a941-351b1d5531e3 HTTP/1.1" 200 3506 0.003650 10.0.0.41 - - [2025-12-04 02:19:50] "GET /routing-instance/26189b30-69b2-418a-a092-cb474733e87e HTTP/1.1" 200 1795 0.002391 10.0.0.41 - - [2025-12-04 02:19:50] "GET /routing-instance/26189b30-69b2-418a-a092-cb474733e87e HTTP/1.1" 200 1795 0.002824 10.0.0.41 - - [2025-12-04 02:19:50] "GET /route-target/054870a6-6cd5-4c49-a3ce-e0dcc6d507be HTTP/1.1" 200 1211 0.002084 10.0.0.41 - - [2025-12-04 02:19:50] "GET /domains HTTP/1.1" 200 280 0.002061 10.0.0.41 - - [2025-12-04 02:19:50] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000754 10.0.0.41 - - [2025-12-04 02:19:50] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a HTTP/1.1" 200 2582 0.005273 10.0.0.41 - - [2025-12-04 02:19:50] "GET /projects?obj_uuids=d3b2d8e4-2d35-46d1-ad78-e7139ad999f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000725 10.0.0.41 - - [2025-12-04 02:19:50] "GET /project/d3b2d8e4-2d35-46d1-ad78-e7139ad999f7 HTTP/1.1" 200 2626 0.064270 10.0.0.41 - - [2025-12-04 02:19:50] "GET /virtual-network/53dd9ec2-1df7-4666-a941-351b1d5531e3 HTTP/1.1" 200 3506 0.004078 10.0.0.41 - - [2025-12-04 02:19:50] "GET /obj-perms HTTP/1.1" 200 5046 0.002254 10.0.0.41 - - [2025-12-04 02:19:50] "GET /virtual-network/53dd9ec2-1df7-4666-a941-351b1d5531e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.005270 10.0.0.41 - - [2025-12-04 02:19:50] "POST /neutron/network HTTP/1.1" 200 1114 0.006202 10.0.0.41 - - [2025-12-04 02:19:50] "POST /fqname-to-id HTTP/1.1" 404 207 0.006336 10.0.0.41 - - [2025-12-04 02:19:50] "POST /neutron/network HTTP/1.1" 200 1006 0.044327 10.0.0.41 - - [2025-12-04 02:19:50] "DELETE /access-control-list/fa51cb91-26e6-4fad-8d2c-b48ca8a41f4b HTTP/1.1" 200 115 0.027277 10.0.0.41 - - [2025-12-04 02:19:50] "POST /neutron/network HTTP/1.1" 200 1006 0.006084 10.0.0.41 - - [2025-12-04 02:19:50] "POST /ref-update HTTP/1.1" 200 156 0.012603 10.0.0.41 - - [2025-12-04 02:19:50] "GET /virtual-network/53dd9ec2-1df7-4666-a941-351b1d5531e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006245 10.0.0.41 - - [2025-12-04 02:19:50] "GET /virtual-network/9cdd16a0-ec04-4150-9eb5-b05e3edbc9b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005330 10.0.0.41 - - [2025-12-04 02:19:50] "POST /neutron/network HTTP/1.1" 200 1114 0.007463 10.0.0.41 - - [2025-12-04 02:19:50] "POST /fqname-to-id HTTP/1.1" 404 207 0.004117 10.0.0.41 - - [2025-12-04 02:19:50] "POST /neutron/network HTTP/1.1" 200 1006 0.040352 10.0.0.41 - - [2025-12-04 02:19:50] "DELETE /access-control-list/918ae3dd-d6f6-465d-9679-db61e13ab8ba HTTP/1.1" 200 115 0.036594 10.0.0.41 - - [2025-12-04 02:19:50] "POST /neutron/network HTTP/1.1" 200 1006 0.010059 10.0.0.41 - - [2025-12-04 02:19:50] "GET /virtual-network/9cdd16a0-ec04-4150-9eb5-b05e3edbc9b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.003842 10.0.0.41 - - [2025-12-04 02:19:50] "POST /ref-update HTTP/1.1" 200 156 0.014966 10.0.0.41 - - [2025-12-04 02:19:50] "DELETE /network-policy/ed521956-2efd-40a8-8939-d0c35e3c2c61 HTTP/1.1" 200 115 0.035317 10.0.0.41 - - [2025-12-04 02:19:50] "POST /neutron/network HTTP/1.1" 200 1006 0.022663 10.0.0.41 - - [2025-12-04 02:19:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003443 10.0.0.41 - - [2025-12-04 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.41 - - [2025-12-04 02:19:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003743 10.0.0.41 - - [2025-12-04 02:19:50] "POST /useragent-kv HTTP/1.1" 200 115 0.001548 10.0.0.41 - - [2025-12-04 02:19:50] "POST /useragent-kv HTTP/1.1" 200 115 0.001348 10.0.0.41 - - [2025-12-04 02:19:50] "POST /neutron/network HTTP/1.1" 200 151 0.079825 10.0.0.41 - - [2025-12-04 02:19:50] "DELETE /route-target/054870a6-6cd5-4c49-a3ce-e0dcc6d507be HTTP/1.1" 200 115 0.019217 10.0.0.41 - - [2025-12-04 02:19:50] "GET /routing-instance/26189b30-69b2-418a-a092-cb474733e87e HTTP/1.1" 404 171 0.002239 10.0.0.41 - - [2025-12-04 02:19:50] "GET /domains HTTP/1.1" 200 280 0.002897 10.0.0.41 - - [2025-12-04 02:19:50] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000802 10.0.0.41 - - [2025-12-04 02:19:50] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a HTTP/1.1" 200 2582 0.045810 10.0.0.41 - - [2025-12-04 02:19:50] "GET /projects?obj_uuids=d3b2d8e4-2d35-46d1-ad78-e7139ad999f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001240 10.0.0.41 - - [2025-12-04 02:19:50] "GET /project/d3b2d8e4-2d35-46d1-ad78-e7139ad999f7 HTTP/1.1" 200 2146 0.071854 10.0.0.41 - - [2025-12-04 02:19:51] "POST /neutron/network HTTP/1.1" 200 1006 0.010982 10.0.0.41 - - [2025-12-04 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004837 10.0.0.41 - - [2025-12-04 02:19:51] "POST /useragent-kv HTTP/1.1" 200 115 0.013022 10.0.0.41 - - [2025-12-04 02:19:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001556 10.0.0.41 - - [2025-12-04 02:19:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002220 10.0.0.41 - - [2025-12-04 02:19:51] "DELETE /route-target/dcdf8d6a-3252-42a4-8a0d-3554f9d44b83 HTTP/1.1" 200 115 0.023296 10.0.0.41 - - [2025-12-04 02:19:51] "POST /useragent-kv HTTP/1.1" 200 115 0.007060 10.0.0.41 - - [2025-12-04 02:19:51] "POST /neutron/network HTTP/1.1" 200 151 0.112749 10.0.0.41 - - [2025-12-04 02:19:51] "GET /routing-instance/321c3a2c-741d-4ce5-98de-8bedb2286334 HTTP/1.1" 404 171 0.003817 10.0.0.41 - - [2025-12-04 02:19:51] "GET /domains HTTP/1.1" 200 280 0.002212 10.0.0.41 - - [2025-12-04 02:19:51] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000898 10.0.0.41 - - [2025-12-04 02:19:51] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a HTTP/1.1" 200 2582 0.053180 10.0.0.41 - - [2025-12-04 02:19:51] "GET /projects?obj_uuids=d3b2d8e4-2d35-46d1-ad78-e7139ad999f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001160 10.0.0.41 - - [2025-12-04 02:19:51] "GET /project/d3b2d8e4-2d35-46d1-ad78-e7139ad999f7 HTTP/1.1" 200 1901 0.073743 10.0.0.41 - - [2025-12-04 02:19:51] "GET /obj-perms HTTP/1.1" 200 5056 0.059396 10.0.0.41 - - [2025-12-04 02:19:51] "GET /projects?obj_uuids=d3b2d8e4-2d35-46d1-ad78-e7139ad999f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000896 10.0.0.41 - - [2025-12-04 02:19:51] "GET /project/d3b2d8e4-2d35-46d1-ad78-e7139ad999f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.022620 10.0.0.41 - - [2025-12-04 02:19:51] "GET /projects?obj_uuids=d3b2d8e4-2d35-46d1-ad78-e7139ad999f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001064 10.0.0.41 - - [2025-12-04 02:19:51] "GET /project/d3b2d8e4-2d35-46d1-ad78-e7139ad999f7?fields=virtual_networks HTTP/1.1" 200 1049 0.062416 10.0.0.41 - - [2025-12-04 02:19:51] "GET /projects?obj_uuids=d3b2d8e4-2d35-46d1-ad78-e7139ad999f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000966 10.0.0.41 - - [2025-12-04 02:19:51] "GET /project/d3b2d8e4-2d35-46d1-ad78-e7139ad999f7?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.031358 10.0.0.41 - - [2025-12-04 02:19:51] "GET /obj-perms HTTP/1.1" 200 5056 0.061690 10.0.0.41 - - [2025-12-04 02:19:51] "GET /projects?obj_uuids=d3b2d8e4-2d35-46d1-ad78-e7139ad999f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001185 10.0.0.41 - - [2025-12-04 02:19:51] "GET /project/d3b2d8e4-2d35-46d1-ad78-e7139ad999f7?fields=security_groups HTTP/1.1" 200 1283 0.021349 10.0.0.41 - - [2025-12-04 02:19:52] "POST /fqname-to-id HTTP/1.1" 404 204 0.023510 10.0.0.41 - - [2025-12-04 02:19:52] "GET /projects?obj_uuids=59f06219-0537-4554-a6f8-a140dcd84873&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002147 10.0.0.41 - - [2025-12-04 02:19:52] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002444 10.0.0.41 - - [2025-12-04 02:19:52] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007640 10.0.0.41 - - [2025-12-04 02:19:52] "POST /id-to-fqname HTTP/1.1" 200 206 0.001106 10.0.0.41 - - [2025-12-04 02:19:52] "POST /fqname-to-id HTTP/1.1" 404 215 0.005251 10.0.0.41 - - [2025-12-04 02:19:52] "POST /security-groups HTTP/1.1" 200 607 0.060269 10.0.0.41 - - [2025-12-04 02:19:52] "POST /fqname-to-id HTTP/1.1" 404 250 0.002241 10.0.0.41 - - [2025-12-04 02:19:52] "POST /projects HTTP/1.1" 200 617 0.205555 10.0.0.41 - - [2025-12-04 02:19:52] "POST /access-control-lists HTTP/1.1" 200 612 0.057523 10.0.0.41 - - [2025-12-04 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.275687 10.0.0.41 - - [2025-12-04 02:19:52] "POST /fqname-to-id HTTP/1.1" 404 249 0.002368 10.0.0.41 - - [2025-12-04 02:19:53] "GET /project/59f06219-0537-4554-a6f8-a140dcd84873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.396412 10.0.0.41 - - [2025-12-04 02:19:53] "POST /access-control-lists HTTP/1.1" 200 610 0.058838 10.0.0.41 - - [2025-12-04 02:19:54] "GET / HTTP/1.1" 200 35931 0.001718 10.0.0.41 - - [2025-12-04 02:19:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000524 10.0.0.41 - - [2025-12-04 02:19:55] "POST /fqname-to-id HTTP/1.1" 404 233 0.053350 10.0.0.41 - - [2025-12-04 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002350 10.0.0.41 - - [2025-12-04 02:19:55] "GET /projects?obj_uuids=59f06219-0537-4554-a6f8-a140dcd84873&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000955 10.0.0.41 - - [2025-12-04 02:19:55] "GET /project/59f06219-0537-4554-a6f8-a140dcd84873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.024670 10.0.0.41 - - [2025-12-04 02:19:55] "POST /network-policys HTTP/1.1" 200 567 0.059799 10.0.0.41 - - [2025-12-04 02:19:55] "GET /network-policy/d3b947ec-d8cc-4d20-a3d9-eb7740b8da18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.003995 10.0.0.41 - - [2025-12-04 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002315 10.0.0.41 - - [2025-12-04 02:19:55] "GET /projects?obj_uuids=59f06219-0537-4554-a6f8-a140dcd84873&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000845 10.0.0.41 - - [2025-12-04 02:19:55] "GET /project/59f06219-0537-4554-a6f8-a140dcd84873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.019430 10.0.0.41 - - [2025-12-04 02:19:55] "POST /neutron/network HTTP/1.1" 200 117 0.030950 10.0.0.41 - - [2025-12-04 02:19:55] "GET /projects?obj_uuids=59f06219-0537-4554-a6f8-a140dcd84873&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000892 10.0.0.41 - - [2025-12-04 02:19:55] "POST /neutron/network HTTP/1.1" 200 623 0.052773 10.0.0.41 - - [2025-12-04 02:19:55] "POST /route-targets HTTP/1.1" 200 327 0.008586 10.0.0.41 - - [2025-12-04 02:19:55] "POST /ref-update HTTP/1.1" 200 156 0.009650 10.0.0.41 - - [2025-12-04 02:19:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002790 10.0.0.41 - - [2025-12-04 02:19:56] "POST /neutron/subnet HTTP/1.1" 200 729 0.194882 10.0.0.41 - - [2025-12-04 02:19:56] "POST /fqname-to-id HTTP/1.1" 404 207 0.003202 10.0.0.41 - - [2025-12-04 02:19:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003215 10.0.0.41 - - [2025-12-04 02:19:56] "POST /neutron/subnet HTTP/1.1" 200 828 0.132149 10.0.0.41 - - [2025-12-04 02:19:56] "POST /neutron/network HTTP/1.1" 200 1017 0.005285 10.0.0.41 - - [2025-12-04 02:19:56] "POST /id-to-fqname HTTP/1.1" 200 237 0.000937 10.0.0.41 - - [2025-12-04 02:19:56] "GET /virtual-network/ae4ffc1f-180d-48e9-8b60-a44a955fd020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2663 0.004589 10.0.0.41 - - [2025-12-04 02:19:56] "POST /neutron/network HTTP/1.1" 200 1017 0.006295 10.0.0.41 - - [2025-12-04 02:19:56] "GET /virtual-network/ae4ffc1f-180d-48e9-8b60-a44a955fd020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2663 0.004185 10.0.0.41 - - [2025-12-04 02:19:56] "POST /neutron/network HTTP/1.1" 200 1017 0.009208 10.0.0.41 - - [2025-12-04 02:19:56] "POST /neutron/subnet HTTP/1.1" 200 729 0.006379 10.0.0.41 - - [2025-12-04 02:19:56] "POST /neutron/subnet HTTP/1.1" 200 828 0.006124 10.0.0.41 - - [2025-12-04 02:19:56] "POST /neutron/network HTTP/1.1" 200 1017 0.005261 10.0.0.41 - - [2025-12-04 02:19:56] "POST /fqname-to-id HTTP/1.1" 404 207 0.005731 10.0.0.41 - - [2025-12-04 02:19:56] "POST /fqname-to-id HTTP/1.1" 404 252 0.005474 10.0.0.41 - - [2025-12-04 02:19:56] "POST /neutron/network HTTP/1.1" 200 1124 0.039661 10.0.0.41 - - [2025-12-04 02:19:56] "POST /access-control-lists HTTP/1.1" 200 607 0.066576 10.0.0.41 - - [2025-12-04 02:19:56] "POST /neutron/network HTTP/1.1" 200 1124 0.050530 10.0.0.41 - - [2025-12-04 02:19:56] "GET /virtual-network/ae4ffc1f-180d-48e9-8b60-a44a955fd020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2986 0.004413 10.0.0.41 - - [2025-12-04 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.001832 10.0.0.41 - - [2025-12-04 02:19:56] "GET /network-policy/d3b947ec-d8cc-4d20-a3d9-eb7740b8da18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.003436 10.0.0.41 - - [2025-12-04 02:19:56] "GET /domains HTTP/1.1" 401 292 0.000382 10.0.0.41 - - [2025-12-04 02:19:56] "GET /domains HTTP/1.1" 200 280 0.026348 10.0.0.41 - - [2025-12-04 02:19:56] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000861 10.0.0.41 - - [2025-12-04 02:19:56] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a HTTP/1.1" 200 2784 0.006966 10.0.0.41 - - [2025-12-04 02:19:56] "GET /projects?obj_uuids=59f06219-0537-4554-a6f8-a140dcd84873&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000882 10.0.0.41 - - [2025-12-04 02:19:57] "GET /project/59f06219-0537-4554-a6f8-a140dcd84873 HTTP/1.1" 200 2458 0.068044 10.0.0.41 - - [2025-12-04 02:19:57] "GET /virtual-network/ae4ffc1f-180d-48e9-8b60-a44a955fd020 HTTP/1.1" 200 3548 0.006536 10.0.0.41 - - [2025-12-04 02:19:57] "GET /virtual-network/ae4ffc1f-180d-48e9-8b60-a44a955fd020 HTTP/1.1" 200 3548 0.003824 10.0.0.41 - - [2025-12-04 02:19:57] "GET /routing-instance/ce299a25-0ace-44a9-81a1-89ee028d6310 HTTP/1.1" 200 1495 0.002848 10.0.0.41 - - [2025-12-04 02:19:57] "GET /routing-instance/ce299a25-0ace-44a9-81a1-89ee028d6310 HTTP/1.1" 200 1495 0.002849 10.0.0.41 - - [2025-12-04 02:19:57] "GET /route-target/16a1c5d1-d480-4ad8-906c-6863cfbe1629 HTTP/1.1" 200 1222 0.002413 10.0.0.41 - - [2025-12-04 02:19:57] "GET /virtual-network/ae4ffc1f-180d-48e9-8b60-a44a955fd020 HTTP/1.1" 200 3548 0.003737 10.0.0.41 - - [2025-12-04 02:19:57] "GET /routing-instance/ce299a25-0ace-44a9-81a1-89ee028d6310 HTTP/1.1" 200 1495 0.003126 10.0.0.41 - - [2025-12-04 02:19:57] "GET /virtual-network/ae4ffc1f-180d-48e9-8b60-a44a955fd020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2986 0.004130 10.0.0.41 - - [2025-12-04 02:19:57] "GET /virtual-network/ae4ffc1f-180d-48e9-8b60-a44a955fd020 HTTP/1.1" 200 3548 0.003739 10.0.0.41 - - [2025-12-04 02:19:57] "GET /routing-instance/ce299a25-0ace-44a9-81a1-89ee028d6310 HTTP/1.1" 200 1495 0.002601 10.0.0.41 - - [2025-12-04 02:19:57] "GET /routing-instance/ce299a25-0ace-44a9-81a1-89ee028d6310 HTTP/1.1" 200 1495 0.002663 10.0.0.41 - - [2025-12-04 02:19:57] "GET /route-target/16a1c5d1-d480-4ad8-906c-6863cfbe1629 HTTP/1.1" 200 1222 0.002321 10.0.0.41 - - [2025-12-04 02:19:57] "GET /domains HTTP/1.1" 200 280 0.002325 10.0.0.41 - - [2025-12-04 02:19:57] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000924 10.0.0.41 - - [2025-12-04 02:19:57] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a HTTP/1.1" 200 2784 0.006385 10.0.0.41 - - [2025-12-04 02:19:57] "GET /projects?obj_uuids=59f06219-0537-4554-a6f8-a140dcd84873&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000824 10.0.0.41 - - [2025-12-04 02:19:57] "GET /project/59f06219-0537-4554-a6f8-a140dcd84873 HTTP/1.1" 200 2458 0.062643 10.0.0.41 - - [2025-12-04 02:19:57] "GET /virtual-network/ae4ffc1f-180d-48e9-8b60-a44a955fd020 HTTP/1.1" 200 3548 0.004559 10.0.0.41 - - [2025-12-04 02:19:57] "GET /obj-perms HTTP/1.1" 200 5062 0.068290 10.0.0.41 - - [2025-12-04 02:19:57] "GET /domains HTTP/1.1" 200 280 0.002179 10.0.0.41 - - [2025-12-04 02:19:57] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000996 10.0.0.41 - - [2025-12-04 02:19:57] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a HTTP/1.1" 200 2784 0.006081 10.0.0.41 - - [2025-12-04 02:19:57] "GET /projects?obj_uuids=59f06219-0537-4554-a6f8-a140dcd84873&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000780 10.0.0.41 - - [2025-12-04 02:19:57] "GET /project/59f06219-0537-4554-a6f8-a140dcd84873 HTTP/1.1" 200 2458 0.065696 10.0.0.41 - - [2025-12-04 02:19:57] "GET /network-policy/d3b947ec-d8cc-4d20-a3d9-eb7740b8da18 HTTP/1.1" 200 3480 0.003780 10.0.0.41 - - [2025-12-04 02:19:57] "DELETE /network-policy/d3b947ec-d8cc-4d20-a3d9-eb7740b8da18 HTTP/1.1" 409 238 0.006055 10.0.0.41 - - [2025-12-04 02:19:57] "POST /neutron/network HTTP/1.1" 200 1124 0.006705 10.0.0.41 - - [2025-12-04 02:19:57] "DELETE /access-control-list/14a16408-6de6-47b0-9d24-97ab84596a6c HTTP/1.1" 200 115 0.023259 10.0.0.41 - - [2025-12-04 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.41 - - [2025-12-04 02:19:57] "POST /useragent-kv HTTP/1.1" 200 115 0.001754 10.0.0.41 - - [2025-12-04 02:19:57] "POST /useragent-kv HTTP/1.1" 200 115 0.001504 10.0.0.41 - - [2025-12-04 02:19:57] "POST /useragent-kv HTTP/1.1" 200 115 0.001341 10.0.0.41 - - [2025-12-04 02:19:57] "POST /useragent-kv HTTP/1.1" 200 115 0.001473 10.0.0.41 - - [2025-12-04 02:19:57] "POST /neutron/network HTTP/1.1" 200 151 0.083897 10.0.0.41 - - [2025-12-04 02:19:57] "GET /routing-instance/ce299a25-0ace-44a9-81a1-89ee028d6310 HTTP/1.1" 404 171 0.002055 10.0.0.41 - - [2025-12-04 02:19:57] "GET /domains HTTP/1.1" 200 280 0.002308 10.0.0.41 - - [2025-12-04 02:19:57] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000788 10.0.0.41 - - [2025-12-04 02:19:57] "DELETE /route-target/16a1c5d1-d480-4ad8-906c-6863cfbe1629 HTTP/1.1" 200 115 0.012391 10.0.0.41 - - [2025-12-04 02:19:57] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a HTTP/1.1" 200 2784 0.047337 10.0.0.41 - - [2025-12-04 02:19:57] "GET /projects?obj_uuids=59f06219-0537-4554-a6f8-a140dcd84873&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000861 10.0.0.41 - - [2025-12-04 02:19:57] "GET /project/59f06219-0537-4554-a6f8-a140dcd84873 HTTP/1.1" 200 2204 0.067683 10.0.0.41 - - [2025-12-04 02:19:57] "DELETE /network-policy/d3b947ec-d8cc-4d20-a3d9-eb7740b8da18 HTTP/1.1" 200 115 0.018244 10.0.0.41 - - [2025-12-04 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.001977 10.0.0.41 - - [2025-12-04 02:19:58] "GET /projects?obj_uuids=59f06219-0537-4554-a6f8-a140dcd84873&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000964 10.0.0.41 - - [2025-12-04 02:19:58] "GET /project/59f06219-0537-4554-a6f8-a140dcd84873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.021114 10.0.0.41 - - [2025-12-04 02:19:58] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-51682278&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.003905 10.0.0.41 - - [2025-12-04 02:19:58] "GET /projects?obj_uuids=59f06219-0537-4554-a6f8-a140dcd84873&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001267 10.0.0.41 - - [2025-12-04 02:19:58] "GET /project/59f06219-0537-4554-a6f8-a140dcd84873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.022470 10.0.0.41 - - [2025-12-04 02:19:58] "GET /projects?obj_uuids=59f06219-0537-4554-a6f8-a140dcd84873&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000951 10.0.0.41 - - [2025-12-04 02:19:58] "GET /project/59f06219-0537-4554-a6f8-a140dcd84873?fields=virtual_networks HTTP/1.1" 200 1064 0.061485 10.0.0.41 - - [2025-12-04 02:19:58] "GET /projects?obj_uuids=59f06219-0537-4554-a6f8-a140dcd84873&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001251 10.0.0.41 - - [2025-12-04 02:19:58] "GET /project/59f06219-0537-4554-a6f8-a140dcd84873?fields=virtual_machine_interfaces HTTP/1.1" 200 1064 0.022887 10.0.0.41 - - [2025-12-04 02:19:58] "GET /projects?obj_uuids=59f06219-0537-4554-a6f8-a140dcd84873&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001150 10.0.0.41 - - [2025-12-04 02:19:58] "GET /project/59f06219-0537-4554-a6f8-a140dcd84873?fields=security_groups HTTP/1.1" 200 1306 0.021335 10.0.0.41 - - [2025-12-04 02:19:59] "POST /fqname-to-id HTTP/1.1" 404 190 0.025362 10.0.0.41 - - [2025-12-04 02:19:59] "GET /projects?obj_uuids=ef5460be-7f34-4664-86be-9cb74502821b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002138 10.0.0.41 - - [2025-12-04 02:19:59] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002388 10.0.0.41 - - [2025-12-04 02:19:59] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008015 10.0.0.41 - - [2025-12-04 02:19:59] "POST /id-to-fqname HTTP/1.1" 200 192 0.002016 10.0.0.41 - - [2025-12-04 02:19:59] "POST /fqname-to-id HTTP/1.1" 404 201 0.003702 10.0.0.41 - - [2025-12-04 02:19:59] "POST /security-groups HTTP/1.1" 200 593 0.064336 10.0.0.41 - - [2025-12-04 02:19:59] "POST /fqname-to-id HTTP/1.1" 404 236 0.002125 10.0.0.41 - - [2025-12-04 02:20:00] "POST /projects HTTP/1.1" 200 589 0.204549 10.0.0.41 - - [2025-12-04 02:20:00] "POST /access-control-lists HTTP/1.1" 200 598 0.056657 10.0.0.41 - - [2025-12-04 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.279545 10.0.0.41 - - [2025-12-04 02:20:00] "POST /fqname-to-id HTTP/1.1" 404 235 0.002723 10.0.0.41 - - [2025-12-04 02:20:00] "GET /project/ef5460be-7f34-4664-86be-9cb74502821b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.397213 10.0.0.41 - - [2025-12-04 02:20:00] "POST /access-control-lists HTTP/1.1" 200 596 0.056470 10.0.0.41 - - [2025-12-04 02:20:01] "GET / HTTP/1.1" 200 35931 0.001712 10.0.0.41 - - [2025-12-04 02:20:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000412 10.0.0.41 - - [2025-12-04 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.059830 10.0.0.41 - - [2025-12-04 02:20:02] "GET /projects?obj_uuids=ef5460be-7f34-4664-86be-9cb74502821b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000865 10.0.0.41 - - [2025-12-04 02:20:02] "GET /project/ef5460be-7f34-4664-86be-9cb74502821b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.019735 10.0.0.41 - - [2025-12-04 02:20:02] "POST /neutron/network HTTP/1.1" 200 117 0.033930 10.0.0.41 - - [2025-12-04 02:20:02] "GET /projects?obj_uuids=ef5460be-7f34-4664-86be-9cb74502821b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000934 10.0.0.41 - - [2025-12-04 02:20:02] "POST /neutron/network HTTP/1.1" 200 607 0.063502 10.0.0.41 - - [2025-12-04 02:20:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002723 10.0.0.41 - - [2025-12-04 02:20:02] "POST /neutron/subnet HTTP/1.1" 200 730 0.188145 10.0.0.41 - - [2025-12-04 02:20:02] "POST /neutron/network HTTP/1.1" 200 827 0.005275 10.0.0.41 - - [2025-12-04 02:20:02] "POST /id-to-fqname HTTP/1.1" 200 222 0.001058 10.0.0.41 - - [2025-12-04 02:20:02] "GET /virtual-network/ab10434a-a4f1-4e03-a901-48f20d9b9439?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004170 10.0.0.41 - - [2025-12-04 02:20:02] "POST /neutron/network HTTP/1.1" 200 827 0.004705 10.0.0.41 - - [2025-12-04 02:20:02] "GET /virtual-network/ab10434a-a4f1-4e03-a901-48f20d9b9439?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004897 10.0.0.41 - - [2025-12-04 02:20:02] "POST /neutron/network HTTP/1.1" 200 827 0.004889 10.0.0.41 - - [2025-12-04 02:20:02] "POST /neutron/subnet HTTP/1.1" 200 730 0.005527 10.0.0.41 - - [2025-12-04 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.001911 10.0.0.41 - - [2025-12-04 02:20:02] "GET /projects?obj_uuids=ef5460be-7f34-4664-86be-9cb74502821b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001425 10.0.0.41 - - [2025-12-04 02:20:02] "GET /project/ef5460be-7f34-4664-86be-9cb74502821b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.023743 10.0.0.41 - - [2025-12-04 02:20:02] "POST /neutron/network HTTP/1.1" 200 117 0.010945 10.0.0.41 - - [2025-12-04 02:20:02] "POST /route-targets HTTP/1.1" 200 327 0.010267 10.0.0.41 - - [2025-12-04 02:20:02] "POST /ref-update HTTP/1.1" 200 156 0.008651 10.0.0.41 - - [2025-12-04 02:20:02] "GET /projects?obj_uuids=ef5460be-7f34-4664-86be-9cb74502821b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000880 10.0.0.41 - - [2025-12-04 02:20:02] "POST /neutron/network HTTP/1.1" 200 607 0.058979 10.0.0.41 - - [2025-12-04 02:20:03] "POST /route-targets HTTP/1.1" 200 327 0.012923 10.0.0.41 - - [2025-12-04 02:20:03] "POST /ref-update HTTP/1.1" 200 156 0.009022 10.0.0.41 - - [2025-12-04 02:20:03] "POST /useragent-kv HTTP/1.1" 200 115 0.001946 10.0.0.41 - - [2025-12-04 02:20:03] "POST /neutron/subnet HTTP/1.1" 200 724 0.193451 10.0.0.41 - - [2025-12-04 02:20:03] "POST /neutron/network HTTP/1.1" 200 826 0.004627 10.0.0.41 - - [2025-12-04 02:20:03] "POST /id-to-fqname HTTP/1.1" 200 222 0.001037 10.0.0.41 - - [2025-12-04 02:20:03] "GET /virtual-network/c82e2b5e-cbd3-4e6a-9251-39e2203f24af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.003914 10.0.0.41 - - [2025-12-04 02:20:03] "POST /neutron/network HTTP/1.1" 200 826 0.004786 10.0.0.41 - - [2025-12-04 02:20:03] "GET /virtual-network/c82e2b5e-cbd3-4e6a-9251-39e2203f24af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004643 10.0.0.41 - - [2025-12-04 02:20:03] "POST /neutron/network HTTP/1.1" 200 826 0.004914 10.0.0.41 - - [2025-12-04 02:20:03] "POST /neutron/subnet HTTP/1.1" 200 724 0.006115 10.0.0.41 - - [2025-12-04 02:20:03] "POST /fqname-to-id HTTP/1.1" 404 228 0.002006 10.0.0.41 - - [2025-12-04 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002410 10.0.0.41 - - [2025-12-04 02:20:03] "GET /projects?obj_uuids=ef5460be-7f34-4664-86be-9cb74502821b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002363 10.0.0.41 - - [2025-12-04 02:20:03] "GET /project/ef5460be-7f34-4664-86be-9cb74502821b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.024287 10.0.0.41 - - [2025-12-04 02:20:03] "POST /network-policys HTTP/1.1" 200 571 0.015703 10.0.0.41 - - [2025-12-04 02:20:03] "GET /network-policy/ba140005-767d-45d9-916e-dcfd39aa6b2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.004403 10.0.0.41 - - [2025-12-04 02:20:03] "POST /neutron/network HTTP/1.1" 200 827 0.005075 10.0.0.41 - - [2025-12-04 02:20:03] "POST /fqname-to-id HTTP/1.1" 404 236 0.002379 10.0.0.41 - - [2025-12-04 02:20:03] "POST /neutron/network HTTP/1.1" 200 929 0.038096 10.0.0.41 - - [2025-12-04 02:20:03] "POST /neutron/network HTTP/1.1" 200 929 0.037614 10.0.0.41 - - [2025-12-04 02:20:03] "POST /access-control-lists HTTP/1.1" 200 590 0.061756 10.0.0.41 - - [2025-12-04 02:20:03] "GET /virtual-network/ab10434a-a4f1-4e03-a901-48f20d9b9439?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.008513 10.0.0.41 - - [2025-12-04 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002032 10.0.0.41 - - [2025-12-04 02:20:03] "GET /network-policy/ba140005-767d-45d9-916e-dcfd39aa6b2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.004204 10.0.0.41 - - [2025-12-04 02:20:03] "POST /neutron/network HTTP/1.1" 200 826 0.005229 10.0.0.41 - - [2025-12-04 02:20:03] "POST /neutron/network HTTP/1.1" 200 928 0.032722 10.0.0.41 - - [2025-12-04 02:20:03] "POST /neutron/network HTTP/1.1" 200 928 0.031238 10.0.0.41 - - [2025-12-04 02:20:03] "PUT /access-control-list/660e8086-4f2b-4574-968f-6fa076a72769 HTTP/1.1" 200 272 0.055203 10.0.0.41 - - [2025-12-04 02:20:03] "POST /fqname-to-id HTTP/1.1" 404 236 0.003677 10.0.0.41 - - [2025-12-04 02:20:03] "GET /virtual-network/c82e2b5e-cbd3-4e6a-9251-39e2203f24af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004408 10.0.0.41 - - [2025-12-04 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.001857 10.0.0.41 - - [2025-12-04 02:20:04] "GET /network-policy/ba140005-767d-45d9-916e-dcfd39aa6b2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.002490 10.0.0.41 - - [2025-12-04 02:20:04] "GET /domains HTTP/1.1" 401 292 0.000429 10.0.0.41 - - [2025-12-04 02:20:04] "POST /access-control-lists HTTP/1.1" 200 590 0.063993 10.0.0.41 - - [2025-12-04 02:20:04] "POST /ref-update HTTP/1.1" 200 156 0.008163 10.0.0.41 - - [2025-12-04 02:20:04] "GET /domains HTTP/1.1" 200 280 0.025348 10.0.0.41 - - [2025-12-04 02:20:04] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001077 10.0.0.41 - - [2025-12-04 02:20:04] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a HTTP/1.1" 200 2972 0.007925 10.0.0.41 - - [2025-12-04 02:20:04] "GET /projects?obj_uuids=ef5460be-7f34-4664-86be-9cb74502821b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001164 10.0.0.41 - - [2025-12-04 02:20:04] "GET /project/ef5460be-7f34-4664-86be-9cb74502821b HTTP/1.1" 200 2571 0.069039 10.0.0.41 - - [2025-12-04 02:20:04] "GET /virtual-network/ab10434a-a4f1-4e03-a901-48f20d9b9439 HTTP/1.1" 200 2896 0.005519 10.0.0.41 - - [2025-12-04 02:20:04] "GET /virtual-network/ab10434a-a4f1-4e03-a901-48f20d9b9439 HTTP/1.1" 200 2896 0.004026 10.0.0.41 - - [2025-12-04 02:20:04] "GET /routing-instance/276779e1-7100-473f-983b-3949a64b0875 HTTP/1.1" 200 1783 0.002957 10.0.0.41 - - [2025-12-04 02:20:04] "GET /routing-instance/276779e1-7100-473f-983b-3949a64b0875 HTTP/1.1" 200 1783 0.002714 10.0.0.41 - - [2025-12-04 02:20:04] "GET /route-target/1f5970b1-e7ef-4162-8f67-72094aaa0c0e HTTP/1.1" 200 1206 0.002671 10.0.0.41 - - [2025-12-04 02:20:04] "GET /virtual-network/ab10434a-a4f1-4e03-a901-48f20d9b9439 HTTP/1.1" 200 2896 0.003853 10.0.0.41 - - [2025-12-04 02:20:04] "GET /routing-instance/276779e1-7100-473f-983b-3949a64b0875 HTTP/1.1" 200 1783 0.003090 10.0.0.41 - - [2025-12-04 02:20:04] "GET /virtual-network/ab10434a-a4f1-4e03-a901-48f20d9b9439?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005602 10.0.0.41 - - [2025-12-04 02:20:04] "GET /virtual-network/ab10434a-a4f1-4e03-a901-48f20d9b9439 HTTP/1.1" 200 2896 0.003624 10.0.0.41 - - [2025-12-04 02:20:04] "GET /routing-instance/276779e1-7100-473f-983b-3949a64b0875 HTTP/1.1" 200 1783 0.002579 10.0.0.41 - - [2025-12-04 02:20:04] "GET /routing-instance/276779e1-7100-473f-983b-3949a64b0875 HTTP/1.1" 200 1783 0.003342 10.0.0.41 - - [2025-12-04 02:20:04] "GET /route-target/1f5970b1-e7ef-4162-8f67-72094aaa0c0e HTTP/1.1" 200 1206 0.002309 10.0.0.41 - - [2025-12-04 02:20:04] "GET /domains HTTP/1.1" 200 280 0.002249 10.0.0.41 - - [2025-12-04 02:20:04] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000817 10.0.0.41 - - [2025-12-04 02:20:04] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a HTTP/1.1" 200 2972 0.006609 10.0.0.41 - - [2025-12-04 02:20:04] "GET /projects?obj_uuids=ef5460be-7f34-4664-86be-9cb74502821b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000803 10.0.0.41 - - [2025-12-04 02:20:04] "GET /project/ef5460be-7f34-4664-86be-9cb74502821b HTTP/1.1" 200 2571 0.066139 10.0.0.41 - - [2025-12-04 02:20:04] "GET /virtual-network/ab10434a-a4f1-4e03-a901-48f20d9b9439 HTTP/1.1" 200 2896 0.004664 10.0.0.41 - - [2025-12-04 02:20:05] "GET /obj-perms HTTP/1.1" 200 5034 0.051946 10.0.0.41 - - [2025-12-04 02:20:05] "GET /domains HTTP/1.1" 200 280 0.002359 10.0.0.41 - - [2025-12-04 02:20:05] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000967 10.0.0.41 - - [2025-12-04 02:20:05] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a HTTP/1.1" 200 2972 0.006609 10.0.0.41 - - [2025-12-04 02:20:05] "GET /projects?obj_uuids=ef5460be-7f34-4664-86be-9cb74502821b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000888 10.0.0.41 - - [2025-12-04 02:20:05] "GET /project/ef5460be-7f34-4664-86be-9cb74502821b HTTP/1.1" 200 2571 0.060252 10.0.0.41 - - [2025-12-04 02:20:05] "GET /virtual-network/c82e2b5e-cbd3-4e6a-9251-39e2203f24af HTTP/1.1" 200 2893 0.009022 10.0.0.41 - - [2025-12-04 02:20:05] "GET /virtual-network/c82e2b5e-cbd3-4e6a-9251-39e2203f24af HTTP/1.1" 200 2893 0.003962 10.0.0.41 - - [2025-12-04 02:20:05] "GET /routing-instance/07c01584-2bf0-4fbd-a1eb-9c12fd5bf1c3 HTTP/1.1" 200 1782 0.003367 10.0.0.41 - - [2025-12-04 02:20:05] "GET /routing-instance/07c01584-2bf0-4fbd-a1eb-9c12fd5bf1c3 HTTP/1.1" 200 1782 0.002918 10.0.0.41 - - [2025-12-04 02:20:05] "GET /route-target/c42746f9-34b2-4ea2-895e-7c9c65b0940f HTTP/1.1" 200 1206 0.003686 10.0.0.41 - - [2025-12-04 02:20:05] "GET /virtual-network/c82e2b5e-cbd3-4e6a-9251-39e2203f24af HTTP/1.1" 200 2893 0.004261 10.0.0.41 - - [2025-12-04 02:20:05] "GET /routing-instance/07c01584-2bf0-4fbd-a1eb-9c12fd5bf1c3 HTTP/1.1" 200 1782 0.003371 10.0.0.41 - - [2025-12-04 02:20:05] "GET /virtual-network/c82e2b5e-cbd3-4e6a-9251-39e2203f24af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004263 10.0.0.41 - - [2025-12-04 02:20:05] "GET /virtual-network/c82e2b5e-cbd3-4e6a-9251-39e2203f24af HTTP/1.1" 200 2893 0.005898 10.0.0.41 - - [2025-12-04 02:20:05] "GET /routing-instance/07c01584-2bf0-4fbd-a1eb-9c12fd5bf1c3 HTTP/1.1" 200 1782 0.003234 10.0.0.41 - - [2025-12-04 02:20:05] "GET /routing-instance/07c01584-2bf0-4fbd-a1eb-9c12fd5bf1c3 HTTP/1.1" 200 1782 0.002708 10.0.0.41 - - [2025-12-04 02:20:05] "GET /route-target/c42746f9-34b2-4ea2-895e-7c9c65b0940f HTTP/1.1" 200 1206 0.002946 10.0.0.41 - - [2025-12-04 02:20:05] "GET /domains HTTP/1.1" 200 280 0.002389 10.0.0.41 - - [2025-12-04 02:20:05] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000817 10.0.0.41 - - [2025-12-04 02:20:05] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a HTTP/1.1" 200 2972 0.005417 10.0.0.41 - - [2025-12-04 02:20:05] "GET /projects?obj_uuids=ef5460be-7f34-4664-86be-9cb74502821b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000790 10.0.0.41 - - [2025-12-04 02:20:05] "GET /project/ef5460be-7f34-4664-86be-9cb74502821b HTTP/1.1" 200 2571 0.068728 10.0.0.41 - - [2025-12-04 02:20:05] "GET /virtual-network/c82e2b5e-cbd3-4e6a-9251-39e2203f24af HTTP/1.1" 200 2893 0.006642 10.0.0.41 - - [2025-12-04 02:20:05] "GET /obj-perms HTTP/1.1" 200 5034 0.002985 10.0.0.41 - - [2025-12-04 02:20:05] "POST /id-to-fqname HTTP/1.1" 200 222 0.001195 10.0.0.41 - - [2025-12-04 02:20:05] "POST /neutron/network HTTP/1.1" 200 939 0.004861 10.0.0.41 - - [2025-12-04 02:20:05] "GET /aaa-mode HTTP/1.1" 401 292 0.000380 10.0.0.41 - - [2025-12-04 02:20:05] "GET / HTTP/1.1" 200 35931 0.001377 10.0.0.41 - - [2025-12-04 02:20:05] "GET /project/ef5460be-7f34-4664-86be-9cb74502821b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000321 10.0.0.41 - - [2025-12-04 02:20:06] "GET /projects?obj_uuids=ef5460be-7f34-4664-86be-9cb74502821b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000909 10.0.0.41 - - [2025-12-04 02:20:06] "GET /project/ef5460be-7f34-4664-86be-9cb74502821b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.044495 10.0.0.41 - - [2025-12-04 02:20:06] "POST /neutron/network HTTP/1.1" 200 929 0.004718 10.0.0.41 - - [2025-12-04 02:20:06] "POST /neutron/port HTTP/1.1" 200 117 0.005735 10.0.0.41 - - [2025-12-04 02:20:06] "POST /neutron/port HTTP/1.1" 200 117 0.004473 10.0.0.41 - - [2025-12-04 02:20:06] "POST /id-to-fqname HTTP/1.1" 200 222 0.001096 10.0.0.41 - - [2025-12-04 02:20:06] "POST /neutron/port HTTP/1.1" 200 117 0.004155 10.0.0.41 - - [2025-12-04 02:20:06] "POST /neutron/network HTTP/1.1" 200 938 0.005412 10.0.0.41 - - [2025-12-04 02:20:06] "GET /aaa-mode HTTP/1.1" 401 292 0.000389 10.0.0.41 - - [2025-12-04 02:20:06] "POST /neutron/network HTTP/1.1" 200 939 0.004679 10.0.0.41 - - [2025-12-04 02:20:06] "GET /projects?obj_uuids=ef5460be-7f34-4664-86be-9cb74502821b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000935 10.0.0.41 - - [2025-12-04 02:20:06] "GET / HTTP/1.1" 200 35931 0.001528 10.0.0.41 - - [2025-12-04 02:20:06] "GET /project/ef5460be-7f34-4664-86be-9cb74502821b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000338 10.0.0.41 - - [2025-12-04 02:20:06] "POST /neutron/port HTTP/1.1" 200 1063 0.200276 10.0.0.41 - - [2025-12-04 02:20:06] "POST /neutron/port HTTP/1.1" 200 1063 0.007260 10.0.0.41 - - [2025-12-04 02:20:07] "POST /neutron/port HTTP/1.1" 200 1063 0.011959 10.0.0.41 - - [2025-12-04 02:20:07] "POST /neutron/port HTTP/1.1" 200 1117 0.046114 10.0.0.41 - - [2025-12-04 02:20:07] "POST /neutron/port HTTP/1.1" 200 1091 0.012534 10.0.0.41 - - [2025-12-04 02:20:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002855 10.0.0.41 - - [2025-12-04 02:20:07] "POST /neutron/subnet HTTP/1.1" 200 704 0.007358 10.0.0.41 - - [2025-12-04 02:20:07] "POST /neutron/port HTTP/1.1" 200 117 0.001069 10.0.0.41 - - [2025-12-04 02:20:07] "POST /neutron/network HTTP/1.1" 200 929 0.004991 10.0.0.41 - - [2025-12-04 02:20:07] "GET /projects?obj_uuids=ef5460be-7f34-4664-86be-9cb74502821b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001143 10.0.0.41 - - [2025-12-04 02:20:07] "GET /project/ef5460be-7f34-4664-86be-9cb74502821b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.063885 10.0.0.41 - - [2025-12-04 02:20:07] "POST /neutron/network HTTP/1.1" 200 928 0.007939 10.0.0.41 - - [2025-12-04 02:20:07] "POST /neutron/port HTTP/1.1" 200 1091 0.015801 10.0.0.41 - - [2025-12-04 02:20:07] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008916 10.0.0.41 - - [2025-12-04 02:20:07] "POST /neutron/port HTTP/1.1" 200 117 0.003942 10.0.0.41 - - [2025-12-04 02:20:07] "POST /neutron/port HTTP/1.1" 200 1091 0.010444 10.0.0.41 - - [2025-12-04 02:20:07] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008369 10.0.0.41 - - [2025-12-04 02:20:07] "POST /neutron/network HTTP/1.1" 200 938 0.006776 10.0.0.41 - - [2025-12-04 02:20:07] "GET /projects?obj_uuids=ef5460be-7f34-4664-86be-9cb74502821b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001032 10.0.0.41 - - [2025-12-04 02:20:08] "PUT /access-control-list/27cc1448-5b45-44f8-a67c-3a5c64fcc52e HTTP/1.1" 200 272 0.021912 10.0.0.41 - - [2025-12-04 02:20:08] "POST /neutron/port HTTP/1.1" 200 1062 0.232523 10.0.0.41 - - [2025-12-04 02:20:08] "POST /neutron/port HTTP/1.1" 200 1062 0.008355 10.0.0.41 - - [2025-12-04 02:20:08] "POST /neutron/port HTTP/1.1" 200 1062 0.007396 10.0.0.41 - - [2025-12-04 02:20:08] "POST /neutron/port HTTP/1.1" 200 1116 0.074965 10.0.0.41 - - [2025-12-04 02:20:08] "POST /neutron/port HTTP/1.1" 200 1090 0.012110 10.0.0.41 - - [2025-12-04 02:20:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003030 10.0.0.41 - - [2025-12-04 02:20:08] "POST /neutron/subnet HTTP/1.1" 200 698 0.014133 10.0.0.41 - - [2025-12-04 02:20:08] "POST /neutron/port HTTP/1.1" 200 117 0.001095 10.0.0.41 - - [2025-12-04 02:20:08] "POST /neutron/network HTTP/1.1" 200 928 0.004666 10.0.0.41 - - [2025-12-04 02:20:12] "POST /neutron/port HTTP/1.1" 200 1091 0.018054 10.0.0.41 - - [2025-12-04 02:20:12] "POST /neutron/security_group HTTP/1.1" 200 2060 0.013487 10.0.0.41 - - [2025-12-04 02:20:12] "POST /neutron/port HTTP/1.1" 200 1091 0.009567 10.0.0.41 - - [2025-12-04 02:20:12] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007255 10.0.0.41 - - [2025-12-04 02:20:12] "POST /neutron/port HTTP/1.1" 200 1091 0.011806 10.0.0.41 - - [2025-12-04 02:20:12] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006178 10.0.0.41 - - [2025-12-04 02:20:12] "GET /virtual-machine/db9a6ee5-05d7-4ba6-8bd9-c96d5f9fb3bb HTTP/1.1" 200 1295 0.003565 10.0.0.41 - - [2025-12-04 02:20:12] "GET /virtual-machine-interface/3e20c644-5bfc-41dd-b741-ab17fb0e023e HTTP/1.1" 200 2951 0.003774 10.0.0.41 - - [2025-12-04 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002257 10.0.0.41 - - [2025-12-04 02:20:12] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002643 10.0.0.41 - - [2025-12-04 02:20:13] "GET /virtual-networks?parent_id=ef5460be-7f34-4664-86be-9cb74502821b&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002500 10.0.0.41 - - [2025-12-04 02:20:13] "GET /virtual-network/ab10434a-a4f1-4e03-a901-48f20d9b9439?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006294 10.0.0.41 - - [2025-12-04 02:20:15] "POST /neutron/port HTTP/1.1" 200 1091 0.010975 10.0.0.41 - - [2025-12-04 02:20:15] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004470 10.0.0.41 - - [2025-12-04 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002580 10.0.0.41 - - [2025-12-04 02:20:16] "GET /virtual-network/ab10434a-a4f1-4e03-a901-48f20d9b9439?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004341 10.0.0.41 - - [2025-12-04 02:20:16] "POST /neutron/port HTTP/1.1" 200 1090 0.009645 10.0.0.41 - - [2025-12-04 02:20:16] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004735 10.0.0.41 - - [2025-12-04 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002528 10.0.0.41 - - [2025-12-04 02:20:18] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005791 10.0.0.41 - - [2025-12-04 02:20:18] "GET /virtual-networks?parent_id=ef5460be-7f34-4664-86be-9cb74502821b&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003541 10.0.0.41 - - [2025-12-04 02:20:18] "GET /virtual-network/ab10434a-a4f1-4e03-a901-48f20d9b9439?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004939 10.0.0.41 - - [2025-12-04 02:20:18] "POST /neutron/port HTTP/1.1" 200 1090 0.009155 10.0.0.41 - - [2025-12-04 02:20:18] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004571 10.0.0.41 - - [2025-12-04 02:20:18] "POST /neutron/port HTTP/1.1" 200 1090 0.009135 10.0.0.41 - - [2025-12-04 02:20:18] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005147 10.0.0.41 - - [2025-12-04 02:20:18] "POST /neutron/port HTTP/1.1" 200 1090 0.009509 10.0.0.41 - - [2025-12-04 02:20:18] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005651 10.0.0.41 - - [2025-12-04 02:20:18] "GET /virtual-machine/eed07eae-d981-461c-b50d-acf005137f2c HTTP/1.1" 200 1295 0.004433 10.0.0.41 - - [2025-12-04 02:20:18] "GET /virtual-machine-interface/ccf4cf50-c910-4ab8-acb3-bc34442b5e86 HTTP/1.1" 200 2952 0.004215 10.0.0.41 - - [2025-12-04 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002490 10.0.0.41 - - [2025-12-04 02:20:18] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002903 10.0.0.41 - - [2025-12-04 02:20:18] "GET /virtual-networks?parent_id=ef5460be-7f34-4664-86be-9cb74502821b&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002481 10.0.0.41 - - [2025-12-04 02:20:18] "GET /virtual-network/c82e2b5e-cbd3-4e6a-9251-39e2203f24af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005364 10.0.0.41 - - [2025-12-04 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002531 10.0.0.41 - - [2025-12-04 02:20:20] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002716 10.0.0.41 - - [2025-12-04 02:20:20] "GET /virtual-networks?parent_id=ef5460be-7f34-4664-86be-9cb74502821b&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003507 10.0.0.41 - - [2025-12-04 02:20:20] "GET /virtual-network/c82e2b5e-cbd3-4e6a-9251-39e2203f24af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004771 10.0.0.41 - - [2025-12-04 02:20:21] "POST /neutron/port HTTP/1.1" 200 1091 0.009669 10.0.0.41 - - [2025-12-04 02:20:21] "POST /neutron/port HTTP/1.1" 200 1091 0.010012 10.0.0.41 - - [2025-12-04 02:20:21] "POST /neutron/network HTTP/1.1" 200 939 0.004776 10.0.0.41 - - [2025-12-04 02:20:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002731 10.0.0.41 - - [2025-12-04 02:20:21] "POST /neutron/subnet HTTP/1.1" 200 704 0.005903 10.0.0.41 - - [2025-12-04 02:20:21] "POST /neutron/port HTTP/1.1" 200 117 0.000982 10.0.0.41 - - [2025-12-04 02:20:21] "POST /neutron/network HTTP/1.1" 200 929 0.004556 10.0.0.41 - - [2025-12-04 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002568 10.0.0.41 - - [2025-12-04 02:20:24] "GET /projects?obj_uuids=ef5460be-7f34-4664-86be-9cb74502821b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001133 10.0.0.41 - - [2025-12-04 02:20:24] "GET /project/ef5460be-7f34-4664-86be-9cb74502821b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.018777 10.0.0.41 - - [2025-12-04 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.41 - - [2025-12-04 02:20:24] "PUT /network-policy/ba140005-767d-45d9-916e-dcfd39aa6b2d HTTP/1.1" 200 262 0.009277 10.0.0.41 - - [2025-12-04 02:20:24] "PUT /access-control-list/660e8086-4f2b-4574-968f-6fa076a72769 HTTP/1.1" 200 272 0.052683 10.0.0.41 - - [2025-12-04 02:20:24] "POST /ref-update HTTP/1.1" 200 156 0.011848 10.0.0.41 - - [2025-12-04 02:20:24] "PUT /access-control-list/27cc1448-5b45-44f8-a67c-3a5c64fcc52e HTTP/1.1" 200 272 0.050192 10.0.0.41 - - [2025-12-04 02:20:24] "POST /ref-update HTTP/1.1" 200 156 0.009471 10.0.0.41 - - [2025-12-04 02:20:27] "GET /virtual-network/c82e2b5e-cbd3-4e6a-9251-39e2203f24af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004874 10.0.0.41 - - [2025-12-04 02:20:27] "POST /neutron/network HTTP/1.1" 200 928 0.012451 10.0.0.41 - - [2025-12-04 02:20:27] "POST /neutron/network HTTP/1.1" 200 826 0.037068 10.0.0.41 - - [2025-12-04 02:20:27] "DELETE /access-control-list/27cc1448-5b45-44f8-a67c-3a5c64fcc52e HTTP/1.1" 200 115 0.024362 10.0.0.41 - - [2025-12-04 02:20:27] "POST /neutron/network HTTP/1.1" 200 826 0.005802 10.0.0.41 - - [2025-12-04 02:20:27] "GET /virtual-network/c82e2b5e-cbd3-4e6a-9251-39e2203f24af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005611 10.0.0.41 - - [2025-12-04 02:20:27] "GET /virtual-network/ab10434a-a4f1-4e03-a901-48f20d9b9439?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004214 10.0.0.41 - - [2025-12-04 02:20:27] "POST /neutron/network HTTP/1.1" 200 929 0.004941 10.0.0.41 - - [2025-12-04 02:20:27] "POST /neutron/network HTTP/1.1" 200 827 0.041029 10.0.0.41 - - [2025-12-04 02:20:27] "DELETE /access-control-list/660e8086-4f2b-4574-968f-6fa076a72769 HTTP/1.1" 200 115 0.020030 10.0.0.41 - - [2025-12-04 02:20:27] "POST /neutron/network HTTP/1.1" 200 827 0.017459 10.0.0.41 - - [2025-12-04 02:20:27] "GET /virtual-network/ab10434a-a4f1-4e03-a901-48f20d9b9439?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.010887 10.0.0.41 - - [2025-12-04 02:20:27] "DELETE /network-policy/ba140005-767d-45d9-916e-dcfd39aa6b2d HTTP/1.1" 200 115 0.020022 10.0.0.41 - - [2025-12-04 02:20:27] "POST /neutron/network HTTP/1.1" 200 826 0.006124 10.0.0.41 - - [2025-12-04 02:20:27] "POST /neutron/network HTTP/1.1" 400 204 0.010971 10.0.0.41 - - [2025-12-04 02:20:28] "POST /neutron/port HTTP/1.1" 200 1090 0.009672 10.0.0.41 - - [2025-12-04 02:20:28] "POST /neutron/port HTTP/1.1" 200 1116 0.008585 10.0.0.41 - - [2025-12-04 02:20:28] "POST /neutron/port HTTP/1.1" 200 1091 0.008960 10.0.0.41 - - [2025-12-04 02:20:28] "POST /neutron/port HTTP/1.1" 200 1117 0.009037 10.0.0.41 - - [2025-12-04 02:20:28] "POST /neutron/port HTTP/1.1" 200 151 0.101391 10.0.0.41 - - [2025-12-04 02:20:28] "POST /neutron/port HTTP/1.1" 200 151 0.104602 10.0.0.41 - - [2025-12-04 02:20:29] "POST /neutron/network HTTP/1.1" 200 826 0.004928 10.0.0.41 - - [2025-12-04 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002288 10.0.0.41 - - [2025-12-04 02:20:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002385 10.0.0.41 - - [2025-12-04 02:20:29] "POST /useragent-kv HTTP/1.1" 200 115 0.001545 10.0.0.41 - - [2025-12-04 02:20:29] "POST /neutron/network HTTP/1.1" 200 151 0.080728 10.0.0.41 - - [2025-12-04 02:20:29] "DELETE /route-target/c42746f9-34b2-4ea2-895e-7c9c65b0940f HTTP/1.1" 200 115 0.015838 10.0.0.41 - - [2025-12-04 02:20:29] "GET /routing-instance/07c01584-2bf0-4fbd-a1eb-9c12fd5bf1c3 HTTP/1.1" 404 171 0.001851 10.0.0.41 - - [2025-12-04 02:20:29] "GET /domains HTTP/1.1" 200 280 0.001948 10.0.0.41 - - [2025-12-04 02:20:29] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000823 10.0.0.41 - - [2025-12-04 02:20:30] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a HTTP/1.1" 200 2972 0.047614 10.0.0.41 - - [2025-12-04 02:20:30] "GET /projects?obj_uuids=ef5460be-7f34-4664-86be-9cb74502821b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000861 10.0.0.41 - - [2025-12-04 02:20:30] "GET /project/ef5460be-7f34-4664-86be-9cb74502821b HTTP/1.1" 200 2103 0.065995 10.0.0.41 - - [2025-12-04 02:20:30] "POST /neutron/network HTTP/1.1" 200 827 0.004829 10.0.0.41 - - [2025-12-04 02:20:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002694 10.0.0.41 - - [2025-12-04 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002701 10.0.0.41 - - [2025-12-04 02:20:30] "POST /useragent-kv HTTP/1.1" 200 115 0.001551 10.0.0.41 - - [2025-12-04 02:20:30] "POST /neutron/network HTTP/1.1" 200 151 0.068720 10.0.0.41 - - [2025-12-04 02:20:30] "GET /routing-instance/276779e1-7100-473f-983b-3949a64b0875 HTTP/1.1" 404 171 0.001601 10.0.0.41 - - [2025-12-04 02:20:30] "GET /domains HTTP/1.1" 200 280 0.002191 10.0.0.41 - - [2025-12-04 02:20:30] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000955 10.0.0.41 - - [2025-12-04 02:20:30] "DELETE /route-target/1f5970b1-e7ef-4162-8f67-72094aaa0c0e HTTP/1.1" 200 115 0.020222 10.0.0.41 - - [2025-12-04 02:20:30] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a HTTP/1.1" 200 2972 0.046424 10.0.0.41 - - [2025-12-04 02:20:30] "GET /projects?obj_uuids=ef5460be-7f34-4664-86be-9cb74502821b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001341 10.0.0.41 - - [2025-12-04 02:20:30] "GET /project/ef5460be-7f34-4664-86be-9cb74502821b HTTP/1.1" 200 1864 0.064582 10.0.0.41 - - [2025-12-04 02:20:30] "GET /projects?obj_uuids=ef5460be-7f34-4664-86be-9cb74502821b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000880 10.0.0.41 - - [2025-12-04 02:20:30] "GET /project/ef5460be-7f34-4664-86be-9cb74502821b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.020211 10.0.0.41 - - [2025-12-04 02:20:30] "GET /projects?obj_uuids=ef5460be-7f34-4664-86be-9cb74502821b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000810 10.0.0.41 - - [2025-12-04 02:20:30] "GET /project/ef5460be-7f34-4664-86be-9cb74502821b?fields=virtual_networks HTTP/1.1" 200 1036 0.065159 10.0.0.41 - - [2025-12-04 02:20:30] "GET /projects?obj_uuids=ef5460be-7f34-4664-86be-9cb74502821b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000883 10.0.0.41 - - [2025-12-04 02:20:30] "GET /project/ef5460be-7f34-4664-86be-9cb74502821b?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.023395 10.0.0.41 - - [2025-12-04 02:20:30] "GET /projects?obj_uuids=ef5460be-7f34-4664-86be-9cb74502821b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000901 10.0.0.41 - - [2025-12-04 02:20:30] "GET /project/ef5460be-7f34-4664-86be-9cb74502821b?fields=security_groups HTTP/1.1" 200 1264 0.022405 10.0.0.41 - - [2025-12-04 02:20:31] "POST /fqname-to-id HTTP/1.1" 404 181 0.027965 10.0.0.41 - - [2025-12-04 02:20:31] "GET /projects?obj_uuids=0c3cd0da-f49b-4956-91a6-b14104c93ab0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001906 10.0.0.41 - - [2025-12-04 02:20:31] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000872 10.0.0.41 - - [2025-12-04 02:20:31] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006030 10.0.0.41 - - [2025-12-04 02:20:31] "POST /id-to-fqname HTTP/1.1" 200 183 0.001405 10.0.0.41 - - [2025-12-04 02:20:31] "POST /fqname-to-id HTTP/1.1" 404 192 0.002717 10.0.0.41 - - [2025-12-04 02:20:31] "POST /security-groups HTTP/1.1" 200 584 0.064128 10.0.0.41 - - [2025-12-04 02:20:31] "POST /fqname-to-id HTTP/1.1" 404 227 0.002944 10.0.0.41 - - [2025-12-04 02:20:31] "POST /projects HTTP/1.1" 200 571 0.199265 10.0.0.41 - - [2025-12-04 02:20:31] "POST /access-control-lists HTTP/1.1" 200 589 0.057556 10.0.0.41 - - [2025-12-04 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.264559 10.0.0.41 - - [2025-12-04 02:20:32] "POST /fqname-to-id HTTP/1.1" 404 226 0.003711 10.0.0.41 - - [2025-12-04 02:20:32] "GET /project/0c3cd0da-f49b-4956-91a6-b14104c93ab0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.377748 10.0.0.41 - - [2025-12-04 02:20:32] "POST /access-control-lists HTTP/1.1" 200 587 0.060527 10.0.0.41 - - [2025-12-04 02:20:33] "GET / HTTP/1.1" 200 35931 0.001755 10.0.0.41 - - [2025-12-04 02:20:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000428 10.0.0.41 - - [2025-12-04 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.055467 10.0.0.41 - - [2025-12-04 02:20:34] "GET /projects?obj_uuids=0c3cd0da-f49b-4956-91a6-b14104c93ab0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000843 10.0.0.41 - - [2025-12-04 02:20:34] "GET /project/0c3cd0da-f49b-4956-91a6-b14104c93ab0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.020598 10.0.0.41 - - [2025-12-04 02:20:34] "POST /neutron/network HTTP/1.1" 200 117 0.029698 10.0.0.41 - - [2025-12-04 02:20:34] "GET /projects?obj_uuids=0c3cd0da-f49b-4956-91a6-b14104c93ab0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001119 10.0.0.41 - - [2025-12-04 02:20:34] "POST /neutron/network HTTP/1.1" 200 612 0.052531 10.0.0.41 - - [2025-12-04 02:20:34] "POST /route-targets HTTP/1.1" 200 327 0.007922 10.0.0.41 - - [2025-12-04 02:20:34] "POST /ref-update HTTP/1.1" 200 156 0.011297 10.0.0.41 - - [2025-12-04 02:20:34] "POST /useragent-kv HTTP/1.1" 200 115 0.004080 10.0.0.41 - - [2025-12-04 02:20:34] "POST /neutron/subnet HTTP/1.1" 200 715 0.154949 10.0.0.41 - - [2025-12-04 02:20:34] "POST /neutron/network HTTP/1.1" 200 829 0.004482 10.0.0.41 - - [2025-12-04 02:20:34] "POST /id-to-fqname HTTP/1.1" 200 220 0.001002 10.0.0.41 - - [2025-12-04 02:20:34] "GET /virtual-network/54530258-cd56-4019-9597-a11c0d2939e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.003791 10.0.0.41 - - [2025-12-04 02:20:34] "POST /neutron/network HTTP/1.1" 200 829 0.006134 10.0.0.41 - - [2025-12-04 02:20:34] "GET /virtual-network/54530258-cd56-4019-9597-a11c0d2939e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004032 10.0.0.41 - - [2025-12-04 02:20:34] "POST /neutron/network HTTP/1.1" 200 829 0.004534 10.0.0.41 - - [2025-12-04 02:20:34] "POST /neutron/subnet HTTP/1.1" 200 715 0.005283 10.0.0.41 - - [2025-12-04 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002144 10.0.0.41 - - [2025-12-04 02:20:34] "GET /virtual-network/54530258-cd56-4019-9597-a11c0d2939e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004646 10.0.0.41 - - [2025-12-04 02:20:34] "PUT /virtual-network/54530258-cd56-4019-9597-a11c0d2939e2 HTTP/1.1" 200 264 0.030034 10.0.0.41 - - [2025-12-04 02:20:34] "POST /route-targets HTTP/1.1" 200 323 0.014633 10.0.0.41 - - [2025-12-04 02:20:34] "POST /ref-update HTTP/1.1" 200 156 0.009152 10.0.0.41 - - [2025-12-04 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002426 10.0.0.41 - - [2025-12-04 02:20:34] "GET /projects?obj_uuids=0c3cd0da-f49b-4956-91a6-b14104c93ab0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000893 10.0.0.41 - - [2025-12-04 02:20:34] "GET /project/0c3cd0da-f49b-4956-91a6-b14104c93ab0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.020778 10.0.0.41 - - [2025-12-04 02:20:34] "POST /neutron/network HTTP/1.1" 200 117 0.009200 10.0.0.41 - - [2025-12-04 02:20:34] "GET /projects?obj_uuids=0c3cd0da-f49b-4956-91a6-b14104c93ab0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000895 10.0.0.41 - - [2025-12-04 02:20:35] "POST /neutron/network HTTP/1.1" 200 612 0.054234 10.0.0.41 - - [2025-12-04 02:20:35] "POST /route-targets HTTP/1.1" 200 327 0.010505 10.0.0.41 - - [2025-12-04 02:20:35] "POST /ref-update HTTP/1.1" 200 156 0.009414 10.0.0.41 - - [2025-12-04 02:20:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002410 10.0.0.41 - - [2025-12-04 02:20:35] "POST /neutron/subnet HTTP/1.1" 200 724 0.177923 10.0.0.41 - - [2025-12-04 02:20:35] "POST /neutron/network HTTP/1.1" 200 831 0.004356 10.0.0.41 - - [2025-12-04 02:20:35] "POST /id-to-fqname HTTP/1.1" 200 220 0.001163 10.0.0.41 - - [2025-12-04 02:20:35] "GET /virtual-network/8601e8ba-e2b1-4649-b602-1fd81bf13bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004881 10.0.0.41 - - [2025-12-04 02:20:35] "POST /neutron/network HTTP/1.1" 200 831 0.004590 10.0.0.41 - - [2025-12-04 02:20:35] "GET /virtual-network/8601e8ba-e2b1-4649-b602-1fd81bf13bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004108 10.0.0.41 - - [2025-12-04 02:20:35] "POST /neutron/network HTTP/1.1" 200 831 0.004513 10.0.0.41 - - [2025-12-04 02:20:35] "POST /neutron/subnet HTTP/1.1" 200 724 0.006409 10.0.0.41 - - [2025-12-04 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.001902 10.0.0.41 - - [2025-12-04 02:20:35] "GET /virtual-network/8601e8ba-e2b1-4649-b602-1fd81bf13bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005295 10.0.0.41 - - [2025-12-04 02:20:35] "POST /ref-update HTTP/1.1" 200 156 0.010401 10.0.0.41 - - [2025-12-04 02:20:35] "PUT /virtual-network/8601e8ba-e2b1-4649-b602-1fd81bf13bff HTTP/1.1" 200 264 0.033787 10.0.0.41 - - [2025-12-04 02:20:35] "POST /id-to-fqname HTTP/1.1" 200 220 0.001414 10.0.0.41 - - [2025-12-04 02:20:35] "POST /neutron/network HTTP/1.1" 200 839 0.004770 10.0.0.41 - - [2025-12-04 02:20:35] "GET /aaa-mode HTTP/1.1" 401 292 0.000400 10.0.0.41 - - [2025-12-04 02:20:36] "GET / HTTP/1.1" 200 35931 0.001589 10.0.0.41 - - [2025-12-04 02:20:36] "GET /project/0c3cd0da-f49b-4956-91a6-b14104c93ab0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000344 10.0.0.41 - - [2025-12-04 02:20:36] "GET /projects?obj_uuids=0c3cd0da-f49b-4956-91a6-b14104c93ab0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000903 10.0.0.41 - - [2025-12-04 02:20:36] "GET /project/0c3cd0da-f49b-4956-91a6-b14104c93ab0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.043106 10.0.0.41 - - [2025-12-04 02:20:36] "POST /neutron/network HTTP/1.1" 200 829 0.004672 10.0.0.41 - - [2025-12-04 02:20:36] "POST /neutron/port HTTP/1.1" 200 117 0.004473 10.0.0.41 - - [2025-12-04 02:20:36] "POST /neutron/port HTTP/1.1" 200 117 0.006170 10.0.0.41 - - [2025-12-04 02:20:36] "POST /id-to-fqname HTTP/1.1" 200 220 0.001244 10.0.0.41 - - [2025-12-04 02:20:36] "POST /neutron/port HTTP/1.1" 200 117 0.004286 10.0.0.41 - - [2025-12-04 02:20:36] "POST /neutron/network HTTP/1.1" 200 841 0.004910 10.0.0.41 - - [2025-12-04 02:20:36] "GET /aaa-mode HTTP/1.1" 401 292 0.000507 10.0.0.41 - - [2025-12-04 02:20:36] "POST /neutron/network HTTP/1.1" 200 839 0.004773 10.0.0.41 - - [2025-12-04 02:20:36] "GET /projects?obj_uuids=0c3cd0da-f49b-4956-91a6-b14104c93ab0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001240 10.0.0.41 - - [2025-12-04 02:20:37] "GET / HTTP/1.1" 200 35931 0.001476 10.0.0.41 - - [2025-12-04 02:20:37] "GET /project/0c3cd0da-f49b-4956-91a6-b14104c93ab0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000365 10.0.0.41 - - [2025-12-04 02:20:37] "POST /neutron/port HTTP/1.1" 200 1051 0.205133 10.0.0.41 - - [2025-12-04 02:20:37] "POST /neutron/port HTTP/1.1" 200 1051 0.007855 10.0.0.41 - - [2025-12-04 02:20:37] "POST /neutron/port HTTP/1.1" 200 1051 0.006088 10.0.0.41 - - [2025-12-04 02:20:37] "POST /neutron/port HTTP/1.1" 200 1105 0.049478 10.0.0.41 - - [2025-12-04 02:20:37] "POST /neutron/port HTTP/1.1" 200 1079 0.008413 10.0.0.41 - - [2025-12-04 02:20:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003491 10.0.0.41 - - [2025-12-04 02:20:37] "POST /neutron/subnet HTTP/1.1" 200 689 0.006208 10.0.0.41 - - [2025-12-04 02:20:37] "POST /neutron/port HTTP/1.1" 200 117 0.001132 10.0.0.41 - - [2025-12-04 02:20:37] "POST /neutron/network HTTP/1.1" 200 829 0.005476 10.0.0.41 - - [2025-12-04 02:20:37] "GET /projects?obj_uuids=0c3cd0da-f49b-4956-91a6-b14104c93ab0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001202 10.0.0.41 - - [2025-12-04 02:20:37] "GET /project/0c3cd0da-f49b-4956-91a6-b14104c93ab0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.045327 10.0.0.41 - - [2025-12-04 02:20:37] "POST /neutron/network HTTP/1.1" 200 831 0.004718 10.0.0.41 - - [2025-12-04 02:20:37] "POST /neutron/port HTTP/1.1" 200 1079 0.011990 10.0.0.41 - - [2025-12-04 02:20:37] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006217 10.0.0.41 - - [2025-12-04 02:20:37] "POST /neutron/port HTTP/1.1" 200 117 0.005132 10.0.0.41 - - [2025-12-04 02:20:37] "POST /neutron/port HTTP/1.1" 200 1079 0.010154 10.0.0.41 - - [2025-12-04 02:20:37] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006487 10.0.0.41 - - [2025-12-04 02:20:37] "POST /neutron/network HTTP/1.1" 200 841 0.005237 10.0.0.41 - - [2025-12-04 02:20:38] "GET /projects?obj_uuids=0c3cd0da-f49b-4956-91a6-b14104c93ab0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000968 10.0.0.41 - - [2025-12-04 02:20:38] "POST /neutron/port HTTP/1.1" 200 1053 0.199927 10.0.0.41 - - [2025-12-04 02:20:38] "POST /neutron/port HTTP/1.1" 200 1053 0.014548 10.0.0.41 - - [2025-12-04 02:20:38] "POST /neutron/port HTTP/1.1" 200 1053 0.010387 10.0.0.41 - - [2025-12-04 02:20:38] "POST /neutron/port HTTP/1.1" 200 1107 0.069071 10.0.0.41 - - [2025-12-04 02:20:38] "POST /neutron/port HTTP/1.1" 200 1081 0.009867 10.0.0.41 - - [2025-12-04 02:20:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002923 10.0.0.41 - - [2025-12-04 02:20:38] "POST /neutron/subnet HTTP/1.1" 200 698 0.006148 10.0.0.41 - - [2025-12-04 02:20:38] "POST /neutron/port HTTP/1.1" 200 117 0.001087 10.0.0.41 - - [2025-12-04 02:20:38] "POST /neutron/network HTTP/1.1" 200 831 0.004448 10.0.0.41 - - [2025-12-04 02:20:42] "POST /neutron/port HTTP/1.1" 200 1079 0.013121 10.0.0.41 - - [2025-12-04 02:20:42] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006657 10.0.0.41 - - [2025-12-04 02:20:42] "POST /neutron/port HTTP/1.1" 200 1079 0.011055 10.0.0.41 - - [2025-12-04 02:20:42] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005550 10.0.0.41 - - [2025-12-04 02:20:43] "POST /neutron/port HTTP/1.1" 200 1079 0.009226 10.0.0.41 - - [2025-12-04 02:20:43] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005355 10.0.0.41 - - [2025-12-04 02:20:43] "GET /virtual-machine/f75087db-71de-4a9b-8937-41976a8a4897 HTTP/1.1" 401 292 0.000397 10.0.0.41 - - [2025-12-04 02:20:43] "GET /virtual-machine/f75087db-71de-4a9b-8937-41976a8a4897 HTTP/1.1" 200 1285 0.030397 10.0.0.41 - - [2025-12-04 02:20:43] "GET /virtual-machine-interface/fac9fba3-655d-482a-ac95-fe58cece2118 HTTP/1.1" 200 2928 0.004084 10.0.0.41 - - [2025-12-04 02:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002580 10.0.0.41 - - [2025-12-04 02:20:43] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003554 10.0.0.41 - - [2025-12-04 02:20:43] "GET /virtual-networks?parent_id=0c3cd0da-f49b-4956-91a6-b14104c93ab0&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003593 10.0.0.41 - - [2025-12-04 02:20:43] "GET /virtual-network/54530258-cd56-4019-9597-a11c0d2939e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.005475 10.0.0.41 - - [2025-12-04 02:20:45] "POST /neutron/port HTTP/1.1" 200 1079 0.009727 10.0.0.41 - - [2025-12-04 02:20:45] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004048 10.0.0.41 - - [2025-12-04 02:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.011187 10.0.0.41 - - [2025-12-04 02:20:46] "DELETE /project/59f0621905374554a6f8a140dcd84873 HTTP/1.1" 404 173 0.013554 10.0.0.41 - - [2025-12-04 02:20:46] "DELETE /project/0c3cd0daf49b495691a6b14104c93ab0 HTTP/1.1" 404 173 0.008581 10.0.0.41 - - [2025-12-04 02:20:46] "DELETE /project/ef5460be7f34466486be9cb74502821b HTTP/1.1" 404 173 0.013074 10.0.0.41 - - [2025-12-04 02:20:46] "GET /projects?obj_uuids=d3b2d8e4-2d35-46d1-ad78-e7139ad999f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000722 10.0.0.41 - - [2025-12-04 02:20:46] "GET /projects?obj_uuids=59f06219-0537-4554-a6f8-a140dcd84873&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001711 10.0.0.41 - - [2025-12-04 02:20:46] "GET /projects?obj_uuids=ef5460be-7f34-4664-86be-9cb74502821b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000699 10.0.0.41 - - [2025-12-04 02:20:46] "GET /virtual-network/54530258-cd56-4019-9597-a11c0d2939e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.010331 10.0.0.41 - - [2025-12-04 02:20:46] "POST /neutron/port HTTP/1.1" 200 1081 0.021703 10.0.0.41 - - [2025-12-04 02:20:46] "GET /project/ef5460be-7f34-4664-86be-9cb74502821b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.043212 10.0.0.41 - - [2025-12-04 02:20:46] "GET /project/d3b2d8e4-2d35-46d1-ad78-e7139ad999f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.044345 10.0.0.41 - - [2025-12-04 02:20:46] "GET /project/59f06219-0537-4554-a6f8-a140dcd84873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.049679 10.0.0.41 - - [2025-12-04 02:20:46] "GET /projects?obj_uuids=59f06219-0537-4554-a6f8-a140dcd84873&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000773 10.0.0.41 - - [2025-12-04 02:20:46] "GET /projects?obj_uuids=d3b2d8e4-2d35-46d1-ad78-e7139ad999f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000724 10.0.0.41 - - [2025-12-04 02:20:46] "GET /projects?obj_uuids=ef5460be-7f34-4664-86be-9cb74502821b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000705 10.0.0.41 - - [2025-12-04 02:20:46] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009704 10.0.0.41 - - [2025-12-04 02:20:46] "GET /project/ef5460be-7f34-4664-86be-9cb74502821b?fields=security_groups HTTP/1.1" 200 1369 0.036411 10.0.0.41 - - [2025-12-04 02:20:46] "GET /project/59f06219-0537-4554-a6f8-a140dcd84873?fields=security_groups HTTP/1.1" 200 1411 0.038757 10.0.0.41 - - [2025-12-04 02:20:46] "GET /project/d3b2d8e4-2d35-46d1-ad78-e7139ad999f7?fields=security_groups HTTP/1.1" 200 1388 0.044266 10.0.0.41 - - [2025-12-04 02:20:46] "DELETE /security-group/0facfb3f-93dd-412f-831c-80c3afc24187 HTTP/1.1" 200 115 0.063420 10.0.0.41 - - [2025-12-04 02:20:46] "DELETE /security-group/51ee7ae4-17f6-4098-b858-357f1453f6d2 HTTP/1.1" 200 115 0.074202 10.0.0.41 - - [2025-12-04 02:20:46] "GET /projects?obj_uuids=59f06219-0537-4554-a6f8-a140dcd84873&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000981 10.0.0.41 - - [2025-12-04 02:20:46] "DELETE /security-group/d9a72a66-15c5-49e7-845f-652ae49ba0ab HTTP/1.1" 200 115 0.071944 10.0.0.41 - - [2025-12-04 02:20:46] "GET /projects?obj_uuids=ef5460be-7f34-4664-86be-9cb74502821b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000824 10.0.0.41 - - [2025-12-04 02:20:46] "GET /projects?obj_uuids=d3b2d8e4-2d35-46d1-ad78-e7139ad999f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000892 10.0.0.41 - - [2025-12-04 02:20:46] "DELETE /access-control-list/59ee0cf6-0872-48ba-adb7-3c6f3d4835df HTTP/1.1" 200 115 0.053387 10.0.0.41 - - [2025-12-04 02:20:46] "GET /project/59f06219-0537-4554-a6f8-a140dcd84873?fields=application_policy_sets HTTP/1.1" 200 1450 0.040663 10.0.0.41 - - [2025-12-04 02:20:46] "GET /project/ef5460be-7f34-4664-86be-9cb74502821b?fields=application_policy_sets HTTP/1.1" 200 1408 0.042323 10.0.0.41 - - [2025-12-04 02:20:46] "DELETE /access-control-list/c13be170-69b9-438b-a42f-b06ed7615470 HTTP/1.1" 200 115 0.036209 10.0.0.41 - - [2025-12-04 02:20:46] "GET /project/d3b2d8e4-2d35-46d1-ad78-e7139ad999f7?fields=application_policy_sets HTTP/1.1" 200 1427 0.072062 10.0.0.41 - - [2025-12-04 02:20:46] "DELETE /access-control-list/e23da4e2-a84c-4fc1-b0c2-73fb5b95e314 HTTP/1.1" 200 115 0.028079 10.0.0.41 - - [2025-12-04 02:20:46] "DELETE /access-control-list/a6f6d86d-7c6f-40e9-87b8-5bac8610e2a0 HTTP/1.1" 200 115 0.020657 10.0.0.41 - - [2025-12-04 02:20:47] "DELETE /access-control-list/ec651624-9a8f-4fe3-a6ee-1e00494896d5 HTTP/1.1" 200 115 0.028682 10.0.0.41 - - [2025-12-04 02:20:47] "DELETE /access-control-list/4f133db2-dce7-41e0-8692-fbf1d216d270 HTTP/1.1" 200 115 0.033786 10.0.0.41 - - [2025-12-04 02:20:47] "DELETE /project/59f06219-0537-4554-a6f8-a140dcd84873 HTTP/1.1" 200 115 0.421607 10.0.0.41 - - [2025-12-04 02:20:47] "DELETE /project/ef5460be-7f34-4664-86be-9cb74502821b HTTP/1.1" 200 115 0.422202 10.0.0.41 - - [2025-12-04 02:20:47] "DELETE /project/d3b2d8e4-2d35-46d1-ad78-e7139ad999f7 HTTP/1.1" 200 115 0.447884 10.0.0.41 - - [2025-12-04 02:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002450 10.0.0.41 - - [2025-12-04 02:20:48] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002445 10.0.0.41 - - [2025-12-04 02:20:48] "GET /virtual-networks?parent_id=0c3cd0da-f49b-4956-91a6-b14104c93ab0&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002577 10.0.0.41 - - [2025-12-04 02:20:48] "GET /virtual-network/54530258-cd56-4019-9597-a11c0d2939e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.005428 10.0.0.41 - - [2025-12-04 02:20:49] "POST /neutron/port HTTP/1.1" 200 1081 0.009778 10.0.0.41 - - [2025-12-04 02:20:49] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004967 10.0.0.41 - - [2025-12-04 02:20:49] "POST /neutron/port HTTP/1.1" 200 1081 0.009828 10.0.0.41 - - [2025-12-04 02:20:49] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005160 10.0.0.41 - - [2025-12-04 02:20:49] "POST /neutron/port HTTP/1.1" 200 1081 0.010124 10.0.0.41 - - [2025-12-04 02:20:49] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005210 10.0.0.41 - - [2025-12-04 02:20:49] "GET /virtual-machine/f42175a2-ccb6-4712-ae57-e00b58bfbee8 HTTP/1.1" 200 1286 0.003704 10.0.0.41 - - [2025-12-04 02:20:49] "GET /virtual-machine-interface/6f251b68-f129-4431-b086-935d0e216e11 HTTP/1.1" 200 2927 0.004561 10.0.0.41 - - [2025-12-04 02:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002448 10.0.0.41 - - [2025-12-04 02:20:49] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002434 10.0.0.41 - - [2025-12-04 02:20:49] "GET /virtual-networks?parent_id=0c3cd0da-f49b-4956-91a6-b14104c93ab0&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002615 10.0.0.41 - - [2025-12-04 02:20:49] "GET /virtual-network/8601e8ba-e2b1-4649-b602-1fd81bf13bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.004653 10.0.0.41 - - [2025-12-04 02:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002654 10.0.0.41 - - [2025-12-04 02:20:50] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002467 10.0.0.41 - - [2025-12-04 02:20:50] "GET /virtual-networks?parent_id=0c3cd0da-f49b-4956-91a6-b14104c93ab0&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002511 10.0.0.41 - - [2025-12-04 02:20:50] "GET /virtual-network/8601e8ba-e2b1-4649-b602-1fd81bf13bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.004724 10.0.0.41 - - [2025-12-04 02:20:50] "POST /routing-policys HTTP/1.1" 200 534 0.015836 10.0.0.41 - - [2025-12-04 02:20:50] "GET /virtual-network/54530258-cd56-4019-9597-a11c0d2939e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.006739 10.0.0.41 - - [2025-12-04 02:20:50] "PUT /virtual-network/54530258-cd56-4019-9597-a11c0d2939e2 HTTP/1.1" 200 264 0.045513 10.0.0.41 - - [2025-12-04 02:20:50] "POST /ref-update HTTP/1.1" 200 156 0.012800 10.0.0.41 - - [2025-12-04 02:20:52] "GET /obj-perms HTTP/1.1" 200 5056 0.051585 10.0.0.41 - - [2025-12-04 02:20:52] "GET /obj-perms HTTP/1.1" 200 5056 0.051322 10.0.0.41 - - [2025-12-04 02:20:54] "POST /ref-update HTTP/1.1" 200 156 0.027113 10.0.0.41 - - [2025-12-04 02:20:54] "POST /ref-update HTTP/1.1" 200 156 0.010235 10.0.0.41 - - [2025-12-04 02:20:54] "DELETE /routing-policy/9da7dddc-5e1f-4aac-a7ec-b34c599290a5 HTTP/1.1" 200 115 0.022211 10.0.0.41 - - [2025-12-04 02:20:54] "POST /neutron/network HTTP/1.1" 200 831 0.005223 10.0.0.41 - - [2025-12-04 02:20:54] "POST /neutron/network HTTP/1.1" 400 204 0.011277 10.0.0.41 - - [2025-12-04 02:20:55] "POST /neutron/port HTTP/1.1" 200 1081 0.008935 10.0.0.41 - - [2025-12-04 02:20:55] "POST /neutron/port HTTP/1.1" 200 1107 0.006796 10.0.0.41 - - [2025-12-04 02:20:55] "POST /neutron/port HTTP/1.1" 200 1079 0.011518 10.0.0.41 - - [2025-12-04 02:20:55] "POST /neutron/port HTTP/1.1" 200 1105 0.007530 10.0.0.41 - - [2025-12-04 02:20:55] "POST /neutron/port HTTP/1.1" 200 151 0.126288 10.0.0.41 - - [2025-12-04 02:20:55] "POST /neutron/port HTTP/1.1" 200 151 0.105645 10.0.0.41 - - [2025-12-04 02:20:56] "POST /neutron/network HTTP/1.1" 200 831 0.005759 10.0.0.41 - - [2025-12-04 02:20:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957 10.0.0.41 - - [2025-12-04 02:20:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003449 10.0.0.41 - - [2025-12-04 02:20:57] "POST /useragent-kv HTTP/1.1" 200 115 0.001868 10.0.0.41 - - [2025-12-04 02:20:57] "POST /neutron/network HTTP/1.1" 200 151 0.082263 10.0.0.41 - - [2025-12-04 02:20:57] "DELETE /route-target/9b148028-974a-404c-a4e6-a50995a1422a HTTP/1.1" 200 115 0.020088 10.0.0.41 - - [2025-12-04 02:20:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.41 - - [2025-12-04 02:20:57] "POST /neutron/network HTTP/1.1" 200 829 0.006630 10.0.0.41 - - [2025-12-04 02:20:57] "DELETE /route-target/74e73a14-86fd-4c93-9f65-80777a6052c3 HTTP/1.1" 409 239 0.007598 10.0.0.41 - - [2025-12-04 02:20:57] "POST /useragent-kv HTTP/1.1" 200 115 0.001943 10.0.0.41 - - [2025-12-04 02:20:57] "POST /useragent-kv HTTP/1.1" 200 115 0.001415 10.0.0.41 - - [2025-12-04 02:20:57] "POST /neutron/network HTTP/1.1" 200 151 0.075724 10.0.0.41 - - [2025-12-04 02:20:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002228 10.0.0.41 - - [2025-12-04 02:20:57] "DELETE /route-target/3870b992-3821-4331-929b-eb1d5eeb285e HTTP/1.1" 200 115 0.013337 10.0.0.41 - - [2025-12-04 02:20:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002259 10.0.0.41 - - [2025-12-04 02:20:57] "DELETE /route-target/74e73a14-86fd-4c93-9f65-80777a6052c3 HTTP/1.1" 200 115 0.011938 10.0.0.41 - - [2025-12-04 02:20:57] "GET /projects?obj_uuids=0c3cd0da-f49b-4956-91a6-b14104c93ab0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001308 10.0.0.41 - - [2025-12-04 02:20:57] "GET /project/0c3cd0da-f49b-4956-91a6-b14104c93ab0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.025276 10.0.0.41 - - [2025-12-04 02:20:57] "GET /projects?obj_uuids=0c3cd0da-f49b-4956-91a6-b14104c93ab0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000894 10.0.0.41 - - [2025-12-04 02:20:57] "GET /project/0c3cd0da-f49b-4956-91a6-b14104c93ab0?fields=virtual_networks HTTP/1.1" 200 1017 0.067273 10.0.0.41 - - [2025-12-04 02:20:57] "GET /projects?obj_uuids=0c3cd0da-f49b-4956-91a6-b14104c93ab0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000965 10.0.0.41 - - [2025-12-04 02:20:57] "GET /project/0c3cd0da-f49b-4956-91a6-b14104c93ab0?fields=virtual_machine_interfaces HTTP/1.1" 200 1017 0.021899 10.0.0.41 - - [2025-12-04 02:20:57] "GET /projects?obj_uuids=0c3cd0da-f49b-4956-91a6-b14104c93ab0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000868 10.0.0.41 - - [2025-12-04 02:20:57] "GET /project/0c3cd0da-f49b-4956-91a6-b14104c93ab0?fields=security_groups HTTP/1.1" 200 1236 0.021090 10.0.0.41 - - [2025-12-04 02:20:58] "POST /fqname-to-id HTTP/1.1" 404 186 0.027544 10.0.0.41 - - [2025-12-04 02:20:58] "GET /projects?obj_uuids=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001926 10.0.0.41 - - [2025-12-04 02:20:58] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000871 10.0.0.41 - - [2025-12-04 02:20:58] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006796 10.0.0.41 - - [2025-12-04 02:20:58] "POST /id-to-fqname HTTP/1.1" 200 188 0.001665 10.0.0.41 - - [2025-12-04 02:20:58] "POST /fqname-to-id HTTP/1.1" 404 197 0.001785 10.0.0.41 - - [2025-12-04 02:20:58] "POST /security-groups HTTP/1.1" 200 589 0.059301 10.0.0.41 - - [2025-12-04 02:20:58] "POST /fqname-to-id HTTP/1.1" 404 232 0.002411 10.0.0.41 - - [2025-12-04 02:20:58] "POST /projects HTTP/1.1" 200 581 0.198562 10.0.0.41 - - [2025-12-04 02:20:58] "POST /access-control-lists HTTP/1.1" 200 594 0.053929 10.0.0.41 - - [2025-12-04 02:20:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.272275 10.0.0.41 - - [2025-12-04 02:20:58] "POST /fqname-to-id HTTP/1.1" 404 231 0.002538 10.0.0.41 - - [2025-12-04 02:20:58] "GET /project/bc9959a6-7a98-4832-945c-db11927d0123?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.391509 10.0.0.41 - - [2025-12-04 02:20:58] "POST /access-control-lists HTTP/1.1" 200 592 0.057204 10.0.0.41 - - [2025-12-04 02:20:59] "GET / HTTP/1.1" 200 35931 0.001672 10.0.0.41 - - [2025-12-04 02:21:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000620 10.0.0.41 - - [2025-12-04 02:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.081619 10.0.0.41 - - [2025-12-04 02:21:00] "GET /projects?obj_uuids=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000918 10.0.0.41 - - [2025-12-04 02:21:00] "GET /project/bc9959a6-7a98-4832-945c-db11927d0123?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.025006 10.0.0.41 - - [2025-12-04 02:21:01] "POST /neutron/network HTTP/1.1" 200 117 0.037110 10.0.0.41 - - [2025-12-04 02:21:01] "GET /projects?obj_uuids=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001324 10.0.0.41 - - [2025-12-04 02:21:01] "POST /neutron/network HTTP/1.1" 200 613 0.062865 10.0.0.41 - - [2025-12-04 02:21:01] "POST /route-targets HTTP/1.1" 200 327 0.010211 10.0.0.41 - - [2025-12-04 02:21:01] "POST /ref-update HTTP/1.1" 200 156 0.011556 10.0.0.41 - - [2025-12-04 02:21:01] "POST /useragent-kv HTTP/1.1" 200 115 0.004428 10.0.0.41 - - [2025-12-04 02:21:01] "POST /neutron/subnet HTTP/1.1" 200 724 0.177260 10.0.0.41 - - [2025-12-04 02:21:01] "POST /neutron/network HTTP/1.1" 200 832 0.005127 10.0.0.41 - - [2025-12-04 02:21:01] "POST /id-to-fqname HTTP/1.1" 200 223 0.001195 10.0.0.41 - - [2025-12-04 02:21:01] "GET /virtual-network/7281720d-7b1d-4a2f-b3e3-1abc2ae1288b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005279 10.0.0.41 - - [2025-12-04 02:21:01] "POST /neutron/network HTTP/1.1" 200 832 0.006105 10.0.0.41 - - [2025-12-04 02:21:01] "GET /virtual-network/7281720d-7b1d-4a2f-b3e3-1abc2ae1288b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004163 10.0.0.41 - - [2025-12-04 02:21:01] "POST /neutron/network HTTP/1.1" 200 832 0.004786 10.0.0.41 - - [2025-12-04 02:21:01] "POST /neutron/subnet HTTP/1.1" 200 724 0.006821 10.0.0.41 - - [2025-12-04 02:21:01] "GET /domains HTTP/1.1" 401 292 0.000487 10.0.0.41 - - [2025-12-04 02:21:01] "GET /domains HTTP/1.1" 200 280 0.032625 10.0.0.41 - - [2025-12-04 02:21:01] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001323 10.0.0.41 - - [2025-12-04 02:21:01] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a HTTP/1.1" 200 2751 0.007398 10.0.0.41 - - [2025-12-04 02:21:01] "GET /projects?obj_uuids=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000813 10.0.0.41 - - [2025-12-04 02:21:01] "GET /project/bc9959a6-7a98-4832-945c-db11927d0123 HTTP/1.1" 200 2081 0.063245 10.0.0.41 - - [2025-12-04 02:21:01] "GET /virtual-network/7281720d-7b1d-4a2f-b3e3-1abc2ae1288b HTTP/1.1" 200 2319 0.006506 10.0.0.41 - - [2025-12-04 02:21:01] "GET /virtual-network/7281720d-7b1d-4a2f-b3e3-1abc2ae1288b HTTP/1.1" 200 2319 0.004633 10.0.0.41 - - [2025-12-04 02:21:01] "GET /routing-instance/2f15d58c-4fe4-4eef-9abd-aad576a5e6ca HTTP/1.1" 200 1493 0.003484 10.0.0.41 - - [2025-12-04 02:21:01] "GET /routing-instance/2f15d58c-4fe4-4eef-9abd-aad576a5e6ca HTTP/1.1" 200 1493 0.003864 10.0.0.41 - - [2025-12-04 02:21:01] "GET /route-target/efd801b9-baaa-4456-ac48-aa764057aa35 HTTP/1.1" 200 1213 0.003138 10.0.0.41 - - [2025-12-04 02:21:01] "GET /virtual-network/7281720d-7b1d-4a2f-b3e3-1abc2ae1288b HTTP/1.1" 200 2319 0.003963 10.0.0.41 - - [2025-12-04 02:21:01] "GET /routing-instance/2f15d58c-4fe4-4eef-9abd-aad576a5e6ca HTTP/1.1" 200 1493 0.002776 10.0.0.41 - - [2025-12-04 02:21:01] "GET /virtual-network/7281720d-7b1d-4a2f-b3e3-1abc2ae1288b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004022 10.0.0.41 - - [2025-12-04 02:21:01] "GET /virtual-network/7281720d-7b1d-4a2f-b3e3-1abc2ae1288b HTTP/1.1" 200 2319 0.003954 10.0.0.41 - - [2025-12-04 02:21:01] "GET /routing-instance/2f15d58c-4fe4-4eef-9abd-aad576a5e6ca HTTP/1.1" 200 1493 0.003000 10.0.0.41 - - [2025-12-04 02:21:01] "GET /routing-instance/2f15d58c-4fe4-4eef-9abd-aad576a5e6ca HTTP/1.1" 200 1493 0.002713 10.0.0.41 - - [2025-12-04 02:21:01] "GET /route-target/efd801b9-baaa-4456-ac48-aa764057aa35 HTTP/1.1" 200 1213 0.002548 10.0.0.41 - - [2025-12-04 02:21:01] "GET /domains HTTP/1.1" 200 280 0.002640 10.0.0.41 - - [2025-12-04 02:21:02] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000919 10.0.0.41 - - [2025-12-04 02:21:02] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a HTTP/1.1" 200 2751 0.005751 10.0.0.41 - - [2025-12-04 02:21:02] "GET /projects?obj_uuids=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001202 10.0.0.41 - - [2025-12-04 02:21:02] "GET /project/bc9959a6-7a98-4832-945c-db11927d0123 HTTP/1.1" 200 2081 0.067509 10.0.0.41 - - [2025-12-04 02:21:02] "GET /virtual-network/7281720d-7b1d-4a2f-b3e3-1abc2ae1288b HTTP/1.1" 200 2319 0.004352 10.0.0.41 - - [2025-12-04 02:21:02] "GET /obj-perms HTTP/1.1" 200 5026 0.055874 10.0.0.41 - - [2025-12-04 02:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.41 - - [2025-12-04 02:21:02] "GET /projects?obj_uuids=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000995 10.0.0.41 - - [2025-12-04 02:21:02] "GET /project/bc9959a6-7a98-4832-945c-db11927d0123?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.022655 10.0.0.41 - - [2025-12-04 02:21:02] "POST /neutron/network HTTP/1.1" 200 117 0.009750 10.0.0.41 - - [2025-12-04 02:21:02] "GET /projects?obj_uuids=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001238 10.0.0.41 - - [2025-12-04 02:21:02] "POST /neutron/network HTTP/1.1" 200 613 0.059948 10.0.0.41 - - [2025-12-04 02:21:02] "POST /route-targets HTTP/1.1" 200 327 0.010715 10.0.0.41 - - [2025-12-04 02:21:02] "POST /ref-update HTTP/1.1" 200 156 0.013073 10.0.0.41 - - [2025-12-04 02:21:02] "POST /useragent-kv HTTP/1.1" 200 115 0.004445 10.0.0.41 - - [2025-12-04 02:21:02] "POST /neutron/subnet HTTP/1.1" 200 720 0.141274 10.0.0.41 - - [2025-12-04 02:21:02] "POST /neutron/network HTTP/1.1" 200 831 0.004872 10.0.0.41 - - [2025-12-04 02:21:02] "POST /id-to-fqname HTTP/1.1" 200 223 0.001049 10.0.0.41 - - [2025-12-04 02:21:02] "GET /virtual-network/08e5632d-294f-4301-b731-644bd9f2eb52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004225 10.0.0.41 - - [2025-12-04 02:21:02] "POST /neutron/network HTTP/1.1" 200 831 0.005173 10.0.0.41 - - [2025-12-04 02:21:02] "GET /virtual-network/08e5632d-294f-4301-b731-644bd9f2eb52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006062 10.0.0.41 - - [2025-12-04 02:21:02] "POST /neutron/network HTTP/1.1" 200 831 0.007713 10.0.0.41 - - [2025-12-04 02:21:02] "POST /neutron/subnet HTTP/1.1" 200 720 0.009810 10.0.0.41 - - [2025-12-04 02:21:02] "GET /domains HTTP/1.1" 200 280 0.002527 10.0.0.41 - - [2025-12-04 02:21:02] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000807 10.0.0.41 - - [2025-12-04 02:21:02] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a HTTP/1.1" 200 2751 0.005378 10.0.0.41 - - [2025-12-04 02:21:02] "GET /projects?obj_uuids=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000776 10.0.0.41 - - [2025-12-04 02:21:03] "GET /project/bc9959a6-7a98-4832-945c-db11927d0123 HTTP/1.1" 200 2299 0.062197 10.0.0.41 - - [2025-12-04 02:21:03] "GET /virtual-network/08e5632d-294f-4301-b731-644bd9f2eb52 HTTP/1.1" 200 2315 0.005022 10.0.0.41 - - [2025-12-04 02:21:03] "GET /virtual-network/08e5632d-294f-4301-b731-644bd9f2eb52 HTTP/1.1" 200 2315 0.004886 10.0.0.41 - - [2025-12-04 02:21:03] "GET /routing-instance/f4cd7d3d-eb7e-48df-a3ab-d720626bd748 HTTP/1.1" 200 1494 0.004032 10.0.0.41 - - [2025-12-04 02:21:03] "GET /routing-instance/f4cd7d3d-eb7e-48df-a3ab-d720626bd748 HTTP/1.1" 200 1494 0.003024 10.0.0.41 - - [2025-12-04 02:21:03] "GET /route-target/e9030118-9645-456d-9024-dc5537f3eb2c HTTP/1.1" 200 1213 0.002762 10.0.0.41 - - [2025-12-04 02:21:03] "GET /virtual-network/08e5632d-294f-4301-b731-644bd9f2eb52 HTTP/1.1" 200 2315 0.003993 10.0.0.41 - - [2025-12-04 02:21:03] "GET /routing-instance/f4cd7d3d-eb7e-48df-a3ab-d720626bd748 HTTP/1.1" 200 1494 0.003027 10.0.0.41 - - [2025-12-04 02:21:03] "GET /virtual-network/08e5632d-294f-4301-b731-644bd9f2eb52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.003771 10.0.0.41 - - [2025-12-04 02:21:03] "GET /virtual-network/08e5632d-294f-4301-b731-644bd9f2eb52 HTTP/1.1" 200 2315 0.004001 10.0.0.41 - - [2025-12-04 02:21:03] "GET /routing-instance/f4cd7d3d-eb7e-48df-a3ab-d720626bd748 HTTP/1.1" 200 1494 0.002798 10.0.0.41 - - [2025-12-04 02:21:03] "GET /routing-instance/f4cd7d3d-eb7e-48df-a3ab-d720626bd748 HTTP/1.1" 200 1494 0.002548 10.0.0.41 - - [2025-12-04 02:21:03] "GET /route-target/e9030118-9645-456d-9024-dc5537f3eb2c HTTP/1.1" 200 1213 0.002337 10.0.0.41 - - [2025-12-04 02:21:03] "GET /domains HTTP/1.1" 200 280 0.002302 10.0.0.41 - - [2025-12-04 02:21:03] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000877 10.0.0.41 - - [2025-12-04 02:21:03] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a HTTP/1.1" 200 2751 0.005864 10.0.0.41 - - [2025-12-04 02:21:03] "GET /projects?obj_uuids=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000789 10.0.0.41 - - [2025-12-04 02:21:03] "GET /project/bc9959a6-7a98-4832-945c-db11927d0123 HTTP/1.1" 200 2299 0.061900 10.0.0.41 - - [2025-12-04 02:21:03] "GET /virtual-network/08e5632d-294f-4301-b731-644bd9f2eb52 HTTP/1.1" 200 2315 0.003906 10.0.0.41 - - [2025-12-04 02:21:03] "GET /obj-perms HTTP/1.1" 200 5026 0.002363 10.0.0.41 - - [2025-12-04 02:21:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002436 10.0.0.41 - - [2025-12-04 02:21:03] "GET /projects?obj_uuids=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001188 10.0.0.41 - - [2025-12-04 02:21:03] "GET /project/bc9959a6-7a98-4832-945c-db11927d0123?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.019261 10.0.0.41 - - [2025-12-04 02:21:03] "POST /neutron/network HTTP/1.1" 200 117 0.009997 10.0.0.41 - - [2025-12-04 02:21:03] "GET /projects?obj_uuids=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001013 10.0.0.41 - - [2025-12-04 02:21:03] "POST /neutron/network HTTP/1.1" 200 615 0.053857 10.0.0.41 - - [2025-12-04 02:21:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002489 10.0.0.41 - - [2025-12-04 02:21:03] "POST /neutron/subnet HTTP/1.1" 200 719 0.187074 10.0.0.41 - - [2025-12-04 02:21:03] "POST /neutron/network HTTP/1.1" 200 833 0.004488 10.0.0.41 - - [2025-12-04 02:21:03] "POST /id-to-fqname HTTP/1.1" 200 224 0.001062 10.0.0.41 - - [2025-12-04 02:21:03] "GET /virtual-network/67090a76-33a2-4dd5-bb77-5fd0f7975b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004422 10.0.0.41 - - [2025-12-04 02:21:03] "POST /neutron/network HTTP/1.1" 200 833 0.005409 10.0.0.41 - - [2025-12-04 02:21:03] "GET /virtual-network/67090a76-33a2-4dd5-bb77-5fd0f7975b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006451 10.0.0.41 - - [2025-12-04 02:21:03] "POST /neutron/network HTTP/1.1" 200 833 0.005065 10.0.0.41 - - [2025-12-04 02:21:03] "POST /neutron/subnet HTTP/1.1" 200 719 0.007335 10.0.0.41 - - [2025-12-04 02:21:03] "GET /domains HTTP/1.1" 200 280 0.002210 10.0.0.41 - - [2025-12-04 02:21:03] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000809 10.0.0.41 - - [2025-12-04 02:21:03] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a HTTP/1.1" 200 2751 0.005823 10.0.0.41 - - [2025-12-04 02:21:03] "GET /projects?obj_uuids=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001019 10.0.0.41 - - [2025-12-04 02:21:03] "GET /project/bc9959a6-7a98-4832-945c-db11927d0123 HTTP/1.1" 200 2518 0.065976 10.0.0.41 - - [2025-12-04 02:21:03] "GET /virtual-network/67090a76-33a2-4dd5-bb77-5fd0f7975b3a HTTP/1.1" 200 2321 0.005445 10.0.0.41 - - [2025-12-04 02:21:03] "GET /virtual-network/67090a76-33a2-4dd5-bb77-5fd0f7975b3a HTTP/1.1" 200 2321 0.004224 10.0.0.41 - - [2025-12-04 02:21:03] "GET /routing-instance/1503437f-8c66-4aa5-8ade-bbc0f5497a94 HTTP/1.1" 200 1276 0.002992 10.0.0.41 - - [2025-12-04 02:21:03] "GET /routing-instance/1503437f-8c66-4aa5-8ade-bbc0f5497a94 HTTP/1.1" 200 1276 0.002806 10.0.0.41 - - [2025-12-04 02:21:03] "POST /ref-update HTTP/1.1" 200 156 0.007130 10.0.0.41 - - [2025-12-04 02:21:08] "GET /domains HTTP/1.1" 200 280 0.002329 10.0.0.41 - - [2025-12-04 02:21:08] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001290 10.0.0.41 - - [2025-12-04 02:21:08] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a HTTP/1.1" 200 2751 0.008540 10.0.0.41 - - [2025-12-04 02:21:08] "GET /projects?obj_uuids=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000878 10.0.0.41 - - [2025-12-04 02:21:08] "GET /project/bc9959a6-7a98-4832-945c-db11927d0123 HTTP/1.1" 200 2518 0.061997 10.0.0.41 - - [2025-12-04 02:21:08] "GET /virtual-network/67090a76-33a2-4dd5-bb77-5fd0f7975b3a HTTP/1.1" 200 2321 0.003969 10.0.0.41 - - [2025-12-04 02:21:08] "GET /virtual-network/67090a76-33a2-4dd5-bb77-5fd0f7975b3a HTTP/1.1" 200 2321 0.004241 10.0.0.41 - - [2025-12-04 02:21:08] "GET /routing-instance/1503437f-8c66-4aa5-8ade-bbc0f5497a94 HTTP/1.1" 200 1497 0.004007 10.0.0.41 - - [2025-12-04 02:21:08] "GET /routing-instance/1503437f-8c66-4aa5-8ade-bbc0f5497a94 HTTP/1.1" 200 1497 0.003947 10.0.0.41 - - [2025-12-04 02:21:08] "GET /route-target/e6282d1b-f701-46b4-8982-0453f3685c01 HTTP/1.1" 200 1214 0.002871 10.0.0.41 - - [2025-12-04 02:21:08] "GET /virtual-network/67090a76-33a2-4dd5-bb77-5fd0f7975b3a HTTP/1.1" 200 2321 0.004345 10.0.0.41 - - [2025-12-04 02:21:09] "GET /routing-instance/1503437f-8c66-4aa5-8ade-bbc0f5497a94 HTTP/1.1" 200 1497 0.004365 10.0.0.41 - - [2025-12-04 02:21:09] "GET /virtual-network/67090a76-33a2-4dd5-bb77-5fd0f7975b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.009900 10.0.0.41 - - [2025-12-04 02:21:09] "GET /virtual-network/67090a76-33a2-4dd5-bb77-5fd0f7975b3a HTTP/1.1" 200 2321 0.004097 10.0.0.41 - - [2025-12-04 02:21:09] "GET /routing-instance/1503437f-8c66-4aa5-8ade-bbc0f5497a94 HTTP/1.1" 200 1497 0.002749 10.0.0.41 - - [2025-12-04 02:21:09] "GET /routing-instance/1503437f-8c66-4aa5-8ade-bbc0f5497a94 HTTP/1.1" 200 1497 0.002935 10.0.0.41 - - [2025-12-04 02:21:09] "GET /route-target/e6282d1b-f701-46b4-8982-0453f3685c01 HTTP/1.1" 200 1214 0.002224 10.0.0.41 - - [2025-12-04 02:21:09] "GET /domains HTTP/1.1" 200 280 0.002520 10.0.0.41 - - [2025-12-04 02:21:09] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000903 10.0.0.41 - - [2025-12-04 02:21:09] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a HTTP/1.1" 200 2751 0.006039 10.0.0.41 - - [2025-12-04 02:21:09] "GET /projects?obj_uuids=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000766 10.0.0.41 - - [2025-12-04 02:21:09] "GET /project/bc9959a6-7a98-4832-945c-db11927d0123 HTTP/1.1" 200 2518 0.063961 10.0.0.41 - - [2025-12-04 02:21:09] "GET /virtual-network/67090a76-33a2-4dd5-bb77-5fd0f7975b3a HTTP/1.1" 200 2321 0.004288 10.0.0.41 - - [2025-12-04 02:21:09] "GET /obj-perms HTTP/1.1" 200 5026 0.002420 10.0.0.41 - - [2025-12-04 02:21:09] "POST /id-to-fqname HTTP/1.1" 200 223 0.001220 10.0.0.41 - - [2025-12-04 02:21:09] "POST /neutron/network HTTP/1.1" 200 841 0.004914 10.0.0.41 - - [2025-12-04 02:21:09] "GET /aaa-mode HTTP/1.1" 401 292 0.000440 10.0.0.41 - - [2025-12-04 02:21:09] "GET / HTTP/1.1" 200 35931 0.002134 10.0.0.41 - - [2025-12-04 02:21:09] "GET /project/bc9959a6-7a98-4832-945c-db11927d0123?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000375 10.0.0.41 - - [2025-12-04 02:21:10] "GET /projects?obj_uuids=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000973 10.0.0.41 - - [2025-12-04 02:21:10] "GET /project/bc9959a6-7a98-4832-945c-db11927d0123?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.042784 10.0.0.41 - - [2025-12-04 02:21:10] "POST /neutron/network HTTP/1.1" 200 831 0.004832 10.0.0.41 - - [2025-12-04 02:21:10] "POST /neutron/port HTTP/1.1" 200 117 0.004774 10.0.0.41 - - [2025-12-04 02:21:10] "POST /neutron/port HTTP/1.1" 200 117 0.004771 10.0.0.41 - - [2025-12-04 02:21:10] "POST /id-to-fqname HTTP/1.1" 200 224 0.001198 10.0.0.41 - - [2025-12-04 02:21:10] "POST /neutron/port HTTP/1.1" 200 117 0.004235 10.0.0.41 - - [2025-12-04 02:21:10] "POST /neutron/network HTTP/1.1" 200 843 0.004976 10.0.0.41 - - [2025-12-04 02:21:10] "GET /aaa-mode HTTP/1.1" 401 292 0.000391 10.0.0.41 - - [2025-12-04 02:21:10] "POST /neutron/network HTTP/1.1" 200 841 0.004915 10.0.0.41 - - [2025-12-04 02:21:10] "GET /projects?obj_uuids=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001291 10.0.0.41 - - [2025-12-04 02:21:10] "GET / HTTP/1.1" 200 35931 0.001367 10.0.0.41 - - [2025-12-04 02:21:10] "GET /project/bc9959a6-7a98-4832-945c-db11927d0123?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000350 10.0.0.41 - - [2025-12-04 02:21:10] "POST /neutron/port HTTP/1.1" 200 1057 0.170634 10.0.0.41 - - [2025-12-04 02:21:10] "POST /neutron/port HTTP/1.1" 200 1057 0.007213 10.0.0.41 - - [2025-12-04 02:21:10] "POST /neutron/port HTTP/1.1" 200 1057 0.008159 10.0.0.41 - - [2025-12-04 02:21:10] "POST /neutron/port HTTP/1.1" 200 1111 0.048902 10.0.0.41 - - [2025-12-04 02:21:10] "POST /neutron/port HTTP/1.1" 200 1085 0.009742 10.0.0.41 - - [2025-12-04 02:21:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003727 10.0.0.41 - - [2025-12-04 02:21:11] "POST /neutron/subnet HTTP/1.1" 200 694 0.010662 10.0.0.41 - - [2025-12-04 02:21:11] "POST /neutron/port HTTP/1.1" 200 117 0.001030 10.0.0.41 - - [2025-12-04 02:21:11] "POST /neutron/network HTTP/1.1" 200 831 0.004627 10.0.0.41 - - [2025-12-04 02:21:11] "GET /projects?obj_uuids=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001154 10.0.0.41 - - [2025-12-04 02:21:11] "GET /project/bc9959a6-7a98-4832-945c-db11927d0123?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.052081 10.0.0.41 - - [2025-12-04 02:21:11] "POST /neutron/network HTTP/1.1" 200 833 0.004508 10.0.0.41 - - [2025-12-04 02:21:11] "POST /neutron/port HTTP/1.1" 200 1085 0.020405 10.0.0.41 - - [2025-12-04 02:21:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005490 10.0.0.41 - - [2025-12-04 02:21:11] "POST /neutron/port HTTP/1.1" 200 117 0.004719 10.0.0.41 - - [2025-12-04 02:21:11] "POST /fqname-to-id HTTP/1.1" 404 193 0.003118 10.0.0.41 - - [2025-12-04 02:21:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002794 10.0.0.41 - - [2025-12-04 02:21:11] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000895 10.0.0.41 - - [2025-12-04 02:21:11] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.006300 10.0.0.41 - - [2025-12-04 02:21:11] "POST /service-templates HTTP/1.1" 200 543 0.015227 10.0.0.41 - - [2025-12-04 02:21:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002400 10.0.0.41 - - [2025-12-04 02:21:11] "GET /service-template/137e959a-8841-4cd0-b79e-def80988c130?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004526 10.0.0.41 - - [2025-12-04 02:21:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002564 10.0.0.41 - - [2025-12-04 02:21:11] "POST /neutron/network HTTP/1.1" 200 843 0.006398 10.0.0.41 - - [2025-12-04 02:21:11] "GET /projects?obj_uuids=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000955 10.0.0.41 - - [2025-12-04 02:21:11] "GET /service-template/137e959a-8841-4cd0-b79e-def80988c130?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.003962 10.0.0.41 - - [2025-12-04 02:21:11] "POST /id-to-fqname HTTP/1.1" 200 223 0.001130 10.0.0.41 - - [2025-12-04 02:21:11] "POST /id-to-fqname HTTP/1.1" 200 223 0.001347 10.0.0.41 - - [2025-12-04 02:21:11] "POST /id-to-fqname HTTP/1.1" 200 224 0.003587 10.0.0.41 - - [2025-12-04 02:21:11] "POST /neutron/port HTTP/1.1" 200 1057 0.201100 10.0.0.41 - - [2025-12-04 02:21:11] "POST /neutron/port HTTP/1.1" 200 1057 0.008023 10.0.0.41 - - [2025-12-04 02:21:11] "POST /neutron/port HTTP/1.1" 200 1057 0.018204 10.0.0.41 - - [2025-12-04 02:21:11] "POST /neutron/port HTTP/1.1" 200 2012 0.035634 10.0.0.41 - - [2025-12-04 02:21:12] "POST /neutron/port HTTP/1.1" 200 1111 0.077204 10.0.0.41 - - [2025-12-04 02:21:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007843 10.0.0.41 - - [2025-12-04 02:21:12] "POST /neutron/port HTTP/1.1" 200 1085 0.009620 10.0.0.41 - - [2025-12-04 02:21:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003554 10.0.0.41 - - [2025-12-04 02:21:12] "POST /neutron/subnet HTTP/1.1" 200 693 0.015269 10.0.0.41 - - [2025-12-04 02:21:12] "POST /neutron/port HTTP/1.1" 200 117 0.001159 10.0.0.41 - - [2025-12-04 02:21:12] "POST /neutron/network HTTP/1.1" 200 833 0.005079 10.0.0.41 - - [2025-12-04 02:21:12] "POST /neutron/network HTTP/1.1" 200 2221 0.012228 10.0.0.41 - - [2025-12-04 02:21:12] "GET /aaa-mode HTTP/1.1" 401 292 0.000498 10.0.0.41 - - [2025-12-04 02:21:13] "GET / HTTP/1.1" 200 35931 0.002137 10.0.0.41 - - [2025-12-04 02:21:13] "GET /project/bc9959a6-7a98-4832-945c-db11927d0123?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000477 10.0.0.41 - - [2025-12-04 02:21:13] "GET /projects?obj_uuids=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000934 10.0.0.41 - - [2025-12-04 02:21:13] "GET /project/bc9959a6-7a98-4832-945c-db11927d0123?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.052321 10.0.0.41 - - [2025-12-04 02:21:13] "POST /neutron/network HTTP/1.1" 200 832 0.007301 10.0.0.41 - - [2025-12-04 02:21:13] "POST /neutron/network HTTP/1.1" 200 831 0.004772 10.0.0.41 - - [2025-12-04 02:21:13] "POST /neutron/network HTTP/1.1" 200 833 0.006530 10.0.0.41 - - [2025-12-04 02:21:13] "POST /neutron/port HTTP/1.1" 200 2054 0.015526 10.0.0.41 - - [2025-12-04 02:21:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005122 10.0.0.41 - - [2025-12-04 02:21:13] "POST /neutron/port HTTP/1.1" 200 117 0.004209 10.0.0.41 - - [2025-12-04 02:21:13] "POST /neutron/port HTTP/1.1" 200 117 0.004563 10.0.0.41 - - [2025-12-04 02:21:13] "POST /neutron/network HTTP/1.1" 200 2221 0.009110 10.0.0.41 - - [2025-12-04 02:21:14] "GET /projects?obj_uuids=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001041 10.0.0.41 - - [2025-12-04 02:21:14] "POST /neutron/port HTTP/1.1" 200 1058 0.227945 10.0.0.41 - - [2025-12-04 02:21:14] "GET /projects?obj_uuids=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002106 10.0.0.41 - - [2025-12-04 02:21:14] "POST /neutron/port HTTP/1.1" 200 1057 0.181020 10.0.0.41 - - [2025-12-04 02:21:14] "GET /projects?obj_uuids=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001977 10.0.0.41 - - [2025-12-04 02:21:14] "POST /neutron/port HTTP/1.1" 200 1057 0.180255 10.0.0.41 - - [2025-12-04 02:21:14] "POST /neutron/port HTTP/1.1" 200 1058 0.008062 10.0.0.41 - - [2025-12-04 02:21:14] "POST /neutron/port HTTP/1.1" 200 1058 0.006478 10.0.0.41 - - [2025-12-04 02:21:14] "POST /neutron/port HTTP/1.1" 200 1112 0.061528 10.0.0.41 - - [2025-12-04 02:21:14] "POST /neutron/port HTTP/1.1" 200 1057 0.015437 10.0.0.41 - - [2025-12-04 02:21:14] "POST /neutron/port HTTP/1.1" 200 1057 0.005944 10.0.0.41 - - [2025-12-04 02:21:14] "POST /neutron/port HTTP/1.1" 200 1111 0.058407 10.0.0.41 - - [2025-12-04 02:21:14] "POST /neutron/port HTTP/1.1" 200 1057 0.007551 10.0.0.41 - - [2025-12-04 02:21:14] "POST /neutron/port HTTP/1.1" 200 1057 0.009509 10.0.0.41 - - [2025-12-04 02:21:14] "POST /neutron/port HTTP/1.1" 200 1111 0.057804 10.0.0.41 - - [2025-12-04 02:21:14] "POST /neutron/port HTTP/1.1" 200 3023 0.012693 10.0.0.41 - - [2025-12-04 02:21:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002953 10.0.0.41 - - [2025-12-04 02:21:15] "POST /neutron/subnet HTTP/1.1" 200 698 0.006047 10.0.0.41 - - [2025-12-04 02:21:15] "POST /neutron/port HTTP/1.1" 200 117 0.001159 10.0.0.41 - - [2025-12-04 02:21:15] "POST /neutron/network HTTP/1.1" 200 832 0.004411 10.0.0.41 - - [2025-12-04 02:21:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002828 10.0.0.41 - - [2025-12-04 02:21:15] "POST /neutron/subnet HTTP/1.1" 200 694 0.005450 10.0.0.41 - - [2025-12-04 02:21:15] "POST /neutron/port HTTP/1.1" 200 117 0.000959 10.0.0.41 - - [2025-12-04 02:21:15] "POST /neutron/network HTTP/1.1" 200 831 0.004270 10.0.0.41 - - [2025-12-04 02:21:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004045 10.0.0.41 - - [2025-12-04 02:21:15] "POST /neutron/subnet HTTP/1.1" 200 693 0.005776 10.0.0.41 - - [2025-12-04 02:21:15] "POST /neutron/port HTTP/1.1" 200 117 0.000942 10.0.0.41 - - [2025-12-04 02:21:15] "POST /neutron/network HTTP/1.1" 200 833 0.005344 10.0.0.41 - - [2025-12-04 02:21:18] "POST /neutron/port HTTP/1.1" 200 3023 0.015361 10.0.0.41 - - [2025-12-04 02:21:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005414 10.0.0.41 - - [2025-12-04 02:21:18] "POST /neutron/port HTTP/1.1" 200 3023 0.016544 10.0.0.41 - - [2025-12-04 02:21:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005729 10.0.0.41 - - [2025-12-04 02:21:18] "POST /neutron/port HTTP/1.1" 200 3023 0.012806 10.0.0.41 - - [2025-12-04 02:21:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005217 10.0.0.41 - - [2025-12-04 02:21:19] "POST /neutron/port HTTP/1.1" 200 3023 0.013958 10.0.0.41 - - [2025-12-04 02:21:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004508 10.0.0.41 - - [2025-12-04 02:21:19] "POST /neutron/port HTTP/1.1" 200 3023 0.013298 10.0.0.41 - - [2025-12-04 02:21:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006248 10.0.0.41 - - [2025-12-04 02:21:19] "GET /virtual-machine/1d019135-acc3-4ede-adda-93d3e0289809 HTTP/1.1" 200 1802 0.003968 10.0.0.41 - - [2025-12-04 02:21:19] "GET /virtual-machine-interface/0fd9ed8c-ea04-4609-9ba8-d5bb2b8a50ab HTTP/1.1" 200 2946 0.003853 10.0.0.41 - - [2025-12-04 02:21:19] "GET /virtual-machine-interface/4a987a50-99b5-4e33-afdb-91d4985a5928 HTTP/1.1" 200 2949 0.004082 10.0.0.41 - - [2025-12-04 02:21:19] "GET /virtual-machine-interface/8acae5c2-144e-42a7-a596-f90d07e14530 HTTP/1.1" 200 2947 0.004321 10.0.0.41 - - [2025-12-04 02:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002534 10.0.0.41 - - [2025-12-04 02:21:19] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002780 10.0.0.41 - - [2025-12-04 02:21:19] "GET /virtual-networks?parent_id=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002641 10.0.0.41 - - [2025-12-04 02:21:19] "GET /virtual-network/7281720d-7b1d-4a2f-b3e3-1abc2ae1288b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005572 10.0.0.41 - - [2025-12-04 02:21:19] "POST /neutron/port HTTP/1.1" 200 1085 0.009682 10.0.0.41 - - [2025-12-04 02:21:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.003979 10.0.0.41 - - [2025-12-04 02:21:20] "POST /neutron/port HTTP/1.1" 200 1085 0.008906 10.0.0.41 - - [2025-12-04 02:21:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004508 10.0.0.41 - - [2025-12-04 02:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002503 10.0.0.41 - - [2025-12-04 02:21:22] "GET /virtual-network/7281720d-7b1d-4a2f-b3e3-1abc2ae1288b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004277 10.0.0.41 - - [2025-12-04 02:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.41 - - [2025-12-04 02:21:26] "GET /virtual-network/7281720d-7b1d-4a2f-b3e3-1abc2ae1288b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004786 10.0.0.41 - - [2025-12-04 02:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002450 10.0.0.41 - - [2025-12-04 02:21:30] "GET /virtual-network/7281720d-7b1d-4a2f-b3e3-1abc2ae1288b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004047 10.0.0.41 - - [2025-12-04 02:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002422 10.0.0.41 - - [2025-12-04 02:21:32] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003341 10.0.0.41 - - [2025-12-04 02:21:32] "GET /virtual-networks?parent_id=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002778 10.0.0.41 - - [2025-12-04 02:21:32] "GET /virtual-network/7281720d-7b1d-4a2f-b3e3-1abc2ae1288b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005339 10.0.0.41 - - [2025-12-04 02:21:33] "POST /neutron/port HTTP/1.1" 200 3023 0.012976 10.0.0.41 - - [2025-12-04 02:21:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005029 10.0.0.41 - - [2025-12-04 02:21:38] "POST /neutron/port HTTP/1.1" 200 3023 0.013870 10.0.0.41 - - [2025-12-04 02:21:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005378 10.0.0.41 - - [2025-12-04 02:21:43] "POST /neutron/port HTTP/1.1" 200 3023 0.013702 10.0.0.41 - - [2025-12-04 02:21:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005483 10.0.0.41 - - [2025-12-04 02:21:43] "POST /neutron/port HTTP/1.1" 200 3023 0.014035 10.0.0.41 - - [2025-12-04 02:21:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004812 10.0.0.41 - - [2025-12-04 02:21:47] "DELETE /project/bc9959a67a984832945cdb11927d0123 HTTP/1.1" 404 173 0.005649 10.0.0.41 - - [2025-12-04 02:21:47] "GET /projects?obj_uuids=0c3cd0da-f49b-4956-91a6-b14104c93ab0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000804 10.0.0.41 - - [2025-12-04 02:21:47] "GET /project/0c3cd0da-f49b-4956-91a6-b14104c93ab0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.023183 10.0.0.41 - - [2025-12-04 02:21:47] "GET /projects?obj_uuids=0c3cd0da-f49b-4956-91a6-b14104c93ab0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000863 10.0.0.41 - - [2025-12-04 02:21:47] "GET /project/0c3cd0da-f49b-4956-91a6-b14104c93ab0?fields=security_groups HTTP/1.1" 200 1341 0.064432 10.0.0.41 - - [2025-12-04 02:21:47] "DELETE /security-group/e5df7206-e266-4981-ba9a-45f07b5e597c HTTP/1.1" 200 115 0.035554 10.0.0.41 - - [2025-12-04 02:21:47] "GET /projects?obj_uuids=0c3cd0da-f49b-4956-91a6-b14104c93ab0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000842 10.0.0.41 - - [2025-12-04 02:21:47] "GET /project/0c3cd0da-f49b-4956-91a6-b14104c93ab0?fields=application_policy_sets HTTP/1.1" 200 1380 0.021600 10.0.0.41 - - [2025-12-04 02:21:47] "DELETE /access-control-list/cfe2a21b-acfd-429a-9c11-971f68e6e58a HTTP/1.1" 200 115 0.036281 10.0.0.41 - - [2025-12-04 02:21:47] "DELETE /access-control-list/283e068a-219e-4b27-b8cb-b3c0cf655258 HTTP/1.1" 200 115 0.020291 10.0.0.41 - - [2025-12-04 02:21:47] "DELETE /project/0c3cd0da-f49b-4956-91a6-b14104c93ab0 HTTP/1.1" 200 115 0.283123 10.0.0.41 - - [2025-12-04 02:21:48] "POST /neutron/port HTTP/1.1" 200 3023 0.014494 10.0.0.41 - - [2025-12-04 02:21:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004790 10.0.0.41 - - [2025-12-04 02:21:52] "GET /obj-perms HTTP/1.1" 200 5056 0.046903 10.0.0.41 - - [2025-12-04 02:21:53] "GET /obj-perms HTTP/1.1" 200 5056 0.040775 10.0.0.41 - - [2025-12-04 02:21:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002676 10.0.0.41 - - [2025-12-04 02:21:53] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003015 10.0.0.41 - - [2025-12-04 02:21:53] "GET /virtual-networks?parent_id=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002578 10.0.0.41 - - [2025-12-04 02:21:53] "GET /virtual-network/08e5632d-294f-4301-b731-644bd9f2eb52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004854 10.0.0.41 - - [2025-12-04 02:21:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002395 10.0.0.41 - - [2025-12-04 02:21:53] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002576 10.0.0.41 - - [2025-12-04 02:21:54] "GET /virtual-networks?parent_id=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002873 10.0.0.41 - - [2025-12-04 02:21:54] "GET /virtual-network/67090a76-33a2-4dd5-bb77-5fd0f7975b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.009095 10.0.0.41 - - [2025-12-04 02:21:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.002196 10.0.0.41 - - [2025-12-04 02:21:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002032 10.0.0.41 - - [2025-12-04 02:21:54] "GET /projects?obj_uuids=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.023527 10.0.0.41 - - [2025-12-04 02:21:54] "GET /project/bc9959a6-7a98-4832-945c-db11927d0123?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.044089 10.0.0.41 - - [2025-12-04 02:21:54] "POST /service-instances HTTP/1.1" 200 543 0.060317 10.0.0.41 - - [2025-12-04 02:21:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002522 10.0.0.41 - - [2025-12-04 02:21:54] "GET /service-instance/a00c901a-9254-48bb-b2c8-d054f12cdb9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2136 0.004714 10.0.0.41 - - [2025-12-04 02:21:54] "POST /port-tuples HTTP/1.1" 200 586 0.018873 10.0.0.41 - - [2025-12-04 02:21:54] "GET /virtual-machine-interface/0fd9ed8c-ea04-4609-9ba8-d5bb2b8a50ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.004536 10.0.0.41 - - [2025-12-04 02:21:54] "PUT /virtual-machine-interface/0fd9ed8c-ea04-4609-9ba8-d5bb2b8a50ab HTTP/1.1" 200 284 0.009804 10.0.0.41 - - [2025-12-04 02:21:54] "POST /ref-update HTTP/1.1" 200 156 0.008584 10.0.0.41 - - [2025-12-04 02:21:54] "POST /instance-ips HTTP/1.1" 200 385 0.021458 10.0.0.41 - - [2025-12-04 02:21:54] "POST /ref-update HTTP/1.1" 200 156 0.011201 10.0.0.41 - - [2025-12-04 02:21:54] "GET /virtual-machine-interface/8acae5c2-144e-42a7-a596-f90d07e14530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2726 0.005095 10.0.0.41 - - [2025-12-04 02:21:54] "POST /ref-update HTTP/1.1" 200 156 0.010828 10.0.0.41 - - [2025-12-04 02:21:54] "PUT /virtual-machine-interface/8acae5c2-144e-42a7-a596-f90d07e14530 HTTP/1.1" 200 284 0.013115 10.0.0.41 - - [2025-12-04 02:21:54] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002581 10.0.0.41 - - [2025-12-04 02:21:54] "POST /ref-update HTTP/1.1" 200 156 0.007525 10.0.0.41 - - [2025-12-04 02:21:54] "GET /virtual-machine-interface/4a987a50-99b5-4e33-afdb-91d4985a5928?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2728 0.004541 10.0.0.41 - - [2025-12-04 02:21:55] "POST /instance-ips HTTP/1.1" 200 385 0.021374 10.0.0.41 - - [2025-12-04 02:21:55] "PUT /virtual-machine-interface/4a987a50-99b5-4e33-afdb-91d4985a5928 HTTP/1.1" 200 284 0.010120 10.0.0.41 - - [2025-12-04 02:21:55] "POST /ref-update HTTP/1.1" 200 156 0.013350 10.0.0.41 - - [2025-12-04 02:21:55] "POST /ref-update HTTP/1.1" 200 156 0.009304 10.0.0.41 - - [2025-12-04 02:21:55] "POST /ref-update HTTP/1.1" 200 156 0.008099 10.0.0.41 - - [2025-12-04 02:21:55] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002738 10.0.0.41 - - [2025-12-04 02:21:55] "POST /neutron/port HTTP/1.1" 200 1085 0.011809 10.0.0.41 - - [2025-12-04 02:21:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005084 10.0.0.41 - - [2025-12-04 02:21:55] "POST /instance-ips HTTP/1.1" 200 373 0.015352 10.0.0.41 - - [2025-12-04 02:21:55] "POST /neutron/port HTTP/1.1" 200 1085 0.009339 10.0.0.41 - - [2025-12-04 02:21:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005585 10.0.0.41 - - [2025-12-04 02:21:55] "POST /ref-update HTTP/1.1" 200 156 0.011271 10.0.0.41 - - [2025-12-04 02:21:55] "POST /ref-update HTTP/1.1" 200 156 0.011589 10.0.0.41 - - [2025-12-04 02:21:55] "POST /neutron/port HTTP/1.1" 200 1085 0.013080 10.0.0.41 - - [2025-12-04 02:21:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004942 10.0.0.41 - - [2025-12-04 02:21:55] "GET /virtual-machine/760c5496-2b20-4c90-85eb-8ca72761b15d HTTP/1.1" 200 1289 0.003972 10.0.0.41 - - [2025-12-04 02:21:55] "GET /virtual-machine-interface/833a594f-452b-48d6-8008-44834538acb5 HTTP/1.1" 200 2945 0.004326 10.0.0.41 - - [2025-12-04 02:21:55] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002045 10.0.0.41 - - [2025-12-04 02:21:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002660 10.0.0.41 - - [2025-12-04 02:21:55] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002594 10.0.0.41 - - [2025-12-04 02:21:55] "POST /instance-ips HTTP/1.1" 200 373 0.014434 10.0.0.41 - - [2025-12-04 02:21:55] "GET /virtual-networks?parent_id=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004829 10.0.0.41 - - [2025-12-04 02:21:55] "POST /ref-update HTTP/1.1" 200 156 0.007984 10.0.0.41 - - [2025-12-04 02:21:55] "GET /virtual-network/08e5632d-294f-4301-b731-644bd9f2eb52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007305 10.0.0.41 - - [2025-12-04 02:21:55] "POST /ref-update HTTP/1.1" 200 156 0.008123 10.0.0.41 - - [2025-12-04 02:21:55] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002753 10.0.0.41 - - [2025-12-04 02:21:55] "POST /instance-ips HTTP/1.1" 200 375 0.012563 10.0.0.41 - - [2025-12-04 02:21:55] "POST /ref-update HTTP/1.1" 200 156 0.007736 10.0.0.41 - - [2025-12-04 02:21:55] "POST /ref-update HTTP/1.1" 200 156 0.008205 10.0.0.41 - - [2025-12-04 02:21:55] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002705 10.0.0.41 - - [2025-12-04 02:21:55] "POST /instance-ips HTTP/1.1" 200 375 0.015374 10.0.0.41 - - [2025-12-04 02:21:55] "POST /ref-update HTTP/1.1" 200 156 0.007420 10.0.0.41 - - [2025-12-04 02:21:56] "POST /ref-update HTTP/1.1" 200 156 0.007032 10.0.0.41 - - [2025-12-04 02:21:56] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002448 10.0.0.41 - - [2025-12-04 02:21:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.41 - - [2025-12-04 02:21:56] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002797 10.0.0.41 - - [2025-12-04 02:21:56] "GET /virtual-networks?parent_id=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003351 10.0.0.41 - - [2025-12-04 02:21:56] "GET /virtual-network/08e5632d-294f-4301-b731-644bd9f2eb52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004516 10.0.0.41 - - [2025-12-04 02:21:56] "POST /neutron/port HTTP/1.1" 200 1085 0.009282 10.0.0.41 - - [2025-12-04 02:21:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005884 10.0.0.41 - - [2025-12-04 02:21:57] "POST /neutron/port HTTP/1.1" 200 1085 0.009683 10.0.0.41 - - [2025-12-04 02:21:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004961 10.0.0.41 - - [2025-12-04 02:21:57] "POST /neutron/port HTTP/1.1" 200 1085 0.011274 10.0.0.41 - - [2025-12-04 02:21:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005517 10.0.0.41 - - [2025-12-04 02:21:57] "GET /virtual-machine/22841974-8b93-4af5-aa91-17adc7008853 HTTP/1.1" 200 1290 0.004286 10.0.0.41 - - [2025-12-04 02:21:57] "GET /virtual-machine-interface/ef069d62-c6c1-4112-8e68-0085cd4dfe1d HTTP/1.1" 200 2950 0.003966 10.0.0.41 - - [2025-12-04 02:21:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002610 10.0.0.41 - - [2025-12-04 02:21:57] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002673 10.0.0.41 - - [2025-12-04 02:21:57] "GET /virtual-networks?parent_id=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002792 10.0.0.41 - - [2025-12-04 02:21:57] "GET /virtual-network/67090a76-33a2-4dd5-bb77-5fd0f7975b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004643 10.0.0.41 - - [2025-12-04 02:21:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002479 10.0.0.41 - - [2025-12-04 02:21:58] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002754 10.0.0.41 - - [2025-12-04 02:21:58] "GET /virtual-networks?parent_id=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002601 10.0.0.41 - - [2025-12-04 02:21:58] "GET /virtual-network/67090a76-33a2-4dd5-bb77-5fd0f7975b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004602 10.0.0.41 - - [2025-12-04 02:21:58] "POST /fqname-to-id HTTP/1.1" 404 211 0.002560 10.0.0.41 - - [2025-12-04 02:21:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002263 10.0.0.41 - - [2025-12-04 02:21:58] "GET /projects?obj_uuids=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000986 10.0.0.41 - - [2025-12-04 02:21:58] "GET /project/bc9959a6-7a98-4832-945c-db11927d0123?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.021087 10.0.0.41 - - [2025-12-04 02:21:58] "POST /network-policys HTTP/1.1" 200 547 0.014565 10.0.0.41 - - [2025-12-04 02:21:58] "GET /network-policy/bdfe5d27-77b6-4226-b77b-ee64c1f82dbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004195 10.0.0.41 - - [2025-12-04 02:21:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002417 10.0.0.41 - - [2025-12-04 02:21:58] "GET /virtual-network/08e5632d-294f-4301-b731-644bd9f2eb52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004515 10.0.0.41 - - [2025-12-04 02:21:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002540 10.0.0.41 - - [2025-12-04 02:21:59] "GET /network-policy/bdfe5d27-77b6-4226-b77b-ee64c1f82dbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003030 10.0.0.41 - - [2025-12-04 02:21:59] "POST /ref-update HTTP/1.1" 200 156 0.025531 10.0.0.41 - - [2025-12-04 02:21:59] "POST /fqname-to-id HTTP/1.1" 404 242 0.029392 10.0.0.41 - - [2025-12-04 02:21:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002420 10.0.0.41 - - [2025-12-04 02:21:59] "POST /access-control-lists HTTP/1.1" 200 601 0.058926 10.0.0.41 - - [2025-12-04 02:21:59] "GET /network-policy/bdfe5d27-77b6-4226-b77b-ee64c1f82dbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004478 10.0.0.41 - - [2025-12-04 02:21:59] "POST /neutron/network HTTP/1.1" 200 919 0.006280 10.0.0.41 - - [2025-12-04 02:21:59] "GET /virtual-network/08e5632d-294f-4301-b731-644bd9f2eb52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.004464 10.0.0.41 - - [2025-12-04 02:21:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002522 10.0.0.41 - - [2025-12-04 02:21:59] "GET /network-policy/bdfe5d27-77b6-4226-b77b-ee64c1f82dbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003139 10.0.0.41 - - [2025-12-04 02:21:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002332 10.0.0.41 - - [2025-12-04 02:21:59] "GET /virtual-network/67090a76-33a2-4dd5-bb77-5fd0f7975b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004661 10.0.0.41 - - [2025-12-04 02:21:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002488 10.0.0.41 - - [2025-12-04 02:21:59] "GET /network-policy/bdfe5d27-77b6-4226-b77b-ee64c1f82dbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003397 10.0.0.41 - - [2025-12-04 02:21:59] "POST /fqname-to-id HTTP/1.1" 404 244 0.003896 10.0.0.41 - - [2025-12-04 02:21:59] "POST /ref-update HTTP/1.1" 200 156 0.028550 10.0.0.41 - - [2025-12-04 02:21:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002603 10.0.0.41 - - [2025-12-04 02:21:59] "POST /access-control-lists HTTP/1.1" 200 604 0.061771 10.0.0.41 - - [2025-12-04 02:21:59] "GET /network-policy/bdfe5d27-77b6-4226-b77b-ee64c1f82dbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003917 10.0.0.41 - - [2025-12-04 02:21:59] "POST /routing-instances HTTP/1.1" 200 759 0.013727 10.0.0.41 - - [2025-12-04 02:21:59] "POST /neutron/network HTTP/1.1" 200 921 0.009098 10.0.0.41 - - [2025-12-04 02:21:59] "GET /virtual-network/67090a76-33a2-4dd5-bb77-5fd0f7975b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005176 10.0.0.41 - - [2025-12-04 02:21:59] "POST /route-targets HTTP/1.1" 200 327 0.008186 10.0.0.41 - - [2025-12-04 02:21:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002365 10.0.0.41 - - [2025-12-04 02:21:59] "POST /ref-update HTTP/1.1" 200 156 0.008421 10.0.0.41 - - [2025-12-04 02:21:59] "GET /network-policy/bdfe5d27-77b6-4226-b77b-ee64c1f82dbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003384 10.0.0.41 - - [2025-12-04 02:21:59] "GET /routing-instance/eb2c93a1-9f9c-4492-bd89-13921270f6cf?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1278 0.003705 10.0.0.41 - - [2025-12-04 02:21:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002536 10.0.0.41 - - [2025-12-04 02:21:59] "GET /routing-instance/eb2c93a1-9f9c-4492-bd89-13921270f6cf?fields=routing_policy_back_refs HTTP/1.1" 200 1278 0.004242 10.0.0.41 - - [2025-12-04 02:22:00] "GET /service-template/137e959a-8841-4cd0-b79e-def80988c130?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.003085 10.0.0.41 - - [2025-12-04 02:22:00] "POST /ref-update HTTP/1.1" 200 156 0.008719 10.0.0.41 - - [2025-12-04 02:22:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002583 10.0.0.41 - - [2025-12-04 02:22:00] "POST /routing-instances HTTP/1.1" 200 760 0.014207 10.0.0.41 - - [2025-12-04 02:22:00] "GET /projects?obj_uuids=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000892 10.0.0.41 - - [2025-12-04 02:22:00] "GET /project/bc9959a6-7a98-4832-945c-db11927d0123?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.024062 10.0.0.41 - - [2025-12-04 02:22:00] "POST /route-targets HTTP/1.1" 200 327 0.008349 10.0.0.41 - - [2025-12-04 02:22:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002483 10.0.0.41 - - [2025-12-04 02:22:00] "POST /ref-update HTTP/1.1" 200 156 0.021034 10.0.0.41 - - [2025-12-04 02:22:00] "GET /service-instance/a00c901a-9254-48bb-b2c8-d054f12cdb9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3530 0.005722 10.0.0.41 - - [2025-12-04 02:22:00] "GET /routing-instance/1fb3508e-2e5b-498f-9e2f-9c55321150e2?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1278 0.003653 10.0.0.41 - - [2025-12-04 02:22:00] "GET /domains HTTP/1.1" 200 280 0.002571 10.0.0.41 - - [2025-12-04 02:22:00] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000956 10.0.0.41 - - [2025-12-04 02:22:00] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a HTTP/1.1" 200 2772 0.007220 10.0.0.41 - - [2025-12-04 02:22:00] "GET /projects?obj_uuids=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000850 10.0.0.41 - - [2025-12-04 02:22:00] "GET /routing-instance/1fb3508e-2e5b-498f-9e2f-9c55321150e2?fields=routing_policy_back_refs HTTP/1.1" 200 1278 0.002996 10.0.0.41 - - [2025-12-04 02:22:00] "GET /project/bc9959a6-7a98-4832-945c-db11927d0123 HTTP/1.1" 200 4234 0.061353 10.0.0.41 - - [2025-12-04 02:22:00] "GET /service-instance/a00c901a-9254-48bb-b2c8-d054f12cdb9c HTTP/1.1" 200 3784 0.004386 10.0.0.41 - - [2025-12-04 02:22:00] "PUT /routing-instance/eb2c93a1-9f9c-4492-bd89-13921270f6cf HTTP/1.1" 200 266 0.014289 10.0.0.41 - - [2025-12-04 02:22:00] "GET /domains HTTP/1.1" 200 280 0.002145 10.0.0.41 - - [2025-12-04 02:22:00] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001087 10.0.0.41 - - [2025-12-04 02:22:00] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a HTTP/1.1" 200 2772 0.046942 10.0.0.41 - - [2025-12-04 02:22:00] "GET /projects?obj_uuids=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001140 10.0.0.41 - - [2025-12-04 02:22:00] "PUT /routing-instance/1fb3508e-2e5b-498f-9e2f-9c55321150e2 HTTP/1.1" 200 266 0.014953 10.0.0.41 - - [2025-12-04 02:22:00] "POST /ref-update HTTP/1.1" 200 156 0.015607 10.0.0.41 - - [2025-12-04 02:22:00] "GET /project/bc9959a6-7a98-4832-945c-db11927d0123 HTTP/1.1" 200 4234 0.073862 10.0.0.41 - - [2025-12-04 02:22:00] "GET /service-instance/a00c901a-9254-48bb-b2c8-d054f12cdb9c HTTP/1.1" 200 3784 0.004447 10.0.0.41 - - [2025-12-04 02:22:00] "GET /port-tuple/fd8265b1-5220-43fb-aca7-75265d42c188 HTTP/1.1" 200 1980 0.003533 10.0.0.41 - - [2025-12-04 02:22:00] "GET /virtual-machine-interface/0fd9ed8c-ea04-4609-9ba8-d5bb2b8a50ab HTTP/1.1" 200 3816 0.005113 10.0.0.41 - - [2025-12-04 02:22:00] "GET /virtual-machine-interface/4a987a50-99b5-4e33-afdb-91d4985a5928 HTTP/1.1" 200 3804 0.005780 10.0.0.41 - - [2025-12-04 02:22:00] "GET /virtual-machine-interface/8acae5c2-144e-42a7-a596-f90d07e14530 HTTP/1.1" 200 3799 0.006022 10.0.0.41 - - [2025-12-04 02:22:00] "PUT /access-control-list/562ad7f1-b325-4af7-acd2-8fb4249046c8 HTTP/1.1" 200 272 0.014391 10.0.0.41 - - [2025-12-04 02:22:00] "PUT /access-control-list/baa51922-d81f-460b-b244-245834a013f7 HTTP/1.1" 200 272 0.012539 10.0.0.41 - - [2025-12-04 02:22:00] "POST /neutron/port HTTP/1.1" 200 3830 0.043988 10.0.0.41 - - [2025-12-04 02:22:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005675 10.0.0.41 - - [2025-12-04 02:22:00] "POST /neutron/port HTTP/1.1" 200 3830 0.023779 10.0.0.41 - - [2025-12-04 02:22:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005589 10.0.0.41 - - [2025-12-04 02:22:00] "POST /neutron/port HTTP/1.1" 200 3830 0.024381 10.0.0.41 - - [2025-12-04 02:22:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006516 10.0.0.41 - - [2025-12-04 02:22:00] "POST /neutron/port HTTP/1.1" 200 3830 0.028972 10.0.0.41 - - [2025-12-04 02:22:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005487 10.0.0.41 - - [2025-12-04 02:22:00] "POST /neutron/network HTTP/1.1" 200 893 0.011252 10.0.0.41 - - [2025-12-04 02:22:00] "POST /neutron/network HTTP/1.1" 200 919 0.004830 10.0.0.41 - - [2025-12-04 02:22:01] "POST /neutron/network HTTP/1.1" 200 806 0.012273 10.0.0.41 - - [2025-12-04 02:22:01] "POST /neutron/network HTTP/1.1" 200 832 0.005241 10.0.0.41 - - [2025-12-04 02:22:01] "POST /neutron/network HTTP/1.1" 200 895 0.011174 10.0.0.41 - - [2025-12-04 02:22:01] "POST /neutron/network HTTP/1.1" 200 921 0.005243 10.0.0.41 - - [2025-12-04 02:22:01] "POST /id-to-fqname HTTP/1.1" 200 223 0.001152 10.0.0.41 - - [2025-12-04 02:22:01] "POST /id-to-fqname HTTP/1.1" 200 223 0.001322 10.0.0.41 - - [2025-12-04 02:22:01] "POST /id-to-fqname HTTP/1.1" 200 224 0.001730 10.0.0.41 - - [2025-12-04 02:22:01] "GET /virtual-machine/1d019135-acc3-4ede-adda-93d3e0289809 HTTP/1.1" 200 1802 0.003631 10.0.0.41 - - [2025-12-04 02:22:01] "GET /virtual-machine-interface/0fd9ed8c-ea04-4609-9ba8-d5bb2b8a50ab HTTP/1.1" 200 3816 0.004680 10.0.0.41 - - [2025-12-04 02:22:01] "GET /virtual-machine-interface/4a987a50-99b5-4e33-afdb-91d4985a5928 HTTP/1.1" 200 3804 0.004250 10.0.0.41 - - [2025-12-04 02:22:01] "GET /virtual-machine-interface/8acae5c2-144e-42a7-a596-f90d07e14530 HTTP/1.1" 200 3799 0.004586 10.0.0.41 - - [2025-12-04 02:22:01] "GET /instance-ip/01d268b3-ea30-4ae8-a09b-27d2f28369c3 HTTP/1.1" 200 1620 0.004298 10.0.0.41 - - [2025-12-04 02:22:01] "GET /instance-ip/3dc50725-b483-49d9-82b1-64dd9428c62e HTTP/1.1" 200 1979 0.003439 10.0.0.41 - - [2025-12-04 02:22:01] "GET /instance-ip/707466a5-c47e-4f06-8bdc-f69d6f13dc2e HTTP/1.1" 200 1978 0.003383 10.0.0.41 - - [2025-12-04 02:22:01] "GET /instance-ip/5100ae4a-0015-4673-bc1f-702f4bda47c3 HTTP/1.1" 200 1621 0.004164 10.0.0.41 - - [2025-12-04 02:22:01] "GET /instance-ip/6f492869-2c91-43f0-92ff-6afbf69654bb HTTP/1.1" 200 1960 0.005400 10.0.0.41 - - [2025-12-04 02:22:01] "GET /instance-ip/b2fd9012-3fc8-44dd-97a1-c452d730f114 HTTP/1.1" 200 1959 0.005613 10.0.0.41 - - [2025-12-04 02:22:01] "GET /instance-ip/16e59a5b-78e0-4cd7-a93a-9c7d57c4d010 HTTP/1.1" 200 1620 0.007356 10.0.0.41 - - [2025-12-04 02:22:01] "GET /instance-ip/17fa1785-0ca1-4a3a-8bb3-3370637adc9f HTTP/1.1" 200 1954 0.003088 10.0.0.41 - - [2025-12-04 02:22:01] "GET /instance-ip/9a774826-ae44-4c31-bb4b-92cec85ee759 HTTP/1.1" 200 1957 0.002823 10.0.0.41 - - [2025-12-04 02:22:01] "POST /neutron/port HTTP/1.1" 200 3830 0.022594 10.0.0.41 - - [2025-12-04 02:22:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007752 10.0.0.41 - - [2025-12-04 02:22:01] "POST /neutron/port HTTP/1.1" 200 3830 0.022489 10.0.0.41 - - [2025-12-04 02:22:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005067 10.0.0.41 - - [2025-12-04 02:22:01] "POST /neutron/port HTTP/1.1" 200 3830 0.021785 10.0.0.41 - - [2025-12-04 02:22:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006653 10.0.0.41 - - [2025-12-04 02:22:01] "POST /neutron/port HTTP/1.1" 200 3830 0.022473 10.0.0.41 - - [2025-12-04 02:22:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005130 10.0.0.41 - - [2025-12-04 02:22:01] "GET /virtual-machine/1d019135-acc3-4ede-adda-93d3e0289809 HTTP/1.1" 200 1802 0.003056 10.0.0.41 - - [2025-12-04 02:22:01] "GET /virtual-machine-interface/0fd9ed8c-ea04-4609-9ba8-d5bb2b8a50ab HTTP/1.1" 200 3816 0.004389 10.0.0.41 - - [2025-12-04 02:22:01] "GET /virtual-machine-interface/4a987a50-99b5-4e33-afdb-91d4985a5928 HTTP/1.1" 200 3804 0.004068 10.0.0.41 - - [2025-12-04 02:22:01] "GET /virtual-machine-interface/8acae5c2-144e-42a7-a596-f90d07e14530 HTTP/1.1" 200 3799 0.004096 10.0.0.41 - - [2025-12-04 02:22:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002440 10.0.0.41 - - [2025-12-04 02:22:01] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002740 10.0.0.41 - - [2025-12-04 02:22:01] "GET /virtual-networks?parent_id=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002944 10.0.0.41 - - [2025-12-04 02:22:01] "GET /virtual-network/08e5632d-294f-4301-b731-644bd9f2eb52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.005488 10.0.0.41 - - [2025-12-04 02:22:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002300 10.0.0.41 - - [2025-12-04 02:22:02] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002476 10.0.0.41 - - [2025-12-04 02:22:02] "GET /virtual-networks?parent_id=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002580 10.0.0.41 - - [2025-12-04 02:22:02] "GET /virtual-network/08e5632d-294f-4301-b731-644bd9f2eb52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.004625 10.0.0.41 - - [2025-12-04 02:22:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002722 10.0.0.41 - - [2025-12-04 02:22:03] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002983 10.0.0.41 - - [2025-12-04 02:22:03] "GET /virtual-networks?parent_id=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002550 10.0.0.41 - - [2025-12-04 02:22:03] "GET /virtual-network/08e5632d-294f-4301-b731-644bd9f2eb52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.005029 10.0.0.41 - - [2025-12-04 02:22:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002583 10.0.0.41 - - [2025-12-04 02:22:03] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002976 10.0.0.41 - - [2025-12-04 02:22:03] "GET /virtual-networks?parent_id=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002504 10.0.0.41 - - [2025-12-04 02:22:03] "GET /virtual-network/08e5632d-294f-4301-b731-644bd9f2eb52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.004920 10.0.0.41 - - [2025-12-04 02:22:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002628 10.0.0.41 - - [2025-12-04 02:22:03] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003346 10.0.0.41 - - [2025-12-04 02:22:03] "GET /virtual-networks?parent_id=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002772 10.0.0.41 - - [2025-12-04 02:22:03] "GET /virtual-network/08e5632d-294f-4301-b731-644bd9f2eb52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.006549 10.0.0.41 - - [2025-12-04 02:22:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.41 - - [2025-12-04 02:22:03] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003208 10.0.0.41 - - [2025-12-04 02:22:03] "GET /virtual-networks?parent_id=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002487 10.0.0.41 - - [2025-12-04 02:22:03] "GET /virtual-network/7281720d-7b1d-4a2f-b3e3-1abc2ae1288b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004735 10.0.0.41 - - [2025-12-04 02:22:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.41 - - [2025-12-04 02:22:03] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002917 10.0.0.41 - - [2025-12-04 02:22:03] "GET /virtual-networks?parent_id=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002527 10.0.0.41 - - [2025-12-04 02:22:04] "GET /virtual-network/7281720d-7b1d-4a2f-b3e3-1abc2ae1288b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005212 10.0.0.41 - - [2025-12-04 02:22:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002583 10.0.0.41 - - [2025-12-04 02:22:04] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003361 10.0.0.41 - - [2025-12-04 02:22:04] "GET /virtual-networks?parent_id=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002556 10.0.0.41 - - [2025-12-04 02:22:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000533 10.0.0.41 - - [2025-12-04 02:22:04] "GET /virtual-network/7281720d-7b1d-4a2f-b3e3-1abc2ae1288b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004734 10.0.0.41 - - [2025-12-04 02:22:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.41 - - [2025-12-04 02:22:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002590 10.0.0.41 - - [2025-12-04 02:22:04] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002998 10.0.0.41 - - [2025-12-04 02:22:04] "GET /virtual-networks?parent_id=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002534 10.0.0.41 - - [2025-12-04 02:22:04] "GET /virtual-network/7281720d-7b1d-4a2f-b3e3-1abc2ae1288b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004781 10.0.0.41 - - [2025-12-04 02:22:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002391 10.0.0.41 - - [2025-12-04 02:22:04] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003535 10.0.0.41 - - [2025-12-04 02:22:04] "GET /virtual-networks?parent_id=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002816 10.0.0.41 - - [2025-12-04 02:22:04] "GET /virtual-network/67090a76-33a2-4dd5-bb77-5fd0f7975b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004943 10.0.0.41 - - [2025-12-04 02:22:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002734 10.0.0.41 - - [2025-12-04 02:22:04] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003207 10.0.0.41 - - [2025-12-04 02:22:04] "GET /virtual-networks?parent_id=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002740 10.0.0.41 - - [2025-12-04 02:22:04] "GET /virtual-network/67090a76-33a2-4dd5-bb77-5fd0f7975b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004656 10.0.0.41 - - [2025-12-04 02:22:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002425 10.0.0.41 - - [2025-12-04 02:22:04] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003290 10.0.0.41 - - [2025-12-04 02:22:05] "GET /virtual-networks?parent_id=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002963 10.0.0.41 - - [2025-12-04 02:22:05] "GET /virtual-network/67090a76-33a2-4dd5-bb77-5fd0f7975b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004439 10.0.0.41 - - [2025-12-04 02:22:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002497 10.0.0.41 - - [2025-12-04 02:22:05] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003450 10.0.0.41 - - [2025-12-04 02:22:05] "GET /virtual-networks?parent_id=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004154 10.0.0.41 - - [2025-12-04 02:22:05] "GET /virtual-network/67090a76-33a2-4dd5-bb77-5fd0f7975b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004653 10.0.0.41 - - [2025-12-04 02:22:05] "GET /virtual-machine/1d019135-acc3-4ede-adda-93d3e0289809 HTTP/1.1" 200 1802 0.003428 10.0.0.41 - - [2025-12-04 02:22:05] "GET /domains HTTP/1.1" 200 280 0.002378 10.0.0.41 - - [2025-12-04 02:22:05] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000840 10.0.0.41 - - [2025-12-04 02:22:05] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a HTTP/1.1" 200 2772 0.006150 10.0.0.41 - - [2025-12-04 02:22:05] "GET /projects?obj_uuids=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001138 10.0.0.41 - - [2025-12-04 02:22:05] "GET /project/bc9959a6-7a98-4832-945c-db11927d0123 HTTP/1.1" 200 4234 0.066604 10.0.0.41 - - [2025-12-04 02:22:05] "GET /service-instance/a00c901a-9254-48bb-b2c8-d054f12cdb9c HTTP/1.1" 200 3784 0.003616 10.0.0.41 - - [2025-12-04 02:22:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002035 10.0.0.41 - - [2025-12-04 02:22:05] "GET /routing-instance/f4cd7d3d-eb7e-48df-a3ab-d720626bd748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1888 0.002761 10.0.0.41 - - [2025-12-04 02:22:05] "GET /routing-instance/f4cd7d3d-eb7e-48df-a3ab-d720626bd748?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2021 0.004612 10.0.0.41 - - [2025-12-04 02:22:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002704 10.0.0.41 - - [2025-12-04 02:22:05] "GET /routing-instance/1503437f-8c66-4aa5-8ade-bbc0f5497a94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.004489 10.0.0.41 - - [2025-12-04 02:22:05] "GET /routing-instance/1503437f-8c66-4aa5-8ade-bbc0f5497a94?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2023 0.004530 10.0.0.41 - - [2025-12-04 02:22:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.41 - - [2025-12-04 02:22:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 10.0.0.41 - - [2025-12-04 02:22:05] "GET /virtual-network/08e5632d-294f-4301-b731-644bd9f2eb52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.006693 10.0.0.41 - - [2025-12-04 02:22:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000460 10.0.0.41 - - [2025-12-04 02:22:05] "GET /virtual-network/08e5632d-294f-4301-b731-644bd9f2eb52?fields=routing_instances HTTP/1.1" 200 1682 0.005790 10.0.0.41 - - [2025-12-04 02:22:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.41 - - [2025-12-04 02:22:05] "GET /virtual-network/67090a76-33a2-4dd5-bb77-5fd0f7975b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005008 10.0.0.41 - - [2025-12-04 02:22:05] "GET /virtual-network/67090a76-33a2-4dd5-bb77-5fd0f7975b3a?fields=routing_instances HTTP/1.1" 200 1688 0.006768 10.0.0.41 - - [2025-12-04 02:22:09] "POST /ref-update HTTP/1.1" 200 156 0.026936 10.0.0.41 - - [2025-12-04 02:22:09] "POST /neutron/network HTTP/1.1" 200 833 0.005205 10.0.0.41 - - [2025-12-04 02:22:09] "GET /virtual-network/67090a76-33a2-4dd5-bb77-5fd0f7975b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.003845 10.0.0.41 - - [2025-12-04 02:22:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002673 10.0.0.41 - - [2025-12-04 02:22:09] "GET /network-policy/bdfe5d27-77b6-4226-b77b-ee64c1f82dbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003144 10.0.0.41 - - [2025-12-04 02:22:09] "POST /ref-update HTTP/1.1" 200 156 0.029888 10.0.0.41 - - [2025-12-04 02:22:09] "POST /neutron/network HTTP/1.1" 200 831 0.005684 10.0.0.41 - - [2025-12-04 02:22:09] "GET /virtual-network/08e5632d-294f-4301-b731-644bd9f2eb52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.003944 10.0.0.41 - - [2025-12-04 02:22:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002725 10.0.0.41 - - [2025-12-04 02:22:10] "GET /network-policy/bdfe5d27-77b6-4226-b77b-ee64c1f82dbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003448 10.0.0.41 - - [2025-12-04 02:22:10] "DELETE /network-policy/bdfe5d27-77b6-4226-b77b-ee64c1f82dbc HTTP/1.1" 200 115 0.023111 10.0.0.41 - - [2025-12-04 02:22:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002198 10.0.0.41 - - [2025-12-04 02:22:10] "DELETE /service-instance/a00c901a-9254-48bb-b2c8-d054f12cdb9c HTTP/1.1" 200 115 0.039888 10.0.0.41 - - [2025-12-04 02:22:10] "GET /domains HTTP/1.1" 200 280 0.002017 10.0.0.41 - - [2025-12-04 02:22:10] "POST /ref-update HTTP/1.1" 200 156 0.009755 10.0.0.41 - - [2025-12-04 02:22:10] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000886 10.0.0.41 - - [2025-12-04 02:22:10] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a HTTP/1.1" 200 2772 0.006740 10.0.0.41 - - [2025-12-04 02:22:10] "GET /projects?obj_uuids=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000831 10.0.0.41 - - [2025-12-04 02:22:10] "DELETE /access-control-list/baa51922-d81f-460b-b244-245834a013f7 HTTP/1.1" 200 115 0.048183 10.0.0.41 - - [2025-12-04 02:22:10] "DELETE /instance-ip/707466a5-c47e-4f06-8bdc-f69d6f13dc2e HTTP/1.1" 200 115 0.034096 10.0.0.41 - - [2025-12-04 02:22:10] "POST /ref-update HTTP/1.1" 200 156 0.007542 10.0.0.41 - - [2025-12-04 02:22:10] "GET /project/bc9959a6-7a98-4832-945c-db11927d0123 HTTP/1.1" 200 3760 0.071517 10.0.0.41 - - [2025-12-04 02:22:10] "GET /virtual-machine/1d019135-acc3-4ede-adda-93d3e0289809 HTTP/1.1" 200 1802 0.002441 10.0.0.41 - - [2025-12-04 02:22:10] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001639 10.0.0.41 - - [2025-12-04 02:22:10] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002166 10.0.0.41 - - [2025-12-04 02:22:10] "DELETE /routing-instance/eb2c93a1-9f9c-4492-bd89-13921270f6cf HTTP/1.1" 200 115 0.043071 10.0.0.41 - - [2025-12-04 02:22:10] "DELETE /instance-ip/3dc50725-b483-49d9-82b1-64dd9428c62e HTTP/1.1" 200 115 0.029348 10.0.0.41 - - [2025-12-04 02:22:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002393 10.0.0.41 - - [2025-12-04 02:22:10] "POST /ref-update HTTP/1.1" 200 156 0.009978 10.0.0.41 - - [2025-12-04 02:22:10] "DELETE /route-target/3cd20b3d-0338-4123-a25c-610520d722b0 HTTP/1.1" 200 115 0.011868 10.0.0.41 - - [2025-12-04 02:22:10] "DELETE /instance-ip/17fa1785-0ca1-4a3a-8bb3-3370637adc9f HTTP/1.1" 200 115 0.019902 10.0.0.41 - - [2025-12-04 02:22:10] "POST /ref-update HTTP/1.1" 200 156 0.010200 10.0.0.41 - - [2025-12-04 02:22:10] "DELETE /routing-instance/1fb3508e-2e5b-498f-9e2f-9c55321150e2 HTTP/1.1" 200 115 0.042316 10.0.0.41 - - [2025-12-04 02:22:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002608 10.0.0.41 - - [2025-12-04 02:22:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.009020 10.0.0.41 - - [2025-12-04 02:22:10] "DELETE /service-template/137e959a-8841-4cd0-b79e-def80988c130 HTTP/1.1" 200 115 0.023623 10.0.0.41 - - [2025-12-04 02:22:10] "DELETE /instance-ip/b2fd9012-3fc8-44dd-97a1-c452d730f114 HTTP/1.1" 200 115 0.035125 10.0.0.41 - - [2025-12-04 02:22:10] "POST /fqname-to-id HTTP/1.1" 404 193 0.002723 10.0.0.41 - - [2025-12-04 02:22:10] "DELETE /route-target/b247f337-6936-4233-b732-f422cd279d74 HTTP/1.1" 200 115 0.033264 10.0.0.41 - - [2025-12-04 02:22:10] "POST /ref-update HTTP/1.1" 200 156 0.022241 10.0.0.41 - - [2025-12-04 02:22:10] "DELETE /access-control-list/562ad7f1-b325-4af7-acd2-8fb4249046c8 HTTP/1.1" 200 115 0.016597 10.0.0.41 - - [2025-12-04 02:22:10] "DELETE /instance-ip/6f492869-2c91-43f0-92ff-6afbf69654bb HTTP/1.1" 200 115 0.019302 10.0.0.41 - - [2025-12-04 02:22:10] "POST /ref-update HTTP/1.1" 200 156 0.009237 10.0.0.41 - - [2025-12-04 02:22:10] "DELETE /instance-ip/9a774826-ae44-4c31-bb4b-92cec85ee759 HTTP/1.1" 200 115 0.037165 10.0.0.41 - - [2025-12-04 02:22:10] "POST /neutron/network HTTP/1.1" 200 833 0.006068 10.0.0.41 - - [2025-12-04 02:22:10] "POST /neutron/network HTTP/1.1" 400 204 0.009674 10.0.0.41 - - [2025-12-04 02:22:11] "POST /neutron/port HTTP/1.1" 200 1085 0.009656 10.0.0.41 - - [2025-12-04 02:22:11] "POST /neutron/port HTTP/1.1" 200 1111 0.010180 10.0.0.41 - - [2025-12-04 02:22:11] "POST /neutron/port HTTP/1.1" 200 1085 0.013698 10.0.0.41 - - [2025-12-04 02:22:11] "POST /neutron/port HTTP/1.1" 200 1111 0.012570 10.0.0.41 - - [2025-12-04 02:22:11] "POST /neutron/port HTTP/1.1" 200 151 0.132135 10.0.0.41 - - [2025-12-04 02:22:11] "POST /neutron/port HTTP/1.1" 200 151 0.124210 10.0.0.41 - - [2025-12-04 02:22:11] "POST /neutron/port HTTP/1.1" 200 3023 0.020742 10.0.0.41 - - [2025-12-04 02:22:11] "POST /neutron/port HTTP/1.1" 200 1111 0.008249 10.0.0.41 - - [2025-12-04 02:22:11] "POST /neutron/port HTTP/1.1" 200 151 0.082962 10.0.0.41 - - [2025-12-04 02:22:11] "POST /neutron/port HTTP/1.1" 200 1112 0.007118 10.0.0.41 - - [2025-12-04 02:22:11] "POST /neutron/port HTTP/1.1" 200 151 0.093253 10.0.0.41 - - [2025-12-04 02:22:11] "POST /neutron/port HTTP/1.1" 200 1111 0.008580 10.0.0.41 - - [2025-12-04 02:22:11] "POST /neutron/port HTTP/1.1" 200 151 0.093169 10.0.0.41 - - [2025-12-04 02:22:12] "POST /neutron/network HTTP/1.1" 200 833 0.005607 10.0.0.41 - - [2025-12-04 02:22:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004372 10.0.0.41 - - [2025-12-04 02:22:12] "POST /useragent-kv HTTP/1.1" 200 115 0.001797 10.0.0.41 - - [2025-12-04 02:22:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003014 10.0.0.41 - - [2025-12-04 02:22:12] "POST /neutron/network HTTP/1.1" 200 151 0.071110 10.0.0.41 - - [2025-12-04 02:22:12] "GET /routing-instance/1503437f-8c66-4aa5-8ade-bbc0f5497a94 HTTP/1.1" 404 171 0.003443 10.0.0.41 - - [2025-12-04 02:22:12] "DELETE /route-target/e6282d1b-f701-46b4-8982-0453f3685c01 HTTP/1.1" 200 115 0.024173 10.0.0.41 - - [2025-12-04 02:22:12] "GET /domains HTTP/1.1" 200 280 0.002334 10.0.0.41 - - [2025-12-04 02:22:12] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000867 10.0.0.41 - - [2025-12-04 02:22:12] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a HTTP/1.1" 200 2572 0.051649 10.0.0.41 - - [2025-12-04 02:22:12] "GET /projects?obj_uuids=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001214 10.0.0.41 - - [2025-12-04 02:22:12] "GET /project/bc9959a6-7a98-4832-945c-db11927d0123 HTTP/1.1" 200 2299 0.069105 10.0.0.41 - - [2025-12-04 02:22:13] "POST /neutron/network HTTP/1.1" 200 831 0.004507 10.0.0.41 - - [2025-12-04 02:22:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004107 10.0.0.41 - - [2025-12-04 02:22:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002616 10.0.0.41 - - [2025-12-04 02:22:13] "POST /useragent-kv HTTP/1.1" 200 115 0.001637 10.0.0.41 - - [2025-12-04 02:22:13] "POST /neutron/network HTTP/1.1" 200 151 0.107008 10.0.0.41 - - [2025-12-04 02:22:13] "DELETE /route-target/e9030118-9645-456d-9024-dc5537f3eb2c HTTP/1.1" 200 115 0.017201 10.0.0.41 - - [2025-12-04 02:22:13] "GET /routing-instance/f4cd7d3d-eb7e-48df-a3ab-d720626bd748 HTTP/1.1" 404 171 0.003927 10.0.0.41 - - [2025-12-04 02:22:13] "GET /domains HTTP/1.1" 200 280 0.001864 10.0.0.41 - - [2025-12-04 02:22:13] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000898 10.0.0.41 - - [2025-12-04 02:22:13] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a HTTP/1.1" 200 2572 0.049138 10.0.0.41 - - [2025-12-04 02:22:13] "GET /projects?obj_uuids=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001358 10.0.0.41 - - [2025-12-04 02:22:13] "GET /project/bc9959a6-7a98-4832-945c-db11927d0123 HTTP/1.1" 200 2081 0.062091 10.0.0.41 - - [2025-12-04 02:22:13] "POST /neutron/network HTTP/1.1" 200 832 0.004920 10.0.0.41 - - [2025-12-04 02:22:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.41 - - [2025-12-04 02:22:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002672 10.0.0.41 - - [2025-12-04 02:22:13] "POST /useragent-kv HTTP/1.1" 200 115 0.001495 10.0.0.41 - - [2025-12-04 02:22:13] "POST /neutron/network HTTP/1.1" 200 151 0.072361 10.0.0.41 - - [2025-12-04 02:22:13] "DELETE /route-target/efd801b9-baaa-4456-ac48-aa764057aa35 HTTP/1.1" 200 115 0.015838 10.0.0.41 - - [2025-12-04 02:22:13] "GET /routing-instance/2f15d58c-4fe4-4eef-9abd-aad576a5e6ca HTTP/1.1" 404 171 0.001858 10.0.0.41 - - [2025-12-04 02:22:13] "GET /domains HTTP/1.1" 200 280 0.002933 10.0.0.41 - - [2025-12-04 02:22:13] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001190 10.0.0.41 - - [2025-12-04 02:22:13] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a HTTP/1.1" 200 2572 0.050191 10.0.0.41 - - [2025-12-04 02:22:13] "GET /projects?obj_uuids=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001995 10.0.0.41 - - [2025-12-04 02:22:13] "GET /project/bc9959a6-7a98-4832-945c-db11927d0123 HTTP/1.1" 200 1841 0.061837 10.0.0.41 - - [2025-12-04 02:22:13] "GET /projects?obj_uuids=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000956 10.0.0.41 - - [2025-12-04 02:22:13] "GET /project/bc9959a6-7a98-4832-945c-db11927d0123?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.053303 10.0.0.41 - - [2025-12-04 02:22:13] "GET /projects?obj_uuids=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000824 10.0.0.41 - - [2025-12-04 02:22:13] "GET /project/bc9959a6-7a98-4832-945c-db11927d0123?fields=virtual_networks HTTP/1.1" 200 1029 0.061565 10.0.0.41 - - [2025-12-04 02:22:13] "GET /projects?obj_uuids=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000908 10.0.0.41 - - [2025-12-04 02:22:13] "GET /project/bc9959a6-7a98-4832-945c-db11927d0123?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.024902 10.0.0.41 - - [2025-12-04 02:22:14] "GET /projects?obj_uuids=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000935 10.0.0.41 - - [2025-12-04 02:22:14] "GET /project/bc9959a6-7a98-4832-945c-db11927d0123?fields=security_groups HTTP/1.1" 200 1253 0.025540 10.0.0.41 - - [2025-12-04 02:22:14] "POST /fqname-to-id HTTP/1.1" 404 189 0.025448 10.0.0.41 - - [2025-12-04 02:22:14] "GET /projects?obj_uuids=28a60912-d0ad-4474-a776-0bac9cde7f8b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002124 10.0.0.41 - - [2025-12-04 02:22:14] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000919 10.0.0.41 - - [2025-12-04 02:22:14] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.034174 10.0.0.41 - - [2025-12-04 02:22:15] "POST /id-to-fqname HTTP/1.1" 200 191 0.001001 10.0.0.41 - - [2025-12-04 02:22:15] "POST /fqname-to-id HTTP/1.1" 404 200 0.003676 10.0.0.41 - - [2025-12-04 02:22:15] "POST /security-groups HTTP/1.1" 200 592 0.066227 10.0.0.41 - - [2025-12-04 02:22:15] "POST /fqname-to-id HTTP/1.1" 404 235 0.002018 10.0.0.41 - - [2025-12-04 02:22:15] "POST /projects HTTP/1.1" 200 587 0.212735 10.0.0.41 - - [2025-12-04 02:22:15] "POST /access-control-lists HTTP/1.1" 200 597 0.058422 10.0.0.41 - - [2025-12-04 02:22:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.281182 10.0.0.41 - - [2025-12-04 02:22:15] "POST /fqname-to-id HTTP/1.1" 404 234 0.002386 10.0.0.41 - - [2025-12-04 02:22:15] "GET /project/28a60912-d0ad-4474-a776-0bac9cde7f8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.422245 10.0.0.41 - - [2025-12-04 02:22:15] "POST /access-control-lists HTTP/1.1" 200 595 0.061079 10.0.0.41 - - [2025-12-04 02:22:16] "GET / HTTP/1.1" 200 35931 0.001786 10.0.0.41 - - [2025-12-04 02:22:17] "GET /project/28a60912-d0ad-4474-a776-0bac9cde7f8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000432 10.0.0.41 - - [2025-12-04 02:22:17] "GET /projects?obj_uuids=28a60912-d0ad-4474-a776-0bac9cde7f8b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000947 10.0.0.41 - - [2025-12-04 02:22:17] "GET /project/28a60912-d0ad-4474-a776-0bac9cde7f8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.047321 10.0.0.41 - - [2025-12-04 02:22:17] "POST /fqname-to-id HTTP/1.1" 404 180 0.002013 10.0.0.41 - - [2025-12-04 02:22:17] "POST /virtual-DNSs HTTP/1.1" 200 507 0.016598 10.0.0.41 - - [2025-12-04 02:22:17] "GET /virtual-DNS/4d3f3649-e1c8-41db-af46-4db93669d383?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.004435 10.0.0.41 - - [2025-12-04 02:22:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.41 - - [2025-12-04 02:22:17] "GET /virtual-DNS/4d3f3649-e1c8-41db-af46-4db93669d383?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.002949 10.0.0.41 - - [2025-12-04 02:22:17] "GET /domains HTTP/1.1" 401 292 0.002408 10.0.0.41 - - [2025-12-04 02:22:18] "GET /domains HTTP/1.1" 200 280 0.024915 10.0.0.41 - - [2025-12-04 02:22:18] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000869 10.0.0.41 - - [2025-12-04 02:22:18] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a HTTP/1.1" 200 2959 0.006557 10.0.0.41 - - [2025-12-04 02:22:18] "GET /virtual-DNS/4d3f3649-e1c8-41db-af46-4db93669d383 HTTP/1.1" 200 1438 0.003134 10.0.0.41 - - [2025-12-04 02:22:18] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.001812 10.0.0.41 - - [2025-12-04 02:22:18] "POST /network-ipams HTTP/1.1" 200 514 0.014311 10.0.0.41 - - [2025-12-04 02:22:18] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.002287 10.0.0.41 - - [2025-12-04 02:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002453 10.0.0.41 - - [2025-12-04 02:22:18] "GET /network-ipam/4e50d79d-f8e7-4831-bdea-ed1430d07fa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.003946 10.0.0.41 - - [2025-12-04 02:22:18] "PUT /network-ipam/4e50d79d-f8e7-4831-bdea-ed1430d07fa9 HTTP/1.1" 200 258 0.009623 10.0.0.41 - - [2025-12-04 02:22:18] "POST /ref-update HTTP/1.1" 200 156 0.007757 10.0.0.41 - - [2025-12-04 02:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002377 10.0.0.41 - - [2025-12-04 02:22:18] "GET /projects?obj_uuids=28a60912-d0ad-4474-a776-0bac9cde7f8b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000919 10.0.0.41 - - [2025-12-04 02:22:18] "GET /project/28a60912-d0ad-4474-a776-0bac9cde7f8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.021988 10.0.0.41 - - [2025-12-04 02:22:18] "POST /neutron/network HTTP/1.1" 200 117 0.029311 10.0.0.41 - - [2025-12-04 02:22:18] "GET /projects?obj_uuids=28a60912-d0ad-4474-a776-0bac9cde7f8b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000811 10.0.0.41 - - [2025-12-04 02:22:18] "POST /neutron/network HTTP/1.1" 200 618 0.053544 10.0.0.41 - - [2025-12-04 02:22:18] "POST /route-targets HTTP/1.1" 200 327 0.008678 10.0.0.41 - - [2025-12-04 02:22:18] "POST /ref-update HTTP/1.1" 200 156 0.011320 10.0.0.41 - - [2025-12-04 02:22:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002791 10.0.0.41 - - [2025-12-04 02:22:19] "POST /neutron/subnet HTTP/1.1" 200 711 0.139073 10.0.0.41 - - [2025-12-04 02:22:19] "POST /neutron/network HTTP/1.1" 200 833 0.004387 10.0.0.41 - - [2025-12-04 02:22:19] "POST /id-to-fqname HTTP/1.1" 200 227 0.001012 10.0.0.41 - - [2025-12-04 02:22:19] "GET /virtual-network/bbb6d422-c2c1-4510-9831-ee02894daa8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004589 10.0.0.41 - - [2025-12-04 02:22:19] "POST /neutron/network HTTP/1.1" 200 833 0.004950 10.0.0.41 - - [2025-12-04 02:22:19] "GET /virtual-network/bbb6d422-c2c1-4510-9831-ee02894daa8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004375 10.0.0.41 - - [2025-12-04 02:22:19] "POST /neutron/network HTTP/1.1" 200 833 0.005550 10.0.0.41 - - [2025-12-04 02:22:19] "POST /neutron/subnet HTTP/1.1" 200 711 0.005672 10.0.0.41 - - [2025-12-04 02:22:19] "POST /neutron/network HTTP/1.1" 200 807 0.008652 10.0.0.41 - - [2025-12-04 02:22:19] "POST /neutron/network HTTP/1.1" 200 833 0.003767 10.0.0.41 - - [2025-12-04 02:22:19] "POST /id-to-fqname HTTP/1.1" 200 227 0.000901 10.0.0.41 - - [2025-12-04 02:22:19] "POST /neutron/network HTTP/1.1" 200 843 0.005828 10.0.0.41 - - [2025-12-04 02:22:19] "GET /aaa-mode HTTP/1.1" 401 292 0.000444 10.0.0.41 - - [2025-12-04 02:22:19] "GET / HTTP/1.1" 200 35931 0.001446 10.0.0.41 - - [2025-12-04 02:22:19] "GET /project/28a60912-d0ad-4474-a776-0bac9cde7f8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000988 10.0.0.41 - - [2025-12-04 02:22:20] "GET /projects?obj_uuids=28a60912-d0ad-4474-a776-0bac9cde7f8b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000955 10.0.0.41 - - [2025-12-04 02:22:20] "GET /project/28a60912-d0ad-4474-a776-0bac9cde7f8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.046365 10.0.0.41 - - [2025-12-04 02:22:20] "POST /neutron/network HTTP/1.1" 200 833 0.032741 10.0.0.41 - - [2025-12-04 02:22:20] "POST /neutron/port HTTP/1.1" 200 117 0.004521 10.0.0.41 - - [2025-12-04 02:22:20] "POST /neutron/port HTTP/1.1" 200 117 0.004525 10.0.0.41 - - [2025-12-04 02:22:20] "POST /neutron/port HTTP/1.1" 200 117 0.005348 10.0.0.41 - - [2025-12-04 02:22:20] "POST /neutron/network HTTP/1.1" 200 843 0.004441 10.0.0.41 - - [2025-12-04 02:22:20] "GET /projects?obj_uuids=28a60912-d0ad-4474-a776-0bac9cde7f8b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000894 10.0.0.41 - - [2025-12-04 02:22:20] "POST /neutron/port HTTP/1.1" 200 1058 0.175275 10.0.0.41 - - [2025-12-04 02:22:20] "POST /neutron/port HTTP/1.1" 200 1058 0.039284 10.0.0.41 - - [2025-12-04 02:22:20] "POST /neutron/port HTTP/1.1" 200 1058 0.006300 10.0.0.41 - - [2025-12-04 02:22:21] "POST /neutron/port HTTP/1.1" 200 1112 0.042097 10.0.0.41 - - [2025-12-04 02:22:21] "POST /neutron/port HTTP/1.1" 200 1086 0.009655 10.0.0.41 - - [2025-12-04 02:22:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002795 10.0.0.41 - - [2025-12-04 02:22:21] "POST /neutron/subnet HTTP/1.1" 200 685 0.005329 10.0.0.41 - - [2025-12-04 02:22:21] "POST /neutron/port HTTP/1.1" 200 117 0.001124 10.0.0.41 - - [2025-12-04 02:22:21] "POST /neutron/network HTTP/1.1" 200 833 0.004439 10.0.0.41 - - [2025-12-04 02:22:23] "POST /neutron/port HTTP/1.1" 200 1086 0.009306 10.0.0.41 - - [2025-12-04 02:22:23] "POST /neutron/port HTTP/1.1" 200 1086 0.008684 10.0.0.41 - - [2025-12-04 02:22:23] "POST /neutron/network HTTP/1.1" 200 843 0.004826 10.0.0.41 - - [2025-12-04 02:22:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002904 10.0.0.41 - - [2025-12-04 02:22:23] "POST /neutron/subnet HTTP/1.1" 200 685 0.006670 10.0.0.41 - - [2025-12-04 02:22:23] "POST /neutron/port HTTP/1.1" 200 117 0.001020 10.0.0.41 - - [2025-12-04 02:22:23] "POST /neutron/network HTTP/1.1" 200 833 0.004966 10.0.0.41 - - [2025-12-04 02:22:25] "POST /neutron/port HTTP/1.1" 200 1086 0.010619 10.0.0.41 - - [2025-12-04 02:22:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005361 10.0.0.41 - - [2025-12-04 02:22:25] "POST /neutron/port HTTP/1.1" 200 1086 0.009291 10.0.0.41 - - [2025-12-04 02:22:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004826 10.0.0.41 - - [2025-12-04 02:22:25] "POST /neutron/port HTTP/1.1" 200 1086 0.009593 10.0.0.41 - - [2025-12-04 02:22:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005785 10.0.0.41 - - [2025-12-04 02:22:25] "GET /virtual-machine/21067b5f-1c65-41cd-88d6-9ffd5091b87a HTTP/1.1" 200 1292 0.005821 10.0.0.41 - - [2025-12-04 02:22:25] "GET /virtual-machine-interface/121ff305-9ff6-4518-9276-9e8928319f50 HTTP/1.1" 200 2964 0.004040 10.0.0.41 - - [2025-12-04 02:22:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002563 10.0.0.41 - - [2025-12-04 02:22:25] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003357 10.0.0.41 - - [2025-12-04 02:22:25] "GET /virtual-networks?parent_id=28a60912-d0ad-4474-a776-0bac9cde7f8b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002467 10.0.0.41 - - [2025-12-04 02:22:25] "GET /virtual-network/bbb6d422-c2c1-4510-9831-ee02894daa8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004917 10.0.0.41 - - [2025-12-04 02:22:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002647 10.0.0.41 - - [2025-12-04 02:22:28] "GET /virtual-network/bbb6d422-c2c1-4510-9831-ee02894daa8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004351 10.0.0.41 - - [2025-12-04 02:22:29] "POST /neutron/port HTTP/1.1" 200 1086 0.009110 10.0.0.41 - - [2025-12-04 02:22:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005144 10.0.0.41 - - [2025-12-04 02:22:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.41 - - [2025-12-04 02:22:30] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003174 10.0.0.41 - - [2025-12-04 02:22:30] "GET /virtual-networks?parent_id=28a60912-d0ad-4474-a776-0bac9cde7f8b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003422 10.0.0.41 - - [2025-12-04 02:22:31] "GET /virtual-network/bbb6d422-c2c1-4510-9831-ee02894daa8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006461 10.0.0.41 - - [2025-12-04 02:22:31] "POST /neutron/port HTTP/1.1" 200 1086 0.011467 10.0.0.41 - - [2025-12-04 02:22:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006858 10.0.0.41 - - [2025-12-04 02:22:40] "POST /neutron/network HTTP/1.1" 200 807 0.010909 10.0.0.41 - - [2025-12-04 02:22:40] "POST /neutron/network HTTP/1.1" 200 833 0.005589 10.0.0.41 - - [2025-12-04 02:22:40] "POST /id-to-fqname HTTP/1.1" 200 227 0.001206 10.0.0.41 - - [2025-12-04 02:22:41] "POST /neutron/port HTTP/1.1" 200 1086 0.010504 10.0.0.41 - - [2025-12-04 02:22:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006711 10.0.0.41 - - [2025-12-04 02:22:41] "POST /neutron/network HTTP/1.1" 200 843 0.005136 10.0.0.41 - - [2025-12-04 02:22:41] "GET /aaa-mode HTTP/1.1" 401 292 0.000360 10.0.0.41 - - [2025-12-04 02:22:41] "GET / HTTP/1.1" 200 35931 0.001562 10.0.0.41 - - [2025-12-04 02:22:41] "GET /project/28a60912-d0ad-4474-a776-0bac9cde7f8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000339 10.0.0.41 - - [2025-12-04 02:22:41] "GET /projects?obj_uuids=28a60912-d0ad-4474-a776-0bac9cde7f8b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001194 10.0.0.41 - - [2025-12-04 02:22:41] "GET /project/28a60912-d0ad-4474-a776-0bac9cde7f8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.048563 10.0.0.41 - - [2025-12-04 02:22:41] "POST /neutron/network HTTP/1.1" 200 833 0.005235 10.0.0.41 - - [2025-12-04 02:22:42] "POST /neutron/port HTTP/1.1" 200 1086 0.012910 10.0.0.41 - - [2025-12-04 02:22:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006244 10.0.0.41 - - [2025-12-04 02:22:42] "POST /neutron/port HTTP/1.1" 200 117 0.004211 10.0.0.41 - - [2025-12-04 02:22:42] "POST /neutron/port HTTP/1.1" 200 117 0.003879 10.0.0.41 - - [2025-12-04 02:22:42] "POST /neutron/network HTTP/1.1" 200 843 0.004619 10.0.0.41 - - [2025-12-04 02:22:42] "GET /projects?obj_uuids=28a60912-d0ad-4474-a776-0bac9cde7f8b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001001 10.0.0.41 - - [2025-12-04 02:22:42] "POST /neutron/port HTTP/1.1" 200 1058 0.155587 10.0.0.41 - - [2025-12-04 02:22:42] "POST /neutron/port HTTP/1.1" 200 1058 0.012023 10.0.0.41 - - [2025-12-04 02:22:42] "POST /neutron/port HTTP/1.1" 200 1058 0.010509 10.0.0.41 - - [2025-12-04 02:22:42] "POST /neutron/port HTTP/1.1" 200 1112 0.052449 10.0.0.41 - - [2025-12-04 02:22:42] "POST /neutron/port HTTP/1.1" 200 1086 0.010227 10.0.0.41 - - [2025-12-04 02:22:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002782 10.0.0.41 - - [2025-12-04 02:22:42] "POST /neutron/subnet HTTP/1.1" 200 685 0.005577 10.0.0.41 - - [2025-12-04 02:22:42] "POST /neutron/port HTTP/1.1" 200 117 0.001036 10.0.0.41 - - [2025-12-04 02:22:42] "POST /neutron/network HTTP/1.1" 200 833 0.004321 10.0.0.41 - - [2025-12-04 02:22:47] "POST /neutron/port HTTP/1.1" 200 1086 0.009722 10.0.0.41 - - [2025-12-04 02:22:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005041 10.0.0.41 - - [2025-12-04 02:22:47] "POST /neutron/port HTTP/1.1" 200 1086 0.009584 10.0.0.41 - - [2025-12-04 02:22:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005580 10.0.0.41 - - [2025-12-04 02:22:47] "POST /neutron/port HTTP/1.1" 200 1086 0.010201 10.0.0.41 - - [2025-12-04 02:22:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005325 10.0.0.41 - - [2025-12-04 02:22:47] "GET /virtual-machine/337279ea-b4a6-4b2c-9e4a-e42122cbbfd1 HTTP/1.1" 200 1293 0.003629 10.0.0.41 - - [2025-12-04 02:22:47] "GET /virtual-machine-interface/e3c8c7e5-52ce-49e9-9714-9e2d23b51882 HTTP/1.1" 200 2965 0.006309 10.0.0.41 - - [2025-12-04 02:22:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004783 10.0.0.41 - - [2025-12-04 02:22:47] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003280 10.0.0.41 - - [2025-12-04 02:22:47] "DELETE /project/28a60912d0ad4474a7760bac9cde7f8b HTTP/1.1" 404 173 0.003181 10.0.0.41 - - [2025-12-04 02:22:47] "GET /projects?obj_uuids=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000917 10.0.0.41 - - [2025-12-04 02:22:47] "GET /virtual-networks?parent_id=28a60912-d0ad-4474-a776-0bac9cde7f8b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003506 10.0.0.41 - - [2025-12-04 02:22:47] "GET /project/bc9959a6-7a98-4832-945c-db11927d0123?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.042930 10.0.0.41 - - [2025-12-04 02:22:47] "GET /projects?obj_uuids=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001253 10.0.0.41 - - [2025-12-04 02:22:47] "GET /virtual-network/bbb6d422-c2c1-4510-9831-ee02894daa8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006697 10.0.0.41 - - [2025-12-04 02:22:47] "GET /project/bc9959a6-7a98-4832-945c-db11927d0123?fields=security_groups HTTP/1.1" 200 1358 0.028683 10.0.0.41 - - [2025-12-04 02:22:47] "DELETE /security-group/820ca651-f3ba-4b25-adcc-0a67afad2e4d HTTP/1.1" 200 115 0.038425 10.0.0.41 - - [2025-12-04 02:22:47] "GET /projects?obj_uuids=bc9959a6-7a98-4832-945c-db11927d0123&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001101 10.0.0.41 - - [2025-12-04 02:22:47] "DELETE /access-control-list/cac8b2c5-9ce4-4aea-a200-0d64ff3e2b7a HTTP/1.1" 200 115 0.032698 10.0.0.41 - - [2025-12-04 02:22:47] "GET /project/bc9959a6-7a98-4832-945c-db11927d0123?fields=application_policy_sets HTTP/1.1" 200 1397 0.041764 10.0.0.41 - - [2025-12-04 02:22:47] "DELETE /access-control-list/c057dd65-398c-452a-bf9a-ff89db4b851b HTTP/1.1" 200 115 0.037098 10.0.0.41 - - [2025-12-04 02:22:47] "DELETE /project/bc9959a6-7a98-4832-945c-db11927d0123 HTTP/1.1" 200 115 0.308407 10.0.0.41 - - [2025-12-04 02:22:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.41 - - [2025-12-04 02:22:50] "GET /virtual-network/bbb6d422-c2c1-4510-9831-ee02894daa8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004287 10.0.0.41 - - [2025-12-04 02:22:51] "POST /neutron/port HTTP/1.1" 200 1086 0.040406 10.0.0.41 - - [2025-12-04 02:22:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005689 10.0.0.41 - - [2025-12-04 02:22:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002621 10.0.0.41 - - [2025-12-04 02:22:52] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003122 10.0.0.41 - - [2025-12-04 02:22:52] "GET /virtual-networks?parent_id=28a60912-d0ad-4474-a776-0bac9cde7f8b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002903 10.0.0.41 - - [2025-12-04 02:22:52] "GET /virtual-network/bbb6d422-c2c1-4510-9831-ee02894daa8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005525 10.0.0.41 - - [2025-12-04 02:22:53] "GET /obj-perms HTTP/1.1" 200 5056 0.049139 10.0.0.41 - - [2025-12-04 02:22:53] "GET /obj-perms HTTP/1.1" 200 5056 0.049823 10.0.0.41 - - [2025-12-04 02:22:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002597 10.0.0.41 - - [2025-12-04 02:22:59] "DELETE /virtual-DNS/4d3f3649-e1c8-41db-af46-4db93669d383 HTTP/1.1" 409 235 0.005785 10.0.0.41 - - [2025-12-04 02:22:59] "POST /fqname-to-id HTTP/1.1" 404 192 0.002490 10.0.0.41 - - [2025-12-04 02:22:59] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.014032 10.0.0.41 - - [2025-12-04 02:22:59] "GET /virtual-DNS-record/fbe06b2c-5aa9-4fce-bca1-c0f19357640c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.004004 10.0.0.41 - - [2025-12-04 02:22:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002629 10.0.0.41 - - [2025-12-04 02:23:00] "GET /virtual-DNS-record/fbe06b2c-5aa9-4fce-bca1-c0f19357640c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.003125 10.0.0.41 - - [2025-12-04 02:23:00] "GET /domains HTTP/1.1" 200 280 0.002769 10.0.0.41 - - [2025-12-04 02:23:00] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000969 10.0.0.41 - - [2025-12-04 02:23:00] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a HTTP/1.1" 200 2775 0.007053 10.0.0.41 - - [2025-12-04 02:23:00] "GET /virtual-DNS/4d3f3649-e1c8-41db-af46-4db93669d383 HTTP/1.1" 200 1907 0.003347 10.0.0.41 - - [2025-12-04 02:23:00] "GET /virtual-DNS-record/fbe06b2c-5aa9-4fce-bca1-c0f19357640c HTTP/1.1" 200 1337 0.002344 10.0.0.41 - - [2025-12-04 02:23:05] "DELETE /virtual-DNS-record/fbe06b2c-5aa9-4fce-bca1-c0f19357640c HTTP/1.1" 200 115 0.016825 10.0.0.41 - - [2025-12-04 02:23:05] "POST /fqname-to-id HTTP/1.1" 404 184 0.002012 10.0.0.41 - - [2025-12-04 02:23:05] "POST /neutron/network HTTP/1.1" 200 833 0.006133 10.0.0.41 - - [2025-12-04 02:23:05] "POST /neutron/network HTTP/1.1" 400 204 0.008774 10.0.0.41 - - [2025-12-04 02:23:06] "POST /neutron/port HTTP/1.1" 200 1086 0.009511 10.0.0.41 - - [2025-12-04 02:23:06] "POST /neutron/port HTTP/1.1" 200 1112 0.008175 10.0.0.41 - - [2025-12-04 02:23:06] "POST /neutron/port HTTP/1.1" 200 1086 0.009889 10.0.0.41 - - [2025-12-04 02:23:06] "POST /neutron/port HTTP/1.1" 200 1112 0.006233 10.0.0.41 - - [2025-12-04 02:23:06] "POST /neutron/port HTTP/1.1" 200 151 0.104003 10.0.0.41 - - [2025-12-04 02:23:06] "POST /neutron/port HTTP/1.1" 200 151 0.107959 10.0.0.41 - - [2025-12-04 02:23:07] "POST /neutron/network HTTP/1.1" 200 833 0.006456 10.0.0.41 - - [2025-12-04 02:23:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.017809 10.0.0.41 - - [2025-12-04 02:23:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002336 10.0.0.41 - - [2025-12-04 02:23:07] "POST /useragent-kv HTTP/1.1" 200 115 0.004472 10.0.0.41 - - [2025-12-04 02:23:07] "POST /neutron/network HTTP/1.1" 200 151 0.244606 10.0.0.41 - - [2025-12-04 02:23:07] "DELETE /route-target/6a47dd43-c619-4093-9cf6-ab3d38c64841 HTTP/1.1" 200 115 0.049202 10.0.0.41 - - [2025-12-04 02:23:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002459 10.0.0.41 - - [2025-12-04 02:23:07] "DELETE /network-ipam/4e50d79d-f8e7-4831-bdea-ed1430d07fa9 HTTP/1.1" 200 115 0.024502 10.0.0.41 - - [2025-12-04 02:23:07] "DELETE /virtual-DNS/4d3f3649-e1c8-41db-af46-4db93669d383 HTTP/1.1" 200 115 0.030512 10.0.0.41 - - [2025-12-04 02:23:07] "POST /fqname-to-id HTTP/1.1" 404 180 0.002789 10.0.0.41 - - [2025-12-04 02:23:08] "GET /domains HTTP/1.1" 200 280 0.002554 10.0.0.41 - - [2025-12-04 02:23:08] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000791 10.0.0.41 - - [2025-12-04 02:23:08] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a HTTP/1.1" 200 2575 0.006463 10.0.0.41 - - [2025-12-04 02:23:08] "GET /projects?obj_uuids=28a60912-d0ad-4474-a776-0bac9cde7f8b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000899 10.0.0.41 - - [2025-12-04 02:23:08] "GET /project/28a60912-d0ad-4474-a776-0bac9cde7f8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.025764 10.0.0.41 - - [2025-12-04 02:23:08] "GET /projects?obj_uuids=28a60912-d0ad-4474-a776-0bac9cde7f8b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000881 10.0.0.41 - - [2025-12-04 02:23:08] "GET /project/28a60912-d0ad-4474-a776-0bac9cde7f8b?fields=virtual_networks HTTP/1.1" 200 1034 0.065719 10.0.0.41 - - [2025-12-04 02:23:08] "GET /projects?obj_uuids=28a60912-d0ad-4474-a776-0bac9cde7f8b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000922 10.0.0.41 - - [2025-12-04 02:23:08] "GET /project/28a60912-d0ad-4474-a776-0bac9cde7f8b?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.021133 10.0.0.41 - - [2025-12-04 02:23:08] "GET /projects?obj_uuids=28a60912-d0ad-4474-a776-0bac9cde7f8b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000951 10.0.0.41 - - [2025-12-04 02:23:08] "GET /project/28a60912-d0ad-4474-a776-0bac9cde7f8b?fields=security_groups HTTP/1.1" 200 1261 0.021935 10.0.0.41 - - [2025-12-04 02:23:09] "POST /fqname-to-id HTTP/1.1" 404 189 0.027192 10.0.0.41 - - [2025-12-04 02:23:09] "GET /projects?obj_uuids=4d68d9f7-791c-4dd5-a488-ca72a09bb9f4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002028 10.0.0.41 - - [2025-12-04 02:23:09] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000840 10.0.0.41 - - [2025-12-04 02:23:09] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.005726 10.0.0.41 - - [2025-12-04 02:23:09] "POST /id-to-fqname HTTP/1.1" 200 191 0.001075 10.0.0.41 - - [2025-12-04 02:23:09] "POST /fqname-to-id HTTP/1.1" 404 200 0.001805 10.0.0.41 - - [2025-12-04 02:23:09] "POST /security-groups HTTP/1.1" 200 592 0.059236 10.0.0.41 - - [2025-12-04 02:23:09] "POST /fqname-to-id HTTP/1.1" 404 235 0.002274 10.0.0.41 - - [2025-12-04 02:23:09] "POST /projects HTTP/1.1" 200 587 0.198816 10.0.0.41 - - [2025-12-04 02:23:09] "POST /access-control-lists HTTP/1.1" 200 597 0.058184 10.0.0.41 - - [2025-12-04 02:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.270558 10.0.0.41 - - [2025-12-04 02:23:09] "POST /fqname-to-id HTTP/1.1" 404 234 0.002462 10.0.0.41 - - [2025-12-04 02:23:09] "GET /project/4d68d9f7-791c-4dd5-a488-ca72a09bb9f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.393364 10.0.0.41 - - [2025-12-04 02:23:09] "POST /access-control-lists HTTP/1.1" 200 595 0.056514 10.0.0.41 - - [2025-12-04 02:23:10] "GET / HTTP/1.1" 200 35931 0.001820 10.0.0.41 - - [2025-12-04 02:23:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000504 10.0.0.41 - - [2025-12-04 02:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.054673 10.0.0.41 - - [2025-12-04 02:23:11] "GET /projects?obj_uuids=4d68d9f7-791c-4dd5-a488-ca72a09bb9f4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000878 10.0.0.41 - - [2025-12-04 02:23:11] "GET /project/4d68d9f7-791c-4dd5-a488-ca72a09bb9f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.020070 10.0.0.41 - - [2025-12-04 02:23:12] "POST /neutron/network HTTP/1.1" 200 117 0.032876 10.0.0.41 - - [2025-12-04 02:23:12] "GET /projects?obj_uuids=4d68d9f7-791c-4dd5-a488-ca72a09bb9f4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001911 10.0.0.41 - - [2025-12-04 02:23:12] "POST /neutron/network HTTP/1.1" 200 606 0.048837 10.0.0.41 - - [2025-12-04 02:23:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003165 10.0.0.41 - - [2025-12-04 02:23:12] "POST /neutron/subnet HTTP/1.1" 200 715 0.131712 10.0.0.41 - - [2025-12-04 02:23:12] "POST /neutron/network HTTP/1.1" 200 823 0.005631 10.0.0.41 - - [2025-12-04 02:23:12] "POST /id-to-fqname HTTP/1.1" 200 221 0.001259 10.0.0.41 - - [2025-12-04 02:23:12] "GET /virtual-network/43a270f1-8faa-416b-b446-c759c0327107?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004407 10.0.0.41 - - [2025-12-04 02:23:12] "POST /neutron/network HTTP/1.1" 200 823 0.006553 10.0.0.41 - - [2025-12-04 02:23:12] "GET /virtual-network/43a270f1-8faa-416b-b446-c759c0327107?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005139 10.0.0.41 - - [2025-12-04 02:23:12] "POST /neutron/network HTTP/1.1" 200 823 0.004932 10.0.0.41 - - [2025-12-04 02:23:12] "POST /neutron/subnet HTTP/1.1" 200 715 0.006446 10.0.0.41 - - [2025-12-04 02:23:12] "POST /id-to-fqname HTTP/1.1" 200 221 0.001024 10.0.0.41 - - [2025-12-04 02:23:12] "POST /neutron/network HTTP/1.1" 200 833 0.004257 10.0.0.41 - - [2025-12-04 02:23:12] "POST /route-targets HTTP/1.1" 200 327 0.010451 10.0.0.41 - - [2025-12-04 02:23:12] "GET /aaa-mode HTTP/1.1" 401 292 0.001266 10.0.0.41 - - [2025-12-04 02:23:12] "POST /ref-update HTTP/1.1" 200 156 0.013221 10.0.0.41 - - [2025-12-04 02:23:12] "GET / HTTP/1.1" 200 35931 0.006769 10.0.0.41 - - [2025-12-04 02:23:12] "GET /project/4d68d9f7-791c-4dd5-a488-ca72a09bb9f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000824 10.0.0.41 - - [2025-12-04 02:23:13] "GET /projects?obj_uuids=4d68d9f7-791c-4dd5-a488-ca72a09bb9f4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000946 10.0.0.41 - - [2025-12-04 02:23:13] "GET /project/4d68d9f7-791c-4dd5-a488-ca72a09bb9f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.044137 10.0.0.41 - - [2025-12-04 02:23:13] "POST /neutron/network HTTP/1.1" 200 823 0.005254 10.0.0.41 - - [2025-12-04 02:23:13] "POST /neutron/port HTTP/1.1" 200 117 0.004604 10.0.0.41 - - [2025-12-04 02:23:13] "POST /neutron/port HTTP/1.1" 200 117 0.004248 10.0.0.41 - - [2025-12-04 02:23:13] "POST /id-to-fqname HTTP/1.1" 200 221 0.001280 10.0.0.41 - - [2025-12-04 02:23:13] "POST /neutron/port HTTP/1.1" 200 117 0.004064 10.0.0.41 - - [2025-12-04 02:23:13] "POST /neutron/network HTTP/1.1" 200 833 0.004588 10.0.0.41 - - [2025-12-04 02:23:13] "GET /aaa-mode HTTP/1.1" 401 292 0.000529 10.0.0.41 - - [2025-12-04 02:23:13] "POST /neutron/network HTTP/1.1" 200 833 0.004953 10.0.0.41 - - [2025-12-04 02:23:13] "GET /projects?obj_uuids=4d68d9f7-791c-4dd5-a488-ca72a09bb9f4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001246 10.0.0.41 - - [2025-12-04 02:23:13] "GET / HTTP/1.1" 200 35931 0.001462 10.0.0.41 - - [2025-12-04 02:23:13] "GET /project/4d68d9f7-791c-4dd5-a488-ca72a09bb9f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000370 10.0.0.41 - - [2025-12-04 02:23:14] "POST /neutron/port HTTP/1.1" 200 1059 0.193537 10.0.0.41 - - [2025-12-04 02:23:14] "POST /neutron/port HTTP/1.1" 200 1059 0.007610 10.0.0.41 - - [2025-12-04 02:23:14] "POST /neutron/port HTTP/1.1" 200 1059 0.006686 10.0.0.41 - - [2025-12-04 02:23:14] "POST /neutron/port HTTP/1.1" 200 1113 0.053634 10.0.0.41 - - [2025-12-04 02:23:14] "POST /neutron/port HTTP/1.1" 200 1087 0.010004 10.0.0.41 - - [2025-12-04 02:23:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004499 10.0.0.41 - - [2025-12-04 02:23:14] "POST /neutron/subnet HTTP/1.1" 200 689 0.006435 10.0.0.41 - - [2025-12-04 02:23:14] "POST /neutron/port HTTP/1.1" 200 117 0.001384 10.0.0.41 - - [2025-12-04 02:23:14] "POST /neutron/network HTTP/1.1" 200 823 0.005554 10.0.0.41 - - [2025-12-04 02:23:14] "GET /projects?obj_uuids=4d68d9f7-791c-4dd5-a488-ca72a09bb9f4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001195 10.0.0.41 - - [2025-12-04 02:23:14] "GET /project/4d68d9f7-791c-4dd5-a488-ca72a09bb9f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.051815 10.0.0.41 - - [2025-12-04 02:23:14] "POST /neutron/network HTTP/1.1" 200 823 0.004599 10.0.0.41 - - [2025-12-04 02:23:14] "POST /neutron/port HTTP/1.1" 200 1087 0.014476 10.0.0.41 - - [2025-12-04 02:23:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007990 10.0.0.41 - - [2025-12-04 02:23:14] "POST /neutron/port HTTP/1.1" 200 117 0.004583 10.0.0.41 - - [2025-12-04 02:23:14] "POST /neutron/port HTTP/1.1" 200 1087 0.009763 10.0.0.41 - - [2025-12-04 02:23:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005542 10.0.0.41 - - [2025-12-04 02:23:14] "POST /neutron/network HTTP/1.1" 200 833 0.004816 10.0.0.41 - - [2025-12-04 02:23:14] "GET /projects?obj_uuids=4d68d9f7-791c-4dd5-a488-ca72a09bb9f4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000947 10.0.0.41 - - [2025-12-04 02:23:15] "POST /neutron/port HTTP/1.1" 200 1059 0.235930 10.0.0.41 - - [2025-12-04 02:23:15] "POST /neutron/port HTTP/1.1" 200 1059 0.008119 10.0.0.41 - - [2025-12-04 02:23:15] "POST /neutron/port HTTP/1.1" 200 1059 0.006276 10.0.0.41 - - [2025-12-04 02:23:15] "POST /neutron/port HTTP/1.1" 200 1113 0.059561 10.0.0.41 - - [2025-12-04 02:23:15] "POST /neutron/port HTTP/1.1" 200 1087 0.009780 10.0.0.41 - - [2025-12-04 02:23:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003447 10.0.0.41 - - [2025-12-04 02:23:15] "POST /neutron/subnet HTTP/1.1" 200 689 0.005614 10.0.0.41 - - [2025-12-04 02:23:15] "POST /neutron/port HTTP/1.1" 200 117 0.001078 10.0.0.41 - - [2025-12-04 02:23:15] "POST /neutron/network HTTP/1.1" 200 823 0.005263 10.0.0.41 - - [2025-12-04 02:23:19] "POST /neutron/port HTTP/1.1" 200 1087 0.009221 10.0.0.41 - - [2025-12-04 02:23:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005320 10.0.0.41 - - [2025-12-04 02:23:19] "POST /neutron/port HTTP/1.1" 200 1087 0.008731 10.0.0.41 - - [2025-12-04 02:23:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006316 10.0.0.41 - - [2025-12-04 02:23:19] "POST /neutron/port HTTP/1.1" 200 1087 0.009891 10.0.0.41 - - [2025-12-04 02:23:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006633 10.0.0.41 - - [2025-12-04 02:23:19] "GET /virtual-machine/29d56c47-acd3-4218-9463-94b82944c166 HTTP/1.1" 401 292 0.000506 10.0.0.41 - - [2025-12-04 02:23:20] "GET /virtual-machine/29d56c47-acd3-4218-9463-94b82944c166 HTTP/1.1" 200 1293 0.033141 10.0.0.41 - - [2025-12-04 02:23:20] "GET /virtual-machine-interface/021dd91a-822a-4968-b06e-6ae3962e57b2 HTTP/1.1" 200 2945 0.004429 10.0.0.41 - - [2025-12-04 02:23:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002418 10.0.0.41 - - [2025-12-04 02:23:20] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003290 10.0.0.41 - - [2025-12-04 02:23:20] "GET /virtual-networks?parent_id=4d68d9f7-791c-4dd5-a488-ca72a09bb9f4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002388 10.0.0.41 - - [2025-12-04 02:23:20] "GET /virtual-network/43a270f1-8faa-416b-b446-c759c0327107?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005086 10.0.0.41 - - [2025-12-04 02:23:22] "POST /neutron/port HTTP/1.1" 200 1087 0.009422 10.0.0.41 - - [2025-12-04 02:23:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004274 10.0.0.41 - - [2025-12-04 02:23:23] "POST /neutron/port HTTP/1.1" 200 1087 0.008703 10.0.0.41 - - [2025-12-04 02:23:23] "POST /neutron/port HTTP/1.1" 200 1087 0.008990 10.0.0.41 - - [2025-12-04 02:23:23] "POST /neutron/network HTTP/1.1" 200 833 0.004794 10.0.0.41 - - [2025-12-04 02:23:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002827 10.0.0.41 - - [2025-12-04 02:23:23] "POST /neutron/subnet HTTP/1.1" 200 689 0.006602 10.0.0.41 - - [2025-12-04 02:23:23] "POST /neutron/port HTTP/1.1" 200 117 0.001651 10.0.0.41 - - [2025-12-04 02:23:23] "POST /neutron/network HTTP/1.1" 200 823 0.004521 10.0.0.41 - - [2025-12-04 02:23:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002637 10.0.0.41 - - [2025-12-04 02:23:23] "GET /virtual-network/43a270f1-8faa-416b-b446-c759c0327107?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005827 10.0.0.41 - - [2025-12-04 02:23:23] "POST /neutron/port HTTP/1.1" 200 1087 0.009420 10.0.0.41 - - [2025-12-04 02:23:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004564 10.0.0.41 - - [2025-12-04 02:23:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002793 10.0.0.41 - - [2025-12-04 02:23:25] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002980 10.0.0.41 - - [2025-12-04 02:23:25] "GET /virtual-networks?parent_id=4d68d9f7-791c-4dd5-a488-ca72a09bb9f4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002519 10.0.0.41 - - [2025-12-04 02:23:25] "GET /virtual-network/43a270f1-8faa-416b-b446-c759c0327107?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004747 10.0.0.41 - - [2025-12-04 02:23:25] "POST /neutron/port HTTP/1.1" 200 1087 0.010199 10.0.0.41 - - [2025-12-04 02:23:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005441 10.0.0.41 - - [2025-12-04 02:23:26] "POST /neutron/port HTTP/1.1" 200 1087 0.011029 10.0.0.41 - - [2025-12-04 02:23:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005636 10.0.0.41 - - [2025-12-04 02:23:26] "POST /neutron/port HTTP/1.1" 200 1087 0.010043 10.0.0.41 - - [2025-12-04 02:23:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005296 10.0.0.41 - - [2025-12-04 02:23:26] "GET /virtual-machine/154ba90f-a825-4ee8-bdb6-62f6124b39cb HTTP/1.1" 200 1293 0.003967 10.0.0.41 - - [2025-12-04 02:23:26] "GET /virtual-machine-interface/d5cc4697-9cc1-470f-a8fc-c1cad2043979 HTTP/1.1" 200 2947 0.004221 10.0.0.41 - - [2025-12-04 02:23:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002394 10.0.0.41 - - [2025-12-04 02:23:26] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002283 10.0.0.41 - - [2025-12-04 02:23:26] "GET /virtual-networks?parent_id=4d68d9f7-791c-4dd5-a488-ca72a09bb9f4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002766 10.0.0.41 - - [2025-12-04 02:23:26] "GET /virtual-network/43a270f1-8faa-416b-b446-c759c0327107?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004697 10.0.0.41 - - [2025-12-04 02:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002761 10.0.0.41 - - [2025-12-04 02:23:27] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002445 10.0.0.41 - - [2025-12-04 02:23:27] "GET /virtual-networks?parent_id=4d68d9f7-791c-4dd5-a488-ca72a09bb9f4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002432 10.0.0.41 - - [2025-12-04 02:23:27] "GET /virtual-network/43a270f1-8faa-416b-b446-c759c0327107?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004677 10.0.0.41 - - [2025-12-04 02:23:31] "POST /neutron/network HTTP/1.1" 200 823 0.004962 10.0.0.41 - - [2025-12-04 02:23:31] "POST /neutron/network HTTP/1.1" 400 204 0.013449 10.0.0.41 - - [2025-12-04 02:23:31] "POST /neutron/port HTTP/1.1" 200 1087 0.008906 10.0.0.41 - - [2025-12-04 02:23:32] "POST /neutron/port HTTP/1.1" 200 1113 0.008030 10.0.0.41 - - [2025-12-04 02:23:32] "POST /neutron/port HTTP/1.1" 200 1087 0.010833 10.0.0.41 - - [2025-12-04 02:23:32] "POST /neutron/port HTTP/1.1" 200 1113 0.008445 10.0.0.41 - - [2025-12-04 02:23:32] "POST /neutron/port HTTP/1.1" 200 151 0.089275 10.0.0.41 - - [2025-12-04 02:23:32] "POST /neutron/port HTTP/1.1" 200 151 0.089741 10.0.0.41 - - [2025-12-04 02:23:33] "POST /neutron/network HTTP/1.1" 200 823 0.004813 10.0.0.41 - - [2025-12-04 02:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.41 - - [2025-12-04 02:23:33] "POST /useragent-kv HTTP/1.1" 200 115 0.001720 10.0.0.41 - - [2025-12-04 02:23:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002607 10.0.0.41 - - [2025-12-04 02:23:33] "POST /neutron/network HTTP/1.1" 200 151 0.067065 10.0.0.41 - - [2025-12-04 02:23:33] "DELETE /route-target/21ed84f3-37ef-4265-8f0a-9a021def4c0f HTTP/1.1" 200 115 0.011583 10.0.0.41 - - [2025-12-04 02:23:33] "GET /projects?obj_uuids=4d68d9f7-791c-4dd5-a488-ca72a09bb9f4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000905 10.0.0.41 - - [2025-12-04 02:23:33] "GET /project/4d68d9f7-791c-4dd5-a488-ca72a09bb9f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.023720 10.0.0.41 - - [2025-12-04 02:23:33] "GET /projects?obj_uuids=4d68d9f7-791c-4dd5-a488-ca72a09bb9f4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000816 10.0.0.41 - - [2025-12-04 02:23:34] "GET /project/4d68d9f7-791c-4dd5-a488-ca72a09bb9f4?fields=virtual_networks HTTP/1.1" 200 1034 0.061959 10.0.0.41 - - [2025-12-04 02:23:34] "GET /projects?obj_uuids=4d68d9f7-791c-4dd5-a488-ca72a09bb9f4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000938 10.0.0.41 - - [2025-12-04 02:23:34] "GET /project/4d68d9f7-791c-4dd5-a488-ca72a09bb9f4?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.026178 10.0.0.41 - - [2025-12-04 02:23:34] "GET /projects?obj_uuids=4d68d9f7-791c-4dd5-a488-ca72a09bb9f4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000922 10.0.0.41 - - [2025-12-04 02:23:34] "GET /project/4d68d9f7-791c-4dd5-a488-ca72a09bb9f4?fields=security_groups HTTP/1.1" 200 1261 0.023028 10.0.0.41 - - [2025-12-04 02:23:35] "POST /fqname-to-id HTTP/1.1" 404 188 0.027053 10.0.0.41 - - [2025-12-04 02:23:35] "GET /projects?obj_uuids=2d12cfde-842f-430c-bd41-0682ad17cb9e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002067 10.0.0.41 - - [2025-12-04 02:23:35] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000863 10.0.0.41 - - [2025-12-04 02:23:35] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006605 10.0.0.41 - - [2025-12-04 02:23:35] "POST /id-to-fqname HTTP/1.1" 200 190 0.002132 10.0.0.41 - - [2025-12-04 02:23:35] "POST /fqname-to-id HTTP/1.1" 404 199 0.002398 10.0.0.41 - - [2025-12-04 02:23:35] "POST /security-groups HTTP/1.1" 200 591 0.060046 10.0.0.41 - - [2025-12-04 02:23:35] "POST /fqname-to-id HTTP/1.1" 404 234 0.002311 10.0.0.41 - - [2025-12-04 02:23:35] "POST /projects HTTP/1.1" 200 585 0.198313 10.0.0.41 - - [2025-12-04 02:23:35] "POST /access-control-lists HTTP/1.1" 200 596 0.058068 10.0.0.41 - - [2025-12-04 02:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.266185 10.0.0.41 - - [2025-12-04 02:23:35] "POST /fqname-to-id HTTP/1.1" 404 233 0.002680 10.0.0.41 - - [2025-12-04 02:23:35] "GET /project/2d12cfde-842f-430c-bd41-0682ad17cb9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.379267 10.0.0.41 - - [2025-12-04 02:23:35] "POST /access-control-lists HTTP/1.1" 200 594 0.060122 10.0.0.41 - - [2025-12-04 02:23:36] "GET / HTTP/1.1" 200 35931 0.001698 10.0.0.41 - - [2025-12-04 02:23:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000509 10.0.0.41 - - [2025-12-04 02:23:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.052325 10.0.0.41 - - [2025-12-04 02:23:37] "GET /projects?obj_uuids=2d12cfde-842f-430c-bd41-0682ad17cb9e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000899 10.0.0.41 - - [2025-12-04 02:23:37] "GET /project/2d12cfde-842f-430c-bd41-0682ad17cb9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.022296 10.0.0.41 - - [2025-12-04 02:23:37] "POST /neutron/network HTTP/1.1" 200 117 0.033965 10.0.0.41 - - [2025-12-04 02:23:37] "GET /projects?obj_uuids=2d12cfde-842f-430c-bd41-0682ad17cb9e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001246 10.0.0.41 - - [2025-12-04 02:23:37] "POST /neutron/network HTTP/1.1" 200 625 0.052275 10.0.0.41 - - [2025-12-04 02:23:37] "POST /route-targets HTTP/1.1" 200 327 0.009586 10.0.0.41 - - [2025-12-04 02:23:37] "POST /ref-update HTTP/1.1" 200 156 0.012151 10.0.0.41 - - [2025-12-04 02:23:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003417 10.0.0.41 - - [2025-12-04 02:23:37] "POST /neutron/subnet HTTP/1.1" 200 701 0.184907 10.0.0.41 - - [2025-12-04 02:23:37] "POST /neutron/network HTTP/1.1" 200 839 0.004654 10.0.0.41 - - [2025-12-04 02:23:37] "POST /id-to-fqname HTTP/1.1" 200 230 0.000986 10.0.0.41 - - [2025-12-04 02:23:37] "GET /virtual-network/a7d3776b-d300-41ba-b199-6097f52e73bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004147 10.0.0.41 - - [2025-12-04 02:23:38] "POST /neutron/network HTTP/1.1" 200 839 0.004995 10.0.0.41 - - [2025-12-04 02:23:38] "GET /virtual-network/a7d3776b-d300-41ba-b199-6097f52e73bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004544 10.0.0.41 - - [2025-12-04 02:23:38] "POST /neutron/network HTTP/1.1" 200 839 0.004929 10.0.0.41 - - [2025-12-04 02:23:38] "POST /neutron/subnet HTTP/1.1" 200 701 0.005596 10.0.0.41 - - [2025-12-04 02:23:38] "POST /neutron/network HTTP/1.1" 200 839 0.004364 10.0.0.41 - - [2025-12-04 02:23:38] "POST /id-to-fqname HTTP/1.1" 200 230 0.001473 10.0.0.41 - - [2025-12-04 02:23:38] "POST /neutron/network HTTP/1.1" 200 849 0.004638 10.0.0.41 - - [2025-12-04 02:23:38] "GET /aaa-mode HTTP/1.1" 401 292 0.000407 10.0.0.41 - - [2025-12-04 02:23:38] "GET / HTTP/1.1" 200 35931 0.001561 10.0.0.41 - - [2025-12-04 02:23:38] "GET /project/2d12cfde-842f-430c-bd41-0682ad17cb9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000339 10.0.0.41 - - [2025-12-04 02:23:39] "GET /projects?obj_uuids=2d12cfde-842f-430c-bd41-0682ad17cb9e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000875 10.0.0.41 - - [2025-12-04 02:23:39] "GET /project/2d12cfde-842f-430c-bd41-0682ad17cb9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.043500 10.0.0.41 - - [2025-12-04 02:23:39] "POST /neutron/network HTTP/1.1" 200 839 0.005029 10.0.0.41 - - [2025-12-04 02:23:39] "POST /neutron/port HTTP/1.1" 200 117 0.004385 10.0.0.41 - - [2025-12-04 02:23:39] "POST /neutron/port HTTP/1.1" 200 117 0.005658 10.0.0.41 - - [2025-12-04 02:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002410 10.0.0.41 - - [2025-12-04 02:23:39] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002853 10.0.0.41 - - [2025-12-04 02:23:39] "PUT /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee HTTP/1.1" 200 276 0.007878 10.0.0.41 - - [2025-12-04 02:23:39] "POST /neutron/port HTTP/1.1" 200 117 0.016946 10.0.0.41 - - [2025-12-04 02:23:39] "POST /neutron/network HTTP/1.1" 200 849 0.004768 10.0.0.41 - - [2025-12-04 02:23:39] "GET /projects?obj_uuids=2d12cfde-842f-430c-bd41-0682ad17cb9e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000883 10.0.0.41 - - [2025-12-04 02:23:39] "POST /neutron/port HTTP/1.1" 200 1055 0.166338 10.0.0.41 - - [2025-12-04 02:23:39] "POST /neutron/port HTTP/1.1" 200 1055 0.007378 10.0.0.41 - - [2025-12-04 02:23:39] "POST /neutron/port HTTP/1.1" 200 1055 0.006916 10.0.0.41 - - [2025-12-04 02:23:39] "POST /neutron/port HTTP/1.1" 200 1109 0.045428 10.0.0.41 - - [2025-12-04 02:23:39] "POST /neutron/port HTTP/1.1" 200 1083 0.010237 10.0.0.41 - - [2025-12-04 02:23:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003452 10.0.0.41 - - [2025-12-04 02:23:39] "POST /neutron/subnet HTTP/1.1" 200 675 0.005793 10.0.0.41 - - [2025-12-04 02:23:39] "POST /neutron/port HTTP/1.1" 200 117 0.001021 10.0.0.41 - - [2025-12-04 02:23:39] "POST /neutron/network HTTP/1.1" 200 839 0.005332 10.0.0.41 - - [2025-12-04 02:23:44] "POST /neutron/port HTTP/1.1" 200 1083 0.010006 10.0.0.41 - - [2025-12-04 02:23:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005235 10.0.0.41 - - [2025-12-04 02:23:44] "POST /neutron/port HTTP/1.1" 200 1083 0.009343 10.0.0.41 - - [2025-12-04 02:23:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004866 10.0.0.41 - - [2025-12-04 02:23:44] "POST /neutron/port HTTP/1.1" 200 1083 0.009470 10.0.0.41 - - [2025-12-04 02:23:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005250 10.0.0.41 - - [2025-12-04 02:23:44] "GET /virtual-machine/80875583-5d32-4662-8021-d166a0aee796 HTTP/1.1" 401 292 0.000480 10.0.0.41 - - [2025-12-04 02:23:44] "GET /virtual-machine/80875583-5d32-4662-8021-d166a0aee796 HTTP/1.1" 200 1291 0.029787 10.0.0.41 - - [2025-12-04 02:23:45] "GET /virtual-machine-interface/5ca33b71-5ccb-4fc5-b1a2-e35379d40b3f HTTP/1.1" 200 2971 0.003938 10.0.0.41 - - [2025-12-04 02:23:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002860 10.0.0.41 - - [2025-12-04 02:23:45] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.002810 10.0.0.41 - - [2025-12-04 02:23:45] "GET /virtual-networks?parent_id=2d12cfde-842f-430c-bd41-0682ad17cb9e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002432 10.0.0.41 - - [2025-12-04 02:23:45] "GET /virtual-network/a7d3776b-d300-41ba-b199-6097f52e73bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004747 10.0.0.41 - - [2025-12-04 02:23:47] "DELETE /project/4d68d9f7791c4dd5a488ca72a09bb9f4 HTTP/1.1" 404 173 0.010311 10.0.0.41 - - [2025-12-04 02:23:47] "DELETE /project/2d12cfde842f430cbd410682ad17cb9e HTTP/1.1" 404 173 0.007557 10.0.0.41 - - [2025-12-04 02:23:47] "GET /projects?obj_uuids=28a60912-d0ad-4474-a776-0bac9cde7f8b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000888 10.0.0.41 - - [2025-12-04 02:23:47] "GET /projects?obj_uuids=4d68d9f7-791c-4dd5-a488-ca72a09bb9f4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000764 10.0.0.41 - - [2025-12-04 02:23:47] "GET /project/4d68d9f7-791c-4dd5-a488-ca72a09bb9f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.039638 10.0.0.41 - - [2025-12-04 02:23:47] "GET /project/28a60912-d0ad-4474-a776-0bac9cde7f8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.042852 10.0.0.41 - - [2025-12-04 02:23:47] "GET /projects?obj_uuids=28a60912-d0ad-4474-a776-0bac9cde7f8b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000886 10.0.0.41 - - [2025-12-04 02:23:47] "GET /projects?obj_uuids=4d68d9f7-791c-4dd5-a488-ca72a09bb9f4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001162 10.0.0.41 - - [2025-12-04 02:23:47] "GET /project/4d68d9f7-791c-4dd5-a488-ca72a09bb9f4?fields=security_groups HTTP/1.1" 200 1366 0.031596 10.0.0.41 - - [2025-12-04 02:23:47] "GET /project/28a60912-d0ad-4474-a776-0bac9cde7f8b?fields=security_groups HTTP/1.1" 200 1366 0.040791 10.0.0.41 - - [2025-12-04 02:23:48] "DELETE /security-group/c68eee2d-1faf-4b3d-b331-c8801b1e2827 HTTP/1.1" 200 115 0.059124 10.0.0.41 - - [2025-12-04 02:23:48] "DELETE /access-control-list/84f58198-20fa-4626-ac91-a1c6ee9475e2 HTTP/1.1" 200 115 0.034218 10.0.0.41 - - [2025-12-04 02:23:48] "GET /projects?obj_uuids=4d68d9f7-791c-4dd5-a488-ca72a09bb9f4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000796 10.0.0.41 - - [2025-12-04 02:23:48] "DELETE /security-group/eacc59a6-054f-4afb-8b1d-d7019828b113 HTTP/1.1" 200 115 0.058435 10.0.0.41 - - [2025-12-04 02:23:48] "GET /projects?obj_uuids=28a60912-d0ad-4474-a776-0bac9cde7f8b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000769 10.0.0.41 - - [2025-12-04 02:23:48] "GET /project/4d68d9f7-791c-4dd5-a488-ca72a09bb9f4?fields=application_policy_sets HTTP/1.1" 200 1405 0.029101 10.0.0.41 - - [2025-12-04 02:23:48] "DELETE /access-control-list/6d695609-1bf9-4c41-af58-a912242170b2 HTTP/1.1" 200 115 0.031333 10.0.0.41 - - [2025-12-04 02:23:48] "DELETE /access-control-list/7392a8d3-5d83-4241-b066-f022363e5405 HTTP/1.1" 200 115 0.018037 10.0.0.41 - - [2025-12-04 02:23:48] "GET /project/28a60912-d0ad-4474-a776-0bac9cde7f8b?fields=application_policy_sets HTTP/1.1" 200 1405 0.072366 10.0.0.41 - - [2025-12-04 02:23:48] "DELETE /access-control-list/9a55393f-404d-4c89-9048-4070ef91fc2a HTTP/1.1" 200 115 0.036339 10.0.0.41 - - [2025-12-04 02:23:48] "DELETE /project/4d68d9f7-791c-4dd5-a488-ca72a09bb9f4 HTTP/1.1" 200 115 0.345418 10.0.0.41 - - [2025-12-04 02:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.41 - - [2025-12-04 02:23:48] "GET /virtual-network/a7d3776b-d300-41ba-b199-6097f52e73bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004565 10.0.0.41 - - [2025-12-04 02:23:48] "DELETE /project/28a60912-d0ad-4474-a776-0bac9cde7f8b HTTP/1.1" 200 115 0.402640 10.0.0.41 - - [2025-12-04 02:23:48] "POST /neutron/port HTTP/1.1" 200 1083 0.012885 10.0.0.41 - - [2025-12-04 02:23:48] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008600 10.0.0.41 - - [2025-12-04 02:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002501 10.0.0.41 - - [2025-12-04 02:23:50] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.002531 10.0.0.41 - - [2025-12-04 02:23:50] "GET /virtual-networks?parent_id=2d12cfde-842f-430c-bd41-0682ad17cb9e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003952 10.0.0.41 - - [2025-12-04 02:23:50] "GET /virtual-network/a7d3776b-d300-41ba-b199-6097f52e73bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004519 10.0.0.41 - - [2025-12-04 02:23:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002461 10.0.0.41 - - [2025-12-04 02:23:52] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003322 10.0.0.41 - - [2025-12-04 02:23:52] "PUT /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee HTTP/1.1" 200 276 0.007514 10.0.0.41 - - [2025-12-04 02:23:52] "POST /neutron/network HTTP/1.1" 200 839 0.004527 10.0.0.41 - - [2025-12-04 02:23:52] "POST /neutron/network HTTP/1.1" 400 204 0.009931 10.0.0.41 - - [2025-12-04 02:23:53] "POST /neutron/port HTTP/1.1" 200 1083 0.009170 10.0.0.41 - - [2025-12-04 02:23:53] "POST /neutron/port HTTP/1.1" 200 1109 0.007654 10.0.0.41 - - [2025-12-04 02:23:53] "POST /neutron/port HTTP/1.1" 200 151 0.081717 10.0.0.41 - - [2025-12-04 02:23:54] "GET /obj-perms HTTP/1.1" 200 5056 0.050987 10.0.0.41 - - [2025-12-04 02:23:54] "GET /obj-perms HTTP/1.1" 200 5056 0.055553 10.0.0.41 - - [2025-12-04 02:23:54] "POST /neutron/network HTTP/1.1" 200 839 0.004910 10.0.0.41 - - [2025-12-04 02:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.41 - - [2025-12-04 02:23:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002820 10.0.0.41 - - [2025-12-04 02:23:54] "POST /useragent-kv HTTP/1.1" 200 115 0.001550 10.0.0.41 - - [2025-12-04 02:23:54] "POST /neutron/network HTTP/1.1" 200 151 0.070973 10.0.0.41 - - [2025-12-04 02:23:55] "DELETE /route-target/aa0aaa2a-3573-4ff3-84cf-33f4d8fc31cb HTTP/1.1" 200 115 0.014597 10.0.0.41 - - [2025-12-04 02:23:55] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.002386 10.0.0.41 - - [2025-12-04 02:23:55] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee HTTP/1.1" 200 1880 0.002829 10.0.0.41 - - [2025-12-04 02:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002012 10.0.0.41 - - [2025-12-04 02:23:55] "GET /projects?obj_uuids=2d12cfde-842f-430c-bd41-0682ad17cb9e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000790 10.0.0.41 - - [2025-12-04 02:23:55] "GET /project/2d12cfde-842f-430c-bd41-0682ad17cb9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.023040 10.0.0.41 - - [2025-12-04 02:23:55] "POST /neutron/network HTTP/1.1" 200 117 0.007426 10.0.0.41 - - [2025-12-04 02:23:55] "GET /projects?obj_uuids=2d12cfde-842f-430c-bd41-0682ad17cb9e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000863 10.0.0.41 - - [2025-12-04 02:23:55] "POST /neutron/network HTTP/1.1" 200 605 0.056672 10.0.0.41 - - [2025-12-04 02:23:55] "POST /route-targets HTTP/1.1" 200 327 0.012287 10.0.0.41 - - [2025-12-04 02:23:55] "POST /ref-update HTTP/1.1" 200 156 0.012839 10.0.0.41 - - [2025-12-04 02:23:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002408 10.0.0.41 - - [2025-12-04 02:23:55] "POST /neutron/subnet HTTP/1.1" 200 724 0.165619 10.0.0.41 - - [2025-12-04 02:23:55] "POST /neutron/network HTTP/1.1" 200 824 0.004491 10.0.0.41 - - [2025-12-04 02:23:55] "POST /id-to-fqname HTTP/1.1" 200 220 0.001005 10.0.0.41 - - [2025-12-04 02:23:55] "GET /virtual-network/d84a5805-84e1-4aef-ab11-f26083173ba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004295 10.0.0.41 - - [2025-12-04 02:23:55] "POST /neutron/network HTTP/1.1" 200 824 0.004474 10.0.0.41 - - [2025-12-04 02:23:55] "GET /virtual-network/d84a5805-84e1-4aef-ab11-f26083173ba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004084 10.0.0.41 - - [2025-12-04 02:23:56] "POST /neutron/network HTTP/1.1" 200 824 0.004559 10.0.0.41 - - [2025-12-04 02:23:56] "POST /neutron/subnet HTTP/1.1" 200 724 0.005693 10.0.0.41 - - [2025-12-04 02:23:56] "POST /id-to-fqname HTTP/1.1" 200 220 0.000978 10.0.0.41 - - [2025-12-04 02:23:56] "POST /neutron/network HTTP/1.1" 200 834 0.004776 10.0.0.41 - - [2025-12-04 02:23:56] "GET /aaa-mode HTTP/1.1" 401 292 0.000390 10.0.0.41 - - [2025-12-04 02:23:56] "GET / HTTP/1.1" 200 35931 0.001587 10.0.0.41 - - [2025-12-04 02:23:56] "GET /project/2d12cfde-842f-430c-bd41-0682ad17cb9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000334 10.0.0.41 - - [2025-12-04 02:23:56] "GET /projects?obj_uuids=2d12cfde-842f-430c-bd41-0682ad17cb9e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000928 10.0.0.41 - - [2025-12-04 02:23:56] "GET /project/2d12cfde-842f-430c-bd41-0682ad17cb9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.044661 10.0.0.41 - - [2025-12-04 02:23:56] "POST /neutron/network HTTP/1.1" 200 824 0.004867 10.0.0.41 - - [2025-12-04 02:23:57] "POST /neutron/port HTTP/1.1" 200 117 0.004127 10.0.0.41 - - [2025-12-04 02:23:57] "POST /neutron/port HTTP/1.1" 200 117 0.004417 10.0.0.41 - - [2025-12-04 02:23:57] "POST /neutron/port HTTP/1.1" 200 117 0.007621 10.0.0.41 - - [2025-12-04 02:23:57] "POST /neutron/network HTTP/1.1" 200 834 0.005259 10.0.0.41 - - [2025-12-04 02:23:57] "GET /projects?obj_uuids=2d12cfde-842f-430c-bd41-0682ad17cb9e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000885 10.0.0.41 - - [2025-12-04 02:23:57] "POST /neutron/port HTTP/1.1" 200 1060 0.173462 10.0.0.41 - - [2025-12-04 02:23:57] "POST /neutron/port HTTP/1.1" 200 1060 0.008819 10.0.0.41 - - [2025-12-04 02:23:57] "POST /neutron/port HTTP/1.1" 200 1060 0.007113 10.0.0.41 - - [2025-12-04 02:23:57] "POST /neutron/port HTTP/1.1" 200 1114 0.107128 10.0.0.41 - - [2025-12-04 02:23:57] "POST /neutron/port HTTP/1.1" 200 1088 0.009059 10.0.0.41 - - [2025-12-04 02:23:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003148 10.0.0.41 - - [2025-12-04 02:23:57] "POST /neutron/subnet HTTP/1.1" 200 698 0.005815 10.0.0.41 - - [2025-12-04 02:23:57] "POST /neutron/port HTTP/1.1" 200 117 0.001193 10.0.0.41 - - [2025-12-04 02:23:57] "POST /neutron/network HTTP/1.1" 200 824 0.004639 10.0.0.41 - - [2025-12-04 02:24:02] "POST /neutron/port HTTP/1.1" 200 1088 0.009518 10.0.0.41 - - [2025-12-04 02:24:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005616 10.0.0.41 - - [2025-12-04 02:24:02] "POST /neutron/port HTTP/1.1" 200 1088 0.012392 10.0.0.41 - - [2025-12-04 02:24:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004890 10.0.0.41 - - [2025-12-04 02:24:02] "POST /neutron/port HTTP/1.1" 200 1088 0.016183 10.0.0.41 - - [2025-12-04 02:24:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007093 10.0.0.41 - - [2025-12-04 02:24:02] "GET /virtual-machine/271e81fe-397e-4291-9578-c237c1babca4 HTTP/1.1" 200 1292 0.003952 10.0.0.41 - - [2025-12-04 02:24:02] "GET /virtual-machine-interface/fb617292-617e-44fe-a64d-1c5951c2413a HTTP/1.1" 200 2942 0.004728 10.0.0.41 - - [2025-12-04 02:24:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002636 10.0.0.41 - - [2025-12-04 02:24:02] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002730 10.0.0.41 - - [2025-12-04 02:24:02] "GET /virtual-networks?parent_id=2d12cfde-842f-430c-bd41-0682ad17cb9e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002499 10.0.0.41 - - [2025-12-04 02:24:02] "GET /virtual-network/d84a5805-84e1-4aef-ab11-f26083173ba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004856 10.0.0.41 - - [2025-12-04 02:24:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.41 - - [2025-12-04 02:24:05] "GET /virtual-network/d84a5805-84e1-4aef-ab11-f26083173ba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004225 10.0.0.41 - - [2025-12-04 02:24:06] "POST /neutron/port HTTP/1.1" 200 1088 0.009243 10.0.0.41 - - [2025-12-04 02:24:06] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006121 10.0.0.41 - - [2025-12-04 02:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002489 10.0.0.41 - - [2025-12-04 02:24:07] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002642 10.0.0.41 - - [2025-12-04 02:24:07] "GET /virtual-networks?parent_id=2d12cfde-842f-430c-bd41-0682ad17cb9e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002538 10.0.0.41 - - [2025-12-04 02:24:07] "GET /virtual-network/d84a5805-84e1-4aef-ab11-f26083173ba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005068 10.0.0.41 - - [2025-12-04 02:24:09] "POST /neutron/network HTTP/1.1" 200 824 0.005605 10.0.0.41 - - [2025-12-04 02:24:09] "POST /neutron/network HTTP/1.1" 400 204 0.011085 10.0.0.41 - - [2025-12-04 02:24:10] "POST /neutron/port HTTP/1.1" 200 1088 0.009344 10.0.0.41 - - [2025-12-04 02:24:10] "POST /neutron/port HTTP/1.1" 200 1114 0.007627 10.0.0.41 - - [2025-12-04 02:24:10] "POST /neutron/port HTTP/1.1" 200 151 0.090051 10.0.0.41 - - [2025-12-04 02:24:11] "POST /neutron/network HTTP/1.1" 200 824 0.005156 10.0.0.41 - - [2025-12-04 02:24:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.41 - - [2025-12-04 02:24:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003322 10.0.0.41 - - [2025-12-04 02:24:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002173 10.0.0.41 - - [2025-12-04 02:24:11] "POST /neutron/network HTTP/1.1" 200 151 0.093533 10.0.0.41 - - [2025-12-04 02:24:11] "DELETE /route-target/f486cf62-647d-45fc-ac0f-99f1d57889f0 HTTP/1.1" 200 115 0.019967 10.0.0.41 - - [2025-12-04 02:24:12] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002592 10.0.0.41 - - [2025-12-04 02:24:12] "POST /network-ipams HTTP/1.1" 200 541 0.014520 10.0.0.41 - - [2025-12-04 02:24:12] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.002393 10.0.0.41 - - [2025-12-04 02:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002518 10.0.0.41 - - [2025-12-04 02:24:12] "GET /network-ipam/297cfead-a174-4ff1-a457-3eb75dc1b9b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1329 0.004477 10.0.0.41 - - [2025-12-04 02:24:12] "PUT /network-ipam/297cfead-a174-4ff1-a457-3eb75dc1b9b9 HTTP/1.1" 200 258 0.010689 10.0.0.41 - - [2025-12-04 02:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002476 10.0.0.41 - - [2025-12-04 02:24:12] "GET /projects?obj_uuids=2d12cfde-842f-430c-bd41-0682ad17cb9e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000905 10.0.0.41 - - [2025-12-04 02:24:12] "GET /project/2d12cfde-842f-430c-bd41-0682ad17cb9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.021300 10.0.0.41 - - [2025-12-04 02:24:12] "POST /neutron/network HTTP/1.1" 200 117 0.008930 10.0.0.41 - - [2025-12-04 02:24:12] "GET /projects?obj_uuids=2d12cfde-842f-430c-bd41-0682ad17cb9e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001403 10.0.0.41 - - [2025-12-04 02:24:12] "POST /neutron/network HTTP/1.1" 200 605 0.064711 10.0.0.41 - - [2025-12-04 02:24:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002297 10.0.0.41 - - [2025-12-04 02:24:13] "POST /neutron/subnet HTTP/1.1" 200 699 0.146928 10.0.0.41 - - [2025-12-04 02:24:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003690 10.0.0.41 - - [2025-12-04 02:24:13] "POST /neutron/subnet HTTP/1.1" 200 699 0.173111 10.0.0.41 - - [2025-12-04 02:24:13] "POST /neutron/network HTTP/1.1" 200 994 0.005805 10.0.0.41 - - [2025-12-04 02:24:13] "POST /id-to-fqname HTTP/1.1" 200 220 0.001062 10.0.0.41 - - [2025-12-04 02:24:13] "GET /virtual-network/a6e008d9-f51e-4365-85f8-dc214fb063b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004149 10.0.0.41 - - [2025-12-04 02:24:13] "POST /neutron/network HTTP/1.1" 200 994 0.006074 10.0.0.41 - - [2025-12-04 02:24:13] "GET /virtual-network/a6e008d9-f51e-4365-85f8-dc214fb063b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004278 10.0.0.41 - - [2025-12-04 02:24:13] "POST /neutron/network HTTP/1.1" 200 994 0.007818 10.0.0.41 - - [2025-12-04 02:24:13] "POST /route-targets HTTP/1.1" 200 327 0.013198 10.0.0.41 - - [2025-12-04 02:24:13] "POST /ref-update HTTP/1.1" 200 156 0.012441 10.0.0.41 - - [2025-12-04 02:24:13] "POST /neutron/subnet HTTP/1.1" 200 699 0.008725 10.0.0.41 - - [2025-12-04 02:24:13] "POST /neutron/subnet HTTP/1.1" 200 699 0.006189 10.0.0.41 - - [2025-12-04 02:24:13] "POST /neutron/network HTTP/1.1" 200 994 0.005876 10.0.0.41 - - [2025-12-04 02:24:13] "POST /neutron/subnet HTTP/1.1" 200 699 0.006033 10.0.0.41 - - [2025-12-04 02:24:13] "POST /neutron/subnet HTTP/1.1" 200 699 0.005678 10.0.0.41 - - [2025-12-04 02:24:13] "GET /projects?obj_uuids=2d12cfde-842f-430c-bd41-0682ad17cb9e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000905 10.0.0.41 - - [2025-12-04 02:24:13] "POST /neutron/port HTTP/1.1" 200 1017 0.154123 10.0.0.41 - - [2025-12-04 02:24:13] "GET /projects?obj_uuids=2d12cfde-842f-430c-bd41-0682ad17cb9e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001591 10.0.0.41 - - [2025-12-04 02:24:13] "POST /neutron/port HTTP/1.1" 200 1017 0.160851 10.0.0.41 - - [2025-12-04 02:24:13] "POST /id-to-fqname HTTP/1.1" 200 220 0.001339 10.0.0.41 - - [2025-12-04 02:24:14] "POST /neutron/port HTTP/1.1" 200 1017 0.006195 10.0.0.41 - - [2025-12-04 02:24:14] "POST /neutron/port HTTP/1.1" 200 1017 0.006975 10.0.0.41 - - [2025-12-04 02:24:14] "POST /neutron/network HTTP/1.1" 200 994 0.006760 10.0.0.41 - - [2025-12-04 02:24:14] "POST /neutron/port HTTP/1.1" 200 1017 0.006617 10.0.0.41 - - [2025-12-04 02:24:14] "POST /neutron/port HTTP/1.1" 200 117 0.004057 10.0.0.41 - - [2025-12-04 02:24:14] "POST /neutron/port HTTP/1.1" 200 1017 0.006143 10.0.0.41 - - [2025-12-04 02:24:14] "POST /neutron/port HTTP/1.1" 200 117 0.004490 10.0.0.41 - - [2025-12-04 02:24:14] "POST /id-to-fqname HTTP/1.1" 200 220 0.001732 10.0.0.41 - - [2025-12-04 02:24:14] "POST /neutron/port HTTP/1.1" 200 117 0.003973 10.0.0.41 - - [2025-12-04 02:24:14] "POST /neutron/port HTTP/1.1" 200 1017 0.007195 10.0.0.41 - - [2025-12-04 02:24:14] "POST /neutron/port HTTP/1.1" 200 1017 0.006251 10.0.0.41 - - [2025-12-04 02:24:14] "POST /neutron/network HTTP/1.1" 200 994 0.006387 10.0.0.41 - - [2025-12-04 02:24:14] "POST /neutron/port HTTP/1.1" 200 1017 0.006697 10.0.0.41 - - [2025-12-04 02:24:14] "POST /neutron/port HTTP/1.1" 200 1017 0.006693 10.0.0.41 - - [2025-12-04 02:24:14] "POST /neutron/port HTTP/1.1" 200 117 0.006567 10.0.0.41 - - [2025-12-04 02:24:14] "POST /neutron/port HTTP/1.1" 200 117 0.004049 10.0.0.41 - - [2025-12-04 02:24:14] "POST /id-to-fqname HTTP/1.1" 200 220 0.001184 10.0.0.41 - - [2025-12-04 02:24:14] "POST /neutron/port HTTP/1.1" 200 1017 0.008268 10.0.0.41 - - [2025-12-04 02:24:14] "POST /neutron/network HTTP/1.1" 200 1004 0.005100 10.0.0.41 - - [2025-12-04 02:24:14] "POST /neutron/port HTTP/1.1" 200 1017 0.006014 10.0.0.41 - - [2025-12-04 02:24:14] "POST /neutron/port HTTP/1.1" 200 117 0.008222 10.0.0.41 - - [2025-12-04 02:24:14] "POST /neutron/port HTTP/1.1" 200 1017 0.007314 10.0.0.41 - - [2025-12-04 02:24:14] "POST /neutron/port HTTP/1.1" 200 1109 0.087422 10.0.0.41 - - [2025-12-04 02:24:14] "POST /neutron/network HTTP/1.1" 200 1004 0.004637 10.0.0.41 - - [2025-12-04 02:24:14] "GET /aaa-mode HTTP/1.1" 401 292 0.000377 10.0.0.41 - - [2025-12-04 02:24:14] "POST /neutron/port HTTP/1.1" 200 1083 0.008761 10.0.0.41 - - [2025-12-04 02:24:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003098 10.0.0.41 - - [2025-12-04 02:24:14] "POST /neutron/subnet HTTP/1.1" 200 673 0.009990 10.0.0.41 - - [2025-12-04 02:24:14] "POST /neutron/port HTTP/1.1" 200 117 0.001202 10.0.0.41 - - [2025-12-04 02:24:15] "POST /neutron/network HTTP/1.1" 200 994 0.007838 10.0.0.41 - - [2025-12-04 02:24:15] "POST /neutron/port HTTP/1.1" 200 1017 0.006793 10.0.0.41 - - [2025-12-04 02:24:15] "POST /neutron/network HTTP/1.1" 200 1004 0.004772 10.0.0.41 - - [2025-12-04 02:24:15] "GET / HTTP/1.1" 200 35931 0.001543 10.0.0.41 - - [2025-12-04 02:24:15] "GET /project/2d12cfde-842f-430c-bd41-0682ad17cb9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000452 10.0.0.41 - - [2025-12-04 02:24:15] "POST /neutron/port HTTP/1.1" 200 1017 0.008562 10.0.0.41 - - [2025-12-04 02:24:15] "POST /neutron/port HTTP/1.1" 200 1017 0.005928 10.0.0.41 - - [2025-12-04 02:24:15] "POST /neutron/port HTTP/1.1" 200 1109 0.099404 10.0.0.41 - - [2025-12-04 02:24:15] "POST /neutron/port HTTP/1.1" 200 1083 0.022472 10.0.0.41 - - [2025-12-04 02:24:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007130 10.0.0.41 - - [2025-12-04 02:24:15] "POST /neutron/subnet HTTP/1.1" 200 673 0.007706 10.0.0.41 - - [2025-12-04 02:24:15] "POST /neutron/port HTTP/1.1" 200 117 0.001051 10.0.0.41 - - [2025-12-04 02:24:15] "POST /neutron/network HTTP/1.1" 200 994 0.006518 10.0.0.41 - - [2025-12-04 02:24:15] "GET /projects?obj_uuids=2d12cfde-842f-430c-bd41-0682ad17cb9e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000912 10.0.0.41 - - [2025-12-04 02:24:15] "GET /project/2d12cfde-842f-430c-bd41-0682ad17cb9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.074490 10.0.0.41 - - [2025-12-04 02:24:15] "POST /neutron/network HTTP/1.1" 200 994 0.019075 10.0.0.41 - - [2025-12-04 02:24:15] "POST /neutron/port HTTP/1.1" 200 2050 0.020649 10.0.0.41 - - [2025-12-04 02:24:15] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008440 10.0.0.41 - - [2025-12-04 02:24:15] "POST /neutron/port HTTP/1.1" 200 117 0.007709 10.0.0.41 - - [2025-12-04 02:24:15] "GET /domains HTTP/1.1" 200 280 0.006785 10.0.0.41 - - [2025-12-04 02:24:15] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001197 10.0.0.41 - - [2025-12-04 02:24:15] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a HTTP/1.1" 200 2574 0.015452 10.0.0.41 - - [2025-12-04 02:24:15] "GET /projects?obj_uuids=2d12cfde-842f-430c-bd41-0682ad17cb9e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001148 10.0.0.41 - - [2025-12-04 02:24:16] "GET /project/2d12cfde-842f-430c-bd41-0682ad17cb9e HTTP/1.1" 200 2842 0.071574 10.0.0.41 - - [2025-12-04 02:24:16] "GET /network-ipam/297cfead-a174-4ff1-a457-3eb75dc1b9b9 HTTP/1.1" 200 2646 0.005261 10.0.0.41 - - [2025-12-04 02:24:16] "GET /domains HTTP/1.1" 200 280 0.002729 10.0.0.41 - - [2025-12-04 02:24:16] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001707 10.0.0.41 - - [2025-12-04 02:24:16] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a HTTP/1.1" 200 2574 0.009673 10.0.0.41 - - [2025-12-04 02:24:16] "GET /projects?obj_uuids=2d12cfde-842f-430c-bd41-0682ad17cb9e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001207 10.0.0.41 - - [2025-12-04 02:24:16] "GET /project/2d12cfde-842f-430c-bd41-0682ad17cb9e HTTP/1.1" 200 2842 0.076552 10.0.0.41 - - [2025-12-04 02:24:16] "GET /virtual-network/a6e008d9-f51e-4365-85f8-dc214fb063b3 HTTP/1.1" 200 3780 0.008364 10.0.0.41 - - [2025-12-04 02:24:16] "GET /virtual-network/a6e008d9-f51e-4365-85f8-dc214fb063b3 HTTP/1.1" 200 3780 0.006743 10.0.0.41 - - [2025-12-04 02:24:16] "GET /routing-instance/2a9046dd-b144-4f67-ac88-9154faccaefc HTTP/1.1" 200 2380 0.004501 10.0.0.41 - - [2025-12-04 02:24:16] "GET /routing-instance/2a9046dd-b144-4f67-ac88-9154faccaefc HTTP/1.1" 200 2380 0.003984 10.0.0.41 - - [2025-12-04 02:24:16] "GET /route-target/02147495-7d8e-44c0-8c08-2f5a9a30910a HTTP/1.1" 200 1203 0.004182 10.0.0.41 - - [2025-12-04 02:24:16] "GET /virtual-network/a6e008d9-f51e-4365-85f8-dc214fb063b3 HTTP/1.1" 200 3780 0.007090 10.0.0.41 - - [2025-12-04 02:24:16] "GET /routing-instance/2a9046dd-b144-4f67-ac88-9154faccaefc HTTP/1.1" 200 2380 0.004580 10.0.0.41 - - [2025-12-04 02:24:16] "GET /virtual-network/a6e008d9-f51e-4365-85f8-dc214fb063b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.010035 10.0.0.41 - - [2025-12-04 02:24:16] "GET /virtual-network/a6e008d9-f51e-4365-85f8-dc214fb063b3 HTTP/1.1" 200 3780 0.007090 10.0.0.41 - - [2025-12-04 02:24:16] "GET /routing-instance/2a9046dd-b144-4f67-ac88-9154faccaefc HTTP/1.1" 200 2380 0.004075 10.0.0.41 - - [2025-12-04 02:24:16] "GET /routing-instance/2a9046dd-b144-4f67-ac88-9154faccaefc HTTP/1.1" 200 2380 0.004134 10.0.0.41 - - [2025-12-04 02:24:16] "GET /route-target/02147495-7d8e-44c0-8c08-2f5a9a30910a HTTP/1.1" 200 1203 0.004920 10.0.0.41 - - [2025-12-04 02:24:16] "GET /domains HTTP/1.1" 200 280 0.002508 10.0.0.41 - - [2025-12-04 02:24:16] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001641 10.0.0.41 - - [2025-12-04 02:24:16] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a HTTP/1.1" 200 2574 0.009221 10.0.0.41 - - [2025-12-04 02:24:16] "GET /projects?obj_uuids=2d12cfde-842f-430c-bd41-0682ad17cb9e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001336 10.0.0.41 - - [2025-12-04 02:24:16] "GET /project/2d12cfde-842f-430c-bd41-0682ad17cb9e HTTP/1.1" 200 2842 0.074790 10.0.0.41 - - [2025-12-04 02:24:16] "GET /virtual-network/a6e008d9-f51e-4365-85f8-dc214fb063b3 HTTP/1.1" 200 3780 0.006138 10.0.0.41 - - [2025-12-04 02:24:16] "POST /neutron/network HTTP/1.1" 200 1004 0.007538 10.0.0.41 - - [2025-12-04 02:24:16] "GET /projects?obj_uuids=2d12cfde-842f-430c-bd41-0682ad17cb9e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001426 10.0.0.41 - - [2025-12-04 02:24:16] "POST /neutron/port HTTP/1.1" 200 1055 0.241846 10.0.0.41 - - [2025-12-04 02:24:16] "POST /neutron/port HTTP/1.1" 200 1055 0.011393 10.0.0.41 - - [2025-12-04 02:24:16] "POST /neutron/port HTTP/1.1" 200 1055 0.008356 10.0.0.41 - - [2025-12-04 02:24:16] "GET /obj-perms HTTP/1.1" 200 5030 0.068116 10.0.0.41 - - [2025-12-04 02:24:16] "POST /neutron/port HTTP/1.1" 200 1109 0.095825 10.0.0.41 - - [2025-12-04 02:24:16] "POST /neutron/port HTTP/1.1" 200 1083 0.014306 10.0.0.41 - - [2025-12-04 02:24:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008212 10.0.0.41 - - [2025-12-04 02:24:16] "POST /neutron/port HTTP/1.1" 200 1083 0.019390 10.0.0.41 - - [2025-12-04 02:24:16] "POST /neutron/port HTTP/1.1" 200 1083 0.017611 10.0.0.41 - - [2025-12-04 02:24:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.013076 10.0.0.41 - - [2025-12-04 02:24:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003340 10.0.0.41 - - [2025-12-04 02:24:17] "POST /neutron/subnet HTTP/1.1" 200 673 0.008273 10.0.0.41 - - [2025-12-04 02:24:17] "POST /neutron/port HTTP/1.1" 200 117 0.001148 10.0.0.41 - - [2025-12-04 02:24:17] "POST /neutron/network HTTP/1.1" 200 994 0.008004 10.0.0.41 - - [2025-12-04 02:24:17] "POST /neutron/port HTTP/1.1" 200 1083 0.016537 10.0.0.41 - - [2025-12-04 02:24:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004979 10.0.0.41 - - [2025-12-04 02:24:17] "GET /virtual-machine/6f167dff-dc6b-4c83-a345-e34d83d880dd HTTP/1.1" 200 1288 0.015489 10.0.0.41 - - [2025-12-04 02:24:17] "GET /virtual-machine-interface/2ac2336b-ef51-4987-b005-d7f3deab5b26 HTTP/1.1" 200 2941 0.005583 10.0.0.41 - - [2025-12-04 02:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002479 10.0.0.41 - - [2025-12-04 02:24:17] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002528 10.0.0.41 - - [2025-12-04 02:24:17] "GET /virtual-networks?parent_id=2d12cfde-842f-430c-bd41-0682ad17cb9e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002945 10.0.0.41 - - [2025-12-04 02:24:17] "GET /virtual-network/a6e008d9-f51e-4365-85f8-dc214fb063b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005173 10.0.0.41 - - [2025-12-04 02:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002497 10.0.0.41 - - [2025-12-04 02:24:20] "GET /virtual-network/a6e008d9-f51e-4365-85f8-dc214fb063b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006031 10.0.0.41 - - [2025-12-04 02:24:24] "POST /neutron/port HTTP/1.1" 200 1083 0.009435 10.0.0.41 - - [2025-12-04 02:24:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004512 10.0.0.41 - - [2025-12-04 02:24:24] "POST /neutron/port HTTP/1.1" 200 1083 0.009054 10.0.0.41 - - [2025-12-04 02:24:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005179 10.0.0.41 - - [2025-12-04 02:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002433 10.0.0.41 - - [2025-12-04 02:24:24] "GET /virtual-network/a6e008d9-f51e-4365-85f8-dc214fb063b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005527 10.0.0.41 - - [2025-12-04 02:24:25] "POST /neutron/port HTTP/1.1" 200 1083 0.011174 10.0.0.41 - - [2025-12-04 02:24:25] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010379 10.0.0.41 - - [2025-12-04 02:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002463 10.0.0.41 - - [2025-12-04 02:24:26] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002503 10.0.0.41 - - [2025-12-04 02:24:26] "GET /virtual-networks?parent_id=2d12cfde-842f-430c-bd41-0682ad17cb9e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002689 10.0.0.41 - - [2025-12-04 02:24:26] "GET /virtual-network/a6e008d9-f51e-4365-85f8-dc214fb063b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004886 10.0.0.41 - - [2025-12-04 02:24:26] "POST /neutron/port HTTP/1.1" 200 1083 0.010841 10.0.0.41 - - [2025-12-04 02:24:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005145 10.0.0.41 - - [2025-12-04 02:24:27] "POST /neutron/port HTTP/1.1" 200 1083 0.009301 10.0.0.41 - - [2025-12-04 02:24:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004817 10.0.0.41 - - [2025-12-04 02:24:27] "POST /neutron/port HTTP/1.1" 200 1083 0.009058 10.0.0.41 - - [2025-12-04 02:24:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005224 10.0.0.41 - - [2025-12-04 02:24:27] "GET /virtual-machine/5e99d41e-75df-47f4-a1a7-788835a84bb7 HTTP/1.1" 200 1288 0.004560 10.0.0.41 - - [2025-12-04 02:24:27] "GET /virtual-machine-interface/47293140-c3c1-4835-95de-d605d62ec77f HTTP/1.1" 200 2941 0.004193 10.0.0.41 - - [2025-12-04 02:24:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002518 10.0.0.41 - - [2025-12-04 02:24:27] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003031 10.0.0.41 - - [2025-12-04 02:24:27] "GET /virtual-networks?parent_id=2d12cfde-842f-430c-bd41-0682ad17cb9e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002651 10.0.0.41 - - [2025-12-04 02:24:27] "GET /virtual-network/a6e008d9-f51e-4365-85f8-dc214fb063b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005116 10.0.0.41 - - [2025-12-04 02:24:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.41 - - [2025-12-04 02:24:28] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003210 10.0.0.41 - - [2025-12-04 02:24:28] "GET /virtual-networks?parent_id=2d12cfde-842f-430c-bd41-0682ad17cb9e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002657 10.0.0.41 - - [2025-12-04 02:24:28] "GET /virtual-network/a6e008d9-f51e-4365-85f8-dc214fb063b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004760 10.0.0.41 - - [2025-12-04 02:24:28] "POST /neutron/port HTTP/1.1" 200 1083 0.009704 10.0.0.41 - - [2025-12-04 02:24:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005289 10.0.0.41 - - [2025-12-04 02:24:28] "POST /neutron/port HTTP/1.1" 200 1083 0.009567 10.0.0.41 - - [2025-12-04 02:24:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005537 10.0.0.41 - - [2025-12-04 02:24:28] "POST /neutron/port HTTP/1.1" 200 1083 0.013635 10.0.0.41 - - [2025-12-04 02:24:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005871 10.0.0.41 - - [2025-12-04 02:24:28] "GET /virtual-machine/1fea94bf-eaaa-4dbf-9006-82adfcafea7a HTTP/1.1" 200 1292 0.004021 10.0.0.41 - - [2025-12-04 02:24:28] "GET /virtual-machine-interface/d1a94023-3f85-48c1-b947-0d053c9db76d HTTP/1.1" 200 2942 0.003948 10.0.0.41 - - [2025-12-04 02:24:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002211 10.0.0.41 - - [2025-12-04 02:24:28] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003689 10.0.0.41 - - [2025-12-04 02:24:28] "GET /virtual-networks?parent_id=2d12cfde-842f-430c-bd41-0682ad17cb9e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002786 10.0.0.41 - - [2025-12-04 02:24:29] "GET /virtual-network/a6e008d9-f51e-4365-85f8-dc214fb063b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004686 10.0.0.41 - - [2025-12-04 02:24:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002852 10.0.0.41 - - [2025-12-04 02:24:30] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002965 10.0.0.41 - - [2025-12-04 02:24:30] "GET /virtual-networks?parent_id=2d12cfde-842f-430c-bd41-0682ad17cb9e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002797 10.0.0.41 - - [2025-12-04 02:24:30] "GET /virtual-network/a6e008d9-f51e-4365-85f8-dc214fb063b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005368 10.0.0.41 - - [2025-12-04 02:24:45] "POST /neutron/port HTTP/1.1" 200 1109 0.008348 10.0.0.41 - - [2025-12-04 02:24:45] "POST /neutron/port HTTP/1.1" 200 1109 0.007994 10.0.0.41 - - [2025-12-04 02:24:45] "POST /neutron/port HTTP/1.1" 200 151 0.098298 10.0.0.41 - - [2025-12-04 02:24:45] "POST /neutron/port HTTP/1.1" 200 1109 0.007792 10.0.0.41 - - [2025-12-04 02:24:45] "POST /neutron/port HTTP/1.1" 200 1109 0.006321 10.0.0.41 - - [2025-12-04 02:24:46] "POST /neutron/port HTTP/1.1" 200 151 0.090781 10.0.0.41 - - [2025-12-04 02:24:46] "POST /neutron/network HTTP/1.1" 200 994 0.009140 10.0.0.41 - - [2025-12-04 02:24:46] "POST /neutron/port HTTP/1.1" 200 1083 0.012123 10.0.0.41 - - [2025-12-04 02:24:46] "POST /neutron/network HTTP/1.1" 400 204 0.010480 10.0.0.41 - - [2025-12-04 02:24:46] "POST /neutron/port HTTP/1.1" 200 1109 0.007104 10.0.0.41 - - [2025-12-04 02:24:46] "POST /neutron/port HTTP/1.1" 200 151 0.089419 10.0.0.41 - - [2025-12-04 02:24:48] "POST /neutron/network HTTP/1.1" 200 994 0.008298 10.0.0.41 - - [2025-12-04 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.41 - - [2025-12-04 02:24:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001750 10.0.0.41 - - [2025-12-04 02:24:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001405 10.0.0.41 - - [2025-12-04 02:24:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001372 10.0.0.41 - - [2025-12-04 02:24:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002219 10.0.0.41 - - [2025-12-04 02:24:48] "DELETE /route-target/02147495-7d8e-44c0-8c08-2f5a9a30910a HTTP/1.1" 200 115 0.021757 10.0.0.41 - - [2025-12-04 02:24:48] "POST /neutron/network HTTP/1.1" 200 151 0.095657 10.0.0.41 - - [2025-12-04 02:24:48] "GET /routing-instance/2a9046dd-b144-4f67-ac88-9154faccaefc HTTP/1.1" 404 171 0.002781 10.0.0.41 - - [2025-12-04 02:24:48] "GET /domains HTTP/1.1" 200 280 0.002167 10.0.0.41 - - [2025-12-04 02:24:48] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000944 10.0.0.41 - - [2025-12-04 02:24:48] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a HTTP/1.1" 200 2574 0.050322 10.0.0.41 - - [2025-12-04 02:24:48] "GET /projects?obj_uuids=2d12cfde-842f-430c-bd41-0682ad17cb9e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000965 10.0.0.41 - - [2025-12-04 02:24:48] "GET /project/2d12cfde-842f-430c-bd41-0682ad17cb9e HTTP/1.1" 200 2085 0.095060 10.0.0.41 - - [2025-12-04 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002452 10.0.0.41 - - [2025-12-04 02:24:48] "DELETE /network-ipam/297cfead-a174-4ff1-a457-3eb75dc1b9b9 HTTP/1.1" 200 115 0.023812 10.0.0.41 - - [2025-12-04 02:24:48] "POST /fqname-to-id HTTP/1.1" 404 211 0.002377 10.0.0.41 - - [2025-12-04 02:24:48] "GET /projects?obj_uuids=2d12cfde-842f-430c-bd41-0682ad17cb9e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000897 10.0.0.41 - - [2025-12-04 02:24:48] "GET /project/2d12cfde-842f-430c-bd41-0682ad17cb9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.028313 10.0.0.41 - - [2025-12-04 02:24:48] "GET /projects?obj_uuids=2d12cfde-842f-430c-bd41-0682ad17cb9e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001005 10.0.0.41 - - [2025-12-04 02:24:48] "GET /project/2d12cfde-842f-430c-bd41-0682ad17cb9e?fields=virtual_networks HTTP/1.1" 200 1032 0.069138 10.0.0.41 - - [2025-12-04 02:24:48] "GET /projects?obj_uuids=2d12cfde-842f-430c-bd41-0682ad17cb9e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000900 10.0.0.41 - - [2025-12-04 02:24:48] "GET /project/2d12cfde-842f-430c-bd41-0682ad17cb9e?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.029286 10.0.0.41 - - [2025-12-04 02:24:48] "GET /projects?obj_uuids=2d12cfde-842f-430c-bd41-0682ad17cb9e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000862 10.0.0.41 - - [2025-12-04 02:24:48] "GET /project/2d12cfde-842f-430c-bd41-0682ad17cb9e?fields=security_groups HTTP/1.1" 200 1258 0.021561 10.0.0.41 - - [2025-12-04 02:24:50] "POST /neutron/port HTTP/1.1" 200 117 0.005234 10.0.0.41 - - [2025-12-04 02:24:50] "POST /neutron/port HTTP/1.1" 400 205 0.003289 10.0.0.41 - - [2025-12-04 02:24:51] "POST /neutron/port HTTP/1.1" 200 117 0.009987 10.0.0.41 - - [2025-12-04 02:24:51] "POST /neutron/port HTTP/1.1" 400 205 0.002976 10.0.0.41 - - [2025-12-04 02:24:54] "GET /obj-perms HTTP/1.1" 200 5056 0.056219 10.0.0.41 - - [2025-12-04 02:24:55] "GET /obj-perms HTTP/1.1" 200 5056 0.043781 10.0.0.41 - - [2025-12-04 02:24:56] "GET / HTTP/1.1" 200 35931 0.001441 10.0.0.41 - - [2025-12-04 02:24:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000412 10.0.0.41 - - [2025-12-04 02:24:57] "POST /fqname-to-id HTTP/1.1" 404 183 0.048778 10.0.0.41 - - [2025-12-04 02:24:57] "GET /projects?obj_uuids=3c621801-dcb4-4125-af9e-563f1f51db28&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001934 10.0.0.41 - - [2025-12-04 02:24:57] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001920 10.0.0.41 - - [2025-12-04 02:24:57] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006679 10.0.0.41 - - [2025-12-04 02:24:57] "POST /id-to-fqname HTTP/1.1" 200 185 0.002347 10.0.0.41 - - [2025-12-04 02:24:57] "POST /fqname-to-id HTTP/1.1" 404 194 0.005874 10.0.0.41 - - [2025-12-04 02:24:57] "POST /security-groups HTTP/1.1" 200 586 0.064786 10.0.0.41 - - [2025-12-04 02:24:57] "POST /fqname-to-id HTTP/1.1" 404 229 0.002224 10.0.0.41 - - [2025-12-04 02:24:57] "POST /projects HTTP/1.1" 200 575 0.218941 10.0.0.41 - - [2025-12-04 02:24:57] "POST /access-control-lists HTTP/1.1" 200 591 0.060471 10.0.0.41 - - [2025-12-04 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.286889 10.0.0.41 - - [2025-12-04 02:24:57] "POST /fqname-to-id HTTP/1.1" 404 228 0.002845 10.0.0.41 - - [2025-12-04 02:24:57] "GET /project/3c621801-dcb4-4125-af9e-563f1f51db28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.405969 10.0.0.41 - - [2025-12-04 02:24:57] "POST /access-control-lists HTTP/1.1" 200 589 0.068242 10.0.0.41 - - [2025-12-04 02:24:58] "GET / HTTP/1.1" 200 35931 0.002144 10.0.0.41 - - [2025-12-04 02:25:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.004214 10.0.0.41 - - [2025-12-04 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.027237 10.0.0.41 - - [2025-12-04 02:25:01] "GET /api-access-list/9910a216-1d91-4091-83e9-b6229aad4dbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.004272 10.0.0.41 - - [2025-12-04 02:25:01] "GET /api-access-list/9910a216-1d91-4091-83e9-b6229aad4dbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003240 10.0.0.41 - - [2025-12-04 02:25:01] "GET /api-access-list/9910a216-1d91-4091-83e9-b6229aad4dbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.002881 10.0.0.41 - - [2025-12-04 02:25:01] "PUT /api-access-list/9910a216-1d91-4091-83e9-b6229aad4dbd HTTP/1.1" 200 264 0.010217 10.0.0.41 - - [2025-12-04 02:25:01] "GET /aaa-mode HTTP/1.1" 401 292 0.000418 10.0.0.41 - - [2025-12-04 02:25:01] "GET /aaa-mode HTTP/1.1" 200 128 0.024514 10.0.0.41 - - [2025-12-04 02:25:02] "POST /fqname-to-id HTTP/1.1" 404 183 0.024339 10.0.0.41 - - [2025-12-04 02:25:02] "GET /projects?obj_uuids=edcdcc4d-324e-4daf-ae2a-57b3fbc1ef66&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003371 10.0.0.41 - - [2025-12-04 02:25:02] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001437 10.0.0.41 - - [2025-12-04 02:25:02] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008932 10.0.0.41 - - [2025-12-04 02:25:02] "POST /id-to-fqname HTTP/1.1" 200 185 0.001076 10.0.0.41 - - [2025-12-04 02:25:02] "POST /fqname-to-id HTTP/1.1" 404 194 0.003939 10.0.0.41 - - [2025-12-04 02:25:02] "POST /security-groups HTTP/1.1" 200 586 0.067399 10.0.0.41 - - [2025-12-04 02:25:02] "POST /fqname-to-id HTTP/1.1" 404 229 0.003222 10.0.0.41 - - [2025-12-04 02:25:02] "POST /projects HTTP/1.1" 200 575 0.223248 10.0.0.41 - - [2025-12-04 02:25:02] "POST /access-control-lists HTTP/1.1" 200 591 0.055654 10.0.0.41 - - [2025-12-04 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.300582 10.0.0.41 - - [2025-12-04 02:25:02] "POST /fqname-to-id HTTP/1.1" 404 228 0.002455 10.0.0.41 - - [2025-12-04 02:25:02] "GET /project/edcdcc4d-324e-4daf-ae2a-57b3fbc1ef66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.429393 10.0.0.41 - - [2025-12-04 02:25:02] "POST /access-control-lists HTTP/1.1" 200 589 0.056865 10.0.0.41 - - [2025-12-04 02:25:03] "POST /fqname-to-id HTTP/1.1" 404 183 0.025352 10.0.0.41 - - [2025-12-04 02:25:03] "GET /projects?obj_uuids=ca187406-0ab5-4b7b-b00a-6da442caf3b0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002671 10.0.0.41 - - [2025-12-04 02:25:03] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000910 10.0.0.41 - - [2025-12-04 02:25:03] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.005874 10.0.0.41 - - [2025-12-04 02:25:03] "POST /id-to-fqname HTTP/1.1" 200 185 0.001064 10.0.0.41 - - [2025-12-04 02:25:03] "POST /fqname-to-id HTTP/1.1" 404 194 0.005801 10.0.0.41 - - [2025-12-04 02:25:03] "POST /security-groups HTTP/1.1" 200 586 0.060088 10.0.0.41 - - [2025-12-04 02:25:03] "POST /fqname-to-id HTTP/1.1" 404 229 0.002742 10.0.0.41 - - [2025-12-04 02:25:03] "POST /projects HTTP/1.1" 200 575 0.200546 10.0.0.41 - - [2025-12-04 02:25:03] "POST /access-control-lists HTTP/1.1" 200 591 0.059835 10.0.0.41 - - [2025-12-04 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.271703 10.0.0.41 - - [2025-12-04 02:25:03] "POST /fqname-to-id HTTP/1.1" 404 228 0.003213 10.0.0.41 - - [2025-12-04 02:25:03] "GET /project/ca187406-0ab5-4b7b-b00a-6da442caf3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.393007 10.0.0.41 - - [2025-12-04 02:25:03] "POST /access-control-lists HTTP/1.1" 200 589 0.063774 10.0.0.41 - - [2025-12-04 02:25:04] "GET / HTTP/1.1" 200 35931 0.001928 10.0.0.41 - - [2025-12-04 02:25:04] "GET / HTTP/1.1" 200 35931 0.001599 10.0.0.41 - - [2025-12-04 02:25:05] "POST /fqname-to-id HTTP/1.1" 404 183 0.002260 10.0.0.41 - - [2025-12-04 02:25:05] "POST /api-access-lists HTTP/1.1" 200 521 0.011631 10.0.0.41 - - [2025-12-04 02:25:05] "GET /api-access-list/14fc3982-cfbb-4684-ad27-bd0805e48522?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1265 0.003814 10.0.0.41 - - [2025-12-04 02:25:05] "GET /api-access-list/14fc3982-cfbb-4684-ad27-bd0805e48522 HTTP/1.1" 401 292 0.000373 10.0.0.41 - - [2025-12-04 02:25:05] "GET /api-access-list/14fc3982-cfbb-4684-ad27-bd0805e48522 HTTP/1.1" 200 1265 0.049993 10.0.0.41 - - [2025-12-04 02:25:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000419 10.0.0.41 - - [2025-12-04 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.057861 10.0.0.41 - - [2025-12-04 02:25:06] "GET /projects?obj_uuids=edcdcc4d-324e-4daf-ae2a-57b3fbc1ef66&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001043 10.0.0.41 - - [2025-12-04 02:25:06] "GET /project/edcdcc4d-324e-4daf-ae2a-57b3fbc1ef66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.033490 10.0.0.41 - - [2025-12-04 02:25:06] "GET /virtual-networks?parent_id=edcdcc4d-324e-4daf-ae2a-57b3fbc1ef66&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008967 10.0.0.41 - - [2025-12-04 02:25:06] "POST /virtual-networks HTTP/1.1" 200 568 0.046501 10.0.0.41 - - [2025-12-04 02:25:06] "POST /route-targets HTTP/1.1" 200 327 0.014918 10.0.0.41 - - [2025-12-04 02:25:06] "POST /ref-update HTTP/1.1" 200 156 0.012883 10.0.0.41 - - [2025-12-04 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.016624 10.0.0.41 - - [2025-12-04 02:25:06] "GET /network-ipam/5480c2e8-0b28-4b71-9775-e63b7ad202a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.012596 10.0.0.41 - - [2025-12-04 02:25:06] "POST /useragent-kv HTTP/1.1" 200 115 0.003245 10.0.0.41 - - [2025-12-04 02:25:06] "POST /ref-update HTTP/1.1" 200 156 0.041917 10.0.0.41 - - [2025-12-04 02:25:06] "POST /neutron/network HTTP/1.1" 200 833 0.039021 10.0.0.41 - - [2025-12-04 02:25:06] "POST /neutron/network HTTP/1.1" 200 833 0.016374 10.0.0.41 - - [2025-12-04 02:25:06] "GET /virtual-network/7647c123-228a-4243-b03b-ab008077541f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1983 0.011415 10.0.0.41 - - [2025-12-04 02:25:06] "POST /neutron/network HTTP/1.1" 200 833 0.019608 10.0.0.41 - - [2025-12-04 02:25:06] "POST /neutron/subnet HTTP/1.1" 200 680 0.024743 10.0.0.41 - - [2025-12-04 02:25:06] "GET /virtual-network/7647c123-228a-4243-b03b-ab008077541f HTTP/1.1" 401 292 0.000409 10.0.0.41 - - [2025-12-04 02:25:07] "GET /virtual-network/7647c123-228a-4243-b03b-ab008077541f HTTP/1.1" 200 2268 0.043199 10.0.0.41 - - [2025-12-04 02:25:07] "GET /virtual-network/7647c123-228a-4243-b03b-ab008077541f HTTP/1.1" 401 292 0.000388 10.0.0.41 - - [2025-12-04 02:25:07] "GET /virtual-network/7647c123-228a-4243-b03b-ab008077541f HTTP/1.1" 200 2008 0.046271 10.0.0.41 - - [2025-12-04 02:25:07] "GET /obj-perms HTTP/1.1" 200 4915 0.060395 10.0.0.41 - - [2025-12-04 02:25:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000318 10.0.0.41 - - [2025-12-04 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.027972 10.0.0.41 - - [2025-12-04 02:25:08] "GET /virtual-network/7647c123-228a-4243-b03b-ab008077541f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1983 0.012416 10.0.0.41 - - [2025-12-04 02:25:08] "GET /obj-perms HTTP/1.1" 200 4915 0.008375 10.0.0.41 - - [2025-12-04 02:25:08] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.015594 10.0.0.41 - - [2025-12-04 02:25:08] "GET /obj-perms HTTP/1.1" 200 4915 0.059266 10.0.0.41 - - [2025-12-04 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002173 10.0.0.41 - - [2025-12-04 02:25:08] "GET /virtual-network/7647c123-228a-4243-b03b-ab008077541f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1983 0.011176 10.0.0.41 - - [2025-12-04 02:25:08] "GET /obj-perms HTTP/1.1" 200 4915 0.008566 10.0.0.41 - - [2025-12-04 02:25:08] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.017594 10.0.0.41 - - [2025-12-04 02:25:08] "POST /id-to-fqname HTTP/1.1" 401 292 0.000479 10.0.0.41 - - [2025-12-04 02:25:09] "POST /id-to-fqname HTTP/1.1" 200 230 0.027673 10.0.0.41 - - [2025-12-04 02:25:09] "POST /neutron/network HTTP/1.1" 200 843 0.036299 10.0.0.41 - - [2025-12-04 02:25:09] "GET /aaa-mode HTTP/1.1" 401 292 0.000349 10.0.0.41 - - [2025-12-04 02:25:10] "GET / HTTP/1.1" 200 35931 0.001690 10.0.0.41 - - [2025-12-04 02:25:10] "GET /project/ca187406-0ab5-4b7b-b00a-6da442caf3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000315 10.0.0.41 - - [2025-12-04 02:25:10] "GET /projects?obj_uuids=ca187406-0ab5-4b7b-b00a-6da442caf3b0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000990 10.0.0.41 - - [2025-12-04 02:25:10] "GET /project/ca187406-0ab5-4b7b-b00a-6da442caf3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.046370 10.0.0.41 - - [2025-12-04 02:25:10] "POST /neutron/network HTTP/1.1" 200 833 0.004577 10.0.0.41 - - [2025-12-04 02:25:10] "POST /neutron/port HTTP/1.1" 200 117 0.028159 10.0.0.41 - - [2025-12-04 02:25:10] "POST /neutron/port HTTP/1.1" 200 117 0.006171 10.0.0.41 - - [2025-12-04 02:25:10] "POST /neutron/port HTTP/1.1" 200 117 0.004196 10.0.0.41 - - [2025-12-04 02:25:10] "POST /neutron/network HTTP/1.1" 200 843 0.017315 10.0.0.41 - - [2025-12-04 02:25:10] "POST /neutron/network HTTP/1.1" 200 833 0.017335 10.0.0.41 - - [2025-12-04 02:25:11] "GET /projects?obj_uuids=ca187406-0ab5-4b7b-b00a-6da442caf3b0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001248 10.0.0.41 - - [2025-12-04 02:25:11] "POST /neutron/port HTTP/1.1" 200 1056 0.299773 10.0.0.41 - - [2025-12-04 02:25:11] "POST /neutron/port HTTP/1.1" 200 1056 0.008657 10.0.0.41 - - [2025-12-04 02:25:11] "POST /neutron/port HTTP/1.1" 200 1056 0.008461 10.0.0.41 - - [2025-12-04 02:25:11] "POST /neutron/port HTTP/1.1" 200 1110 0.048496 10.0.0.41 - - [2025-12-04 02:25:11] "POST /neutron/port HTTP/1.1" 200 1084 0.017973 10.0.0.41 - - [2025-12-04 02:25:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004212 10.0.0.41 - - [2025-12-04 02:25:11] "POST /neutron/subnet HTTP/1.1" 200 654 0.008650 10.0.0.41 - - [2025-12-04 02:25:11] "POST /neutron/port HTTP/1.1" 200 117 0.001058 10.0.0.41 - - [2025-12-04 02:25:11] "POST /neutron/network HTTP/1.1" 200 833 0.004983 10.0.0.41 - - [2025-12-04 02:25:15] "POST /neutron/port HTTP/1.1" 200 1084 0.010447 10.0.0.41 - - [2025-12-04 02:25:15] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005632 10.0.0.41 - - [2025-12-04 02:25:15] "POST /neutron/port HTTP/1.1" 200 1084 0.009322 10.0.0.41 - - [2025-12-04 02:25:15] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005857 10.0.0.41 - - [2025-12-04 02:25:15] "POST /neutron/port HTTP/1.1" 200 1084 0.008718 10.0.0.41 - - [2025-12-04 02:25:15] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005871 10.0.0.41 - - [2025-12-04 02:25:15] "POST /neutron/port HTTP/1.1" 200 1084 0.012670 10.0.0.41 - - [2025-12-04 02:25:15] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005403 10.0.0.41 - - [2025-12-04 02:25:16] "GET /virtual-machine/a09cd3f9-2fd3-44c7-8ccb-bc0f7ad7a359 HTTP/1.1" 200 1288 0.013020 10.0.0.41 - - [2025-12-04 02:25:16] "GET /virtual-machine/a09cd3f9-2fd3-44c7-8ccb-bc0f7ad7a359 HTTP/1.1" 200 1288 0.009264 10.0.0.41 - - [2025-12-04 02:25:16] "GET /virtual-machine-interface/2a1ce217-6105-4ef4-b85f-b2cf55896adf HTTP/1.1" 200 2530 0.012743 10.0.0.41 - - [2025-12-04 02:25:16] "GET /virtual-machine/a09cd3f9-2fd3-44c7-8ccb-bc0f7ad7a359 HTTP/1.1" 200 1288 0.012671 10.0.0.41 - - [2025-12-04 02:25:16] "GET /virtual-machine-interface/2a1ce217-6105-4ef4-b85f-b2cf55896adf HTTP/1.1" 200 2530 0.014581 10.0.0.41 - - [2025-12-04 02:25:16] "GET /instance-ip/b5746b1c-9761-48c9-8538-5a738f541b4a HTTP/1.1" 200 1626 0.012909 10.0.0.41 - - [2025-12-04 02:25:16] "GET /virtual-machine/a09cd3f9-2fd3-44c7-8ccb-bc0f7ad7a359 HTTP/1.1" 200 1288 0.010074 10.0.0.41 - - [2025-12-04 02:25:16] "GET /virtual-machine-interface/2a1ce217-6105-4ef4-b85f-b2cf55896adf HTTP/1.1" 200 2530 0.012352 10.0.0.41 - - [2025-12-04 02:25:16] "GET /instance-ip/b5746b1c-9761-48c9-8538-5a738f541b4a HTTP/1.1" 200 1626 0.021158 10.0.0.41 - - [2025-12-04 02:25:16] "POST /fqname-to-id HTTP/1.1" 403 339 0.008557 10.0.0.41 - - [2025-12-04 02:25:16] "GET / HTTP/1.1" 200 35931 0.001507 10.0.0.41 - - [2025-12-04 02:25:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000411 10.0.0.41 - - [2025-12-04 02:25:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.026265 10.0.0.41 - - [2025-12-04 02:25:16] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003015 10.0.0.41 - - [2025-12-04 02:25:16] "GET /virtual-networks?parent_id=ca187406-0ab5-4b7b-b00a-6da442caf3b0&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013499 10.0.0.41 - - [2025-12-04 02:25:16] "POST /fqname-to-id HTTP/1.1" 403 339 0.009837 10.0.0.41 - - [2025-12-04 02:25:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002665 10.0.0.41 - - [2025-12-04 02:25:16] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003226 10.0.0.41 - - [2025-12-04 02:25:16] "GET /virtual-networks?parent_id=ca187406-0ab5-4b7b-b00a-6da442caf3b0&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010348 10.0.0.41 - - [2025-12-04 02:25:17] "POST /fqname-to-id HTTP/1.1" 403 339 0.011441 10.0.0.41 - - [2025-12-04 02:25:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002622 10.0.0.41 - - [2025-12-04 02:25:17] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002660 10.0.0.41 - - [2025-12-04 02:25:17] "GET /virtual-networks?parent_id=ca187406-0ab5-4b7b-b00a-6da442caf3b0&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008574 10.0.0.41 - - [2025-12-04 02:25:17] "POST /fqname-to-id HTTP/1.1" 403 339 0.007885 10.0.0.41 - - [2025-12-04 02:25:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002751 10.0.0.41 - - [2025-12-04 02:25:17] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002858 10.0.0.41 - - [2025-12-04 02:25:17] "GET /virtual-networks?parent_id=ca187406-0ab5-4b7b-b00a-6da442caf3b0&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009471 10.0.0.41 - - [2025-12-04 02:25:17] "POST /fqname-to-id HTTP/1.1" 403 339 0.007844 10.0.0.41 - - [2025-12-04 02:25:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.41 - - [2025-12-04 02:25:17] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002648 10.0.0.41 - - [2025-12-04 02:25:17] "GET /virtual-networks?parent_id=ca187406-0ab5-4b7b-b00a-6da442caf3b0&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009025 10.0.0.41 - - [2025-12-04 02:25:19] "POST /neutron/port HTTP/1.1" 200 1084 0.009324 10.0.0.41 - - [2025-12-04 02:25:19] "POST /neutron/security_group HTTP/1.1" 200 2053 0.004359 10.0.0.41 - - [2025-12-04 02:25:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.009117 10.0.0.41 - - [2025-12-04 02:25:20] "GET /virtual-network/7647c123-228a-4243-b03b-ab008077541f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1983 0.012103 10.0.0.41 - - [2025-12-04 02:25:22] "POST /fqname-to-id HTTP/1.1" 403 339 0.009132 10.0.0.41 - - [2025-12-04 02:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.001891 10.0.0.41 - - [2025-12-04 02:25:22] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002150 10.0.0.41 - - [2025-12-04 02:25:22] "GET /virtual-networks?parent_id=ca187406-0ab5-4b7b-b00a-6da442caf3b0&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009165 10.0.0.41 - - [2025-12-04 02:25:22] "POST /fqname-to-id HTTP/1.1" 403 339 0.008943 10.0.0.41 - - [2025-12-04 02:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.001977 10.0.0.41 - - [2025-12-04 02:25:22] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002194 10.0.0.41 - - [2025-12-04 02:25:22] "GET /virtual-networks?parent_id=ca187406-0ab5-4b7b-b00a-6da442caf3b0&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009107 10.0.0.41 - - [2025-12-04 02:25:22] "POST /fqname-to-id HTTP/1.1" 403 361 0.008278 10.0.0.41 - - [2025-12-04 02:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002572 10.0.0.41 - - [2025-12-04 02:25:22] "GET /routing-instance/dcbc1abe-50b6-4f18-8b9a-5e8c8d8aa6f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.003006 10.0.0.41 - - [2025-12-04 02:25:22] "GET /route-target/a156dc5f-53f8-40c0-8c6b-cdf09b6d51b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.010059 10.0.0.41 - - [2025-12-04 02:25:22] "GET /route-target/a156dc5f-53f8-40c0-8c6b-cdf09b6d51b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003938 10.0.0.41 - - [2025-12-04 02:25:22] "POST /fqname-to-id HTTP/1.1" 403 339 0.008388 10.0.0.41 - - [2025-12-04 02:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.001774 10.0.0.41 - - [2025-12-04 02:25:23] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003163 10.0.0.41 - - [2025-12-04 02:25:23] "GET /virtual-networks?parent_id=ca187406-0ab5-4b7b-b00a-6da442caf3b0&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008697 10.0.0.41 - - [2025-12-04 02:25:23] "POST /fqname-to-id HTTP/1.1" 403 361 0.007505 10.0.0.41 - - [2025-12-04 02:25:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002605 10.0.0.41 - - [2025-12-04 02:25:23] "GET /routing-instance/dcbc1abe-50b6-4f18-8b9a-5e8c8d8aa6f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.002831 10.0.0.41 - - [2025-12-04 02:25:23] "GET /route-target/a156dc5f-53f8-40c0-8c6b-cdf09b6d51b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008576 10.0.0.41 - - [2025-12-04 02:25:23] "GET /route-target/a156dc5f-53f8-40c0-8c6b-cdf09b6d51b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.002435 10.0.0.41 - - [2025-12-04 02:25:23] "GET /obj-perms HTTP/1.1" 200 4915 0.009320 10.0.0.41 - - [2025-12-04 02:25:23] "GET /virtual-machine/a09cd3f9-2fd3-44c7-8ccb-bc0f7ad7a359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.008985 10.0.0.41 - - [2025-12-04 02:25:25] "POST /neutron/port HTTP/1.1" 200 1084 0.008857 10.0.0.41 - - [2025-12-04 02:25:25] "GET /obj-perms HTTP/1.1" 200 4915 0.010651 10.0.0.41 - - [2025-12-04 02:25:25] "POST /neutron/port HTTP/1.1" 200 1084 0.012267 10.0.0.41 - - [2025-12-04 02:25:25] "GET /virtual-machine/a09cd3f9-2fd3-44c7-8ccb-bc0f7ad7a359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.012403 10.0.0.41 - - [2025-12-04 02:25:25] "POST /neutron/network HTTP/1.1" 200 843 0.004558 10.0.0.41 - - [2025-12-04 02:25:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002799 10.0.0.41 - - [2025-12-04 02:25:25] "POST /neutron/subnet HTTP/1.1" 200 654 0.006053 10.0.0.41 - - [2025-12-04 02:25:25] "POST /neutron/port HTTP/1.1" 200 117 0.000991 10.0.0.41 - - [2025-12-04 02:25:25] "POST /neutron/network HTTP/1.1" 200 833 0.004424 10.0.0.41 - - [2025-12-04 02:25:27] "GET /obj-perms HTTP/1.1" 200 4915 0.009835 10.0.0.41 - - [2025-12-04 02:25:27] "GET /virtual-machine/a09cd3f9-2fd3-44c7-8ccb-bc0f7ad7a359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.010866 10.0.0.41 - - [2025-12-04 02:25:29] "GET /obj-perms HTTP/1.1" 200 4915 0.010881 10.0.0.41 - - [2025-12-04 02:25:29] "GET /virtual-machine/a09cd3f9-2fd3-44c7-8ccb-bc0f7ad7a359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.014955 10.0.0.41 - - [2025-12-04 02:25:31] "GET /obj-perms HTTP/1.1" 200 4915 0.009210 10.0.0.41 - - [2025-12-04 02:25:31] "GET /virtual-machine/a09cd3f9-2fd3-44c7-8ccb-bc0f7ad7a359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.008734 10.0.0.41 - - [2025-12-04 02:25:33] "GET /obj-perms HTTP/1.1" 200 4915 0.008259 10.0.0.41 - - [2025-12-04 02:25:33] "GET /virtual-machine/a09cd3f9-2fd3-44c7-8ccb-bc0f7ad7a359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.011286 10.0.0.41 - - [2025-12-04 02:25:35] "GET /obj-perms HTTP/1.1" 200 4915 0.009359 10.0.0.41 - - [2025-12-04 02:25:35] "GET /virtual-machine/a09cd3f9-2fd3-44c7-8ccb-bc0f7ad7a359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.009013 10.0.0.41 - - [2025-12-04 02:25:37] "GET /obj-perms HTTP/1.1" 200 4915 0.008460 10.0.0.41 - - [2025-12-04 02:25:37] "GET /virtual-machine/a09cd3f9-2fd3-44c7-8ccb-bc0f7ad7a359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.008152 10.0.0.41 - - [2025-12-04 02:25:39] "GET /obj-perms HTTP/1.1" 200 4915 0.008552 10.0.0.41 - - [2025-12-04 02:25:39] "GET /virtual-machine/a09cd3f9-2fd3-44c7-8ccb-bc0f7ad7a359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.008665 10.0.0.41 - - [2025-12-04 02:25:39] "GET /obj-perms HTTP/1.1" 200 4915 0.008074 10.0.0.41 - - [2025-12-04 02:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.41 - - [2025-12-04 02:25:39] "GET /virtual-machine-interface/2a1ce217-6105-4ef4-b85f-b2cf55896adf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.012555 10.0.0.41 - - [2025-12-04 02:25:40] "GET /obj-perms HTTP/1.1" 200 4915 0.008766 10.0.0.41 - - [2025-12-04 02:25:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002496 10.0.0.41 - - [2025-12-04 02:25:40] "GET /virtual-machine-interface/2a1ce217-6105-4ef4-b85f-b2cf55896adf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.014115 10.0.0.41 - - [2025-12-04 02:25:40] "GET /obj-perms HTTP/1.1" 200 4915 0.007764 10.0.0.41 - - [2025-12-04 02:25:40] "GET /virtual-machine/a09cd3f9-2fd3-44c7-8ccb-bc0f7ad7a359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.009488 10.0.0.41 - - [2025-12-04 02:25:40] "GET /obj-perms HTTP/1.1" 200 4915 0.008358 10.0.0.41 - - [2025-12-04 02:25:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002866 10.0.0.41 - - [2025-12-04 02:25:40] "GET /virtual-machine-interface/2a1ce217-6105-4ef4-b85f-b2cf55896adf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.013257 10.0.0.41 - - [2025-12-04 02:25:40] "GET /obj-perms HTTP/1.1" 200 4915 0.009045 10.0.0.41 - - [2025-12-04 02:25:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.41 - - [2025-12-04 02:25:40] "GET /virtual-network/7647c123-228a-4243-b03b-ab008077541f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1983 0.018437 10.0.0.41 - - [2025-12-04 02:25:40] "GET /obj-perms HTTP/1.1" 200 4915 0.008277 10.0.0.41 - - [2025-12-04 02:25:40] "GET /virtual-machine/a09cd3f9-2fd3-44c7-8ccb-bc0f7ad7a359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.009204 10.0.0.41 - - [2025-12-04 02:25:40] "GET /obj-perms HTTP/1.1" 200 4915 0.007800 10.0.0.41 - - [2025-12-04 02:25:40] "GET /obj-perms HTTP/1.1" 200 4915 0.008979 10.0.0.41 - - [2025-12-04 02:25:41] "GET /obj-perms HTTP/1.1" 200 4915 0.057095 10.0.0.41 - - [2025-12-04 02:25:41] "GET /obj-perms HTTP/1.1" 200 4915 0.007915 10.0.0.41 - - [2025-12-04 02:25:41] "GET /obj-perms HTTP/1.1" 200 5020 0.048759 10.0.0.41 - - [2025-12-04 02:25:41] "GET /obj-perms HTTP/1.1" 200 5020 0.002676 10.0.0.41 - - [2025-12-04 02:25:41] "GET /obj-perms HTTP/1.1" 200 4915 0.010373 10.0.0.41 - - [2025-12-04 02:25:41] "GET /obj-perms HTTP/1.1" 200 4915 0.010800 10.0.0.41 - - [2025-12-04 02:25:42] "GET /obj-perms HTTP/1.1" 200 4915 0.055845 10.0.0.41 - - [2025-12-04 02:25:42] "GET /obj-perms HTTP/1.1" 200 4915 0.007305 10.0.0.41 - - [2025-12-04 02:25:42] "GET /obj-perms HTTP/1.1" 200 5020 0.002840 10.0.0.41 - - [2025-12-04 02:25:42] "GET /obj-perms HTTP/1.1" 200 5020 0.002987 10.0.0.41 - - [2025-12-04 02:25:42] "GET /obj-perms HTTP/1.1" 200 4915 0.008885 10.0.0.41 - - [2025-12-04 02:25:42] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.008247 10.0.0.41 - - [2025-12-04 02:25:42] "GET /virtual-machine/a09cd3f9-2fd3-44c7-8ccb-bc0f7ad7a359 HTTP/1.1" 200 1288 0.013995 10.0.0.41 - - [2025-12-04 02:25:43] "POST /neutron/port HTTP/1.1" 200 1084 0.010326 10.0.0.41 - - [2025-12-04 02:25:43] "POST /neutron/port HTTP/1.1" 200 1110 0.007986 10.0.0.41 - - [2025-12-04 02:25:43] "POST /neutron/port HTTP/1.1" 200 151 0.094065 10.0.0.41 - - [2025-12-04 02:25:44] "GET /virtual-machine/a09cd3f9-2fd3-44c7-8ccb-bc0f7ad7a359 HTTP/1.1" 404 171 0.008355 10.0.0.41 - - [2025-12-04 02:25:44] "GET /virtual-machine/a09cd3f9-2fd3-44c7-8ccb-bc0f7ad7a359 HTTP/1.1" 404 171 0.006668 10.0.0.41 - - [2025-12-04 02:25:44] "GET /virtual-machine/a09cd3f9-2fd3-44c7-8ccb-bc0f7ad7a359 HTTP/1.1" 404 171 0.009928 10.0.0.41 - - [2025-12-04 02:25:44] "POST /fqname-to-id HTTP/1.1" 403 339 0.009398 10.0.0.41 - - [2025-12-04 02:25:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.001910 10.0.0.41 - - [2025-12-04 02:25:44] "GET /global-vrouter-config/8226a295-2f31-43ef-bba3-e42154599bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002629 10.0.0.41 - - [2025-12-04 02:25:44] "GET /virtual-networks?parent_id=ca187406-0ab5-4b7b-b00a-6da442caf3b0&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008773 10.0.0.41 - - [2025-12-04 02:25:44] "POST /fqname-to-id HTTP/1.1" 403 361 0.008573 10.0.0.41 - - [2025-12-04 02:25:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002538 10.0.0.41 - - [2025-12-04 02:25:44] "GET /routing-instance/dcbc1abe-50b6-4f18-8b9a-5e8c8d8aa6f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.002774 10.0.0.41 - - [2025-12-04 02:25:44] "GET /route-target/a156dc5f-53f8-40c0-8c6b-cdf09b6d51b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.009037 10.0.0.41 - - [2025-12-04 02:25:44] "GET /route-target/a156dc5f-53f8-40c0-8c6b-cdf09b6d51b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.002331 10.0.0.41 - - [2025-12-04 02:25:44] "GET /obj-perms HTTP/1.1" 200 4915 0.009206 10.0.0.41 - - [2025-12-04 02:25:44] "GET /obj-perms HTTP/1.1" 200 4915 0.007507 10.0.0.41 - - [2025-12-04 02:25:45] "GET /obj-perms HTTP/1.1" 200 4915 0.054311 10.0.0.41 - - [2025-12-04 02:25:45] "GET /obj-perms HTTP/1.1" 200 4915 0.007924 10.0.0.41 - - [2025-12-04 02:25:45] "GET /obj-perms HTTP/1.1" 200 5020 0.002706 10.0.0.41 - - [2025-12-04 02:25:48] "DELETE /project/3c621801dcb44125af9e563f1f51db28 HTTP/1.1" 404 173 0.008276 10.0.0.41 - - [2025-12-04 02:25:48] "DELETE /project/edcdcc4d324e4dafae2a57b3fbc1ef66 HTTP/1.1" 404 173 0.005073 10.0.0.41 - - [2025-12-04 02:25:48] "DELETE /project/ca1874060ab54b7bb00a6da442caf3b0 HTTP/1.1" 404 173 0.004449 10.0.0.41 - - [2025-12-04 02:25:48] "GET /projects?obj_uuids=2d12cfde-842f-430c-bd41-0682ad17cb9e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000783 10.0.0.41 - - [2025-12-04 02:25:48] "GET /project/2d12cfde-842f-430c-bd41-0682ad17cb9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.021934 10.0.0.41 - - [2025-12-04 02:25:48] "GET /projects?obj_uuids=2d12cfde-842f-430c-bd41-0682ad17cb9e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000840 10.0.0.41 - - [2025-12-04 02:25:48] "GET /obj-perms HTTP/1.1" 200 5020 0.003000 10.0.0.41 - - [2025-12-04 02:25:48] "GET /project/2d12cfde-842f-430c-bd41-0682ad17cb9e?fields=security_groups HTTP/1.1" 200 1363 0.068223 10.0.0.41 - - [2025-12-04 02:25:48] "DELETE /security-group/77bd5ae5-185a-4738-ae2d-b1c69cf7fc2b HTTP/1.1" 200 115 0.036163 10.0.0.41 - - [2025-12-04 02:25:48] "GET /projects?obj_uuids=2d12cfde-842f-430c-bd41-0682ad17cb9e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003668 10.0.0.41 - - [2025-12-04 02:25:48] "DELETE /access-control-list/9ab6c1b3-2d08-4b65-a504-022e5d4ec179 HTTP/1.1" 200 115 0.028269 10.0.0.41 - - [2025-12-04 02:25:48] "GET /project/2d12cfde-842f-430c-bd41-0682ad17cb9e?fields=application_policy_sets HTTP/1.1" 200 1402 0.026200 10.0.0.41 - - [2025-12-04 02:25:48] "DELETE /access-control-list/63e5dbc1-3ace-4f58-b4ec-352ad6163cad HTTP/1.1" 200 115 0.021893 10.0.0.41 - - [2025-12-04 02:25:48] "DELETE /project/2d12cfde-842f-430c-bd41-0682ad17cb9e HTTP/1.1" 200 115 0.295676 10.0.0.41 - - [2025-12-04 02:25:51] "GET /obj-perms HTTP/1.1" 200 5020 0.003144 10.0.0.41 - - [2025-12-04 02:25:54] "GET /obj-perms HTTP/1.1" 200 5020 0.003042 10.0.0.41 - - [2025-12-04 02:25:55] "GET /obj-perms HTTP/1.1" 200 5056 0.048307 10.0.0.41 - - [2025-12-04 02:25:56] "GET /obj-perms HTTP/1.1" 200 5056 0.051396 10.0.0.41 - - [2025-12-04 02:25:57] "GET /obj-perms HTTP/1.1" 200 5020 0.002726 10.0.0.41 - - [2025-12-04 02:26:00] "GET /obj-perms HTTP/1.1" 200 5020 0.002925 10.0.0.41 - - [2025-12-04 02:26:03] "GET /obj-perms HTTP/1.1" 200 5020 0.003852 10.0.0.41 - - [2025-12-04 02:26:06] "GET /obj-perms HTTP/1.1" 200 5020 0.002814 10.0.0.41 - - [2025-12-04 02:26:09] "GET /obj-perms HTTP/1.1" 200 5020 0.003139 10.0.0.41 - - [2025-12-04 02:26:12] "GET /obj-perms HTTP/1.1" 200 5020 0.002879 10.0.0.41 - - [2025-12-04 02:26:15] "GET /obj-perms HTTP/1.1" 200 5020 0.002819 10.0.0.41 - - [2025-12-04 02:26:18] "GET /obj-perms HTTP/1.1" 200 5020 0.002821 10.0.0.41 - - [2025-12-04 02:26:21] "GET /obj-perms HTTP/1.1" 200 5020 0.002769 10.0.0.41 - - [2025-12-04 02:26:24] "GET /obj-perms HTTP/1.1" 200 5020 0.003179 10.0.0.41 - - [2025-12-04 02:26:27] "GET /obj-perms HTTP/1.1" 200 5020 0.002732 10.0.0.41 - - [2025-12-04 02:26:30] "GET /obj-perms HTTP/1.1" 200 5020 0.002867 10.0.0.41 - - [2025-12-04 02:26:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002598 10.0.0.41 - - [2025-12-04 02:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.41 - - [2025-12-04 02:26:30] "POST /useragent-kv HTTP/1.1" 200 115 0.001493 10.0.0.41 - - [2025-12-04 02:26:30] "DELETE /virtual-network/7647c123-228a-4243-b03b-ab008077541f HTTP/1.1" 200 115 0.071925 10.0.0.41 - - [2025-12-04 02:26:30] "DELETE /route-target/a156dc5f-53f8-40c0-8c6b-cdf09b6d51b8 HTTP/1.1" 200 115 0.016624 10.0.0.41 - - [2025-12-04 02:26:30] "DELETE /api-access-list/14fc3982-cfbb-4684-ad27-bd0805e48522 HTTP/1.1" 200 115 0.019320 10.0.0.41 - - [2025-12-04 02:26:30] "GET /api-access-list/14fc3982-cfbb-4684-ad27-bd0805e48522 HTTP/1.1" 404 171 0.002066 10.0.0.41 - - [2025-12-04 02:26:30] "GET /projects?obj_uuids=ca187406-0ab5-4b7b-b00a-6da442caf3b0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000966 10.0.0.41 - - [2025-12-04 02:26:30] "GET /project/ca187406-0ab5-4b7b-b00a-6da442caf3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.022786 10.0.0.41 - - [2025-12-04 02:26:30] "GET /projects?obj_uuids=ca187406-0ab5-4b7b-b00a-6da442caf3b0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000889 10.0.0.41 - - [2025-12-04 02:26:31] "GET /project/ca187406-0ab5-4b7b-b00a-6da442caf3b0?fields=virtual_networks HTTP/1.1" 200 1023 0.063207 10.0.0.41 - - [2025-12-04 02:26:31] "GET /projects?obj_uuids=ca187406-0ab5-4b7b-b00a-6da442caf3b0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001087 10.0.0.41 - - [2025-12-04 02:26:31] "GET /project/ca187406-0ab5-4b7b-b00a-6da442caf3b0?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.023592 10.0.0.41 - - [2025-12-04 02:26:31] "GET /projects?obj_uuids=ca187406-0ab5-4b7b-b00a-6da442caf3b0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000805 10.0.0.41 - - [2025-12-04 02:26:31] "GET /project/ca187406-0ab5-4b7b-b00a-6da442caf3b0?fields=security_groups HTTP/1.1" 200 1244 0.020832 10.0.0.41 - - [2025-12-04 02:26:31] "GET /projects?obj_uuids=edcdcc4d-324e-4daf-ae2a-57b3fbc1ef66&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001093 10.0.0.41 - - [2025-12-04 02:26:31] "GET /project/edcdcc4d-324e-4daf-ae2a-57b3fbc1ef66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.024940 10.0.0.41 - - [2025-12-04 02:26:31] "GET /projects?obj_uuids=edcdcc4d-324e-4daf-ae2a-57b3fbc1ef66&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000815 10.0.0.41 - - [2025-12-04 02:26:31] "GET /project/edcdcc4d-324e-4daf-ae2a-57b3fbc1ef66?fields=virtual_networks HTTP/1.1" 200 1023 0.060663 10.0.0.41 - - [2025-12-04 02:26:31] "GET /projects?obj_uuids=edcdcc4d-324e-4daf-ae2a-57b3fbc1ef66&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000828 10.0.0.41 - - [2025-12-04 02:26:31] "GET /project/edcdcc4d-324e-4daf-ae2a-57b3fbc1ef66?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.023729 10.0.0.41 - - [2025-12-04 02:26:31] "GET /projects?obj_uuids=edcdcc4d-324e-4daf-ae2a-57b3fbc1ef66&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000917 10.0.0.41 - - [2025-12-04 02:26:31] "GET /project/edcdcc4d-324e-4daf-ae2a-57b3fbc1ef66?fields=security_groups HTTP/1.1" 200 1244 0.022958 10.0.0.41 - - [2025-12-04 02:26:33] "GET /api-access-list/9910a216-1d91-4091-83e9-b6229aad4dbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.002972 10.0.0.41 - - [2025-12-04 02:26:33] "PUT /api-access-list/9910a216-1d91-4091-83e9-b6229aad4dbd HTTP/1.1" 200 264 0.006655 10.0.0.41 - - [2025-12-04 02:26:33] "GET /projects?obj_uuids=3c621801-dcb4-4125-af9e-563f1f51db28&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000901 10.0.0.41 - - [2025-12-04 02:26:33] "GET /project/3c621801-dcb4-4125-af9e-563f1f51db28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.021984 10.0.0.41 - - [2025-12-04 02:26:33] "GET /projects?obj_uuids=3c621801-dcb4-4125-af9e-563f1f51db28&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000905 10.0.0.41 - - [2025-12-04 02:26:33] "GET /project/3c621801-dcb4-4125-af9e-563f1f51db28?fields=virtual_networks HTTP/1.1" 200 1022 0.064955 10.0.0.41 - - [2025-12-04 02:26:33] "GET /projects?obj_uuids=3c621801-dcb4-4125-af9e-563f1f51db28&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000890 10.0.0.41 - - [2025-12-04 02:26:33] "GET /project/3c621801-dcb4-4125-af9e-563f1f51db28?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.022176 10.0.0.41 - - [2025-12-04 02:26:33] "GET /projects?obj_uuids=3c621801-dcb4-4125-af9e-563f1f51db28&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000845 10.0.0.41 - - [2025-12-04 02:26:33] "GET /project/3c621801-dcb4-4125-af9e-563f1f51db28?fields=security_groups HTTP/1.1" 200 1243 0.021255 10.0.0.41 - - [2025-12-04 02:26:34] "POST /fqname-to-id HTTP/1.1" 404 188 0.023985 10.0.0.41 - - [2025-12-04 02:26:34] "GET /projects?obj_uuids=359cb6e6-0920-4c12-87e1-57a2abccc2bf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001923 10.0.0.41 - - [2025-12-04 02:26:34] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002284 10.0.0.41 - - [2025-12-04 02:26:34] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007600 10.0.0.41 - - [2025-12-04 02:26:34] "POST /id-to-fqname HTTP/1.1" 200 190 0.001388 10.0.0.41 - - [2025-12-04 02:26:34] "POST /fqname-to-id HTTP/1.1" 404 199 0.001800 10.0.0.41 - - [2025-12-04 02:26:34] "POST /security-groups HTTP/1.1" 200 591 0.060212 10.0.0.41 - - [2025-12-04 02:26:34] "POST /fqname-to-id HTTP/1.1" 404 234 0.002052 10.0.0.41 - - [2025-12-04 02:26:34] "POST /projects HTTP/1.1" 200 585 0.197821 10.0.0.41 - - [2025-12-04 02:26:34] "POST /access-control-lists HTTP/1.1" 200 596 0.057385 10.0.0.41 - - [2025-12-04 02:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.269671 10.0.0.41 - - [2025-12-04 02:26:34] "POST /fqname-to-id HTTP/1.1" 404 233 0.002298 10.0.0.41 - - [2025-12-04 02:26:34] "GET /project/359cb6e6-0920-4c12-87e1-57a2abccc2bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.382317 10.0.0.41 - - [2025-12-04 02:26:34] "POST /access-control-lists HTTP/1.1" 200 594 0.060779 10.0.0.41 - - [2025-12-04 02:26:35] "GET / HTTP/1.1" 200 35931 0.001776 10.0.0.41 - - [2025-12-04 02:26:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000493 10.0.0.41 - - [2025-12-04 02:26:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.029778 10.0.0.41 - - [2025-12-04 02:26:37] "GET /api-access-list/9910a216-1d91-4091-83e9-b6229aad4dbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003093 10.0.0.41 - - [2025-12-04 02:26:38] "GET /api-access-list/9910a216-1d91-4091-83e9-b6229aad4dbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.002779 10.0.0.41 - - [2025-12-04 02:26:38] "GET /api-access-list/9910a216-1d91-4091-83e9-b6229aad4dbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.002709 10.0.0.41 - - [2025-12-04 02:26:38] "PUT /api-access-list/9910a216-1d91-4091-83e9-b6229aad4dbd HTTP/1.1" 200 264 0.008317 10.0.0.41 - - [2025-12-04 02:26:38] "GET /aaa-mode HTTP/1.1" 200 128 0.000975 10.0.0.41 - - [2025-12-04 02:26:38] "POST /fqname-to-id HTTP/1.1" 404 188 0.020995 10.0.0.41 - - [2025-12-04 02:26:38] "GET /projects?obj_uuids=392bf6a0-a685-4029-9eac-af665561c6a3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002093 10.0.0.41 - - [2025-12-04 02:26:38] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000830 10.0.0.41 - - [2025-12-04 02:26:38] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.005617 10.0.0.41 - - [2025-12-04 02:26:38] "POST /id-to-fqname HTTP/1.1" 200 190 0.001869 10.0.0.41 - - [2025-12-04 02:26:38] "POST /fqname-to-id HTTP/1.1" 404 199 0.003582 10.0.0.41 - - [2025-12-04 02:26:38] "POST /security-groups HTTP/1.1" 200 591 0.060115 10.0.0.41 - - [2025-12-04 02:26:38] "POST /fqname-to-id HTTP/1.1" 404 234 0.002148 10.0.0.41 - - [2025-12-04 02:26:38] "POST /projects HTTP/1.1" 200 585 0.203640 10.0.0.41 - - [2025-12-04 02:26:39] "POST /access-control-lists HTTP/1.1" 200 596 0.055805 10.0.0.41 - - [2025-12-04 02:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.271974 10.0.0.41 - - [2025-12-04 02:26:39] "POST /fqname-to-id HTTP/1.1" 404 233 0.002432 10.0.0.41 - - [2025-12-04 02:26:39] "GET /project/392bf6a0-a685-4029-9eac-af665561c6a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.383219 10.0.0.41 - - [2025-12-04 02:26:39] "POST /access-control-lists HTTP/1.1" 200 594 0.061462 10.0.0.41 - - [2025-12-04 02:26:39] "POST /fqname-to-id HTTP/1.1" 404 188 0.021997 10.0.0.41 - - [2025-12-04 02:26:39] "GET /projects?obj_uuids=574b16fd-0f5a-491f-aecd-64f1496fad0e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002365 10.0.0.41 - - [2025-12-04 02:26:39] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000924 10.0.0.41 - - [2025-12-04 02:26:39] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006244 10.0.0.41 - - [2025-12-04 02:26:39] "POST /id-to-fqname HTTP/1.1" 200 190 0.001069 10.0.0.41 - - [2025-12-04 02:26:39] "POST /fqname-to-id HTTP/1.1" 404 199 0.002092 10.0.0.41 - - [2025-12-04 02:26:39] "POST /security-groups HTTP/1.1" 200 591 0.064783 10.0.0.41 - - [2025-12-04 02:26:39] "POST /fqname-to-id HTTP/1.1" 404 234 0.002449 10.0.0.41 - - [2025-12-04 02:26:39] "POST /projects HTTP/1.1" 200 585 0.198776 10.0.0.41 - - [2025-12-04 02:26:39] "POST /access-control-lists HTTP/1.1" 200 596 0.057768 10.0.0.41 - - [2025-12-04 02:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.268998 10.0.0.41 - - [2025-12-04 02:26:39] "POST /fqname-to-id HTTP/1.1" 404 233 0.002247 10.0.0.41 - - [2025-12-04 02:26:39] "GET /project/574b16fd-0f5a-491f-aecd-64f1496fad0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.385900 10.0.0.41 - - [2025-12-04 02:26:39] "POST /access-control-lists HTTP/1.1" 200 594 0.061959 10.0.0.41 - - [2025-12-04 02:26:40] "GET / HTTP/1.1" 200 35931 0.001729 10.0.0.41 - - [2025-12-04 02:26:41] "GET / HTTP/1.1" 200 35931 0.001461 10.0.0.41 - - [2025-12-04 02:26:41] "POST /fqname-to-id HTTP/1.1" 404 183 0.002446 10.0.0.41 - - [2025-12-04 02:26:41] "POST /api-access-lists HTTP/1.1" 200 521 0.012365 10.0.0.41 - - [2025-12-04 02:26:41] "GET /api-access-list/1f96a509-74ba-496b-896a-37daa11e96a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.004165 10.0.0.41 - - [2025-12-04 02:26:41] "GET /api-access-list/1f96a509-74ba-496b-896a-37daa11e96a7 HTTP/1.1" 401 292 0.000486 10.0.0.41 - - [2025-12-04 02:26:42] "GET /api-access-list/1f96a509-74ba-496b-896a-37daa11e96a7 HTTP/1.1" 200 1288 0.082710 10.0.0.41 - - [2025-12-04 02:26:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000368 10.0.0.41 - - [2025-12-04 02:26:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.037528 10.0.0.41 - - [2025-12-04 02:26:42] "GET /projects?obj_uuids=392bf6a0-a685-4029-9eac-af665561c6a3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000980 10.0.0.41 - - [2025-12-04 02:26:42] "GET /project/392bf6a0-a685-4029-9eac-af665561c6a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.031252 10.0.0.41 - - [2025-12-04 02:26:42] "GET /virtual-networks?parent_id=392bf6a0-a685-4029-9eac-af665561c6a3&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009552 10.0.0.41 - - [2025-12-04 02:26:42] "POST /virtual-networks HTTP/1.1" 200 583 0.038538 10.0.0.41 - - [2025-12-04 02:26:42] "POST /route-targets HTTP/1.1" 200 327 0.008186 10.0.0.41 - - [2025-12-04 02:26:42] "POST /ref-update HTTP/1.1" 200 156 0.008727 10.0.0.41 - - [2025-12-04 02:26:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.009084 10.0.0.41 - - [2025-12-04 02:26:42] "GET /network-ipam/5480c2e8-0b28-4b71-9775-e63b7ad202a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.009395 10.0.0.41 - - [2025-12-04 02:26:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002333 10.0.0.41 - - [2025-12-04 02:26:42] "POST /ref-update HTTP/1.1" 200 156 0.042433 10.0.0.41 - - [2025-12-04 02:26:42] "POST /neutron/network HTTP/1.1" 200 849 0.043871 10.0.0.41 - - [2025-12-04 02:26:42] "POST /neutron/network HTTP/1.1" 200 849 0.017013 10.0.0.41 - - [2025-12-04 02:26:42] "GET /virtual-network/106b282d-e6da-45fd-b630-6d16a6c9cfcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.009977 10.0.0.41 - - [2025-12-04 02:26:42] "POST /neutron/network HTTP/1.1" 200 849 0.016810 10.0.0.41 - - [2025-12-04 02:26:42] "POST /neutron/subnet HTTP/1.1" 200 681 0.021860 10.0.0.41 - - [2025-12-04 02:26:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000347 10.0.0.41 - - [2025-12-04 02:26:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.032390 10.0.0.41 - - [2025-12-04 02:26:43] "GET /projects?obj_uuids=574b16fd-0f5a-491f-aecd-64f1496fad0e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000941 10.0.0.41 - - [2025-12-04 02:26:43] "GET /project/574b16fd-0f5a-491f-aecd-64f1496fad0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.031807 10.0.0.41 - - [2025-12-04 02:26:43] "GET /virtual-networks?parent_id=574b16fd-0f5a-491f-aecd-64f1496fad0e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009601 10.0.0.41 - - [2025-12-04 02:26:43] "POST /virtual-networks HTTP/1.1" 200 583 0.046664 10.0.0.41 - - [2025-12-04 02:26:43] "POST /route-targets HTTP/1.1" 200 327 0.008299 10.0.0.41 - - [2025-12-04 02:26:43] "POST /ref-update HTTP/1.1" 200 156 0.009598 10.0.0.41 - - [2025-12-04 02:26:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.010558 10.0.0.41 - - [2025-12-04 02:26:43] "GET /network-ipam/5480c2e8-0b28-4b71-9775-e63b7ad202a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.008606 10.0.0.41 - - [2025-12-04 02:26:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003295 10.0.0.41 - - [2025-12-04 02:26:43] "POST /ref-update HTTP/1.1" 200 156 0.040837 10.0.0.41 - - [2025-12-04 02:26:43] "POST /neutron/network HTTP/1.1" 200 847 0.041020 10.0.0.41 - - [2025-12-04 02:26:43] "POST /neutron/network HTTP/1.1" 200 847 0.022050 10.0.0.41 - - [2025-12-04 02:26:43] "GET /virtual-network/ebe330f0-46d1-4c1d-90b7-528ce006ae05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.017377 10.0.0.41 - - [2025-12-04 02:26:43] "POST /neutron/network HTTP/1.1" 200 847 0.019693 10.0.0.41 - - [2025-12-04 02:26:43] "POST /neutron/subnet HTTP/1.1" 200 674 0.030787 10.0.0.41 - - [2025-12-04 02:26:43] "GET /virtual-network/106b282d-e6da-45fd-b630-6d16a6c9cfcc HTTP/1.1" 401 292 0.000365 10.0.0.41 - - [2025-12-04 02:26:44] "GET /virtual-network/106b282d-e6da-45fd-b630-6d16a6c9cfcc HTTP/1.1" 200 2314 0.036925 10.0.0.41 - - [2025-12-04 02:26:44] "GET /virtual-network/106b282d-e6da-45fd-b630-6d16a6c9cfcc HTTP/1.1" 401 292 0.000419 10.0.0.41 - - [2025-12-04 02:26:44] "GET /virtual-network/106b282d-e6da-45fd-b630-6d16a6c9cfcc HTTP/1.1" 403 376 0.034083 10.0.0.41 - - [2025-12-04 02:26:44] "GET /virtual-network/106b282d-e6da-45fd-b630-6d16a6c9cfcc HTTP/1.1" 200 2314 0.003960 10.0.0.41 - - [2025-12-04 02:26:44] "GET /virtual-networks HTTP/1.1" 200 371 0.014852 10.0.0.41 - - [2025-12-04 02:26:44] "GET /virtual-networks HTTP/1.1" 200 371 0.014336 10.0.0.41 - - [2025-12-04 02:26:44] "GET /obj-perms HTTP/1.1" 403 257 0.029254 10.0.0.41 - - [2025-12-04 02:26:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.001862 10.0.0.41 - - [2025-12-04 02:26:45] "GET /virtual-network/106b282d-e6da-45fd-b630-6d16a6c9cfcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.010933 10.0.0.41 - - [2025-12-04 02:26:45] "GET /obj-perms HTTP/1.1" 403 257 0.037626 10.0.0.41 - - [2025-12-04 02:26:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002019 10.0.0.41 - - [2025-12-04 02:26:45] "GET /virtual-network/106b282d-e6da-45fd-b630-6d16a6c9cfcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.010339 10.0.0.41 - - [2025-12-04 02:26:45] "GET /obj-perms HTTP/1.1" 200 5030 0.045858 10.0.0.41 - - [2025-12-04 02:26:45] "GET /obj-perms HTTP/1.1" 403 257 0.006509 10.0.0.41 - - [2025-12-04 02:26:45] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.015547 10.0.0.41 - - [2025-12-04 02:26:45] "GET /obj-perms HTTP/1.1" 403 257 0.006503 10.0.0.41 - - [2025-12-04 02:26:46] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.016646 10.0.0.41 - - [2025-12-04 02:26:46] "GET /obj-perms HTTP/1.1" 200 5030 0.002976 10.0.0.41 - - [2025-12-04 02:26:46] "PUT /virtual-network/106b282d-e6da-45fd-b630-6d16a6c9cfcc HTTP/1.1" 200 264 0.022491 10.0.0.41 - - [2025-12-04 02:26:46] "GET /virtual-networks HTTP/1.1" 200 132 0.016424 10.0.0.41 - - [2025-12-04 02:26:46] "GET /virtual-networks HTTP/1.1" 200 611 0.015818 10.0.0.41 - - [2025-12-04 02:26:46] "GET /virtual-networks HTTP/1.1" 200 1429 0.001843 10.0.0.41 - - [2025-12-04 02:26:46] "GET /obj-perms HTTP/1.1" 403 257 0.005786 10.0.0.41 - - [2025-12-04 02:26:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.001836 10.0.0.41 - - [2025-12-04 02:26:46] "GET /virtual-network/106b282d-e6da-45fd-b630-6d16a6c9cfcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.009128 10.0.0.41 - - [2025-12-04 02:26:46] "GET /obj-perms HTTP/1.1" 403 257 0.029354 10.0.0.41 - - [2025-12-04 02:26:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.001977 10.0.0.41 - - [2025-12-04 02:26:46] "GET /virtual-network/106b282d-e6da-45fd-b630-6d16a6c9cfcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.009787 10.0.0.41 - - [2025-12-04 02:26:46] "GET /obj-perms HTTP/1.1" 403 257 0.007930 10.0.0.41 - - [2025-12-04 02:26:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005434 10.0.0.41 - - [2025-12-04 02:26:46] "GET /virtual-network/106b282d-e6da-45fd-b630-6d16a6c9cfcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2018 0.013983 10.0.0.41 - - [2025-12-04 02:26:46] "GET /obj-perms HTTP/1.1" 200 5030 0.002831 10.0.0.41 - - [2025-12-04 02:26:46] "GET /obj-perms HTTP/1.1" 403 257 0.008481 10.0.0.41 - - [2025-12-04 02:26:47] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015542 10.0.0.41 - - [2025-12-04 02:26:47] "GET /obj-perms HTTP/1.1" 403 257 0.007461 10.0.0.41 - - [2025-12-04 02:26:47] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 611 0.015341 10.0.0.41 - - [2025-12-04 02:26:47] "GET /obj-perms HTTP/1.1" 200 5030 0.002778 10.0.0.41 - - [2025-12-04 02:26:47] "PUT /virtual-network/106b282d-e6da-45fd-b630-6d16a6c9cfcc HTTP/1.1" 200 264 0.026497 10.0.0.41 - - [2025-12-04 02:26:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.41 - - [2025-12-04 02:26:47] "POST /useragent-kv HTTP/1.1" 200 115 0.001819 10.0.0.41 - - [2025-12-04 02:26:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002262 10.0.0.41 - - [2025-12-04 02:26:47] "DELETE /virtual-network/ebe330f0-46d1-4c1d-90b7-528ce006ae05 HTTP/1.1" 200 115 0.068858 10.0.0.41 - - [2025-12-04 02:26:47] "DELETE /route-target/02802c5a-7763-4660-858b-6ae2aa238e2d HTTP/1.1" 200 115 0.015351 10.0.0.41 - - [2025-12-04 02:26:47] "POST /useragent-kv HTTP/1.1" 200 115 0.005436 10.0.0.41 - - [2025-12-04 02:26:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004400 10.0.0.41 - - [2025-12-04 02:26:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002335 10.0.0.41 - - [2025-12-04 02:26:47] "DELETE /virtual-network/106b282d-e6da-45fd-b630-6d16a6c9cfcc HTTP/1.1" 200 115 0.067204 10.0.0.41 - - [2025-12-04 02:26:47] "DELETE /route-target/4b4e4f9d-461f-4560-a98a-a9eba5084371 HTTP/1.1" 200 115 0.014544 10.0.0.41 - - [2025-12-04 02:26:47] "DELETE /api-access-list/1f96a509-74ba-496b-896a-37daa11e96a7 HTTP/1.1" 200 115 0.016271 10.0.0.41 - - [2025-12-04 02:26:47] "GET /api-access-list/1f96a509-74ba-496b-896a-37daa11e96a7 HTTP/1.1" 404 171 0.001936 10.0.0.41 - - [2025-12-04 02:26:47] "GET /projects?obj_uuids=574b16fd-0f5a-491f-aecd-64f1496fad0e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000930 10.0.0.41 - - [2025-12-04 02:26:47] "GET /project/574b16fd-0f5a-491f-aecd-64f1496fad0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.020205 10.0.0.41 - - [2025-12-04 02:26:47] "GET /projects?obj_uuids=574b16fd-0f5a-491f-aecd-64f1496fad0e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001227 10.0.0.41 - - [2025-12-04 02:26:47] "GET /project/574b16fd-0f5a-491f-aecd-64f1496fad0e?fields=virtual_networks HTTP/1.1" 200 1032 0.067513 10.0.0.41 - - [2025-12-04 02:26:47] "GET /projects?obj_uuids=574b16fd-0f5a-491f-aecd-64f1496fad0e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000878 10.0.0.41 - - [2025-12-04 02:26:47] "GET /project/574b16fd-0f5a-491f-aecd-64f1496fad0e?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.020331 10.0.0.41 - - [2025-12-04 02:26:47] "GET /projects?obj_uuids=574b16fd-0f5a-491f-aecd-64f1496fad0e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001004 10.0.0.41 - - [2025-12-04 02:26:47] "GET /project/574b16fd-0f5a-491f-aecd-64f1496fad0e?fields=security_groups HTTP/1.1" 200 1258 0.021093 10.0.0.41 - - [2025-12-04 02:26:48] "GET /projects?obj_uuids=392bf6a0-a685-4029-9eac-af665561c6a3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000934 10.0.0.41 - - [2025-12-04 02:26:48] "GET /project/392bf6a0-a685-4029-9eac-af665561c6a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.019734 10.0.0.41 - - [2025-12-04 02:26:48] "GET /projects?obj_uuids=392bf6a0-a685-4029-9eac-af665561c6a3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000834 10.0.0.41 - - [2025-12-04 02:26:48] "GET /project/392bf6a0-a685-4029-9eac-af665561c6a3?fields=virtual_networks HTTP/1.1" 200 1032 0.060541 10.0.0.41 - - [2025-12-04 02:26:48] "GET /projects?obj_uuids=392bf6a0-a685-4029-9eac-af665561c6a3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000905 10.0.0.41 - - [2025-12-04 02:26:48] "GET /project/392bf6a0-a685-4029-9eac-af665561c6a3?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.019018 10.0.0.41 - - [2025-12-04 02:26:48] "GET /projects?obj_uuids=392bf6a0-a685-4029-9eac-af665561c6a3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000863 10.0.0.41 - - [2025-12-04 02:26:48] "GET /project/392bf6a0-a685-4029-9eac-af665561c6a3?fields=security_groups HTTP/1.1" 200 1258 0.063037 10.0.0.41 - - [2025-12-04 02:26:48] "DELETE /project/574b16fd0f5a491faecd64f1496fad0e HTTP/1.1" 404 173 0.013866 10.0.0.41 - - [2025-12-04 02:26:48] "DELETE /project/359cb6e609204c1287e157a2abccc2bf HTTP/1.1" 404 173 0.011849 10.0.0.41 - - [2025-12-04 02:26:48] "DELETE /project/392bf6a0a68540299eacaf665561c6a3 HTTP/1.1" 404 173 0.011170 10.0.0.41 - - [2025-12-04 02:26:48] "GET /projects?obj_uuids=3c621801-dcb4-4125-af9e-563f1f51db28&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000810 10.0.0.41 - - [2025-12-04 02:26:48] "GET /projects?obj_uuids=edcdcc4d-324e-4daf-ae2a-57b3fbc1ef66&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000681 10.0.0.41 - - [2025-12-04 02:26:48] "GET /projects?obj_uuids=574b16fd-0f5a-491f-aecd-64f1496fad0e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000677 10.0.0.41 - - [2025-12-04 02:26:48] "GET /projects?obj_uuids=ca187406-0ab5-4b7b-b00a-6da442caf3b0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000671 10.0.0.41 - - [2025-12-04 02:26:48] "GET /project/ca187406-0ab5-4b7b-b00a-6da442caf3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.037850 10.0.0.41 - - [2025-12-04 02:26:48] "GET /project/3c621801-dcb4-4125-af9e-563f1f51db28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.036029 10.0.0.41 - - [2025-12-04 02:26:49] "GET /project/574b16fd-0f5a-491f-aecd-64f1496fad0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.044094 10.0.0.41 - - [2025-12-04 02:26:49] "GET /project/edcdcc4d-324e-4daf-ae2a-57b3fbc1ef66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.046666 10.0.0.41 - - [2025-12-04 02:26:49] "GET /projects?obj_uuids=edcdcc4d-324e-4daf-ae2a-57b3fbc1ef66&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000979 10.0.0.41 - - [2025-12-04 02:26:49] "GET /projects?obj_uuids=574b16fd-0f5a-491f-aecd-64f1496fad0e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000694 10.0.0.41 - - [2025-12-04 02:26:49] "GET /projects?obj_uuids=3c621801-dcb4-4125-af9e-563f1f51db28&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000730 10.0.0.41 - - [2025-12-04 02:26:49] "GET /projects?obj_uuids=ca187406-0ab5-4b7b-b00a-6da442caf3b0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000675 10.0.0.41 - - [2025-12-04 02:26:49] "GET /project/3c621801-dcb4-4125-af9e-563f1f51db28?fields=security_groups HTTP/1.1" 200 1348 0.048023 10.0.0.41 - - [2025-12-04 02:26:49] "GET /project/ca187406-0ab5-4b7b-b00a-6da442caf3b0?fields=security_groups HTTP/1.1" 200 1349 0.054618 10.0.0.41 - - [2025-12-04 02:26:49] "GET /project/edcdcc4d-324e-4daf-ae2a-57b3fbc1ef66?fields=security_groups HTTP/1.1" 200 1349 0.053555 10.0.0.41 - - [2025-12-04 02:26:49] "GET /project/574b16fd-0f5a-491f-aecd-64f1496fad0e?fields=security_groups HTTP/1.1" 200 1363 0.059367 10.0.0.41 - - [2025-12-04 02:26:49] "DELETE /security-group/f67398b0-df3e-4e70-b699-40cbb748d7ed HTTP/1.1" 200 115 0.066142 10.0.0.41 - - [2025-12-04 02:26:49] "GET /projects?obj_uuids=3c621801-dcb4-4125-af9e-563f1f51db28&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001072 10.0.0.41 - - [2025-12-04 02:26:49] "DELETE /access-control-list/5b1aebbd-f087-4b46-b7ee-8eb456976786 HTTP/1.1" 200 115 0.058731 10.0.0.41 - - [2025-12-04 02:26:49] "DELETE /security-group/270b224d-d13f-4c32-ae1f-68f57bcd5f13 HTTP/1.1" 200 115 0.091387 10.0.0.41 - - [2025-12-04 02:26:49] "DELETE /security-group/ef38284c-4277-4c33-a391-30a5dfe63f1c HTTP/1.1" 200 115 0.092831 10.0.0.41 - - [2025-12-04 02:26:49] "GET /projects?obj_uuids=ca187406-0ab5-4b7b-b00a-6da442caf3b0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000870 10.0.0.41 - - [2025-12-04 02:26:49] "GET /project/3c621801-dcb4-4125-af9e-563f1f51db28?fields=application_policy_sets HTTP/1.1" 200 1387 0.046570 10.0.0.41 - - [2025-12-04 02:26:49] "GET /projects?obj_uuids=edcdcc4d-324e-4daf-ae2a-57b3fbc1ef66&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000808 10.0.0.41 - - [2025-12-04 02:26:49] "DELETE /security-group/94dd1753-062b-47f8-a886-619c30dd67d7 HTTP/1.1" 200 115 0.101892 10.0.0.41 - - [2025-12-04 02:26:49] "GET /projects?obj_uuids=574b16fd-0f5a-491f-aecd-64f1496fad0e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000727 10.0.0.41 - - [2025-12-04 02:26:49] "DELETE /access-control-list/6541ec31-8245-49d0-8fb1-3c9d10bfc3f7 HTTP/1.1" 200 115 0.038471 10.0.0.41 - - [2025-12-04 02:26:49] "GET /project/edcdcc4d-324e-4daf-ae2a-57b3fbc1ef66?fields=application_policy_sets HTTP/1.1" 200 1388 0.040941 10.0.0.41 - - [2025-12-04 02:26:49] "DELETE /access-control-list/5cc4d1a7-b195-4cef-bae2-57e11708bf4e HTTP/1.1" 200 115 0.032780 10.0.0.41 - - [2025-12-04 02:26:49] "GET /project/ca187406-0ab5-4b7b-b00a-6da442caf3b0?fields=application_policy_sets HTTP/1.1" 200 1388 0.083714 10.0.0.41 - - [2025-12-04 02:26:49] "GET /project/574b16fd-0f5a-491f-aecd-64f1496fad0e?fields=application_policy_sets HTTP/1.1" 200 1402 0.098986 10.0.0.41 - - [2025-12-04 02:26:49] "GET /aaa-mode HTTP/1.1" 200 128 0.000870 10.0.0.41 - - [2025-12-04 02:26:49] "DELETE /access-control-list/b9080381-84f0-4705-8be7-4fa37566e026 HTTP/1.1" 200 115 0.053905 10.0.0.41 - - [2025-12-04 02:26:49] "DELETE /access-control-list/b9310aa6-46c7-4bac-bbdb-af0c8f557910 HTTP/1.1" 200 115 0.043052 10.0.0.41 - - [2025-12-04 02:26:49] "DELETE /project/3c621801-dcb4-4125-af9e-563f1f51db28 HTTP/1.1" 200 115 0.494499 10.0.0.41 - - [2025-12-04 02:26:49] "DELETE /access-control-list/a0382ee1-d759-4f96-af23-9c88c60e4e2c HTTP/1.1" 200 115 0.051390 10.0.0.41 - - [2025-12-04 02:26:49] "DELETE /project/edcdcc4d-324e-4daf-ae2a-57b3fbc1ef66 HTTP/1.1" 200 115 0.501625 10.0.0.41 - - [2025-12-04 02:26:49] "DELETE /project/ca187406-0ab5-4b7b-b00a-6da442caf3b0 HTTP/1.1" 200 115 0.522322 10.0.0.41 - - [2025-12-04 02:26:49] "DELETE /access-control-list/95c8facc-6cdf-4620-b72b-a7a4180bc8da HTTP/1.1" 200 115 0.030712 10.0.0.41 - - [2025-12-04 02:26:49] "DELETE /project/574b16fd-0f5a-491f-aecd-64f1496fad0e HTTP/1.1" 200 115 0.543447 10.0.0.41 - - [2025-12-04 02:26:49] "DELETE /access-control-list/f509732b-567f-44a2-99bf-cbb0c823caaf HTTP/1.1" 200 115 0.020396 10.0.0.41 - - [2025-12-04 02:26:49] "GET / HTTP/1.1" 200 35931 0.002306 10.0.0.41 - - [2025-12-04 02:26:50] "GET / HTTP/1.1" 200 35931 0.001353 10.0.0.41 - - [2025-12-04 02:26:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000424 10.0.0.41 - - [2025-12-04 02:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.069681 10.0.0.41 - - [2025-12-04 02:26:51] "GET /projects?obj_uuids=359cb6e6-0920-4c12-87e1-57a2abccc2bf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001009 10.0.0.41 - - [2025-12-04 02:26:51] "GET /project/359cb6e6-0920-4c12-87e1-57a2abccc2bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.030986 10.0.0.41 - - [2025-12-04 02:26:51] "GET /virtual-networks?parent_id=359cb6e6-0920-4c12-87e1-57a2abccc2bf&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.006946 10.0.0.41 - - [2025-12-04 02:26:51] "POST /fqname-to-id HTTP/1.1" 404 197 0.009313 10.0.0.41 - - [2025-12-04 02:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.007566 10.0.0.41 - - [2025-12-04 02:26:51] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001000 10.0.0.41 - - [2025-12-04 02:26:51] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.011248 10.0.0.41 - - [2025-12-04 02:26:51] "POST /service-templates HTTP/1.1" 403 264 0.006073 10.0.0.41 - - [2025-12-04 02:26:51] "POST /fqname-to-id HTTP/1.1" 404 215 0.002281 10.0.0.41 - - [2025-12-04 02:26:51] "POST /api-access-lists HTTP/1.1" 200 555 0.013205 10.0.0.41 - - [2025-12-04 02:26:51] "GET /api-access-list/31171d63-d92b-4e3f-a6f4-195f25f3461c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.004144 10.0.0.41 - - [2025-12-04 02:26:51] "GET /api-access-list/31171d63-d92b-4e3f-a6f4-195f25f3461c HTTP/1.1" 200 1323 0.002835 10.0.0.41 - - [2025-12-04 02:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.012926 10.0.0.41 - - [2025-12-04 02:26:51] "GET /projects?obj_uuids=359cb6e6-0920-4c12-87e1-57a2abccc2bf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000976 10.0.0.41 - - [2025-12-04 02:26:51] "GET /project/359cb6e6-0920-4c12-87e1-57a2abccc2bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.034020 10.0.0.41 - - [2025-12-04 02:26:51] "GET /virtual-networks?parent_id=359cb6e6-0920-4c12-87e1-57a2abccc2bf&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010704 10.0.0.41 - - [2025-12-04 02:26:52] "POST /virtual-networks HTTP/1.1" 200 583 0.046114 10.0.0.41 - - [2025-12-04 02:26:52] "POST /route-targets HTTP/1.1" 200 327 0.007992 10.0.0.41 - - [2025-12-04 02:26:52] "POST /ref-update HTTP/1.1" 200 156 0.011049 10.0.0.41 - - [2025-12-04 02:26:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.009253 10.0.0.41 - - [2025-12-04 02:26:52] "GET /network-ipam/5480c2e8-0b28-4b71-9775-e63b7ad202a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.009404 10.0.0.41 - - [2025-12-04 02:26:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003263 10.0.0.41 - - [2025-12-04 02:26:52] "POST /ref-update HTTP/1.1" 200 156 0.044855 10.0.0.41 - - [2025-12-04 02:26:52] "POST /neutron/network HTTP/1.1" 200 848 0.043854 10.0.0.41 - - [2025-12-04 02:26:52] "POST /neutron/network HTTP/1.1" 200 848 0.019249 10.0.0.41 - - [2025-12-04 02:26:52] "GET /virtual-network/6ee6519a-2c70-41a5-a986-6a56f54c1048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.019185 10.0.0.41 - - [2025-12-04 02:26:52] "POST /neutron/network HTTP/1.1" 200 848 0.019161 10.0.0.41 - - [2025-12-04 02:26:52] "POST /neutron/subnet HTTP/1.1" 200 676 0.021576 10.0.0.41 - - [2025-12-04 02:26:52] "POST /neutron/network HTTP/1.1" 200 848 0.054982 10.0.0.41 - - [2025-12-04 02:26:52] "GET /virtual-network/6ee6519a-2c70-41a5-a986-6a56f54c1048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005668 10.0.0.41 - - [2025-12-04 02:26:52] "GET /network-ipam/5480c2e8-0b28-4b71-9775-e63b7ad202a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.003319 10.0.0.41 - - [2025-12-04 02:26:52] "GET /domains HTTP/1.1" 200 280 0.002539 10.0.0.41 - - [2025-12-04 02:26:52] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000826 10.0.0.41 - - [2025-12-04 02:26:52] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a HTTP/1.1" 200 2760 0.006080 10.0.0.41 - - [2025-12-04 02:26:52] "GET /projects?obj_uuids=359cb6e6-0920-4c12-87e1-57a2abccc2bf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001609 10.0.0.41 - - [2025-12-04 02:26:52] "GET /project/359cb6e6-0920-4c12-87e1-57a2abccc2bf HTTP/1.1" 200 2351 0.066085 10.0.0.41 - - [2025-12-04 02:26:52] "GET /virtual-network/6ee6519a-2c70-41a5-a986-6a56f54c1048 HTTP/1.1" 200 2311 0.006551 10.0.0.41 - - [2025-12-04 02:26:52] "GET /virtual-network/6ee6519a-2c70-41a5-a986-6a56f54c1048 HTTP/1.1" 200 2311 0.004413 10.0.0.41 - - [2025-12-04 02:26:52] "GET /routing-instance/bbace626-18d6-4929-9cb7-89ecec95e63a HTTP/1.1" 200 1556 0.003042 10.0.0.41 - - [2025-12-04 02:26:52] "GET /routing-instance/bbace626-18d6-4929-9cb7-89ecec95e63a HTTP/1.1" 200 1556 0.002732 10.0.0.41 - - [2025-12-04 02:26:52] "GET /route-target/f47b6de8-b1a1-4633-a13d-3e989f7549b3 HTTP/1.1" 200 1245 0.002511 10.0.0.41 - - [2025-12-04 02:26:52] "GET /virtual-network/6ee6519a-2c70-41a5-a986-6a56f54c1048 HTTP/1.1" 200 2311 0.005161 10.0.0.41 - - [2025-12-04 02:26:52] "GET /routing-instance/bbace626-18d6-4929-9cb7-89ecec95e63a HTTP/1.1" 200 1556 0.003376 10.0.0.41 - - [2025-12-04 02:26:52] "GET /virtual-network/6ee6519a-2c70-41a5-a986-6a56f54c1048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.004114 10.0.0.41 - - [2025-12-04 02:26:52] "GET /virtual-network/6ee6519a-2c70-41a5-a986-6a56f54c1048 HTTP/1.1" 200 2311 0.003914 10.0.0.41 - - [2025-12-04 02:26:52] "GET /routing-instance/bbace626-18d6-4929-9cb7-89ecec95e63a HTTP/1.1" 200 1556 0.002759 10.0.0.41 - - [2025-12-04 02:26:52] "GET /routing-instance/bbace626-18d6-4929-9cb7-89ecec95e63a HTTP/1.1" 200 1556 0.002771 10.0.0.41 - - [2025-12-04 02:26:52] "GET /route-target/f47b6de8-b1a1-4633-a13d-3e989f7549b3 HTTP/1.1" 200 1245 0.002471 10.0.0.41 - - [2025-12-04 02:26:52] "GET /domains HTTP/1.1" 200 280 0.002279 10.0.0.41 - - [2025-12-04 02:26:52] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000865 10.0.0.41 - - [2025-12-04 02:26:52] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a HTTP/1.1" 200 2760 0.007113 10.0.0.41 - - [2025-12-04 02:26:52] "GET /projects?obj_uuids=359cb6e6-0920-4c12-87e1-57a2abccc2bf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001027 10.0.0.41 - - [2025-12-04 02:26:52] "GET /project/359cb6e6-0920-4c12-87e1-57a2abccc2bf HTTP/1.1" 200 2351 0.067101 10.0.0.41 - - [2025-12-04 02:26:52] "GET /virtual-network/6ee6519a-2c70-41a5-a986-6a56f54c1048 HTTP/1.1" 200 2311 0.004377 10.0.0.41 - - [2025-12-04 02:26:52] "GET /obj-perms HTTP/1.1" 200 5030 0.002659 10.0.0.41 - - [2025-12-04 02:26:52] "POST /fqname-to-id HTTP/1.1" 404 197 0.007880 10.0.0.41 - - [2025-12-04 02:26:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.007645 10.0.0.41 - - [2025-12-04 02:26:52] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000978 10.0.0.41 - - [2025-12-04 02:26:52] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.012702 10.0.0.41 - - [2025-12-04 02:26:53] "POST /service-templates HTTP/1.1" 403 264 0.007968 10.0.0.41 - - [2025-12-04 02:26:53] "POST /fqname-to-id HTTP/1.1" 404 183 0.002300 10.0.0.41 - - [2025-12-04 02:26:53] "POST /api-access-lists HTTP/1.1" 200 521 0.012469 10.0.0.41 - - [2025-12-04 02:26:53] "GET /api-access-list/c685d0d7-4ca5-4847-9d24-a98e2f094fab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.004304 10.0.0.41 - - [2025-12-04 02:26:53] "GET /api-access-list/c685d0d7-4ca5-4847-9d24-a98e2f094fab HTTP/1.1" 200 1291 0.003778 10.0.0.41 - - [2025-12-04 02:26:53] "POST /fqname-to-id HTTP/1.1" 404 197 0.009669 10.0.0.41 - - [2025-12-04 02:26:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.008479 10.0.0.41 - - [2025-12-04 02:26:53] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001018 10.0.0.41 - - [2025-12-04 02:26:53] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.012911 10.0.0.41 - - [2025-12-04 02:26:53] "POST /service-templates HTTP/1.1" 200 551 0.025458 10.0.0.41 - - [2025-12-04 02:26:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.011636 10.0.0.41 - - [2025-12-04 02:26:53] "GET /service-template/641a4cdc-89c8-4bd7-9131-cdcfe3afd289?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.011377 10.0.0.41 - - [2025-12-04 02:26:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.009140 10.0.0.41 - - [2025-12-04 02:26:53] "GET /service-template/641a4cdc-89c8-4bd7-9131-cdcfe3afd289?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.010096 10.0.0.41 - - [2025-12-04 02:26:53] "GET /virtual-network/6ee6519a-2c70-41a5-a986-6a56f54c1048 HTTP/1.1" 401 292 0.000407 10.0.0.41 - - [2025-12-04 02:26:53] "GET /virtual-network/6ee6519a-2c70-41a5-a986-6a56f54c1048 HTTP/1.1" 403 263 0.031838 10.0.0.41 - - [2025-12-04 02:26:53] "GET /service-template/641a4cdc-89c8-4bd7-9131-cdcfe3afd289 HTTP/1.1" 403 264 0.007079 10.0.0.41 - - [2025-12-04 02:26:54] "GET /service-template/641a4cdc-89c8-4bd7-9131-cdcfe3afd289 HTTP/1.1" 403 264 0.034067 10.0.0.41 - - [2025-12-04 02:26:54] "GET /obj-perms HTTP/1.1" 403 257 0.029549 10.0.0.41 - - [2025-12-04 02:26:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.001920 10.0.0.41 - - [2025-12-04 02:26:54] "GET /virtual-network/6ee6519a-2c70-41a5-a986-6a56f54c1048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.010991 10.0.0.41 - - [2025-12-04 02:26:54] "GET /obj-perms HTTP/1.1" 403 257 0.007657 10.0.0.41 - - [2025-12-04 02:26:54] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007860 10.0.0.41 - - [2025-12-04 02:26:54] "GET /api-access-list/31171d63-d92b-4e3f-a6f4-195f25f3461c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.002758 10.0.0.41 - - [2025-12-04 02:26:54] "PUT /api-access-list/31171d63-d92b-4e3f-a6f4-195f25f3461c HTTP/1.1" 200 264 0.007457 10.0.0.41 - - [2025-12-04 02:26:54] "GET /api-access-list/31171d63-d92b-4e3f-a6f4-195f25f3461c HTTP/1.1" 200 1460 0.003448 10.0.0.41 - - [2025-12-04 02:26:54] "GET /virtual-network/6ee6519a-2c70-41a5-a986-6a56f54c1048 HTTP/1.1" 200 2311 0.014024 10.0.0.41 - - [2025-12-04 02:26:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000347 10.0.0.41 - - [2025-12-04 02:26:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.035540 10.0.0.41 - - [2025-12-04 02:26:55] "GET /projects?obj_uuids=359cb6e6-0920-4c12-87e1-57a2abccc2bf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.024564 10.0.0.41 - - [2025-12-04 02:26:55] "GET /project/359cb6e6-0920-4c12-87e1-57a2abccc2bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.056150 10.0.0.41 - - [2025-12-04 02:26:55] "GET /virtual-networks?parent_id=359cb6e6-0920-4c12-87e1-57a2abccc2bf&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.013850 10.0.0.41 - - [2025-12-04 02:26:55] "POST /virtual-networks HTTP/1.1" 403 263 0.008977 10.0.0.41 - - [2025-12-04 02:26:55] "GET /service-template/641a4cdc-89c8-4bd7-9131-cdcfe3afd289 HTTP/1.1" 403 264 0.007832 10.0.0.41 - - [2025-12-04 02:26:55] "GET /service-template/641a4cdc-89c8-4bd7-9131-cdcfe3afd289 HTTP/1.1" 403 264 0.030449 10.0.0.41 - - [2025-12-04 02:26:55] "GET /obj-perms HTTP/1.1" 403 257 0.007473 10.0.0.41 - - [2025-12-04 02:26:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002448 10.0.0.41 - - [2025-12-04 02:26:55] "GET /virtual-network/6ee6519a-2c70-41a5-a986-6a56f54c1048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.012495 10.0.0.41 - - [2025-12-04 02:26:55] "GET /obj-perms HTTP/1.1" 403 257 0.007389 10.0.0.41 - - [2025-12-04 02:26:55] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.019644 10.0.0.41 - - [2025-12-04 02:26:56] "GET /api-access-list/c685d0d7-4ca5-4847-9d24-a98e2f094fab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.003092 10.0.0.41 - - [2025-12-04 02:26:56] "PUT /api-access-list/c685d0d7-4ca5-4847-9d24-a98e2f094fab HTTP/1.1" 200 264 0.007215 10.0.0.41 - - [2025-12-04 02:26:56] "GET /api-access-list/c685d0d7-4ca5-4847-9d24-a98e2f094fab HTTP/1.1" 200 1429 0.002819 10.0.0.41 - - [2025-12-04 02:26:56] "GET /service-template/641a4cdc-89c8-4bd7-9131-cdcfe3afd289 HTTP/1.1" 200 1853 0.011016 10.0.0.41 - - [2025-12-04 02:26:56] "POST /fqname-to-id HTTP/1.1" 404 197 0.007335 10.0.0.41 - - [2025-12-04 02:26:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.009018 10.0.0.41 - - [2025-12-04 02:26:56] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001048 10.0.0.41 - - [2025-12-04 02:26:56] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.013790 10.0.0.41 - - [2025-12-04 02:26:56] "POST /service-templates HTTP/1.1" 403 264 0.008116 10.0.0.41 - - [2025-12-04 02:26:56] "GET /api-access-list/31171d63-d92b-4e3f-a6f4-195f25f3461c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.002934 10.0.0.41 - - [2025-12-04 02:26:56] "PUT /api-access-list/31171d63-d92b-4e3f-a6f4-195f25f3461c HTTP/1.1" 200 264 0.007425 10.0.0.41 - - [2025-12-04 02:26:56] "GET /api-access-list/31171d63-d92b-4e3f-a6f4-195f25f3461c HTTP/1.1" 200 1323 0.002994 10.0.0.41 - - [2025-12-04 02:26:56] "GET /api-access-list/c685d0d7-4ca5-4847-9d24-a98e2f094fab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.003142 10.0.0.41 - - [2025-12-04 02:26:56] "PUT /api-access-list/c685d0d7-4ca5-4847-9d24-a98e2f094fab HTTP/1.1" 200 264 0.007901 10.0.0.41 - - [2025-12-04 02:26:56] "GET /obj-perms HTTP/1.1" 200 5056 0.063635 10.0.0.41 - - [2025-12-04 02:26:56] "GET /api-access-list/c685d0d7-4ca5-4847-9d24-a98e2f094fab HTTP/1.1" 200 1291 0.004508 10.0.0.41 - - [2025-12-04 02:26:56] "GET /virtual-network/6ee6519a-2c70-41a5-a986-6a56f54c1048 HTTP/1.1" 403 263 0.008473 10.0.0.41 - - [2025-12-04 02:26:57] "GET /virtual-network/6ee6519a-2c70-41a5-a986-6a56f54c1048 HTTP/1.1" 403 263 0.040346 10.0.0.41 - - [2025-12-04 02:26:57] "GET /service-template/641a4cdc-89c8-4bd7-9131-cdcfe3afd289 HTTP/1.1" 403 264 0.009892 10.0.0.41 - - [2025-12-04 02:26:57] "GET /obj-perms HTTP/1.1" 200 5056 0.343101 10.0.0.41 - - [2025-12-04 02:26:57] "GET /service-template/641a4cdc-89c8-4bd7-9131-cdcfe3afd289 HTTP/1.1" 403 264 0.030415 10.0.0.41 - - [2025-12-04 02:26:57] "GET /obj-perms HTTP/1.1" 403 257 0.007500 10.0.0.41 - - [2025-12-04 02:26:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.001864 10.0.0.41 - - [2025-12-04 02:26:57] "GET /virtual-network/6ee6519a-2c70-41a5-a986-6a56f54c1048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.007902 10.0.0.41 - - [2025-12-04 02:26:57] "GET /obj-perms HTTP/1.1" 403 257 0.030440 10.0.0.41 - - [2025-12-04 02:26:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.001913 10.0.0.41 - - [2025-12-04 02:26:57] "GET /virtual-network/6ee6519a-2c70-41a5-a986-6a56f54c1048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.007665 10.0.0.41 - - [2025-12-04 02:26:57] "GET /obj-perms HTTP/1.1" 403 257 0.009333 10.0.0.41 - - [2025-12-04 02:26:57] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007870 10.0.0.41 - - [2025-12-04 02:26:58] "GET /api-access-list/9910a216-1d91-4091-83e9-b6229aad4dbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003052 10.0.0.41 - - [2025-12-04 02:26:58] "PUT /api-access-list/9910a216-1d91-4091-83e9-b6229aad4dbd HTTP/1.1" 200 264 0.007109 10.0.0.41 - - [2025-12-04 02:26:58] "GET /service-template/641a4cdc-89c8-4bd7-9131-cdcfe3afd289 HTTP/1.1" 200 1853 0.010017 10.0.0.41 - - [2025-12-04 02:26:58] "GET /virtual-network/6ee6519a-2c70-41a5-a986-6a56f54c1048 HTTP/1.1" 200 2311 0.015793 10.0.0.41 - - [2025-12-04 02:26:58] "GET /obj-perms HTTP/1.1" 403 257 0.007758 10.0.0.41 - - [2025-12-04 02:26:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.001947 10.0.0.41 - - [2025-12-04 02:26:58] "GET /virtual-network/6ee6519a-2c70-41a5-a986-6a56f54c1048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.012464 10.0.0.41 - - [2025-12-04 02:26:58] "GET /obj-perms HTTP/1.1" 403 257 0.009559 10.0.0.41 - - [2025-12-04 02:26:58] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.017791 10.0.0.41 - - [2025-12-04 02:26:58] "DELETE /api-access-list/31171d63-d92b-4e3f-a6f4-195f25f3461c HTTP/1.1" 200 115 0.019250 10.0.0.41 - - [2025-12-04 02:26:58] "GET /api-access-list/31171d63-d92b-4e3f-a6f4-195f25f3461c HTTP/1.1" 404 171 0.002118 10.0.0.41 - - [2025-12-04 02:26:58] "DELETE /api-access-list/c685d0d7-4ca5-4847-9d24-a98e2f094fab HTTP/1.1" 200 115 0.019452 10.0.0.41 - - [2025-12-04 02:26:58] "GET /api-access-list/c685d0d7-4ca5-4847-9d24-a98e2f094fab HTTP/1.1" 404 171 0.002822 10.0.0.41 - - [2025-12-04 02:26:58] "GET /virtual-network/6ee6519a-2c70-41a5-a986-6a56f54c1048 HTTP/1.1" 401 292 0.000358 10.0.0.41 - - [2025-12-04 02:26:58] "GET /virtual-network/6ee6519a-2c70-41a5-a986-6a56f54c1048 HTTP/1.1" 403 263 0.033290 10.0.0.41 - - [2025-12-04 02:26:58] "GET /service-template/641a4cdc-89c8-4bd7-9131-cdcfe3afd289 HTTP/1.1" 403 264 0.005327 10.0.0.41 - - [2025-12-04 02:26:59] "GET /service-template/641a4cdc-89c8-4bd7-9131-cdcfe3afd289 HTTP/1.1" 403 264 0.032486 10.0.0.41 - - [2025-12-04 02:26:59] "GET /obj-perms HTTP/1.1" 403 257 0.028291 10.0.0.41 - - [2025-12-04 02:26:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.001809 10.0.0.41 - - [2025-12-04 02:26:59] "GET /virtual-network/6ee6519a-2c70-41a5-a986-6a56f54c1048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.006397 10.0.0.41 - - [2025-12-04 02:26:59] "GET /obj-perms HTTP/1.1" 403 257 0.005671 10.0.0.41 - - [2025-12-04 02:26:59] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.005871 10.0.0.41 - - [2025-12-04 02:26:59] "GET /api-access-list/9910a216-1d91-4091-83e9-b6229aad4dbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.003230 10.0.0.41 - - [2025-12-04 02:26:59] "PUT /api-access-list/9910a216-1d91-4091-83e9-b6229aad4dbd HTTP/1.1" 200 264 0.007708 10.0.0.41 - - [2025-12-04 02:26:59] "GET /virtual-network/6ee6519a-2c70-41a5-a986-6a56f54c1048 HTTP/1.1" 200 2311 0.013033 10.0.0.41 - - [2025-12-04 02:26:59] "GET /service-template/641a4cdc-89c8-4bd7-9131-cdcfe3afd289 HTTP/1.1" 200 1853 0.007931 10.0.0.41 - - [2025-12-04 02:26:59] "GET /obj-perms HTTP/1.1" 403 257 0.005046 10.0.0.41 - - [2025-12-04 02:26:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.001928 10.0.0.41 - - [2025-12-04 02:26:59] "GET /virtual-network/6ee6519a-2c70-41a5-a986-6a56f54c1048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.011157 10.0.0.41 - - [2025-12-04 02:26:59] "GET /obj-perms HTTP/1.1" 403 257 0.006007 10.0.0.41 - - [2025-12-04 02:26:59] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.014494 10.0.0.41 - - [2025-12-04 02:26:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.007886 10.0.0.41 - - [2025-12-04 02:26:59] "DELETE /service-template/641a4cdc-89c8-4bd7-9131-cdcfe3afd289 HTTP/1.1" 200 115 0.021636 10.0.0.41 - - [2025-12-04 02:26:59] "POST /fqname-to-id HTTP/1.1" 404 197 0.007524 10.0.0.41 - - [2025-12-04 02:27:00] "POST /useragent-kv HTTP/1.1" 200 115 0.001930 10.0.0.41 - - [2025-12-04 02:27:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002166 10.0.0.41 - - [2025-12-04 02:27:00] "DELETE /virtual-network/6ee6519a-2c70-41a5-a986-6a56f54c1048 HTTP/1.1" 200 115 0.066943 10.0.0.41 - - [2025-12-04 02:27:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.030146 10.0.0.41 - - [2025-12-04 02:27:00] "DELETE /route-target/f47b6de8-b1a1-4633-a13d-3e989f7549b3 HTTP/1.1" 200 115 0.016662 10.0.0.41 - - [2025-12-04 02:27:00] "GET /api-access-list/9910a216-1d91-4091-83e9-b6229aad4dbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.003655 10.0.0.41 - - [2025-12-04 02:27:00] "PUT /api-access-list/9910a216-1d91-4091-83e9-b6229aad4dbd HTTP/1.1" 200 264 0.008406 10.0.0.41 - - [2025-12-04 02:27:00] "GET /api-access-list/9910a216-1d91-4091-83e9-b6229aad4dbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2691 0.010719 10.0.0.41 - - [2025-12-04 02:27:00] "PUT /api-access-list/9910a216-1d91-4091-83e9-b6229aad4dbd HTTP/1.1" 200 264 0.007879 10.0.0.41 - - [2025-12-04 02:27:01] "GET /api-access-list/9910a216-1d91-4091-83e9-b6229aad4dbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003340 10.0.0.41 - - [2025-12-04 02:27:01] "PUT /api-access-list/9910a216-1d91-4091-83e9-b6229aad4dbd HTTP/1.1" 200 264 0.007797 10.0.0.41 - - [2025-12-04 02:27:01] "GET /projects?obj_uuids=359cb6e6-0920-4c12-87e1-57a2abccc2bf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001008 10.0.0.41 - - [2025-12-04 02:27:01] "GET /project/359cb6e6-0920-4c12-87e1-57a2abccc2bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.023173 10.0.0.41 - - [2025-12-04 02:27:01] "GET /projects?obj_uuids=359cb6e6-0920-4c12-87e1-57a2abccc2bf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000940 10.0.0.41 - - [2025-12-04 02:27:01] "GET /project/359cb6e6-0920-4c12-87e1-57a2abccc2bf?fields=virtual_networks HTTP/1.1" 200 1031 0.062392 10.0.0.41 - - [2025-12-04 02:27:01] "GET /projects?obj_uuids=359cb6e6-0920-4c12-87e1-57a2abccc2bf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000911 10.0.0.41 - - [2025-12-04 02:27:01] "GET /project/359cb6e6-0920-4c12-87e1-57a2abccc2bf?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.023788 10.0.0.41 - - [2025-12-04 02:27:01] "GET /projects?obj_uuids=359cb6e6-0920-4c12-87e1-57a2abccc2bf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000959 10.0.0.41 - - [2025-12-04 02:27:01] "GET /project/359cb6e6-0920-4c12-87e1-57a2abccc2bf?fields=security_groups HTTP/1.1" 200 1257 0.020247 10.0.0.41 - - [2025-12-04 02:27:02] "GET /projects?obj_uuids=07b534c5-3482-4a93-bd78-d5c7c8041b6f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000873 10.0.0.41 - - [2025-12-04 02:27:02] "GET /project/07b534c5-3482-4a93-bd78-d5c7c8041b6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.024136 [Introspect:8084]10.0.0.41 - - [2025-12-04 02:27:02] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001010 10.0.0.41 - - [2025-12-04 02:27:02] "POST /fqname-to-id HTTP/1.1" 404 184 0.024353 10.0.0.41 - - [2025-12-04 02:27:02] "GET /projects?obj_uuids=a78c2e19-cd7d-4570-88c7-d8670e6b7eb2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002137 10.0.0.41 - - [2025-12-04 02:27:02] "GET /domains?obj_uuids=d532fd41-7a3b-4b8f-b16e-ec4424c8956a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001174 10.0.0.41 - - [2025-12-04 02:27:02] "GET /domain/d532fd41-7a3b-4b8f-b16e-ec4424c8956a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.005836 10.0.0.41 - - [2025-12-04 02:27:03] "POST /id-to-fqname HTTP/1.1" 200 186 0.004225 10.0.0.41 - - [2025-12-04 02:27:03] "POST /fqname-to-id HTTP/1.1" 404 195 0.003889 10.0.0.41 - - [2025-12-04 02:27:03] "POST /security-groups HTTP/1.1" 200 587 0.064363 10.0.0.41 - - [2025-12-04 02:27:03] "POST /fqname-to-id HTTP/1.1" 404 230 0.002937 10.0.0.41 - - [2025-12-04 02:27:03] "POST /projects HTTP/1.1" 200 577 0.223932 10.0.0.41 - - [2025-12-04 02:27:03] "POST /access-control-lists HTTP/1.1" 200 592 0.054384 10.0.0.41 - - [2025-12-04 02:27:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.298961 10.0.0.41 - - [2025-12-04 02:27:03] "POST /fqname-to-id HTTP/1.1" 404 229 0.002199 10.0.0.41 - - [2025-12-04 02:27:03] "GET /project/a78c2e19-cd7d-4570-88c7-d8670e6b7eb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.415651 10.0.0.41 - - [2025-12-04 02:27:03] "POST /access-control-lists HTTP/1.1" 200 590 0.056673 10.0.0.41 - - [2025-12-04 02:27:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000560 10.0.0.41 - - [2025-12-04 02:27:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.41 - - [2025-12-04 02:27:04] "GET / HTTP/1.1" 200 35931 0.001975 10.0.0.41 - - [2025-12-04 02:27:04] "GET /projects?obj_uuids=a78c2e19-cd7d-4570-88c7-d8670e6b7eb2&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000885 10.0.0.41 - - [2025-12-04 02:27:04] "GET /project/a78c2e19-cd7d-4570-88c7-d8670e6b7eb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.020474 10.0.0.41 - - [2025-12-04 02:27:04] "GET /projects?obj_uuids=a78c2e19-cd7d-4570-88c7-d8670e6b7eb2&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000916 10.0.0.41 - - [2025-12-04 02:27:04] "GET /project/a78c2e19-cd7d-4570-88c7-d8670e6b7eb2?fields=virtual_networks HTTP/1.1" 200 1024 0.064196 10.0.0.41 - - [2025-12-04 02:27:04] "GET /projects?obj_uuids=a78c2e19-cd7d-4570-88c7-d8670e6b7eb2&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000926 10.0.0.41 - - [2025-12-04 02:27:04] "GET /project/a78c2e19-cd7d-4570-88c7-d8670e6b7eb2?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.021450 10.0.0.41 - - [2025-12-04 02:27:04] "GET /projects?obj_uuids=a78c2e19-cd7d-4570-88c7-d8670e6b7eb2&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000984 10.0.0.41 - - [2025-12-04 02:27:04] "GET /project/a78c2e19-cd7d-4570-88c7-d8670e6b7eb2?fields=security_groups HTTP/1.1" 200 1246 0.021324 10.0.0.41 - - [2025-12-04 02:27:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000400 10.0.0.41 - - [2025-12-04 02:27:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 [Introspect:8084]10.0.0.41 - - [2025-12-04 02:27:41] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001143 [Introspect:8084]10.0.0.41 - - [2025-12-04 02:27:41] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000782