+++ date ++ echo 'INFO: =================== Thu Jan 29 01:59:08 AM UTC 2026 ===================' INFO: =================== Thu Jan 29 01:59:08 AM UTC 2026 =================== ++ 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 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ 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 +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.41 +++ cut -d ' ' -f 1 +++ 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 ++ grep '^API__.*__.*=.*$' ++ set ++ cut -d = -f 1 ++ sort ++ 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: 01/29/2026 01:59:17.117 7f6eb85b5bc0 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 01/29/2026 01:59:17.249 7f6eb85b5bc0 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 01/29/2026 01:59:17.262 7f6eb85b5bc0 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 01/29/2026 01:59:17.262 7f6eb85b5bc0 [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 - - [2026-01-29 01:59:21] "GET / HTTP/1.1" 503 181 0.000258 10.0.0.41 - - [2026-01-29 01:59:21] "GET / HTTP/1.1" 503 181 0.000142 10.0.0.41 - - [2026-01-29 01:59:22] "GET / HTTP/1.1" 200 45871 0.001157 10.0.0.41 - - [2026-01-29 01:59:22] "GET / HTTP/1.1" 200 45871 0.000975 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 - - [2026-01-29 01:59:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000473 10.0.0.41 - - [2026-01-29 01:59:22] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000262 10.0.0.41 - - [2026-01-29 01:59:22] "GET / HTTP/1.1" 200 35931 0.002050 10.0.0.41 - - [2026-01-29 01:59:23] "GET / HTTP/1.1" 200 35931 0.001490 10.0.0.41 - - [2026-01-29 01:59:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000363 10.0.0.41 - - [2026-01-29 01:59:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.921993 10.0.0.41 - - [2026-01-29 01:59:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002471 10.0.0.41 - - [2026-01-29 01:59:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.358234 10.0.0.41 - - [2026-01-29 01:59:23] "GET /global-system-config/185c56d5-0a2b-4014-9830-8a8c5e7b4bab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.009406 10.0.0.41 - - [2026-01-29 01:59:23] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.670955 10.0.0.41 - - [2026-01-29 01:59:24] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.006506 10.0.0.41 - - [2026-01-29 01:59:24] "POST /fqname-to-id HTTP/1.1" 404 220 0.002854 10.0.0.41 - - [2026-01-29 01:59:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000369 10.0.0.41 - - [2026-01-29 01:59:24] "POST /config-nodes HTTP/1.1" 200 599 0.019924 10.0.0.41 - - [2026-01-29 01:59:24] "GET / HTTP/1.1" 200 35931 0.001948 10.0.0.41 - - [2026-01-29 01:59:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000524 10.0.0.41 - - [2026-01-29 01:59:24] "GET / HTTP/1.1" 200 35931 0.001952 10.0.0.41 - - [2026-01-29 01:59:24] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000426 10.0.0.41 - - [2026-01-29 01:59:24] "GET / HTTP/1.1" 200 35931 0.001369 10.0.0.41 - - [2026-01-29 01:59:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.311955 10.0.0.41 - - [2026-01-29 01:59:24] "GET /network-ipam/6cb8cffa-eea6-418d-9810-41dada4b4a19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.003815 10.0.0.41 - - [2026-01-29 01:59:25] "POST /fqname-to-id HTTP/1.1" 404 225 0.003260 /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 - - [2026-01-29 01:59:25] "POST /access-control-lists HTTP/1.1" 200 587 0.024821 10.0.0.41 - - [2026-01-29 01:59:25] "POST /fqname-to-id HTTP/1.1" 404 186 0.351000 10.0.0.41 - - [2026-01-29 01:59:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.41 - - [2026-01-29 01:59:25] "POST /fqname-to-id HTTP/1.1" 404 224 0.003653 10.0.0.41 - - [2026-01-29 01:59:25] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.083845 10.0.0.41 - - [2026-01-29 01:59:25] "GET /global-system-config/185c56d5-0a2b-4014-9830-8a8c5e7b4bab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.013145 10.0.0.41 - - [2026-01-29 01:59:25] "POST /access-control-lists HTTP/1.1" 200 585 0.035673 10.0.0.41 - - [2026-01-29 01:59:25] "POST /service-appliance-sets HTTP/1.1" 200 553 0.028530 10.0.0.41 - - [2026-01-29 01:59:25] "POST /fqname-to-id HTTP/1.1" 404 180 0.003070 10.0.0.41 - - [2026-01-29 01:59:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.41 - - [2026-01-29 01:59:25] "POST /route-targets HTTP/1.1" 200 327 0.017373 10.0.0.41 - - [2026-01-29 01:59:25] "GET /global-system-config/185c56d5-0a2b-4014-9830-8a8c5e7b4bab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.024924 10.0.0.41 - - [2026-01-29 01:59:25] "POST /ref-update HTTP/1.1" 200 156 0.031055 10.0.0.41 - - [2026-01-29 01:59:25] "POST /service-appliance-sets HTTP/1.1" 200 541 0.021709 10.0.0.41 - - [2026-01-29 01:59:25] "POST /route-targets HTTP/1.1" 200 327 0.014991 10.0.0.41 - - [2026-01-29 01:59:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.41 - - [2026-01-29 01:59:25] "POST /ref-update HTTP/1.1" 200 156 0.009402 10.0.0.41 - - [2026-01-29 01:59:25] "GET /network-ipam/6cb8cffa-eea6-418d-9810-41dada4b4a19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.006155 10.0.0.41 - - [2026-01-29 01:59:25] "POST /route-targets HTTP/1.1" 200 327 0.011259 10.0.0.41 - - [2026-01-29 01:59:25] "POST /ref-update HTTP/1.1" 200 156 0.085908 10.0.0.41 - - [2026-01-29 01:59:25] "POST /service-templates HTTP/1.1" 200 511 0.022211 10.0.0.41 - - [2026-01-29 01:59:25] "POST /service-templates HTTP/1.1" 200 501 0.017883 10.0.0.41 - - [2026-01-29 01:59:26] "POST /route-targets HTTP/1.1" 200 327 0.016259 10.0.0.41 - - [2026-01-29 01:59:26] "POST /service-templates HTTP/1.1" 200 515 0.019206 10.0.0.41 - - [2026-01-29 01:59:26] "POST /ref-update HTTP/1.1" 200 156 0.010777 10.0.0.41 - - [2026-01-29 01:59:26] "POST /service-templates HTTP/1.1" 200 535 0.016987 10.0.0.41 - - [2026-01-29 01:59:26] "POST /fqname-to-id HTTP/1.1" 404 201 0.002675 10.0.0.41 - - [2026-01-29 01:59:26] "POST /service-templates HTTP/1.1" 200 507 0.020590 10.0.0.41 - - [2026-01-29 01:59:26] "POST /access-control-lists HTTP/1.1" 200 551 0.065684 10.0.0.41 - - [2026-01-29 01:59:26] "PUT /access-control-list/50a7fd65-a483-4ccb-aa8e-c43a47839e8e HTTP/1.1" 200 272 0.012086 10.0.0.41 - - [2026-01-29 01:59:26] "PUT /access-control-list/c0dc582f-4827-4991-8bb9-8b50cd2979a0 HTTP/1.1" 200 272 0.009793 10.0.0.41 - - [2026-01-29 01:59:26] "GET / HTTP/1.1" 200 35931 0.001504 10.0.0.41 - - [2026-01-29 01:59:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000396 10.0.0.41 - - [2026-01-29 01:59:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.026505 10.0.0.41 - - [2026-01-29 01:59:27] "GET /global-system-config/185c56d5-0a2b-4014-9830-8a8c5e7b4bab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.005925 10.0.0.41 - - [2026-01-29 01:59:27] "POST /fqname-to-id HTTP/1.1" 404 220 0.003142 10.0.0.41 - - [2026-01-29 01:59:27] "POST /config-database-nodes HTTP/1.1" 200 617 0.017346 10.0.0.41 - - [2026-01-29 01:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.41 - - [2026-01-29 01:59:30] "GET /global-vrouter-config/ca103479-b4e7-43b3-aef9-85f12c05b442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1216 0.003485 10.0.0.41 - - [2026-01-29 01:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.41 - - [2026-01-29 01:59:30] "PUT /global-vrouter-config/ca103479-b4e7-43b3-aef9-85f12c05b442 HTTP/1.1" 200 276 0.009009 10.0.0.41 - - [2026-01-29 01:59:30] "GET / HTTP/1.1" 200 35931 0.001391 10.0.0.41 - - [2026-01-29 01:59:30] "POST /alarms HTTP/1.1" 401 292 0.000373 10.0.0.41 - - [2026-01-29 01:59:31] "POST /alarms HTTP/1.1" 200 581 0.037357 10.0.0.41 - - [2026-01-29 01:59:31] "POST /alarms HTTP/1.1" 200 575 0.013733 10.0.0.41 - - [2026-01-29 01:59:31] "POST /alarms HTTP/1.1" 200 575 0.015593 10.0.0.41 - - [2026-01-29 01:59:31] "POST /alarms HTTP/1.1" 200 559 0.023481 10.0.0.41 - - [2026-01-29 01:59:31] "POST /alarms HTTP/1.1" 200 555 0.015201 10.0.0.41 - - [2026-01-29 01:59:31] "POST /alarms HTTP/1.1" 200 557 0.016846 10.0.0.41 - - [2026-01-29 01:59:31] "POST /alarms HTTP/1.1" 200 565 0.015956 10.0.0.41 - - [2026-01-29 01:59:31] "POST /alarms HTTP/1.1" 200 549 0.015214 10.0.0.41 - - [2026-01-29 01:59:31] "POST /alarms HTTP/1.1" 200 557 0.016425 10.0.0.41 - - [2026-01-29 01:59:31] "POST /alarms HTTP/1.1" 200 567 0.016334 10.0.0.41 - - [2026-01-29 01:59:31] "POST /alarms HTTP/1.1" 200 555 0.015680 10.0.0.41 - - [2026-01-29 01:59:31] "POST /alarms HTTP/1.1" 200 567 0.017743 10.0.0.41 - - [2026-01-29 01:59:31] "POST /alarms HTTP/1.1" 200 575 0.065501 10.0.0.41 - - [2026-01-29 01:59:31] "POST /alarms HTTP/1.1" 200 569 0.017585 10.0.0.41 - - [2026-01-29 01:59:31] "POST /alarms HTTP/1.1" 200 561 0.015598 10.0.0.41 - - [2026-01-29 01:59:32] "POST /alarms HTTP/1.1" 200 561 0.016223 10.0.0.41 - - [2026-01-29 01:59:32] "POST /alarms HTTP/1.1" 200 561 0.016662 10.0.0.41 - - [2026-01-29 01:59:32] "POST /alarms HTTP/1.1" 200 547 0.017140 10.0.0.41 - - [2026-01-29 01:59:32] "POST /alarms HTTP/1.1" 200 595 0.017937 10.0.0.41 - - [2026-01-29 01:59:32] "POST /alarms HTTP/1.1" 200 575 0.015100 10.0.0.41 - - [2026-01-29 01:59:32] "POST /alarms HTTP/1.1" 200 571 0.015015 10.0.0.41 - - [2026-01-29 01:59:32] "POST /alarms HTTP/1.1" 200 583 0.015706 10.0.0.41 - - [2026-01-29 01:59:32] "POST /alarms HTTP/1.1" 200 609 0.019912 10.0.0.41 - - [2026-01-29 01:59:32] "GET / HTTP/1.1" 200 35931 0.001555 10.0.0.41 - - [2026-01-29 01:59:32] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000367 10.0.0.41 - - [2026-01-29 01:59:33] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.024887 10.0.0.41 - - [2026-01-29 01:59:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002536 10.0.0.41 - - [2026-01-29 01:59:33] "PUT /global-vrouter-config/ca103479-b4e7-43b3-aef9-85f12c05b442 HTTP/1.1" 200 276 0.008747 10.0.0.41 - - [2026-01-29 01:59:33] "GET / HTTP/1.1" 200 35931 0.002055 10.0.0.41 - - [2026-01-29 01:59:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000374 10.0.0.41 - - [2026-01-29 01:59:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.026635 10.0.0.41 - - [2026-01-29 01:59:33] "GET /global-vrouter-config/ca103479-b4e7-43b3-aef9-85f12c05b442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004949 10.0.0.41 - - [2026-01-29 01:59:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.41 - - [2026-01-29 01:59:33] "PUT /global-vrouter-config/ca103479-b4e7-43b3-aef9-85f12c05b442 HTTP/1.1" 200 276 0.008301 10.0.0.41 - - [2026-01-29 01:59:34] "GET / HTTP/1.1" 200 35931 0.001692 10.0.0.41 - - [2026-01-29 01:59:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000408 10.0.0.41 - - [2026-01-29 01:59:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.024064 10.0.0.41 - - [2026-01-29 01:59:34] "GET /global-system-config/185c56d5-0a2b-4014-9830-8a8c5e7b4bab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.005454 10.0.0.41 - - [2026-01-29 01:59:34] "PUT /global-system-config/185c56d5-0a2b-4014-9830-8a8c5e7b4bab HTTP/1.1" 200 274 0.014981 10.0.0.41 - - [2026-01-29 01:59:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.41 - - [2026-01-29 01:59:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.41 - - [2026-01-29 01:59:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000707 10.0.0.41 - - [2026-01-29 01:59:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.41 - - [2026-01-29 02:00:21] "GET / HTTP/1.1" 200 35931 0.002443 10.0.0.41 - - [2026-01-29 02:00:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000376 10.0.0.41 - - [2026-01-29 02:00:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.027117 10.0.0.41 - - [2026-01-29 02:00:21] "GET /routing-instance/304cf0f7-9fa6-45ac-a03c-8a8738e0427e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.003936 10.0.0.41 - - [2026-01-29 02:00:21] "POST /bgp-routers HTTP/1.1" 200 620 0.021740 10.0.0.41 - - [2026-01-29 02:00:21] "GET /bgp-router/e19c2021-91cf-436a-893e-b5ef3def6335?fields=global_system_config_back_refs HTTP/1.1" 200 1116 0.007574 10.0.0.41 - - [2026-01-29 02:00:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.41 - - [2026-01-29 02:00:21] "GET /global-system-config/185c56d5-0a2b-4014-9830-8a8c5e7b4bab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.006947 10.0.0.41 - - [2026-01-29 02:00:22] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003308 10.0.0.41 - - [2026-01-29 02:00:22] "POST /ref-update HTTP/1.1" 200 156 0.007690 10.0.0.41 - - [2026-01-29 02:00:50] "GET / HTTP/1.1" 200 35931 0.001380 10.0.0.41 - - [2026-01-29 02:00:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000386 10.0.0.41 - - [2026-01-29 02:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.028949 10.0.0.41 - - [2026-01-29 02:00:50] "GET /global-system-config/185c56d5-0a2b-4014-9830-8a8c5e7b4bab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.008243 10.0.0.41 - - [2026-01-29 02:00:50] "POST /fqname-to-id HTTP/1.1" 404 220 0.003107 10.0.0.41 - - [2026-01-29 02:00:50] "POST /database-nodes HTTP/1.1" 200 603 0.035082 10.0.0.41 - - [2026-01-29 02:01:21] "GET / HTTP/1.1" 200 35931 0.001742 10.0.0.41 - - [2026-01-29 02:01:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000464 10.0.0.41 - - [2026-01-29 02:01:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.025705 10.0.0.41 - - [2026-01-29 02:01:21] "GET /global-system-config/185c56d5-0a2b-4014-9830-8a8c5e7b4bab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.007478 10.0.0.41 - - [2026-01-29 02:01:21] "POST /fqname-to-id HTTP/1.1" 404 220 0.002951 10.0.0.41 - - [2026-01-29 02:01:21] "POST /analytics-nodes HTTP/1.1" 200 605 0.017187 10.0.0.41 - - [2026-01-29 02:01:27] "GET / HTTP/1.1" 200 35931 0.002204 10.0.0.41 - - [2026-01-29 02:01:37] "GET / HTTP/1.1" 200 35931 0.001284 10.0.0.41 - - [2026-01-29 02:01:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000431 10.0.0.41 - - [2026-01-29 02:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.026906 10.0.0.41 - - [2026-01-29 02:01:37] "GET /global-system-config/185c56d5-0a2b-4014-9830-8a8c5e7b4bab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.005201 10.0.0.41 - - [2026-01-29 02:01:37] "POST /fqname-to-id HTTP/1.1" 404 220 0.002722 10.0.0.41 - - [2026-01-29 02:01:37] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.021899 10.0.0.41 - - [2026-01-29 02:01:50] "GET / HTTP/1.1" 200 35931 0.001289 10.0.0.41 - - [2026-01-29 02:01:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000493 10.0.0.41 - - [2026-01-29 02:01:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.030534 10.0.0.41 - - [2026-01-29 02:01:50] "GET /global-system-config/185c56d5-0a2b-4014-9830-8a8c5e7b4bab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.008461 10.0.0.41 - - [2026-01-29 02:01:50] "POST /fqname-to-id HTTP/1.1" 404 220 0.003243 10.0.0.41 - - [2026-01-29 02:01:50] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.023106 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 - - [2026-01-29 02:02:27] "GET /obj-perms HTTP/1.1" 200 5056 0.384819 10.0.0.41 - - [2026-01-29 02:02:28] "GET /obj-perms HTTP/1.1" 200 5056 0.060190 10.0.0.41 - - [2026-01-29 02:03:28] "GET /obj-perms HTTP/1.1" 200 5056 0.047783 10.0.0.41 - - [2026-01-29 02:03:28] "GET /obj-perms HTTP/1.1" 200 5056 0.047491 10.0.0.41 - - [2026-01-29 02:04:17] "GET / HTTP/1.1" 200 35931 0.001939 10.0.0.41 - - [2026-01-29 02:04:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000380 10.0.0.41 - - [2026-01-29 02:04:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.027561 10.0.0.41 - - [2026-01-29 02:04:18] "GET /global-system-config/185c56d5-0a2b-4014-9830-8a8c5e7b4bab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.005568 10.0.0.41 - - [2026-01-29 02:04:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002723 10.0.0.41 - - [2026-01-29 02:04:18] "GET /routing-instance/304cf0f7-9fa6-45ac-a03c-8a8738e0427e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.003590 10.0.0.41 - - [2026-01-29 02:04:18] "PUT /global-system-config/185c56d5-0a2b-4014-9830-8a8c5e7b4bab HTTP/1.1" 200 274 0.010442 10.0.0.41 - - [2026-01-29 02:04:18] "POST /fqname-to-id HTTP/1.1" 404 218 0.002637 10.0.0.41 - - [2026-01-29 02:04:18] "POST /virtual-routers HTTP/1.1" 200 603 0.017641 10.0.0.41 - - [2026-01-29 02:04:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.41 - - [2026-01-29 02:04:18] "GET /virtual-router/df51c991-c017-4d69-909f-d94d4694d207?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.006384 10.0.0.41 - - [2026-01-29 02:04:18] "POST /fqname-to-id HTTP/1.1" 404 231 0.003279 10.0.0.41 - - [2026-01-29 02:04:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.41 - - [2026-01-29 02:04:18] "GET /virtual-network/85a51ce4-6bd5-425e-ad12-7287a9268b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.005097 10.0.0.41 - - [2026-01-29 02:04:18] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.047624 10.0.0.41 - - [2026-01-29 02:04:19] "PUT /access-control-list/f73c13cb-78aa-44cb-9f41-cc5f6929cbf5 HTTP/1.1" 200 272 0.012178 [Introspect:8084]10.0.0.41 - - [2026-01-29 02:04:21] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000952 [Introspect:8084]10.0.0.41 - - [2026-01-29 02:04:21] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000896 10.0.0.41 - - [2026-01-29 02:04:29] "GET /obj-perms HTTP/1.1" 200 5056 0.050530 10.0.0.41 - - [2026-01-29 02:04:29] "GET /obj-perms HTTP/1.1" 200 5056 0.047546 10.0.0.41 - - [2026-01-29 02:04:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.41 - - [2026-01-29 02:04:29] "GET /virtual-router/df51c991-c017-4d69-909f-d94d4694d207?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.004400 [Introspect:8084]10.0.0.41 - - [2026-01-29 02:04:33] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000912 [Introspect:8084]10.0.0.41 - - [2026-01-29 02:04:33] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000812 [Introspect:8084]10.0.0.41 - - [2026-01-29 02:04:35] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000871 [Introspect:8084]10.0.0.41 - - [2026-01-29 02:04:35] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000867 10.0.0.41 - - [2026-01-29 02:04:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.41 - - [2026-01-29 02:04:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.41 - - [2026-01-29 02:04:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.41 - - [2026-01-29 02:04:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000512 10.0.0.41 - - [2026-01-29 02:05:29] "GET /obj-perms HTTP/1.1" 200 5056 0.048400 10.0.0.41 - - [2026-01-29 02:05:30] "GET /obj-perms HTTP/1.1" 200 5056 0.048870 10.0.0.41 - - [2026-01-29 02:05:37] "GET / HTTP/1.1" 200 35931 0.001387 10.0.0.41 - - [2026-01-29 02:05:38] "GET /project/54abdbbe-d1c4-4944-8054-5df33b219ff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000385 10.0.0.41 - - [2026-01-29 02:05:38] "GET /projects?obj_uuids=54abdbbe-d1c4-4944-8054-5df33b219ff0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.024226 10.0.0.41 - - [2026-01-29 02:05:38] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001679 10.0.0.41 - - [2026-01-29 02:05:38] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.035088 10.0.0.41 - - [2026-01-29 02:05:38] "POST /id-to-fqname HTTP/1.1" 200 167 0.002136 10.0.0.41 - - [2026-01-29 02:05:38] "POST /fqname-to-id HTTP/1.1" 404 176 0.003068 10.0.0.41 - - [2026-01-29 02:05:38] "POST /security-groups HTTP/1.1" 200 568 0.068610 10.0.0.41 - - [2026-01-29 02:05:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.027043 10.0.0.41 - - [2026-01-29 02:05:38] "POST /projects HTTP/1.1" 200 539 0.223885 10.0.0.41 - - [2026-01-29 02:05:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.298148 10.0.0.41 - - [2026-01-29 02:05:38] "POST /access-control-lists HTTP/1.1" 200 573 0.060713 10.0.0.41 - - [2026-01-29 02:05:38] "GET /project/54abdbbe-d1c4-4944-8054-5df33b219ff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.469091 10.0.0.41 - - [2026-01-29 02:05:38] "POST /fqname-to-id HTTP/1.1" 404 206 0.003001 10.0.0.41 - - [2026-01-29 02:05:38] "POST /access-control-lists HTTP/1.1" 200 571 0.061694 [Introspect:8084]10.0.0.41 - - [2026-01-29 02:05:39] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001067 10.0.0.41 - - [2026-01-29 02:05:39] "POST /fqname-to-id HTTP/1.1" 404 199 0.027079 10.0.0.41 - - [2026-01-29 02:05:39] "GET /projects?obj_uuids=29a83d05-0e8b-41f4-a3f1-8fcd049003e0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002323 10.0.0.41 - - [2026-01-29 02:05:39] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000938 10.0.0.41 - - [2026-01-29 02:05:39] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007014 10.0.0.41 - - [2026-01-29 02:05:39] "POST /id-to-fqname HTTP/1.1" 200 201 0.001131 10.0.0.41 - - [2026-01-29 02:05:39] "POST /fqname-to-id HTTP/1.1" 404 210 0.002916 10.0.0.41 - - [2026-01-29 02:05:39] "POST /security-groups HTTP/1.1" 200 602 0.065334 10.0.0.41 - - [2026-01-29 02:05:39] "POST /fqname-to-id HTTP/1.1" 404 245 0.002279 10.0.0.41 - - [2026-01-29 02:05:40] "POST /projects HTTP/1.1" 200 607 0.220950 10.0.0.41 - - [2026-01-29 02:05:40] "POST /access-control-lists HTTP/1.1" 200 607 0.070421 10.0.0.41 - - [2026-01-29 02:05:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.307304 10.0.0.41 - - [2026-01-29 02:05:40] "POST /fqname-to-id HTTP/1.1" 404 244 0.002612 10.0.0.41 - - [2026-01-29 02:05:40] "GET /project/29a83d05-0e8b-41f4-a3f1-8fcd049003e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.440065 10.0.0.41 - - [2026-01-29 02:05:40] "POST /access-control-lists HTTP/1.1" 200 605 0.073260 10.0.0.41 - - [2026-01-29 02:05:41] "GET / HTTP/1.1" 200 35931 0.002475 10.0.0.41 - - [2026-01-29 02:05:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000436 10.0.0.41 - - [2026-01-29 02:05:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.054527 10.0.0.41 - - [2026-01-29 02:05:42] "GET /projects?obj_uuids=29a83d05-0e8b-41f4-a3f1-8fcd049003e0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001008 10.0.0.41 - - [2026-01-29 02:05:42] "GET /project/29a83d05-0e8b-41f4-a3f1-8fcd049003e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.027723 10.0.0.41 - - [2026-01-29 02:05:42] "POST /neutron/network HTTP/1.1" 200 117 0.107095 10.0.0.41 - - [2026-01-29 02:05:42] "GET /projects?obj_uuids=29a83d05-0e8b-41f4-a3f1-8fcd049003e0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001034 10.0.0.41 - - [2026-01-29 02:05:42] "POST /neutron/network HTTP/1.1" 200 620 0.075632 10.0.0.41 - - [2026-01-29 02:05:42] "POST /route-targets HTTP/1.1" 200 327 0.010520 10.0.0.41 - - [2026-01-29 02:05:42] "POST /ref-update HTTP/1.1" 200 156 0.019556 10.0.0.41 - - [2026-01-29 02:05:42] "POST /useragent-kv HTTP/1.1" 200 115 0.005859 10.0.0.41 - - [2026-01-29 02:05:42] "POST /neutron/subnet HTTP/1.1" 200 729 0.136627 10.0.0.41 - - [2026-01-29 02:05:42] "POST /neutron/network HTTP/1.1" 200 840 0.006027 10.0.0.41 - - [2026-01-29 02:05:42] "POST /id-to-fqname HTTP/1.1" 200 233 0.001208 10.0.0.41 - - [2026-01-29 02:05:42] "GET /virtual-network/77b02e7d-b825-44f5-8247-765badf584a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005150 10.0.0.41 - - [2026-01-29 02:05:42] "POST /neutron/network HTTP/1.1" 200 840 0.008030 10.0.0.41 - - [2026-01-29 02:05:42] "GET /virtual-network/77b02e7d-b825-44f5-8247-765badf584a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004990 10.0.0.41 - - [2026-01-29 02:05:42] "POST /neutron/network HTTP/1.1" 200 840 0.005388 10.0.0.41 - - [2026-01-29 02:05:42] "POST /neutron/subnet HTTP/1.1" 200 729 0.008340 10.0.0.41 - - [2026-01-29 02:05:42] "GET /domains HTTP/1.1" 401 292 0.000535 10.0.0.41 - - [2026-01-29 02:05:43] "GET /domains HTTP/1.1" 200 280 0.029311 10.0.0.41 - - [2026-01-29 02:05:43] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001022 10.0.0.41 - - [2026-01-29 02:05:43] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135 HTTP/1.1" 200 2585 0.012628 10.0.0.41 - - [2026-01-29 02:05:43] "GET /projects?obj_uuids=29a83d05-0e8b-41f4-a3f1-8fcd049003e0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001293 10.0.0.41 - - [2026-01-29 02:05:43] "GET /project/29a83d05-0e8b-41f4-a3f1-8fcd049003e0 HTTP/1.1" 200 2168 0.077308 10.0.0.41 - - [2026-01-29 02:05:43] "GET /virtual-network/77b02e7d-b825-44f5-8247-765badf584a4 HTTP/1.1" 200 2344 0.006975 10.0.0.41 - - [2026-01-29 02:05:43] "GET /virtual-network/77b02e7d-b825-44f5-8247-765badf584a4 HTTP/1.1" 200 2344 0.004979 10.0.0.41 - - [2026-01-29 02:05:43] "GET /routing-instance/c60df444-53d0-4925-b825-0002f3d491b6 HTTP/1.1" 200 1495 0.003834 10.0.0.41 - - [2026-01-29 02:05:43] "GET /routing-instance/c60df444-53d0-4925-b825-0002f3d491b6 HTTP/1.1" 200 1495 0.003750 10.0.0.41 - - [2026-01-29 02:05:43] "GET /route-target/798cd6d2-5065-41ad-b900-bed92c632ef5 HTTP/1.1" 200 1219 0.003419 10.0.0.41 - - [2026-01-29 02:05:43] "GET /virtual-network/77b02e7d-b825-44f5-8247-765badf584a4 HTTP/1.1" 200 2344 0.006250 10.0.0.41 - - [2026-01-29 02:05:43] "GET /routing-instance/c60df444-53d0-4925-b825-0002f3d491b6 HTTP/1.1" 200 1495 0.003741 10.0.0.41 - - [2026-01-29 02:05:43] "GET /virtual-network/77b02e7d-b825-44f5-8247-765badf584a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005291 10.0.0.41 - - [2026-01-29 02:05:43] "GET /virtual-network/77b02e7d-b825-44f5-8247-765badf584a4 HTTP/1.1" 200 2344 0.004834 10.0.0.41 - - [2026-01-29 02:05:43] "GET /routing-instance/c60df444-53d0-4925-b825-0002f3d491b6 HTTP/1.1" 200 1495 0.004169 10.0.0.41 - - [2026-01-29 02:05:43] "GET /routing-instance/c60df444-53d0-4925-b825-0002f3d491b6 HTTP/1.1" 200 1495 0.003305 10.0.0.41 - - [2026-01-29 02:05:43] "GET /route-target/798cd6d2-5065-41ad-b900-bed92c632ef5 HTTP/1.1" 200 1219 0.002997 10.0.0.41 - - [2026-01-29 02:05:43] "GET /domains HTTP/1.1" 200 280 0.002692 10.0.0.41 - - [2026-01-29 02:05:43] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001022 10.0.0.41 - - [2026-01-29 02:05:43] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135 HTTP/1.1" 200 2585 0.007468 10.0.0.41 - - [2026-01-29 02:05:43] "GET /projects?obj_uuids=29a83d05-0e8b-41f4-a3f1-8fcd049003e0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001010 10.0.0.41 - - [2026-01-29 02:05:43] "GET /project/29a83d05-0e8b-41f4-a3f1-8fcd049003e0 HTTP/1.1" 200 2168 0.077112 10.0.0.41 - - [2026-01-29 02:05:43] "GET /virtual-network/77b02e7d-b825-44f5-8247-765badf584a4 HTTP/1.1" 200 2344 0.004764 10.0.0.41 - - [2026-01-29 02:05:43] "GET /obj-perms HTTP/1.1" 200 5052 0.061970 10.0.0.41 - - [2026-01-29 02:05:43] "POST /id-to-fqname HTTP/1.1" 200 233 0.001202 10.0.0.41 - - [2026-01-29 02:05:45] "POST /neutron/network HTTP/1.1" 200 850 0.006049 10.0.0.41 - - [2026-01-29 02:05:45] "GET /aaa-mode HTTP/1.1" 401 292 0.000397 10.0.0.41 - - [2026-01-29 02:05:45] "GET / HTTP/1.1" 200 35931 0.001638 10.0.0.41 - - [2026-01-29 02:05:45] "GET /project/29a83d05-0e8b-41f4-a3f1-8fcd049003e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000400 10.0.0.41 - - [2026-01-29 02:05:46] "GET /projects?obj_uuids=29a83d05-0e8b-41f4-a3f1-8fcd049003e0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001106 10.0.0.41 - - [2026-01-29 02:05:46] "GET /project/29a83d05-0e8b-41f4-a3f1-8fcd049003e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.054975 10.0.0.41 - - [2026-01-29 02:05:47] "POST /neutron/network HTTP/1.1" 200 840 0.033393 10.0.0.41 - - [2026-01-29 02:05:47] "POST /neutron/port HTTP/1.1" 200 117 0.005087 10.0.0.41 - - [2026-01-29 02:05:47] "POST /neutron/port HTTP/1.1" 200 117 0.005766 10.0.0.41 - - [2026-01-29 02:05:47] "POST /neutron/port HTTP/1.1" 200 117 0.005553 10.0.0.41 - - [2026-01-29 02:05:48] "POST /neutron/network HTTP/1.1" 200 850 0.005519 10.0.0.41 - - [2026-01-29 02:05:48] "GET /projects?obj_uuids=29a83d05-0e8b-41f4-a3f1-8fcd049003e0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001727 10.0.0.41 - - [2026-01-29 02:05:48] "POST /neutron/port HTTP/1.1" 200 1072 0.235999 10.0.0.41 - - [2026-01-29 02:05:48] "POST /neutron/port HTTP/1.1" 200 1072 0.041527 10.0.0.41 - - [2026-01-29 02:05:48] "POST /neutron/port HTTP/1.1" 200 1072 0.010946 10.0.0.41 - - [2026-01-29 02:05:48] "POST /neutron/port HTTP/1.1" 200 1126 0.060784 10.0.0.41 - - [2026-01-29 02:05:48] "POST /neutron/port HTTP/1.1" 200 1136 0.014674 10.0.0.41 - - [2026-01-29 02:05:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003373 10.0.0.41 - - [2026-01-29 02:05:48] "POST /neutron/subnet HTTP/1.1" 200 703 0.007251 10.0.0.41 - - [2026-01-29 02:05:49] "POST /neutron/port HTTP/1.1" 200 117 0.001596 10.0.0.41 - - [2026-01-29 02:05:49] "POST /neutron/network HTTP/1.1" 200 840 0.006062 10.0.0.41 - - [2026-01-29 02:05:52] "POST /neutron/port HTTP/1.1" 200 1136 0.015013 10.0.0.41 - - [2026-01-29 02:05:52] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007792 10.0.0.41 - - [2026-01-29 02:05:56] "POST /neutron/port HTTP/1.1" 200 1136 0.014915 10.0.0.41 - - [2026-01-29 02:05:56] "POST /neutron/port HTTP/1.1" 200 1136 0.014129 10.0.0.41 - - [2026-01-29 02:05:56] "POST /neutron/network HTTP/1.1" 200 850 0.005642 10.0.0.41 - - [2026-01-29 02:05:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003163 10.0.0.41 - - [2026-01-29 02:05:56] "POST /neutron/subnet HTTP/1.1" 200 703 0.007619 10.0.0.41 - - [2026-01-29 02:05:56] "POST /neutron/port HTTP/1.1" 200 117 0.001017 10.0.0.41 - - [2026-01-29 02:05:56] "POST /neutron/network HTTP/1.1" 200 840 0.005486 10.0.0.41 - - [2026-01-29 02:05:57] "POST /neutron/port HTTP/1.1" 200 1136 0.016499 10.0.0.41 - - [2026-01-29 02:05:57] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007874 10.0.0.41 - - [2026-01-29 02:05:57] "GET /obj-perms HTTP/1.1" 200 5052 0.003270 10.0.0.41 - - [2026-01-29 02:05:58] "GET /obj-perms HTTP/1.1" 200 5052 0.003295 10.0.0.41 - - [2026-01-29 02:05:59] "GET /obj-perms HTTP/1.1" 200 5052 0.003551 10.0.0.41 - - [2026-01-29 02:06:00] "GET /obj-perms HTTP/1.1" 200 5052 0.003165 10.0.0.41 - - [2026-01-29 02:06:01] "GET /obj-perms HTTP/1.1" 200 5052 0.003109 10.0.0.41 - - [2026-01-29 02:06:02] "POST /neutron/network HTTP/1.1" 200 840 0.005581 10.0.0.41 - - [2026-01-29 02:06:02] "POST /neutron/network HTTP/1.1" 400 204 0.011251 10.0.0.41 - - [2026-01-29 02:06:03] "POST /neutron/port HTTP/1.1" 200 1136 0.013242 10.0.0.41 - - [2026-01-29 02:06:03] "POST /neutron/port HTTP/1.1" 200 1126 0.010269 10.0.0.41 - - [2026-01-29 02:06:03] "POST /neutron/port HTTP/1.1" 200 151 0.120655 10.0.0.41 - - [2026-01-29 02:06:04] "POST /neutron/network HTTP/1.1" 200 840 0.005919 10.0.0.41 - - [2026-01-29 02:06:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003937 10.0.0.41 - - [2026-01-29 02:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004884 10.0.0.41 - - [2026-01-29 02:06:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003275 10.0.0.41 - - [2026-01-29 02:06:04] "POST /neutron/network HTTP/1.1" 200 151 0.082842 10.0.0.41 - - [2026-01-29 02:06:04] "GET /routing-instance/c60df444-53d0-4925-b825-0002f3d491b6 HTTP/1.1" 404 171 0.003179 10.0.0.41 - - [2026-01-29 02:06:04] "DELETE /route-target/798cd6d2-5065-41ad-b900-bed92c632ef5 HTTP/1.1" 200 115 0.020856 10.0.0.41 - - [2026-01-29 02:06:04] "GET /domains HTTP/1.1" 200 280 0.002597 10.0.0.41 - - [2026-01-29 02:06:04] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000918 10.0.0.41 - - [2026-01-29 02:06:04] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135 HTTP/1.1" 200 2585 0.050533 10.0.0.41 - - [2026-01-29 02:06:04] "GET /projects?obj_uuids=29a83d05-0e8b-41f4-a3f1-8fcd049003e0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001238 10.0.0.41 - - [2026-01-29 02:06:05] "GET /project/29a83d05-0e8b-41f4-a3f1-8fcd049003e0 HTTP/1.1" 200 1918 0.080539 10.0.0.41 - - [2026-01-29 02:06:05] "GET /projects?obj_uuids=29a83d05-0e8b-41f4-a3f1-8fcd049003e0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001167 10.0.0.41 - - [2026-01-29 02:06:05] "GET /project/29a83d05-0e8b-41f4-a3f1-8fcd049003e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.023196 10.0.0.41 - - [2026-01-29 02:06:05] "GET /projects?obj_uuids=29a83d05-0e8b-41f4-a3f1-8fcd049003e0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000965 10.0.0.41 - - [2026-01-29 02:06:05] "GET /project/29a83d05-0e8b-41f4-a3f1-8fcd049003e0?fields=virtual_networks HTTP/1.1" 200 1054 0.068920 10.0.0.41 - - [2026-01-29 02:06:05] "GET /projects?obj_uuids=29a83d05-0e8b-41f4-a3f1-8fcd049003e0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000959 10.0.0.41 - - [2026-01-29 02:06:05] "GET /project/29a83d05-0e8b-41f4-a3f1-8fcd049003e0?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.028163 10.0.0.41 - - [2026-01-29 02:06:05] "GET /projects?obj_uuids=29a83d05-0e8b-41f4-a3f1-8fcd049003e0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000975 10.0.0.41 - - [2026-01-29 02:06:05] "GET /project/29a83d05-0e8b-41f4-a3f1-8fcd049003e0?fields=security_groups HTTP/1.1" 200 1291 0.034988 10.0.0.41 - - [2026-01-29 02:06:06] "GET /projects?obj_uuids=54abdbbe-d1c4-4944-8054-5df33b219ff0&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001066 10.0.0.41 - - [2026-01-29 02:06:06] "GET /project/54abdbbe-d1c4-4944-8054-5df33b219ff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.026683 10.0.0.41 - - [2026-01-29 02:06:09] "GET /projects?obj_uuids=54abdbbe-d1c4-4944-8054-5df33b219ff0&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001057 10.0.0.41 - - [2026-01-29 02:06:09] "GET /project/54abdbbe-d1c4-4944-8054-5df33b219ff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.039150 10.0.0.41 - - [2026-01-29 02:06:10] "GET /documentation/index.html HTTP/1.1" 200 210274 0.003877 10.0.0.41 - - [2026-01-29 02:06:10] "POST /fqname-to-id HTTP/1.1" 404 200 0.026326 10.0.0.41 - - [2026-01-29 02:06:10] "GET /projects?obj_uuids=a6297aa0-8ac2-422b-b4d0-f3f79d2cc229&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002479 10.0.0.41 - - [2026-01-29 02:06:10] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001136 10.0.0.41 - - [2026-01-29 02:06:10] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008291 10.0.0.41 - - [2026-01-29 02:06:10] "POST /id-to-fqname HTTP/1.1" 200 202 0.001631 10.0.0.41 - - [2026-01-29 02:06:10] "POST /fqname-to-id HTTP/1.1" 404 211 0.002114 10.0.0.41 - - [2026-01-29 02:06:10] "POST /security-groups HTTP/1.1" 200 603 0.060533 10.0.0.41 - - [2026-01-29 02:06:10] "POST /fqname-to-id HTTP/1.1" 404 246 0.002694 10.0.0.41 - - [2026-01-29 02:06:10] "POST /projects HTTP/1.1" 200 609 0.211222 10.0.0.41 - - [2026-01-29 02:06:10] "POST /access-control-lists HTTP/1.1" 200 608 0.059522 10.0.0.41 - - [2026-01-29 02:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.283971 10.0.0.41 - - [2026-01-29 02:06:10] "POST /fqname-to-id HTTP/1.1" 404 245 0.002829 10.0.0.41 - - [2026-01-29 02:06:11] "GET /project/a6297aa0-8ac2-422b-b4d0-f3f79d2cc229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.406843 10.0.0.41 - - [2026-01-29 02:06:11] "POST /access-control-lists HTTP/1.1" 200 606 0.065248 10.0.0.41 - - [2026-01-29 02:06:12] "GET / HTTP/1.1" 200 35931 0.001718 10.0.0.41 - - [2026-01-29 02:06:12] "GET /projects?obj_uuids=54abdbbe-d1c4-4944-8054-5df33b219ff0&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001010 10.0.0.41 - - [2026-01-29 02:06:12] "GET /project/54abdbbe-d1c4-4944-8054-5df33b219ff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.026267 10.0.0.41 - - [2026-01-29 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.41 - - [2026-01-29 02:06:13] "GET /security-group/ff4ebe84-e15f-47ce-94dc-d81027448cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.006019 10.0.0.41 - - [2026-01-29 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002860 10.0.0.41 - - [2026-01-29 02:06:13] "GET /projects?obj_uuids=54abdbbe-d1c4-4944-8054-5df33b219ff0&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.002262 10.0.0.41 - - [2026-01-29 02:06:13] "GET /project/54abdbbe-d1c4-4944-8054-5df33b219ff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.027495 10.0.0.41 - - [2026-01-29 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.41 - - [2026-01-29 02:06:13] "GET /security-group/ff4ebe84-e15f-47ce-94dc-d81027448cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.004171 10.0.0.41 - - [2026-01-29 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.41 - - [2026-01-29 02:06:13] "PUT /security-group/ff4ebe84-e15f-47ce-94dc-d81027448cbb HTTP/1.1" 200 262 0.015940 10.0.0.41 - - [2026-01-29 02:06:13] "PUT /access-control-list/c770b2cb-59de-42f7-9b70-375435608d47 HTTP/1.1" 200 272 0.008355 10.0.0.41 - - [2026-01-29 02:06:13] "PUT /access-control-list/845f45ad-064e-48b5-be76-17a91d72782c HTTP/1.1" 200 272 0.010070 10.0.0.41 - - [2026-01-29 02:06:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000441 10.0.0.41 - - [2026-01-29 02:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.054507 10.0.0.41 - - [2026-01-29 02:06:14] "GET /projects?obj_uuids=a6297aa0-8ac2-422b-b4d0-f3f79d2cc229&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000938 10.0.0.41 - - [2026-01-29 02:06:14] "GET /project/a6297aa0-8ac2-422b-b4d0-f3f79d2cc229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.021961 10.0.0.41 - - [2026-01-29 02:06:14] "POST /neutron/network HTTP/1.1" 200 117 0.033462 10.0.0.41 - - [2026-01-29 02:06:14] "GET /projects?obj_uuids=a6297aa0-8ac2-422b-b4d0-f3f79d2cc229&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001224 10.0.0.41 - - [2026-01-29 02:06:14] "POST /neutron/network HTTP/1.1" 200 619 0.087240 10.0.0.41 - - [2026-01-29 02:06:14] "POST /route-targets HTTP/1.1" 200 327 0.012397 10.0.0.41 - - [2026-01-29 02:06:14] "POST /ref-update HTTP/1.1" 200 156 0.025789 10.0.0.41 - - [2026-01-29 02:06:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003663 10.0.0.41 - - [2026-01-29 02:06:14] "POST /neutron/subnet HTTP/1.1" 200 730 0.176293 10.0.0.41 - - [2026-01-29 02:06:14] "POST /neutron/network HTTP/1.1" 200 839 0.005656 10.0.0.41 - - [2026-01-29 02:06:14] "POST /id-to-fqname HTTP/1.1" 200 233 0.001368 10.0.0.41 - - [2026-01-29 02:06:14] "GET /virtual-network/b66d3b1c-cf7d-4347-8138-bcf6e17da459?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005043 10.0.0.41 - - [2026-01-29 02:06:14] "POST /neutron/network HTTP/1.1" 200 839 0.006324 10.0.0.41 - - [2026-01-29 02:06:14] "GET /virtual-network/b66d3b1c-cf7d-4347-8138-bcf6e17da459?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005004 10.0.0.41 - - [2026-01-29 02:06:14] "POST /neutron/network HTTP/1.1" 200 839 0.005682 10.0.0.41 - - [2026-01-29 02:06:14] "POST /neutron/subnet HTTP/1.1" 200 730 0.006649 10.0.0.41 - - [2026-01-29 02:06:14] "GET /domains HTTP/1.1" 401 292 0.000375 10.0.0.41 - - [2026-01-29 02:06:15] "GET /domains HTTP/1.1" 200 280 0.026660 10.0.0.41 - - [2026-01-29 02:06:15] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000937 10.0.0.41 - - [2026-01-29 02:06:15] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135 HTTP/1.1" 200 2783 0.007847 10.0.0.41 - - [2026-01-29 02:06:15] "GET /projects?obj_uuids=a6297aa0-8ac2-422b-b4d0-f3f79d2cc229&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000939 10.0.0.41 - - [2026-01-29 02:06:15] "GET /project/a6297aa0-8ac2-422b-b4d0-f3f79d2cc229 HTTP/1.1" 200 2175 0.068175 10.0.0.41 - - [2026-01-29 02:06:15] "GET /virtual-network/b66d3b1c-cf7d-4347-8138-bcf6e17da459 HTTP/1.1" 200 2343 0.005435 10.0.0.41 - - [2026-01-29 02:06:15] "GET /virtual-network/b66d3b1c-cf7d-4347-8138-bcf6e17da459 HTTP/1.1" 200 2343 0.004504 10.0.0.41 - - [2026-01-29 02:06:15] "GET /routing-instance/0649214a-3520-4f9f-82ed-821fade4e819 HTTP/1.1" 200 1489 0.003469 10.0.0.41 - - [2026-01-29 02:06:15] "GET /routing-instance/0649214a-3520-4f9f-82ed-821fade4e819 HTTP/1.1" 200 1489 0.004706 10.0.0.41 - - [2026-01-29 02:06:15] "GET /route-target/bd09b390-4351-46fe-813e-3cc26ef0f82f HTTP/1.1" 200 1218 0.003326 10.0.0.41 - - [2026-01-29 02:06:15] "GET /virtual-network/b66d3b1c-cf7d-4347-8138-bcf6e17da459 HTTP/1.1" 200 2343 0.004768 10.0.0.41 - - [2026-01-29 02:06:15] "GET /routing-instance/0649214a-3520-4f9f-82ed-821fade4e819 HTTP/1.1" 200 1489 0.003360 10.0.0.41 - - [2026-01-29 02:06:15] "GET /virtual-network/b66d3b1c-cf7d-4347-8138-bcf6e17da459?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005882 10.0.0.41 - - [2026-01-29 02:06:15] "GET /virtual-network/b66d3b1c-cf7d-4347-8138-bcf6e17da459 HTTP/1.1" 200 2343 0.006450 10.0.0.41 - - [2026-01-29 02:06:15] "GET /routing-instance/0649214a-3520-4f9f-82ed-821fade4e819 HTTP/1.1" 200 1489 0.004446 10.0.0.41 - - [2026-01-29 02:06:15] "GET /routing-instance/0649214a-3520-4f9f-82ed-821fade4e819 HTTP/1.1" 200 1489 0.004298 10.0.0.41 - - [2026-01-29 02:06:15] "GET /route-target/bd09b390-4351-46fe-813e-3cc26ef0f82f HTTP/1.1" 200 1218 0.003309 10.0.0.41 - - [2026-01-29 02:06:15] "GET /domains HTTP/1.1" 200 280 0.002745 10.0.0.41 - - [2026-01-29 02:06:15] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000954 10.0.0.41 - - [2026-01-29 02:06:15] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135 HTTP/1.1" 200 2783 0.006467 10.0.0.41 - - [2026-01-29 02:06:15] "GET /projects?obj_uuids=a6297aa0-8ac2-422b-b4d0-f3f79d2cc229&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000902 10.0.0.41 - - [2026-01-29 02:06:15] "GET /project/a6297aa0-8ac2-422b-b4d0-f3f79d2cc229 HTTP/1.1" 200 2175 0.068651 10.0.0.41 - - [2026-01-29 02:06:15] "GET /virtual-network/b66d3b1c-cf7d-4347-8138-bcf6e17da459 HTTP/1.1" 200 2343 0.004667 10.0.0.41 - - [2026-01-29 02:06:15] "GET /obj-perms HTTP/1.1" 200 5054 0.064795 10.0.0.41 - - [2026-01-29 02:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.41 - - [2026-01-29 02:06:15] "GET /projects?obj_uuids=a6297aa0-8ac2-422b-b4d0-f3f79d2cc229&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001009 10.0.0.41 - - [2026-01-29 02:06:15] "GET /project/a6297aa0-8ac2-422b-b4d0-f3f79d2cc229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.037694 10.0.0.41 - - [2026-01-29 02:06:15] "POST /neutron/network HTTP/1.1" 200 117 0.010294 10.0.0.41 - - [2026-01-29 02:06:15] "GET /projects?obj_uuids=a6297aa0-8ac2-422b-b4d0-f3f79d2cc229&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001114 10.0.0.41 - - [2026-01-29 02:06:16] "POST /neutron/network HTTP/1.1" 200 619 0.072731 10.0.0.41 - - [2026-01-29 02:06:16] "POST /route-targets HTTP/1.1" 200 327 0.010355 10.0.0.41 - - [2026-01-29 02:06:16] "POST /ref-update HTTP/1.1" 200 156 0.014282 10.0.0.41 - - [2026-01-29 02:06:16] "POST /useragent-kv HTTP/1.1" 200 115 0.004694 10.0.0.41 - - [2026-01-29 02:06:16] "POST /neutron/subnet HTTP/1.1" 200 730 0.173070 10.0.0.41 - - [2026-01-29 02:06:16] "POST /neutron/network HTTP/1.1" 200 839 0.005837 10.0.0.41 - - [2026-01-29 02:06:16] "POST /id-to-fqname HTTP/1.1" 200 233 0.001110 10.0.0.41 - - [2026-01-29 02:06:16] "GET /virtual-network/13e8d3a4-16f0-4821-9214-04503f90a89e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004982 10.0.0.41 - - [2026-01-29 02:06:16] "POST /neutron/network HTTP/1.1" 200 839 0.005697 10.0.0.41 - - [2026-01-29 02:06:16] "GET /virtual-network/13e8d3a4-16f0-4821-9214-04503f90a89e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004761 10.0.0.41 - - [2026-01-29 02:06:16] "POST /neutron/network HTTP/1.1" 200 839 0.005793 10.0.0.41 - - [2026-01-29 02:06:16] "POST /neutron/subnet HTTP/1.1" 200 730 0.007600 10.0.0.41 - - [2026-01-29 02:06:16] "GET /domains HTTP/1.1" 200 280 0.002587 10.0.0.41 - - [2026-01-29 02:06:16] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001797 10.0.0.41 - - [2026-01-29 02:06:16] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135 HTTP/1.1" 200 2783 0.007877 10.0.0.41 - - [2026-01-29 02:06:16] "GET /projects?obj_uuids=a6297aa0-8ac2-422b-b4d0-f3f79d2cc229&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001133 10.0.0.41 - - [2026-01-29 02:06:16] "GET /project/a6297aa0-8ac2-422b-b4d0-f3f79d2cc229 HTTP/1.1" 200 2403 0.074550 10.0.0.41 - - [2026-01-29 02:06:16] "GET /virtual-network/13e8d3a4-16f0-4821-9214-04503f90a89e HTTP/1.1" 200 2343 0.006893 10.0.0.41 - - [2026-01-29 02:06:16] "GET /virtual-network/13e8d3a4-16f0-4821-9214-04503f90a89e HTTP/1.1" 200 2343 0.005836 10.0.0.41 - - [2026-01-29 02:06:16] "GET /routing-instance/eec620fc-b6eb-4f4a-8690-b5fbc3b72fda HTTP/1.1" 200 1491 0.004168 10.0.0.41 - - [2026-01-29 02:06:16] "GET /routing-instance/eec620fc-b6eb-4f4a-8690-b5fbc3b72fda HTTP/1.1" 200 1491 0.003435 10.0.0.41 - - [2026-01-29 02:06:16] "GET /route-target/f4f9a1ee-9a4a-46a2-a37d-b86ff014079a HTTP/1.1" 200 1219 0.003490 10.0.0.41 - - [2026-01-29 02:06:16] "GET /virtual-network/13e8d3a4-16f0-4821-9214-04503f90a89e HTTP/1.1" 200 2343 0.004611 10.0.0.41 - - [2026-01-29 02:06:16] "GET /routing-instance/eec620fc-b6eb-4f4a-8690-b5fbc3b72fda HTTP/1.1" 200 1491 0.003280 10.0.0.41 - - [2026-01-29 02:06:16] "GET /virtual-network/13e8d3a4-16f0-4821-9214-04503f90a89e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004694 10.0.0.41 - - [2026-01-29 02:06:16] "GET /virtual-network/13e8d3a4-16f0-4821-9214-04503f90a89e HTTP/1.1" 200 2343 0.004436 10.0.0.41 - - [2026-01-29 02:06:16] "GET /routing-instance/eec620fc-b6eb-4f4a-8690-b5fbc3b72fda HTTP/1.1" 200 1491 0.003482 10.0.0.41 - - [2026-01-29 02:06:16] "GET /routing-instance/eec620fc-b6eb-4f4a-8690-b5fbc3b72fda HTTP/1.1" 200 1491 0.003621 10.0.0.41 - - [2026-01-29 02:06:16] "GET /route-target/f4f9a1ee-9a4a-46a2-a37d-b86ff014079a HTTP/1.1" 200 1219 0.004002 10.0.0.41 - - [2026-01-29 02:06:16] "GET /domains HTTP/1.1" 200 280 0.003174 10.0.0.41 - - [2026-01-29 02:06:16] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001258 10.0.0.41 - - [2026-01-29 02:06:16] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135 HTTP/1.1" 200 2783 0.007125 10.0.0.41 - - [2026-01-29 02:06:16] "GET /projects?obj_uuids=a6297aa0-8ac2-422b-b4d0-f3f79d2cc229&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001301 10.0.0.41 - - [2026-01-29 02:06:16] "GET /project/a6297aa0-8ac2-422b-b4d0-f3f79d2cc229 HTTP/1.1" 200 2403 0.069285 10.0.0.41 - - [2026-01-29 02:06:16] "GET /virtual-network/13e8d3a4-16f0-4821-9214-04503f90a89e HTTP/1.1" 200 2343 0.005109 10.0.0.41 - - [2026-01-29 02:06:16] "GET /obj-perms HTTP/1.1" 200 5054 0.003121 10.0.0.41 - - [2026-01-29 02:06:16] "POST /id-to-fqname HTTP/1.1" 200 233 0.001134 10.0.0.41 - - [2026-01-29 02:06:16] "POST /neutron/network HTTP/1.1" 200 849 0.005444 10.0.0.41 - - [2026-01-29 02:06:16] "GET /aaa-mode HTTP/1.1" 401 292 0.000395 10.0.0.41 - - [2026-01-29 02:06:17] "GET / HTTP/1.1" 200 35931 0.001562 10.0.0.41 - - [2026-01-29 02:06:17] "GET /project/a6297aa0-8ac2-422b-b4d0-f3f79d2cc229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000392 10.0.0.41 - - [2026-01-29 02:06:17] "GET /projects?obj_uuids=a6297aa0-8ac2-422b-b4d0-f3f79d2cc229&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001092 10.0.0.41 - - [2026-01-29 02:06:17] "GET /project/a6297aa0-8ac2-422b-b4d0-f3f79d2cc229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.054209 10.0.0.41 - - [2026-01-29 02:06:17] "POST /neutron/network HTTP/1.1" 200 839 0.007259 10.0.0.41 - - [2026-01-29 02:06:17] "POST /neutron/port HTTP/1.1" 200 117 0.005738 10.0.0.41 - - [2026-01-29 02:06:17] "POST /neutron/port HTTP/1.1" 200 117 0.005248 10.0.0.41 - - [2026-01-29 02:06:17] "POST /id-to-fqname HTTP/1.1" 200 233 0.001255 10.0.0.41 - - [2026-01-29 02:06:17] "POST /neutron/port HTTP/1.1" 200 117 0.005013 10.0.0.41 - - [2026-01-29 02:06:17] "POST /neutron/network HTTP/1.1" 200 849 0.005455 10.0.0.41 - - [2026-01-29 02:06:17] "GET /aaa-mode HTTP/1.1" 401 292 0.000410 10.0.0.41 - - [2026-01-29 02:06:18] "POST /neutron/network HTTP/1.1" 200 849 0.005221 10.0.0.41 - - [2026-01-29 02:06:18] "GET / HTTP/1.1" 200 35931 0.001489 10.0.0.41 - - [2026-01-29 02:06:18] "GET /projects?obj_uuids=a6297aa0-8ac2-422b-b4d0-f3f79d2cc229&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000945 10.0.0.41 - - [2026-01-29 02:06:18] "GET /project/a6297aa0-8ac2-422b-b4d0-f3f79d2cc229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000274 10.0.0.41 - - [2026-01-29 02:06:18] "POST /neutron/port HTTP/1.1" 200 1073 0.217734 10.0.0.41 - - [2026-01-29 02:06:18] "POST /neutron/port HTTP/1.1" 200 1073 0.009624 10.0.0.41 - - [2026-01-29 02:06:18] "POST /neutron/port HTTP/1.1" 200 1073 0.010779 10.0.0.41 - - [2026-01-29 02:06:18] "POST /neutron/port HTTP/1.1" 200 1127 0.076312 10.0.0.41 - - [2026-01-29 02:06:18] "POST /neutron/port HTTP/1.1" 200 1137 0.015804 10.0.0.41 - - [2026-01-29 02:06:18] "GET /projects?obj_uuids=a6297aa0-8ac2-422b-b4d0-f3f79d2cc229&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001330 10.0.0.41 - - [2026-01-29 02:06:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002727 10.0.0.41 - - [2026-01-29 02:06:18] "GET /project/a6297aa0-8ac2-422b-b4d0-f3f79d2cc229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.059613 10.0.0.41 - - [2026-01-29 02:06:18] "POST /neutron/subnet HTTP/1.1" 200 704 0.008123 10.0.0.41 - - [2026-01-29 02:06:18] "POST /neutron/network HTTP/1.1" 200 839 0.005234 10.0.0.41 - - [2026-01-29 02:06:18] "POST /neutron/port HTTP/1.1" 200 117 0.001059 10.0.0.41 - - [2026-01-29 02:06:18] "POST /neutron/network HTTP/1.1" 200 839 0.005826 10.0.0.41 - - [2026-01-29 02:06:18] "POST /neutron/port HTTP/1.1" 200 1137 0.013315 10.0.0.41 - - [2026-01-29 02:06:18] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007000 10.0.0.41 - - [2026-01-29 02:06:18] "POST /neutron/port HTTP/1.1" 200 117 0.005070 10.0.0.41 - - [2026-01-29 02:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.006356 10.0.0.41 - - [2026-01-29 02:06:19] "GET /projects?obj_uuids=a6297aa0-8ac2-422b-b4d0-f3f79d2cc229&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003106 10.0.0.41 - - [2026-01-29 02:06:19] "GET /project/a6297aa0-8ac2-422b-b4d0-f3f79d2cc229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.044742 10.0.0.41 - - [2026-01-29 02:06:19] "GET /virtual-network/b66d3b1c-cf7d-4347-8138-bcf6e17da459?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.008719 10.0.0.41 - - [2026-01-29 02:06:19] "GET /floating-ip-pools?parent_id=b66d3b1c-cf7d-4347-8138-bcf6e17da459&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003785 10.0.0.41 - - [2026-01-29 02:06:19] "GET /virtual-network/b66d3b1c-cf7d-4347-8138-bcf6e17da459?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004998 10.0.0.41 - - [2026-01-29 02:06:19] "POST /floating-ip-pools HTTP/1.1" 200 609 0.020022 10.0.0.41 - - [2026-01-29 02:06:19] "POST /neutron/network HTTP/1.1" 200 849 0.005805 10.0.0.41 - - [2026-01-29 02:06:19] "GET /projects?obj_uuids=a6297aa0-8ac2-422b-b4d0-f3f79d2cc229&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001195 10.0.0.41 - - [2026-01-29 02:06:19] "POST /ref-update HTTP/1.1" 200 156 0.015685 10.0.0.41 - - [2026-01-29 02:06:19] "GET /virtual-network/b66d3b1c-cf7d-4347-8138-bcf6e17da459?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.008750 10.0.0.41 - - [2026-01-29 02:06:19] "GET /domains HTTP/1.1" 200 280 0.003523 10.0.0.41 - - [2026-01-29 02:06:19] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001168 10.0.0.41 - - [2026-01-29 02:06:19] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135 HTTP/1.1" 200 2783 0.009615 10.0.0.41 - - [2026-01-29 02:06:19] "GET /projects?obj_uuids=a6297aa0-8ac2-422b-b4d0-f3f79d2cc229&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000872 10.0.0.41 - - [2026-01-29 02:06:19] "GET /project/a6297aa0-8ac2-422b-b4d0-f3f79d2cc229 HTTP/1.1" 200 3245 0.085817 10.0.0.41 - - [2026-01-29 02:06:19] "GET /virtual-network/b66d3b1c-cf7d-4347-8138-bcf6e17da459 HTTP/1.1" 200 2934 0.008775 10.0.0.41 - - [2026-01-29 02:06:19] "GET /floating-ip-pool/e044fafd-8451-4a89-940e-37b52b1957b2 HTTP/1.1" 200 1442 0.005315 10.0.0.41 - - [2026-01-29 02:06:19] "GET /domains HTTP/1.1" 200 280 0.002082 10.0.0.41 - - [2026-01-29 02:06:19] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001360 10.0.0.41 - - [2026-01-29 02:06:19] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135 HTTP/1.1" 200 2783 0.017153 10.0.0.41 - - [2026-01-29 02:06:19] "GET /projects?obj_uuids=a6297aa0-8ac2-422b-b4d0-f3f79d2cc229&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001125 10.0.0.41 - - [2026-01-29 02:06:19] "POST /neutron/port HTTP/1.1" 200 1073 0.291863 10.0.0.41 - - [2026-01-29 02:06:19] "POST /neutron/port HTTP/1.1" 200 1073 0.009868 10.0.0.41 - - [2026-01-29 02:06:19] "POST /neutron/port HTTP/1.1" 200 1073 0.017308 10.0.0.41 - - [2026-01-29 02:06:19] "GET /project/a6297aa0-8ac2-422b-b4d0-f3f79d2cc229 HTTP/1.1" 200 3245 0.107343 10.0.0.41 - - [2026-01-29 02:06:19] "GET /virtual-network/b66d3b1c-cf7d-4347-8138-bcf6e17da459 HTTP/1.1" 200 3155 0.032073 10.0.0.41 - - [2026-01-29 02:06:19] "GET /virtual-network/b66d3b1c-cf7d-4347-8138-bcf6e17da459?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.012759 10.0.0.41 - - [2026-01-29 02:06:19] "POST /neutron/port HTTP/1.1" 200 1137 0.021689 10.0.0.41 - - [2026-01-29 02:06:19] "POST /neutron/security_group HTTP/1.1" 200 2070 0.015689 10.0.0.41 - - [2026-01-29 02:06:19] "POST /neutron/port HTTP/1.1" 200 1127 0.209460 10.0.0.41 - - [2026-01-29 02:06:19] "POST /neutron/port HTTP/1.1" 200 1137 0.018624 10.0.0.41 - - [2026-01-29 02:06:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004121 10.0.0.41 - - [2026-01-29 02:06:19] "POST /neutron/subnet HTTP/1.1" 200 704 0.007577 10.0.0.41 - - [2026-01-29 02:06:19] "POST /neutron/port HTTP/1.1" 200 117 0.001184 10.0.0.41 - - [2026-01-29 02:06:20] "POST /neutron/network HTTP/1.1" 200 839 0.006774 10.0.0.41 - - [2026-01-29 02:06:24] "POST /neutron/port HTTP/1.1" 200 1137 0.013924 10.0.0.41 - - [2026-01-29 02:06:24] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007046 10.0.0.41 - - [2026-01-29 02:06:25] "POST /neutron/port HTTP/1.1" 200 1137 0.013294 10.0.0.41 - - [2026-01-29 02:06:25] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006073 10.0.0.41 - - [2026-01-29 02:06:25] "POST /neutron/port HTTP/1.1" 200 1137 0.013555 10.0.0.41 - - [2026-01-29 02:06:25] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008883 10.0.0.41 - - [2026-01-29 02:06:25] "GET /virtual-machine/993c7ab1-65e7-45f3-a0ee-4b8871dbb3bc HTTP/1.1" 200 1305 0.006482 10.0.0.41 - - [2026-01-29 02:06:25] "GET /virtual-machine-interface/889908db-00e1-4f79-af34-0ec807154383 HTTP/1.1" 200 3004 0.005755 10.0.0.41 - - [2026-01-29 02:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.41 - - [2026-01-29 02:06:25] "GET /global-vrouter-config/ca103479-b4e7-43b3-aef9-85f12c05b442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003746 10.0.0.41 - - [2026-01-29 02:06:25] "GET /virtual-networks?parent_id=a6297aa0-8ac2-422b-b4d0-f3f79d2cc229&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002798 10.0.0.41 - - [2026-01-29 02:06:25] "GET /virtual-network/13e8d3a4-16f0-4821-9214-04503f90a89e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005936 10.0.0.41 - - [2026-01-29 02:06:25] "DELETE /project/29a83d050e8b41f4a3f18fcd049003e0 HTTP/1.1" 404 173 0.006969 10.0.0.41 - - [2026-01-29 02:06:25] "DELETE /project/a6297aa08ac2422bb4d0f3f79d2cc229 HTTP/1.1" 404 173 0.004833 10.0.0.41 - - [2026-01-29 02:06:25] "DELETE /project/54abdbbed1c4494480545df33b219ff0 HTTP/1.1" 404 173 0.006318 10.0.0.41 - - [2026-01-29 02:06:25] "GET /projects?obj_uuids=29a83d05-0e8b-41f4-a3f1-8fcd049003e0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000892 10.0.0.41 - - [2026-01-29 02:06:25] "GET /project/29a83d05-0e8b-41f4-a3f1-8fcd049003e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.033130 10.0.0.41 - - [2026-01-29 02:06:25] "GET /projects?obj_uuids=29a83d05-0e8b-41f4-a3f1-8fcd049003e0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000982 10.0.0.41 - - [2026-01-29 02:06:25] "GET /project/29a83d05-0e8b-41f4-a3f1-8fcd049003e0?fields=security_groups HTTP/1.1" 200 1396 0.074727 10.0.0.41 - - [2026-01-29 02:06:25] "DELETE /security-group/535456ad-e0d4-41c6-b1b6-db0745a01b34 HTTP/1.1" 200 115 0.040304 10.0.0.41 - - [2026-01-29 02:06:25] "GET /projects?obj_uuids=29a83d05-0e8b-41f4-a3f1-8fcd049003e0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001556 10.0.0.41 - - [2026-01-29 02:06:26] "GET /project/29a83d05-0e8b-41f4-a3f1-8fcd049003e0?fields=application_policy_sets HTTP/1.1" 200 1435 0.064500 10.0.0.41 - - [2026-01-29 02:06:26] "DELETE /access-control-list/f5e89825-1f14-493e-8bbd-6b70918ae3ba HTTP/1.1" 200 115 0.090277 10.0.0.41 - - [2026-01-29 02:06:26] "DELETE /access-control-list/b4fc757d-f8a6-4acb-9efe-b7bee769be94 HTTP/1.1" 200 115 0.031214 10.0.0.41 - - [2026-01-29 02:06:26] "DELETE /project/29a83d05-0e8b-41f4-a3f1-8fcd049003e0 HTTP/1.1" 200 115 0.400855 10.0.0.41 - - [2026-01-29 02:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.41 - - [2026-01-29 02:06:28] "GET /virtual-network/13e8d3a4-16f0-4821-9214-04503f90a89e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007041 10.0.0.41 - - [2026-01-29 02:06:29] "POST /neutron/port HTTP/1.1" 200 1137 0.037104 10.0.0.41 - - [2026-01-29 02:06:29] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005647 10.0.0.41 - - [2026-01-29 02:06:29] "POST /neutron/port HTTP/1.1" 200 1137 0.014569 10.0.0.41 - - [2026-01-29 02:06:29] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005259 10.0.0.41 - - [2026-01-29 02:06:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002636 10.0.0.41 - - [2026-01-29 02:06:30] "GET /global-vrouter-config/ca103479-b4e7-43b3-aef9-85f12c05b442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003256 10.0.0.41 - - [2026-01-29 02:06:30] "GET /virtual-networks?parent_id=a6297aa0-8ac2-422b-b4d0-f3f79d2cc229&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003280 10.0.0.41 - - [2026-01-29 02:06:30] "GET /virtual-network/13e8d3a4-16f0-4821-9214-04503f90a89e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004799 10.0.0.41 - - [2026-01-29 02:06:30] "GET /obj-perms HTTP/1.1" 200 5056 0.060138 10.0.0.41 - - [2026-01-29 02:06:30] "GET /projects?obj_uuids=a6297aa0-8ac2-422b-b4d0-f3f79d2cc229&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001433 10.0.0.41 - - [2026-01-29 02:06:30] "POST /neutron/floatingip HTTP/1.1" 200 531 0.079769 10.0.0.41 - - [2026-01-29 02:06:30] "POST /neutron/port HTTP/1.1" 200 1137 0.020563 10.0.0.41 - - [2026-01-29 02:06:30] "POST /neutron/floatingip HTTP/1.1" 200 531 0.005493 10.0.0.41 - - [2026-01-29 02:06:30] "POST /neutron/floatingip HTTP/1.1" 200 579 0.059263 10.0.0.41 - - [2026-01-29 02:06:30] "POST /neutron/port HTTP/1.1" 200 1137 0.014418 10.0.0.41 - - [2026-01-29 02:06:30] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007667 10.0.0.41 - - [2026-01-29 02:06:31] "POST /neutron/port HTTP/1.1" 200 1137 0.016557 10.0.0.41 - - [2026-01-29 02:06:31] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005810 10.0.0.41 - - [2026-01-29 02:06:31] "GET /obj-perms HTTP/1.1" 200 5056 0.054569 10.0.0.41 - - [2026-01-29 02:06:31] "POST /neutron/port HTTP/1.1" 200 1137 0.015151 10.0.0.41 - - [2026-01-29 02:06:31] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006129 10.0.0.41 - - [2026-01-29 02:06:31] "GET /virtual-machine/6826154f-e929-4bb7-a96c-59fa3f78048e HTTP/1.1" 200 1304 0.004607 10.0.0.41 - - [2026-01-29 02:06:31] "GET /virtual-machine-interface/d35f2980-9df8-43c3-93c3-085d69e44f7a HTTP/1.1" 200 3005 0.005078 10.0.0.41 - - [2026-01-29 02:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.41 - - [2026-01-29 02:06:31] "GET /global-vrouter-config/ca103479-b4e7-43b3-aef9-85f12c05b442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002991 10.0.0.41 - - [2026-01-29 02:06:31] "GET /virtual-networks?parent_id=a6297aa0-8ac2-422b-b4d0-f3f79d2cc229&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002942 10.0.0.41 - - [2026-01-29 02:06:31] "GET /virtual-network/b66d3b1c-cf7d-4347-8138-bcf6e17da459?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005027 10.0.0.41 - - [2026-01-29 02:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002692 10.0.0.41 - - [2026-01-29 02:06:32] "GET /global-vrouter-config/ca103479-b4e7-43b3-aef9-85f12c05b442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003986 10.0.0.41 - - [2026-01-29 02:06:32] "GET /virtual-networks?parent_id=a6297aa0-8ac2-422b-b4d0-f3f79d2cc229&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002748 10.0.0.41 - - [2026-01-29 02:06:32] "GET /virtual-network/b66d3b1c-cf7d-4347-8138-bcf6e17da459?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004679 10.0.0.41 - - [2026-01-29 02:06:32] "POST /neutron/floatingip HTTP/1.1" 200 579 0.010922 10.0.0.41 - - [2026-01-29 02:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002603 10.0.0.41 - - [2026-01-29 02:06:32] "GET /routing-instance/0649214a-3520-4f9f-82ed-821fade4e819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.002886 10.0.0.41 - - [2026-01-29 02:06:32] "GET /route-target/bd09b390-4351-46fe-813e-3cc26ef0f82f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003180 10.0.0.41 - - [2026-01-29 02:06:32] "GET /floating-ip/b307874f-33aa-49c1-9bb5-4d3393d1bfda HTTP/1.1" 200 1892 0.004471 10.0.0.41 - - [2026-01-29 02:06:35] "POST /neutron/floatingip HTTP/1.1" 200 579 0.010715 10.0.0.41 - - [2026-01-29 02:06:35] "POST /neutron/floatingip HTTP/1.1" 200 531 0.013885 10.0.0.41 - - [2026-01-29 02:06:35] "POST /neutron/floatingip HTTP/1.1" 200 531 0.005238 10.0.0.41 - - [2026-01-29 02:06:35] "POST /neutron/floatingip HTTP/1.1" 200 115 0.029324 10.0.0.41 - - [2026-01-29 02:06:35] "GET /floating-ip-pool/e044fafd-8451-4a89-940e-37b52b1957b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1207 0.003185 10.0.0.41 - - [2026-01-29 02:06:35] "POST /ref-update HTTP/1.1" 200 156 0.009297 10.0.0.41 - - [2026-01-29 02:06:35] "DELETE /floating-ip-pool/e044fafd-8451-4a89-940e-37b52b1957b2 HTTP/1.1" 200 115 0.023076 10.0.0.41 - - [2026-01-29 02:06:36] "POST /neutron/network HTTP/1.1" 200 839 0.005988 10.0.0.41 - - [2026-01-29 02:06:36] "POST /neutron/network HTTP/1.1" 400 204 0.011633 10.0.0.41 - - [2026-01-29 02:06:36] "POST /neutron/port HTTP/1.1" 200 1137 0.012177 10.0.0.41 - - [2026-01-29 02:06:36] "POST /neutron/port HTTP/1.1" 200 1127 0.009257 10.0.0.41 - - [2026-01-29 02:06:36] "POST /neutron/port HTTP/1.1" 200 1137 0.016737 10.0.0.41 - - [2026-01-29 02:06:36] "POST /neutron/port HTTP/1.1" 200 1127 0.010158 10.0.0.41 - - [2026-01-29 02:06:36] "POST /neutron/port HTTP/1.1" 200 151 0.114530 10.0.0.41 - - [2026-01-29 02:06:36] "POST /neutron/port HTTP/1.1" 200 151 0.122843 10.0.0.41 - - [2026-01-29 02:06:38] "POST /neutron/network HTTP/1.1" 200 839 0.006998 10.0.0.41 - - [2026-01-29 02:06:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002871 10.0.0.41 - - [2026-01-29 02:06:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.41 - - [2026-01-29 02:06:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002780 10.0.0.41 - - [2026-01-29 02:06:38] "POST /neutron/network HTTP/1.1" 200 151 0.078674 10.0.0.41 - - [2026-01-29 02:06:38] "DELETE /route-target/f4f9a1ee-9a4a-46a2-a37d-b86ff014079a HTTP/1.1" 200 115 0.015591 10.0.0.41 - - [2026-01-29 02:06:38] "GET /routing-instance/eec620fc-b6eb-4f4a-8690-b5fbc3b72fda HTTP/1.1" 404 171 0.006870 10.0.0.41 - - [2026-01-29 02:06:38] "GET /domains HTTP/1.1" 200 280 0.003907 10.0.0.41 - - [2026-01-29 02:06:38] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001215 10.0.0.41 - - [2026-01-29 02:06:38] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135 HTTP/1.1" 200 2586 0.049737 10.0.0.41 - - [2026-01-29 02:06:38] "GET /projects?obj_uuids=a6297aa0-8ac2-422b-b4d0-f3f79d2cc229&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000929 10.0.0.41 - - [2026-01-29 02:06:38] "GET /project/a6297aa0-8ac2-422b-b4d0-f3f79d2cc229 HTTP/1.1" 200 2175 0.072916 10.0.0.41 - - [2026-01-29 02:06:38] "POST /neutron/network HTTP/1.1" 200 839 0.006182 10.0.0.41 - - [2026-01-29 02:06:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003129 10.0.0.41 - - [2026-01-29 02:06:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004390 10.0.0.41 - - [2026-01-29 02:06:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002180 10.0.0.41 - - [2026-01-29 02:06:38] "POST /neutron/network HTTP/1.1" 200 151 0.088631 10.0.0.41 - - [2026-01-29 02:06:38] "GET /routing-instance/0649214a-3520-4f9f-82ed-821fade4e819 HTTP/1.1" 404 171 0.002358 10.0.0.41 - - [2026-01-29 02:06:38] "GET /domains HTTP/1.1" 200 280 0.006962 10.0.0.41 - - [2026-01-29 02:06:38] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001251 10.0.0.41 - - [2026-01-29 02:06:38] "DELETE /route-target/bd09b390-4351-46fe-813e-3cc26ef0f82f HTTP/1.1" 200 115 0.032537 10.0.0.41 - - [2026-01-29 02:06:38] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135 HTTP/1.1" 200 2586 0.051451 10.0.0.41 - - [2026-01-29 02:06:38] "GET /projects?obj_uuids=a6297aa0-8ac2-422b-b4d0-f3f79d2cc229&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001455 10.0.0.41 - - [2026-01-29 02:06:38] "GET /project/a6297aa0-8ac2-422b-b4d0-f3f79d2cc229 HTTP/1.1" 200 1925 0.069049 10.0.0.41 - - [2026-01-29 02:06:38] "GET /projects?obj_uuids=a6297aa0-8ac2-422b-b4d0-f3f79d2cc229&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000947 10.0.0.41 - - [2026-01-29 02:06:38] "GET /project/a6297aa0-8ac2-422b-b4d0-f3f79d2cc229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.021941 10.0.0.41 - - [2026-01-29 02:06:38] "GET /projects?obj_uuids=a6297aa0-8ac2-422b-b4d0-f3f79d2cc229&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000934 10.0.0.41 - - [2026-01-29 02:06:39] "GET /project/a6297aa0-8ac2-422b-b4d0-f3f79d2cc229?fields=virtual_networks HTTP/1.1" 200 1057 0.066408 10.0.0.41 - - [2026-01-29 02:06:39] "GET /projects?obj_uuids=a6297aa0-8ac2-422b-b4d0-f3f79d2cc229&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000990 10.0.0.41 - - [2026-01-29 02:06:39] "GET /project/a6297aa0-8ac2-422b-b4d0-f3f79d2cc229?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.022045 10.0.0.41 - - [2026-01-29 02:06:39] "GET /projects?obj_uuids=a6297aa0-8ac2-422b-b4d0-f3f79d2cc229&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001223 10.0.0.41 - - [2026-01-29 02:06:39] "GET /project/a6297aa0-8ac2-422b-b4d0-f3f79d2cc229?fields=security_groups HTTP/1.1" 200 1295 0.023965 10.0.0.41 - - [2026-01-29 02:06:39] "POST /fqname-to-id HTTP/1.1" 404 183 0.029579 10.0.0.41 - - [2026-01-29 02:06:40] "GET /projects?obj_uuids=1d5973ea-b65e-4ebf-8e5b-c5478884391d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002090 10.0.0.41 - - [2026-01-29 02:06:40] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001314 10.0.0.41 - - [2026-01-29 02:06:40] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007990 10.0.0.41 - - [2026-01-29 02:06:40] "POST /id-to-fqname HTTP/1.1" 200 185 0.001783 10.0.0.41 - - [2026-01-29 02:06:40] "POST /fqname-to-id HTTP/1.1" 404 194 0.003173 10.0.0.41 - - [2026-01-29 02:06:40] "POST /security-groups HTTP/1.1" 200 586 0.064487 10.0.0.41 - - [2026-01-29 02:06:40] "POST /fqname-to-id HTTP/1.1" 404 229 0.002806 10.0.0.41 - - [2026-01-29 02:06:40] "POST /projects HTTP/1.1" 200 575 0.203614 10.0.0.41 - - [2026-01-29 02:06:40] "POST /access-control-lists HTTP/1.1" 200 591 0.057682 10.0.0.41 - - [2026-01-29 02:06:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.272091 10.0.0.41 - - [2026-01-29 02:06:40] "POST /fqname-to-id HTTP/1.1" 404 228 0.002668 10.0.0.41 - - [2026-01-29 02:06:40] "GET /project/1d5973ea-b65e-4ebf-8e5b-c5478884391d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.392661 10.0.0.41 - - [2026-01-29 02:06:40] "POST /access-control-lists HTTP/1.1" 200 589 0.060243 10.0.0.41 - - [2026-01-29 02:06:41] "GET / HTTP/1.1" 200 35931 0.002380 10.0.0.41 - - [2026-01-29 02:06:42] "GET /projects?obj_uuids=1d5973ea-b65e-4ebf-8e5b-c5478884391d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001042 10.0.0.41 - - [2026-01-29 02:06:42] "GET /project/1d5973ea-b65e-4ebf-8e5b-c5478884391d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.025109 10.0.0.41 - - [2026-01-29 02:06:42] "GET /projects?obj_uuids=1d5973ea-b65e-4ebf-8e5b-c5478884391d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001185 10.0.0.41 - - [2026-01-29 02:06:42] "GET /project/1d5973ea-b65e-4ebf-8e5b-c5478884391d?fields=virtual_networks HTTP/1.1" 200 1022 0.072103 10.0.0.41 - - [2026-01-29 02:06:42] "GET /projects?obj_uuids=1d5973ea-b65e-4ebf-8e5b-c5478884391d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000879 10.0.0.41 - - [2026-01-29 02:06:42] "GET /project/1d5973ea-b65e-4ebf-8e5b-c5478884391d?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.033967 10.0.0.41 - - [2026-01-29 02:06:42] "GET /projects?obj_uuids=1d5973ea-b65e-4ebf-8e5b-c5478884391d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001336 10.0.0.41 - - [2026-01-29 02:06:42] "GET /project/1d5973ea-b65e-4ebf-8e5b-c5478884391d?fields=security_groups HTTP/1.1" 200 1243 0.022924 10.0.0.41 - - [2026-01-29 02:06:43] "POST /fqname-to-id HTTP/1.1" 404 183 0.024604 10.0.0.41 - - [2026-01-29 02:06:43] "GET /projects?obj_uuids=848a2de5-9e65-4e43-a3ab-f007be478fd6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002786 10.0.0.41 - - [2026-01-29 02:06:43] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001042 10.0.0.41 - - [2026-01-29 02:06:43] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006703 10.0.0.41 - - [2026-01-29 02:06:43] "POST /id-to-fqname HTTP/1.1" 200 185 0.002400 10.0.0.41 - - [2026-01-29 02:06:43] "POST /fqname-to-id HTTP/1.1" 404 194 0.002014 10.0.0.41 - - [2026-01-29 02:06:43] "POST /security-groups HTTP/1.1" 200 586 0.064060 10.0.0.41 - - [2026-01-29 02:06:44] "POST /fqname-to-id HTTP/1.1" 404 229 0.002301 10.0.0.41 - - [2026-01-29 02:06:44] "POST /projects HTTP/1.1" 200 575 0.203963 10.0.0.41 - - [2026-01-29 02:06:44] "POST /access-control-lists HTTP/1.1" 200 591 0.057517 10.0.0.41 - - [2026-01-29 02:06:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.275863 10.0.0.41 - - [2026-01-29 02:06:44] "POST /fqname-to-id HTTP/1.1" 404 228 0.002598 10.0.0.41 - - [2026-01-29 02:06:44] "GET /project/848a2de5-9e65-4e43-a3ab-f007be478fd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.398343 10.0.0.41 - - [2026-01-29 02:06:44] "POST /access-control-lists HTTP/1.1" 200 589 0.080887 10.0.0.41 - - [2026-01-29 02:06:45] "GET / HTTP/1.1" 200 35931 0.001962 10.0.0.41 - - [2026-01-29 02:06:45] "POST /fqname-to-id HTTP/1.1" 404 193 0.002995 10.0.0.41 - - [2026-01-29 02:06:45] "GET /projects?obj_uuids=54abdbbe-d1c4-4944-8054-5df33b219ff0&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001349 10.0.0.41 - - [2026-01-29 02:06:45] "POST /fqname-to-id HTTP/1.1" 404 228 0.002726 10.0.0.41 - - [2026-01-29 02:06:45] "POST /access-control-lists HTTP/1.1" 200 590 0.014482 10.0.0.41 - - [2026-01-29 02:06:45] "POST /fqname-to-id HTTP/1.1" 404 227 0.002407 10.0.0.41 - - [2026-01-29 02:06:45] "POST /access-control-lists HTTP/1.1" 200 588 0.014840 10.0.0.41 - - [2026-01-29 02:06:45] "PUT /access-control-list/d06b1fff-f646-41ca-af19-1ad724f63c4d HTTP/1.1" 200 272 0.007366 10.0.0.41 - - [2026-01-29 02:06:46] "PUT /access-control-list/bf7e2259-f6c5-40c3-9b7c-0d85cf759072 HTTP/1.1" 200 272 0.010329 10.0.0.41 - - [2026-01-29 02:06:46] "POST /neutron/security_group HTTP/1.1" 200 1364 0.332060 10.0.0.41 - - [2026-01-29 02:06:46] "GET /projects?obj_uuids=54abdbbe-d1c4-4944-8054-5df33b219ff0&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000925 10.0.0.41 - - [2026-01-29 02:06:46] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.032939 10.0.0.41 - - [2026-01-29 02:06:46] "PUT /access-control-list/bf7e2259-f6c5-40c3-9b7c-0d85cf759072 HTTP/1.1" 200 272 0.009068 10.0.0.41 - - [2026-01-29 02:06:46] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.011528 10.0.0.41 - - [2026-01-29 02:06:46] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.131183 10.0.0.41 - - [2026-01-29 02:06:46] "PUT /access-control-list/bf7e2259-f6c5-40c3-9b7c-0d85cf759072 HTTP/1.1" 200 272 0.009856 10.0.0.41 - - [2026-01-29 02:06:46] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.012925 10.0.0.41 - - [2026-01-29 02:06:46] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.162142 10.0.0.41 - - [2026-01-29 02:06:46] "POST /fqname-to-id HTTP/1.1" 404 193 0.002583 10.0.0.41 - - [2026-01-29 02:06:46] "PUT /access-control-list/bf7e2259-f6c5-40c3-9b7c-0d85cf759072 HTTP/1.1" 200 272 0.011390 10.0.0.41 - - [2026-01-29 02:06:46] "GET /projects?obj_uuids=54abdbbe-d1c4-4944-8054-5df33b219ff0&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001290 10.0.0.41 - - [2026-01-29 02:06:46] "POST /fqname-to-id HTTP/1.1" 404 228 0.002479 10.0.0.41 - - [2026-01-29 02:06:46] "POST /access-control-lists HTTP/1.1" 200 590 0.019484 10.0.0.41 - - [2026-01-29 02:06:46] "POST /fqname-to-id HTTP/1.1" 404 227 0.002465 10.0.0.41 - - [2026-01-29 02:06:46] "POST /access-control-lists HTTP/1.1" 200 588 0.017190 10.0.0.41 - - [2026-01-29 02:06:46] "PUT /access-control-list/03bcc0cd-f3be-4f3a-8cd7-1b3a14574420 HTTP/1.1" 200 272 0.009135 10.0.0.41 - - [2026-01-29 02:06:46] "POST /neutron/security_group HTTP/1.1" 200 1364 0.275440 10.0.0.41 - - [2026-01-29 02:06:46] "GET /projects?obj_uuids=54abdbbe-d1c4-4944-8054-5df33b219ff0&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000966 10.0.0.41 - - [2026-01-29 02:06:46] "PUT /access-control-list/2e8b797a-cfd0-4e3c-965a-31aa1a64bad9 HTTP/1.1" 200 272 0.008525 10.0.0.41 - - [2026-01-29 02:06:46] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.039323 10.0.0.41 - - [2026-01-29 02:06:46] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.009127 10.0.0.41 - - [2026-01-29 02:06:46] "PUT /access-control-list/2e8b797a-cfd0-4e3c-965a-31aa1a64bad9 HTTP/1.1" 200 272 0.008632 10.0.0.41 - - [2026-01-29 02:06:46] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.141309 10.0.0.41 - - [2026-01-29 02:06:46] "PUT /access-control-list/2e8b797a-cfd0-4e3c-965a-31aa1a64bad9 HTTP/1.1" 200 272 0.008626 10.0.0.41 - - [2026-01-29 02:06:46] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.008384 10.0.0.41 - - [2026-01-29 02:06:47] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.106387 10.0.0.41 - - [2026-01-29 02:06:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000355 10.0.0.41 - - [2026-01-29 02:06:47] "PUT /access-control-list/2e8b797a-cfd0-4e3c-965a-31aa1a64bad9 HTTP/1.1" 200 272 0.009873 10.0.0.41 - - [2026-01-29 02:06:47] "POST /fqname-to-id HTTP/1.1" 404 210 0.035973 10.0.0.41 - - [2026-01-29 02:06:47] "GET /projects?obj_uuids=848a2de5-9e65-4e43-a3ab-f007be478fd6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000922 10.0.0.41 - - [2026-01-29 02:06:47] "POST /fqname-to-id HTTP/1.1" 404 245 0.002438 10.0.0.41 - - [2026-01-29 02:06:47] "POST /access-control-lists HTTP/1.1" 200 607 0.012893 10.0.0.41 - - [2026-01-29 02:06:47] "POST /fqname-to-id HTTP/1.1" 404 244 0.002489 10.0.0.41 - - [2026-01-29 02:06:47] "POST /access-control-lists HTTP/1.1" 200 605 0.017418 10.0.0.41 - - [2026-01-29 02:06:47] "PUT /access-control-list/6fb5b3cf-5e53-4053-a17c-123d2a6e655c HTTP/1.1" 200 272 0.008711 10.0.0.41 - - [2026-01-29 02:06:47] "PUT /access-control-list/6c8fe659-7cc3-4495-ae8c-0ef36cfb0f61 HTTP/1.1" 200 272 0.007249 10.0.0.41 - - [2026-01-29 02:06:47] "POST /neutron/security_group HTTP/1.1" 200 1379 0.324931 10.0.0.41 - - [2026-01-29 02:06:47] "GET /projects?obj_uuids=848a2de5-9e65-4e43-a3ab-f007be478fd6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000977 10.0.0.41 - - [2026-01-29 02:06:47] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.026041 10.0.0.41 - - [2026-01-29 02:06:47] "PUT /access-control-list/6c8fe659-7cc3-4495-ae8c-0ef36cfb0f61 HTTP/1.1" 200 272 0.011799 10.0.0.41 - - [2026-01-29 02:06:47] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.012254 10.0.0.41 - - [2026-01-29 02:06:47] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.126373 10.0.0.41 - - [2026-01-29 02:06:47] "PUT /access-control-list/6c8fe659-7cc3-4495-ae8c-0ef36cfb0f61 HTTP/1.1" 200 272 0.013057 10.0.0.41 - - [2026-01-29 02:06:47] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.012105 10.0.0.41 - - [2026-01-29 02:06:48] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.100833 10.0.0.41 - - [2026-01-29 02:06:48] "PUT /access-control-list/6c8fe659-7cc3-4495-ae8c-0ef36cfb0f61 HTTP/1.1" 200 272 0.010488 10.0.0.41 - - [2026-01-29 02:06:48] "POST /fqname-to-id HTTP/1.1" 404 210 0.002911 10.0.0.41 - - [2026-01-29 02:06:48] "GET /projects?obj_uuids=848a2de5-9e65-4e43-a3ab-f007be478fd6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001205 10.0.0.41 - - [2026-01-29 02:06:48] "POST /fqname-to-id HTTP/1.1" 404 245 0.002258 10.0.0.41 - - [2026-01-29 02:06:48] "POST /access-control-lists HTTP/1.1" 200 607 0.014107 10.0.0.41 - - [2026-01-29 02:06:48] "POST /fqname-to-id HTTP/1.1" 404 244 0.002366 10.0.0.41 - - [2026-01-29 02:06:48] "POST /access-control-lists HTTP/1.1" 200 605 0.014138 10.0.0.41 - - [2026-01-29 02:06:48] "PUT /access-control-list/0f804055-f757-4f4e-81ba-79f16f8963a1 HTTP/1.1" 200 272 0.007423 10.0.0.41 - - [2026-01-29 02:06:48] "PUT /access-control-list/1540b4ff-16b1-411c-80e0-26c609b98312 HTTP/1.1" 200 272 0.008488 10.0.0.41 - - [2026-01-29 02:06:48] "POST /neutron/security_group HTTP/1.1" 200 1379 0.338735 10.0.0.41 - - [2026-01-29 02:06:48] "GET /projects?obj_uuids=848a2de5-9e65-4e43-a3ab-f007be478fd6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001183 10.0.0.41 - - [2026-01-29 02:06:48] "PUT /access-control-list/1540b4ff-16b1-411c-80e0-26c609b98312 HTTP/1.1" 200 272 0.011849 10.0.0.41 - - [2026-01-29 02:06:48] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.028386 10.0.0.41 - - [2026-01-29 02:06:48] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.007069 10.0.0.41 - - [2026-01-29 02:06:48] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.150487 10.0.0.41 - - [2026-01-29 02:06:48] "PUT /access-control-list/1540b4ff-16b1-411c-80e0-26c609b98312 HTTP/1.1" 200 272 0.014673 10.0.0.41 - - [2026-01-29 02:06:48] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.009497 10.0.0.41 - - [2026-01-29 02:06:48] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.132279 10.0.0.41 - - [2026-01-29 02:06:48] "PUT /access-control-list/1540b4ff-16b1-411c-80e0-26c609b98312 HTTP/1.1" 200 272 0.007512 10.0.0.41 - - [2026-01-29 02:06:49] "GET /projects?obj_uuids=54abdbbe-d1c4-4944-8054-5df33b219ff0&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000941 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.043201 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.002999 10.0.0.41 - - [2026-01-29 02:06:49] "POST /route-targets HTTP/1.1" 200 327 0.013015 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.004256 10.0.0.41 - - [2026-01-29 02:06:49] "PUT /logical-router/96d7838f-1c51-4b15-9e89-5f0ea6d987c3 HTTP/1.1" 200 262 0.014377 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.003475 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.003035 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.003483 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.003192 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.004145 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.002869 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.003324 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.003196 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.003192 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.003040 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.003580 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.003218 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.003100 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.003007 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.003220 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.003221 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.003415 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.003515 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.003685 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.003422 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.003410 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.003431 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.003248 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.003617 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.003999 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.004308 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.004054 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.003448 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.003042 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.003611 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.014931 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.015866 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.015237 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.003227 10.0.0.41 - - [2026-01-29 02:06:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003972 10.0.0.41 - - [2026-01-29 02:06:49] "GET /logical-router/96d7838f-1c51-4b15-9e89-5f0ea6d987c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.005651 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 151 0.048292 10.0.0.41 - - [2026-01-29 02:06:49] "GET /projects?obj_uuids=54abdbbe-d1c4-4944-8054-5df33b219ff0&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001405 10.0.0.41 - - [2026-01-29 02:06:49] "DELETE /route-target/7696b923-70d6-4365-8e9e-caa6e45f4f4c HTTP/1.1" 200 115 0.021356 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.051371 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.003957 10.0.0.41 - - [2026-01-29 02:06:49] "POST /route-targets HTTP/1.1" 200 327 0.017895 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.004725 10.0.0.41 - - [2026-01-29 02:06:49] "PUT /logical-router/45a86d22-17fc-41b4-83fc-c12299252628 HTTP/1.1" 200 262 0.021984 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.007596 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.003372 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.003394 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.003216 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.003052 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.003462 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.003599 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.003679 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.003420 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.003055 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.003210 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.003148 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.003237 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.002987 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.004218 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.003114 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.003816 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.003603 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.004061 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.003275 10.0.0.41 - - [2026-01-29 02:06:49] "POST /neutron/router HTTP/1.1" 200 541 0.003281 10.0.0.41 - - [2026-01-29 02:06:50] "POST /neutron/router HTTP/1.1" 200 541 0.003356 10.0.0.41 - - [2026-01-29 02:06:50] "POST /neutron/router HTTP/1.1" 200 541 0.003097 10.0.0.41 - - [2026-01-29 02:06:50] "POST /neutron/router HTTP/1.1" 200 541 0.003284 10.0.0.41 - - [2026-01-29 02:06:50] "POST /neutron/router HTTP/1.1" 200 541 0.003059 10.0.0.41 - - [2026-01-29 02:06:50] "POST /neutron/router HTTP/1.1" 200 541 0.003041 10.0.0.41 - - [2026-01-29 02:06:50] "POST /neutron/router HTTP/1.1" 200 541 0.003288 10.0.0.41 - - [2026-01-29 02:06:50] "POST /neutron/router HTTP/1.1" 200 541 0.004801 10.0.0.41 - - [2026-01-29 02:06:50] "POST /neutron/router HTTP/1.1" 200 541 0.004435 10.0.0.41 - - [2026-01-29 02:06:50] "POST /neutron/router HTTP/1.1" 200 541 0.003677 10.0.0.41 - - [2026-01-29 02:06:50] "POST /neutron/router HTTP/1.1" 200 541 0.022847 10.0.0.41 - - [2026-01-29 02:06:50] "POST /neutron/router HTTP/1.1" 200 541 0.003352 10.0.0.41 - - [2026-01-29 02:06:50] "POST /neutron/router HTTP/1.1" 200 542 0.017730 10.0.0.41 - - [2026-01-29 02:06:50] "POST /neutron/router HTTP/1.1" 200 542 0.004039 10.0.0.41 - - [2026-01-29 02:06:50] "GET /logical-router/45a86d22-17fc-41b4-83fc-c12299252628?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.007619 10.0.0.41 - - [2026-01-29 02:06:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.007947 10.0.0.41 - - [2026-01-29 02:06:50] "POST /neutron/router HTTP/1.1" 200 151 0.059983 10.0.0.41 - - [2026-01-29 02:06:50] "DELETE /route-target/9d8b4afb-1895-4868-b86d-2e56b981de3d HTTP/1.1" 200 115 0.017974 10.0.0.41 - - [2026-01-29 02:06:50] "GET /projects?obj_uuids=848a2de5-9e65-4e43-a3ab-f007be478fd6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001289 10.0.0.41 - - [2026-01-29 02:06:50] "POST /neutron/router HTTP/1.1" 200 559 0.042422 10.0.0.41 - - [2026-01-29 02:06:50] "POST /neutron/router HTTP/1.1" 200 559 0.002934 10.0.0.41 - - [2026-01-29 02:06:50] "POST /route-targets HTTP/1.1" 200 327 0.013379 10.0.0.41 - - [2026-01-29 02:06:50] "POST /neutron/router HTTP/1.1" 200 559 0.003283 10.0.0.41 - - [2026-01-29 02:06:50] "PUT /logical-router/9f7d690a-3475-4f5e-996d-2bd8779b645d HTTP/1.1" 200 262 0.026734 10.0.0.41 - - [2026-01-29 02:06:50] "POST /neutron/router HTTP/1.1" 200 559 0.007431 10.0.0.41 - - [2026-01-29 02:06:50] "POST /neutron/router HTTP/1.1" 200 559 0.003494 10.0.0.41 - - [2026-01-29 02:06:50] "POST /neutron/router HTTP/1.1" 200 559 0.003480 10.0.0.41 - - [2026-01-29 02:06:50] "POST /neutron/router HTTP/1.1" 200 559 0.003803 10.0.0.41 - - [2026-01-29 02:06:50] "POST /neutron/router HTTP/1.1" 200 559 0.003161 10.0.0.41 - - [2026-01-29 02:06:50] "POST /neutron/router HTTP/1.1" 200 559 0.002982 10.0.0.41 - - [2026-01-29 02:06:50] "POST /neutron/router HTTP/1.1" 200 559 0.004400 10.0.0.41 - - [2026-01-29 02:06:50] "POST /neutron/router HTTP/1.1" 200 559 0.003709 10.0.0.41 - - [2026-01-29 02:06:50] "POST /neutron/router HTTP/1.1" 200 559 0.003293 10.0.0.41 - - [2026-01-29 02:06:50] "POST /neutron/router HTTP/1.1" 200 559 0.020841 10.0.0.41 - - [2026-01-29 02:06:50] "POST /neutron/router HTTP/1.1" 200 559 0.003510 10.0.0.41 - - [2026-01-29 02:06:50] "POST /neutron/router HTTP/1.1" 200 559 0.003200 10.0.0.41 - - [2026-01-29 02:06:50] "POST /neutron/router HTTP/1.1" 200 559 0.003215 10.0.0.41 - - [2026-01-29 02:06:50] "POST /neutron/router HTTP/1.1" 200 559 0.003507 10.0.0.41 - - [2026-01-29 02:06:50] "POST /neutron/router HTTP/1.1" 200 559 0.013546 10.0.0.41 - - [2026-01-29 02:06:50] "POST /neutron/router HTTP/1.1" 200 559 0.003376 10.0.0.41 - - [2026-01-29 02:06:50] "POST /neutron/router HTTP/1.1" 200 559 0.003175 10.0.0.41 - - [2026-01-29 02:06:50] "POST /neutron/router HTTP/1.1" 200 559 0.003202 10.0.0.41 - - [2026-01-29 02:06:50] "POST /neutron/router HTTP/1.1" 200 559 0.003187 10.0.0.41 - - [2026-01-29 02:06:50] "POST /neutron/router HTTP/1.1" 200 559 0.003269 10.0.0.41 - - [2026-01-29 02:06:50] "POST /neutron/router HTTP/1.1" 200 559 0.003622 10.0.0.41 - - [2026-01-29 02:06:50] "POST /neutron/router HTTP/1.1" 200 559 0.003135 10.0.0.41 - - [2026-01-29 02:06:50] "POST /neutron/router HTTP/1.1" 200 559 0.003130 10.0.0.41 - - [2026-01-29 02:06:50] "POST /neutron/router HTTP/1.1" 200 559 0.003140 10.0.0.41 - - [2026-01-29 02:06:50] "POST /neutron/router HTTP/1.1" 200 559 0.003617 10.0.0.41 - - [2026-01-29 02:06:50] "POST /neutron/router HTTP/1.1" 200 559 0.003424 10.0.0.41 - - [2026-01-29 02:06:50] "POST /neutron/router HTTP/1.1" 200 559 0.003493 10.0.0.41 - - [2026-01-29 02:06:50] "POST /neutron/router HTTP/1.1" 200 559 0.003553 10.0.0.41 - - [2026-01-29 02:06:50] "POST /neutron/router HTTP/1.1" 200 559 0.003312 10.0.0.41 - - [2026-01-29 02:06:50] "POST /neutron/router HTTP/1.1" 200 559 0.003786 10.0.0.41 - - [2026-01-29 02:06:50] "POST /neutron/router HTTP/1.1" 200 559 0.015606 10.0.0.41 - - [2026-01-29 02:06:50] "POST /neutron/router HTTP/1.1" 200 559 0.003897 10.0.0.41 - - [2026-01-29 02:06:50] "POST /neutron/router HTTP/1.1" 200 560 0.023044 10.0.0.41 - - [2026-01-29 02:06:50] "POST /neutron/router HTTP/1.1" 200 560 0.004205 10.0.0.41 - - [2026-01-29 02:06:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005354 10.0.0.41 - - [2026-01-29 02:06:50] "GET /logical-router/9f7d690a-3475-4f5e-996d-2bd8779b645d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.005789 10.0.0.41 - - [2026-01-29 02:06:50] "POST /neutron/router HTTP/1.1" 200 151 0.044936 10.0.0.41 - - [2026-01-29 02:06:50] "DELETE /route-target/0f9aa95c-cab8-405a-97a3-b0fb31545b51 HTTP/1.1" 200 115 0.015443 10.0.0.41 - - [2026-01-29 02:06:50] "POST /neutron/security_group HTTP/1.1" 200 521 0.005176 10.0.0.41 - - [2026-01-29 02:06:51] "DELETE /access-control-list/0f804055-f757-4f4e-81ba-79f16f8963a1 HTTP/1.1" 200 115 0.028903 10.0.0.41 - - [2026-01-29 02:06:51] "POST /neutron/security_group HTTP/1.1" 200 151 0.057151 10.0.0.41 - - [2026-01-29 02:06:51] "DELETE /access-control-list/1540b4ff-16b1-411c-80e0-26c609b98312 HTTP/1.1" 200 115 0.015712 10.0.0.41 - - [2026-01-29 02:06:51] "POST /neutron/security_group HTTP/1.1" 200 521 0.003413 10.0.0.41 - - [2026-01-29 02:06:51] "POST /neutron/security_group HTTP/1.1" 200 151 0.033131 10.0.0.41 - - [2026-01-29 02:06:51] "DELETE /access-control-list/6fb5b3cf-5e53-4053-a17c-123d2a6e655c HTTP/1.1" 200 115 0.028196 10.0.0.41 - - [2026-01-29 02:06:51] "POST /neutron/security_group HTTP/1.1" 200 506 0.003816 10.0.0.41 - - [2026-01-29 02:06:51] "DELETE /access-control-list/6c8fe659-7cc3-4495-ae8c-0ef36cfb0f61 HTTP/1.1" 200 115 0.030214 10.0.0.41 - - [2026-01-29 02:06:51] "DELETE /access-control-list/03bcc0cd-f3be-4f3a-8cd7-1b3a14574420 HTTP/1.1" 200 115 0.034172 10.0.0.41 - - [2026-01-29 02:06:51] "POST /neutron/security_group HTTP/1.1" 200 151 0.074527 10.0.0.41 - - [2026-01-29 02:06:51] "POST /neutron/security_group HTTP/1.1" 200 506 0.003093 10.0.0.41 - - [2026-01-29 02:06:51] "DELETE /access-control-list/2e8b797a-cfd0-4e3c-965a-31aa1a64bad9 HTTP/1.1" 200 115 0.035985 10.0.0.41 - - [2026-01-29 02:06:51] "POST /neutron/security_group HTTP/1.1" 200 151 0.050308 10.0.0.41 - - [2026-01-29 02:06:51] "DELETE /access-control-list/d06b1fff-f646-41ca-af19-1ad724f63c4d HTTP/1.1" 200 115 0.029344 10.0.0.41 - - [2026-01-29 02:06:51] "DELETE /access-control-list/bf7e2259-f6c5-40c3-9b7c-0d85cf759072 HTTP/1.1" 200 115 0.018930 10.0.0.41 - - [2026-01-29 02:06:51] "GET /projects?obj_uuids=848a2de5-9e65-4e43-a3ab-f007be478fd6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001094 10.0.0.41 - - [2026-01-29 02:06:51] "GET /project/848a2de5-9e65-4e43-a3ab-f007be478fd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.025414 10.0.0.41 - - [2026-01-29 02:06:51] "GET /projects?obj_uuids=848a2de5-9e65-4e43-a3ab-f007be478fd6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001130 10.0.0.41 - - [2026-01-29 02:06:51] "GET /project/848a2de5-9e65-4e43-a3ab-f007be478fd6?fields=virtual_networks HTTP/1.1" 200 1022 0.070744 10.0.0.41 - - [2026-01-29 02:06:51] "GET /projects?obj_uuids=848a2de5-9e65-4e43-a3ab-f007be478fd6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000937 10.0.0.41 - - [2026-01-29 02:06:51] "GET /project/848a2de5-9e65-4e43-a3ab-f007be478fd6?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.025408 10.0.0.41 - - [2026-01-29 02:06:51] "GET /projects?obj_uuids=848a2de5-9e65-4e43-a3ab-f007be478fd6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000942 10.0.0.41 - - [2026-01-29 02:06:51] "GET /project/848a2de5-9e65-4e43-a3ab-f007be478fd6?fields=security_groups HTTP/1.1" 200 1243 0.022043 10.0.0.41 - - [2026-01-29 02:06:52] "POST /fqname-to-id HTTP/1.1" 404 184 0.028332 10.0.0.41 - - [2026-01-29 02:06:52] "GET /projects?obj_uuids=c9941bee-7b7a-48c5-9100-6089dabe8cb8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002160 10.0.0.41 - - [2026-01-29 02:06:52] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000883 10.0.0.41 - - [2026-01-29 02:06:52] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.005851 10.0.0.41 - - [2026-01-29 02:06:52] "POST /id-to-fqname HTTP/1.1" 200 186 0.002144 10.0.0.41 - - [2026-01-29 02:06:52] "POST /fqname-to-id HTTP/1.1" 404 195 0.003743 10.0.0.41 - - [2026-01-29 02:06:52] "POST /security-groups HTTP/1.1" 200 587 0.064721 10.0.0.41 - - [2026-01-29 02:06:52] "POST /fqname-to-id HTTP/1.1" 404 230 0.002989 10.0.0.41 - - [2026-01-29 02:06:52] "POST /projects HTTP/1.1" 200 577 0.212680 10.0.0.41 - - [2026-01-29 02:06:52] "POST /access-control-lists HTTP/1.1" 200 592 0.055331 10.0.0.41 - - [2026-01-29 02:06:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.288009 10.0.0.41 - - [2026-01-29 02:06:53] "POST /fqname-to-id HTTP/1.1" 404 229 0.002757 10.0.0.41 - - [2026-01-29 02:06:53] "GET /project/c9941bee-7b7a-48c5-9100-6089dabe8cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.406866 10.0.0.41 - - [2026-01-29 02:06:53] "POST /access-control-lists HTTP/1.1" 200 590 0.056572 10.0.0.41 - - [2026-01-29 02:06:54] "GET / HTTP/1.1" 200 35931 0.001910 10.0.0.41 - - [2026-01-29 02:06:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000612 10.0.0.41 - - [2026-01-29 02:06:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.057082 10.0.0.41 - - [2026-01-29 02:06:55] "GET /projects?obj_uuids=c9941bee-7b7a-48c5-9100-6089dabe8cb8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000971 10.0.0.41 - - [2026-01-29 02:06:55] "GET /project/c9941bee-7b7a-48c5-9100-6089dabe8cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.019126 10.0.0.41 - - [2026-01-29 02:06:55] "POST /neutron/network HTTP/1.1" 200 117 0.037186 10.0.0.41 - - [2026-01-29 02:06:55] "GET /projects?obj_uuids=c9941bee-7b7a-48c5-9100-6089dabe8cb8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001686 10.0.0.41 - - [2026-01-29 02:06:55] "POST /neutron/network HTTP/1.1" 200 601 0.075717 10.0.0.41 - - [2026-01-29 02:06:55] "POST /route-targets HTTP/1.1" 200 327 0.010650 10.0.0.41 - - [2026-01-29 02:06:55] "POST /ref-update HTTP/1.1" 200 156 0.009835 10.0.0.41 - - [2026-01-29 02:06:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002951 10.0.0.41 - - [2026-01-29 02:06:55] "POST /neutron/subnet HTTP/1.1" 200 725 0.200111 10.0.0.41 - - [2026-01-29 02:06:55] "POST /neutron/network HTTP/1.1" 200 820 0.005072 10.0.0.41 - - [2026-01-29 02:06:55] "POST /id-to-fqname HTTP/1.1" 200 216 0.001251 10.0.0.41 - - [2026-01-29 02:06:55] "GET /virtual-network/b3788184-7bda-4d2a-82a5-8d7e11759ada?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.004679 10.0.0.41 - - [2026-01-29 02:06:55] "POST /neutron/network HTTP/1.1" 200 820 0.005825 10.0.0.41 - - [2026-01-29 02:06:55] "GET /virtual-network/b3788184-7bda-4d2a-82a5-8d7e11759ada?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.004996 10.0.0.41 - - [2026-01-29 02:06:55] "POST /neutron/network HTTP/1.1" 200 820 0.005320 10.0.0.41 - - [2026-01-29 02:06:55] "POST /neutron/subnet HTTP/1.1" 200 725 0.006008 10.0.0.41 - - [2026-01-29 02:06:55] "POST /fqname-to-id HTTP/1.1" 404 206 0.002325 10.0.0.41 - - [2026-01-29 02:06:55] "GET /virtual-network/b3788184-7bda-4d2a-82a5-8d7e11759ada?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.004815 10.0.0.41 - - [2026-01-29 02:06:55] "GET /projects?obj_uuids=c9941bee-7b7a-48c5-9100-6089dabe8cb8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001030 10.0.0.41 - - [2026-01-29 02:06:56] "POST /neutron/port HTTP/1.1" 200 1017 0.156434 10.0.0.41 - - [2026-01-29 02:06:56] "GET /virtual-machine-interface/30908dbc-187f-4546-8c0d-2bec9ce56bf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2384 0.004708 10.0.0.41 - - [2026-01-29 02:06:56] "GET /virtual-machine-interface/30908dbc-187f-4546-8c0d-2bec9ce56bf5?fields=instance_ip_back_refs HTTP/1.1" 200 1317 0.004628 10.0.0.41 - - [2026-01-29 02:06:56] "GET /instance-ip/739e3d8f-a46e-4e4e-9745-3ecc102073f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1594 0.004060 10.0.0.41 - - [2026-01-29 02:06:56] "GET /virtual-machine-interface/30908dbc-187f-4546-8c0d-2bec9ce56bf5 HTTP/1.1" 401 292 0.000480 10.0.0.41 - - [2026-01-29 02:06:56] "GET /virtual-machine-interface/30908dbc-187f-4546-8c0d-2bec9ce56bf5 HTTP/1.1" 200 2605 0.028801 10.0.0.41 - - [2026-01-29 02:06:56] "POST /neutron/port HTTP/1.1" 200 1017 0.008673 10.0.0.41 - - [2026-01-29 02:06:56] "POST /neutron/port HTTP/1.1" 200 151 0.055415 10.0.0.41 - - [2026-01-29 02:06:56] "POST /neutron/network HTTP/1.1" 200 820 0.005657 10.0.0.41 - - [2026-01-29 02:06:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006506 10.0.0.41 - - [2026-01-29 02:06:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003154 10.0.0.41 - - [2026-01-29 02:06:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002362 10.0.0.41 - - [2026-01-29 02:06:56] "POST /neutron/network HTTP/1.1" 200 151 0.078104 10.0.0.41 - - [2026-01-29 02:06:56] "DELETE /route-target/802fe2bb-645b-4b00-9fc6-96c63cdf6c93 HTTP/1.1" 200 115 0.016858 10.0.0.41 - - [2026-01-29 02:06:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002759 10.0.0.41 - - [2026-01-29 02:06:57] "GET /projects?obj_uuids=c9941bee-7b7a-48c5-9100-6089dabe8cb8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001225 10.0.0.41 - - [2026-01-29 02:06:57] "GET /project/c9941bee-7b7a-48c5-9100-6089dabe8cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.027035 10.0.0.41 - - [2026-01-29 02:06:57] "POST /neutron/network HTTP/1.1" 200 117 0.007335 10.0.0.41 - - [2026-01-29 02:06:57] "GET /projects?obj_uuids=c9941bee-7b7a-48c5-9100-6089dabe8cb8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001393 10.0.0.41 - - [2026-01-29 02:06:57] "POST /neutron/network HTTP/1.1" 200 603 0.066554 10.0.0.41 - - [2026-01-29 02:06:57] "POST /route-targets HTTP/1.1" 200 327 0.011802 10.0.0.41 - - [2026-01-29 02:06:57] "POST /ref-update HTTP/1.1" 200 156 0.014849 10.0.0.41 - - [2026-01-29 02:06:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003368 10.0.0.41 - - [2026-01-29 02:06:57] "POST /neutron/subnet HTTP/1.1" 200 724 0.174817 10.0.0.41 - - [2026-01-29 02:06:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002737 10.0.0.41 - - [2026-01-29 02:06:57] "POST /neutron/subnet HTTP/1.1" 200 729 0.120923 10.0.0.41 - - [2026-01-29 02:06:57] "POST /neutron/network HTTP/1.1" 200 979 0.006818 10.0.0.41 - - [2026-01-29 02:06:57] "POST /id-to-fqname HTTP/1.1" 200 217 0.001513 10.0.0.41 - - [2026-01-29 02:06:57] "GET /virtual-network/d5afa330-a367-47b6-909c-4166f6cae250?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.006188 10.0.0.41 - - [2026-01-29 02:06:57] "POST /neutron/network HTTP/1.1" 200 979 0.008323 10.0.0.41 - - [2026-01-29 02:06:57] "GET /virtual-network/d5afa330-a367-47b6-909c-4166f6cae250?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.005878 10.0.0.41 - - [2026-01-29 02:06:57] "POST /neutron/network HTTP/1.1" 200 979 0.008241 10.0.0.41 - - [2026-01-29 02:06:57] "POST /neutron/subnet HTTP/1.1" 200 724 0.006310 10.0.0.41 - - [2026-01-29 02:06:58] "POST /neutron/subnet HTTP/1.1" 200 729 0.007148 10.0.0.41 - - [2026-01-29 02:06:58] "GET /projects?obj_uuids=c9941bee-7b7a-48c5-9100-6089dabe8cb8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001000 10.0.0.41 - - [2026-01-29 02:06:58] "POST /neutron/port HTTP/1.1" 200 1018 0.149050 10.0.0.41 - - [2026-01-29 02:06:58] "GET /projects?obj_uuids=c9941bee-7b7a-48c5-9100-6089dabe8cb8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001332 10.0.0.41 - - [2026-01-29 02:06:58] "POST /neutron/port HTTP/1.1" 200 1019 0.153924 10.0.0.41 - - [2026-01-29 02:06:58] "POST /id-to-fqname HTTP/1.1" 200 217 0.001285 10.0.0.41 - - [2026-01-29 02:06:58] "POST /neutron/port HTTP/1.1" 200 1018 0.008215 10.0.0.41 - - [2026-01-29 02:06:58] "POST /neutron/port HTTP/1.1" 200 1018 0.008246 10.0.0.41 - - [2026-01-29 02:06:58] "POST /neutron/network HTTP/1.1" 200 979 0.006336 10.0.0.41 - - [2026-01-29 02:06:58] "POST /neutron/port HTTP/1.1" 200 1018 0.008287 10.0.0.41 - - [2026-01-29 02:06:58] "POST /neutron/port HTTP/1.1" 200 117 0.005729 10.0.0.41 - - [2026-01-29 02:06:58] "POST /neutron/port HTTP/1.1" 200 117 0.004616 10.0.0.41 - - [2026-01-29 02:06:58] "POST /id-to-fqname HTTP/1.1" 200 217 0.001260 10.0.0.41 - - [2026-01-29 02:06:58] "POST /neutron/port HTTP/1.1" 200 117 0.004707 10.0.0.41 - - [2026-01-29 02:06:58] "POST /neutron/port HTTP/1.1" 200 1019 0.008688 10.0.0.41 - - [2026-01-29 02:06:58] "POST /neutron/port HTTP/1.1" 200 1019 0.008342 10.0.0.41 - - [2026-01-29 02:06:58] "POST /neutron/network HTTP/1.1" 200 979 0.006325 10.0.0.41 - - [2026-01-29 02:06:58] "POST /neutron/port HTTP/1.1" 200 1019 0.007691 10.0.0.41 - - [2026-01-29 02:06:59] "POST /neutron/port HTTP/1.1" 200 1018 0.008738 10.0.0.41 - - [2026-01-29 02:06:59] "POST /neutron/port HTTP/1.1" 200 1019 0.009859 10.0.0.41 - - [2026-01-29 02:06:59] "POST /neutron/port HTTP/1.1" 200 117 0.005391 10.0.0.41 - - [2026-01-29 02:06:59] "POST /neutron/port HTTP/1.1" 200 117 0.004791 10.0.0.41 - - [2026-01-29 02:06:59] "POST /neutron/port HTTP/1.1" 200 117 0.004462 10.0.0.41 - - [2026-01-29 02:06:59] "POST /neutron/port HTTP/1.1" 200 1018 0.008434 10.0.0.41 - - [2026-01-29 02:06:59] "POST /neutron/network HTTP/1.1" 200 989 0.004941 10.0.0.41 - - [2026-01-29 02:06:59] "POST /neutron/port HTTP/1.1" 200 1018 0.008188 10.0.0.41 - - [2026-01-29 02:06:59] "POST /neutron/port HTTP/1.1" 200 1018 0.007710 10.0.0.41 - - [2026-01-29 02:06:59] "POST /neutron/port HTTP/1.1" 200 1019 0.015470 10.0.0.41 - - [2026-01-29 02:06:59] "POST /neutron/port HTTP/1.1" 200 1110 0.082639 10.0.0.41 - - [2026-01-29 02:06:59] "POST /neutron/network HTTP/1.1" 200 989 0.005226 10.0.0.41 - - [2026-01-29 02:06:59] "POST /neutron/port HTTP/1.1" 200 1019 0.010360 10.0.0.41 - - [2026-01-29 02:06:59] "POST /neutron/port HTTP/1.1" 200 1019 0.009886 10.0.0.41 - - [2026-01-29 02:06:59] "POST /neutron/port HTTP/1.1" 200 1120 0.027642 10.0.0.41 - - [2026-01-29 02:06:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004662 10.0.0.41 - - [2026-01-29 02:06:59] "POST /neutron/port HTTP/1.1" 200 1111 0.099749 10.0.0.41 - - [2026-01-29 02:06:59] "POST /neutron/subnet HTTP/1.1" 200 698 0.014452 10.0.0.41 - - [2026-01-29 02:07:00] "POST /neutron/port HTTP/1.1" 200 117 0.002441 10.0.0.41 - - [2026-01-29 02:07:00] "POST /neutron/port HTTP/1.1" 200 1121 0.021599 10.0.0.41 - - [2026-01-29 02:07:00] "POST /neutron/network HTTP/1.1" 200 979 0.007085 10.0.0.41 - - [2026-01-29 02:07:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002910 10.0.0.41 - - [2026-01-29 02:07:00] "POST /neutron/subnet HTTP/1.1" 200 703 0.007755 10.0.0.41 - - [2026-01-29 02:07:00] "POST /neutron/port HTTP/1.1" 200 117 0.001133 10.0.0.41 - - [2026-01-29 02:07:00] "POST /neutron/network HTTP/1.1" 200 979 0.010083 10.0.0.41 - - [2026-01-29 02:07:04] "POST /neutron/port HTTP/1.1" 200 1120 0.013989 10.0.0.41 - - [2026-01-29 02:07:04] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006528 10.0.0.41 - - [2026-01-29 02:07:04] "POST /neutron/port HTTP/1.1" 200 1120 0.012333 10.0.0.41 - - [2026-01-29 02:07:04] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006018 10.0.0.41 - - [2026-01-29 02:07:04] "POST /neutron/port HTTP/1.1" 200 1120 0.013294 10.0.0.41 - - [2026-01-29 02:07:04] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005894 10.0.0.41 - - [2026-01-29 02:07:04] "GET /virtual-machine/021c6473-af8b-44e0-99c4-81ecc945e653 HTTP/1.1" 200 1283 0.004308 10.0.0.41 - - [2026-01-29 02:07:04] "GET /virtual-machine-interface/01fc89cd-8f04-4cbf-a279-63829dea33cd HTTP/1.1" 200 2923 0.005159 10.0.0.41 - - [2026-01-29 02:07:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002612 10.0.0.41 - - [2026-01-29 02:07:04] "GET /global-vrouter-config/ca103479-b4e7-43b3-aef9-85f12c05b442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003549 10.0.0.41 - - [2026-01-29 02:07:04] "GET /virtual-networks?parent_id=c9941bee-7b7a-48c5-9100-6089dabe8cb8&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003383 10.0.0.41 - - [2026-01-29 02:07:04] "GET /virtual-network/d5afa330-a367-47b6-909c-4166f6cae250?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.006532 10.0.0.41 - - [2026-01-29 02:07:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002817 10.0.0.41 - - [2026-01-29 02:07:07] "GET /virtual-network/d5afa330-a367-47b6-909c-4166f6cae250?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.005110 10.0.0.41 - - [2026-01-29 02:07:09] "POST /neutron/port HTTP/1.1" 200 1121 0.012022 10.0.0.41 - - [2026-01-29 02:07:09] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005496 10.0.0.41 - - [2026-01-29 02:07:09] "POST /neutron/port HTTP/1.1" 200 1120 0.011562 10.0.0.41 - - [2026-01-29 02:07:09] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005667 10.0.0.41 - - [2026-01-29 02:07:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002670 10.0.0.41 - - [2026-01-29 02:07:11] "GET /global-vrouter-config/ca103479-b4e7-43b3-aef9-85f12c05b442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002938 10.0.0.41 - - [2026-01-29 02:07:11] "GET /virtual-networks?parent_id=c9941bee-7b7a-48c5-9100-6089dabe8cb8&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003077 10.0.0.41 - - [2026-01-29 02:07:11] "GET /virtual-network/d5afa330-a367-47b6-909c-4166f6cae250?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.006153 10.0.0.41 - - [2026-01-29 02:07:12] "POST /neutron/port HTTP/1.1" 200 1121 0.011184 10.0.0.41 - - [2026-01-29 02:07:12] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006237 10.0.0.41 - - [2026-01-29 02:07:12] "POST /neutron/port HTTP/1.1" 200 1121 0.013807 10.0.0.41 - - [2026-01-29 02:07:12] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005876 10.0.0.41 - - [2026-01-29 02:07:12] "POST /neutron/port HTTP/1.1" 200 1121 0.012876 10.0.0.41 - - [2026-01-29 02:07:12] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007821 10.0.0.41 - - [2026-01-29 02:07:12] "GET /virtual-machine/a35d066e-d577-42be-a777-ff235283980e HTTP/1.1" 200 1285 0.005482 10.0.0.41 - - [2026-01-29 02:07:12] "GET /virtual-machine-interface/8f80b2cc-5321-4a2c-8306-2ec8f122392d HTTP/1.1" 200 2924 0.004964 10.0.0.41 - - [2026-01-29 02:07:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.41 - - [2026-01-29 02:07:12] "GET /global-vrouter-config/ca103479-b4e7-43b3-aef9-85f12c05b442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003869 10.0.0.41 - - [2026-01-29 02:07:12] "GET /virtual-networks?parent_id=c9941bee-7b7a-48c5-9100-6089dabe8cb8&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002663 10.0.0.41 - - [2026-01-29 02:07:12] "GET /virtual-network/d5afa330-a367-47b6-909c-4166f6cae250?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.006130 10.0.0.41 - - [2026-01-29 02:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002750 10.0.0.41 - - [2026-01-29 02:07:13] "GET /global-vrouter-config/ca103479-b4e7-43b3-aef9-85f12c05b442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003431 10.0.0.41 - - [2026-01-29 02:07:13] "GET /virtual-networks?parent_id=c9941bee-7b7a-48c5-9100-6089dabe8cb8&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002794 10.0.0.41 - - [2026-01-29 02:07:13] "GET /virtual-network/d5afa330-a367-47b6-909c-4166f6cae250?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.005827 10.0.0.41 - - [2026-01-29 02:07:16] "POST /neutron/port HTTP/1.1" 200 1111 0.013068 10.0.0.41 - - [2026-01-29 02:07:16] "POST /neutron/port HTTP/1.1" 200 1111 0.008730 10.0.0.41 - - [2026-01-29 02:07:16] "POST /neutron/port HTTP/1.1" 200 151 0.090282 10.0.0.41 - - [2026-01-29 02:07:16] "POST /neutron/port HTTP/1.1" 200 1110 0.008954 10.0.0.41 - - [2026-01-29 02:07:17] "POST /neutron/port HTTP/1.1" 200 1110 0.011369 10.0.0.41 - - [2026-01-29 02:07:17] "POST /neutron/port HTTP/1.1" 200 151 0.102331 10.0.0.41 - - [2026-01-29 02:07:17] "POST /neutron/network HTTP/1.1" 200 979 0.007512 10.0.0.41 - - [2026-01-29 02:07:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004946 10.0.0.41 - - [2026-01-29 02:07:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003723 10.0.0.41 - - [2026-01-29 02:07:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002502 10.0.0.41 - - [2026-01-29 02:07:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002571 10.0.0.41 - - [2026-01-29 02:07:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002331 10.0.0.41 - - [2026-01-29 02:07:17] "POST /neutron/network HTTP/1.1" 200 151 0.125607 10.0.0.41 - - [2026-01-29 02:07:17] "DELETE /route-target/eef974bb-8356-4521-8202-656f9640e161 HTTP/1.1" 200 115 0.035763 10.0.0.41 - - [2026-01-29 02:07:17] "GET /projects?obj_uuids=c9941bee-7b7a-48c5-9100-6089dabe8cb8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000978 10.0.0.41 - - [2026-01-29 02:07:17] "GET /project/c9941bee-7b7a-48c5-9100-6089dabe8cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.022952 10.0.0.41 - - [2026-01-29 02:07:17] "GET /projects?obj_uuids=c9941bee-7b7a-48c5-9100-6089dabe8cb8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001098 10.0.0.41 - - [2026-01-29 02:07:17] "GET /project/c9941bee-7b7a-48c5-9100-6089dabe8cb8?fields=virtual_networks HTTP/1.1" 200 1025 0.070857 10.0.0.41 - - [2026-01-29 02:07:17] "GET /projects?obj_uuids=c9941bee-7b7a-48c5-9100-6089dabe8cb8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000970 10.0.0.41 - - [2026-01-29 02:07:17] "GET /project/c9941bee-7b7a-48c5-9100-6089dabe8cb8?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.023304 10.0.0.41 - - [2026-01-29 02:07:17] "GET /projects?obj_uuids=c9941bee-7b7a-48c5-9100-6089dabe8cb8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001052 10.0.0.41 - - [2026-01-29 02:07:17] "GET /project/c9941bee-7b7a-48c5-9100-6089dabe8cb8?fields=security_groups HTTP/1.1" 200 1247 0.025779 10.0.0.41 - - [2026-01-29 02:07:18] "POST /fqname-to-id HTTP/1.1" 404 186 0.025058 10.0.0.41 - - [2026-01-29 02:07:18] "GET /projects?obj_uuids=8c7a60b1-fdb5-4b13-85ec-e59cd7a269ca&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002309 10.0.0.41 - - [2026-01-29 02:07:18] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001519 10.0.0.41 - - [2026-01-29 02:07:18] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008469 10.0.0.41 - - [2026-01-29 02:07:18] "POST /id-to-fqname HTTP/1.1" 200 188 0.002250 10.0.0.41 - - [2026-01-29 02:07:18] "POST /fqname-to-id HTTP/1.1" 404 197 0.002697 10.0.0.41 - - [2026-01-29 02:07:18] "POST /security-groups HTTP/1.1" 200 589 0.064199 10.0.0.41 - - [2026-01-29 02:07:18] "POST /fqname-to-id HTTP/1.1" 404 232 0.002769 10.0.0.41 - - [2026-01-29 02:07:19] "POST /projects HTTP/1.1" 200 581 0.218855 10.0.0.41 - - [2026-01-29 02:07:19] "POST /access-control-lists HTTP/1.1" 200 594 0.057378 10.0.0.41 - - [2026-01-29 02:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.300078 10.0.0.41 - - [2026-01-29 02:07:19] "POST /fqname-to-id HTTP/1.1" 404 231 0.002416 10.0.0.41 - - [2026-01-29 02:07:19] "GET /project/8c7a60b1-fdb5-4b13-85ec-e59cd7a269ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.429173 10.0.0.41 - - [2026-01-29 02:07:19] "POST /access-control-lists HTTP/1.1" 200 592 0.066310 10.0.0.41 - - [2026-01-29 02:07:20] "GET / HTTP/1.1" 200 35931 0.001772 10.0.0.41 - - [2026-01-29 02:07:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000517 10.0.0.41 - - [2026-01-29 02:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.058575 10.0.0.41 - - [2026-01-29 02:07:21] "GET /projects?obj_uuids=8c7a60b1-fdb5-4b13-85ec-e59cd7a269ca&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001148 10.0.0.41 - - [2026-01-29 02:07:21] "GET /project/8c7a60b1-fdb5-4b13-85ec-e59cd7a269ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.022036 10.0.0.41 - - [2026-01-29 02:07:21] "POST /neutron/network HTTP/1.1" 200 117 0.031139 10.0.0.41 - - [2026-01-29 02:07:21] "GET /projects?obj_uuids=8c7a60b1-fdb5-4b13-85ec-e59cd7a269ca&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001325 10.0.0.41 - - [2026-01-29 02:07:21] "POST /neutron/network HTTP/1.1" 200 605 0.079446 10.0.0.41 - - [2026-01-29 02:07:21] "POST /route-targets HTTP/1.1" 200 327 0.012062 10.0.0.41 - - [2026-01-29 02:07:21] "POST /ref-update HTTP/1.1" 200 156 0.016720 10.0.0.41 - - [2026-01-29 02:07:21] "POST /useragent-kv HTTP/1.1" 200 115 0.007474 10.0.0.41 - - [2026-01-29 02:07:21] "POST /neutron/subnet HTTP/1.1" 200 715 0.182355 10.0.0.41 - - [2026-01-29 02:07:21] "POST /neutron/network HTTP/1.1" 200 822 0.004815 10.0.0.41 - - [2026-01-29 02:07:21] "POST /id-to-fqname HTTP/1.1" 200 219 0.001338 10.0.0.41 - - [2026-01-29 02:07:21] "GET /virtual-network/3fb5b43e-e816-40c7-8466-278e5a06de5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005343 10.0.0.41 - - [2026-01-29 02:07:21] "POST /neutron/network HTTP/1.1" 200 822 0.006590 10.0.0.41 - - [2026-01-29 02:07:21] "GET /virtual-network/3fb5b43e-e816-40c7-8466-278e5a06de5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.004848 10.0.0.41 - - [2026-01-29 02:07:21] "POST /neutron/network HTTP/1.1" 200 822 0.006685 10.0.0.41 - - [2026-01-29 02:07:21] "POST /neutron/subnet HTTP/1.1" 200 715 0.015974 10.0.0.41 - - [2026-01-29 02:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004025 10.0.0.41 - - [2026-01-29 02:07:21] "GET /projects?obj_uuids=8c7a60b1-fdb5-4b13-85ec-e59cd7a269ca&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001487 10.0.0.41 - - [2026-01-29 02:07:21] "GET /project/8c7a60b1-fdb5-4b13-85ec-e59cd7a269ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.033965 10.0.0.41 - - [2026-01-29 02:07:21] "POST /neutron/network HTTP/1.1" 200 117 0.016648 10.0.0.41 - - [2026-01-29 02:07:22] "GET /projects?obj_uuids=8c7a60b1-fdb5-4b13-85ec-e59cd7a269ca&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001456 10.0.0.41 - - [2026-01-29 02:07:22] "POST /neutron/network HTTP/1.1" 200 605 0.085395 10.0.0.41 - - [2026-01-29 02:07:22] "POST /neutron/port HTTP/1.1" 200 117 0.005207 10.0.0.41 - - [2026-01-29 02:07:22] "POST /route-targets HTTP/1.1" 200 327 0.015284 10.0.0.41 - - [2026-01-29 02:07:22] "POST /neutron/port HTTP/1.1" 400 205 0.006274 10.0.0.41 - - [2026-01-29 02:07:22] "POST /ref-update HTTP/1.1" 200 156 0.030597 10.0.0.41 - - [2026-01-29 02:07:22] "POST /neutron/port HTTP/1.1" 200 117 0.007911 10.0.0.41 - - [2026-01-29 02:07:22] "POST /neutron/port HTTP/1.1" 400 205 0.003058 10.0.0.41 - - [2026-01-29 02:07:22] "POST /useragent-kv HTTP/1.1" 200 115 0.007165 10.0.0.41 - - [2026-01-29 02:07:22] "POST /neutron/subnet HTTP/1.1" 200 729 0.216559 10.0.0.41 - - [2026-01-29 02:07:22] "POST /neutron/network HTTP/1.1" 200 825 0.007947 10.0.0.41 - - [2026-01-29 02:07:22] "POST /id-to-fqname HTTP/1.1" 200 219 0.001292 10.0.0.41 - - [2026-01-29 02:07:22] "GET /virtual-network/45777bd2-7c19-4404-a28e-81efed76c986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.009236 10.0.0.41 - - [2026-01-29 02:07:22] "POST /neutron/network HTTP/1.1" 200 825 0.005446 10.0.0.41 - - [2026-01-29 02:07:22] "GET /virtual-network/45777bd2-7c19-4404-a28e-81efed76c986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006161 10.0.0.41 - - [2026-01-29 02:07:22] "POST /neutron/network HTTP/1.1" 200 825 0.005590 10.0.0.41 - - [2026-01-29 02:07:22] "POST /neutron/subnet HTTP/1.1" 200 729 0.006244 10.0.0.41 - - [2026-01-29 02:07:22] "POST /id-to-fqname HTTP/1.1" 200 219 0.001009 10.0.0.41 - - [2026-01-29 02:07:22] "POST /neutron/network HTTP/1.1" 200 832 0.005199 10.0.0.41 - - [2026-01-29 02:07:22] "GET /aaa-mode HTTP/1.1" 401 292 0.000402 10.0.0.41 - - [2026-01-29 02:07:23] "GET / HTTP/1.1" 200 35931 0.002368 10.0.0.41 - - [2026-01-29 02:07:23] "GET /project/8c7a60b1-fdb5-4b13-85ec-e59cd7a269ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000484 10.0.0.41 - - [2026-01-29 02:07:23] "GET /projects?obj_uuids=8c7a60b1-fdb5-4b13-85ec-e59cd7a269ca&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001055 10.0.0.41 - - [2026-01-29 02:07:23] "GET /project/8c7a60b1-fdb5-4b13-85ec-e59cd7a269ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.052864 10.0.0.41 - - [2026-01-29 02:07:23] "POST /neutron/network HTTP/1.1" 200 822 0.007291 10.0.0.41 - - [2026-01-29 02:07:23] "POST /neutron/port HTTP/1.1" 200 117 0.006783 10.0.0.41 - - [2026-01-29 02:07:23] "POST /neutron/port HTTP/1.1" 200 117 0.004726 10.0.0.41 - - [2026-01-29 02:07:23] "POST /id-to-fqname HTTP/1.1" 200 219 0.001337 10.0.0.41 - - [2026-01-29 02:07:23] "POST /neutron/port HTTP/1.1" 200 117 0.004500 10.0.0.41 - - [2026-01-29 02:07:23] "POST /neutron/network HTTP/1.1" 200 835 0.005603 10.0.0.41 - - [2026-01-29 02:07:23] "GET /aaa-mode HTTP/1.1" 401 292 0.000407 10.0.0.41 - - [2026-01-29 02:07:23] "POST /neutron/network HTTP/1.1" 200 832 0.004798 10.0.0.41 - - [2026-01-29 02:07:23] "GET /projects?obj_uuids=8c7a60b1-fdb5-4b13-85ec-e59cd7a269ca&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001297 10.0.0.41 - - [2026-01-29 02:07:24] "POST /neutron/port HTTP/1.1" 200 1056 0.260571 10.0.0.41 - - [2026-01-29 02:07:24] "GET / HTTP/1.1" 200 35931 0.001381 10.0.0.41 - - [2026-01-29 02:07:24] "GET /project/8c7a60b1-fdb5-4b13-85ec-e59cd7a269ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000331 10.0.0.41 - - [2026-01-29 02:07:24] "POST /neutron/port HTTP/1.1" 200 1056 0.010541 10.0.0.41 - - [2026-01-29 02:07:24] "POST /neutron/port HTTP/1.1" 200 1056 0.008478 10.0.0.41 - - [2026-01-29 02:07:24] "POST /neutron/port HTTP/1.1" 200 1110 0.074796 10.0.0.41 - - [2026-01-29 02:07:24] "POST /neutron/port HTTP/1.1" 200 1120 0.011483 10.0.0.41 - - [2026-01-29 02:07:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002982 10.0.0.41 - - [2026-01-29 02:07:24] "POST /neutron/subnet HTTP/1.1" 200 689 0.007795 10.0.0.41 - - [2026-01-29 02:07:24] "POST /neutron/port HTTP/1.1" 200 117 0.001242 10.0.0.41 - - [2026-01-29 02:07:24] "POST /neutron/network HTTP/1.1" 200 822 0.004664 10.0.0.41 - - [2026-01-29 02:07:24] "GET /projects?obj_uuids=8c7a60b1-fdb5-4b13-85ec-e59cd7a269ca&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001286 10.0.0.41 - - [2026-01-29 02:07:24] "GET /project/8c7a60b1-fdb5-4b13-85ec-e59cd7a269ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.049231 10.0.0.41 - - [2026-01-29 02:07:24] "POST /neutron/network HTTP/1.1" 200 825 0.004868 10.0.0.41 - - [2026-01-29 02:07:24] "POST /neutron/port HTTP/1.1" 200 1120 0.015067 10.0.0.41 - - [2026-01-29 02:07:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005622 10.0.0.41 - - [2026-01-29 02:07:24] "POST /neutron/port HTTP/1.1" 200 117 0.008864 10.0.0.41 - - [2026-01-29 02:07:24] "GET /projects?obj_uuids=8c7a60b1-fdb5-4b13-85ec-e59cd7a269ca&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000970 10.0.0.41 - - [2026-01-29 02:07:24] "POST /neutron/router HTTP/1.1" 200 580 0.058544 10.0.0.41 - - [2026-01-29 02:07:24] "POST /route-targets HTTP/1.1" 200 327 0.014473 10.0.0.41 - - [2026-01-29 02:07:24] "POST /neutron/router HTTP/1.1" 200 580 0.012475 10.0.0.41 - - [2026-01-29 02:07:25] "PUT /logical-router/e30a9d89-cd7c-4685-a643-5fdacfb71205 HTTP/1.1" 200 262 0.023659 10.0.0.41 - - [2026-01-29 02:07:25] "GET /projects?obj_uuids=8c7a60b1-fdb5-4b13-85ec-e59cd7a269ca&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001018 10.0.0.41 - - [2026-01-29 02:07:25] "POST /neutron/router HTTP/1.1" 200 344 0.278866 10.0.0.41 - - [2026-01-29 02:07:25] "POST /ref-update HTTP/1.1" 200 156 0.009261 10.0.0.41 - - [2026-01-29 02:07:25] "POST /neutron/network HTTP/1.1" 200 835 0.017426 10.0.0.41 - - [2026-01-29 02:07:25] "POST /neutron/port HTTP/1.1" 200 1120 0.016930 10.0.0.41 - - [2026-01-29 02:07:25] "GET /projects?obj_uuids=8c7a60b1-fdb5-4b13-85ec-e59cd7a269ca&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003154 10.0.0.41 - - [2026-01-29 02:07:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012387 10.0.0.41 - - [2026-01-29 02:07:25] "POST /neutron/port HTTP/1.1" 200 1059 0.285042 10.0.0.41 - - [2026-01-29 02:07:25] "POST /neutron/port HTTP/1.1" 200 1059 0.012566 10.0.0.41 - - [2026-01-29 02:07:25] "POST /neutron/port HTTP/1.1" 200 1059 0.013957 10.0.0.41 - - [2026-01-29 02:07:25] "POST /neutron/port HTTP/1.1" 200 1113 0.068158 10.0.0.41 - - [2026-01-29 02:07:25] "POST /neutron/port HTTP/1.1" 200 1123 0.013644 10.0.0.41 - - [2026-01-29 02:07:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003431 10.0.0.41 - - [2026-01-29 02:07:25] "POST /neutron/subnet HTTP/1.1" 200 703 0.009339 10.0.0.41 - - [2026-01-29 02:07:25] "POST /neutron/port HTTP/1.1" 200 117 0.001143 10.0.0.41 - - [2026-01-29 02:07:25] "POST /neutron/network HTTP/1.1" 200 825 0.005865 10.0.0.41 - - [2026-01-29 02:07:26] "DELETE /project/1d5973eab65e4ebf8e5bc5478884391d HTTP/1.1" 404 173 0.022287 10.0.0.41 - - [2026-01-29 02:07:26] "DELETE /project/8c7a60b1fdb54b1385ece59cd7a269ca HTTP/1.1" 404 173 0.021250 10.0.0.41 - - [2026-01-29 02:07:26] "DELETE /project/c9941bee7b7a48c591006089dabe8cb8 HTTP/1.1" 404 173 0.015324 10.0.0.41 - - [2026-01-29 02:07:26] "DELETE /project/848a2de59e654e43a3abf007be478fd6 HTTP/1.1" 404 173 0.012010 10.0.0.41 - - [2026-01-29 02:07:26] "GET /projects?obj_uuids=c9941bee-7b7a-48c5-9100-6089dabe8cb8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000941 10.0.0.41 - - [2026-01-29 02:07:26] "GET /projects?obj_uuids=a6297aa0-8ac2-422b-b4d0-f3f79d2cc229&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000971 10.0.0.41 - - [2026-01-29 02:07:26] "GET /projects?obj_uuids=848a2de5-9e65-4e43-a3ab-f007be478fd6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000743 10.0.0.41 - - [2026-01-29 02:07:26] "GET /projects?obj_uuids=1d5973ea-b65e-4ebf-8e5b-c5478884391d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000741 10.0.0.41 - - [2026-01-29 02:07:26] "GET /project/1d5973ea-b65e-4ebf-8e5b-c5478884391d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.038301 10.0.0.41 - - [2026-01-29 02:07:26] "GET /project/a6297aa0-8ac2-422b-b4d0-f3f79d2cc229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.048254 10.0.0.41 - - [2026-01-29 02:07:26] "GET /project/848a2de5-9e65-4e43-a3ab-f007be478fd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.050663 10.0.0.41 - - [2026-01-29 02:07:26] "GET /projects?obj_uuids=1d5973ea-b65e-4ebf-8e5b-c5478884391d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.006753 10.0.0.41 - - [2026-01-29 02:07:26] "GET /project/c9941bee-7b7a-48c5-9100-6089dabe8cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.083903 10.0.0.41 - - [2026-01-29 02:07:26] "GET /projects?obj_uuids=848a2de5-9e65-4e43-a3ab-f007be478fd6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001721 10.0.0.41 - - [2026-01-29 02:07:26] "GET /projects?obj_uuids=a6297aa0-8ac2-422b-b4d0-f3f79d2cc229&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000854 10.0.0.41 - - [2026-01-29 02:07:26] "GET /projects?obj_uuids=c9941bee-7b7a-48c5-9100-6089dabe8cb8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001111 10.0.0.41 - - [2026-01-29 02:07:26] "GET /project/1d5973ea-b65e-4ebf-8e5b-c5478884391d?fields=security_groups HTTP/1.1" 200 1348 0.086768 10.0.0.41 - - [2026-01-29 02:07:26] "GET /project/a6297aa0-8ac2-422b-b4d0-f3f79d2cc229?fields=security_groups HTTP/1.1" 200 1400 0.089421 10.0.0.41 - - [2026-01-29 02:07:26] "GET /project/848a2de5-9e65-4e43-a3ab-f007be478fd6?fields=security_groups HTTP/1.1" 200 1348 0.102364 10.0.0.41 - - [2026-01-29 02:07:26] "GET /project/c9941bee-7b7a-48c5-9100-6089dabe8cb8?fields=security_groups HTTP/1.1" 200 1352 0.118983 10.0.0.41 - - [2026-01-29 02:07:26] "DELETE /security-group/2f7bda33-d5a0-45c6-9aeb-27a3f5aa0905 HTTP/1.1" 200 115 0.125766 10.0.0.41 - - [2026-01-29 02:07:26] "DELETE /security-group/5b1810dd-3f8e-4df8-9da9-d687153bb862 HTTP/1.1" 200 115 0.135424 10.0.0.41 - - [2026-01-29 02:07:26] "GET /projects?obj_uuids=1d5973ea-b65e-4ebf-8e5b-c5478884391d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001257 10.0.0.41 - - [2026-01-29 02:07:26] "DELETE /security-group/648da629-af0b-45a3-86ca-f161c9c00f55 HTTP/1.1" 200 115 0.130166 10.0.0.41 - - [2026-01-29 02:07:26] "GET /projects?obj_uuids=a6297aa0-8ac2-422b-b4d0-f3f79d2cc229&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001235 10.0.0.41 - - [2026-01-29 02:07:26] "DELETE /access-control-list/1232130c-e60c-495d-8df1-80cac5dd3783 HTTP/1.1" 200 115 0.091898 10.0.0.41 - - [2026-01-29 02:07:26] "GET /projects?obj_uuids=848a2de5-9e65-4e43-a3ab-f007be478fd6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001247 10.0.0.41 - - [2026-01-29 02:07:26] "DELETE /security-group/d327a791-3df3-40cc-8cde-ece394769eb1 HTTP/1.1" 200 115 0.131648 10.0.0.41 - - [2026-01-29 02:07:26] "GET /project/1d5973ea-b65e-4ebf-8e5b-c5478884391d?fields=application_policy_sets HTTP/1.1" 200 1387 0.081537 10.0.0.41 - - [2026-01-29 02:07:26] "GET /projects?obj_uuids=c9941bee-7b7a-48c5-9100-6089dabe8cb8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001081 10.0.0.41 - - [2026-01-29 02:07:26] "DELETE /access-control-list/7ce80728-faf5-41e1-8e26-4b8f96c6a915 HTTP/1.1" 200 115 0.079438 10.0.0.41 - - [2026-01-29 02:07:26] "GET /project/848a2de5-9e65-4e43-a3ab-f007be478fd6?fields=application_policy_sets HTTP/1.1" 200 1387 0.096648 10.0.0.41 - - [2026-01-29 02:07:26] "GET /project/a6297aa0-8ac2-422b-b4d0-f3f79d2cc229?fields=application_policy_sets HTTP/1.1" 200 1439 0.149322 10.0.0.41 - - [2026-01-29 02:07:26] "GET /project/c9941bee-7b7a-48c5-9100-6089dabe8cb8?fields=application_policy_sets HTTP/1.1" 200 1391 0.127685 10.0.0.41 - - [2026-01-29 02:07:26] "DELETE /access-control-list/1823c6b0-634a-47ff-b76f-68969e879a3e HTTP/1.1" 200 115 0.107770 10.0.0.41 - - [2026-01-29 02:07:26] "DELETE /access-control-list/0104a3b6-1784-43bc-ac64-60f1bdf9561e HTTP/1.1" 200 115 0.103460 10.0.0.41 - - [2026-01-29 02:07:26] "DELETE /access-control-list/23f39df2-cb70-4538-a4ea-ac129326448d HTTP/1.1" 200 115 0.064725 10.0.0.41 - - [2026-01-29 02:07:27] "DELETE /project/1d5973ea-b65e-4ebf-8e5b-c5478884391d HTTP/1.1" 200 115 0.796286 10.0.0.41 - - [2026-01-29 02:07:27] "DELETE /project/848a2de5-9e65-4e43-a3ab-f007be478fd6 HTTP/1.1" 200 115 0.811342 10.0.0.41 - - [2026-01-29 02:07:27] "DELETE /project/a6297aa0-8ac2-422b-b4d0-f3f79d2cc229 HTTP/1.1" 200 115 0.816562 10.0.0.41 - - [2026-01-29 02:07:27] "DELETE /access-control-list/1836a218-555f-4050-8112-b8bc81d178af HTTP/1.1" 200 115 0.070166 10.0.0.41 - - [2026-01-29 02:07:27] "DELETE /project/c9941bee-7b7a-48c5-9100-6089dabe8cb8 HTTP/1.1" 200 115 0.848184 10.0.0.41 - - [2026-01-29 02:07:27] "DELETE /access-control-list/190ea883-d3fd-41c8-a004-b9a038d8497e HTTP/1.1" 200 115 0.024085 10.0.0.41 - - [2026-01-29 02:07:27] "DELETE /access-control-list/eea210da-681b-42bb-af9b-45d03eb2235a HTTP/1.1" 200 115 0.030900 10.0.0.41 - - [2026-01-29 02:07:30] "POST /neutron/port HTTP/1.1" 200 1120 0.011922 10.0.0.41 - - [2026-01-29 02:07:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005814 10.0.0.41 - - [2026-01-29 02:07:30] "POST /neutron/port HTTP/1.1" 200 1120 0.013351 10.0.0.41 - - [2026-01-29 02:07:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006000 10.0.0.41 - - [2026-01-29 02:07:30] "POST /neutron/port HTTP/1.1" 200 1120 0.015161 10.0.0.41 - - [2026-01-29 02:07:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006513 10.0.0.41 - - [2026-01-29 02:07:30] "GET /virtual-machine/954d0393-d9d0-41a5-98af-d29577f8ab31 HTTP/1.1" 401 292 0.000409 10.0.0.41 - - [2026-01-29 02:07:30] "GET /virtual-machine/954d0393-d9d0-41a5-98af-d29577f8ab31 HTTP/1.1" 200 1291 0.028674 10.0.0.41 - - [2026-01-29 02:07:30] "GET /virtual-machine-interface/77f6e30c-b3c0-46d4-abe8-a1395e3a0951 HTTP/1.1" 200 2934 0.005752 10.0.0.41 - - [2026-01-29 02:07:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002627 10.0.0.41 - - [2026-01-29 02:07:30] "GET /global-vrouter-config/ca103479-b4e7-43b3-aef9-85f12c05b442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002836 10.0.0.41 - - [2026-01-29 02:07:31] "GET /virtual-networks?parent_id=8c7a60b1-fdb5-4b13-85ec-e59cd7a269ca&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003599 10.0.0.41 - - [2026-01-29 02:07:31] "GET /virtual-network/3fb5b43e-e816-40c7-8466-278e5a06de5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.006285 10.0.0.41 - - [2026-01-29 02:07:31] "GET /obj-perms HTTP/1.1" 200 5056 0.072297 10.0.0.41 - - [2026-01-29 02:07:31] "GET /obj-perms HTTP/1.1" 200 5056 0.050052 10.0.0.41 - - [2026-01-29 02:07:33] "POST /neutron/port HTTP/1.1" 200 1120 0.011626 10.0.0.41 - - [2026-01-29 02:07:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004817 10.0.0.41 - - [2026-01-29 02:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002621 10.0.0.41 - - [2026-01-29 02:07:34] "GET /virtual-network/3fb5b43e-e816-40c7-8466-278e5a06de5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005343 10.0.0.41 - - [2026-01-29 02:07:34] "POST /neutron/port HTTP/1.1" 200 1123 0.029358 10.0.0.41 - - [2026-01-29 02:07:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005190 10.0.0.41 - - [2026-01-29 02:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.41 - - [2026-01-29 02:07:36] "GET /global-vrouter-config/ca103479-b4e7-43b3-aef9-85f12c05b442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003805 10.0.0.41 - - [2026-01-29 02:07:36] "GET /virtual-networks?parent_id=8c7a60b1-fdb5-4b13-85ec-e59cd7a269ca&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002829 10.0.0.41 - - [2026-01-29 02:07:36] "GET /virtual-network/3fb5b43e-e816-40c7-8466-278e5a06de5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.004599 10.0.0.41 - - [2026-01-29 02:07:36] "POST /neutron/port HTTP/1.1" 200 1123 0.010614 10.0.0.41 - - [2026-01-29 02:07:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005569 10.0.0.41 - - [2026-01-29 02:07:36] "POST /neutron/port HTTP/1.1" 200 1123 0.011809 10.0.0.41 - - [2026-01-29 02:07:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005364 10.0.0.41 - - [2026-01-29 02:07:36] "POST /neutron/port HTTP/1.1" 200 1123 0.010169 10.0.0.41 - - [2026-01-29 02:07:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004946 10.0.0.41 - - [2026-01-29 02:07:36] "GET /virtual-machine/23823154-0bf0-4c74-abd8-e594ca07dd18 HTTP/1.1" 200 1290 0.004088 10.0.0.41 - - [2026-01-29 02:07:36] "GET /virtual-machine-interface/50121923-c158-4c2a-946d-ee33b69645b3 HTTP/1.1" 200 2934 0.004981 10.0.0.41 - - [2026-01-29 02:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002473 10.0.0.41 - - [2026-01-29 02:07:36] "GET /global-vrouter-config/ca103479-b4e7-43b3-aef9-85f12c05b442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003950 10.0.0.41 - - [2026-01-29 02:07:36] "GET /virtual-networks?parent_id=8c7a60b1-fdb5-4b13-85ec-e59cd7a269ca&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002499 10.0.0.41 - - [2026-01-29 02:07:37] "GET /virtual-network/45777bd2-7c19-4404-a28e-81efed76c986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004979 10.0.0.41 - - [2026-01-29 02:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002453 10.0.0.41 - - [2026-01-29 02:07:38] "GET /global-vrouter-config/ca103479-b4e7-43b3-aef9-85f12c05b442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002622 10.0.0.41 - - [2026-01-29 02:07:38] "GET /virtual-networks?parent_id=8c7a60b1-fdb5-4b13-85ec-e59cd7a269ca&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002406 10.0.0.41 - - [2026-01-29 02:07:38] "GET /virtual-network/45777bd2-7c19-4404-a28e-81efed76c986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005218 10.0.0.41 - - [2026-01-29 02:07:43] "POST /neutron/router HTTP/1.1" 200 580 0.004340 10.0.0.41 - - [2026-01-29 02:07:43] "GET /projects?obj_uuids=8c7a60b1-fdb5-4b13-85ec-e59cd7a269ca&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001006 10.0.0.41 - - [2026-01-29 02:07:43] "POST /neutron/router HTTP/1.1" 200 344 0.185997 10.0.0.41 - - [2026-01-29 02:07:43] "POST /neutron/port HTTP/1.1" 200 1919 0.016784 10.0.0.41 - - [2026-01-29 02:07:44] "POST /ref-update HTTP/1.1" 200 156 0.007934 10.0.0.41 - - [2026-01-29 02:07:50] "POST /neutron/router HTTP/1.1" 200 580 0.003278 10.0.0.41 - - [2026-01-29 02:07:50] "POST /ref-update HTTP/1.1" 200 156 0.024551 10.0.0.41 - - [2026-01-29 02:07:50] "POST /neutron/router HTTP/1.1" 200 344 0.110632 10.0.0.41 - - [2026-01-29 02:07:53] "POST /neutron/router HTTP/1.1" 200 580 0.004577 10.0.0.41 - - [2026-01-29 02:07:53] "GET /projects?obj_uuids=8c7a60b1-fdb5-4b13-85ec-e59cd7a269ca&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001430 10.0.0.41 - - [2026-01-29 02:07:53] "POST /neutron/router HTTP/1.1" 200 344 0.197743 10.0.0.41 - - [2026-01-29 02:07:53] "POST /ref-update HTTP/1.1" 200 156 0.011572 10.0.0.41 - - [2026-01-29 02:07:55] "POST /neutron/router HTTP/1.1" 200 580 0.004673 10.0.0.41 - - [2026-01-29 02:07:55] "POST /ref-update HTTP/1.1" 200 156 0.012107 10.0.0.41 - - [2026-01-29 02:07:55] "POST /neutron/router HTTP/1.1" 200 344 0.100263 10.0.0.41 - - [2026-01-29 02:07:55] "POST /neutron/router HTTP/1.1" 200 580 0.004157 10.0.0.41 - - [2026-01-29 02:07:55] "POST /ref-update HTTP/1.1" 200 156 0.007843 10.0.0.41 - - [2026-01-29 02:07:56] "POST /neutron/router HTTP/1.1" 200 344 0.090720 10.0.0.41 - - [2026-01-29 02:07:56] "POST /neutron/router HTTP/1.1" 200 580 0.004358 10.0.0.41 - - [2026-01-29 02:07:56] "GET /logical-router/e30a9d89-cd7c-4685-a643-5fdacfb71205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.005016 10.0.0.41 - - [2026-01-29 02:07:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.41 - - [2026-01-29 02:07:56] "POST /neutron/router HTTP/1.1" 200 151 0.042473 10.0.0.41 - - [2026-01-29 02:07:56] "DELETE /route-target/93fb860d-6488-46c9-afde-8a978fcd49f8 HTTP/1.1" 200 115 0.021719 10.0.0.41 - - [2026-01-29 02:07:56] "POST /neutron/network HTTP/1.1" 200 825 0.005130 10.0.0.41 - - [2026-01-29 02:07:56] "POST /neutron/network HTTP/1.1" 400 204 0.010906 10.0.0.41 - - [2026-01-29 02:07:56] "POST /neutron/port HTTP/1.1" 200 1123 0.011591 10.0.0.41 - - [2026-01-29 02:07:56] "POST /neutron/port HTTP/1.1" 200 1113 0.009065 10.0.0.41 - - [2026-01-29 02:07:56] "POST /neutron/port HTTP/1.1" 200 1120 0.015490 10.0.0.41 - - [2026-01-29 02:07:56] "POST /neutron/port HTTP/1.1" 200 1110 0.011537 10.0.0.41 - - [2026-01-29 02:07:56] "POST /neutron/port HTTP/1.1" 200 151 0.109172 10.0.0.41 - - [2026-01-29 02:07:56] "POST /neutron/port HTTP/1.1" 200 151 0.104533 10.0.0.41 - - [2026-01-29 02:07:58] "POST /neutron/network HTTP/1.1" 200 825 0.006128 10.0.0.41 - - [2026-01-29 02:07:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003681 10.0.0.41 - - [2026-01-29 02:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004291 10.0.0.41 - - [2026-01-29 02:07:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003284 10.0.0.41 - - [2026-01-29 02:07:58] "POST /neutron/network HTTP/1.1" 200 151 0.076707 10.0.0.41 - - [2026-01-29 02:07:58] "DELETE /route-target/dd228e32-bc01-42c9-96db-66d01364edaf HTTP/1.1" 200 115 0.019202 10.0.0.41 - - [2026-01-29 02:07:58] "POST /neutron/network HTTP/1.1" 200 822 0.006597 10.0.0.41 - - [2026-01-29 02:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004408 10.0.0.41 - - [2026-01-29 02:07:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003178 10.0.0.41 - - [2026-01-29 02:07:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002172 10.0.0.41 - - [2026-01-29 02:07:58] "POST /neutron/network HTTP/1.1" 200 151 0.082747 10.0.0.41 - - [2026-01-29 02:07:58] "DELETE /route-target/85c7934f-17d7-46b8-8477-993cba32062e HTTP/1.1" 200 115 0.021006 10.0.0.41 - - [2026-01-29 02:07:58] "GET /projects?obj_uuids=8c7a60b1-fdb5-4b13-85ec-e59cd7a269ca&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001055 10.0.0.41 - - [2026-01-29 02:07:58] "GET /project/8c7a60b1-fdb5-4b13-85ec-e59cd7a269ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.023302 10.0.0.41 - - [2026-01-29 02:07:58] "GET /projects?obj_uuids=8c7a60b1-fdb5-4b13-85ec-e59cd7a269ca&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000975 10.0.0.41 - - [2026-01-29 02:07:58] "GET /project/8c7a60b1-fdb5-4b13-85ec-e59cd7a269ca?fields=virtual_networks HTTP/1.1" 200 1028 0.066538 10.0.0.41 - - [2026-01-29 02:07:58] "GET /projects?obj_uuids=8c7a60b1-fdb5-4b13-85ec-e59cd7a269ca&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000931 10.0.0.41 - - [2026-01-29 02:07:58] "GET /project/8c7a60b1-fdb5-4b13-85ec-e59cd7a269ca?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.024367 10.0.0.41 - - [2026-01-29 02:07:59] "GET /projects?obj_uuids=8c7a60b1-fdb5-4b13-85ec-e59cd7a269ca&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001024 10.0.0.41 - - [2026-01-29 02:07:59] "GET /project/8c7a60b1-fdb5-4b13-85ec-e59cd7a269ca?fields=security_groups HTTP/1.1" 200 1252 0.025436 10.0.0.41 - - [2026-01-29 02:07:59] "POST /fqname-to-id HTTP/1.1" 404 191 0.026405 10.0.0.41 - - [2026-01-29 02:07:59] "GET /projects?obj_uuids=4018ff5c-27cd-4f48-abae-b7719ed4e27f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002149 10.0.0.41 - - [2026-01-29 02:07:59] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001389 10.0.0.41 - - [2026-01-29 02:07:59] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008972 10.0.0.41 - - [2026-01-29 02:08:00] "POST /id-to-fqname HTTP/1.1" 200 193 0.002394 10.0.0.41 - - [2026-01-29 02:08:00] "POST /fqname-to-id HTTP/1.1" 404 202 0.002262 10.0.0.41 - - [2026-01-29 02:08:00] "POST /security-groups HTTP/1.1" 200 594 0.059567 10.0.0.41 - - [2026-01-29 02:08:00] "POST /fqname-to-id HTTP/1.1" 404 237 0.002452 10.0.0.41 - - [2026-01-29 02:08:00] "POST /projects HTTP/1.1" 200 591 0.215411 10.0.0.41 - - [2026-01-29 02:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.248603 10.0.0.41 - - [2026-01-29 02:08:00] "POST /access-control-lists HTTP/1.1" 200 599 0.057725 10.0.0.41 - - [2026-01-29 02:08:00] "GET /project/4018ff5c-27cd-4f48-abae-b7719ed4e27f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.385740 10.0.0.41 - - [2026-01-29 02:08:00] "POST /fqname-to-id HTTP/1.1" 404 236 0.002640 10.0.0.41 - - [2026-01-29 02:08:00] "POST /access-control-lists HTTP/1.1" 200 597 0.056943 10.0.0.41 - - [2026-01-29 02:08:01] "GET / HTTP/1.1" 200 35931 0.002591 10.0.0.41 - - [2026-01-29 02:08:02] "GET /project/4018ff5c-27cd-4f48-abae-b7719ed4e27f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000480 10.0.0.41 - - [2026-01-29 02:08:02] "GET /projects?obj_uuids=4018ff5c-27cd-4f48-abae-b7719ed4e27f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001050 10.0.0.41 - - [2026-01-29 02:08:02] "GET /project/4018ff5c-27cd-4f48-abae-b7719ed4e27f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.048837 10.0.0.41 - - [2026-01-29 02:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002448 10.0.0.41 - - [2026-01-29 02:08:02] "GET /security-group/ff5e7fd9-1cdd-4054-b183-21b17727c534?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.005550 10.0.0.41 - - [2026-01-29 02:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002763 10.0.0.41 - - [2026-01-29 02:08:02] "GET /projects?obj_uuids=4018ff5c-27cd-4f48-abae-b7719ed4e27f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001237 10.0.0.41 - - [2026-01-29 02:08:02] "GET /project/4018ff5c-27cd-4f48-abae-b7719ed4e27f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.022263 10.0.0.41 - - [2026-01-29 02:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.41 - - [2026-01-29 02:08:02] "GET /security-group/ff5e7fd9-1cdd-4054-b183-21b17727c534?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.003817 10.0.0.41 - - [2026-01-29 02:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002849 10.0.0.41 - - [2026-01-29 02:08:03] "PUT /security-group/ff5e7fd9-1cdd-4054-b183-21b17727c534 HTTP/1.1" 200 262 0.011055 10.0.0.41 - - [2026-01-29 02:08:03] "PUT /access-control-list/8407759e-11e9-4b7a-aa7e-b888d7e2111b HTTP/1.1" 200 272 0.008693 10.0.0.41 - - [2026-01-29 02:08:03] "PUT /access-control-list/7c72038f-061f-4c70-998a-4cb323f12eb6 HTTP/1.1" 200 272 0.007208 10.0.0.41 - - [2026-01-29 02:08:03] "POST /fqname-to-id HTTP/1.1" 404 202 0.002412 10.0.0.41 - - [2026-01-29 02:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002449 10.0.0.41 - - [2026-01-29 02:08:03] "GET /projects?obj_uuids=4018ff5c-27cd-4f48-abae-b7719ed4e27f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002328 10.0.0.41 - - [2026-01-29 02:08:03] "GET /project/4018ff5c-27cd-4f48-abae-b7719ed4e27f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.024705 10.0.0.41 - - [2026-01-29 02:08:03] "POST /neutron/network HTTP/1.1" 200 117 0.037934 10.0.0.41 - - [2026-01-29 02:08:03] "GET /projects?obj_uuids=4018ff5c-27cd-4f48-abae-b7719ed4e27f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001314 10.0.0.41 - - [2026-01-29 02:08:03] "POST /neutron/network HTTP/1.1" 200 608 0.065206 10.0.0.41 - - [2026-01-29 02:08:03] "POST /route-targets HTTP/1.1" 200 327 0.010355 10.0.0.41 - - [2026-01-29 02:08:03] "POST /ref-update HTTP/1.1" 200 156 0.011211 10.0.0.41 - - [2026-01-29 02:08:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003894 10.0.0.41 - - [2026-01-29 02:08:03] "POST /neutron/subnet HTTP/1.1" 200 729 0.180476 10.0.0.41 - - [2026-01-29 02:08:03] "POST /neutron/network HTTP/1.1" 200 828 0.006439 10.0.0.41 - - [2026-01-29 02:08:03] "POST /id-to-fqname HTTP/1.1" 200 223 0.001660 10.0.0.41 - - [2026-01-29 02:08:03] "GET /virtual-network/92a5baf4-3ba7-4a98-a94f-e027ed0b113e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005894 10.0.0.41 - - [2026-01-29 02:08:03] "POST /neutron/network HTTP/1.1" 200 828 0.006734 10.0.0.41 - - [2026-01-29 02:08:03] "GET /virtual-network/92a5baf4-3ba7-4a98-a94f-e027ed0b113e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007501 10.0.0.41 - - [2026-01-29 02:08:03] "POST /neutron/network HTTP/1.1" 200 828 0.005639 10.0.0.41 - - [2026-01-29 02:08:03] "POST /neutron/subnet HTTP/1.1" 200 729 0.006997 10.0.0.41 - - [2026-01-29 02:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002393 10.0.0.41 - - [2026-01-29 02:08:03] "GET /projects?obj_uuids=4018ff5c-27cd-4f48-abae-b7719ed4e27f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000951 10.0.0.41 - - [2026-01-29 02:08:03] "GET /project/4018ff5c-27cd-4f48-abae-b7719ed4e27f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.020680 10.0.0.41 - - [2026-01-29 02:08:03] "POST /neutron/network HTTP/1.1" 200 117 0.011152 10.0.0.41 - - [2026-01-29 02:08:03] "GET /projects?obj_uuids=4018ff5c-27cd-4f48-abae-b7719ed4e27f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001058 10.0.0.41 - - [2026-01-29 02:08:04] "POST /neutron/network HTTP/1.1" 200 615 0.084799 10.0.0.41 - - [2026-01-29 02:08:04] "POST /route-targets HTTP/1.1" 200 327 0.014102 10.0.0.41 - - [2026-01-29 02:08:04] "POST /ref-update HTTP/1.1" 200 156 0.013908 10.0.0.41 - - [2026-01-29 02:08:04] "POST /useragent-kv HTTP/1.1" 200 115 0.007874 10.0.0.41 - - [2026-01-29 02:08:04] "POST /neutron/subnet HTTP/1.1" 200 734 0.160575 10.0.0.41 - - [2026-01-29 02:08:04] "POST /neutron/network HTTP/1.1" 200 836 0.005911 10.0.0.41 - - [2026-01-29 02:08:04] "POST /id-to-fqname HTTP/1.1" 200 227 0.001409 10.0.0.41 - - [2026-01-29 02:08:04] "GET /virtual-network/f517ea3d-a1a7-44e2-9599-40aed366f71f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005637 10.0.0.41 - - [2026-01-29 02:08:04] "POST /neutron/network HTTP/1.1" 200 836 0.006045 10.0.0.41 - - [2026-01-29 02:08:04] "GET /virtual-network/f517ea3d-a1a7-44e2-9599-40aed366f71f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005583 10.0.0.41 - - [2026-01-29 02:08:04] "POST /neutron/network HTTP/1.1" 200 836 0.005723 10.0.0.41 - - [2026-01-29 02:08:04] "POST /neutron/subnet HTTP/1.1" 200 734 0.007382 10.0.0.41 - - [2026-01-29 02:08:04] "POST /id-to-fqname HTTP/1.1" 200 223 0.001240 10.0.0.41 - - [2026-01-29 02:08:04] "POST /neutron/network HTTP/1.1" 200 838 0.005475 10.0.0.41 - - [2026-01-29 02:08:04] "GET /aaa-mode HTTP/1.1" 401 292 0.000455 10.0.0.41 - - [2026-01-29 02:08:04] "GET / HTTP/1.1" 200 35931 0.002379 10.0.0.41 - - [2026-01-29 02:08:04] "GET /project/4018ff5c-27cd-4f48-abae-b7719ed4e27f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000343 10.0.0.41 - - [2026-01-29 02:08:05] "GET /projects?obj_uuids=4018ff5c-27cd-4f48-abae-b7719ed4e27f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001137 10.0.0.41 - - [2026-01-29 02:08:05] "GET /project/4018ff5c-27cd-4f48-abae-b7719ed4e27f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.044960 10.0.0.41 - - [2026-01-29 02:08:05] "POST /neutron/network HTTP/1.1" 200 828 0.005425 10.0.0.41 - - [2026-01-29 02:08:05] "POST /neutron/port HTTP/1.1" 200 117 0.004896 10.0.0.41 - - [2026-01-29 02:08:05] "POST /neutron/port HTTP/1.1" 200 117 0.004911 10.0.0.41 - - [2026-01-29 02:08:05] "POST /id-to-fqname HTTP/1.1" 200 227 0.001366 10.0.0.41 - - [2026-01-29 02:08:05] "POST /neutron/port HTTP/1.1" 200 117 0.005260 10.0.0.41 - - [2026-01-29 02:08:05] "POST /neutron/network HTTP/1.1" 200 846 0.004715 10.0.0.41 - - [2026-01-29 02:08:05] "GET /aaa-mode HTTP/1.1" 401 292 0.000413 10.0.0.41 - - [2026-01-29 02:08:05] "GET / HTTP/1.1" 200 35931 0.002201 10.0.0.41 - - [2026-01-29 02:08:05] "GET /project/4018ff5c-27cd-4f48-abae-b7719ed4e27f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000456 10.0.0.41 - - [2026-01-29 02:08:06] "GET /projects?obj_uuids=4018ff5c-27cd-4f48-abae-b7719ed4e27f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001032 10.0.0.41 - - [2026-01-29 02:08:06] "GET /project/4018ff5c-27cd-4f48-abae-b7719ed4e27f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.045221 10.0.0.41 - - [2026-01-29 02:08:06] "POST /neutron/network HTTP/1.1" 200 836 0.004894 10.0.0.41 - - [2026-01-29 02:08:06] "POST /neutron/port HTTP/1.1" 200 117 0.005265 10.0.0.41 - - [2026-01-29 02:08:06] "POST /neutron/port HTTP/1.1" 200 117 0.005962 10.0.0.41 - - [2026-01-29 02:08:06] "GET /projects?obj_uuids=4018ff5c-27cd-4f48-abae-b7719ed4e27f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000948 10.0.0.41 - - [2026-01-29 02:08:06] "POST /neutron/router HTTP/1.1" 200 585 0.041994 10.0.0.41 - - [2026-01-29 02:08:06] "POST /neutron/router HTTP/1.1" 200 585 0.004402 10.0.0.41 - - [2026-01-29 02:08:06] "POST /route-targets HTTP/1.1" 200 327 0.012662 10.0.0.41 - - [2026-01-29 02:08:06] "PUT /logical-router/f98866f4-da82-44a9-acd2-6b3909f5b406 HTTP/1.1" 200 262 0.016788 10.0.0.41 - - [2026-01-29 02:08:06] "POST /neutron/router HTTP/1.1" 200 656 0.022260 10.0.0.41 - - [2026-01-29 02:08:06] "GET /logical-router/f98866f4-da82-44a9-acd2-6b3909f5b406?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1642 0.006990 10.0.0.41 - - [2026-01-29 02:08:06] "POST /neutron/router HTTP/1.1" 200 656 0.006539 10.0.0.41 - - [2026-01-29 02:08:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.41 - - [2026-01-29 02:08:06] "GET /projects?obj_uuids=4018ff5c-27cd-4f48-abae-b7719ed4e27f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001345 10.0.0.41 - - [2026-01-29 02:08:06] "GET /service-template/e3205713-9c2a-4898-b03e-0c9b268f1744?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1682 0.040795 10.0.0.41 - - [2026-01-29 02:08:06] "POST /fqname-to-id HTTP/1.1" 404 215 0.003606 10.0.0.41 - - [2026-01-29 02:08:06] "POST /neutron/router HTTP/1.1" 200 344 0.199349 10.0.0.41 - - [2026-01-29 02:08:06] "POST /ref-update HTTP/1.1" 200 156 0.015220 10.0.0.41 - - [2026-01-29 02:08:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002423 10.0.0.41 - - [2026-01-29 02:08:06] "POST /virtual-networks HTTP/1.1" 200 694 0.119901 10.0.0.41 - - [2026-01-29 02:08:07] "POST /route-targets HTTP/1.1" 200 327 0.012129 10.0.0.41 - - [2026-01-29 02:08:07] "POST /ref-update HTTP/1.1" 200 156 0.014469 10.0.0.41 - - [2026-01-29 02:08:07] "POST /service-instances HTTP/1.1" 200 670 0.064055 10.0.0.41 - - [2026-01-29 02:08:07] "POST /neutron/port HTTP/1.1" 200 117 0.005066 10.0.0.41 - - [2026-01-29 02:08:07] "POST /route-tables HTTP/1.1" 200 582 0.019037 10.0.0.41 - - [2026-01-29 02:08:07] "POST /neutron/port HTTP/1.1" 200 117 0.005183 10.0.0.41 - - [2026-01-29 02:08:07] "PUT /logical-router/f98866f4-da82-44a9-acd2-6b3909f5b406 HTTP/1.1" 200 262 0.017459 10.0.0.41 - - [2026-01-29 02:08:07] "POST /ref-update HTTP/1.1" 200 156 0.013030 10.0.0.41 - - [2026-01-29 02:08:07] "POST /neutron/port HTTP/1.1" 200 117 0.005503 10.0.0.41 - - [2026-01-29 02:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.41 - - [2026-01-29 02:08:07] "POST /neutron/port HTTP/1.1" 200 117 0.005086 10.0.0.41 - - [2026-01-29 02:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002656 10.0.0.41 - - [2026-01-29 02:08:07] "POST /neutron/port HTTP/1.1" 200 117 0.006033 10.0.0.41 - - [2026-01-29 02:08:07] "POST /virtual-machines HTTP/1.1" 200 553 0.016100 10.0.0.41 - - [2026-01-29 02:08:07] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.081271 10.0.0.41 - - [2026-01-29 02:08:07] "POST /chown HTTP/1.1" 200 109 0.008320 10.0.0.41 - - [2026-01-29 02:08:07] "POST /instance-ips HTTP/1.1" 200 551 0.028343 10.0.0.41 - - [2026-01-29 02:08:07] "POST /instance-ips HTTP/1.1" 400 246 0.012930 10.0.0.41 - - [2026-01-29 02:08:07] "POST /chown HTTP/1.1" 200 109 0.007709 10.0.0.41 - - [2026-01-29 02:08:07] "PUT /virtual-machine-interface/0f3d52ed-fbbd-480f-8498-50364bc0cb88 HTTP/1.1" 200 284 0.008825 10.0.0.41 - - [2026-01-29 02:08:07] "PUT /instance-ip/a0e181ec-bb2e-4571-9e66-d48ed3e63652 HTTP/1.1" 200 256 0.010629 10.0.0.41 - - [2026-01-29 02:08:07] "POST /ref-update HTTP/1.1" 200 156 0.011180 10.0.0.41 - - [2026-01-29 02:08:08] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.081687 10.0.0.41 - - [2026-01-29 02:08:08] "POST /chown HTTP/1.1" 200 109 0.007059 10.0.0.41 - - [2026-01-29 02:08:08] "POST /instance-ips HTTP/1.1" 200 549 0.031351 10.0.0.41 - - [2026-01-29 02:08:08] "POST /instance-ips HTTP/1.1" 400 316 0.013326 10.0.0.41 - - [2026-01-29 02:08:08] "POST /chown HTTP/1.1" 200 109 0.007229 10.0.0.41 - - [2026-01-29 02:08:08] "PUT /virtual-machine-interface/ebbff58c-5ee3-4834-86c8-533e19bdf5cb HTTP/1.1" 200 284 0.009450 10.0.0.41 - - [2026-01-29 02:08:08] "PUT /instance-ip/cf61ec30-2834-4016-afc2-6100543681d7 HTTP/1.1" 200 256 0.009820 10.0.0.41 - - [2026-01-29 02:08:08] "POST /ref-update HTTP/1.1" 200 156 0.010419 10.0.0.41 - - [2026-01-29 02:08:08] "POST /ref-update HTTP/1.1" 200 156 0.007799 10.0.0.41 - - [2026-01-29 02:08:08] "PUT /routing-instance/ed1b16e8-42d0-433c-9102-3fc66ed4aa5d HTTP/1.1" 200 266 0.010211 10.0.0.41 - - [2026-01-29 02:08:08] "POST /ref-update HTTP/1.1" 200 156 0.007552 10.0.0.41 - - [2026-01-29 02:08:08] "POST /virtual-machines HTTP/1.1" 200 553 0.013211 10.0.0.41 - - [2026-01-29 02:08:08] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.087798 10.0.0.41 - - [2026-01-29 02:08:08] "POST /chown HTTP/1.1" 200 109 0.006692 10.0.0.41 - - [2026-01-29 02:08:08] "POST /instance-ips HTTP/1.1" 400 246 0.016976 10.0.0.41 - - [2026-01-29 02:08:08] "POST /chown HTTP/1.1" 200 109 0.013247 10.0.0.41 - - [2026-01-29 02:08:09] "PUT /virtual-machine-interface/a45bff09-ee89-474e-a828-fcd83f9dffb8 HTTP/1.1" 200 284 0.011581 10.0.0.41 - - [2026-01-29 02:08:09] "PUT /instance-ip/a0e181ec-bb2e-4571-9e66-d48ed3e63652 HTTP/1.1" 200 256 0.010458 10.0.0.41 - - [2026-01-29 02:08:09] "POST /ref-update HTTP/1.1" 200 156 0.012516 10.0.0.41 - - [2026-01-29 02:08:09] "POST /ref-update HTTP/1.1" 200 156 0.009831 10.0.0.41 - - [2026-01-29 02:08:09] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.085887 10.0.0.41 - - [2026-01-29 02:08:09] "POST /ref-update HTTP/1.1" 200 156 0.012995 10.0.0.41 - - [2026-01-29 02:08:09] "PUT /routing-instance/ed1b16e8-42d0-433c-9102-3fc66ed4aa5d HTTP/1.1" 200 266 0.014832 10.0.0.41 - - [2026-01-29 02:08:09] "POST /chown HTTP/1.1" 200 109 0.007120 10.0.0.41 - - [2026-01-29 02:08:09] "POST /instance-ips HTTP/1.1" 400 316 0.013349 10.0.0.41 - - [2026-01-29 02:08:09] "POST /chown HTTP/1.1" 200 109 0.012315 10.0.0.41 - - [2026-01-29 02:08:09] "PUT /virtual-machine-interface/2171a85c-122a-4914-941b-b26d7b714dc0 HTTP/1.1" 200 284 0.012622 10.0.0.41 - - [2026-01-29 02:08:09] "PUT /instance-ip/cf61ec30-2834-4016-afc2-6100543681d7 HTTP/1.1" 200 256 0.019075 10.0.0.41 - - [2026-01-29 02:08:09] "POST /ref-update HTTP/1.1" 200 156 0.013271 10.0.0.41 - - [2026-01-29 02:08:09] "POST /ref-update HTTP/1.1" 200 156 0.025327 10.0.0.41 - - [2026-01-29 02:08:09] "PUT /routing-instance/ed1b16e8-42d0-433c-9102-3fc66ed4aa5d HTTP/1.1" 200 266 0.031059 10.0.0.41 - - [2026-01-29 02:08:09] "POST /ref-update HTTP/1.1" 200 156 0.031288 10.0.0.41 - - [2026-01-29 02:08:12] "POST /neutron/port HTTP/1.1" 200 117 0.004506 10.0.0.41 - - [2026-01-29 02:08:17] "POST /neutron/port HTTP/1.1" 200 117 0.004666 10.0.0.41 - - [2026-01-29 02:08:22] "POST /neutron/port HTTP/1.1" 200 117 0.004037 10.0.0.41 - - [2026-01-29 02:08:27] "DELETE /project/4018ff5c27cd4f48abaeb7719ed4e27f HTTP/1.1" 404 173 0.008091 10.0.0.41 - - [2026-01-29 02:08:27] "GET /projects?obj_uuids=8c7a60b1-fdb5-4b13-85ec-e59cd7a269ca&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001066 10.0.0.41 - - [2026-01-29 02:08:27] "GET /project/8c7a60b1-fdb5-4b13-85ec-e59cd7a269ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.021561 10.0.0.41 - - [2026-01-29 02:08:27] "GET /projects?obj_uuids=8c7a60b1-fdb5-4b13-85ec-e59cd7a269ca&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000960 10.0.0.41 - - [2026-01-29 02:08:27] "GET /project/8c7a60b1-fdb5-4b13-85ec-e59cd7a269ca?fields=security_groups HTTP/1.1" 200 1357 0.067393 10.0.0.41 - - [2026-01-29 02:08:27] "DELETE /security-group/69c2b2a5-1438-4aca-8266-590c5488a531 HTTP/1.1" 200 115 0.040251 10.0.0.41 - - [2026-01-29 02:08:27] "GET /projects?obj_uuids=8c7a60b1-fdb5-4b13-85ec-e59cd7a269ca&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001458 10.0.0.41 - - [2026-01-29 02:08:27] "DELETE /access-control-list/3716b739-a3f7-4346-96d0-92ca886db0e9 HTTP/1.1" 200 115 0.037889 10.0.0.41 - - [2026-01-29 02:08:27] "GET /project/8c7a60b1-fdb5-4b13-85ec-e59cd7a269ca?fields=application_policy_sets HTTP/1.1" 200 1396 0.044812 10.0.0.41 - - [2026-01-29 02:08:27] "DELETE /access-control-list/2fd6b7cf-7f14-4812-af7a-8313537890d6 HTTP/1.1" 200 115 0.050464 10.0.0.41 - - [2026-01-29 02:08:27] "DELETE /project/8c7a60b1-fdb5-4b13-85ec-e59cd7a269ca HTTP/1.1" 200 115 0.320639 10.0.0.41 - - [2026-01-29 02:08:27] "POST /neutron/port HTTP/1.1" 200 117 0.004120 10.0.0.41 - - [2026-01-29 02:08:32] "GET /obj-perms HTTP/1.1" 200 5056 0.060660 10.0.0.41 - - [2026-01-29 02:08:32] "GET /obj-perms HTTP/1.1" 200 5056 0.053204 10.0.0.41 - - [2026-01-29 02:08:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002496 10.0.0.41 - - [2026-01-29 02:08:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002142 10.0.0.41 - - [2026-01-29 02:08:32] "POST /chown HTTP/1.1" 200 109 0.006904 10.0.0.41 - - [2026-01-29 02:08:32] "POST /instance-ips HTTP/1.1" 400 246 0.013385 10.0.0.41 - - [2026-01-29 02:08:32] "POST /chown HTTP/1.1" 200 109 0.006034 10.0.0.41 - - [2026-01-29 02:08:32] "POST /chown HTTP/1.1" 200 109 0.006947 10.0.0.41 - - [2026-01-29 02:08:32] "POST /neutron/port HTTP/1.1" 200 117 0.003388 10.0.0.41 - - [2026-01-29 02:08:32] "POST /instance-ips HTTP/1.1" 400 316 0.012911 10.0.0.41 - - [2026-01-29 02:08:32] "POST /chown HTTP/1.1" 200 109 0.006811 10.0.0.41 - - [2026-01-29 02:08:32] "POST /chown HTTP/1.1" 200 109 0.008640 10.0.0.41 - - [2026-01-29 02:08:32] "POST /instance-ips HTTP/1.1" 400 246 0.016490 10.0.0.41 - - [2026-01-29 02:08:33] "POST /chown HTTP/1.1" 200 109 0.008128 10.0.0.41 - - [2026-01-29 02:08:33] "POST /chown HTTP/1.1" 200 109 0.006007 10.0.0.41 - - [2026-01-29 02:08:33] "POST /instance-ips HTTP/1.1" 400 316 0.012469 10.0.0.41 - - [2026-01-29 02:08:33] "POST /chown HTTP/1.1" 200 109 0.007172 10.0.0.41 - - [2026-01-29 02:08:34] "POST /neutron/port HTTP/1.1" 200 117 0.004326 10.0.0.41 - - [2026-01-29 02:08:39] "POST /neutron/port HTTP/1.1" 200 117 0.003838 10.0.0.41 - - [2026-01-29 02:08:44] "POST /neutron/port HTTP/1.1" 200 117 0.003976 10.0.0.41 - - [2026-01-29 02:08:49] "POST /neutron/port HTTP/1.1" 200 117 0.005224 10.0.0.41 - - [2026-01-29 02:08:55] "POST /neutron/port HTTP/1.1" 200 117 0.004279 10.0.0.41 - - [2026-01-29 02:09:00] "POST /neutron/port HTTP/1.1" 200 117 0.005678 10.0.0.41 - - [2026-01-29 02:09:02] "POST /neutron/port HTTP/1.1" 200 117 0.004481 10.0.0.41 - - [2026-01-29 02:09:07] "POST /neutron/port HTTP/1.1" 200 117 0.005433 10.0.0.41 - - [2026-01-29 02:09:12] "POST /neutron/port HTTP/1.1" 200 117 0.004132 10.0.0.41 - - [2026-01-29 02:09:17] "POST /neutron/port HTTP/1.1" 200 117 0.004298 10.0.0.41 - - [2026-01-29 02:09:22] "POST /neutron/port HTTP/1.1" 200 117 0.004653 10.0.0.41 - - [2026-01-29 02:09:27] "POST /neutron/port HTTP/1.1" 200 117 0.004563 10.0.0.41 - - [2026-01-29 02:09:29] "POST /neutron/port HTTP/1.1" 200 117 0.004714 10.0.0.41 - - [2026-01-29 02:09:33] "GET /obj-perms HTTP/1.1" 200 5056 0.049055 10.0.0.41 - - [2026-01-29 02:09:33] "GET /obj-perms HTTP/1.1" 200 5056 0.052268 10.0.0.41 - - [2026-01-29 02:09:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002231 10.0.0.41 - - [2026-01-29 02:09:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.001953 10.0.0.41 - - [2026-01-29 02:09:34] "POST /chown HTTP/1.1" 200 109 0.006856 10.0.0.41 - - [2026-01-29 02:09:34] "POST /instance-ips HTTP/1.1" 400 246 0.014931 10.0.0.41 - - [2026-01-29 02:09:34] "POST /chown HTTP/1.1" 200 109 0.007634 10.0.0.41 - - [2026-01-29 02:09:34] "POST /chown HTTP/1.1" 200 109 0.006255 10.0.0.41 - - [2026-01-29 02:09:34] "POST /instance-ips HTTP/1.1" 400 316 0.013175 10.0.0.41 - - [2026-01-29 02:09:34] "POST /chown HTTP/1.1" 200 109 0.006541 10.0.0.41 - - [2026-01-29 02:09:34] "POST /chown HTTP/1.1" 200 109 0.007022 10.0.0.41 - - [2026-01-29 02:09:34] "POST /instance-ips HTTP/1.1" 400 246 0.014471 10.0.0.41 - - [2026-01-29 02:09:34] "POST /chown HTTP/1.1" 200 109 0.006099 10.0.0.41 - - [2026-01-29 02:09:34] "POST /chown HTTP/1.1" 200 109 0.007814 10.0.0.41 - - [2026-01-29 02:09:34] "POST /neutron/port HTTP/1.1" 200 117 0.004020 10.0.0.41 - - [2026-01-29 02:09:34] "POST /instance-ips HTTP/1.1" 400 316 0.012967 10.0.0.41 - - [2026-01-29 02:09:34] "POST /chown HTTP/1.1" 200 109 0.006653 10.0.0.41 - - [2026-01-29 02:09:39] "POST /neutron/port HTTP/1.1" 200 117 0.004318 10.0.0.41 - - [2026-01-29 02:09:44] "POST /neutron/port HTTP/1.1" 200 117 0.004363 10.0.0.41 - - [2026-01-29 02:09:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.41 - - [2026-01-29 02:09:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000458 10.0.0.41 - - [2026-01-29 02:09:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000399 10.0.0.41 - - [2026-01-29 02:09:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000423 10.0.0.41 - - [2026-01-29 02:09:49] "POST /neutron/port HTTP/1.1" 200 117 0.004643 10.0.0.41 - - [2026-01-29 02:09:54] "POST /neutron/port HTTP/1.1" 200 117 0.004620 10.0.0.41 - - [2026-01-29 02:09:56] "POST /neutron/port HTTP/1.1" 200 117 0.004347 10.0.0.41 - - [2026-01-29 02:10:01] "POST /neutron/port HTTP/1.1" 200 117 0.005196 10.0.0.41 - - [2026-01-29 02:10:06] "POST /neutron/port HTTP/1.1" 200 117 0.005774 10.0.0.41 - - [2026-01-29 02:10:11] "POST /neutron/port HTTP/1.1" 200 117 0.005002 10.0.0.41 - - [2026-01-29 02:10:17] "POST /neutron/port HTTP/1.1" 200 117 0.005409 10.0.0.41 - - [2026-01-29 02:10:22] "POST /neutron/port HTTP/1.1" 200 117 0.004366 10.0.0.41 - - [2026-01-29 02:10:24] "POST /neutron/port HTTP/1.1" 200 117 0.004398 10.0.0.41 - - [2026-01-29 02:10:29] "POST /neutron/port HTTP/1.1" 200 117 0.005658 10.0.0.41 - - [2026-01-29 02:10:34] "POST /neutron/port HTTP/1.1" 200 117 0.005356 10.0.0.41 - - [2026-01-29 02:10:35] "GET /obj-perms HTTP/1.1" 200 5056 0.056654 10.0.0.41 - - [2026-01-29 02:10:35] "GET /obj-perms HTTP/1.1" 200 5056 0.056741 10.0.0.41 - - [2026-01-29 02:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002575 10.0.0.41 - - [2026-01-29 02:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002410 10.0.0.41 - - [2026-01-29 02:10:35] "POST /chown HTTP/1.1" 200 109 0.008498 10.0.0.41 - - [2026-01-29 02:10:35] "POST /instance-ips HTTP/1.1" 400 246 0.015108 10.0.0.41 - - [2026-01-29 02:10:35] "POST /chown HTTP/1.1" 200 109 0.008436 10.0.0.41 - - [2026-01-29 02:10:35] "POST /chown HTTP/1.1" 200 109 0.007496 10.0.0.41 - - [2026-01-29 02:10:35] "POST /instance-ips HTTP/1.1" 400 316 0.013574 10.0.0.41 - - [2026-01-29 02:10:35] "POST /chown HTTP/1.1" 200 109 0.007825 10.0.0.41 - - [2026-01-29 02:10:35] "POST /chown HTTP/1.1" 200 109 0.007898 10.0.0.41 - - [2026-01-29 02:10:35] "POST /instance-ips HTTP/1.1" 400 246 0.015748 10.0.0.41 - - [2026-01-29 02:10:35] "POST /chown HTTP/1.1" 200 109 0.010068 10.0.0.41 - - [2026-01-29 02:10:35] "POST /chown HTTP/1.1" 200 109 0.007975 10.0.0.41 - - [2026-01-29 02:10:36] "POST /instance-ips HTTP/1.1" 400 316 0.017172 10.0.0.41 - - [2026-01-29 02:10:36] "POST /chown HTTP/1.1" 200 109 0.009607 10.0.0.41 - - [2026-01-29 02:10:39] "POST /neutron/port HTTP/1.1" 200 117 0.004711 10.0.0.41 - - [2026-01-29 02:10:44] "POST /neutron/port HTTP/1.1" 200 117 0.004227 10.0.0.41 - - [2026-01-29 02:10:49] "POST /neutron/port HTTP/1.1" 200 117 0.004499 10.0.0.41 - - [2026-01-29 02:10:49] "POST /neutron/port HTTP/1.1" 200 117 0.004085 10.0.0.41 - - [2026-01-29 02:10:54] "POST /neutron/port HTTP/1.1" 200 117 0.004800 10.0.0.41 - - [2026-01-29 02:10:59] "POST /neutron/port HTTP/1.1" 200 117 0.004636 10.0.0.41 - - [2026-01-29 02:11:04] "POST /neutron/port HTTP/1.1" 200 117 0.006156 10.0.0.41 - - [2026-01-29 02:11:09] "POST /neutron/port HTTP/1.1" 200 117 0.004901 10.0.0.41 - - [2026-01-29 02:11:14] "POST /neutron/port HTTP/1.1" 200 117 0.005209 10.0.0.41 - - [2026-01-29 02:11:16] "POST /neutron/port HTTP/1.1" 200 117 0.004684 10.0.0.41 - - [2026-01-29 02:11:21] "POST /neutron/port HTTP/1.1" 200 117 0.004611 10.0.0.41 - - [2026-01-29 02:11:27] "POST /neutron/port HTTP/1.1" 200 117 0.008439 10.0.0.41 - - [2026-01-29 02:11:32] "POST /neutron/port HTTP/1.1" 200 117 0.004428 10.0.0.41 - - [2026-01-29 02:11:36] "GET /obj-perms HTTP/1.1" 200 5056 0.053629 10.0.0.41 - - [2026-01-29 02:11:36] "GET /obj-perms HTTP/1.1" 200 5056 0.044823 10.0.0.41 - - [2026-01-29 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002711 10.0.0.41 - - [2026-01-29 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002223 10.0.0.41 - - [2026-01-29 02:11:36] "POST /chown HTTP/1.1" 200 109 0.006744 10.0.0.41 - - [2026-01-29 02:11:36] "POST /instance-ips HTTP/1.1" 400 246 0.014343 10.0.0.41 - - [2026-01-29 02:11:36] "POST /chown HTTP/1.1" 200 109 0.006893 10.0.0.41 - - [2026-01-29 02:11:37] "POST /chown HTTP/1.1" 200 109 0.006437 10.0.0.41 - - [2026-01-29 02:11:37] "POST /instance-ips HTTP/1.1" 400 316 0.013320 10.0.0.41 - - [2026-01-29 02:11:37] "POST /chown HTTP/1.1" 200 109 0.006726 10.0.0.41 - - [2026-01-29 02:11:37] "POST /chown HTTP/1.1" 200 109 0.007936 10.0.0.41 - - [2026-01-29 02:11:37] "POST /neutron/port HTTP/1.1" 200 117 0.008937 10.0.0.41 - - [2026-01-29 02:11:37] "POST /instance-ips HTTP/1.1" 400 246 0.014084 10.0.0.41 - - [2026-01-29 02:11:37] "POST /chown HTTP/1.1" 200 109 0.006766 10.0.0.41 - - [2026-01-29 02:11:37] "POST /chown HTTP/1.1" 200 109 0.006945 10.0.0.41 - - [2026-01-29 02:11:37] "POST /instance-ips HTTP/1.1" 400 316 0.014134 10.0.0.41 - - [2026-01-29 02:11:37] "POST /chown HTTP/1.1" 200 109 0.006948 10.0.0.41 - - [2026-01-29 02:11:42] "POST /neutron/port HTTP/1.1" 200 117 0.004251 10.0.0.41 - - [2026-01-29 02:11:44] "POST /neutron/port HTTP/1.1" 200 117 0.004434 10.0.0.41 - - [2026-01-29 02:11:49] "POST /neutron/port HTTP/1.1" 200 117 0.004443 10.0.0.41 - - [2026-01-29 02:11:54] "POST /neutron/port HTTP/1.1" 200 117 0.004239 10.0.0.41 - - [2026-01-29 02:11:59] "POST /neutron/port HTTP/1.1" 200 117 0.005135 10.0.0.41 - - [2026-01-29 02:12:04] "POST /neutron/port HTTP/1.1" 200 117 0.005819 10.0.0.41 - - [2026-01-29 02:12:09] "POST /neutron/port HTTP/1.1" 200 117 0.005080 10.0.0.41 - - [2026-01-29 02:12:11] "POST /neutron/port HTTP/1.1" 200 117 0.004589 10.0.0.41 - - [2026-01-29 02:12:16] "POST /neutron/port HTTP/1.1" 200 117 0.004864 10.0.0.41 - - [2026-01-29 02:12:21] "POST /neutron/port HTTP/1.1" 200 117 0.004627 10.0.0.41 - - [2026-01-29 02:12:26] "POST /neutron/port HTTP/1.1" 200 117 0.004914 10.0.0.41 - - [2026-01-29 02:12:31] "POST /neutron/port HTTP/1.1" 200 117 0.005211 10.0.0.41 - - [2026-01-29 02:12:36] "POST /neutron/port HTTP/1.1" 200 117 0.005187 10.0.0.41 - - [2026-01-29 02:12:37] "GET /obj-perms HTTP/1.1" 200 5056 0.057684 10.0.0.41 - - [2026-01-29 02:12:38] "GET /obj-perms HTTP/1.1" 200 5056 0.048397 10.0.0.41 - - [2026-01-29 02:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002612 10.0.0.41 - - [2026-01-29 02:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002560 10.0.0.41 - - [2026-01-29 02:12:38] "POST /chown HTTP/1.1" 200 109 0.006755 10.0.0.41 - - [2026-01-29 02:12:38] "POST /instance-ips HTTP/1.1" 400 246 0.020108 10.0.0.41 - - [2026-01-29 02:12:38] "POST /chown HTTP/1.1" 200 109 0.006683 10.0.0.41 - - [2026-01-29 02:12:38] "POST /chown HTTP/1.1" 200 109 0.006105 10.0.0.41 - - [2026-01-29 02:12:38] "POST /instance-ips HTTP/1.1" 400 316 0.014107 10.0.0.41 - - [2026-01-29 02:12:38] "POST /chown HTTP/1.1" 200 109 0.006735 10.0.0.41 - - [2026-01-29 02:12:38] "POST /chown HTTP/1.1" 200 109 0.006879 10.0.0.41 - - [2026-01-29 02:12:38] "POST /instance-ips HTTP/1.1" 400 246 0.016862 10.0.0.41 - - [2026-01-29 02:12:38] "POST /chown HTTP/1.1" 200 109 0.007440 10.0.0.41 - - [2026-01-29 02:12:38] "POST /chown HTTP/1.1" 200 109 0.007194 10.0.0.41 - - [2026-01-29 02:12:38] "POST /instance-ips HTTP/1.1" 400 316 0.012807 10.0.0.41 - - [2026-01-29 02:12:38] "POST /chown HTTP/1.1" 200 109 0.006392 10.0.0.41 - - [2026-01-29 02:12:39] "POST /neutron/port HTTP/1.1" 200 117 0.005017 10.0.0.41 - - [2026-01-29 02:12:44] "POST /neutron/port HTTP/1.1" 200 117 0.004381 10.0.0.41 - - [2026-01-29 02:12:49] "POST /neutron/port HTTP/1.1" 200 117 0.004406 10.0.0.41 - - [2026-01-29 02:12:54] "POST /neutron/port HTTP/1.1" 200 117 0.004389 10.0.0.41 - - [2026-01-29 02:12:59] "POST /neutron/port HTTP/1.1" 200 117 0.004503 10.0.0.41 - - [2026-01-29 02:13:04] "POST /neutron/port HTTP/1.1" 200 117 0.033274 10.0.0.41 - - [2026-01-29 02:13:06] "POST /neutron/port HTTP/1.1" 200 117 0.004736 10.0.0.41 - - [2026-01-29 02:13:11] "POST /neutron/port HTTP/1.1" 200 117 0.004160 10.0.0.41 - - [2026-01-29 02:13:16] "POST /neutron/port HTTP/1.1" 200 117 0.004570 10.0.0.41 - - [2026-01-29 02:13:21] "POST /neutron/port HTTP/1.1" 200 117 0.005287 10.0.0.41 - - [2026-01-29 02:13:26] "POST /neutron/port HTTP/1.1" 200 117 0.004655 10.0.0.41 - - [2026-01-29 02:13:31] "POST /neutron/port HTTP/1.1" 200 117 0.004180 10.0.0.41 - - [2026-01-29 02:13:31] "POST /neutron/router HTTP/1.1" 200 656 0.003617 10.0.0.41 - - [2026-01-29 02:13:31] "POST /ref-update HTTP/1.1" 200 156 0.040109 10.0.0.41 - - [2026-01-29 02:13:31] "POST /neutron/router HTTP/1.1" 200 344 0.094048 10.0.0.41 - - [2026-01-29 02:13:31] "POST /neutron/router HTTP/1.1" 200 656 0.004587 10.0.0.41 - - [2026-01-29 02:13:31] "GET /logical-router/f98866f4-da82-44a9-acd2-6b3909f5b406?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1973 0.004370 10.0.0.41 - - [2026-01-29 02:13:31] "GET /service-instance/501dcd25-1f70-4444-9b2b-7b17603c7d44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2325 0.003088 10.0.0.41 - - [2026-01-29 02:13:31] "POST /neutron/router HTTP/1.1" 200 151 0.063318 10.0.0.41 - - [2026-01-29 02:13:31] "PUT /logical-router/f98866f4-da82-44a9-acd2-6b3909f5b406 HTTP/1.1" 404 171 0.003044 10.0.0.41 - - [2026-01-29 02:13:31] "POST /neutron/network HTTP/1.1" 200 836 0.004866 10.0.0.41 - - [2026-01-29 02:13:32] "POST /neutron/network HTTP/1.1" 400 204 0.032397 10.0.0.41 - - [2026-01-29 02:13:32] "DELETE /route-table/d0b4d37e-f73b-43a2-8f02-e7e6bee70043 HTTP/1.1" 200 115 0.026939 10.0.0.41 - - [2026-01-29 02:13:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002216 10.0.0.41 - - [2026-01-29 02:13:32] "GET /virtual-network/1bde2c8e-330f-4ac4-be01-2e863e10d468?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2133 0.004585 10.0.0.41 - - [2026-01-29 02:13:32] "POST /ref-update HTTP/1.1" 200 156 0.008559 10.0.0.41 - - [2026-01-29 02:13:32] "POST /ref-update HTTP/1.1" 200 156 0.008071 10.0.0.41 - - [2026-01-29 02:13:32] "DELETE /instance-ip/cf61ec30-2834-4016-afc2-6100543681d7 HTTP/1.1" 200 115 0.031767 10.0.0.41 - - [2026-01-29 02:13:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002455 10.0.0.41 - - [2026-01-29 02:13:32] "DELETE /route-target/0ce93900-ec07-475c-854b-f8ae43105f4c HTTP/1.1" 200 115 0.015141 10.0.0.41 - - [2026-01-29 02:13:32] "POST /useragent-kv HTTP/1.1" 200 115 0.030695 10.0.0.41 - - [2026-01-29 02:13:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002840 10.0.0.41 - - [2026-01-29 02:13:32] "DELETE /virtual-network/1bde2c8e-330f-4ac4-be01-2e863e10d468 HTTP/1.1" 200 115 0.113596 10.0.0.41 - - [2026-01-29 02:13:32] "POST /ref-update HTTP/1.1" 404 171 0.003095 10.0.0.41 - - [2026-01-29 02:13:32] "DELETE /service-instance/501dcd25-1f70-4444-9b2b-7b17603c7d44 HTTP/1.1" 200 115 0.021051 10.0.0.41 - - [2026-01-29 02:13:32] "GET /logical-router/f98866f4-da82-44a9-acd2-6b3909f5b406?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002216 10.0.0.41 - - [2026-01-29 02:13:32] "PUT /routing-instance/ed1b16e8-42d0-433c-9102-3fc66ed4aa5d HTTP/1.1" 404 171 0.002865 10.0.0.41 - - [2026-01-29 02:13:32] "GET /service-instance/501dcd25-1f70-4444-9b2b-7b17603c7d44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002692 10.0.0.41 - - [2026-01-29 02:13:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002124 10.0.0.41 - - [2026-01-29 02:13:32] "GET /virtual-machine-interface/a45bff09-ee89-474e-a828-fcd83f9dffb8?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1664 0.005113 10.0.0.41 - - [2026-01-29 02:13:32] "DELETE /route-target/c6b72fb3-1af6-4337-a1df-ecf97a545bb9 HTTP/1.1" 200 115 0.014034 10.0.0.41 - - [2026-01-29 02:13:32] "POST /ref-update HTTP/1.1" 200 156 0.011202 10.0.0.41 - - [2026-01-29 02:13:32] "GET /instance-ip/a0e181ec-bb2e-4571-9e66-d48ed3e63652?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.004528 10.0.0.41 - - [2026-01-29 02:13:32] "DELETE /virtual-machine-interface/a45bff09-ee89-474e-a828-fcd83f9dffb8 HTTP/1.1" 200 115 0.024424 10.0.0.41 - - [2026-01-29 02:13:32] "GET /virtual-machine-interface/2171a85c-122a-4914-941b-b26d7b714dc0?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1343 0.006657 10.0.0.41 - - [2026-01-29 02:13:32] "DELETE /virtual-machine-interface/2171a85c-122a-4914-941b-b26d7b714dc0 HTTP/1.1" 200 115 0.022177 10.0.0.41 - - [2026-01-29 02:13:32] "DELETE /virtual-machine/ccc87937-a398-498d-a725-2dd91d597b38 HTTP/1.1" 200 115 0.016994 10.0.0.41 - - [2026-01-29 02:13:32] "GET /virtual-machine-interface/ebbff58c-5ee3-4834-86c8-533e19bdf5cb?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1343 0.005190 10.0.0.41 - - [2026-01-29 02:13:32] "DELETE /virtual-machine-interface/ebbff58c-5ee3-4834-86c8-533e19bdf5cb HTTP/1.1" 200 115 0.022649 10.0.0.41 - - [2026-01-29 02:13:32] "GET /virtual-machine-interface/0f3d52ed-fbbd-480f-8498-50364bc0cb88?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1662 0.004945 10.0.0.41 - - [2026-01-29 02:13:32] "POST /ref-update HTTP/1.1" 200 156 0.009678 10.0.0.41 - - [2026-01-29 02:13:32] "GET /instance-ip/a0e181ec-bb2e-4571-9e66-d48ed3e63652?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1698 0.005853 10.0.0.41 - - [2026-01-29 02:13:33] "DELETE /instance-ip/a0e181ec-bb2e-4571-9e66-d48ed3e63652 HTTP/1.1" 200 115 0.025814 10.0.0.41 - - [2026-01-29 02:13:33] "DELETE /virtual-machine-interface/0f3d52ed-fbbd-480f-8498-50364bc0cb88 HTTP/1.1" 200 115 0.046147 10.0.0.41 - - [2026-01-29 02:13:33] "POST /ref-update HTTP/1.1" 200 156 0.009314 10.0.0.41 - - [2026-01-29 02:13:33] "DELETE /virtual-machine/342b9e3f-ae18-4490-b2b4-68384c42c8c0 HTTP/1.1" 200 115 0.017443 10.0.0.41 - - [2026-01-29 02:13:34] "POST /neutron/network HTTP/1.1" 200 836 0.006474 10.0.0.41 - - [2026-01-29 02:13:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002960 10.0.0.41 - - [2026-01-29 02:13:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.41 - - [2026-01-29 02:13:34] "POST /useragent-kv HTTP/1.1" 200 115 0.001628 10.0.0.41 - - [2026-01-29 02:13:34] "POST /neutron/network HTTP/1.1" 200 151 0.077638 10.0.0.41 - - [2026-01-29 02:13:34] "POST /neutron/network HTTP/1.1" 200 828 0.005547 10.0.0.41 - - [2026-01-29 02:13:34] "DELETE /route-target/df3abd46-1503-4f4d-9cb7-a24faf5a3d2a HTTP/1.1" 200 115 0.022360 10.0.0.41 - - [2026-01-29 02:13:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004675 10.0.0.41 - - [2026-01-29 02:13:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003038 10.0.0.41 - - [2026-01-29 02:13:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002083 10.0.0.41 - - [2026-01-29 02:13:34] "POST /neutron/network HTTP/1.1" 200 151 0.070443 10.0.0.41 - - [2026-01-29 02:13:34] "DELETE /route-target/30200c3d-7899-42b7-a91b-ea312d2f3cd1 HTTP/1.1" 200 115 0.019554 10.0.0.41 - - [2026-01-29 02:13:34] "GET /projects?obj_uuids=4018ff5c-27cd-4f48-abae-b7719ed4e27f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000959 10.0.0.41 - - [2026-01-29 02:13:34] "GET /project/4018ff5c-27cd-4f48-abae-b7719ed4e27f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.050341 10.0.0.41 - - [2026-01-29 02:13:34] "GET /projects?obj_uuids=4018ff5c-27cd-4f48-abae-b7719ed4e27f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000901 10.0.0.41 - - [2026-01-29 02:13:34] "GET /project/4018ff5c-27cd-4f48-abae-b7719ed4e27f?fields=virtual_networks HTTP/1.1" 200 1038 0.063946 10.0.0.41 - - [2026-01-29 02:13:34] "GET /projects?obj_uuids=4018ff5c-27cd-4f48-abae-b7719ed4e27f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000935 10.0.0.41 - - [2026-01-29 02:13:34] "GET /project/4018ff5c-27cd-4f48-abae-b7719ed4e27f?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.025596 10.0.0.41 - - [2026-01-29 02:13:34] "GET /projects?obj_uuids=4018ff5c-27cd-4f48-abae-b7719ed4e27f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001063 10.0.0.41 - - [2026-01-29 02:13:34] "GET /project/4018ff5c-27cd-4f48-abae-b7719ed4e27f?fields=security_groups HTTP/1.1" 200 1267 0.023003 10.0.0.41 - - [2026-01-29 02:13:35] "POST /fqname-to-id HTTP/1.1" 404 196 0.024206 10.0.0.41 - - [2026-01-29 02:13:35] "GET /projects?obj_uuids=875e37d5-0b2e-4fc4-86cf-da962b269c0c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001956 10.0.0.41 - - [2026-01-29 02:13:35] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001028 10.0.0.41 - - [2026-01-29 02:13:35] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.033139 10.0.0.41 - - [2026-01-29 02:13:35] "POST /id-to-fqname HTTP/1.1" 200 198 0.001796 10.0.0.41 - - [2026-01-29 02:13:35] "POST /fqname-to-id HTTP/1.1" 404 207 0.002609 10.0.0.41 - - [2026-01-29 02:13:35] "POST /security-groups HTTP/1.1" 200 599 0.063336 10.0.0.41 - - [2026-01-29 02:13:35] "POST /fqname-to-id HTTP/1.1" 404 242 0.003032 10.0.0.41 - - [2026-01-29 02:13:35] "POST /projects HTTP/1.1" 200 601 0.209775 10.0.0.41 - - [2026-01-29 02:13:35] "POST /access-control-lists HTTP/1.1" 200 604 0.061835 10.0.0.41 - - [2026-01-29 02:13:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.283209 10.0.0.41 - - [2026-01-29 02:13:35] "POST /fqname-to-id HTTP/1.1" 404 241 0.002230 10.0.0.41 - - [2026-01-29 02:13:36] "GET /project/875e37d5-0b2e-4fc4-86cf-da962b269c0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.430298 10.0.0.41 - - [2026-01-29 02:13:36] "POST /access-control-lists HTTP/1.1" 200 602 0.060533 10.0.0.41 - - [2026-01-29 02:13:37] "GET / HTTP/1.1" 200 35931 0.001808 10.0.0.41 - - [2026-01-29 02:13:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000439 10.0.0.41 - - [2026-01-29 02:13:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.058218 10.0.0.41 - - [2026-01-29 02:13:38] "GET /projects?obj_uuids=875e37d5-0b2e-4fc4-86cf-da962b269c0c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001229 10.0.0.41 - - [2026-01-29 02:13:38] "GET /project/875e37d5-0b2e-4fc4-86cf-da962b269c0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.022063 10.0.0.41 - - [2026-01-29 02:13:38] "POST /neutron/network HTTP/1.1" 200 117 0.030377 10.0.0.41 - - [2026-01-29 02:13:38] "GET /projects?obj_uuids=875e37d5-0b2e-4fc4-86cf-da962b269c0c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001215 10.0.0.41 - - [2026-01-29 02:13:38] "POST /neutron/network HTTP/1.1" 200 613 0.056840 10.0.0.41 - - [2026-01-29 02:13:38] "POST /route-targets HTTP/1.1" 200 327 0.011921 10.0.0.41 - - [2026-01-29 02:13:38] "POST /ref-update HTTP/1.1" 200 156 0.016925 10.0.0.41 - - [2026-01-29 02:13:38] "POST /useragent-kv HTTP/1.1" 200 115 0.004368 10.0.0.41 - - [2026-01-29 02:13:38] "POST /neutron/subnet HTTP/1.1" 200 720 0.179108 10.0.0.41 - - [2026-01-29 02:13:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000511 10.0.0.41 - - [2026-01-29 02:13:38] "POST /useragent-kv HTTP/1.1" 200 115 0.004286 10.0.0.41 - - [2026-01-29 02:13:38] "POST /neutron/subnet HTTP/1.1" 200 823 0.172738 10.0.0.41 - - [2026-01-29 02:13:38] "POST /neutron/network HTTP/1.1" 200 1004 0.006387 10.0.0.41 - - [2026-01-29 02:13:38] "POST /id-to-fqname HTTP/1.1" 200 228 0.001561 10.0.0.41 - - [2026-01-29 02:13:38] "GET /virtual-network/fdabd2db-ca0f-45fd-b0ee-e9554dac4a9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.004776 10.0.0.41 - - [2026-01-29 02:13:38] "POST /neutron/network HTTP/1.1" 200 1004 0.006330 10.0.0.41 - - [2026-01-29 02:13:38] "GET /virtual-network/fdabd2db-ca0f-45fd-b0ee-e9554dac4a9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.004672 10.0.0.41 - - [2026-01-29 02:13:38] "POST /neutron/network HTTP/1.1" 200 1004 0.007207 10.0.0.41 - - [2026-01-29 02:13:38] "POST /neutron/subnet HTTP/1.1" 200 720 0.015968 10.0.0.41 - - [2026-01-29 02:13:38] "POST /neutron/subnet HTTP/1.1" 200 823 0.005868 10.0.0.41 - - [2026-01-29 02:13:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002999 10.0.0.41 - - [2026-01-29 02:13:38] "GET /projects?obj_uuids=875e37d5-0b2e-4fc4-86cf-da962b269c0c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001600 10.0.0.41 - - [2026-01-29 02:13:38] "GET /project/875e37d5-0b2e-4fc4-86cf-da962b269c0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.025968 10.0.0.41 - - [2026-01-29 02:13:38] "POST /neutron/network HTTP/1.1" 200 117 0.009996 10.0.0.41 - - [2026-01-29 02:13:39] "GET /projects?obj_uuids=875e37d5-0b2e-4fc4-86cf-da962b269c0c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001111 10.0.0.41 - - [2026-01-29 02:13:39] "POST /neutron/network HTTP/1.1" 200 613 0.081039 10.0.0.41 - - [2026-01-29 02:13:39] "POST /route-targets HTTP/1.1" 200 327 0.011858 10.0.0.41 - - [2026-01-29 02:13:39] "POST /ref-update HTTP/1.1" 200 156 0.012059 10.0.0.41 - - [2026-01-29 02:13:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.317696 10.0.0.41 - - [2026-01-29 02:13:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003797 10.0.0.41 - - [2026-01-29 02:13:39] "POST /neutron/subnet HTTP/1.1" 200 710 0.193025 10.0.0.41 - - [2026-01-29 02:13:39] "GET /obj-perms HTTP/1.1" 200 5056 0.079852 10.0.0.41 - - [2026-01-29 02:13:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.008181 10.0.0.41 - - [2026-01-29 02:13:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002732 10.0.0.41 - - [2026-01-29 02:13:39] "POST /neutron/subnet HTTP/1.1" 200 828 0.138583 10.0.0.41 - - [2026-01-29 02:13:39] "POST /neutron/network HTTP/1.1" 200 1003 0.006828 10.0.0.41 - - [2026-01-29 02:13:39] "POST /id-to-fqname HTTP/1.1" 200 228 0.001482 10.0.0.41 - - [2026-01-29 02:13:39] "GET /virtual-network/eaa6b1fe-5a46-4ba9-8910-7703cf2dac53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.004770 10.0.0.41 - - [2026-01-29 02:13:39] "POST /neutron/network HTTP/1.1" 200 1003 0.063358 10.0.0.41 - - [2026-01-29 02:13:39] "GET /virtual-network/eaa6b1fe-5a46-4ba9-8910-7703cf2dac53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.004300 10.0.0.41 - - [2026-01-29 02:13:39] "POST /neutron/network HTTP/1.1" 200 1003 0.006360 10.0.0.41 - - [2026-01-29 02:13:39] "POST /neutron/subnet HTTP/1.1" 200 710 0.006024 10.0.0.41 - - [2026-01-29 02:13:39] "POST /neutron/subnet HTTP/1.1" 200 828 0.006148 10.0.0.41 - - [2026-01-29 02:13:39] "POST /fqname-to-id HTTP/1.1" 404 234 0.002002 10.0.0.41 - - [2026-01-29 02:13:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.001953 10.0.0.41 - - [2026-01-29 02:13:39] "GET /obj-perms HTTP/1.1" 200 5056 0.047818 10.0.0.41 - - [2026-01-29 02:13:39] "GET /projects?obj_uuids=875e37d5-0b2e-4fc4-86cf-da962b269c0c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000927 10.0.0.41 - - [2026-01-29 02:13:39] "GET /project/875e37d5-0b2e-4fc4-86cf-da962b269c0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.022423 10.0.0.41 - - [2026-01-29 02:13:39] "POST /network-policys HTTP/1.1" 200 577 0.056595 10.0.0.41 - - [2026-01-29 02:13:39] "GET /network-policy/6627b855-7cb5-4fc8-b75d-17a546823ec2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.005006 10.0.0.41 - - [2026-01-29 02:13:39] "POST /neutron/network HTTP/1.1" 200 1004 0.006304 10.0.0.41 - - [2026-01-29 02:13:39] "POST /fqname-to-id HTTP/1.1" 404 242 0.004880 10.0.0.41 - - [2026-01-29 02:13:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.002306 10.0.0.41 - - [2026-01-29 02:13:40] "POST /neutron/network HTTP/1.1" 200 1112 0.049130 10.0.0.41 - - [2026-01-29 02:13:40] "POST /access-control-lists HTTP/1.1" 200 596 0.066278 10.0.0.41 - - [2026-01-29 02:13:40] "POST /neutron/network HTTP/1.1" 200 1112 0.047548 10.0.0.41 - - [2026-01-29 02:13:40] "GET /virtual-network/fdabd2db-ca0f-45fd-b0ee-e9554dac4a9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.004773 10.0.0.41 - - [2026-01-29 02:13:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002488 10.0.0.41 - - [2026-01-29 02:13:40] "GET /network-policy/6627b855-7cb5-4fc8-b75d-17a546823ec2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.003007 10.0.0.41 - - [2026-01-29 02:13:40] "POST /neutron/network HTTP/1.1" 200 1003 0.008229 10.0.0.41 - - [2026-01-29 02:13:40] "POST /fqname-to-id HTTP/1.1" 404 207 0.005104 10.0.0.41 - - [2026-01-29 02:13:40] "POST /fqname-to-id HTTP/1.1" 404 242 0.002794 10.0.0.41 - - [2026-01-29 02:13:40] "POST /neutron/network HTTP/1.1" 200 1111 0.049680 10.0.0.41 - - [2026-01-29 02:13:40] "POST /access-control-lists HTTP/1.1" 200 596 0.064386 10.0.0.41 - - [2026-01-29 02:13:40] "POST /neutron/network HTTP/1.1" 200 1111 0.038362 10.0.0.41 - - [2026-01-29 02:13:40] "GET /virtual-network/eaa6b1fe-5a46-4ba9-8910-7703cf2dac53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.004610 10.0.0.41 - - [2026-01-29 02:13:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002499 10.0.0.41 - - [2026-01-29 02:13:40] "POST /ref-update HTTP/1.1" 200 156 0.018873 10.0.0.41 - - [2026-01-29 02:13:40] "GET /network-policy/6627b855-7cb5-4fc8-b75d-17a546823ec2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.009232 10.0.0.41 - - [2026-01-29 02:13:40] "GET /domains HTTP/1.1" 401 292 0.000499 10.0.0.41 - - [2026-01-29 02:13:40] "PUT /access-control-list/ff5a5583-be0f-48e4-bb2b-93c2d2c5403c HTTP/1.1" 200 272 0.051537 10.0.0.41 - - [2026-01-29 02:13:40] "GET /domains HTTP/1.1" 200 280 0.027042 10.0.0.41 - - [2026-01-29 02:13:40] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001235 10.0.0.41 - - [2026-01-29 02:13:40] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135 HTTP/1.1" 200 2771 0.009176 10.0.0.41 - - [2026-01-29 02:13:40] "GET /projects?obj_uuids=875e37d5-0b2e-4fc4-86cf-da962b269c0c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001243 10.0.0.41 - - [2026-01-29 02:13:40] "GET /project/875e37d5-0b2e-4fc4-86cf-da962b269c0c HTTP/1.1" 200 2634 0.090932 10.0.0.41 - - [2026-01-29 02:13:40] "GET /virtual-network/fdabd2db-ca0f-45fd-b0ee-e9554dac4a9d HTTP/1.1" 200 3501 0.005561 10.0.0.41 - - [2026-01-29 02:13:40] "GET /virtual-network/fdabd2db-ca0f-45fd-b0ee-e9554dac4a9d HTTP/1.1" 200 3501 0.004423 10.0.0.41 - - [2026-01-29 02:13:40] "GET /routing-instance/60e0f449-ccb8-4b55-9ffe-9606f969ff6b HTTP/1.1" 200 1795 0.003686 10.0.0.41 - - [2026-01-29 02:13:40] "GET /routing-instance/60e0f449-ccb8-4b55-9ffe-9606f969ff6b HTTP/1.1" 200 1795 0.002741 10.0.0.41 - - [2026-01-29 02:13:40] "GET /route-target/be612da3-43de-473d-ac63-9d360a78a53b HTTP/1.1" 200 1213 0.002571 10.0.0.41 - - [2026-01-29 02:13:40] "GET /virtual-network/fdabd2db-ca0f-45fd-b0ee-e9554dac4a9d HTTP/1.1" 200 3501 0.004034 10.0.0.41 - - [2026-01-29 02:13:40] "GET /routing-instance/60e0f449-ccb8-4b55-9ffe-9606f969ff6b HTTP/1.1" 200 1795 0.003065 10.0.0.41 - - [2026-01-29 02:13:40] "GET /virtual-network/fdabd2db-ca0f-45fd-b0ee-e9554dac4a9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.004409 10.0.0.41 - - [2026-01-29 02:13:40] "GET /virtual-network/fdabd2db-ca0f-45fd-b0ee-e9554dac4a9d HTTP/1.1" 200 3501 0.004177 10.0.0.41 - - [2026-01-29 02:13:40] "GET /routing-instance/60e0f449-ccb8-4b55-9ffe-9606f969ff6b HTTP/1.1" 200 1795 0.002834 10.0.0.41 - - [2026-01-29 02:13:40] "GET /routing-instance/60e0f449-ccb8-4b55-9ffe-9606f969ff6b HTTP/1.1" 200 1795 0.002736 10.0.0.41 - - [2026-01-29 02:13:40] "GET /route-target/be612da3-43de-473d-ac63-9d360a78a53b HTTP/1.1" 200 1213 0.002952 10.0.0.41 - - [2026-01-29 02:13:40] "GET /domains HTTP/1.1" 200 280 0.002433 10.0.0.41 - - [2026-01-29 02:13:40] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001205 10.0.0.41 - - [2026-01-29 02:13:40] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135 HTTP/1.1" 200 2771 0.009165 10.0.0.41 - - [2026-01-29 02:13:40] "GET /projects?obj_uuids=875e37d5-0b2e-4fc4-86cf-da962b269c0c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000927 10.0.0.41 - - [2026-01-29 02:13:41] "GET /project/875e37d5-0b2e-4fc4-86cf-da962b269c0c HTTP/1.1" 200 2634 0.068863 10.0.0.41 - - [2026-01-29 02:13:41] "GET /virtual-network/fdabd2db-ca0f-45fd-b0ee-e9554dac4a9d HTTP/1.1" 200 3501 0.004061 10.0.0.41 - - [2026-01-29 02:13:41] "GET /obj-perms HTTP/1.1" 200 5046 0.050112 10.0.0.41 - - [2026-01-29 02:13:41] "GET /domains HTTP/1.1" 200 280 0.002505 10.0.0.41 - - [2026-01-29 02:13:41] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000860 10.0.0.41 - - [2026-01-29 02:13:41] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135 HTTP/1.1" 200 2771 0.005459 10.0.0.41 - - [2026-01-29 02:13:41] "GET /projects?obj_uuids=875e37d5-0b2e-4fc4-86cf-da962b269c0c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000807 10.0.0.41 - - [2026-01-29 02:13:41] "GET /project/875e37d5-0b2e-4fc4-86cf-da962b269c0c HTTP/1.1" 200 2634 0.063242 10.0.0.41 - - [2026-01-29 02:13:41] "GET /virtual-network/eaa6b1fe-5a46-4ba9-8910-7703cf2dac53 HTTP/1.1" 200 3497 0.005680 10.0.0.41 - - [2026-01-29 02:13:41] "GET /virtual-network/eaa6b1fe-5a46-4ba9-8910-7703cf2dac53 HTTP/1.1" 200 3497 0.004495 10.0.0.41 - - [2026-01-29 02:13:41] "GET /routing-instance/816fbd62-a498-4d1b-b7d3-fd7697918298 HTTP/1.1" 200 1795 0.003077 10.0.0.41 - - [2026-01-29 02:13:41] "GET /routing-instance/816fbd62-a498-4d1b-b7d3-fd7697918298 HTTP/1.1" 200 1795 0.003514 10.0.0.41 - - [2026-01-29 02:13:41] "GET /route-target/f1a0d8a7-f944-4546-b07b-95ebd51266a5 HTTP/1.1" 200 1213 0.002995 10.0.0.41 - - [2026-01-29 02:13:41] "GET /virtual-network/eaa6b1fe-5a46-4ba9-8910-7703cf2dac53 HTTP/1.1" 200 3497 0.004397 10.0.0.41 - - [2026-01-29 02:13:41] "GET /routing-instance/816fbd62-a498-4d1b-b7d3-fd7697918298 HTTP/1.1" 200 1795 0.003488 10.0.0.41 - - [2026-01-29 02:13:41] "GET /virtual-network/eaa6b1fe-5a46-4ba9-8910-7703cf2dac53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.004800 10.0.0.41 - - [2026-01-29 02:13:41] "GET /virtual-network/eaa6b1fe-5a46-4ba9-8910-7703cf2dac53 HTTP/1.1" 200 3497 0.004959 10.0.0.41 - - [2026-01-29 02:13:41] "GET /routing-instance/816fbd62-a498-4d1b-b7d3-fd7697918298 HTTP/1.1" 200 1795 0.003559 10.0.0.41 - - [2026-01-29 02:13:41] "GET /routing-instance/816fbd62-a498-4d1b-b7d3-fd7697918298 HTTP/1.1" 200 1795 0.003093 10.0.0.41 - - [2026-01-29 02:13:41] "GET /route-target/f1a0d8a7-f944-4546-b07b-95ebd51266a5 HTTP/1.1" 200 1213 0.002746 10.0.0.41 - - [2026-01-29 02:13:41] "GET /domains HTTP/1.1" 200 280 0.002515 10.0.0.41 - - [2026-01-29 02:13:41] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001073 10.0.0.41 - - [2026-01-29 02:13:41] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135 HTTP/1.1" 200 2771 0.007093 10.0.0.41 - - [2026-01-29 02:13:41] "GET /projects?obj_uuids=875e37d5-0b2e-4fc4-86cf-da962b269c0c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000848 10.0.0.41 - - [2026-01-29 02:13:41] "GET /project/875e37d5-0b2e-4fc4-86cf-da962b269c0c HTTP/1.1" 200 2634 0.065554 10.0.0.41 - - [2026-01-29 02:13:41] "GET /virtual-network/eaa6b1fe-5a46-4ba9-8910-7703cf2dac53 HTTP/1.1" 200 3497 0.004565 10.0.0.41 - - [2026-01-29 02:13:41] "GET /obj-perms HTTP/1.1" 200 5046 0.002626 10.0.0.41 - - [2026-01-29 02:13:41] "GET /virtual-network/eaa6b1fe-5a46-4ba9-8910-7703cf2dac53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.004450 10.0.0.41 - - [2026-01-29 02:13:41] "POST /neutron/network HTTP/1.1" 200 1111 0.005932 10.0.0.41 - - [2026-01-29 02:13:41] "POST /fqname-to-id HTTP/1.1" 404 207 0.003181 10.0.0.41 - - [2026-01-29 02:13:41] "POST /neutron/network HTTP/1.1" 200 1003 0.039840 10.0.0.41 - - [2026-01-29 02:13:41] "DELETE /access-control-list/085651fe-f3e8-4b64-9e76-6eef19fe75ab HTTP/1.1" 200 115 0.026762 10.0.0.41 - - [2026-01-29 02:13:41] "POST /neutron/network HTTP/1.1" 200 1003 0.009521 10.0.0.41 - - [2026-01-29 02:13:41] "POST /ref-update HTTP/1.1" 200 156 0.010706 10.0.0.41 - - [2026-01-29 02:13:41] "GET /virtual-network/eaa6b1fe-5a46-4ba9-8910-7703cf2dac53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.008190 10.0.0.41 - - [2026-01-29 02:13:41] "GET /virtual-network/fdabd2db-ca0f-45fd-b0ee-e9554dac4a9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.004150 10.0.0.41 - - [2026-01-29 02:13:41] "POST /neutron/network HTTP/1.1" 200 1112 0.006442 10.0.0.41 - - [2026-01-29 02:13:41] "POST /fqname-to-id HTTP/1.1" 404 207 0.006697 10.0.0.41 - - [2026-01-29 02:13:41] "POST /neutron/network HTTP/1.1" 200 1004 0.038933 10.0.0.41 - - [2026-01-29 02:13:41] "DELETE /access-control-list/ff5a5583-be0f-48e4-bb2b-93c2d2c5403c HTTP/1.1" 200 115 0.026775 10.0.0.41 - - [2026-01-29 02:13:41] "POST /neutron/network HTTP/1.1" 200 1004 0.008065 10.0.0.41 - - [2026-01-29 02:13:41] "POST /ref-update HTTP/1.1" 200 156 0.012683 10.0.0.41 - - [2026-01-29 02:13:41] "GET /virtual-network/fdabd2db-ca0f-45fd-b0ee-e9554dac4a9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005166 10.0.0.41 - - [2026-01-29 02:13:41] "DELETE /network-policy/6627b855-7cb5-4fc8-b75d-17a546823ec2 HTTP/1.1" 200 115 0.019419 10.0.0.41 - - [2026-01-29 02:13:42] "POST /neutron/network HTTP/1.1" 200 1003 0.006841 10.0.0.41 - - [2026-01-29 02:13:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005594 10.0.0.41 - - [2026-01-29 02:13:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002709 10.0.0.41 - - [2026-01-29 02:13:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002775 10.0.0.41 - - [2026-01-29 02:13:42] "POST /useragent-kv HTTP/1.1" 200 115 0.001889 10.0.0.41 - - [2026-01-29 02:13:42] "POST /useragent-kv HTTP/1.1" 200 115 0.001639 10.0.0.41 - - [2026-01-29 02:13:42] "POST /neutron/network HTTP/1.1" 200 151 0.079807 10.0.0.41 - - [2026-01-29 02:13:42] "DELETE /route-target/f1a0d8a7-f944-4546-b07b-95ebd51266a5 HTTP/1.1" 200 115 0.021722 10.0.0.41 - - [2026-01-29 02:13:42] "GET /routing-instance/816fbd62-a498-4d1b-b7d3-fd7697918298 HTTP/1.1" 404 171 0.002043 10.0.0.41 - - [2026-01-29 02:13:42] "GET /domains HTTP/1.1" 200 280 0.004091 10.0.0.41 - - [2026-01-29 02:13:42] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002144 10.0.0.41 - - [2026-01-29 02:13:42] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135 HTTP/1.1" 200 2771 0.048766 10.0.0.41 - - [2026-01-29 02:13:42] "GET /projects?obj_uuids=875e37d5-0b2e-4fc4-86cf-da962b269c0c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001053 10.0.0.41 - - [2026-01-29 02:13:42] "GET /project/875e37d5-0b2e-4fc4-86cf-da962b269c0c HTTP/1.1" 200 2154 0.064585 10.0.0.41 - - [2026-01-29 02:13:42] "POST /neutron/network HTTP/1.1" 200 1004 0.006541 10.0.0.41 - - [2026-01-29 02:13:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002207 10.0.0.41 - - [2026-01-29 02:13:42] "POST /useragent-kv HTTP/1.1" 200 115 0.004039 10.0.0.41 - - [2026-01-29 02:13:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004993 10.0.0.41 - - [2026-01-29 02:13:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002431 10.0.0.41 - - [2026-01-29 02:13:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003304 10.0.0.41 - - [2026-01-29 02:13:42] "POST /neutron/network HTTP/1.1" 200 151 0.088652 10.0.0.41 - - [2026-01-29 02:13:42] "DELETE /route-target/be612da3-43de-473d-ac63-9d360a78a53b HTTP/1.1" 200 115 0.016838 10.0.0.41 - - [2026-01-29 02:13:42] "GET /routing-instance/60e0f449-ccb8-4b55-9ffe-9606f969ff6b HTTP/1.1" 404 171 0.002666 10.0.0.41 - - [2026-01-29 02:13:42] "GET /domains HTTP/1.1" 200 280 0.002001 10.0.0.41 - - [2026-01-29 02:13:42] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000864 10.0.0.41 - - [2026-01-29 02:13:42] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135 HTTP/1.1" 200 2771 0.047368 10.0.0.41 - - [2026-01-29 02:13:42] "GET /projects?obj_uuids=875e37d5-0b2e-4fc4-86cf-da962b269c0c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001341 10.0.0.41 - - [2026-01-29 02:13:42] "GET /project/875e37d5-0b2e-4fc4-86cf-da962b269c0c HTTP/1.1" 200 1909 0.065467 10.0.0.41 - - [2026-01-29 02:13:42] "GET /projects?obj_uuids=875e37d5-0b2e-4fc4-86cf-da962b269c0c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001135 10.0.0.41 - - [2026-01-29 02:13:42] "GET /project/875e37d5-0b2e-4fc4-86cf-da962b269c0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.019572 10.0.0.41 - - [2026-01-29 02:13:42] "GET /projects?obj_uuids=875e37d5-0b2e-4fc4-86cf-da962b269c0c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001533 10.0.0.41 - - [2026-01-29 02:13:42] "GET /project/875e37d5-0b2e-4fc4-86cf-da962b269c0c?fields=virtual_networks HTTP/1.1" 200 1057 0.070056 10.0.0.41 - - [2026-01-29 02:13:42] "GET /projects?obj_uuids=875e37d5-0b2e-4fc4-86cf-da962b269c0c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001368 10.0.0.41 - - [2026-01-29 02:13:42] "GET /project/875e37d5-0b2e-4fc4-86cf-da962b269c0c?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.023818 10.0.0.41 - - [2026-01-29 02:13:43] "GET /projects?obj_uuids=875e37d5-0b2e-4fc4-86cf-da962b269c0c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001408 10.0.0.41 - - [2026-01-29 02:13:43] "GET /project/875e37d5-0b2e-4fc4-86cf-da962b269c0c?fields=security_groups HTTP/1.1" 200 1291 0.021066 10.0.0.41 - - [2026-01-29 02:13:43] "POST /fqname-to-id HTTP/1.1" 404 204 0.030289 10.0.0.41 - - [2026-01-29 02:13:43] "GET /projects?obj_uuids=bca01cb1-5ad4-4d8c-bc9a-5281bd777032&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004040 10.0.0.41 - - [2026-01-29 02:13:43] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001111 10.0.0.41 - - [2026-01-29 02:13:43] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008460 10.0.0.41 - - [2026-01-29 02:13:44] "POST /id-to-fqname HTTP/1.1" 200 206 0.001314 10.0.0.41 - - [2026-01-29 02:13:44] "POST /fqname-to-id HTTP/1.1" 404 215 0.002725 10.0.0.41 - - [2026-01-29 02:13:44] "POST /security-groups HTTP/1.1" 200 607 0.068298 10.0.0.41 - - [2026-01-29 02:13:44] "POST /fqname-to-id HTTP/1.1" 404 250 0.003654 10.0.0.41 - - [2026-01-29 02:13:44] "POST /projects HTTP/1.1" 200 617 0.207660 10.0.0.41 - - [2026-01-29 02:13:44] "POST /access-control-lists HTTP/1.1" 200 612 0.060581 10.0.0.41 - - [2026-01-29 02:13:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.283821 10.0.0.41 - - [2026-01-29 02:13:44] "POST /fqname-to-id HTTP/1.1" 404 249 0.002532 10.0.0.41 - - [2026-01-29 02:13:44] "GET /project/bca01cb1-5ad4-4d8c-bc9a-5281bd777032?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.405389 10.0.0.41 - - [2026-01-29 02:13:44] "POST /access-control-lists HTTP/1.1" 200 610 0.056037 10.0.0.41 - - [2026-01-29 02:13:45] "GET / HTTP/1.1" 200 35931 0.001652 10.0.0.41 - - [2026-01-29 02:13:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000422 10.0.0.41 - - [2026-01-29 02:13:46] "POST /fqname-to-id HTTP/1.1" 404 233 0.056209 10.0.0.41 - - [2026-01-29 02:13:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002118 10.0.0.41 - - [2026-01-29 02:13:46] "GET /projects?obj_uuids=bca01cb1-5ad4-4d8c-bc9a-5281bd777032&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001304 10.0.0.41 - - [2026-01-29 02:13:46] "GET /project/bca01cb1-5ad4-4d8c-bc9a-5281bd777032?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.024464 10.0.0.41 - - [2026-01-29 02:13:46] "POST /network-policys HTTP/1.1" 200 567 0.065054 10.0.0.41 - - [2026-01-29 02:13:46] "GET /network-policy/17201b27-62d6-4721-9029-d6fd375fe010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.004585 10.0.0.41 - - [2026-01-29 02:13:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002597 10.0.0.41 - - [2026-01-29 02:13:46] "GET /projects?obj_uuids=bca01cb1-5ad4-4d8c-bc9a-5281bd777032&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000988 10.0.0.41 - - [2026-01-29 02:13:47] "GET /project/bca01cb1-5ad4-4d8c-bc9a-5281bd777032?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.023430 10.0.0.41 - - [2026-01-29 02:13:47] "POST /neutron/network HTTP/1.1" 200 117 0.031075 10.0.0.41 - - [2026-01-29 02:13:47] "GET /projects?obj_uuids=bca01cb1-5ad4-4d8c-bc9a-5281bd777032&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000961 10.0.0.41 - - [2026-01-29 02:13:47] "POST /neutron/network HTTP/1.1" 200 623 0.073050 10.0.0.41 - - [2026-01-29 02:13:47] "POST /route-targets HTTP/1.1" 200 327 0.009474 10.0.0.41 - - [2026-01-29 02:13:47] "POST /ref-update HTTP/1.1" 200 156 0.011972 10.0.0.41 - - [2026-01-29 02:13:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002280 10.0.0.41 - - [2026-01-29 02:13:47] "POST /neutron/subnet HTTP/1.1" 200 715 0.149539 10.0.0.41 - - [2026-01-29 02:13:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.004955 10.0.0.41 - - [2026-01-29 02:13:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003392 10.0.0.41 - - [2026-01-29 02:13:47] "POST /neutron/subnet HTTP/1.1" 200 828 0.136222 10.0.0.41 - - [2026-01-29 02:13:47] "POST /neutron/network HTTP/1.1" 200 1014 0.009464 10.0.0.41 - - [2026-01-29 02:13:47] "POST /id-to-fqname HTTP/1.1" 200 237 0.001293 10.0.0.41 - - [2026-01-29 02:13:47] "GET /virtual-network/03b48f0d-3e35-4189-b4d4-33e97ca83e92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2652 0.004948 10.0.0.41 - - [2026-01-29 02:13:47] "POST /neutron/network HTTP/1.1" 200 1014 0.006771 10.0.0.41 - - [2026-01-29 02:13:47] "GET /virtual-network/03b48f0d-3e35-4189-b4d4-33e97ca83e92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2652 0.005456 10.0.0.41 - - [2026-01-29 02:13:47] "POST /neutron/network HTTP/1.1" 200 1014 0.008355 10.0.0.41 - - [2026-01-29 02:13:47] "POST /neutron/subnet HTTP/1.1" 200 715 0.007481 10.0.0.41 - - [2026-01-29 02:13:47] "POST /neutron/subnet HTTP/1.1" 200 828 0.006763 10.0.0.41 - - [2026-01-29 02:13:47] "POST /neutron/network HTTP/1.1" 200 1014 0.007354 10.0.0.41 - - [2026-01-29 02:13:47] "POST /fqname-to-id HTTP/1.1" 404 252 0.007679 10.0.0.41 - - [2026-01-29 02:13:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.004350 10.0.0.41 - - [2026-01-29 02:13:47] "POST /neutron/network HTTP/1.1" 200 1121 0.044585 10.0.0.41 - - [2026-01-29 02:13:47] "POST /access-control-lists HTTP/1.1" 200 607 0.064126 10.0.0.41 - - [2026-01-29 02:13:47] "POST /neutron/network HTTP/1.1" 200 1121 0.043543 10.0.0.41 - - [2026-01-29 02:13:47] "GET /virtual-network/03b48f0d-3e35-4189-b4d4-33e97ca83e92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2975 0.004478 10.0.0.41 - - [2026-01-29 02:13:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.41 - - [2026-01-29 02:13:47] "GET /network-policy/17201b27-62d6-4721-9029-d6fd375fe010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.003250 10.0.0.41 - - [2026-01-29 02:13:47] "GET /domains HTTP/1.1" 401 292 0.000382 10.0.0.41 - - [2026-01-29 02:13:48] "GET /domains HTTP/1.1" 200 280 0.029370 10.0.0.41 - - [2026-01-29 02:13:48] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001032 10.0.0.41 - - [2026-01-29 02:13:48] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135 HTTP/1.1" 200 2973 0.007256 10.0.0.41 - - [2026-01-29 02:13:48] "GET /projects?obj_uuids=bca01cb1-5ad4-4d8c-bc9a-5281bd777032&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001630 10.0.0.41 - - [2026-01-29 02:13:48] "GET /project/bca01cb1-5ad4-4d8c-bc9a-5281bd777032 HTTP/1.1" 200 2469 0.063759 10.0.0.41 - - [2026-01-29 02:13:48] "GET /virtual-network/03b48f0d-3e35-4189-b4d4-33e97ca83e92 HTTP/1.1" 200 3537 0.007093 10.0.0.41 - - [2026-01-29 02:13:48] "GET /virtual-network/03b48f0d-3e35-4189-b4d4-33e97ca83e92 HTTP/1.1" 200 3537 0.004574 10.0.0.41 - - [2026-01-29 02:13:48] "GET /routing-instance/9fbe34d1-34eb-4f0c-ab8d-0759ec537384 HTTP/1.1" 200 1496 0.003468 10.0.0.41 - - [2026-01-29 02:13:48] "GET /routing-instance/9fbe34d1-34eb-4f0c-ab8d-0759ec537384 HTTP/1.1" 200 1496 0.003434 10.0.0.41 - - [2026-01-29 02:13:48] "GET /route-target/bf6f70b6-c3f0-4d30-9aa6-b2420503d198 HTTP/1.1" 200 1223 0.003371 10.0.0.41 - - [2026-01-29 02:13:48] "GET /virtual-network/03b48f0d-3e35-4189-b4d4-33e97ca83e92 HTTP/1.1" 200 3537 0.004248 10.0.0.41 - - [2026-01-29 02:13:48] "GET /routing-instance/9fbe34d1-34eb-4f0c-ab8d-0759ec537384 HTTP/1.1" 200 1496 0.003983 10.0.0.41 - - [2026-01-29 02:13:48] "GET /virtual-network/03b48f0d-3e35-4189-b4d4-33e97ca83e92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2975 0.004325 10.0.0.41 - - [2026-01-29 02:13:48] "GET /virtual-network/03b48f0d-3e35-4189-b4d4-33e97ca83e92 HTTP/1.1" 200 3537 0.004503 10.0.0.41 - - [2026-01-29 02:13:48] "GET /routing-instance/9fbe34d1-34eb-4f0c-ab8d-0759ec537384 HTTP/1.1" 200 1496 0.003296 10.0.0.41 - - [2026-01-29 02:13:48] "GET /routing-instance/9fbe34d1-34eb-4f0c-ab8d-0759ec537384 HTTP/1.1" 200 1496 0.003261 10.0.0.41 - - [2026-01-29 02:13:48] "GET /route-target/bf6f70b6-c3f0-4d30-9aa6-b2420503d198 HTTP/1.1" 200 1223 0.002923 10.0.0.41 - - [2026-01-29 02:13:48] "GET /domains HTTP/1.1" 200 280 0.002638 10.0.0.41 - - [2026-01-29 02:13:48] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000992 10.0.0.41 - - [2026-01-29 02:13:48] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135 HTTP/1.1" 200 2973 0.006830 10.0.0.41 - - [2026-01-29 02:13:48] "GET /projects?obj_uuids=bca01cb1-5ad4-4d8c-bc9a-5281bd777032&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000912 10.0.0.41 - - [2026-01-29 02:13:48] "GET /project/bca01cb1-5ad4-4d8c-bc9a-5281bd777032 HTTP/1.1" 200 2469 0.072061 10.0.0.41 - - [2026-01-29 02:13:48] "GET /virtual-network/03b48f0d-3e35-4189-b4d4-33e97ca83e92 HTTP/1.1" 200 3537 0.004763 10.0.0.41 - - [2026-01-29 02:13:48] "GET /obj-perms HTTP/1.1" 200 5062 0.054877 10.0.0.41 - - [2026-01-29 02:13:48] "GET /domains HTTP/1.1" 200 280 0.002250 10.0.0.41 - - [2026-01-29 02:13:48] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000925 10.0.0.41 - - [2026-01-29 02:13:48] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135 HTTP/1.1" 200 2973 0.006268 10.0.0.41 - - [2026-01-29 02:13:48] "GET /projects?obj_uuids=bca01cb1-5ad4-4d8c-bc9a-5281bd777032&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000948 10.0.0.41 - - [2026-01-29 02:13:49] "GET /project/bca01cb1-5ad4-4d8c-bc9a-5281bd777032 HTTP/1.1" 200 2469 0.065715 10.0.0.41 - - [2026-01-29 02:13:49] "GET /network-policy/17201b27-62d6-4721-9029-d6fd375fe010 HTTP/1.1" 200 3479 0.004287 10.0.0.41 - - [2026-01-29 02:13:49] "DELETE /network-policy/17201b27-62d6-4721-9029-d6fd375fe010 HTTP/1.1" 409 238 0.005765 10.0.0.41 - - [2026-01-29 02:13:49] "POST /neutron/network HTTP/1.1" 200 1121 0.008155 10.0.0.41 - - [2026-01-29 02:13:49] "DELETE /access-control-list/6ae951ac-46e3-4dd7-bbc7-688cd54bf20c HTTP/1.1" 200 115 0.030435 10.0.0.41 - - [2026-01-29 02:13:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002970 10.0.0.41 - - [2026-01-29 02:13:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.41 - - [2026-01-29 02:13:49] "POST /useragent-kv HTTP/1.1" 200 115 0.001654 10.0.0.41 - - [2026-01-29 02:13:49] "POST /useragent-kv HTTP/1.1" 200 115 0.001678 10.0.0.41 - - [2026-01-29 02:13:49] "POST /useragent-kv HTTP/1.1" 200 115 0.001843 10.0.0.41 - - [2026-01-29 02:13:49] "POST /neutron/network HTTP/1.1" 200 151 0.091317 10.0.0.41 - - [2026-01-29 02:13:49] "GET /routing-instance/9fbe34d1-34eb-4f0c-ab8d-0759ec537384 HTTP/1.1" 404 171 0.002358 10.0.0.41 - - [2026-01-29 02:13:49] "GET /domains HTTP/1.1" 200 280 0.002875 10.0.0.41 - - [2026-01-29 02:13:49] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000942 10.0.0.41 - - [2026-01-29 02:13:49] "DELETE /route-target/bf6f70b6-c3f0-4d30-9aa6-b2420503d198 HTTP/1.1" 200 115 0.015221 10.0.0.41 - - [2026-01-29 02:13:49] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135 HTTP/1.1" 200 2973 0.051821 10.0.0.41 - - [2026-01-29 02:13:49] "GET /projects?obj_uuids=bca01cb1-5ad4-4d8c-bc9a-5281bd777032&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001396 10.0.0.41 - - [2026-01-29 02:13:49] "GET /project/bca01cb1-5ad4-4d8c-bc9a-5281bd777032 HTTP/1.1" 200 2215 0.066373 10.0.0.41 - - [2026-01-29 02:13:49] "DELETE /network-policy/17201b27-62d6-4721-9029-d6fd375fe010 HTTP/1.1" 200 115 0.022612 10.0.0.41 - - [2026-01-29 02:13:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151 10.0.0.41 - - [2026-01-29 02:13:49] "GET /projects?obj_uuids=bca01cb1-5ad4-4d8c-bc9a-5281bd777032&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001350 10.0.0.41 - - [2026-01-29 02:13:49] "GET /project/bca01cb1-5ad4-4d8c-bc9a-5281bd777032?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.027823 10.0.0.41 - - [2026-01-29 02:13:49] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-26674786&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.004491 10.0.0.41 - - [2026-01-29 02:13:50] "GET /projects?obj_uuids=bca01cb1-5ad4-4d8c-bc9a-5281bd777032&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001290 10.0.0.41 - - [2026-01-29 02:13:50] "GET /project/bca01cb1-5ad4-4d8c-bc9a-5281bd777032?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.026540 10.0.0.41 - - [2026-01-29 02:13:50] "GET /projects?obj_uuids=bca01cb1-5ad4-4d8c-bc9a-5281bd777032&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001375 10.0.0.41 - - [2026-01-29 02:13:50] "GET /project/bca01cb1-5ad4-4d8c-bc9a-5281bd777032?fields=virtual_networks HTTP/1.1" 200 1075 0.082777 10.0.0.41 - - [2026-01-29 02:13:50] "GET /projects?obj_uuids=bca01cb1-5ad4-4d8c-bc9a-5281bd777032&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001275 10.0.0.41 - - [2026-01-29 02:13:50] "GET /project/bca01cb1-5ad4-4d8c-bc9a-5281bd777032?fields=virtual_machine_interfaces HTTP/1.1" 200 1075 0.025132 10.0.0.41 - - [2026-01-29 02:13:50] "GET /projects?obj_uuids=bca01cb1-5ad4-4d8c-bc9a-5281bd777032&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001248 10.0.0.41 - - [2026-01-29 02:13:50] "GET /project/bca01cb1-5ad4-4d8c-bc9a-5281bd777032?fields=security_groups HTTP/1.1" 200 1317 0.032207 10.0.0.41 - - [2026-01-29 02:13:51] "POST /fqname-to-id HTTP/1.1" 404 190 0.024973 10.0.0.41 - - [2026-01-29 02:13:51] "GET /projects?obj_uuids=8c797c80-d546-406a-8344-e8a8c7a116f4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002022 10.0.0.41 - - [2026-01-29 02:13:51] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001685 10.0.0.41 - - [2026-01-29 02:13:51] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007657 10.0.0.41 - - [2026-01-29 02:13:51] "POST /id-to-fqname HTTP/1.1" 200 192 0.001763 10.0.0.41 - - [2026-01-29 02:13:51] "POST /fqname-to-id HTTP/1.1" 404 201 0.003300 10.0.0.41 - - [2026-01-29 02:13:51] "POST /security-groups HTTP/1.1" 200 593 0.060076 10.0.0.41 - - [2026-01-29 02:13:51] "POST /fqname-to-id HTTP/1.1" 404 236 0.002596 10.0.0.41 - - [2026-01-29 02:13:51] "POST /projects HTTP/1.1" 200 589 0.201812 10.0.0.41 - - [2026-01-29 02:13:51] "POST /access-control-lists HTTP/1.1" 200 598 0.058216 10.0.0.41 - - [2026-01-29 02:13:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.276605 10.0.0.41 - - [2026-01-29 02:13:51] "POST /fqname-to-id HTTP/1.1" 404 235 0.003034 10.0.0.41 - - [2026-01-29 02:13:51] "GET /project/8c797c80-d546-406a-8344-e8a8c7a116f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.400758 10.0.0.41 - - [2026-01-29 02:13:51] "POST /access-control-lists HTTP/1.1" 200 596 0.064438 10.0.0.41 - - [2026-01-29 02:13:52] "GET / HTTP/1.1" 200 35931 0.001690 10.0.0.41 - - [2026-01-29 02:13:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000515 10.0.0.41 - - [2026-01-29 02:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.054808 10.0.0.41 - - [2026-01-29 02:13:53] "GET /projects?obj_uuids=8c797c80-d546-406a-8344-e8a8c7a116f4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001356 10.0.0.41 - - [2026-01-29 02:13:53] "GET /project/8c797c80-d546-406a-8344-e8a8c7a116f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.021242 10.0.0.41 - - [2026-01-29 02:13:53] "POST /neutron/network HTTP/1.1" 200 117 0.032220 10.0.0.41 - - [2026-01-29 02:13:53] "GET /projects?obj_uuids=8c797c80-d546-406a-8344-e8a8c7a116f4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001009 10.0.0.41 - - [2026-01-29 02:13:53] "POST /neutron/network HTTP/1.1" 200 607 0.054995 10.0.0.41 - - [2026-01-29 02:13:53] "POST /route-targets HTTP/1.1" 200 327 0.009267 10.0.0.41 - - [2026-01-29 02:13:54] "POST /ref-update HTTP/1.1" 200 156 0.012426 10.0.0.41 - - [2026-01-29 02:13:54] "POST /useragent-kv HTTP/1.1" 200 115 0.001843 10.0.0.41 - - [2026-01-29 02:13:54] "POST /neutron/subnet HTTP/1.1" 200 720 0.178539 10.0.0.41 - - [2026-01-29 02:13:54] "POST /neutron/network HTTP/1.1" 200 825 0.005811 10.0.0.41 - - [2026-01-29 02:13:54] "POST /id-to-fqname HTTP/1.1" 200 222 0.001282 10.0.0.41 - - [2026-01-29 02:13:54] "GET /virtual-network/d2c9fe91-01f3-4f45-a200-d95a0f55076d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004756 10.0.0.41 - - [2026-01-29 02:13:54] "POST /neutron/network HTTP/1.1" 200 825 0.005186 10.0.0.41 - - [2026-01-29 02:13:54] "GET /virtual-network/d2c9fe91-01f3-4f45-a200-d95a0f55076d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004232 10.0.0.41 - - [2026-01-29 02:13:54] "POST /neutron/network HTTP/1.1" 200 825 0.005262 10.0.0.41 - - [2026-01-29 02:13:54] "POST /neutron/subnet HTTP/1.1" 200 720 0.006031 10.0.0.41 - - [2026-01-29 02:13:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002191 10.0.0.41 - - [2026-01-29 02:13:54] "GET /projects?obj_uuids=8c797c80-d546-406a-8344-e8a8c7a116f4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000935 10.0.0.41 - - [2026-01-29 02:13:54] "GET /project/8c797c80-d546-406a-8344-e8a8c7a116f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.024444 10.0.0.41 - - [2026-01-29 02:13:54] "POST /neutron/network HTTP/1.1" 200 117 0.008215 10.0.0.41 - - [2026-01-29 02:13:54] "GET /projects?obj_uuids=8c797c80-d546-406a-8344-e8a8c7a116f4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000960 10.0.0.41 - - [2026-01-29 02:13:54] "POST /neutron/network HTTP/1.1" 200 607 0.054449 10.0.0.41 - - [2026-01-29 02:13:54] "POST /route-targets HTTP/1.1" 200 327 0.011808 10.0.0.41 - - [2026-01-29 02:13:54] "POST /ref-update HTTP/1.1" 200 156 0.011944 10.0.0.41 - - [2026-01-29 02:13:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003240 10.0.0.41 - - [2026-01-29 02:13:54] "POST /neutron/subnet HTTP/1.1" 200 729 0.180842 10.0.0.41 - - [2026-01-29 02:13:54] "POST /neutron/network HTTP/1.1" 200 827 0.005186 10.0.0.41 - - [2026-01-29 02:13:54] "POST /id-to-fqname HTTP/1.1" 200 222 0.001242 10.0.0.41 - - [2026-01-29 02:13:54] "GET /virtual-network/b1e9b3fd-52b9-46de-8135-f7a1b0ee2018?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004434 10.0.0.41 - - [2026-01-29 02:13:54] "POST /neutron/network HTTP/1.1" 200 827 0.007246 10.0.0.41 - - [2026-01-29 02:13:54] "GET /virtual-network/b1e9b3fd-52b9-46de-8135-f7a1b0ee2018?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005076 10.0.0.41 - - [2026-01-29 02:13:54] "POST /neutron/network HTTP/1.1" 200 827 0.005686 10.0.0.41 - - [2026-01-29 02:13:54] "POST /neutron/subnet HTTP/1.1" 200 729 0.006527 10.0.0.41 - - [2026-01-29 02:13:54] "POST /fqname-to-id HTTP/1.1" 404 228 0.002432 10.0.0.41 - - [2026-01-29 02:13:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002431 10.0.0.41 - - [2026-01-29 02:13:54] "GET /projects?obj_uuids=8c797c80-d546-406a-8344-e8a8c7a116f4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001360 10.0.0.41 - - [2026-01-29 02:13:54] "GET /project/8c797c80-d546-406a-8344-e8a8c7a116f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.026453 10.0.0.41 - - [2026-01-29 02:13:55] "POST /network-policys HTTP/1.1" 200 571 0.016002 10.0.0.41 - - [2026-01-29 02:13:55] "GET /network-policy/e6c03b10-5b1c-427c-954f-2b25c552ea25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.004250 10.0.0.41 - - [2026-01-29 02:13:55] "POST /neutron/network HTTP/1.1" 200 825 0.005093 10.0.0.41 - - [2026-01-29 02:13:55] "POST /fqname-to-id HTTP/1.1" 404 236 0.001947 10.0.0.41 - - [2026-01-29 02:13:55] "POST /neutron/network HTTP/1.1" 200 927 0.035599 10.0.0.41 - - [2026-01-29 02:13:55] "POST /neutron/network HTTP/1.1" 200 927 0.044778 10.0.0.41 - - [2026-01-29 02:13:55] "POST /access-control-lists HTTP/1.1" 200 590 0.062245 10.0.0.41 - - [2026-01-29 02:13:55] "GET /virtual-network/d2c9fe91-01f3-4f45-a200-d95a0f55076d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.007651 10.0.0.41 - - [2026-01-29 02:13:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002236 10.0.0.41 - - [2026-01-29 02:13:55] "GET /network-policy/e6c03b10-5b1c-427c-954f-2b25c552ea25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.003521 10.0.0.41 - - [2026-01-29 02:13:55] "POST /neutron/network HTTP/1.1" 200 827 0.005497 10.0.0.41 - - [2026-01-29 02:13:55] "POST /fqname-to-id HTTP/1.1" 404 236 0.002281 10.0.0.41 - - [2026-01-29 02:13:55] "POST /neutron/network HTTP/1.1" 200 929 0.038256 10.0.0.41 - - [2026-01-29 02:13:55] "POST /neutron/network HTTP/1.1" 200 929 0.049970 10.0.0.41 - - [2026-01-29 02:13:55] "POST /access-control-lists HTTP/1.1" 200 590 0.072272 10.0.0.41 - - [2026-01-29 02:13:55] "GET /virtual-network/b1e9b3fd-52b9-46de-8135-f7a1b0ee2018?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.004542 10.0.0.41 - - [2026-01-29 02:13:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002211 10.0.0.41 - - [2026-01-29 02:13:55] "POST /ref-update HTTP/1.1" 200 156 0.008142 10.0.0.41 - - [2026-01-29 02:13:55] "GET /network-policy/e6c03b10-5b1c-427c-954f-2b25c552ea25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.003193 10.0.0.41 - - [2026-01-29 02:13:55] "GET /domains HTTP/1.1" 401 292 0.000420 10.0.0.41 - - [2026-01-29 02:13:55] "PUT /access-control-list/d85ce69a-0604-4aa2-8d91-fa6911d4f024 HTTP/1.1" 200 272 0.050727 10.0.0.41 - - [2026-01-29 02:13:55] "GET /domains HTTP/1.1" 200 280 0.028646 10.0.0.41 - - [2026-01-29 02:13:55] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000875 10.0.0.41 - - [2026-01-29 02:13:55] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135 HTTP/1.1" 200 3161 0.006880 10.0.0.41 - - [2026-01-29 02:13:55] "GET /projects?obj_uuids=8c797c80-d546-406a-8344-e8a8c7a116f4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000866 10.0.0.41 - - [2026-01-29 02:13:56] "GET /project/8c797c80-d546-406a-8344-e8a8c7a116f4 HTTP/1.1" 200 2581 0.075015 10.0.0.41 - - [2026-01-29 02:13:56] "GET /virtual-network/d2c9fe91-01f3-4f45-a200-d95a0f55076d HTTP/1.1" 200 2890 0.007354 10.0.0.41 - - [2026-01-29 02:13:56] "GET /virtual-network/d2c9fe91-01f3-4f45-a200-d95a0f55076d HTTP/1.1" 200 2890 0.006338 10.0.0.41 - - [2026-01-29 02:13:56] "GET /routing-instance/76a8d737-7bdd-4606-b565-2ec85ed53293 HTTP/1.1" 200 1783 0.003131 10.0.0.41 - - [2026-01-29 02:13:56] "GET /routing-instance/76a8d737-7bdd-4606-b565-2ec85ed53293 HTTP/1.1" 200 1783 0.002792 10.0.0.41 - - [2026-01-29 02:13:56] "GET /route-target/2112f874-46c4-418c-b890-d94f6e51ecd2 HTTP/1.1" 200 1206 0.002733 10.0.0.41 - - [2026-01-29 02:13:56] "GET /virtual-network/d2c9fe91-01f3-4f45-a200-d95a0f55076d HTTP/1.1" 200 2890 0.003748 10.0.0.41 - - [2026-01-29 02:13:56] "GET /routing-instance/76a8d737-7bdd-4606-b565-2ec85ed53293 HTTP/1.1" 200 1783 0.003968 10.0.0.41 - - [2026-01-29 02:13:56] "GET /virtual-network/d2c9fe91-01f3-4f45-a200-d95a0f55076d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004086 10.0.0.41 - - [2026-01-29 02:13:56] "GET /virtual-network/d2c9fe91-01f3-4f45-a200-d95a0f55076d HTTP/1.1" 200 2890 0.003858 10.0.0.41 - - [2026-01-29 02:13:56] "GET /routing-instance/76a8d737-7bdd-4606-b565-2ec85ed53293 HTTP/1.1" 200 1783 0.002767 10.0.0.41 - - [2026-01-29 02:13:56] "GET /routing-instance/76a8d737-7bdd-4606-b565-2ec85ed53293 HTTP/1.1" 200 1783 0.002808 10.0.0.41 - - [2026-01-29 02:13:56] "GET /route-target/2112f874-46c4-418c-b890-d94f6e51ecd2 HTTP/1.1" 200 1206 0.002545 10.0.0.41 - - [2026-01-29 02:13:56] "GET /domains HTTP/1.1" 200 280 0.002383 10.0.0.41 - - [2026-01-29 02:13:56] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000898 10.0.0.41 - - [2026-01-29 02:13:56] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135 HTTP/1.1" 200 3161 0.006092 10.0.0.41 - - [2026-01-29 02:13:56] "GET /projects?obj_uuids=8c797c80-d546-406a-8344-e8a8c7a116f4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000844 10.0.0.41 - - [2026-01-29 02:13:56] "GET /project/8c797c80-d546-406a-8344-e8a8c7a116f4 HTTP/1.1" 200 2581 0.061238 10.0.0.41 - - [2026-01-29 02:13:56] "GET /virtual-network/d2c9fe91-01f3-4f45-a200-d95a0f55076d HTTP/1.1" 200 2890 0.004077 10.0.0.41 - - [2026-01-29 02:13:56] "GET /obj-perms HTTP/1.1" 200 5034 0.051630 10.0.0.41 - - [2026-01-29 02:13:56] "GET /domains HTTP/1.1" 200 280 0.002223 10.0.0.41 - - [2026-01-29 02:13:56] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000859 10.0.0.41 - - [2026-01-29 02:13:56] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135 HTTP/1.1" 200 3161 0.005917 10.0.0.41 - - [2026-01-29 02:13:56] "GET /projects?obj_uuids=8c797c80-d546-406a-8344-e8a8c7a116f4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000847 10.0.0.41 - - [2026-01-29 02:13:56] "GET /project/8c797c80-d546-406a-8344-e8a8c7a116f4 HTTP/1.1" 200 2581 0.062727 10.0.0.41 - - [2026-01-29 02:13:56] "GET /virtual-network/b1e9b3fd-52b9-46de-8135-f7a1b0ee2018 HTTP/1.1" 200 2895 0.005759 10.0.0.41 - - [2026-01-29 02:13:56] "GET /virtual-network/b1e9b3fd-52b9-46de-8135-f7a1b0ee2018 HTTP/1.1" 200 2895 0.004459 10.0.0.41 - - [2026-01-29 02:13:56] "GET /routing-instance/13191541-93a1-4b0e-901c-2fb9152b7744 HTTP/1.1" 200 1783 0.003167 10.0.0.41 - - [2026-01-29 02:13:56] "GET /routing-instance/13191541-93a1-4b0e-901c-2fb9152b7744 HTTP/1.1" 200 1783 0.002872 10.0.0.41 - - [2026-01-29 02:13:56] "GET /route-target/b07de634-55f7-4a37-98a3-5de312a90c08 HTTP/1.1" 200 1207 0.003062 10.0.0.41 - - [2026-01-29 02:13:56] "GET /virtual-network/b1e9b3fd-52b9-46de-8135-f7a1b0ee2018 HTTP/1.1" 200 2895 0.004296 10.0.0.41 - - [2026-01-29 02:13:56] "GET /routing-instance/13191541-93a1-4b0e-901c-2fb9152b7744 HTTP/1.1" 200 1783 0.002991 10.0.0.41 - - [2026-01-29 02:13:56] "GET /virtual-network/b1e9b3fd-52b9-46de-8135-f7a1b0ee2018?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.004265 10.0.0.41 - - [2026-01-29 02:13:56] "GET /virtual-network/b1e9b3fd-52b9-46de-8135-f7a1b0ee2018 HTTP/1.1" 200 2895 0.004356 10.0.0.41 - - [2026-01-29 02:13:56] "GET /routing-instance/13191541-93a1-4b0e-901c-2fb9152b7744 HTTP/1.1" 200 1783 0.002853 10.0.0.41 - - [2026-01-29 02:13:56] "GET /routing-instance/13191541-93a1-4b0e-901c-2fb9152b7744 HTTP/1.1" 200 1783 0.003362 10.0.0.41 - - [2026-01-29 02:13:56] "GET /route-target/b07de634-55f7-4a37-98a3-5de312a90c08 HTTP/1.1" 200 1207 0.002536 10.0.0.41 - - [2026-01-29 02:13:56] "GET /domains HTTP/1.1" 200 280 0.002505 10.0.0.41 - - [2026-01-29 02:13:56] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000937 10.0.0.41 - - [2026-01-29 02:13:56] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135 HTTP/1.1" 200 3161 0.006145 10.0.0.41 - - [2026-01-29 02:13:56] "GET /projects?obj_uuids=8c797c80-d546-406a-8344-e8a8c7a116f4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000844 10.0.0.41 - - [2026-01-29 02:13:56] "GET /project/8c797c80-d546-406a-8344-e8a8c7a116f4 HTTP/1.1" 200 2581 0.064551 10.0.0.41 - - [2026-01-29 02:13:56] "GET /virtual-network/b1e9b3fd-52b9-46de-8135-f7a1b0ee2018 HTTP/1.1" 200 2895 0.004302 10.0.0.41 - - [2026-01-29 02:13:56] "GET /obj-perms HTTP/1.1" 200 5034 0.002954 10.0.0.41 - - [2026-01-29 02:13:56] "POST /id-to-fqname HTTP/1.1" 200 222 0.001179 10.0.0.41 - - [2026-01-29 02:13:56] "POST /neutron/port HTTP/1.1" 200 117 0.006283 10.0.0.41 - - [2026-01-29 02:13:57] "POST /neutron/network HTTP/1.1" 200 937 0.005168 10.0.0.41 - - [2026-01-29 02:13:57] "GET /aaa-mode HTTP/1.1" 401 292 0.000532 10.0.0.41 - - [2026-01-29 02:13:57] "GET / HTTP/1.1" 200 35931 0.002300 10.0.0.41 - - [2026-01-29 02:13:57] "GET /project/8c797c80-d546-406a-8344-e8a8c7a116f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000377 10.0.0.41 - - [2026-01-29 02:13:57] "GET /projects?obj_uuids=8c797c80-d546-406a-8344-e8a8c7a116f4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000998 10.0.0.41 - - [2026-01-29 02:13:57] "GET /project/8c797c80-d546-406a-8344-e8a8c7a116f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.045053 10.0.0.41 - - [2026-01-29 02:13:57] "POST /neutron/network HTTP/1.1" 200 927 0.033608 10.0.0.41 - - [2026-01-29 02:13:58] "POST /neutron/port HTTP/1.1" 200 117 0.006344 10.0.0.41 - - [2026-01-29 02:13:58] "POST /neutron/port HTTP/1.1" 200 117 0.004384 10.0.0.41 - - [2026-01-29 02:13:58] "POST /id-to-fqname HTTP/1.1" 200 222 0.001204 10.0.0.41 - - [2026-01-29 02:13:58] "POST /neutron/port HTTP/1.1" 200 117 0.005895 10.0.0.41 - - [2026-01-29 02:13:58] "POST /neutron/network HTTP/1.1" 200 939 0.005045 10.0.0.41 - - [2026-01-29 02:13:58] "GET /aaa-mode HTTP/1.1" 401 292 0.000376 10.0.0.41 - - [2026-01-29 02:13:58] "GET / HTTP/1.1" 200 35931 0.001619 10.0.0.41 - - [2026-01-29 02:13:58] "GET /project/8c797c80-d546-406a-8344-e8a8c7a116f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000384 10.0.0.41 - - [2026-01-29 02:13:58] "GET /projects?obj_uuids=8c797c80-d546-406a-8344-e8a8c7a116f4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001288 10.0.0.41 - - [2026-01-29 02:13:58] "GET /project/8c797c80-d546-406a-8344-e8a8c7a116f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.051703 10.0.0.41 - - [2026-01-29 02:13:59] "POST /neutron/network HTTP/1.1" 200 929 0.004680 10.0.0.41 - - [2026-01-29 02:13:59] "POST /neutron/port HTTP/1.1" 200 117 0.007692 10.0.0.41 - - [2026-01-29 02:13:59] "POST /neutron/port HTTP/1.1" 200 117 0.005026 10.0.0.41 - - [2026-01-29 02:13:59] "POST /neutron/port HTTP/1.1" 200 117 0.004490 10.0.0.41 - - [2026-01-29 02:13:59] "POST /neutron/port HTTP/1.1" 200 117 0.004144 10.0.0.41 - - [2026-01-29 02:13:59] "POST /neutron/port HTTP/1.1" 200 117 0.004375 10.0.0.41 - - [2026-01-29 02:13:59] "POST /neutron/port HTTP/1.1" 200 117 0.004176 10.0.0.41 - - [2026-01-29 02:13:59] "POST /neutron/port HTTP/1.1" 200 117 0.004536 10.0.0.41 - - [2026-01-29 02:14:04] "POST /neutron/port HTTP/1.1" 200 117 0.004528 10.0.0.41 - - [2026-01-29 02:14:09] "POST /neutron/port HTTP/1.1" 200 117 0.004629 10.0.0.41 - - [2026-01-29 02:14:14] "POST /neutron/port HTTP/1.1" 200 117 0.004796 10.0.0.41 - - [2026-01-29 02:14:19] "POST /neutron/port HTTP/1.1" 200 117 0.004910 10.0.0.41 - - [2026-01-29 02:14:24] "POST /neutron/port HTTP/1.1" 200 117 0.005619 10.0.0.41 - - [2026-01-29 02:14:26] "POST /neutron/port HTTP/1.1" 200 117 0.005393 10.0.0.41 - - [2026-01-29 02:14:27] "DELETE /project/875e37d50b2e4fc486cfda962b269c0c HTTP/1.1" 404 173 0.013746 10.0.0.41 - - [2026-01-29 02:14:27] "DELETE /project/8c797c80d546406a8344e8a8c7a116f4 HTTP/1.1" 404 173 0.009020 10.0.0.41 - - [2026-01-29 02:14:27] "DELETE /project/bca01cb15ad44d8cbc9a5281bd777032 HTTP/1.1" 404 173 0.011488 10.0.0.41 - - [2026-01-29 02:14:27] "GET /projects?obj_uuids=bca01cb1-5ad4-4d8c-bc9a-5281bd777032&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000820 10.0.0.41 - - [2026-01-29 02:14:27] "GET /projects?obj_uuids=4018ff5c-27cd-4f48-abae-b7719ed4e27f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000730 10.0.0.41 - - [2026-01-29 02:14:27] "GET /projects?obj_uuids=875e37d5-0b2e-4fc4-86cf-da962b269c0c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000678 10.0.0.41 - - [2026-01-29 02:14:27] "GET /project/875e37d5-0b2e-4fc4-86cf-da962b269c0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1509 0.045187 10.0.0.41 - - [2026-01-29 02:14:27] "GET /project/4018ff5c-27cd-4f48-abae-b7719ed4e27f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.048258 10.0.0.41 - - [2026-01-29 02:14:27] "GET /project/bca01cb1-5ad4-4d8c-bc9a-5281bd777032?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1543 0.051375 10.0.0.41 - - [2026-01-29 02:14:27] "GET /projects?obj_uuids=bca01cb1-5ad4-4d8c-bc9a-5281bd777032&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000834 10.0.0.41 - - [2026-01-29 02:14:27] "GET /projects?obj_uuids=4018ff5c-27cd-4f48-abae-b7719ed4e27f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000706 10.0.0.41 - - [2026-01-29 02:14:27] "GET /projects?obj_uuids=875e37d5-0b2e-4fc4-86cf-da962b269c0c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000674 10.0.0.41 - - [2026-01-29 02:14:27] "GET /project/875e37d5-0b2e-4fc4-86cf-da962b269c0c?fields=security_groups HTTP/1.1" 200 1396 0.035447 10.0.0.41 - - [2026-01-29 02:14:27] "GET /project/4018ff5c-27cd-4f48-abae-b7719ed4e27f?fields=security_groups HTTP/1.1" 200 1372 0.040143 10.0.0.41 - - [2026-01-29 02:14:27] "GET /project/bca01cb1-5ad4-4d8c-bc9a-5281bd777032?fields=security_groups HTTP/1.1" 200 1422 0.043145 10.0.0.41 - - [2026-01-29 02:14:27] "DELETE /security-group/b92c7b3a-37a3-4090-ba66-e971a9aa089b HTTP/1.1" 200 115 0.052221 10.0.0.41 - - [2026-01-29 02:14:27] "GET /projects?obj_uuids=875e37d5-0b2e-4fc4-86cf-da962b269c0c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001019 10.0.0.41 - - [2026-01-29 02:14:27] "DELETE /access-control-list/d7fffb37-14b0-49e9-9e7a-5c650a9c6355 HTTP/1.1" 200 115 0.038980 10.0.0.41 - - [2026-01-29 02:14:27] "DELETE /security-group/ff5e7fd9-1cdd-4054-b183-21b17727c534 HTTP/1.1" 200 115 0.057418 10.0.0.41 - - [2026-01-29 02:14:27] "GET /projects?obj_uuids=4018ff5c-27cd-4f48-abae-b7719ed4e27f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000911 10.0.0.41 - - [2026-01-29 02:14:27] "DELETE /security-group/3944c27f-39e5-4ac9-8080-459790cbb969 HTTP/1.1" 200 115 0.072619 10.0.0.41 - - [2026-01-29 02:14:27] "GET /project/875e37d5-0b2e-4fc4-86cf-da962b269c0c?fields=application_policy_sets HTTP/1.1" 200 1435 0.040521 10.0.0.41 - - [2026-01-29 02:14:27] "GET /projects?obj_uuids=bca01cb1-5ad4-4d8c-bc9a-5281bd777032&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000995 10.0.0.41 - - [2026-01-29 02:14:27] "DELETE /access-control-list/368a8c5d-dd36-4c2e-8869-305efda68871 HTTP/1.1" 200 115 0.039717 10.0.0.41 - - [2026-01-29 02:14:28] "GET /project/bca01cb1-5ad4-4d8c-bc9a-5281bd777032?fields=application_policy_sets HTTP/1.1" 200 1461 0.046690 10.0.0.41 - - [2026-01-29 02:14:28] "GET /project/4018ff5c-27cd-4f48-abae-b7719ed4e27f?fields=application_policy_sets HTTP/1.1" 200 1411 0.087429 10.0.0.41 - - [2026-01-29 02:14:28] "DELETE /access-control-list/8407759e-11e9-4b7a-aa7e-b888d7e2111b HTTP/1.1" 200 115 0.059942 10.0.0.41 - - [2026-01-29 02:14:28] "DELETE /access-control-list/7c72038f-061f-4c70-998a-4cb323f12eb6 HTTP/1.1" 200 115 0.069531 10.0.0.41 - - [2026-01-29 02:14:28] "DELETE /access-control-list/07e02b79-58ee-47ba-a4c1-837d4bcf1b32 HTTP/1.1" 200 115 0.058053 10.0.0.41 - - [2026-01-29 02:14:28] "DELETE /project/875e37d5-0b2e-4fc4-86cf-da962b269c0c HTTP/1.1" 200 115 0.459909 10.0.0.41 - - [2026-01-29 02:14:28] "DELETE /project/bca01cb1-5ad4-4d8c-bc9a-5281bd777032 HTTP/1.1" 200 115 0.495593 10.0.0.41 - - [2026-01-29 02:14:28] "DELETE /access-control-list/3331d180-deec-4248-888f-afbd3489c421 HTTP/1.1" 200 115 0.036901 10.0.0.41 - - [2026-01-29 02:14:28] "DELETE /project/4018ff5c-27cd-4f48-abae-b7719ed4e27f HTTP/1.1" 200 115 0.516869 10.0.0.41 - - [2026-01-29 02:14:31] "POST /neutron/port HTTP/1.1" 200 117 0.005137 10.0.0.41 - - [2026-01-29 02:14:36] "POST /neutron/port HTTP/1.1" 200 117 0.004283 10.0.0.41 - - [2026-01-29 02:14:40] "GET /obj-perms HTTP/1.1" 200 5056 0.047039 10.0.0.41 - - [2026-01-29 02:14:40] "GET /obj-perms HTTP/1.1" 200 5056 0.058900 10.0.0.41 - - [2026-01-29 02:14:42] "POST /neutron/port HTTP/1.1" 200 117 0.004975 10.0.0.41 - - [2026-01-29 02:14:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000378 10.0.0.41 - - [2026-01-29 02:14:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.41 - - [2026-01-29 02:14:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.41 - - [2026-01-29 02:14:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.41 - - [2026-01-29 02:14:47] "POST /neutron/port HTTP/1.1" 200 117 0.004548 10.0.0.41 - - [2026-01-29 02:14:52] "POST /neutron/port HTTP/1.1" 200 117 0.004395 10.0.0.41 - - [2026-01-29 02:14:54] "POST /neutron/port HTTP/1.1" 200 117 0.004543 10.0.0.41 - - [2026-01-29 02:14:59] "POST /neutron/port HTTP/1.1" 200 117 0.005063 10.0.0.41 - - [2026-01-29 02:15:04] "POST /neutron/port HTTP/1.1" 200 117 0.004829 10.0.0.41 - - [2026-01-29 02:15:09] "POST /neutron/port HTTP/1.1" 200 117 0.005057 10.0.0.41 - - [2026-01-29 02:15:14] "POST /neutron/port HTTP/1.1" 200 117 0.005316 10.0.0.41 - - [2026-01-29 02:15:19] "POST /neutron/port HTTP/1.1" 200 117 0.004484 10.0.0.41 - - [2026-01-29 02:15:21] "POST /neutron/port HTTP/1.1" 200 117 0.004319 10.0.0.41 - - [2026-01-29 02:15:26] "POST /neutron/port HTTP/1.1" 200 117 0.004807 10.0.0.41 - - [2026-01-29 02:15:31] "POST /neutron/port HTTP/1.1" 200 117 0.004399 10.0.0.41 - - [2026-01-29 02:15:36] "POST /neutron/port HTTP/1.1" 200 117 0.004391 10.0.0.41 - - [2026-01-29 02:15:40] "GET /obj-perms HTTP/1.1" 200 5056 0.052624 10.0.0.41 - - [2026-01-29 02:15:41] "GET /obj-perms HTTP/1.1" 200 5056 0.048777 10.0.0.41 - - [2026-01-29 02:15:41] "POST /neutron/port HTTP/1.1" 200 117 0.004547 10.0.0.41 - - [2026-01-29 02:15:46] "POST /neutron/port HTTP/1.1" 200 117 0.004359 10.0.0.41 - - [2026-01-29 02:15:48] "POST /neutron/port HTTP/1.1" 200 117 0.005128 10.0.0.41 - - [2026-01-29 02:15:54] "POST /neutron/port HTTP/1.1" 200 117 0.004120 10.0.0.41 - - [2026-01-29 02:15:59] "POST /neutron/port HTTP/1.1" 200 117 0.004377 10.0.0.41 - - [2026-01-29 02:16:04] "POST /neutron/port HTTP/1.1" 200 117 0.004669 10.0.0.41 - - [2026-01-29 02:16:09] "POST /neutron/port HTTP/1.1" 200 117 0.006260 10.0.0.41 - - [2026-01-29 02:16:14] "POST /neutron/port HTTP/1.1" 200 117 0.004668 10.0.0.41 - - [2026-01-29 02:16:16] "POST /neutron/port HTTP/1.1" 200 117 0.004431 10.0.0.41 - - [2026-01-29 02:16:21] "POST /neutron/port HTTP/1.1" 200 117 0.005185 10.0.0.41 - - [2026-01-29 02:16:26] "POST /neutron/port HTTP/1.1" 200 117 0.004368 10.0.0.41 - - [2026-01-29 02:16:31] "POST /neutron/port HTTP/1.1" 200 117 0.005010 10.0.0.41 - - [2026-01-29 02:16:36] "POST /neutron/port HTTP/1.1" 200 117 0.005023 10.0.0.41 - - [2026-01-29 02:16:41] "GET /obj-perms HTTP/1.1" 200 5056 0.055911 10.0.0.41 - - [2026-01-29 02:16:41] "POST /neutron/port HTTP/1.1" 200 117 0.004548 10.0.0.41 - - [2026-01-29 02:16:41] "POST /neutron/port HTTP/1.1" 200 117 0.005601 10.0.0.41 - - [2026-01-29 02:16:41] "GET /obj-perms HTTP/1.1" 200 5056 0.047088 10.0.0.41 - - [2026-01-29 02:16:46] "POST /neutron/port HTTP/1.1" 200 117 0.004421 10.0.0.41 - - [2026-01-29 02:16:51] "POST /neutron/port HTTP/1.1" 200 117 0.004667 10.0.0.41 - - [2026-01-29 02:16:56] "POST /neutron/port HTTP/1.1" 200 117 0.004179 10.0.0.41 - - [2026-01-29 02:17:01] "POST /neutron/port HTTP/1.1" 200 117 0.004217 10.0.0.41 - - [2026-01-29 02:17:06] "POST /neutron/port HTTP/1.1" 200 117 0.004252 10.0.0.41 - - [2026-01-29 02:17:09] "POST /neutron/port HTTP/1.1" 200 117 0.006009 10.0.0.41 - - [2026-01-29 02:17:14] "POST /neutron/port HTTP/1.1" 200 117 0.004233 10.0.0.41 - - [2026-01-29 02:17:19] "POST /neutron/port HTTP/1.1" 200 117 0.004903 10.0.0.41 - - [2026-01-29 02:17:24] "POST /neutron/port HTTP/1.1" 200 117 0.004274 10.0.0.41 - - [2026-01-29 02:17:29] "POST /neutron/port HTTP/1.1" 200 117 0.005705 10.0.0.41 - - [2026-01-29 02:17:34] "POST /neutron/port HTTP/1.1" 200 117 0.004016 10.0.0.41 - - [2026-01-29 02:17:36] "POST /neutron/port HTTP/1.1" 200 117 0.004666 10.0.0.41 - - [2026-01-29 02:17:41] "POST /neutron/port HTTP/1.1" 200 117 0.004009 10.0.0.41 - - [2026-01-29 02:17:42] "GET /obj-perms HTTP/1.1" 200 5056 0.050256 10.0.0.41 - - [2026-01-29 02:17:42] "GET /obj-perms HTTP/1.1" 200 5056 0.059754 10.0.0.41 - - [2026-01-29 02:17:46] "POST /neutron/port HTTP/1.1" 200 117 0.006028 10.0.0.41 - - [2026-01-29 02:17:51] "POST /neutron/port HTTP/1.1" 200 117 0.004924 10.0.0.41 - - [2026-01-29 02:17:56] "POST /neutron/port HTTP/1.1" 200 117 0.004646 10.0.0.41 - - [2026-01-29 02:18:01] "POST /neutron/port HTTP/1.1" 200 117 0.004581 10.0.0.41 - - [2026-01-29 02:18:03] "POST /neutron/port HTTP/1.1" 200 117 0.004477 10.0.0.41 - - [2026-01-29 02:18:08] "POST /neutron/port HTTP/1.1" 200 117 0.004786 10.0.0.41 - - [2026-01-29 02:18:13] "POST /neutron/port HTTP/1.1" 200 117 0.004369 10.0.0.41 - - [2026-01-29 02:18:18] "POST /neutron/port HTTP/1.1" 200 117 0.004366 10.0.0.41 - - [2026-01-29 02:18:23] "POST /neutron/port HTTP/1.1" 200 117 0.005584 10.0.0.41 - - [2026-01-29 02:18:29] "POST /neutron/port HTTP/1.1" 200 117 0.004610 10.0.0.41 - - [2026-01-29 02:18:31] "POST /neutron/port HTTP/1.1" 200 117 0.004306 10.0.0.41 - - [2026-01-29 02:18:36] "POST /neutron/port HTTP/1.1" 200 117 0.004308 10.0.0.41 - - [2026-01-29 02:18:41] "POST /neutron/port HTTP/1.1" 200 117 0.004924 10.0.0.41 - - [2026-01-29 02:18:42] "GET /obj-perms HTTP/1.1" 200 5056 0.044735 10.0.0.41 - - [2026-01-29 02:18:43] "GET /obj-perms HTTP/1.1" 200 5056 0.054564 10.0.0.41 - - [2026-01-29 02:18:46] "POST /neutron/port HTTP/1.1" 200 117 0.005725 10.0.0.41 - - [2026-01-29 02:18:51] "POST /neutron/port HTTP/1.1" 200 117 0.004292 10.0.0.41 - - [2026-01-29 02:18:56] "POST /neutron/port HTTP/1.1" 200 117 0.026816 10.0.0.41 - - [2026-01-29 02:18:58] "POST /neutron/port HTTP/1.1" 200 117 0.005285 10.0.0.41 - - [2026-01-29 02:19:03] "POST /neutron/port HTTP/1.1" 200 117 0.005483 10.0.0.41 - - [2026-01-29 02:19:08] "POST /neutron/port HTTP/1.1" 200 117 0.004692 10.0.0.41 - - [2026-01-29 02:19:13] "POST /neutron/port HTTP/1.1" 200 117 0.004264 10.0.0.41 - - [2026-01-29 02:19:18] "POST /neutron/port HTTP/1.1" 200 117 0.004699 10.0.0.41 - - [2026-01-29 02:19:23] "POST /neutron/port HTTP/1.1" 200 117 0.004401 10.0.0.41 - - [2026-01-29 02:19:23] "GET /virtual-network/b1e9b3fd-52b9-46de-8135-f7a1b0ee2018?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.030163 10.0.0.41 - - [2026-01-29 02:19:23] "POST /neutron/network HTTP/1.1" 200 929 0.005464 10.0.0.41 - - [2026-01-29 02:19:23] "POST /neutron/network HTTP/1.1" 200 827 0.034012 10.0.0.41 - - [2026-01-29 02:19:23] "POST /neutron/network HTTP/1.1" 200 827 0.008691 10.0.0.41 - - [2026-01-29 02:19:23] "GET /virtual-network/b1e9b3fd-52b9-46de-8135-f7a1b0ee2018?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005988 10.0.0.41 - - [2026-01-29 02:19:23] "GET /virtual-network/d2c9fe91-01f3-4f45-a200-d95a0f55076d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004998 10.0.0.41 - - [2026-01-29 02:19:23] "DELETE /access-control-list/c663af90-0734-49a1-a7c6-096b01b6b60b HTTP/1.1" 200 115 0.072111 10.0.0.41 - - [2026-01-29 02:19:23] "POST /ref-update HTTP/1.1" 200 156 0.009906 10.0.0.41 - - [2026-01-29 02:19:23] "POST /neutron/network HTTP/1.1" 200 927 0.005031 10.0.0.41 - - [2026-01-29 02:19:23] "POST /neutron/network HTTP/1.1" 200 825 0.033111 10.0.0.41 - - [2026-01-29 02:19:24] "POST /neutron/network HTTP/1.1" 200 825 0.005279 10.0.0.41 - - [2026-01-29 02:19:24] "GET /virtual-network/d2c9fe91-01f3-4f45-a200-d95a0f55076d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004703 10.0.0.41 - - [2026-01-29 02:19:24] "DELETE /network-policy/e6c03b10-5b1c-427c-954f-2b25c552ea25 HTTP/1.1" 200 115 0.016206 10.0.0.41 - - [2026-01-29 02:19:24] "POST /neutron/network HTTP/1.1" 200 827 0.004663 10.0.0.41 - - [2026-01-29 02:19:24] "POST /useragent-kv HTTP/1.1" 200 115 0.027134 10.0.0.41 - - [2026-01-29 02:19:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002021 10.0.0.41 - - [2026-01-29 02:19:24] "POST /neutron/network HTTP/1.1" 200 151 0.088802 10.0.0.41 - - [2026-01-29 02:19:24] "GET /routing-instance/13191541-93a1-4b0e-901c-2fb9152b7744 HTTP/1.1" 404 171 0.035056 10.0.0.41 - - [2026-01-29 02:19:24] "GET /domains HTTP/1.1" 200 280 0.002318 10.0.0.41 - - [2026-01-29 02:19:24] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000997 10.0.0.41 - - [2026-01-29 02:19:24] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135 HTTP/1.1" 200 2576 0.007810 10.0.0.41 - - [2026-01-29 02:19:24] "GET /projects?obj_uuids=8c797c80-d546-406a-8344-e8a8c7a116f4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000939 10.0.0.41 - - [2026-01-29 02:19:24] "GET /project/8c797c80-d546-406a-8344-e8a8c7a116f4 HTTP/1.1" 200 2113 0.062269 10.0.0.41 - - [2026-01-29 02:19:24] "POST /neutron/network HTTP/1.1" 200 825 0.004889 10.0.0.41 - - [2026-01-29 02:19:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002004 10.0.0.41 - - [2026-01-29 02:19:24] "POST /useragent-kv HTTP/1.1" 200 115 0.001850 10.0.0.41 - - [2026-01-29 02:19:24] "POST /neutron/network HTTP/1.1" 200 151 0.057395 10.0.0.41 - - [2026-01-29 02:19:24] "GET /routing-instance/76a8d737-7bdd-4606-b565-2ec85ed53293 HTTP/1.1" 404 171 0.002123 10.0.0.41 - - [2026-01-29 02:19:24] "GET /domains HTTP/1.1" 200 280 0.002132 10.0.0.41 - - [2026-01-29 02:19:24] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000892 10.0.0.41 - - [2026-01-29 02:19:24] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135 HTTP/1.1" 200 2576 0.048975 10.0.0.41 - - [2026-01-29 02:19:24] "GET /projects?obj_uuids=8c797c80-d546-406a-8344-e8a8c7a116f4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001333 10.0.0.41 - - [2026-01-29 02:19:24] "DELETE /access-control-list/d85ce69a-0604-4aa2-8d91-fa6911d4f024 HTTP/1.1" 200 115 0.023973 10.0.0.41 - - [2026-01-29 02:19:24] "GET /project/8c797c80-d546-406a-8344-e8a8c7a116f4 HTTP/1.1" 200 1874 0.075355 10.0.0.41 - - [2026-01-29 02:19:24] "POST /ref-update HTTP/1.1" 404 171 0.008212 10.0.0.41 - - [2026-01-29 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.41 - - [2026-01-29 02:19:24] "DELETE /route-target/b07de634-55f7-4a37-98a3-5de312a90c08 HTTP/1.1" 200 115 0.013639 10.0.0.41 - - [2026-01-29 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002433 10.0.0.41 - - [2026-01-29 02:19:24] "DELETE /route-target/2112f874-46c4-418c-b890-d94f6e51ecd2 HTTP/1.1" 200 115 0.014729 10.0.0.41 - - [2026-01-29 02:19:24] "GET /projects?obj_uuids=8c797c80-d546-406a-8344-e8a8c7a116f4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001358 10.0.0.41 - - [2026-01-29 02:19:24] "GET /project/8c797c80-d546-406a-8344-e8a8c7a116f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.047009 10.0.0.41 - - [2026-01-29 02:19:24] "GET /projects?obj_uuids=8c797c80-d546-406a-8344-e8a8c7a116f4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001010 10.0.0.41 - - [2026-01-29 02:19:24] "GET /project/8c797c80-d546-406a-8344-e8a8c7a116f4?fields=virtual_networks HTTP/1.1" 200 1046 0.065521 10.0.0.41 - - [2026-01-29 02:19:24] "GET /projects?obj_uuids=8c797c80-d546-406a-8344-e8a8c7a116f4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000947 10.0.0.41 - - [2026-01-29 02:19:24] "GET /project/8c797c80-d546-406a-8344-e8a8c7a116f4?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.023086 10.0.0.41 - - [2026-01-29 02:19:25] "GET /projects?obj_uuids=8c797c80-d546-406a-8344-e8a8c7a116f4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000870 10.0.0.41 - - [2026-01-29 02:19:25] "GET /project/8c797c80-d546-406a-8344-e8a8c7a116f4?fields=security_groups HTTP/1.1" 200 1274 0.020794 10.0.0.41 - - [2026-01-29 02:19:25] "POST /fqname-to-id HTTP/1.1" 404 181 0.028678 10.0.0.41 - - [2026-01-29 02:19:25] "GET /projects?obj_uuids=57c05072-0599-4259-b22c-7af5f7707d6b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002102 10.0.0.41 - - [2026-01-29 02:19:26] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001490 10.0.0.41 - - [2026-01-29 02:19:26] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.034239 10.0.0.41 - - [2026-01-29 02:19:26] "POST /id-to-fqname HTTP/1.1" 200 183 0.001153 10.0.0.41 - - [2026-01-29 02:19:26] "POST /fqname-to-id HTTP/1.1" 404 192 0.002759 10.0.0.41 - - [2026-01-29 02:19:26] "POST /security-groups HTTP/1.1" 200 584 0.060128 10.0.0.41 - - [2026-01-29 02:19:26] "POST /fqname-to-id HTTP/1.1" 404 227 0.002266 10.0.0.41 - - [2026-01-29 02:19:26] "POST /projects HTTP/1.1" 200 571 0.196670 10.0.0.41 - - [2026-01-29 02:19:26] "POST /access-control-lists HTTP/1.1" 200 589 0.056127 10.0.0.41 - - [2026-01-29 02:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.268744 10.0.0.41 - - [2026-01-29 02:19:26] "POST /fqname-to-id HTTP/1.1" 404 226 0.002510 10.0.0.41 - - [2026-01-29 02:19:26] "GET /project/57c05072-0599-4259-b22c-7af5f7707d6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.415297 10.0.0.41 - - [2026-01-29 02:19:26] "POST /access-control-lists HTTP/1.1" 200 587 0.056250 10.0.0.41 - - [2026-01-29 02:19:27] "GET / HTTP/1.1" 200 35931 0.001810 10.0.0.41 - - [2026-01-29 02:19:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000465 10.0.0.41 - - [2026-01-29 02:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.064110 10.0.0.41 - - [2026-01-29 02:19:28] "GET /projects?obj_uuids=57c05072-0599-4259-b22c-7af5f7707d6b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001203 10.0.0.41 - - [2026-01-29 02:19:28] "DELETE /project/57c0507205994259b22c7af5f7707d6b HTTP/1.1" 404 173 0.004612 10.0.0.41 - - [2026-01-29 02:19:28] "GET /projects?obj_uuids=8c797c80-d546-406a-8344-e8a8c7a116f4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001166 10.0.0.41 - - [2026-01-29 02:19:28] "GET /project/57c05072-0599-4259-b22c-7af5f7707d6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.035346 10.0.0.41 - - [2026-01-29 02:19:28] "GET /project/8c797c80-d546-406a-8344-e8a8c7a116f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.030990 10.0.0.41 - - [2026-01-29 02:19:28] "GET /projects?obj_uuids=8c797c80-d546-406a-8344-e8a8c7a116f4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001034 10.0.0.41 - - [2026-01-29 02:19:28] "GET /project/8c797c80-d546-406a-8344-e8a8c7a116f4?fields=security_groups HTTP/1.1" 200 1379 0.022947 10.0.0.41 - - [2026-01-29 02:19:28] "POST /neutron/network HTTP/1.1" 200 117 0.042819 10.0.0.41 - - [2026-01-29 02:19:28] "GET /projects?obj_uuids=57c05072-0599-4259-b22c-7af5f7707d6b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000978 10.0.0.41 - - [2026-01-29 02:19:28] "DELETE /security-group/5ac93a95-f1b6-45af-b021-8dfbc0cbcbfa HTTP/1.1" 200 115 0.040447 10.0.0.41 - - [2026-01-29 02:19:28] "GET /projects?obj_uuids=8c797c80-d546-406a-8344-e8a8c7a116f4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000874 10.0.0.41 - - [2026-01-29 02:19:28] "DELETE /access-control-list/917b21f6-842a-4826-9ab3-c051d498eb45 HTTP/1.1" 200 115 0.040937 10.0.0.41 - - [2026-01-29 02:19:28] "POST /neutron/network HTTP/1.1" 200 612 0.093718 10.0.0.41 - - [2026-01-29 02:19:28] "GET /project/8c797c80-d546-406a-8344-e8a8c7a116f4?fields=application_policy_sets HTTP/1.1" 200 1418 0.043471 10.0.0.41 - - [2026-01-29 02:19:28] "DELETE /access-control-list/45139b95-1413-46cb-b372-5fc4a9fec54a HTTP/1.1" 200 115 0.036587 10.0.0.41 - - [2026-01-29 02:19:28] "POST /route-targets HTTP/1.1" 200 327 0.014967 10.0.0.41 - - [2026-01-29 02:19:28] "POST /ref-update HTTP/1.1" 200 156 0.011940 10.0.0.41 - - [2026-01-29 02:19:28] "DELETE /project/8c797c80-d546-406a-8344-e8a8c7a116f4 HTTP/1.1" 200 115 0.366902 10.0.0.41 - - [2026-01-29 02:19:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002543 10.0.0.41 - - [2026-01-29 02:19:28] "POST /neutron/subnet HTTP/1.1" 200 724 0.158664 10.0.0.41 - - [2026-01-29 02:19:29] "POST /neutron/network HTTP/1.1" 200 831 0.005320 10.0.0.41 - - [2026-01-29 02:19:29] "POST /id-to-fqname HTTP/1.1" 200 220 0.001151 10.0.0.41 - - [2026-01-29 02:19:29] "GET /virtual-network/62b46f4f-710c-4afd-a8ec-16856288538e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004772 10.0.0.41 - - [2026-01-29 02:19:29] "POST /neutron/network HTTP/1.1" 200 831 0.007389 10.0.0.41 - - [2026-01-29 02:19:29] "GET /virtual-network/62b46f4f-710c-4afd-a8ec-16856288538e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006313 10.0.0.41 - - [2026-01-29 02:19:29] "POST /neutron/network HTTP/1.1" 200 831 0.005965 10.0.0.41 - - [2026-01-29 02:19:29] "POST /neutron/subnet HTTP/1.1" 200 724 0.005971 10.0.0.41 - - [2026-01-29 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002110 10.0.0.41 - - [2026-01-29 02:19:29] "GET /virtual-network/62b46f4f-710c-4afd-a8ec-16856288538e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004729 10.0.0.41 - - [2026-01-29 02:19:29] "PUT /virtual-network/62b46f4f-710c-4afd-a8ec-16856288538e HTTP/1.1" 200 264 0.026617 10.0.0.41 - - [2026-01-29 02:19:29] "POST /route-targets HTTP/1.1" 200 323 0.013934 10.0.0.41 - - [2026-01-29 02:19:29] "POST /ref-update HTTP/1.1" 200 156 0.019760 10.0.0.41 - - [2026-01-29 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002542 10.0.0.41 - - [2026-01-29 02:19:29] "GET /projects?obj_uuids=57c05072-0599-4259-b22c-7af5f7707d6b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001020 10.0.0.41 - - [2026-01-29 02:19:29] "GET /project/57c05072-0599-4259-b22c-7af5f7707d6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.021185 10.0.0.41 - - [2026-01-29 02:19:29] "POST /neutron/network HTTP/1.1" 200 117 0.008970 10.0.0.41 - - [2026-01-29 02:19:29] "GET /projects?obj_uuids=57c05072-0599-4259-b22c-7af5f7707d6b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000994 10.0.0.41 - - [2026-01-29 02:19:29] "POST /neutron/network HTTP/1.1" 200 612 0.053637 10.0.0.41 - - [2026-01-29 02:19:29] "POST /route-targets HTTP/1.1" 200 327 0.009148 10.0.0.41 - - [2026-01-29 02:19:29] "POST /ref-update HTTP/1.1" 200 156 0.012085 10.0.0.41 - - [2026-01-29 02:19:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003063 10.0.0.41 - - [2026-01-29 02:19:29] "POST /neutron/subnet HTTP/1.1" 200 724 0.144187 10.0.0.41 - - [2026-01-29 02:19:29] "POST /neutron/network HTTP/1.1" 200 831 0.004771 10.0.0.41 - - [2026-01-29 02:19:29] "POST /id-to-fqname HTTP/1.1" 200 220 0.001086 10.0.0.41 - - [2026-01-29 02:19:29] "GET /virtual-network/8be0a928-6bcc-447d-b493-5351ed01d131?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004938 10.0.0.41 - - [2026-01-29 02:19:29] "POST /neutron/network HTTP/1.1" 200 831 0.005221 10.0.0.41 - - [2026-01-29 02:19:29] "GET /virtual-network/8be0a928-6bcc-447d-b493-5351ed01d131?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006739 10.0.0.41 - - [2026-01-29 02:19:29] "POST /neutron/network HTTP/1.1" 200 831 0.004609 10.0.0.41 - - [2026-01-29 02:19:29] "POST /neutron/subnet HTTP/1.1" 200 724 0.007521 10.0.0.41 - - [2026-01-29 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002509 10.0.0.41 - - [2026-01-29 02:19:29] "GET /virtual-network/8be0a928-6bcc-447d-b493-5351ed01d131?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005144 10.0.0.41 - - [2026-01-29 02:19:29] "POST /ref-update HTTP/1.1" 200 156 0.009872 10.0.0.41 - - [2026-01-29 02:19:29] "PUT /virtual-network/8be0a928-6bcc-447d-b493-5351ed01d131 HTTP/1.1" 200 264 0.031611 10.0.0.41 - - [2026-01-29 02:19:30] "POST /id-to-fqname HTTP/1.1" 200 220 0.001264 10.0.0.41 - - [2026-01-29 02:19:30] "POST /neutron/port HTTP/1.1" 200 117 0.006669 10.0.0.41 - - [2026-01-29 02:19:30] "POST /neutron/network HTTP/1.1" 200 841 0.004599 10.0.0.41 - - [2026-01-29 02:19:30] "GET /aaa-mode HTTP/1.1" 401 292 0.000483 10.0.0.41 - - [2026-01-29 02:19:30] "GET / HTTP/1.1" 200 35931 0.001631 10.0.0.41 - - [2026-01-29 02:19:30] "GET /project/57c05072-0599-4259-b22c-7af5f7707d6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000473 10.0.0.41 - - [2026-01-29 02:19:31] "GET /projects?obj_uuids=57c05072-0599-4259-b22c-7af5f7707d6b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001011 10.0.0.41 - - [2026-01-29 02:19:31] "GET /project/57c05072-0599-4259-b22c-7af5f7707d6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.045814 10.0.0.41 - - [2026-01-29 02:19:31] "POST /neutron/network HTTP/1.1" 200 831 0.029912 10.0.0.41 - - [2026-01-29 02:19:31] "POST /neutron/port HTTP/1.1" 200 117 0.008133 10.0.0.41 - - [2026-01-29 02:19:31] "POST /neutron/port HTTP/1.1" 200 117 0.004557 10.0.0.41 - - [2026-01-29 02:19:31] "POST /id-to-fqname HTTP/1.1" 200 220 0.001666 10.0.0.41 - - [2026-01-29 02:19:31] "POST /neutron/port HTTP/1.1" 200 117 0.007735 10.0.0.41 - - [2026-01-29 02:19:31] "POST /neutron/network HTTP/1.1" 200 841 0.004795 10.0.0.41 - - [2026-01-29 02:19:31] "GET /aaa-mode HTTP/1.1" 401 292 0.000401 10.0.0.41 - - [2026-01-29 02:19:31] "GET / HTTP/1.1" 200 35931 0.002684 10.0.0.41 - - [2026-01-29 02:19:31] "GET /project/57c05072-0599-4259-b22c-7af5f7707d6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000416 10.0.0.41 - - [2026-01-29 02:19:32] "GET /projects?obj_uuids=57c05072-0599-4259-b22c-7af5f7707d6b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000995 10.0.0.41 - - [2026-01-29 02:19:32] "GET /project/57c05072-0599-4259-b22c-7af5f7707d6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.044113 10.0.0.41 - - [2026-01-29 02:19:32] "POST /neutron/network HTTP/1.1" 200 831 0.004594 10.0.0.41 - - [2026-01-29 02:19:32] "POST /neutron/port HTTP/1.1" 200 117 0.016864 10.0.0.41 - - [2026-01-29 02:19:32] "POST /neutron/port HTTP/1.1" 200 117 0.004590 10.0.0.41 - - [2026-01-29 02:19:32] "POST /neutron/port HTTP/1.1" 200 117 0.004071 10.0.0.41 - - [2026-01-29 02:19:32] "POST /neutron/port HTTP/1.1" 200 117 0.003901 10.0.0.41 - - [2026-01-29 02:19:32] "POST /neutron/port HTTP/1.1" 200 117 0.004161 10.0.0.41 - - [2026-01-29 02:19:32] "POST /neutron/network HTTP/1.1" 200 831 0.005685 10.0.0.41 - - [2026-01-29 02:19:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002641 10.0.0.41 - - [2026-01-29 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.41 - - [2026-01-29 02:19:32] "POST /useragent-kv HTTP/1.1" 200 115 0.001629 10.0.0.41 - - [2026-01-29 02:19:32] "POST /neutron/network HTTP/1.1" 200 151 0.067058 10.0.0.41 - - [2026-01-29 02:19:32] "DELETE /route-target/fc1a3d47-1f77-40b6-b701-a0717479f885 HTTP/1.1" 200 115 0.013246 10.0.0.41 - - [2026-01-29 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002042 10.0.0.41 - - [2026-01-29 02:19:32] "POST /neutron/network HTTP/1.1" 200 831 0.004643 10.0.0.41 - - [2026-01-29 02:19:32] "DELETE /route-target/5031d3d0-3261-43bb-8368-646e55899ced HTTP/1.1" 409 239 0.003705 10.0.0.41 - - [2026-01-29 02:19:32] "POST /useragent-kv HTTP/1.1" 200 115 0.001963 10.0.0.41 - - [2026-01-29 02:19:32] "POST /useragent-kv HTTP/1.1" 200 115 0.001566 10.0.0.41 - - [2026-01-29 02:19:32] "POST /neutron/network HTTP/1.1" 200 151 0.059819 10.0.0.41 - - [2026-01-29 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002517 10.0.0.41 - - [2026-01-29 02:19:33] "DELETE /route-target/444f6d3d-422a-45d9-8b77-3be667d180f1 HTTP/1.1" 200 115 0.011281 10.0.0.41 - - [2026-01-29 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002257 10.0.0.41 - - [2026-01-29 02:19:33] "DELETE /route-target/5031d3d0-3261-43bb-8368-646e55899ced HTTP/1.1" 200 115 0.016739 10.0.0.41 - - [2026-01-29 02:19:33] "GET /projects?obj_uuids=57c05072-0599-4259-b22c-7af5f7707d6b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000970 10.0.0.41 - - [2026-01-29 02:19:33] "GET /project/57c05072-0599-4259-b22c-7af5f7707d6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.023305 10.0.0.41 - - [2026-01-29 02:19:33] "GET /projects?obj_uuids=57c05072-0599-4259-b22c-7af5f7707d6b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000858 10.0.0.41 - - [2026-01-29 02:19:33] "GET /project/57c05072-0599-4259-b22c-7af5f7707d6b?fields=virtual_networks HTTP/1.1" 200 1028 0.068084 10.0.0.41 - - [2026-01-29 02:19:33] "GET /projects?obj_uuids=57c05072-0599-4259-b22c-7af5f7707d6b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001057 10.0.0.41 - - [2026-01-29 02:19:33] "GET /project/57c05072-0599-4259-b22c-7af5f7707d6b?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.030364 10.0.0.41 - - [2026-01-29 02:19:33] "GET /projects?obj_uuids=57c05072-0599-4259-b22c-7af5f7707d6b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000887 10.0.0.41 - - [2026-01-29 02:19:33] "GET /project/57c05072-0599-4259-b22c-7af5f7707d6b?fields=security_groups HTTP/1.1" 200 1247 0.021246 10.0.0.41 - - [2026-01-29 02:19:34] "POST /fqname-to-id HTTP/1.1" 404 186 0.026429 10.0.0.41 - - [2026-01-29 02:19:34] "GET /projects?obj_uuids=86fa7cc4-81b0-40f8-98f6-89eee5927e52&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002083 10.0.0.41 - - [2026-01-29 02:19:34] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001693 10.0.0.41 - - [2026-01-29 02:19:34] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008631 10.0.0.41 - - [2026-01-29 02:19:34] "POST /id-to-fqname HTTP/1.1" 200 188 0.001513 10.0.0.41 - - [2026-01-29 02:19:34] "POST /fqname-to-id HTTP/1.1" 404 197 0.004714 10.0.0.41 - - [2026-01-29 02:19:34] "POST /security-groups HTTP/1.1" 200 589 0.064152 10.0.0.41 - - [2026-01-29 02:19:34] "POST /fqname-to-id HTTP/1.1" 404 232 0.003096 10.0.0.41 - - [2026-01-29 02:19:34] "POST /projects HTTP/1.1" 200 581 0.210866 10.0.0.41 - - [2026-01-29 02:19:34] "POST /access-control-lists HTTP/1.1" 200 594 0.058621 10.0.0.41 - - [2026-01-29 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.285773 10.0.0.41 - - [2026-01-29 02:19:34] "POST /fqname-to-id HTTP/1.1" 404 231 0.003000 10.0.0.41 - - [2026-01-29 02:19:34] "GET /project/86fa7cc4-81b0-40f8-98f6-89eee5927e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.413168 10.0.0.41 - - [2026-01-29 02:19:34] "POST /access-control-lists HTTP/1.1" 200 592 0.056720 10.0.0.41 - - [2026-01-29 02:19:35] "GET / HTTP/1.1" 200 35931 0.001727 10.0.0.41 - - [2026-01-29 02:19:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000534 10.0.0.41 - - [2026-01-29 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.057660 10.0.0.41 - - [2026-01-29 02:19:36] "GET /projects?obj_uuids=86fa7cc4-81b0-40f8-98f6-89eee5927e52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001005 10.0.0.41 - - [2026-01-29 02:19:36] "GET /project/86fa7cc4-81b0-40f8-98f6-89eee5927e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.021964 10.0.0.41 - - [2026-01-29 02:19:36] "POST /neutron/network HTTP/1.1" 200 117 0.031270 10.0.0.41 - - [2026-01-29 02:19:36] "GET /projects?obj_uuids=86fa7cc4-81b0-40f8-98f6-89eee5927e52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001274 10.0.0.41 - - [2026-01-29 02:19:36] "POST /neutron/network HTTP/1.1" 200 613 0.050911 10.0.0.41 - - [2026-01-29 02:19:36] "POST /route-targets HTTP/1.1" 200 327 0.008848 10.0.0.41 - - [2026-01-29 02:19:36] "POST /ref-update HTTP/1.1" 200 156 0.011593 10.0.0.41 - - [2026-01-29 02:19:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002849 10.0.0.41 - - [2026-01-29 02:19:37] "POST /neutron/subnet HTTP/1.1" 200 725 0.175952 10.0.0.41 - - [2026-01-29 02:19:37] "POST /neutron/network HTTP/1.1" 200 832 0.004815 10.0.0.41 - - [2026-01-29 02:19:37] "POST /id-to-fqname HTTP/1.1" 200 223 0.001055 10.0.0.41 - - [2026-01-29 02:19:37] "GET /virtual-network/a7fb3ee1-4af9-4e70-9d7c-8097a81b5c35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004441 10.0.0.41 - - [2026-01-29 02:19:37] "POST /neutron/network HTTP/1.1" 200 832 0.005032 10.0.0.41 - - [2026-01-29 02:19:37] "GET /virtual-network/a7fb3ee1-4af9-4e70-9d7c-8097a81b5c35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006240 10.0.0.41 - - [2026-01-29 02:19:37] "POST /neutron/network HTTP/1.1" 200 832 0.004711 10.0.0.41 - - [2026-01-29 02:19:37] "POST /neutron/subnet HTTP/1.1" 200 725 0.005791 10.0.0.41 - - [2026-01-29 02:19:37] "GET /domains HTTP/1.1" 401 292 0.000379 10.0.0.41 - - [2026-01-29 02:19:37] "GET /domains HTTP/1.1" 200 280 0.024963 10.0.0.41 - - [2026-01-29 02:19:37] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001403 10.0.0.41 - - [2026-01-29 02:19:37] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135 HTTP/1.1" 200 2751 0.008359 10.0.0.41 - - [2026-01-29 02:19:37] "GET /projects?obj_uuids=86fa7cc4-81b0-40f8-98f6-89eee5927e52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000921 10.0.0.41 - - [2026-01-29 02:19:37] "GET /project/86fa7cc4-81b0-40f8-98f6-89eee5927e52 HTTP/1.1" 200 2090 0.065388 10.0.0.41 - - [2026-01-29 02:19:37] "GET /virtual-network/a7fb3ee1-4af9-4e70-9d7c-8097a81b5c35 HTTP/1.1" 200 2320 0.005750 10.0.0.41 - - [2026-01-29 02:19:37] "GET /virtual-network/a7fb3ee1-4af9-4e70-9d7c-8097a81b5c35 HTTP/1.1" 200 2320 0.005462 10.0.0.41 - - [2026-01-29 02:19:37] "GET /routing-instance/57b25d5c-e7ec-4715-8894-587efe997e11 HTTP/1.1" 200 1492 0.003180 10.0.0.41 - - [2026-01-29 02:19:37] "GET /routing-instance/57b25d5c-e7ec-4715-8894-587efe997e11 HTTP/1.1" 200 1492 0.002792 10.0.0.41 - - [2026-01-29 02:19:37] "GET /route-target/69e2d60b-40c0-44cd-b292-eebe5647504e HTTP/1.1" 200 1212 0.002940 10.0.0.41 - - [2026-01-29 02:19:37] "GET /virtual-network/a7fb3ee1-4af9-4e70-9d7c-8097a81b5c35 HTTP/1.1" 200 2320 0.004117 10.0.0.41 - - [2026-01-29 02:19:37] "GET /routing-instance/57b25d5c-e7ec-4715-8894-587efe997e11 HTTP/1.1" 200 1492 0.002955 10.0.0.41 - - [2026-01-29 02:19:37] "GET /virtual-network/a7fb3ee1-4af9-4e70-9d7c-8097a81b5c35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004234 10.0.0.41 - - [2026-01-29 02:19:37] "GET /virtual-network/a7fb3ee1-4af9-4e70-9d7c-8097a81b5c35 HTTP/1.1" 200 2320 0.004047 10.0.0.41 - - [2026-01-29 02:19:37] "GET /routing-instance/57b25d5c-e7ec-4715-8894-587efe997e11 HTTP/1.1" 200 1492 0.002769 10.0.0.41 - - [2026-01-29 02:19:37] "GET /routing-instance/57b25d5c-e7ec-4715-8894-587efe997e11 HTTP/1.1" 200 1492 0.002677 10.0.0.41 - - [2026-01-29 02:19:37] "GET /route-target/69e2d60b-40c0-44cd-b292-eebe5647504e HTTP/1.1" 200 1212 0.002321 10.0.0.41 - - [2026-01-29 02:19:37] "GET /domains HTTP/1.1" 200 280 0.002511 10.0.0.41 - - [2026-01-29 02:19:37] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000843 10.0.0.41 - - [2026-01-29 02:19:37] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135 HTTP/1.1" 200 2751 0.005706 10.0.0.41 - - [2026-01-29 02:19:37] "GET /projects?obj_uuids=86fa7cc4-81b0-40f8-98f6-89eee5927e52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000963 10.0.0.41 - - [2026-01-29 02:19:37] "GET /project/86fa7cc4-81b0-40f8-98f6-89eee5927e52 HTTP/1.1" 200 2090 0.065993 10.0.0.41 - - [2026-01-29 02:19:37] "GET /virtual-network/a7fb3ee1-4af9-4e70-9d7c-8097a81b5c35 HTTP/1.1" 200 2320 0.004435 10.0.0.41 - - [2026-01-29 02:19:38] "GET /obj-perms HTTP/1.1" 200 5026 0.051110 10.0.0.41 - - [2026-01-29 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002542 10.0.0.41 - - [2026-01-29 02:19:38] "GET /projects?obj_uuids=86fa7cc4-81b0-40f8-98f6-89eee5927e52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000914 10.0.0.41 - - [2026-01-29 02:19:38] "GET /project/86fa7cc4-81b0-40f8-98f6-89eee5927e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.024730 10.0.0.41 - - [2026-01-29 02:19:38] "POST /neutron/network HTTP/1.1" 200 117 0.008758 10.0.0.41 - - [2026-01-29 02:19:38] "GET /projects?obj_uuids=86fa7cc4-81b0-40f8-98f6-89eee5927e52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000880 10.0.0.41 - - [2026-01-29 02:19:38] "POST /neutron/network HTTP/1.1" 200 613 0.061596 10.0.0.41 - - [2026-01-29 02:19:38] "POST /route-targets HTTP/1.1" 200 327 0.010503 10.0.0.41 - - [2026-01-29 02:19:38] "POST /ref-update HTTP/1.1" 200 156 0.012267 10.0.0.41 - - [2026-01-29 02:19:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003283 10.0.0.41 - - [2026-01-29 02:19:38] "POST /neutron/subnet HTTP/1.1" 200 720 0.162220 10.0.0.41 - - [2026-01-29 02:19:38] "POST /neutron/network HTTP/1.1" 200 831 0.004344 10.0.0.41 - - [2026-01-29 02:19:38] "POST /id-to-fqname HTTP/1.1" 200 223 0.001014 10.0.0.41 - - [2026-01-29 02:19:38] "GET /virtual-network/1cb626c0-f5df-48bd-a7f6-7ecf235c8677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004096 10.0.0.41 - - [2026-01-29 02:19:38] "POST /neutron/network HTTP/1.1" 200 831 0.005404 10.0.0.41 - - [2026-01-29 02:19:38] "GET /virtual-network/1cb626c0-f5df-48bd-a7f6-7ecf235c8677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004946 10.0.0.41 - - [2026-01-29 02:19:38] "POST /neutron/network HTTP/1.1" 200 831 0.005596 10.0.0.41 - - [2026-01-29 02:19:38] "POST /neutron/subnet HTTP/1.1" 200 720 0.006001 10.0.0.41 - - [2026-01-29 02:19:38] "GET /domains HTTP/1.1" 200 280 0.002060 10.0.0.41 - - [2026-01-29 02:19:38] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000917 10.0.0.41 - - [2026-01-29 02:19:38] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135 HTTP/1.1" 200 2751 0.005512 10.0.0.41 - - [2026-01-29 02:19:38] "GET /projects?obj_uuids=86fa7cc4-81b0-40f8-98f6-89eee5927e52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000782 10.0.0.41 - - [2026-01-29 02:19:38] "GET /project/86fa7cc4-81b0-40f8-98f6-89eee5927e52 HTTP/1.1" 200 2308 0.064013 10.0.0.41 - - [2026-01-29 02:19:38] "GET /virtual-network/1cb626c0-f5df-48bd-a7f6-7ecf235c8677 HTTP/1.1" 200 2316 0.005858 10.0.0.41 - - [2026-01-29 02:19:38] "GET /virtual-network/1cb626c0-f5df-48bd-a7f6-7ecf235c8677 HTTP/1.1" 200 2316 0.004383 10.0.0.41 - - [2026-01-29 02:19:38] "GET /routing-instance/156325be-366c-4f1e-8e15-a253df25ae6e HTTP/1.1" 200 1493 0.003097 10.0.0.41 - - [2026-01-29 02:19:38] "GET /routing-instance/156325be-366c-4f1e-8e15-a253df25ae6e HTTP/1.1" 200 1493 0.002814 10.0.0.41 - - [2026-01-29 02:19:38] "GET /route-target/0c071ace-57dd-4ad7-8b76-b523f0fcc122 HTTP/1.1" 200 1211 0.002666 10.0.0.41 - - [2026-01-29 02:19:38] "GET /virtual-network/1cb626c0-f5df-48bd-a7f6-7ecf235c8677 HTTP/1.1" 200 2316 0.004071 10.0.0.41 - - [2026-01-29 02:19:38] "GET /routing-instance/156325be-366c-4f1e-8e15-a253df25ae6e HTTP/1.1" 200 1493 0.003392 10.0.0.41 - - [2026-01-29 02:19:38] "GET /virtual-network/1cb626c0-f5df-48bd-a7f6-7ecf235c8677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005357 10.0.0.41 - - [2026-01-29 02:19:38] "GET /virtual-network/1cb626c0-f5df-48bd-a7f6-7ecf235c8677 HTTP/1.1" 200 2316 0.004359 10.0.0.41 - - [2026-01-29 02:19:38] "GET /routing-instance/156325be-366c-4f1e-8e15-a253df25ae6e HTTP/1.1" 200 1493 0.002852 10.0.0.41 - - [2026-01-29 02:19:38] "GET /routing-instance/156325be-366c-4f1e-8e15-a253df25ae6e HTTP/1.1" 200 1493 0.003237 10.0.0.41 - - [2026-01-29 02:19:38] "GET /route-target/0c071ace-57dd-4ad7-8b76-b523f0fcc122 HTTP/1.1" 200 1211 0.002460 10.0.0.41 - - [2026-01-29 02:19:38] "GET /domains HTTP/1.1" 200 280 0.002365 10.0.0.41 - - [2026-01-29 02:19:38] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001143 10.0.0.41 - - [2026-01-29 02:19:38] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135 HTTP/1.1" 200 2751 0.007118 10.0.0.41 - - [2026-01-29 02:19:38] "GET /projects?obj_uuids=86fa7cc4-81b0-40f8-98f6-89eee5927e52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000933 10.0.0.41 - - [2026-01-29 02:19:39] "GET /project/86fa7cc4-81b0-40f8-98f6-89eee5927e52 HTTP/1.1" 200 2308 0.067518 10.0.0.41 - - [2026-01-29 02:19:39] "GET /virtual-network/1cb626c0-f5df-48bd-a7f6-7ecf235c8677 HTTP/1.1" 200 2316 0.004989 10.0.0.41 - - [2026-01-29 02:19:39] "GET /obj-perms HTTP/1.1" 200 5026 0.002919 10.0.0.41 - - [2026-01-29 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002469 10.0.0.41 - - [2026-01-29 02:19:39] "GET /projects?obj_uuids=86fa7cc4-81b0-40f8-98f6-89eee5927e52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002196 10.0.0.41 - - [2026-01-29 02:19:39] "GET /project/86fa7cc4-81b0-40f8-98f6-89eee5927e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.021333 10.0.0.41 - - [2026-01-29 02:19:39] "POST /neutron/network HTTP/1.1" 200 117 0.009386 10.0.0.41 - - [2026-01-29 02:19:39] "GET /projects?obj_uuids=86fa7cc4-81b0-40f8-98f6-89eee5927e52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000916 10.0.0.41 - - [2026-01-29 02:19:39] "POST /neutron/network HTTP/1.1" 200 615 0.048277 10.0.0.41 - - [2026-01-29 02:19:39] "POST /route-targets HTTP/1.1" 200 327 0.010203 10.0.0.41 - - [2026-01-29 02:19:39] "POST /ref-update HTTP/1.1" 200 156 0.009085 10.0.0.41 - - [2026-01-29 02:19:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002375 10.0.0.41 - - [2026-01-29 02:19:39] "POST /neutron/subnet HTTP/1.1" 200 720 0.184623 10.0.0.41 - - [2026-01-29 02:19:39] "POST /neutron/network HTTP/1.1" 200 833 0.004411 10.0.0.41 - - [2026-01-29 02:19:39] "POST /id-to-fqname HTTP/1.1" 200 224 0.001002 10.0.0.41 - - [2026-01-29 02:19:39] "GET /virtual-network/6b06fc0c-51b1-4775-b4c0-7c868d08ade4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004596 10.0.0.41 - - [2026-01-29 02:19:39] "POST /neutron/network HTTP/1.1" 200 833 0.004669 10.0.0.41 - - [2026-01-29 02:19:39] "GET /virtual-network/6b06fc0c-51b1-4775-b4c0-7c868d08ade4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004309 10.0.0.41 - - [2026-01-29 02:19:39] "POST /neutron/network HTTP/1.1" 200 833 0.005008 10.0.0.41 - - [2026-01-29 02:19:39] "POST /neutron/subnet HTTP/1.1" 200 720 0.005530 10.0.0.41 - - [2026-01-29 02:19:39] "GET /domains HTTP/1.1" 200 280 0.001796 10.0.0.41 - - [2026-01-29 02:19:39] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000874 10.0.0.41 - - [2026-01-29 02:19:39] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135 HTTP/1.1" 200 2751 0.005616 10.0.0.41 - - [2026-01-29 02:19:39] "GET /projects?obj_uuids=86fa7cc4-81b0-40f8-98f6-89eee5927e52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000814 10.0.0.41 - - [2026-01-29 02:19:39] "GET /project/86fa7cc4-81b0-40f8-98f6-89eee5927e52 HTTP/1.1" 200 2527 0.064404 10.0.0.41 - - [2026-01-29 02:19:39] "GET /virtual-network/6b06fc0c-51b1-4775-b4c0-7c868d08ade4 HTTP/1.1" 200 2321 0.005295 10.0.0.41 - - [2026-01-29 02:19:39] "GET /virtual-network/6b06fc0c-51b1-4775-b4c0-7c868d08ade4 HTTP/1.1" 200 2321 0.004181 10.0.0.41 - - [2026-01-29 02:19:39] "GET /routing-instance/3828b152-f0c0-431a-b350-9f803d488ccc HTTP/1.1" 200 1497 0.002957 10.0.0.41 - - [2026-01-29 02:19:39] "GET /routing-instance/3828b152-f0c0-431a-b350-9f803d488ccc HTTP/1.1" 200 1497 0.002614 10.0.0.41 - - [2026-01-29 02:19:39] "GET /route-target/d7e85c05-b5e7-4996-9f0b-ee7e91ba3cfc HTTP/1.1" 200 1215 0.002510 10.0.0.41 - - [2026-01-29 02:19:39] "GET /virtual-network/6b06fc0c-51b1-4775-b4c0-7c868d08ade4 HTTP/1.1" 200 2321 0.004213 10.0.0.41 - - [2026-01-29 02:19:39] "GET /routing-instance/3828b152-f0c0-431a-b350-9f803d488ccc HTTP/1.1" 200 1497 0.003502 10.0.0.41 - - [2026-01-29 02:19:39] "GET /virtual-network/6b06fc0c-51b1-4775-b4c0-7c868d08ade4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004344 10.0.0.41 - - [2026-01-29 02:19:39] "GET /virtual-network/6b06fc0c-51b1-4775-b4c0-7c868d08ade4 HTTP/1.1" 200 2321 0.004007 10.0.0.41 - - [2026-01-29 02:19:39] "GET /routing-instance/3828b152-f0c0-431a-b350-9f803d488ccc HTTP/1.1" 200 1497 0.002770 10.0.0.41 - - [2026-01-29 02:19:39] "GET /routing-instance/3828b152-f0c0-431a-b350-9f803d488ccc HTTP/1.1" 200 1497 0.002892 10.0.0.41 - - [2026-01-29 02:19:39] "GET /route-target/d7e85c05-b5e7-4996-9f0b-ee7e91ba3cfc HTTP/1.1" 200 1215 0.002487 10.0.0.41 - - [2026-01-29 02:19:39] "GET /domains HTTP/1.1" 200 280 0.002465 10.0.0.41 - - [2026-01-29 02:19:39] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001128 10.0.0.41 - - [2026-01-29 02:19:39] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135 HTTP/1.1" 200 2751 0.006577 10.0.0.41 - - [2026-01-29 02:19:39] "GET /projects?obj_uuids=86fa7cc4-81b0-40f8-98f6-89eee5927e52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000819 10.0.0.41 - - [2026-01-29 02:19:39] "GET /project/86fa7cc4-81b0-40f8-98f6-89eee5927e52 HTTP/1.1" 200 2527 0.059747 10.0.0.41 - - [2026-01-29 02:19:39] "GET /virtual-network/6b06fc0c-51b1-4775-b4c0-7c868d08ade4 HTTP/1.1" 200 2321 0.004330 10.0.0.41 - - [2026-01-29 02:19:39] "GET /obj-perms HTTP/1.1" 200 5026 0.002472 10.0.0.41 - - [2026-01-29 02:19:39] "POST /id-to-fqname HTTP/1.1" 200 223 0.001188 10.0.0.41 - - [2026-01-29 02:19:39] "POST /neutron/port HTTP/1.1" 200 117 0.011267 10.0.0.41 - - [2026-01-29 02:19:40] "POST /neutron/network HTTP/1.1" 200 841 0.005962 10.0.0.41 - - [2026-01-29 02:19:40] "GET /aaa-mode HTTP/1.1" 401 292 0.000369 10.0.0.41 - - [2026-01-29 02:19:40] "GET / HTTP/1.1" 200 35931 0.001704 10.0.0.41 - - [2026-01-29 02:19:40] "GET /project/86fa7cc4-81b0-40f8-98f6-89eee5927e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000417 10.0.0.41 - - [2026-01-29 02:19:40] "GET /projects?obj_uuids=86fa7cc4-81b0-40f8-98f6-89eee5927e52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000910 10.0.0.41 - - [2026-01-29 02:19:40] "GET /project/86fa7cc4-81b0-40f8-98f6-89eee5927e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.051238 10.0.0.41 - - [2026-01-29 02:19:40] "POST /neutron/network HTTP/1.1" 200 831 0.005054 10.0.0.41 - - [2026-01-29 02:19:41] "POST /neutron/port HTTP/1.1" 200 117 0.007811 10.0.0.41 - - [2026-01-29 02:19:41] "POST /neutron/port HTTP/1.1" 200 117 0.005645 10.0.0.41 - - [2026-01-29 02:19:41] "POST /id-to-fqname HTTP/1.1" 200 224 0.001261 10.0.0.41 - - [2026-01-29 02:19:41] "POST /neutron/port HTTP/1.1" 200 117 0.007922 10.0.0.41 - - [2026-01-29 02:19:41] "POST /neutron/network HTTP/1.1" 200 843 0.005541 10.0.0.41 - - [2026-01-29 02:19:41] "GET /aaa-mode HTTP/1.1" 401 292 0.000400 10.0.0.41 - - [2026-01-29 02:19:41] "GET / HTTP/1.1" 200 35931 0.001601 10.0.0.41 - - [2026-01-29 02:19:41] "GET /project/86fa7cc4-81b0-40f8-98f6-89eee5927e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000356 10.0.0.41 - - [2026-01-29 02:19:41] "GET /projects?obj_uuids=86fa7cc4-81b0-40f8-98f6-89eee5927e52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000967 10.0.0.41 - - [2026-01-29 02:19:41] "GET /project/86fa7cc4-81b0-40f8-98f6-89eee5927e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.055155 10.0.0.41 - - [2026-01-29 02:19:41] "POST /neutron/network HTTP/1.1" 200 833 0.006381 10.0.0.41 - - [2026-01-29 02:19:42] "POST /neutron/port HTTP/1.1" 200 117 0.012222 10.0.0.41 - - [2026-01-29 02:19:42] "POST /neutron/port HTTP/1.1" 200 117 0.006744 10.0.0.41 - - [2026-01-29 02:19:42] "POST /fqname-to-id HTTP/1.1" 404 193 0.002624 10.0.0.41 - - [2026-01-29 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002118 10.0.0.41 - - [2026-01-29 02:19:42] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000954 10.0.0.41 - - [2026-01-29 02:19:42] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.006273 10.0.0.41 - - [2026-01-29 02:19:42] "POST /service-templates HTTP/1.1" 200 543 0.019280 10.0.0.41 - - [2026-01-29 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.41 - - [2026-01-29 02:19:42] "GET /service-template/c59be41a-dd8b-4c34-b726-35dc9af3f98e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004239 10.0.0.41 - - [2026-01-29 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002459 10.0.0.41 - - [2026-01-29 02:19:42] "GET /service-template/c59be41a-dd8b-4c34-b726-35dc9af3f98e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.005333 10.0.0.41 - - [2026-01-29 02:19:42] "POST /id-to-fqname HTTP/1.1" 200 223 0.001202 10.0.0.41 - - [2026-01-29 02:19:42] "POST /id-to-fqname HTTP/1.1" 200 223 0.001164 10.0.0.41 - - [2026-01-29 02:19:42] "POST /id-to-fqname HTTP/1.1" 200 224 0.001207 10.0.0.41 - - [2026-01-29 02:19:42] "POST /neutron/port HTTP/1.1" 200 117 0.009404 10.0.0.41 - - [2026-01-29 02:19:43] "POST /neutron/network HTTP/1.1" 200 2221 0.008786 10.0.0.41 - - [2026-01-29 02:19:43] "GET /aaa-mode HTTP/1.1" 401 292 0.000433 10.0.0.41 - - [2026-01-29 02:19:43] "GET /obj-perms HTTP/1.1" 200 5056 0.051196 10.0.0.41 - - [2026-01-29 02:19:43] "GET / HTTP/1.1" 200 35931 0.001614 10.0.0.41 - - [2026-01-29 02:19:43] "GET /project/86fa7cc4-81b0-40f8-98f6-89eee5927e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000372 10.0.0.41 - - [2026-01-29 02:19:43] "GET /obj-perms HTTP/1.1" 200 5056 0.063652 10.0.0.41 - - [2026-01-29 02:19:44] "GET /projects?obj_uuids=86fa7cc4-81b0-40f8-98f6-89eee5927e52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001425 10.0.0.41 - - [2026-01-29 02:19:44] "GET /project/86fa7cc4-81b0-40f8-98f6-89eee5927e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.062756 10.0.0.41 - - [2026-01-29 02:19:44] "POST /neutron/network HTTP/1.1" 200 832 0.006445 10.0.0.41 - - [2026-01-29 02:19:44] "POST /neutron/network HTTP/1.1" 200 831 0.006987 10.0.0.41 - - [2026-01-29 02:19:44] "POST /neutron/network HTTP/1.1" 200 833 0.004644 10.0.0.41 - - [2026-01-29 02:19:44] "POST /neutron/port HTTP/1.1" 200 117 0.010283 10.0.0.41 - - [2026-01-29 02:19:44] "POST /neutron/port HTTP/1.1" 200 117 0.004689 10.0.0.41 - - [2026-01-29 02:19:44] "POST /neutron/port HTTP/1.1" 200 117 0.004613 10.0.0.41 - - [2026-01-29 02:19:44] "POST /neutron/port HTTP/1.1" 200 117 0.004561 10.0.0.41 - - [2026-01-29 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002587 10.0.0.41 - - [2026-01-29 02:19:44] "DELETE /service-template/c59be41a-dd8b-4c34-b726-35dc9af3f98e HTTP/1.1" 200 115 0.019837 10.0.0.41 - - [2026-01-29 02:19:44] "POST /fqname-to-id HTTP/1.1" 404 193 0.002476 10.0.0.41 - - [2026-01-29 02:19:44] "POST /neutron/port HTTP/1.1" 200 117 0.004884 10.0.0.41 - - [2026-01-29 02:19:44] "POST /neutron/port HTTP/1.1" 200 117 0.004360 10.0.0.41 - - [2026-01-29 02:19:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000501 10.0.0.41 - - [2026-01-29 02:19:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.41 - - [2026-01-29 02:19:45] "POST /neutron/network HTTP/1.1" 200 833 0.004657 10.0.0.41 - - [2026-01-29 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.41 - - [2026-01-29 02:19:45] "POST /useragent-kv HTTP/1.1" 200 115 0.004266 10.0.0.41 - - [2026-01-29 02:19:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002319 10.0.0.41 - - [2026-01-29 02:19:45] "POST /neutron/network HTTP/1.1" 200 151 0.080167 10.0.0.41 - - [2026-01-29 02:19:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000342 10.0.0.41 - - [2026-01-29 02:19:45] "DELETE /route-target/d7e85c05-b5e7-4996-9f0b-ee7e91ba3cfc HTTP/1.1" 200 115 0.024952 10.0.0.41 - - [2026-01-29 02:19:45] "GET /routing-instance/3828b152-f0c0-431a-b350-9f803d488ccc HTTP/1.1" 404 171 0.002215 10.0.0.41 - - [2026-01-29 02:19:45] "GET /domains HTTP/1.1" 200 280 0.002429 10.0.0.41 - - [2026-01-29 02:19:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000318 10.0.0.41 - - [2026-01-29 02:19:45] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000893 10.0.0.41 - - [2026-01-29 02:19:45] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135 HTTP/1.1" 200 2751 0.048238 10.0.0.41 - - [2026-01-29 02:19:45] "GET /projects?obj_uuids=86fa7cc4-81b0-40f8-98f6-89eee5927e52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001385 10.0.0.41 - - [2026-01-29 02:19:45] "GET /project/86fa7cc4-81b0-40f8-98f6-89eee5927e52 HTTP/1.1" 200 2308 0.067159 10.0.0.41 - - [2026-01-29 02:19:45] "POST /neutron/network HTTP/1.1" 200 831 0.005040 10.0.0.41 - - [2026-01-29 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002948 10.0.0.41 - - [2026-01-29 02:19:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002591 10.0.0.41 - - [2026-01-29 02:19:45] "POST /useragent-kv HTTP/1.1" 200 115 0.001841 10.0.0.41 - - [2026-01-29 02:19:45] "POST /neutron/network HTTP/1.1" 200 151 0.068034 10.0.0.41 - - [2026-01-29 02:19:45] "DELETE /route-target/0c071ace-57dd-4ad7-8b76-b523f0fcc122 HTTP/1.1" 200 115 0.017806 10.0.0.41 - - [2026-01-29 02:19:45] "GET /routing-instance/156325be-366c-4f1e-8e15-a253df25ae6e HTTP/1.1" 404 171 0.002944 10.0.0.41 - - [2026-01-29 02:19:45] "GET /domains HTTP/1.1" 200 280 0.002270 10.0.0.41 - - [2026-01-29 02:19:45] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000976 10.0.0.41 - - [2026-01-29 02:19:45] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135 HTTP/1.1" 200 2751 0.049417 10.0.0.41 - - [2026-01-29 02:19:45] "GET /projects?obj_uuids=86fa7cc4-81b0-40f8-98f6-89eee5927e52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001534 10.0.0.41 - - [2026-01-29 02:19:45] "GET /project/86fa7cc4-81b0-40f8-98f6-89eee5927e52 HTTP/1.1" 200 2090 0.073625 10.0.0.41 - - [2026-01-29 02:19:45] "POST /neutron/network HTTP/1.1" 200 832 0.004930 10.0.0.41 - - [2026-01-29 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.41 - - [2026-01-29 02:19:45] "POST /useragent-kv HTTP/1.1" 200 115 0.013842 10.0.0.41 - - [2026-01-29 02:19:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002482 10.0.0.41 - - [2026-01-29 02:19:45] "POST /neutron/network HTTP/1.1" 200 151 0.086113 10.0.0.41 - - [2026-01-29 02:19:45] "GET /routing-instance/57b25d5c-e7ec-4715-8894-587efe997e11 HTTP/1.1" 404 171 0.006041 10.0.0.41 - - [2026-01-29 02:19:45] "DELETE /route-target/69e2d60b-40c0-44cd-b292-eebe5647504e HTTP/1.1" 200 115 0.027241 10.0.0.41 - - [2026-01-29 02:19:45] "GET /domains HTTP/1.1" 200 280 0.005044 10.0.0.41 - - [2026-01-29 02:19:45] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000926 10.0.0.41 - - [2026-01-29 02:19:45] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135 HTTP/1.1" 200 2751 0.049651 10.0.0.41 - - [2026-01-29 02:19:45] "GET /projects?obj_uuids=86fa7cc4-81b0-40f8-98f6-89eee5927e52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001317 10.0.0.41 - - [2026-01-29 02:19:45] "GET /project/86fa7cc4-81b0-40f8-98f6-89eee5927e52 HTTP/1.1" 200 1850 0.064797 10.0.0.41 - - [2026-01-29 02:19:46] "GET /projects?obj_uuids=86fa7cc4-81b0-40f8-98f6-89eee5927e52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001396 10.0.0.41 - - [2026-01-29 02:19:46] "GET /project/86fa7cc4-81b0-40f8-98f6-89eee5927e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.028278 10.0.0.41 - - [2026-01-29 02:19:46] "GET /projects?obj_uuids=86fa7cc4-81b0-40f8-98f6-89eee5927e52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001008 10.0.0.41 - - [2026-01-29 02:19:46] "GET /project/86fa7cc4-81b0-40f8-98f6-89eee5927e52?fields=virtual_networks HTTP/1.1" 200 1038 0.063900 10.0.0.41 - - [2026-01-29 02:19:46] "GET /projects?obj_uuids=86fa7cc4-81b0-40f8-98f6-89eee5927e52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001093 10.0.0.41 - - [2026-01-29 02:19:46] "GET /project/86fa7cc4-81b0-40f8-98f6-89eee5927e52?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.028666 10.0.0.41 - - [2026-01-29 02:19:46] "GET /projects?obj_uuids=86fa7cc4-81b0-40f8-98f6-89eee5927e52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000954 10.0.0.41 - - [2026-01-29 02:19:46] "GET /project/86fa7cc4-81b0-40f8-98f6-89eee5927e52?fields=security_groups HTTP/1.1" 200 1262 0.029312 10.0.0.41 - - [2026-01-29 02:19:47] "POST /fqname-to-id HTTP/1.1" 404 189 0.027604 10.0.0.41 - - [2026-01-29 02:19:47] "GET /projects?obj_uuids=bf3b949c-934d-4b7f-92e0-a11b5be0df3c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002213 10.0.0.41 - - [2026-01-29 02:19:47] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001143 10.0.0.41 - - [2026-01-29 02:19:47] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007492 10.0.0.41 - - [2026-01-29 02:19:47] "POST /id-to-fqname HTTP/1.1" 200 191 0.001454 10.0.0.41 - - [2026-01-29 02:19:47] "POST /fqname-to-id HTTP/1.1" 404 200 0.002101 10.0.0.41 - - [2026-01-29 02:19:47] "POST /security-groups HTTP/1.1" 200 592 0.064574 10.0.0.41 - - [2026-01-29 02:19:47] "POST /fqname-to-id HTTP/1.1" 404 235 0.003278 10.0.0.41 - - [2026-01-29 02:19:47] "POST /projects HTTP/1.1" 200 587 0.210446 10.0.0.41 - - [2026-01-29 02:19:47] "POST /access-control-lists HTTP/1.1" 200 597 0.065180 10.0.0.41 - - [2026-01-29 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.281688 10.0.0.41 - - [2026-01-29 02:19:47] "POST /fqname-to-id HTTP/1.1" 404 234 0.002860 10.0.0.41 - - [2026-01-29 02:19:47] "GET /project/bf3b949c-934d-4b7f-92e0-a11b5be0df3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.398901 10.0.0.41 - - [2026-01-29 02:19:47] "POST /access-control-lists HTTP/1.1" 200 595 0.060668 10.0.0.41 - - [2026-01-29 02:19:48] "GET / HTTP/1.1" 200 35931 0.002131 10.0.0.41 - - [2026-01-29 02:19:49] "GET /project/bf3b949c-934d-4b7f-92e0-a11b5be0df3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000470 10.0.0.41 - - [2026-01-29 02:19:50] "GET /projects?obj_uuids=bf3b949c-934d-4b7f-92e0-a11b5be0df3c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001343 10.0.0.41 - - [2026-01-29 02:19:50] "GET /project/bf3b949c-934d-4b7f-92e0-a11b5be0df3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.057749 10.0.0.41 - - [2026-01-29 02:19:50] "POST /fqname-to-id HTTP/1.1" 404 180 0.003077 10.0.0.41 - - [2026-01-29 02:19:50] "POST /virtual-DNSs HTTP/1.1" 200 507 0.017606 10.0.0.41 - - [2026-01-29 02:19:50] "GET /virtual-DNS/51b989f8-7d73-458f-87d5-3d09b1727331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.006181 10.0.0.41 - - [2026-01-29 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002967 10.0.0.41 - - [2026-01-29 02:19:50] "GET /virtual-DNS/51b989f8-7d73-458f-87d5-3d09b1727331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.003683 10.0.0.41 - - [2026-01-29 02:19:50] "GET /domains HTTP/1.1" 401 292 0.000400 10.0.0.41 - - [2026-01-29 02:19:50] "GET /domains HTTP/1.1" 200 280 0.030852 10.0.0.41 - - [2026-01-29 02:19:50] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001045 10.0.0.41 - - [2026-01-29 02:19:50] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135 HTTP/1.1" 200 3138 0.007504 10.0.0.41 - - [2026-01-29 02:19:50] "GET /virtual-DNS/51b989f8-7d73-458f-87d5-3d09b1727331 HTTP/1.1" 200 1437 0.004289 10.0.0.41 - - [2026-01-29 02:19:50] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002450 10.0.0.41 - - [2026-01-29 02:19:50] "POST /network-ipams HTTP/1.1" 200 514 0.015098 10.0.0.41 - - [2026-01-29 02:19:50] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.002826 10.0.0.41 - - [2026-01-29 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002438 10.0.0.41 - - [2026-01-29 02:19:50] "GET /network-ipam/eb98815d-36f3-472e-ab61-e9f00da8292a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.004993 10.0.0.41 - - [2026-01-29 02:19:50] "PUT /network-ipam/eb98815d-36f3-472e-ab61-e9f00da8292a HTTP/1.1" 200 258 0.010187 10.0.0.41 - - [2026-01-29 02:19:51] "POST /ref-update HTTP/1.1" 200 156 0.009521 10.0.0.41 - - [2026-01-29 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002737 10.0.0.41 - - [2026-01-29 02:19:51] "GET /projects?obj_uuids=bf3b949c-934d-4b7f-92e0-a11b5be0df3c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000989 10.0.0.41 - - [2026-01-29 02:19:51] "GET /project/bf3b949c-934d-4b7f-92e0-a11b5be0df3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.025205 10.0.0.41 - - [2026-01-29 02:19:51] "POST /neutron/network HTTP/1.1" 200 117 0.032273 10.0.0.41 - - [2026-01-29 02:19:51] "GET /projects?obj_uuids=bf3b949c-934d-4b7f-92e0-a11b5be0df3c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001224 10.0.0.41 - - [2026-01-29 02:19:51] "POST /neutron/network HTTP/1.1" 200 618 0.060831 10.0.0.41 - - [2026-01-29 02:19:51] "POST /route-targets HTTP/1.1" 200 327 0.016486 10.0.0.41 - - [2026-01-29 02:19:51] "POST /ref-update HTTP/1.1" 200 156 0.013105 10.0.0.41 - - [2026-01-29 02:19:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003148 10.0.0.41 - - [2026-01-29 02:19:51] "POST /neutron/subnet HTTP/1.1" 200 711 0.202010 10.0.0.41 - - [2026-01-29 02:19:51] "POST /neutron/network HTTP/1.1" 200 833 0.004640 10.0.0.41 - - [2026-01-29 02:19:51] "POST /id-to-fqname HTTP/1.1" 200 227 0.001114 10.0.0.41 - - [2026-01-29 02:19:51] "GET /virtual-network/cab48bf5-a7b9-4949-80a7-ff8b1296a2c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004637 10.0.0.41 - - [2026-01-29 02:19:51] "POST /neutron/network HTTP/1.1" 200 833 0.005350 10.0.0.41 - - [2026-01-29 02:19:51] "GET /virtual-network/cab48bf5-a7b9-4949-80a7-ff8b1296a2c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004703 10.0.0.41 - - [2026-01-29 02:19:51] "POST /neutron/network HTTP/1.1" 200 833 0.005946 10.0.0.41 - - [2026-01-29 02:19:51] "POST /neutron/subnet HTTP/1.1" 200 711 0.006606 10.0.0.41 - - [2026-01-29 02:19:51] "POST /neutron/network HTTP/1.1" 200 807 0.008933 10.0.0.41 - - [2026-01-29 02:19:51] "POST /neutron/network HTTP/1.1" 200 833 0.005064 10.0.0.41 - - [2026-01-29 02:19:51] "POST /id-to-fqname HTTP/1.1" 200 227 0.001178 10.0.0.41 - - [2026-01-29 02:19:51] "POST /neutron/port HTTP/1.1" 200 117 0.009295 10.0.0.41 - - [2026-01-29 02:19:52] "POST /neutron/network HTTP/1.1" 200 843 0.005327 10.0.0.41 - - [2026-01-29 02:19:52] "GET /aaa-mode HTTP/1.1" 401 292 0.000455 10.0.0.41 - - [2026-01-29 02:19:52] "GET / HTTP/1.1" 200 35931 0.003202 10.0.0.41 - - [2026-01-29 02:19:52] "GET /project/bf3b949c-934d-4b7f-92e0-a11b5be0df3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000357 10.0.0.41 - - [2026-01-29 02:19:52] "GET /projects?obj_uuids=bf3b949c-934d-4b7f-92e0-a11b5be0df3c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001149 10.0.0.41 - - [2026-01-29 02:19:52] "GET /project/bf3b949c-934d-4b7f-92e0-a11b5be0df3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.047707 10.0.0.41 - - [2026-01-29 02:19:52] "POST /neutron/network HTTP/1.1" 200 833 0.004829 10.0.0.41 - - [2026-01-29 02:19:52] "POST /neutron/port HTTP/1.1" 200 117 0.009778 10.0.0.41 - - [2026-01-29 02:19:52] "POST /neutron/port HTTP/1.1" 200 117 0.005247 10.0.0.41 - - [2026-01-29 02:19:53] "POST /neutron/port HTTP/1.1" 200 117 0.004463 10.0.0.41 - - [2026-01-29 02:19:58] "POST /neutron/port HTTP/1.1" 200 117 0.004056 10.0.0.41 - - [2026-01-29 02:19:58] "POST /neutron/port HTTP/1.1" 200 117 0.004972 10.0.0.41 - - [2026-01-29 02:19:58] "POST /neutron/network HTTP/1.1" 200 833 0.005072 10.0.0.41 - - [2026-01-29 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005695 10.0.0.41 - - [2026-01-29 02:19:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003079 10.0.0.41 - - [2026-01-29 02:19:58] "POST /useragent-kv HTTP/1.1" 200 115 0.001857 10.0.0.41 - - [2026-01-29 02:19:58] "POST /neutron/network HTTP/1.1" 200 151 0.083297 10.0.0.41 - - [2026-01-29 02:19:58] "DELETE /route-target/aae6b955-e258-454a-ae8a-7237a97c85e4 HTTP/1.1" 200 115 0.017705 10.0.0.41 - - [2026-01-29 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004638 10.0.0.41 - - [2026-01-29 02:19:58] "DELETE /network-ipam/eb98815d-36f3-472e-ab61-e9f00da8292a HTTP/1.1" 200 115 0.021340 10.0.0.41 - - [2026-01-29 02:19:58] "DELETE /virtual-DNS/51b989f8-7d73-458f-87d5-3d09b1727331 HTTP/1.1" 200 115 0.023350 10.0.0.41 - - [2026-01-29 02:19:58] "POST /fqname-to-id HTTP/1.1" 404 180 0.002398 10.0.0.41 - - [2026-01-29 02:19:58] "GET /domains HTTP/1.1" 200 280 0.002690 10.0.0.41 - - [2026-01-29 02:19:58] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000935 10.0.0.41 - - [2026-01-29 02:19:58] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135 HTTP/1.1" 200 2938 0.006970 10.0.0.41 - - [2026-01-29 02:19:58] "GET /projects?obj_uuids=bf3b949c-934d-4b7f-92e0-a11b5be0df3c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001520 10.0.0.41 - - [2026-01-29 02:19:58] "GET /project/bf3b949c-934d-4b7f-92e0-a11b5be0df3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.026914 10.0.0.41 - - [2026-01-29 02:19:58] "GET /projects?obj_uuids=bf3b949c-934d-4b7f-92e0-a11b5be0df3c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001340 10.0.0.41 - - [2026-01-29 02:19:58] "GET /project/bf3b949c-934d-4b7f-92e0-a11b5be0df3c?fields=virtual_networks HTTP/1.1" 200 1045 0.072593 10.0.0.41 - - [2026-01-29 02:19:58] "GET /projects?obj_uuids=bf3b949c-934d-4b7f-92e0-a11b5be0df3c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000920 10.0.0.41 - - [2026-01-29 02:19:58] "GET /project/bf3b949c-934d-4b7f-92e0-a11b5be0df3c?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.023097 10.0.0.41 - - [2026-01-29 02:19:58] "GET /projects?obj_uuids=bf3b949c-934d-4b7f-92e0-a11b5be0df3c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001328 10.0.0.41 - - [2026-01-29 02:19:58] "GET /project/bf3b949c-934d-4b7f-92e0-a11b5be0df3c?fields=security_groups HTTP/1.1" 200 1272 0.027681 10.0.0.41 - - [2026-01-29 02:19:59] "POST /fqname-to-id HTTP/1.1" 404 189 0.032007 10.0.0.41 - - [2026-01-29 02:19:59] "GET /projects?obj_uuids=9330f1a6-b126-458f-a3c1-1d4e5d8bc103&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002594 10.0.0.41 - - [2026-01-29 02:19:59] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000953 10.0.0.41 - - [2026-01-29 02:19:59] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006176 10.0.0.41 - - [2026-01-29 02:19:59] "POST /id-to-fqname HTTP/1.1" 200 191 0.001708 10.0.0.41 - - [2026-01-29 02:19:59] "POST /fqname-to-id HTTP/1.1" 404 200 0.003722 10.0.0.41 - - [2026-01-29 02:20:00] "POST /security-groups HTTP/1.1" 200 592 0.063873 10.0.0.41 - - [2026-01-29 02:20:00] "POST /fqname-to-id HTTP/1.1" 404 235 0.002323 10.0.0.41 - - [2026-01-29 02:20:00] "POST /projects HTTP/1.1" 200 587 0.209748 10.0.0.41 - - [2026-01-29 02:20:00] "POST /access-control-lists HTTP/1.1" 200 597 0.056117 10.0.0.41 - - [2026-01-29 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.280812 10.0.0.41 - - [2026-01-29 02:20:00] "POST /fqname-to-id HTTP/1.1" 404 234 0.002533 10.0.0.41 - - [2026-01-29 02:20:00] "GET /project/9330f1a6-b126-458f-a3c1-1d4e5d8bc103?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.415892 10.0.0.41 - - [2026-01-29 02:20:00] "POST /access-control-lists HTTP/1.1" 200 595 0.060893 10.0.0.41 - - [2026-01-29 02:20:01] "GET / HTTP/1.1" 200 35931 0.001823 10.0.0.41 - - [2026-01-29 02:20:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000449 10.0.0.41 - - [2026-01-29 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.064808 10.0.0.41 - - [2026-01-29 02:20:02] "GET /projects?obj_uuids=9330f1a6-b126-458f-a3c1-1d4e5d8bc103&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000990 10.0.0.41 - - [2026-01-29 02:20:02] "GET /project/9330f1a6-b126-458f-a3c1-1d4e5d8bc103?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.021462 10.0.0.41 - - [2026-01-29 02:20:02] "POST /neutron/network HTTP/1.1" 200 117 0.032125 10.0.0.41 - - [2026-01-29 02:20:02] "GET /projects?obj_uuids=9330f1a6-b126-458f-a3c1-1d4e5d8bc103&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001184 10.0.0.41 - - [2026-01-29 02:20:02] "POST /neutron/network HTTP/1.1" 200 606 0.066660 10.0.0.41 - - [2026-01-29 02:20:02] "POST /route-targets HTTP/1.1" 200 327 0.010690 10.0.0.41 - - [2026-01-29 02:20:02] "POST /ref-update HTTP/1.1" 200 156 0.015138 10.0.0.41 - - [2026-01-29 02:20:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003760 10.0.0.41 - - [2026-01-29 02:20:02] "POST /neutron/subnet HTTP/1.1" 200 729 0.142488 10.0.0.41 - - [2026-01-29 02:20:02] "POST /neutron/network HTTP/1.1" 200 826 0.005386 10.0.0.41 - - [2026-01-29 02:20:02] "POST /id-to-fqname HTTP/1.1" 200 221 0.001337 10.0.0.41 - - [2026-01-29 02:20:02] "GET /virtual-network/ee091be1-5bff-410e-bd59-fffbbd33a20d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006620 10.0.0.41 - - [2026-01-29 02:20:02] "POST /neutron/network HTTP/1.1" 200 826 0.006881 10.0.0.41 - - [2026-01-29 02:20:02] "GET /virtual-network/ee091be1-5bff-410e-bd59-fffbbd33a20d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004506 10.0.0.41 - - [2026-01-29 02:20:02] "POST /neutron/network HTTP/1.1" 200 826 0.005105 10.0.0.41 - - [2026-01-29 02:20:02] "POST /neutron/subnet HTTP/1.1" 200 729 0.006596 10.0.0.41 - - [2026-01-29 02:20:02] "POST /id-to-fqname HTTP/1.1" 200 221 0.001117 10.0.0.41 - - [2026-01-29 02:20:03] "POST /neutron/port HTTP/1.1" 200 117 0.009466 10.0.0.41 - - [2026-01-29 02:20:03] "POST /neutron/network HTTP/1.1" 200 836 0.006205 10.0.0.41 - - [2026-01-29 02:20:03] "GET /aaa-mode HTTP/1.1" 401 292 0.000447 10.0.0.41 - - [2026-01-29 02:20:03] "GET / HTTP/1.1" 200 35931 0.001632 10.0.0.41 - - [2026-01-29 02:20:03] "GET /project/9330f1a6-b126-458f-a3c1-1d4e5d8bc103?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000360 10.0.0.41 - - [2026-01-29 02:20:03] "GET /projects?obj_uuids=9330f1a6-b126-458f-a3c1-1d4e5d8bc103&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001105 10.0.0.41 - - [2026-01-29 02:20:03] "GET /project/9330f1a6-b126-458f-a3c1-1d4e5d8bc103?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.049968 10.0.0.41 - - [2026-01-29 02:20:03] "POST /neutron/network HTTP/1.1" 200 826 0.004883 10.0.0.41 - - [2026-01-29 02:20:04] "POST /neutron/port HTTP/1.1" 200 117 0.010012 10.0.0.41 - - [2026-01-29 02:20:04] "POST /neutron/port HTTP/1.1" 200 117 0.004360 10.0.0.41 - - [2026-01-29 02:20:04] "POST /id-to-fqname HTTP/1.1" 200 221 0.001517 10.0.0.41 - - [2026-01-29 02:20:04] "POST /neutron/port HTTP/1.1" 200 117 0.010459 10.0.0.41 - - [2026-01-29 02:20:04] "POST /neutron/network HTTP/1.1" 200 836 0.005327 10.0.0.41 - - [2026-01-29 02:20:04] "GET /aaa-mode HTTP/1.1" 401 292 0.000516 10.0.0.41 - - [2026-01-29 02:20:04] "GET / HTTP/1.1" 200 35931 0.002023 10.0.0.41 - - [2026-01-29 02:20:04] "GET /project/9330f1a6-b126-458f-a3c1-1d4e5d8bc103?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000408 10.0.0.41 - - [2026-01-29 02:20:05] "GET /projects?obj_uuids=9330f1a6-b126-458f-a3c1-1d4e5d8bc103&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001034 10.0.0.41 - - [2026-01-29 02:20:05] "GET /project/9330f1a6-b126-458f-a3c1-1d4e5d8bc103?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.049538 10.0.0.41 - - [2026-01-29 02:20:05] "POST /neutron/network HTTP/1.1" 200 826 0.004970 10.0.0.41 - - [2026-01-29 02:20:05] "POST /neutron/port HTTP/1.1" 200 117 0.012385 10.0.0.41 - - [2026-01-29 02:20:05] "POST /neutron/port HTTP/1.1" 200 117 0.005633 10.0.0.41 - - [2026-01-29 02:20:05] "POST /neutron/port HTTP/1.1" 200 117 0.004390 10.0.0.41 - - [2026-01-29 02:20:05] "POST /neutron/port HTTP/1.1" 200 117 0.004948 10.0.0.41 - - [2026-01-29 02:20:05] "POST /neutron/port HTTP/1.1" 200 117 0.004369 10.0.0.41 - - [2026-01-29 02:20:05] "POST /neutron/network HTTP/1.1" 200 826 0.006234 10.0.0.41 - - [2026-01-29 02:20:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002066 10.0.0.41 - - [2026-01-29 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.41 - - [2026-01-29 02:20:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002353 10.0.0.41 - - [2026-01-29 02:20:05] "POST /neutron/network HTTP/1.1" 200 151 0.069213 10.0.0.41 - - [2026-01-29 02:20:05] "DELETE /route-target/ee5a34a8-d2c4-403b-a86c-7a0535314084 HTTP/1.1" 200 115 0.015188 10.0.0.41 - - [2026-01-29 02:20:06] "GET /projects?obj_uuids=9330f1a6-b126-458f-a3c1-1d4e5d8bc103&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001061 10.0.0.41 - - [2026-01-29 02:20:06] "GET /project/9330f1a6-b126-458f-a3c1-1d4e5d8bc103?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.027655 10.0.0.41 - - [2026-01-29 02:20:06] "GET /projects?obj_uuids=9330f1a6-b126-458f-a3c1-1d4e5d8bc103&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001252 10.0.0.41 - - [2026-01-29 02:20:06] "GET /project/9330f1a6-b126-458f-a3c1-1d4e5d8bc103?fields=virtual_networks HTTP/1.1" 200 1045 0.067844 10.0.0.41 - - [2026-01-29 02:20:06] "GET /projects?obj_uuids=9330f1a6-b126-458f-a3c1-1d4e5d8bc103&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001409 10.0.0.41 - - [2026-01-29 02:20:06] "GET /project/9330f1a6-b126-458f-a3c1-1d4e5d8bc103?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.026191 10.0.0.41 - - [2026-01-29 02:20:06] "GET /projects?obj_uuids=9330f1a6-b126-458f-a3c1-1d4e5d8bc103&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001395 10.0.0.41 - - [2026-01-29 02:20:06] "GET /project/9330f1a6-b126-458f-a3c1-1d4e5d8bc103?fields=security_groups HTTP/1.1" 200 1272 0.026582 10.0.0.41 - - [2026-01-29 02:20:07] "POST /fqname-to-id HTTP/1.1" 404 188 0.030505 10.0.0.41 - - [2026-01-29 02:20:07] "GET /projects?obj_uuids=d999f5bf-dd86-4b51-bd5c-ab352254e7da&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002337 10.0.0.41 - - [2026-01-29 02:20:07] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001072 10.0.0.41 - - [2026-01-29 02:20:07] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007238 10.0.0.41 - - [2026-01-29 02:20:07] "POST /id-to-fqname HTTP/1.1" 200 190 0.001608 10.0.0.41 - - [2026-01-29 02:20:07] "POST /fqname-to-id HTTP/1.1" 404 199 0.002796 10.0.0.41 - - [2026-01-29 02:20:07] "POST /security-groups HTTP/1.1" 200 591 0.067125 10.0.0.41 - - [2026-01-29 02:20:07] "POST /fqname-to-id HTTP/1.1" 404 234 0.002186 10.0.0.41 - - [2026-01-29 02:20:07] "POST /projects HTTP/1.1" 200 585 0.216453 10.0.0.41 - - [2026-01-29 02:20:07] "POST /access-control-lists HTTP/1.1" 200 596 0.057276 10.0.0.41 - - [2026-01-29 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.287023 10.0.0.41 - - [2026-01-29 02:20:07] "POST /fqname-to-id HTTP/1.1" 404 233 0.002487 10.0.0.41 - - [2026-01-29 02:20:07] "GET /project/d999f5bf-dd86-4b51-bd5c-ab352254e7da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.405310 10.0.0.41 - - [2026-01-29 02:20:07] "POST /access-control-lists HTTP/1.1" 200 594 0.060441 10.0.0.41 - - [2026-01-29 02:20:08] "GET / HTTP/1.1" 200 35931 0.002404 10.0.0.41 - - [2026-01-29 02:20:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000479 10.0.0.41 - - [2026-01-29 02:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.051659 10.0.0.41 - - [2026-01-29 02:20:09] "GET /projects?obj_uuids=d999f5bf-dd86-4b51-bd5c-ab352254e7da&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001161 10.0.0.41 - - [2026-01-29 02:20:09] "GET /project/d999f5bf-dd86-4b51-bd5c-ab352254e7da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.022234 10.0.0.41 - - [2026-01-29 02:20:09] "POST /neutron/network HTTP/1.1" 200 117 0.031110 10.0.0.41 - - [2026-01-29 02:20:09] "GET /projects?obj_uuids=d999f5bf-dd86-4b51-bd5c-ab352254e7da&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001732 10.0.0.41 - - [2026-01-29 02:20:09] "POST /neutron/network HTTP/1.1" 200 625 0.058074 10.0.0.41 - - [2026-01-29 02:20:09] "POST /route-targets HTTP/1.1" 200 327 0.013208 10.0.0.41 - - [2026-01-29 02:20:09] "POST /ref-update HTTP/1.1" 200 156 0.009247 10.0.0.41 - - [2026-01-29 02:20:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002654 10.0.0.41 - - [2026-01-29 02:20:10] "POST /neutron/subnet HTTP/1.1" 200 701 0.183931 10.0.0.41 - - [2026-01-29 02:20:10] "POST /neutron/network HTTP/1.1" 200 839 0.005522 10.0.0.41 - - [2026-01-29 02:20:10] "POST /id-to-fqname HTTP/1.1" 200 230 0.001395 10.0.0.41 - - [2026-01-29 02:20:10] "GET /virtual-network/533a490b-4aa8-4167-b62d-0d2587add138?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005514 10.0.0.41 - - [2026-01-29 02:20:10] "POST /neutron/network HTTP/1.1" 200 839 0.005883 10.0.0.41 - - [2026-01-29 02:20:10] "GET /virtual-network/533a490b-4aa8-4167-b62d-0d2587add138?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006087 10.0.0.41 - - [2026-01-29 02:20:10] "POST /neutron/network HTTP/1.1" 200 839 0.004876 10.0.0.41 - - [2026-01-29 02:20:10] "POST /neutron/subnet HTTP/1.1" 200 701 0.006498 10.0.0.41 - - [2026-01-29 02:20:10] "POST /neutron/network HTTP/1.1" 200 839 0.005325 10.0.0.41 - - [2026-01-29 02:20:10] "POST /id-to-fqname HTTP/1.1" 200 230 0.001192 10.0.0.41 - - [2026-01-29 02:20:10] "POST /neutron/port HTTP/1.1" 200 117 0.010468 10.0.0.41 - - [2026-01-29 02:20:10] "POST /neutron/network HTTP/1.1" 200 849 0.004910 10.0.0.41 - - [2026-01-29 02:20:10] "GET /aaa-mode HTTP/1.1" 401 292 0.000424 10.0.0.41 - - [2026-01-29 02:20:10] "GET / HTTP/1.1" 200 35931 0.001786 10.0.0.41 - - [2026-01-29 02:20:10] "GET /project/d999f5bf-dd86-4b51-bd5c-ab352254e7da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000498 10.0.0.41 - - [2026-01-29 02:20:11] "GET /projects?obj_uuids=d999f5bf-dd86-4b51-bd5c-ab352254e7da&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000994 10.0.0.41 - - [2026-01-29 02:20:11] "GET /project/d999f5bf-dd86-4b51-bd5c-ab352254e7da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.050123 10.0.0.41 - - [2026-01-29 02:20:11] "POST /neutron/network HTTP/1.1" 200 839 0.005403 10.0.0.41 - - [2026-01-29 02:20:11] "POST /neutron/port HTTP/1.1" 200 117 0.011652 10.0.0.41 - - [2026-01-29 02:20:11] "POST /neutron/port HTTP/1.1" 200 117 0.004578 10.0.0.41 - - [2026-01-29 02:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002501 10.0.0.41 - - [2026-01-29 02:20:11] "GET /global-vrouter-config/ca103479-b4e7-43b3-aef9-85f12c05b442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003467 10.0.0.41 - - [2026-01-29 02:20:11] "PUT /global-vrouter-config/ca103479-b4e7-43b3-aef9-85f12c05b442 HTTP/1.1" 200 276 0.008097 10.0.0.41 - - [2026-01-29 02:20:11] "POST /neutron/port HTTP/1.1" 200 117 0.004680 10.0.0.41 - - [2026-01-29 02:20:11] "POST /neutron/port HTTP/1.1" 200 117 0.004493 10.0.0.41 - - [2026-01-29 02:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002574 10.0.0.41 - - [2026-01-29 02:20:11] "GET /global-vrouter-config/ca103479-b4e7-43b3-aef9-85f12c05b442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.002976 10.0.0.41 - - [2026-01-29 02:20:11] "PUT /global-vrouter-config/ca103479-b4e7-43b3-aef9-85f12c05b442 HTTP/1.1" 200 276 0.008481 10.0.0.41 - - [2026-01-29 02:20:11] "POST /neutron/network HTTP/1.1" 200 839 0.004786 10.0.0.41 - - [2026-01-29 02:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002553 10.0.0.41 - - [2026-01-29 02:20:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002959 10.0.0.41 - - [2026-01-29 02:20:11] "POST /useragent-kv HTTP/1.1" 200 115 0.001966 10.0.0.41 - - [2026-01-29 02:20:11] "POST /neutron/network HTTP/1.1" 200 151 0.069727 10.0.0.41 - - [2026-01-29 02:20:11] "DELETE /route-target/419f3868-df17-475a-8d13-7c95bbb903af HTTP/1.1" 200 115 0.015568 10.0.0.41 - - [2026-01-29 02:20:12] "GET /global-vrouter-configs HTTP/1.1" 401 292 0.001218 10.0.0.41 - - [2026-01-29 02:20:12] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.026573 10.0.0.41 - - [2026-01-29 02:20:12] "GET /global-vrouter-config/ca103479-b4e7-43b3-aef9-85f12c05b442 HTTP/1.1" 200 1881 0.003160 10.0.0.41 - - [2026-01-29 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002725 10.0.0.41 - - [2026-01-29 02:20:12] "GET /projects?obj_uuids=d999f5bf-dd86-4b51-bd5c-ab352254e7da&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001259 10.0.0.41 - - [2026-01-29 02:20:12] "GET /project/d999f5bf-dd86-4b51-bd5c-ab352254e7da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.023925 10.0.0.41 - - [2026-01-29 02:20:12] "POST /neutron/network HTTP/1.1" 200 117 0.008604 10.0.0.41 - - [2026-01-29 02:20:12] "GET /projects?obj_uuids=d999f5bf-dd86-4b51-bd5c-ab352254e7da&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001445 10.0.0.41 - - [2026-01-29 02:20:12] "POST /neutron/network HTTP/1.1" 200 605 0.059325 10.0.0.41 - - [2026-01-29 02:20:12] "POST /route-targets HTTP/1.1" 200 327 0.011017 10.0.0.41 - - [2026-01-29 02:20:12] "POST /ref-update HTTP/1.1" 200 156 0.011778 10.0.0.41 - - [2026-01-29 02:20:13] "POST /useragent-kv HTTP/1.1" 200 115 0.004945 10.0.0.41 - - [2026-01-29 02:20:13] "POST /neutron/subnet HTTP/1.1" 200 725 0.131756 10.0.0.41 - - [2026-01-29 02:20:13] "POST /neutron/network HTTP/1.1" 200 824 0.006285 10.0.0.41 - - [2026-01-29 02:20:13] "POST /id-to-fqname HTTP/1.1" 200 220 0.001456 10.0.0.41 - - [2026-01-29 02:20:13] "GET /virtual-network/930f25dd-fae7-4262-a458-d866644c88f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006004 10.0.0.41 - - [2026-01-29 02:20:13] "POST /neutron/network HTTP/1.1" 200 824 0.007766 10.0.0.41 - - [2026-01-29 02:20:13] "GET /virtual-network/930f25dd-fae7-4262-a458-d866644c88f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005910 10.0.0.41 - - [2026-01-29 02:20:13] "POST /neutron/network HTTP/1.1" 200 824 0.005177 10.0.0.41 - - [2026-01-29 02:20:13] "POST /neutron/subnet HTTP/1.1" 200 725 0.006675 10.0.0.41 - - [2026-01-29 02:20:13] "POST /id-to-fqname HTTP/1.1" 200 220 0.001139 10.0.0.41 - - [2026-01-29 02:20:13] "POST /neutron/port HTTP/1.1" 200 117 0.011394 10.0.0.41 - - [2026-01-29 02:20:13] "POST /neutron/network HTTP/1.1" 200 834 0.004828 10.0.0.41 - - [2026-01-29 02:20:13] "GET /aaa-mode HTTP/1.1" 401 292 0.000523 10.0.0.41 - - [2026-01-29 02:20:13] "GET / HTTP/1.1" 200 35931 0.001597 10.0.0.41 - - [2026-01-29 02:20:13] "GET /project/d999f5bf-dd86-4b51-bd5c-ab352254e7da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000371 10.0.0.41 - - [2026-01-29 02:20:14] "GET /projects?obj_uuids=d999f5bf-dd86-4b51-bd5c-ab352254e7da&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001002 10.0.0.41 - - [2026-01-29 02:20:14] "GET /project/d999f5bf-dd86-4b51-bd5c-ab352254e7da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.045244 10.0.0.41 - - [2026-01-29 02:20:14] "POST /neutron/network HTTP/1.1" 200 824 0.004966 10.0.0.41 - - [2026-01-29 02:20:14] "POST /neutron/port HTTP/1.1" 200 117 0.011706 10.0.0.41 - - [2026-01-29 02:20:14] "POST /neutron/port HTTP/1.1" 200 117 0.005901 10.0.0.41 - - [2026-01-29 02:20:14] "POST /neutron/port HTTP/1.1" 200 117 0.005877 10.0.0.41 - - [2026-01-29 02:20:14] "POST /neutron/port HTTP/1.1" 200 117 0.004163 10.0.0.41 - - [2026-01-29 02:20:14] "POST /neutron/network HTTP/1.1" 200 824 0.004716 10.0.0.41 - - [2026-01-29 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.41 - - [2026-01-29 02:20:14] "POST /useragent-kv HTTP/1.1" 200 115 0.001832 10.0.0.41 - - [2026-01-29 02:20:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002488 10.0.0.41 - - [2026-01-29 02:20:14] "POST /neutron/network HTTP/1.1" 200 151 0.069785 10.0.0.41 - - [2026-01-29 02:20:14] "DELETE /route-target/5eb7f32f-3ec3-4d7f-8364-12045aa1364a HTTP/1.1" 200 115 0.022476 10.0.0.41 - - [2026-01-29 02:20:15] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002588 10.0.0.41 - - [2026-01-29 02:20:15] "POST /network-ipams HTTP/1.1" 200 541 0.015840 10.0.0.41 - - [2026-01-29 02:20:15] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.002481 10.0.0.41 - - [2026-01-29 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002563 10.0.0.41 - - [2026-01-29 02:20:15] "GET /network-ipam/16889cdd-bde5-4f87-93eb-daadec201696?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1329 0.005264 10.0.0.41 - - [2026-01-29 02:20:15] "PUT /network-ipam/16889cdd-bde5-4f87-93eb-daadec201696 HTTP/1.1" 200 258 0.009466 10.0.0.41 - - [2026-01-29 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.41 - - [2026-01-29 02:20:15] "GET /projects?obj_uuids=d999f5bf-dd86-4b51-bd5c-ab352254e7da&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001485 10.0.0.41 - - [2026-01-29 02:20:15] "GET /project/d999f5bf-dd86-4b51-bd5c-ab352254e7da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.033953 10.0.0.41 - - [2026-01-29 02:20:15] "POST /neutron/network HTTP/1.1" 200 117 0.009161 10.0.0.41 - - [2026-01-29 02:20:15] "GET /projects?obj_uuids=d999f5bf-dd86-4b51-bd5c-ab352254e7da&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001263 10.0.0.41 - - [2026-01-29 02:20:15] "POST /neutron/network HTTP/1.1" 200 605 0.068971 10.0.0.41 - - [2026-01-29 02:20:15] "POST /route-targets HTTP/1.1" 200 327 0.010969 10.0.0.41 - - [2026-01-29 02:20:15] "POST /ref-update HTTP/1.1" 200 156 0.009507 10.0.0.41 - - [2026-01-29 02:20:15] "POST /useragent-kv HTTP/1.1" 200 115 0.004441 10.0.0.41 - - [2026-01-29 02:20:15] "POST /neutron/subnet HTTP/1.1" 200 699 0.144700 10.0.0.41 - - [2026-01-29 02:20:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002838 10.0.0.41 - - [2026-01-29 02:20:16] "POST /neutron/subnet HTTP/1.1" 200 699 0.171565 10.0.0.41 - - [2026-01-29 02:20:16] "POST /neutron/network HTTP/1.1" 200 994 0.005596 10.0.0.41 - - [2026-01-29 02:20:16] "POST /id-to-fqname HTTP/1.1" 200 220 0.001034 10.0.0.41 - - [2026-01-29 02:20:16] "GET /virtual-network/34031e65-ef52-443c-b169-b7c5c94e7c3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004201 10.0.0.41 - - [2026-01-29 02:20:16] "POST /neutron/network HTTP/1.1" 200 994 0.006797 10.0.0.41 - - [2026-01-29 02:20:16] "GET /virtual-network/34031e65-ef52-443c-b169-b7c5c94e7c3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004852 10.0.0.41 - - [2026-01-29 02:20:16] "POST /neutron/network HTTP/1.1" 200 994 0.006347 10.0.0.41 - - [2026-01-29 02:20:16] "POST /neutron/subnet HTTP/1.1" 200 699 0.005688 10.0.0.41 - - [2026-01-29 02:20:16] "POST /neutron/subnet HTTP/1.1" 200 699 0.006022 10.0.0.41 - - [2026-01-29 02:20:16] "POST /neutron/network HTTP/1.1" 200 994 0.006256 10.0.0.41 - - [2026-01-29 02:20:16] "POST /neutron/subnet HTTP/1.1" 200 699 0.006076 10.0.0.41 - - [2026-01-29 02:20:16] "POST /neutron/subnet HTTP/1.1" 200 699 0.005968 10.0.0.41 - - [2026-01-29 02:20:16] "GET /projects?obj_uuids=d999f5bf-dd86-4b51-bd5c-ab352254e7da&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000963 10.0.0.41 - - [2026-01-29 02:20:16] "POST /neutron/port HTTP/1.1" 200 1017 0.170069 10.0.0.41 - - [2026-01-29 02:20:16] "GET /projects?obj_uuids=d999f5bf-dd86-4b51-bd5c-ab352254e7da&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001837 10.0.0.41 - - [2026-01-29 02:20:16] "POST /neutron/port HTTP/1.1" 200 1017 0.167790 10.0.0.41 - - [2026-01-29 02:20:16] "POST /id-to-fqname HTTP/1.1" 200 220 0.001276 10.0.0.41 - - [2026-01-29 02:20:16] "POST /neutron/port HTTP/1.1" 200 117 0.011516 10.0.0.41 - - [2026-01-29 02:20:16] "POST /neutron/port HTTP/1.1" 200 1017 0.008582 10.0.0.41 - - [2026-01-29 02:20:16] "POST /neutron/port HTTP/1.1" 200 1017 0.007945 10.0.0.41 - - [2026-01-29 02:20:16] "POST /neutron/network HTTP/1.1" 200 994 0.005841 10.0.0.41 - - [2026-01-29 02:20:17] "POST /neutron/port HTTP/1.1" 200 1017 0.008523 10.0.0.41 - - [2026-01-29 02:20:17] "POST /neutron/port HTTP/1.1" 200 1017 0.008317 10.0.0.41 - - [2026-01-29 02:20:17] "POST /neutron/port HTTP/1.1" 200 117 0.013119 10.0.0.41 - - [2026-01-29 02:20:17] "POST /neutron/port HTTP/1.1" 200 117 0.004555 10.0.0.41 - - [2026-01-29 02:20:17] "POST /id-to-fqname HTTP/1.1" 200 220 0.001373 10.0.0.41 - - [2026-01-29 02:20:17] "POST /neutron/port HTTP/1.1" 200 117 0.012300 10.0.0.41 - - [2026-01-29 02:20:17] "POST /neutron/port HTTP/1.1" 200 1017 0.007468 10.0.0.41 - - [2026-01-29 02:20:17] "POST /neutron/port HTTP/1.1" 200 1017 0.007757 10.0.0.41 - - [2026-01-29 02:20:17] "POST /neutron/network HTTP/1.1" 200 994 0.005925 10.0.0.41 - - [2026-01-29 02:20:17] "POST /neutron/port HTTP/1.1" 200 1017 0.008715 10.0.0.41 - - [2026-01-29 02:20:17] "POST /neutron/port HTTP/1.1" 200 1017 0.009033 10.0.0.41 - - [2026-01-29 02:20:17] "POST /neutron/port HTTP/1.1" 200 117 0.014205 10.0.0.41 - - [2026-01-29 02:20:17] "POST /neutron/port HTTP/1.1" 200 117 0.004375 10.0.0.41 - - [2026-01-29 02:20:17] "POST /id-to-fqname HTTP/1.1" 200 220 0.001666 10.0.0.41 - - [2026-01-29 02:20:17] "POST /neutron/port HTTP/1.1" 200 117 0.013842 10.0.0.41 - - [2026-01-29 02:20:17] "POST /neutron/network HTTP/1.1" 200 1004 0.005294 10.0.0.41 - - [2026-01-29 02:20:17] "GET /aaa-mode HTTP/1.1" 401 292 0.000441 10.0.0.41 - - [2026-01-29 02:20:18] "GET / HTTP/1.1" 200 35931 0.001647 10.0.0.41 - - [2026-01-29 02:20:18] "GET /project/d999f5bf-dd86-4b51-bd5c-ab352254e7da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000372 10.0.0.41 - - [2026-01-29 02:20:18] "GET /projects?obj_uuids=d999f5bf-dd86-4b51-bd5c-ab352254e7da&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000964 10.0.0.41 - - [2026-01-29 02:20:18] "GET /project/d999f5bf-dd86-4b51-bd5c-ab352254e7da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.053832 10.0.0.41 - - [2026-01-29 02:20:18] "POST /neutron/network HTTP/1.1" 200 994 0.007546 10.0.0.41 - - [2026-01-29 02:20:18] "POST /neutron/port HTTP/1.1" 200 117 0.014070 10.0.0.41 - - [2026-01-29 02:20:18] "POST /neutron/port HTTP/1.1" 200 117 0.004981 10.0.0.41 - - [2026-01-29 02:20:18] "GET /domains HTTP/1.1" 200 280 0.002681 10.0.0.41 - - [2026-01-29 02:20:18] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000900 10.0.0.41 - - [2026-01-29 02:20:18] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135 HTTP/1.1" 200 3311 0.007336 10.0.0.41 - - [2026-01-29 02:20:18] "GET /projects?obj_uuids=d999f5bf-dd86-4b51-bd5c-ab352254e7da&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000910 10.0.0.41 - - [2026-01-29 02:20:19] "GET /project/d999f5bf-dd86-4b51-bd5c-ab352254e7da HTTP/1.1" 200 2853 0.072661 10.0.0.41 - - [2026-01-29 02:20:19] "GET /network-ipam/16889cdd-bde5-4f87-93eb-daadec201696 HTTP/1.1" 200 2646 0.005069 10.0.0.41 - - [2026-01-29 02:20:19] "GET /domains HTTP/1.1" 200 280 0.002841 10.0.0.41 - - [2026-01-29 02:20:19] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001103 10.0.0.41 - - [2026-01-29 02:20:19] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135 HTTP/1.1" 200 3311 0.007718 10.0.0.41 - - [2026-01-29 02:20:19] "GET /projects?obj_uuids=d999f5bf-dd86-4b51-bd5c-ab352254e7da&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001225 10.0.0.41 - - [2026-01-29 02:20:19] "GET /project/d999f5bf-dd86-4b51-bd5c-ab352254e7da HTTP/1.1" 200 2853 0.063757 10.0.0.41 - - [2026-01-29 02:20:19] "GET /virtual-network/34031e65-ef52-443c-b169-b7c5c94e7c3e HTTP/1.1" 200 3780 0.006050 10.0.0.41 - - [2026-01-29 02:20:19] "GET /virtual-network/34031e65-ef52-443c-b169-b7c5c94e7c3e HTTP/1.1" 200 3780 0.005072 10.0.0.41 - - [2026-01-29 02:20:19] "GET /routing-instance/7bdf65e9-fa4b-4aba-87a9-c404a9b5e0ad HTTP/1.1" 200 2379 0.003893 10.0.0.41 - - [2026-01-29 02:20:19] "GET /routing-instance/7bdf65e9-fa4b-4aba-87a9-c404a9b5e0ad HTTP/1.1" 200 2379 0.003829 10.0.0.41 - - [2026-01-29 02:20:19] "GET /route-target/33175562-c84a-4b37-844f-47ccfc55a3b0 HTTP/1.1" 200 1203 0.003223 10.0.0.41 - - [2026-01-29 02:20:19] "GET /virtual-network/34031e65-ef52-443c-b169-b7c5c94e7c3e HTTP/1.1" 200 3780 0.004922 10.0.0.41 - - [2026-01-29 02:20:19] "GET /routing-instance/7bdf65e9-fa4b-4aba-87a9-c404a9b5e0ad HTTP/1.1" 200 2379 0.004303 10.0.0.41 - - [2026-01-29 02:20:19] "GET /virtual-network/34031e65-ef52-443c-b169-b7c5c94e7c3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005158 10.0.0.41 - - [2026-01-29 02:20:19] "GET /virtual-network/34031e65-ef52-443c-b169-b7c5c94e7c3e HTTP/1.1" 200 3780 0.005016 10.0.0.41 - - [2026-01-29 02:20:19] "GET /routing-instance/7bdf65e9-fa4b-4aba-87a9-c404a9b5e0ad HTTP/1.1" 200 2379 0.003120 10.0.0.41 - - [2026-01-29 02:20:19] "GET /routing-instance/7bdf65e9-fa4b-4aba-87a9-c404a9b5e0ad HTTP/1.1" 200 2379 0.003133 10.0.0.41 - - [2026-01-29 02:20:19] "GET /route-target/33175562-c84a-4b37-844f-47ccfc55a3b0 HTTP/1.1" 200 1203 0.002776 10.0.0.41 - - [2026-01-29 02:20:19] "GET /domains HTTP/1.1" 200 280 0.002454 10.0.0.41 - - [2026-01-29 02:20:19] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001007 10.0.0.41 - - [2026-01-29 02:20:19] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135 HTTP/1.1" 200 3311 0.007221 10.0.0.41 - - [2026-01-29 02:20:19] "GET /projects?obj_uuids=d999f5bf-dd86-4b51-bd5c-ab352254e7da&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000926 10.0.0.41 - - [2026-01-29 02:20:19] "GET /project/d999f5bf-dd86-4b51-bd5c-ab352254e7da HTTP/1.1" 200 2853 0.066434 10.0.0.41 - - [2026-01-29 02:20:19] "GET /virtual-network/34031e65-ef52-443c-b169-b7c5c94e7c3e HTTP/1.1" 200 3780 0.004648 10.0.0.41 - - [2026-01-29 02:20:19] "GET /obj-perms HTTP/1.1" 200 5030 0.052168 10.0.0.41 - - [2026-01-29 02:20:19] "POST /neutron/port HTTP/1.1" 200 117 0.004243 10.0.0.41 - - [2026-01-29 02:20:19] "POST /neutron/port HTTP/1.1" 200 117 0.004817 10.0.0.41 - - [2026-01-29 02:20:19] "POST /neutron/port HTTP/1.1" 200 117 0.004596 10.0.0.41 - - [2026-01-29 02:20:20] "POST /neutron/port HTTP/1.1" 200 117 0.004357 10.0.0.41 - - [2026-01-29 02:20:20] "POST /neutron/port HTTP/1.1" 200 1017 0.007542 10.0.0.41 - - [2026-01-29 02:20:20] "POST /neutron/port HTTP/1.1" 200 1017 0.008533 10.0.0.41 - - [2026-01-29 02:20:20] "POST /neutron/port HTTP/1.1" 200 151 0.057592 10.0.0.41 - - [2026-01-29 02:20:20] "POST /neutron/port HTTP/1.1" 200 1017 0.008515 10.0.0.41 - - [2026-01-29 02:20:20] "POST /neutron/port HTTP/1.1" 200 1017 0.008316 10.0.0.41 - - [2026-01-29 02:20:20] "POST /neutron/port HTTP/1.1" 200 151 0.057553 10.0.0.41 - - [2026-01-29 02:20:20] "POST /neutron/network HTTP/1.1" 200 994 0.005954 10.0.0.41 - - [2026-01-29 02:20:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003125 10.0.0.41 - - [2026-01-29 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.41 - - [2026-01-29 02:20:20] "POST /useragent-kv HTTP/1.1" 200 115 0.001746 10.0.0.41 - - [2026-01-29 02:20:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002193 10.0.0.41 - - [2026-01-29 02:20:20] "POST /useragent-kv HTTP/1.1" 200 115 0.001745 10.0.0.41 - - [2026-01-29 02:20:20] "POST /neutron/network HTTP/1.1" 200 151 0.092746 10.0.0.41 - - [2026-01-29 02:20:20] "DELETE /route-target/33175562-c84a-4b37-844f-47ccfc55a3b0 HTTP/1.1" 200 115 0.018285 10.0.0.41 - - [2026-01-29 02:20:20] "GET /routing-instance/7bdf65e9-fa4b-4aba-87a9-c404a9b5e0ad HTTP/1.1" 404 171 0.003230 10.0.0.41 - - [2026-01-29 02:20:20] "GET /domains HTTP/1.1" 200 280 0.002246 10.0.0.41 - - [2026-01-29 02:20:20] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001460 10.0.0.41 - - [2026-01-29 02:20:20] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135 HTTP/1.1" 200 3311 0.051043 10.0.0.41 - - [2026-01-29 02:20:20] "GET /projects?obj_uuids=d999f5bf-dd86-4b51-bd5c-ab352254e7da&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001314 10.0.0.41 - - [2026-01-29 02:20:20] "GET /project/d999f5bf-dd86-4b51-bd5c-ab352254e7da HTTP/1.1" 200 2096 0.070253 10.0.0.41 - - [2026-01-29 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.41 - - [2026-01-29 02:20:20] "DELETE /network-ipam/16889cdd-bde5-4f87-93eb-daadec201696 HTTP/1.1" 200 115 0.022561 10.0.0.41 - - [2026-01-29 02:20:20] "POST /fqname-to-id HTTP/1.1" 404 211 0.002831 10.0.0.41 - - [2026-01-29 02:20:20] "GET /projects?obj_uuids=d999f5bf-dd86-4b51-bd5c-ab352254e7da&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001400 10.0.0.41 - - [2026-01-29 02:20:20] "GET /project/d999f5bf-dd86-4b51-bd5c-ab352254e7da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.022105 10.0.0.41 - - [2026-01-29 02:20:21] "GET /projects?obj_uuids=d999f5bf-dd86-4b51-bd5c-ab352254e7da&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001076 10.0.0.41 - - [2026-01-29 02:20:21] "GET /project/d999f5bf-dd86-4b51-bd5c-ab352254e7da?fields=virtual_networks HTTP/1.1" 200 1043 0.063877 10.0.0.41 - - [2026-01-29 02:20:21] "GET /projects?obj_uuids=d999f5bf-dd86-4b51-bd5c-ab352254e7da&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000914 10.0.0.41 - - [2026-01-29 02:20:21] "GET /project/d999f5bf-dd86-4b51-bd5c-ab352254e7da?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.022480 10.0.0.41 - - [2026-01-29 02:20:21] "GET /projects?obj_uuids=d999f5bf-dd86-4b51-bd5c-ab352254e7da&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001248 10.0.0.41 - - [2026-01-29 02:20:21] "GET /project/d999f5bf-dd86-4b51-bd5c-ab352254e7da?fields=security_groups HTTP/1.1" 200 1269 0.026282 10.0.0.41 - - [2026-01-29 02:20:28] "GET / HTTP/1.1" 200 35931 0.001782 10.0.0.41 - - [2026-01-29 02:20:29] "DELETE /project/86fa7cc481b040f898f689eee5927e52 HTTP/1.1" 404 173 0.017662 10.0.0.41 - - [2026-01-29 02:20:29] "DELETE /project/d999f5bfdd864b51bd5cab352254e7da HTTP/1.1" 404 173 0.016791 10.0.0.41 - - [2026-01-29 02:20:29] "DELETE /project/bf3b949c934d4b7f92e0a11b5be0df3c HTTP/1.1" 404 173 0.014516 10.0.0.41 - - [2026-01-29 02:20:29] "DELETE /project/9330f1a6b126458fa3c11d4e5d8bc103 HTTP/1.1" 404 173 0.013737 10.0.0.41 - - [2026-01-29 02:20:29] "GET /projects?obj_uuids=57c05072-0599-4259-b22c-7af5f7707d6b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000969 10.0.0.41 - - [2026-01-29 02:20:29] "GET /projects?obj_uuids=d999f5bf-dd86-4b51-bd5c-ab352254e7da&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000828 10.0.0.41 - - [2026-01-29 02:20:29] "GET /projects?obj_uuids=9330f1a6-b126-458f-a3c1-1d4e5d8bc103&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000743 10.0.0.41 - - [2026-01-29 02:20:29] "GET /projects?obj_uuids=bf3b949c-934d-4b7f-92e0-a11b5be0df3c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000774 10.0.0.41 - - [2026-01-29 02:20:29] "GET /projects?obj_uuids=86fa7cc4-81b0-40f8-98f6-89eee5927e52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000829 10.0.0.41 - - [2026-01-29 02:20:29] "GET /project/57c05072-0599-4259-b22c-7af5f7707d6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.056583 10.0.0.41 - - [2026-01-29 02:20:29] "GET /project/9330f1a6-b126-458f-a3c1-1d4e5d8bc103?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.064335 10.0.0.41 - - [2026-01-29 02:20:29] "GET /project/bf3b949c-934d-4b7f-92e0-a11b5be0df3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.067299 10.0.0.41 - - [2026-01-29 02:20:29] "GET /project/d999f5bf-dd86-4b51-bd5c-ab352254e7da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.075654 10.0.0.41 - - [2026-01-29 02:20:29] "GET /project/86fa7cc4-81b0-40f8-98f6-89eee5927e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.087262 10.0.0.41 - - [2026-01-29 02:20:29] "GET /projects?obj_uuids=d999f5bf-dd86-4b51-bd5c-ab352254e7da&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001002 10.0.0.41 - - [2026-01-29 02:20:29] "GET /projects?obj_uuids=bf3b949c-934d-4b7f-92e0-a11b5be0df3c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000820 10.0.0.41 - - [2026-01-29 02:20:29] "GET /projects?obj_uuids=9330f1a6-b126-458f-a3c1-1d4e5d8bc103&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000729 10.0.0.41 - - [2026-01-29 02:20:29] "GET /projects?obj_uuids=57c05072-0599-4259-b22c-7af5f7707d6b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000723 10.0.0.41 - - [2026-01-29 02:20:29] "GET /projects?obj_uuids=86fa7cc4-81b0-40f8-98f6-89eee5927e52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000984 10.0.0.41 - - [2026-01-29 02:20:29] "GET /project/57c05072-0599-4259-b22c-7af5f7707d6b?fields=security_groups HTTP/1.1" 200 1352 0.067888 10.0.0.41 - - [2026-01-29 02:20:29] "GET /project/bf3b949c-934d-4b7f-92e0-a11b5be0df3c?fields=security_groups HTTP/1.1" 200 1377 0.069256 10.0.0.41 - - [2026-01-29 02:20:29] "GET /project/9330f1a6-b126-458f-a3c1-1d4e5d8bc103?fields=security_groups HTTP/1.1" 200 1377 0.076747 10.0.0.41 - - [2026-01-29 02:20:29] "GET /project/d999f5bf-dd86-4b51-bd5c-ab352254e7da?fields=security_groups HTTP/1.1" 200 1374 0.077126 10.0.0.41 - - [2026-01-29 02:20:29] "GET /project/86fa7cc4-81b0-40f8-98f6-89eee5927e52?fields=security_groups HTTP/1.1" 200 1367 0.071568 10.0.0.41 - - [2026-01-29 02:20:29] "DELETE /security-group/ff184c5c-528b-4c9d-b202-7740ef69522a HTTP/1.1" 200 115 0.118967 10.0.0.41 - - [2026-01-29 02:20:29] "DELETE /access-control-list/f9acd7dc-b81f-4e69-90e8-1b27a44900c6 HTTP/1.1" 200 115 0.060976 10.0.0.41 - - [2026-01-29 02:20:29] "GET /projects?obj_uuids=57c05072-0599-4259-b22c-7af5f7707d6b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000936 10.0.0.41 - - [2026-01-29 02:20:29] "DELETE /security-group/affaa33d-ec28-4ce8-87cc-9ad97ac99fa2 HTTP/1.1" 200 115 0.116385 10.0.0.41 - - [2026-01-29 02:20:29] "DELETE /security-group/a0192210-992c-422c-a446-7f75fefbddca HTTP/1.1" 200 115 0.128681 10.0.0.41 - - [2026-01-29 02:20:29] "GET /projects?obj_uuids=9330f1a6-b126-458f-a3c1-1d4e5d8bc103&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000933 10.0.0.41 - - [2026-01-29 02:20:29] "GET /projects?obj_uuids=bf3b949c-934d-4b7f-92e0-a11b5be0df3c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000953 10.0.0.41 - - [2026-01-29 02:20:29] "DELETE /security-group/38b9a078-3ff9-43fe-9b9e-5bfe031c3be5 HTTP/1.1" 200 115 0.145195 10.0.0.41 - - [2026-01-29 02:20:29] "GET /project/57c05072-0599-4259-b22c-7af5f7707d6b?fields=application_policy_sets HTTP/1.1" 200 1391 0.060568 10.0.0.41 - - [2026-01-29 02:20:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000356 10.0.0.41 - - [2026-01-29 02:20:29] "GET /projects?obj_uuids=d999f5bf-dd86-4b51-bd5c-ab352254e7da&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000931 10.0.0.41 - - [2026-01-29 02:20:29] "DELETE /access-control-list/8834dd5c-4aab-41b6-9867-6e5b4599e79b HTTP/1.1" 200 115 0.080268 10.0.0.41 - - [2026-01-29 02:20:29] "GET /project/bf3b949c-934d-4b7f-92e0-a11b5be0df3c?fields=application_policy_sets HTTP/1.1" 200 1416 0.069622 10.0.0.41 - - [2026-01-29 02:20:29] "DELETE /security-group/3f49ed8c-f2fe-4bec-9a23-cf1f7ce83852 HTTP/1.1" 200 115 0.171796 10.0.0.41 - - [2026-01-29 02:20:29] "GET /projects?obj_uuids=86fa7cc4-81b0-40f8-98f6-89eee5927e52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000909 10.0.0.41 - - [2026-01-29 02:20:29] "GET /project/9330f1a6-b126-458f-a3c1-1d4e5d8bc103?fields=application_policy_sets HTTP/1.1" 200 1416 0.110102 10.0.0.41 - - [2026-01-29 02:20:29] "DELETE /access-control-list/5291df08-7c8d-4ef2-ba79-51bd6a63a8d0 HTTP/1.1" 200 115 0.060329 10.0.0.41 - - [2026-01-29 02:20:29] "GET /project/d999f5bf-dd86-4b51-bd5c-ab352254e7da?fields=application_policy_sets HTTP/1.1" 200 1413 0.113682 10.0.0.41 - - [2026-01-29 02:20:29] "GET /project/86fa7cc4-81b0-40f8-98f6-89eee5927e52?fields=application_policy_sets HTTP/1.1" 200 1406 0.108064 10.0.0.41 - - [2026-01-29 02:20:29] "DELETE /access-control-list/973fd0ff-50f6-402f-9dd9-c72f5b616562 HTTP/1.1" 200 115 0.083917 10.0.0.41 - - [2026-01-29 02:20:29] "DELETE /access-control-list/de431a52-aef3-4881-88df-ce796abe3493 HTTP/1.1" 200 115 0.079861 10.0.0.41 - - [2026-01-29 02:20:29] "DELETE /project/57c05072-0599-4259-b22c-7af5f7707d6b HTTP/1.1" 200 115 0.672928 10.0.0.41 - - [2026-01-29 02:20:29] "DELETE /project/bf3b949c-934d-4b7f-92e0-a11b5be0df3c HTTP/1.1" 200 115 0.696013 10.0.0.41 - - [2026-01-29 02:20:29] "DELETE /access-control-list/6d676f15-f965-4f3f-a4e3-5cd6a5afabaf HTTP/1.1" 200 115 0.032459 10.0.0.41 - - [2026-01-29 02:20:29] "DELETE /project/9330f1a6-b126-458f-a3c1-1d4e5d8bc103 HTTP/1.1" 200 115 0.707578 10.0.0.41 - - [2026-01-29 02:20:29] "DELETE /access-control-list/3e0233e6-efda-46bc-9277-05b25086904f HTTP/1.1" 200 115 0.034235 10.0.0.41 - - [2026-01-29 02:20:29] "DELETE /project/d999f5bf-dd86-4b51-bd5c-ab352254e7da HTTP/1.1" 200 115 0.740725 10.0.0.41 - - [2026-01-29 02:20:29] "DELETE /project/86fa7cc4-81b0-40f8-98f6-89eee5927e52 HTTP/1.1" 200 115 0.735098 10.0.0.41 - - [2026-01-29 02:20:29] "DELETE /access-control-list/da2c0692-baf7-4de9-aaab-c4263ce35c11 HTTP/1.1" 200 115 0.026619 10.0.0.41 - - [2026-01-29 02:20:29] "DELETE /access-control-list/84702136-8a80-4e51-b201-054e990a94aa HTTP/1.1" 200 115 0.025682 10.0.0.41 - - [2026-01-29 02:20:30] "POST /fqname-to-id HTTP/1.1" 404 183 0.066924 10.0.0.41 - - [2026-01-29 02:20:30] "DELETE /access-control-list/d95c90eb-bad2-44b0-8c09-31941fdbac8b HTTP/1.1" 200 115 0.015332 10.0.0.41 - - [2026-01-29 02:20:30] "GET /projects?obj_uuids=021db2b7-1126-4868-972a-52148d202beb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002510 10.0.0.41 - - [2026-01-29 02:20:30] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001352 10.0.0.41 - - [2026-01-29 02:20:30] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009591 10.0.0.41 - - [2026-01-29 02:20:30] "POST /id-to-fqname HTTP/1.1" 200 185 0.002140 10.0.0.41 - - [2026-01-29 02:20:30] "POST /fqname-to-id HTTP/1.1" 404 194 0.004059 10.0.0.41 - - [2026-01-29 02:20:30] "POST /security-groups HTTP/1.1" 200 586 0.060094 10.0.0.41 - - [2026-01-29 02:20:30] "POST /fqname-to-id HTTP/1.1" 404 229 0.004590 10.0.0.41 - - [2026-01-29 02:20:30] "POST /projects HTTP/1.1" 200 575 0.208962 10.0.0.41 - - [2026-01-29 02:20:30] "POST /access-control-lists HTTP/1.1" 200 591 0.056372 10.0.0.41 - - [2026-01-29 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.286345 10.0.0.41 - - [2026-01-29 02:20:30] "POST /fqname-to-id HTTP/1.1" 404 228 0.002411 10.0.0.41 - - [2026-01-29 02:20:30] "GET /project/021db2b7-1126-4868-972a-52148d202beb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.417207 10.0.0.41 - - [2026-01-29 02:20:30] "POST /access-control-lists HTTP/1.1" 200 589 0.060144 10.0.0.41 - - [2026-01-29 02:20:31] "GET / HTTP/1.1" 200 35931 0.001896 10.0.0.41 - - [2026-01-29 02:20:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000416 10.0.0.41 - - [2026-01-29 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.025321 10.0.0.41 - - [2026-01-29 02:20:34] "GET /api-access-list/5bd880a8-51c7-4ae6-bdb2-1d10d1674b7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003540 10.0.0.41 - - [2026-01-29 02:20:34] "GET /api-access-list/5bd880a8-51c7-4ae6-bdb2-1d10d1674b7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.002860 10.0.0.41 - - [2026-01-29 02:20:34] "GET /api-access-list/5bd880a8-51c7-4ae6-bdb2-1d10d1674b7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.002881 10.0.0.41 - - [2026-01-29 02:20:34] "PUT /api-access-list/5bd880a8-51c7-4ae6-bdb2-1d10d1674b7f HTTP/1.1" 200 264 0.008739 10.0.0.41 - - [2026-01-29 02:20:34] "GET /aaa-mode HTTP/1.1" 401 292 0.000416 10.0.0.41 - - [2026-01-29 02:20:34] "GET /aaa-mode HTTP/1.1" 200 128 0.024199 10.0.0.41 - - [2026-01-29 02:20:35] "POST /fqname-to-id HTTP/1.1" 404 183 0.022219 10.0.0.41 - - [2026-01-29 02:20:35] "GET /projects?obj_uuids=b2c11208-52a2-4973-8dc8-574cdeaeadf8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002054 10.0.0.41 - - [2026-01-29 02:20:35] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000884 10.0.0.41 - - [2026-01-29 02:20:35] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.005892 10.0.0.41 - - [2026-01-29 02:20:35] "POST /id-to-fqname HTTP/1.1" 200 185 0.001286 10.0.0.41 - - [2026-01-29 02:20:35] "POST /fqname-to-id HTTP/1.1" 404 194 0.001912 10.0.0.41 - - [2026-01-29 02:20:35] "POST /security-groups HTTP/1.1" 200 586 0.064139 10.0.0.41 - - [2026-01-29 02:20:35] "POST /fqname-to-id HTTP/1.1" 404 229 0.002203 10.0.0.41 - - [2026-01-29 02:20:35] "POST /projects HTTP/1.1" 200 575 0.198876 10.0.0.41 - - [2026-01-29 02:20:35] "POST /access-control-lists HTTP/1.1" 200 591 0.057278 10.0.0.41 - - [2026-01-29 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.270994 10.0.0.41 - - [2026-01-29 02:20:35] "POST /fqname-to-id HTTP/1.1" 404 228 0.002784 10.0.0.41 - - [2026-01-29 02:20:35] "GET /project/b2c11208-52a2-4973-8dc8-574cdeaeadf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.382871 10.0.0.41 - - [2026-01-29 02:20:35] "POST /access-control-lists HTTP/1.1" 200 589 0.056627 10.0.0.41 - - [2026-01-29 02:20:35] "POST /fqname-to-id HTTP/1.1" 404 183 0.024123 10.0.0.41 - - [2026-01-29 02:20:35] "GET /projects?obj_uuids=f1308027-05f5-4afc-b35d-d795f206d41a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002572 10.0.0.41 - - [2026-01-29 02:20:36] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001360 10.0.0.41 - - [2026-01-29 02:20:36] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007242 10.0.0.41 - - [2026-01-29 02:20:36] "POST /id-to-fqname HTTP/1.1" 200 185 0.001606 10.0.0.41 - - [2026-01-29 02:20:36] "POST /fqname-to-id HTTP/1.1" 404 194 0.002068 10.0.0.41 - - [2026-01-29 02:20:36] "POST /security-groups HTTP/1.1" 200 586 0.060665 10.0.0.41 - - [2026-01-29 02:20:36] "POST /fqname-to-id HTTP/1.1" 404 229 0.003169 10.0.0.41 - - [2026-01-29 02:20:36] "POST /projects HTTP/1.1" 200 575 0.205021 10.0.0.41 - - [2026-01-29 02:20:36] "POST /access-control-lists HTTP/1.1" 200 591 0.059994 10.0.0.41 - - [2026-01-29 02:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.280591 10.0.0.41 - - [2026-01-29 02:20:36] "POST /fqname-to-id HTTP/1.1" 404 228 0.002876 10.0.0.41 - - [2026-01-29 02:20:36] "GET /project/f1308027-05f5-4afc-b35d-d795f206d41a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.406177 10.0.0.41 - - [2026-01-29 02:20:36] "POST /access-control-lists HTTP/1.1" 200 589 0.056411 10.0.0.41 - - [2026-01-29 02:20:36] "GET / HTTP/1.1" 200 35931 0.001908 10.0.0.41 - - [2026-01-29 02:20:37] "GET / HTTP/1.1" 200 35931 0.001473 10.0.0.41 - - [2026-01-29 02:20:38] "POST /fqname-to-id HTTP/1.1" 404 183 0.002280 10.0.0.41 - - [2026-01-29 02:20:38] "POST /api-access-lists HTTP/1.1" 200 521 0.012755 10.0.0.41 - - [2026-01-29 02:20:38] "GET /api-access-list/b42244db-35cc-40fd-b889-5d22bb728acd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1266 0.003713 10.0.0.41 - - [2026-01-29 02:20:38] "GET /api-access-list/b42244db-35cc-40fd-b889-5d22bb728acd HTTP/1.1" 401 292 0.000387 10.0.0.41 - - [2026-01-29 02:20:38] "GET /api-access-list/b42244db-35cc-40fd-b889-5d22bb728acd HTTP/1.1" 200 1266 0.051806 10.0.0.41 - - [2026-01-29 02:20:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000371 10.0.0.41 - - [2026-01-29 02:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.060619 10.0.0.41 - - [2026-01-29 02:20:38] "GET /projects?obj_uuids=b2c11208-52a2-4973-8dc8-574cdeaeadf8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001086 10.0.0.41 - - [2026-01-29 02:20:38] "GET /project/b2c11208-52a2-4973-8dc8-574cdeaeadf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.029886 10.0.0.41 - - [2026-01-29 02:20:38] "GET /virtual-networks?parent_id=b2c11208-52a2-4973-8dc8-574cdeaeadf8&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009537 10.0.0.41 - - [2026-01-29 02:20:39] "POST /virtual-networks HTTP/1.1" 200 568 0.042334 10.0.0.41 - - [2026-01-29 02:20:39] "POST /route-targets HTTP/1.1" 200 327 0.010087 10.0.0.41 - - [2026-01-29 02:20:39] "POST /ref-update HTTP/1.1" 200 156 0.012800 10.0.0.41 - - [2026-01-29 02:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.011208 10.0.0.41 - - [2026-01-29 02:20:39] "GET /network-ipam/70b34a2e-995d-49d2-b182-866cba9ddd05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.011218 10.0.0.41 - - [2026-01-29 02:20:39] "POST /useragent-kv HTTP/1.1" 200 115 0.004711 10.0.0.41 - - [2026-01-29 02:20:39] "POST /ref-update HTTP/1.1" 200 156 0.045547 10.0.0.41 - - [2026-01-29 02:20:39] "POST /neutron/network HTTP/1.1" 200 832 0.038813 10.0.0.41 - - [2026-01-29 02:20:39] "POST /neutron/network HTTP/1.1" 200 832 0.015416 10.0.0.41 - - [2026-01-29 02:20:39] "GET /virtual-network/170e4201-ec1c-4905-9f43-b7888506c4b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.010493 10.0.0.41 - - [2026-01-29 02:20:39] "POST /neutron/network HTTP/1.1" 200 832 0.017885 10.0.0.41 - - [2026-01-29 02:20:39] "POST /neutron/subnet HTTP/1.1" 200 675 0.021991 10.0.0.41 - - [2026-01-29 02:20:39] "GET /virtual-network/170e4201-ec1c-4905-9f43-b7888506c4b8 HTTP/1.1" 401 292 0.000373 10.0.0.41 - - [2026-01-29 02:20:39] "GET /virtual-network/170e4201-ec1c-4905-9f43-b7888506c4b8 HTTP/1.1" 200 2265 0.037251 10.0.0.41 - - [2026-01-29 02:20:39] "GET /virtual-network/170e4201-ec1c-4905-9f43-b7888506c4b8 HTTP/1.1" 401 292 0.000362 10.0.0.41 - - [2026-01-29 02:20:40] "GET /virtual-network/170e4201-ec1c-4905-9f43-b7888506c4b8 HTTP/1.1" 200 2005 0.037414 10.0.0.41 - - [2026-01-29 02:20:40] "GET /obj-perms HTTP/1.1" 200 4915 0.055152 10.0.0.41 - - [2026-01-29 02:20:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000332 10.0.0.41 - - [2026-01-29 02:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.025215 10.0.0.41 - - [2026-01-29 02:20:40] "GET /virtual-network/170e4201-ec1c-4905-9f43-b7888506c4b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.011483 10.0.0.41 - - [2026-01-29 02:20:40] "GET /obj-perms HTTP/1.1" 200 4915 0.010212 10.0.0.41 - - [2026-01-29 02:20:41] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.017076 10.0.0.41 - - [2026-01-29 02:20:41] "GET /obj-perms HTTP/1.1" 200 4915 0.059662 10.0.0.41 - - [2026-01-29 02:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002485 10.0.0.41 - - [2026-01-29 02:20:41] "GET /virtual-network/170e4201-ec1c-4905-9f43-b7888506c4b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.011502 10.0.0.41 - - [2026-01-29 02:20:41] "GET /obj-perms HTTP/1.1" 200 4915 0.007894 10.0.0.41 - - [2026-01-29 02:20:41] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.015226 10.0.0.41 - - [2026-01-29 02:20:41] "POST /id-to-fqname HTTP/1.1" 401 292 0.000445 10.0.0.41 - - [2026-01-29 02:20:41] "POST /id-to-fqname HTTP/1.1" 200 230 0.032719 10.0.0.41 - - [2026-01-29 02:20:42] "POST /neutron/port HTTP/1.1" 200 117 0.035716 10.0.0.41 - - [2026-01-29 02:20:42] "POST /neutron/network HTTP/1.1" 200 842 0.042697 10.0.0.41 - - [2026-01-29 02:20:42] "GET /aaa-mode HTTP/1.1" 401 292 0.000394 10.0.0.41 - - [2026-01-29 02:20:42] "GET / HTTP/1.1" 200 35931 0.001760 10.0.0.41 - - [2026-01-29 02:20:42] "GET /project/f1308027-05f5-4afc-b35d-d795f206d41a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000340 10.0.0.41 - - [2026-01-29 02:20:43] "GET /projects?obj_uuids=f1308027-05f5-4afc-b35d-d795f206d41a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001103 10.0.0.41 - - [2026-01-29 02:20:43] "GET /project/f1308027-05f5-4afc-b35d-d795f206d41a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.043905 10.0.0.41 - - [2026-01-29 02:20:43] "POST /neutron/network HTTP/1.1" 200 832 0.004759 10.0.0.41 - - [2026-01-29 02:20:43] "POST /neutron/port HTTP/1.1" 200 117 0.013333 10.0.0.41 - - [2026-01-29 02:20:43] "POST /neutron/port HTTP/1.1" 200 117 0.004149 10.0.0.41 - - [2026-01-29 02:20:43] "POST /neutron/port HTTP/1.1" 200 117 0.005367 10.0.0.41 - - [2026-01-29 02:20:43] "POST /neutron/network HTTP/1.1" 200 842 0.018581 10.0.0.41 - - [2026-01-29 02:20:43] "POST /neutron/network HTTP/1.1" 200 832 0.027598 10.0.0.41 - - [2026-01-29 02:20:43] "GET /projects?obj_uuids=f1308027-05f5-4afc-b35d-d795f206d41a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001041 10.0.0.41 - - [2026-01-29 02:20:44] "POST /neutron/port HTTP/1.1" 200 1055 0.273967 10.0.0.41 - - [2026-01-29 02:20:44] "GET /obj-perms HTTP/1.1" 200 5056 0.051845 10.0.0.41 - - [2026-01-29 02:20:44] "POST /neutron/port HTTP/1.1" 200 1055 0.315112 10.0.0.41 - - [2026-01-29 02:20:44] "POST /neutron/port HTTP/1.1" 200 1055 0.011615 10.0.0.41 - - [2026-01-29 02:20:44] "GET /obj-perms HTTP/1.1" 200 5056 0.061153 10.0.0.41 - - [2026-01-29 02:20:44] "POST /neutron/port HTTP/1.1" 200 1109 0.045673 10.0.0.41 - - [2026-01-29 02:20:44] "POST /neutron/port HTTP/1.1" 200 1119 0.011887 10.0.0.41 - - [2026-01-29 02:20:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003038 10.0.0.41 - - [2026-01-29 02:20:44] "POST /neutron/subnet HTTP/1.1" 200 649 0.007200 10.0.0.41 - - [2026-01-29 02:20:44] "POST /neutron/port HTTP/1.1" 200 117 0.001141 10.0.0.41 - - [2026-01-29 02:20:44] "POST /neutron/network HTTP/1.1" 200 832 0.004524 10.0.0.41 - - [2026-01-29 02:20:48] "POST /neutron/port HTTP/1.1" 200 1119 0.012031 10.0.0.41 - - [2026-01-29 02:20:48] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006677 10.0.0.41 - - [2026-01-29 02:20:48] "POST /neutron/port HTTP/1.1" 200 1119 0.012051 10.0.0.41 - - [2026-01-29 02:20:48] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006169 10.0.0.41 - - [2026-01-29 02:20:48] "POST /neutron/port HTTP/1.1" 200 1119 0.012630 10.0.0.41 - - [2026-01-29 02:20:48] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005155 10.0.0.41 - - [2026-01-29 02:20:48] "POST /neutron/port HTTP/1.1" 200 1119 0.012898 10.0.0.41 - - [2026-01-29 02:20:48] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005610 10.0.0.41 - - [2026-01-29 02:20:48] "GET /virtual-machine/0e744b85-ede7-4058-aa84-9a6625ddd543 HTTP/1.1" 200 1287 0.010395 10.0.0.41 - - [2026-01-29 02:20:49] "GET /virtual-machine/0e744b85-ede7-4058-aa84-9a6625ddd543 HTTP/1.1" 200 1287 0.009731 10.0.0.41 - - [2026-01-29 02:20:49] "GET /virtual-machine-interface/cecd76a3-aeb7-403d-8251-72b664acfee2 HTTP/1.1" 200 2530 0.013788 10.0.0.41 - - [2026-01-29 02:20:49] "GET /virtual-machine/0e744b85-ede7-4058-aa84-9a6625ddd543 HTTP/1.1" 200 1287 0.009903 10.0.0.41 - - [2026-01-29 02:20:49] "GET /virtual-machine-interface/cecd76a3-aeb7-403d-8251-72b664acfee2 HTTP/1.1" 200 2530 0.013671 10.0.0.41 - - [2026-01-29 02:20:49] "GET /instance-ip/8d001f9d-7d7f-42de-8bba-b6d7255eb038 HTTP/1.1" 200 1626 0.011855 10.0.0.41 - - [2026-01-29 02:20:49] "GET /virtual-machine/0e744b85-ede7-4058-aa84-9a6625ddd543 HTTP/1.1" 200 1287 0.017560 10.0.0.41 - - [2026-01-29 02:20:49] "GET /virtual-machine-interface/cecd76a3-aeb7-403d-8251-72b664acfee2 HTTP/1.1" 200 2530 0.014359 10.0.0.41 - - [2026-01-29 02:20:49] "GET /instance-ip/8d001f9d-7d7f-42de-8bba-b6d7255eb038 HTTP/1.1" 200 1626 0.011285 10.0.0.41 - - [2026-01-29 02:20:49] "POST /fqname-to-id HTTP/1.1" 403 339 0.009670 10.0.0.41 - - [2026-01-29 02:20:49] "GET / HTTP/1.1" 200 35931 0.002698 10.0.0.41 - - [2026-01-29 02:20:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000484 10.0.0.41 - - [2026-01-29 02:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.032968 10.0.0.41 - - [2026-01-29 02:20:49] "GET /global-vrouter-config/ca103479-b4e7-43b3-aef9-85f12c05b442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003449 10.0.0.41 - - [2026-01-29 02:20:49] "GET /virtual-networks?parent_id=f1308027-05f5-4afc-b35d-d795f206d41a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017653 10.0.0.41 - - [2026-01-29 02:20:49] "POST /fqname-to-id HTTP/1.1" 403 339 0.012882 10.0.0.41 - - [2026-01-29 02:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.41 - - [2026-01-29 02:20:49] "GET /global-vrouter-config/ca103479-b4e7-43b3-aef9-85f12c05b442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003710 10.0.0.41 - - [2026-01-29 02:20:50] "GET /virtual-networks?parent_id=f1308027-05f5-4afc-b35d-d795f206d41a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011406 10.0.0.41 - - [2026-01-29 02:20:50] "POST /fqname-to-id HTTP/1.1" 403 339 0.010061 10.0.0.41 - - [2026-01-29 02:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002578 10.0.0.41 - - [2026-01-29 02:20:50] "GET /global-vrouter-config/ca103479-b4e7-43b3-aef9-85f12c05b442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002865 10.0.0.41 - - [2026-01-29 02:20:50] "GET /virtual-networks?parent_id=f1308027-05f5-4afc-b35d-d795f206d41a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009871 10.0.0.41 - - [2026-01-29 02:20:50] "POST /fqname-to-id HTTP/1.1" 403 339 0.014598 10.0.0.41 - - [2026-01-29 02:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.41 - - [2026-01-29 02:20:50] "GET /global-vrouter-config/ca103479-b4e7-43b3-aef9-85f12c05b442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003265 10.0.0.41 - - [2026-01-29 02:20:50] "GET /virtual-networks?parent_id=f1308027-05f5-4afc-b35d-d795f206d41a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012086 10.0.0.41 - - [2026-01-29 02:20:50] "POST /fqname-to-id HTTP/1.1" 403 339 0.011003 10.0.0.41 - - [2026-01-29 02:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002612 10.0.0.41 - - [2026-01-29 02:20:50] "GET /global-vrouter-config/ca103479-b4e7-43b3-aef9-85f12c05b442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003366 10.0.0.41 - - [2026-01-29 02:20:50] "GET /virtual-networks?parent_id=f1308027-05f5-4afc-b35d-d795f206d41a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016511 10.0.0.41 - - [2026-01-29 02:20:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.009296 10.0.0.41 - - [2026-01-29 02:20:53] "GET /virtual-network/170e4201-ec1c-4905-9f43-b7888506c4b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.010215 10.0.0.41 - - [2026-01-29 02:20:53] "POST /neutron/port HTTP/1.1" 200 1119 0.035391 10.0.0.41 - - [2026-01-29 02:20:53] "POST /neutron/security_group HTTP/1.1" 200 2053 0.004711 10.0.0.41 - - [2026-01-29 02:20:55] "POST /fqname-to-id HTTP/1.1" 403 339 0.009275 10.0.0.41 - - [2026-01-29 02:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002152 10.0.0.41 - - [2026-01-29 02:20:55] "GET /global-vrouter-config/ca103479-b4e7-43b3-aef9-85f12c05b442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003314 10.0.0.41 - - [2026-01-29 02:20:55] "GET /virtual-networks?parent_id=f1308027-05f5-4afc-b35d-d795f206d41a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009681 10.0.0.41 - - [2026-01-29 02:20:55] "POST /fqname-to-id HTTP/1.1" 403 339 0.009127 10.0.0.41 - - [2026-01-29 02:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002106 10.0.0.41 - - [2026-01-29 02:20:55] "GET /global-vrouter-config/ca103479-b4e7-43b3-aef9-85f12c05b442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003547 10.0.0.41 - - [2026-01-29 02:20:55] "GET /virtual-networks?parent_id=f1308027-05f5-4afc-b35d-d795f206d41a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009565 10.0.0.41 - - [2026-01-29 02:20:55] "POST /fqname-to-id HTTP/1.1" 403 361 0.008173 10.0.0.41 - - [2026-01-29 02:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002733 10.0.0.41 - - [2026-01-29 02:20:55] "GET /routing-instance/026c6b46-9a0f-4c98-ad98-d4080e25e6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1529 0.003400 10.0.0.41 - - [2026-01-29 02:20:55] "GET /route-target/0e0cb42b-6942-4ef8-ba04-8eda307348bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008321 10.0.0.41 - - [2026-01-29 02:20:55] "GET /route-target/0e0cb42b-6942-4ef8-ba04-8eda307348bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.002849 10.0.0.41 - - [2026-01-29 02:20:56] "POST /fqname-to-id HTTP/1.1" 403 339 0.010248 10.0.0.41 - - [2026-01-29 02:20:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002319 10.0.0.41 - - [2026-01-29 02:20:56] "GET /global-vrouter-config/ca103479-b4e7-43b3-aef9-85f12c05b442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003168 10.0.0.41 - - [2026-01-29 02:20:56] "GET /virtual-networks?parent_id=f1308027-05f5-4afc-b35d-d795f206d41a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008106 10.0.0.41 - - [2026-01-29 02:20:56] "POST /fqname-to-id HTTP/1.1" 403 361 0.009229 10.0.0.41 - - [2026-01-29 02:20:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002429 10.0.0.41 - - [2026-01-29 02:20:56] "GET /routing-instance/026c6b46-9a0f-4c98-ad98-d4080e25e6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1529 0.004078 10.0.0.41 - - [2026-01-29 02:20:56] "GET /route-target/0e0cb42b-6942-4ef8-ba04-8eda307348bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.009446 10.0.0.41 - - [2026-01-29 02:20:56] "GET /route-target/0e0cb42b-6942-4ef8-ba04-8eda307348bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003023 10.0.0.41 - - [2026-01-29 02:20:56] "GET /obj-perms HTTP/1.1" 200 4915 0.008617 10.0.0.41 - - [2026-01-29 02:20:56] "GET /virtual-machine/0e744b85-ede7-4058-aa84-9a6625ddd543?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.008259 10.0.0.41 - - [2026-01-29 02:20:56] "GET /obj-perms HTTP/1.1" 200 4915 0.009287 10.0.0.41 - - [2026-01-29 02:20:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.41 - - [2026-01-29 02:20:56] "GET /virtual-machine-interface/cecd76a3-aeb7-403d-8251-72b664acfee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.014856 10.0.0.41 - - [2026-01-29 02:20:56] "GET /obj-perms HTTP/1.1" 200 4915 0.009727 10.0.0.41 - - [2026-01-29 02:20:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002562 10.0.0.41 - - [2026-01-29 02:20:56] "GET /virtual-machine-interface/cecd76a3-aeb7-403d-8251-72b664acfee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.016510 10.0.0.41 - - [2026-01-29 02:20:56] "GET /obj-perms HTTP/1.1" 200 4915 0.009463 10.0.0.41 - - [2026-01-29 02:20:56] "GET /virtual-machine/0e744b85-ede7-4058-aa84-9a6625ddd543?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.009595 10.0.0.41 - - [2026-01-29 02:20:56] "GET /obj-perms HTTP/1.1" 200 4915 0.008324 10.0.0.41 - - [2026-01-29 02:20:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.41 - - [2026-01-29 02:20:56] "GET /virtual-machine-interface/cecd76a3-aeb7-403d-8251-72b664acfee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.017448 10.0.0.41 - - [2026-01-29 02:20:56] "GET /obj-perms HTTP/1.1" 200 4915 0.010193 10.0.0.41 - - [2026-01-29 02:20:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.41 - - [2026-01-29 02:20:57] "GET /virtual-network/170e4201-ec1c-4905-9f43-b7888506c4b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.014603 10.0.0.41 - - [2026-01-29 02:20:57] "GET /obj-perms HTTP/1.1" 200 4915 0.009431 10.0.0.41 - - [2026-01-29 02:20:57] "GET /virtual-machine/0e744b85-ede7-4058-aa84-9a6625ddd543?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.009741 10.0.0.41 - - [2026-01-29 02:20:57] "GET /obj-perms HTTP/1.1" 200 4915 0.008801 10.0.0.41 - - [2026-01-29 02:20:57] "GET /obj-perms HTTP/1.1" 200 4915 0.008609 10.0.0.41 - - [2026-01-29 02:20:57] "GET /obj-perms HTTP/1.1" 200 4915 0.067985 10.0.0.41 - - [2026-01-29 02:20:57] "GET /obj-perms HTTP/1.1" 200 4915 0.009251 10.0.0.41 - - [2026-01-29 02:20:58] "GET /obj-perms HTTP/1.1" 200 5020 0.050452 10.0.0.41 - - [2026-01-29 02:20:58] "GET /obj-perms HTTP/1.1" 200 5020 0.004063 10.0.0.41 - - [2026-01-29 02:20:58] "GET /obj-perms HTTP/1.1" 200 4915 0.008371 10.0.0.41 - - [2026-01-29 02:20:58] "GET /obj-perms HTTP/1.1" 200 4915 0.008867 10.0.0.41 - - [2026-01-29 02:20:58] "GET /obj-perms HTTP/1.1" 200 4915 0.058032 10.0.0.41 - - [2026-01-29 02:20:58] "GET /obj-perms HTTP/1.1" 200 4915 0.009073 10.0.0.41 - - [2026-01-29 02:20:58] "GET /obj-perms HTTP/1.1" 200 5020 0.003242 10.0.0.41 - - [2026-01-29 02:20:58] "GET /obj-perms HTTP/1.1" 200 5020 0.003100 10.0.0.41 - - [2026-01-29 02:20:58] "GET /obj-perms HTTP/1.1" 200 4915 0.008752 10.0.0.41 - - [2026-01-29 02:20:58] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.010894 10.0.0.41 - - [2026-01-29 02:20:59] "GET /virtual-machine/0e744b85-ede7-4058-aa84-9a6625ddd543 HTTP/1.1" 200 1287 0.013889 10.0.0.41 - - [2026-01-29 02:20:59] "POST /neutron/port HTTP/1.1" 200 1119 0.012670 10.0.0.41 - - [2026-01-29 02:20:59] "POST /neutron/port HTTP/1.1" 200 1109 0.009568 10.0.0.41 - - [2026-01-29 02:20:59] "POST /neutron/port HTTP/1.1" 200 151 0.081573 10.0.0.41 - - [2026-01-29 02:21:01] "GET /virtual-machine/0e744b85-ede7-4058-aa84-9a6625ddd543 HTTP/1.1" 404 171 0.010847 10.0.0.41 - - [2026-01-29 02:21:01] "GET /virtual-machine/0e744b85-ede7-4058-aa84-9a6625ddd543 HTTP/1.1" 404 171 0.007342 10.0.0.41 - - [2026-01-29 02:21:01] "GET /virtual-machine/0e744b85-ede7-4058-aa84-9a6625ddd543 HTTP/1.1" 404 171 0.007612 10.0.0.41 - - [2026-01-29 02:21:01] "POST /fqname-to-id HTTP/1.1" 403 339 0.014833 10.0.0.41 - - [2026-01-29 02:21:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002373 10.0.0.41 - - [2026-01-29 02:21:01] "GET /global-vrouter-config/ca103479-b4e7-43b3-aef9-85f12c05b442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003425 10.0.0.41 - - [2026-01-29 02:21:01] "GET /virtual-networks?parent_id=f1308027-05f5-4afc-b35d-d795f206d41a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009862 10.0.0.41 - - [2026-01-29 02:21:01] "POST /fqname-to-id HTTP/1.1" 403 361 0.009866 10.0.0.41 - - [2026-01-29 02:21:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.41 - - [2026-01-29 02:21:01] "GET /routing-instance/026c6b46-9a0f-4c98-ad98-d4080e25e6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1529 0.004401 10.0.0.41 - - [2026-01-29 02:21:01] "GET /route-target/0e0cb42b-6942-4ef8-ba04-8eda307348bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.009289 10.0.0.41 - - [2026-01-29 02:21:01] "GET /route-target/0e0cb42b-6942-4ef8-ba04-8eda307348bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003574 10.0.0.41 - - [2026-01-29 02:21:01] "GET /obj-perms HTTP/1.1" 200 4915 0.011629 10.0.0.41 - - [2026-01-29 02:21:01] "GET /obj-perms HTTP/1.1" 200 4915 0.010920 10.0.0.41 - - [2026-01-29 02:21:01] "GET /obj-perms HTTP/1.1" 200 4915 0.069463 10.0.0.41 - - [2026-01-29 02:21:01] "GET /obj-perms HTTP/1.1" 200 4915 0.008969 10.0.0.41 - - [2026-01-29 02:21:02] "GET /obj-perms HTTP/1.1" 200 5020 0.002816 10.0.0.41 - - [2026-01-29 02:21:02] "GET /obj-perms HTTP/1.1" 200 5020 0.003653 10.0.0.41 - - [2026-01-29 02:21:05] "GET /obj-perms HTTP/1.1" 200 5020 0.003055 10.0.0.41 - - [2026-01-29 02:21:05] "GET /obj-perms HTTP/1.1" 200 5020 0.002852 10.0.0.41 - - [2026-01-29 02:21:08] "GET /obj-perms HTTP/1.1" 200 5020 0.003213 10.0.0.41 - - [2026-01-29 02:21:08] "GET /obj-perms HTTP/1.1" 200 5020 0.003034 10.0.0.41 - - [2026-01-29 02:21:11] "GET /obj-perms HTTP/1.1" 200 5020 0.003099 10.0.0.41 - - [2026-01-29 02:21:11] "GET /obj-perms HTTP/1.1" 200 5020 0.003152 10.0.0.41 - - [2026-01-29 02:21:14] "GET /obj-perms HTTP/1.1" 200 5020 0.003042 10.0.0.41 - - [2026-01-29 02:21:14] "GET /obj-perms HTTP/1.1" 200 5020 0.003097 10.0.0.41 - - [2026-01-29 02:21:17] "GET /obj-perms HTTP/1.1" 200 5020 0.003422 10.0.0.41 - - [2026-01-29 02:21:17] "GET /obj-perms HTTP/1.1" 200 5020 0.002653 10.0.0.41 - - [2026-01-29 02:21:17] "GET /obj-perms HTTP/1.1" 200 5020 0.002954 10.0.0.41 - - [2026-01-29 02:21:17] "GET /obj-perms HTTP/1.1" 200 5020 0.003131 10.0.0.41 - - [2026-01-29 02:21:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002725 10.0.0.41 - - [2026-01-29 02:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.41 - - [2026-01-29 02:21:17] "POST /useragent-kv HTTP/1.1" 200 115 0.001465 10.0.0.41 - - [2026-01-29 02:21:17] "DELETE /virtual-network/170e4201-ec1c-4905-9f43-b7888506c4b8 HTTP/1.1" 200 115 0.064048 10.0.0.41 - - [2026-01-29 02:21:17] "DELETE /route-target/0e0cb42b-6942-4ef8-ba04-8eda307348bd HTTP/1.1" 200 115 0.016356 10.0.0.41 - - [2026-01-29 02:21:17] "DELETE /api-access-list/b42244db-35cc-40fd-b889-5d22bb728acd HTTP/1.1" 200 115 0.021335 10.0.0.41 - - [2026-01-29 02:21:17] "GET /api-access-list/b42244db-35cc-40fd-b889-5d22bb728acd HTTP/1.1" 404 171 0.002345 10.0.0.41 - - [2026-01-29 02:21:18] "GET /projects?obj_uuids=f1308027-05f5-4afc-b35d-d795f206d41a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000908 10.0.0.41 - - [2026-01-29 02:21:18] "GET /project/f1308027-05f5-4afc-b35d-d795f206d41a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.022613 10.0.0.41 - - [2026-01-29 02:21:18] "GET /projects?obj_uuids=f1308027-05f5-4afc-b35d-d795f206d41a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000838 10.0.0.41 - - [2026-01-29 02:21:18] "GET /project/f1308027-05f5-4afc-b35d-d795f206d41a?fields=virtual_networks HTTP/1.1" 200 1033 0.062358 10.0.0.41 - - [2026-01-29 02:21:18] "GET /projects?obj_uuids=f1308027-05f5-4afc-b35d-d795f206d41a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000942 10.0.0.41 - - [2026-01-29 02:21:18] "GET /project/f1308027-05f5-4afc-b35d-d795f206d41a?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.025060 10.0.0.41 - - [2026-01-29 02:21:18] "GET /projects?obj_uuids=f1308027-05f5-4afc-b35d-d795f206d41a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001501 10.0.0.41 - - [2026-01-29 02:21:18] "GET /project/f1308027-05f5-4afc-b35d-d795f206d41a?fields=security_groups HTTP/1.1" 200 1254 0.029257 10.0.0.41 - - [2026-01-29 02:21:18] "GET /projects?obj_uuids=b2c11208-52a2-4973-8dc8-574cdeaeadf8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001025 10.0.0.41 - - [2026-01-29 02:21:18] "GET /project/b2c11208-52a2-4973-8dc8-574cdeaeadf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.026521 10.0.0.41 - - [2026-01-29 02:21:18] "GET /projects?obj_uuids=b2c11208-52a2-4973-8dc8-574cdeaeadf8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000899 10.0.0.41 - - [2026-01-29 02:21:18] "GET /project/b2c11208-52a2-4973-8dc8-574cdeaeadf8?fields=virtual_networks HTTP/1.1" 200 1033 0.063858 10.0.0.41 - - [2026-01-29 02:21:18] "GET /projects?obj_uuids=b2c11208-52a2-4973-8dc8-574cdeaeadf8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001052 10.0.0.41 - - [2026-01-29 02:21:18] "GET /project/b2c11208-52a2-4973-8dc8-574cdeaeadf8?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.026439 10.0.0.41 - - [2026-01-29 02:21:18] "GET /projects?obj_uuids=b2c11208-52a2-4973-8dc8-574cdeaeadf8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000988 10.0.0.41 - - [2026-01-29 02:21:18] "GET /project/b2c11208-52a2-4973-8dc8-574cdeaeadf8?fields=security_groups HTTP/1.1" 200 1254 0.027472 10.0.0.41 - - [2026-01-29 02:21:20] "GET /api-access-list/5bd880a8-51c7-4ae6-bdb2-1d10d1674b7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003240 10.0.0.41 - - [2026-01-29 02:21:20] "PUT /api-access-list/5bd880a8-51c7-4ae6-bdb2-1d10d1674b7f HTTP/1.1" 200 264 0.008815 10.0.0.41 - - [2026-01-29 02:21:20] "GET /projects?obj_uuids=021db2b7-1126-4868-972a-52148d202beb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001072 10.0.0.41 - - [2026-01-29 02:21:20] "GET /project/021db2b7-1126-4868-972a-52148d202beb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.022674 10.0.0.41 - - [2026-01-29 02:21:20] "GET /projects?obj_uuids=021db2b7-1126-4868-972a-52148d202beb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001256 10.0.0.41 - - [2026-01-29 02:21:20] "GET /project/021db2b7-1126-4868-972a-52148d202beb?fields=virtual_networks HTTP/1.1" 200 1031 0.066379 10.0.0.41 - - [2026-01-29 02:21:20] "GET /projects?obj_uuids=021db2b7-1126-4868-972a-52148d202beb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001077 10.0.0.41 - - [2026-01-29 02:21:20] "GET /project/021db2b7-1126-4868-972a-52148d202beb?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.022506 10.0.0.41 - - [2026-01-29 02:21:20] "GET /projects?obj_uuids=021db2b7-1126-4868-972a-52148d202beb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000982 10.0.0.41 - - [2026-01-29 02:21:20] "GET /project/021db2b7-1126-4868-972a-52148d202beb?fields=security_groups HTTP/1.1" 200 1252 0.020998 10.0.0.41 - - [2026-01-29 02:21:21] "POST /fqname-to-id HTTP/1.1" 404 188 0.025356 10.0.0.41 - - [2026-01-29 02:21:21] "GET /projects?obj_uuids=058f0734-2d8a-4893-a017-36dd9e9cc204&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002013 10.0.0.41 - - [2026-01-29 02:21:21] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000977 10.0.0.41 - - [2026-01-29 02:21:21] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006015 10.0.0.41 - - [2026-01-29 02:21:21] "POST /id-to-fqname HTTP/1.1" 200 190 0.001242 10.0.0.41 - - [2026-01-29 02:21:21] "POST /fqname-to-id HTTP/1.1" 404 199 0.004039 10.0.0.41 - - [2026-01-29 02:21:21] "POST /security-groups HTTP/1.1" 200 591 0.064267 10.0.0.41 - - [2026-01-29 02:21:21] "POST /fqname-to-id HTTP/1.1" 404 234 0.002648 10.0.0.41 - - [2026-01-29 02:21:21] "POST /projects HTTP/1.1" 200 585 0.219696 10.0.0.41 - - [2026-01-29 02:21:21] "POST /access-control-lists HTTP/1.1" 200 596 0.057503 10.0.0.41 - - [2026-01-29 02:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.293029 10.0.0.41 - - [2026-01-29 02:21:21] "POST /fqname-to-id HTTP/1.1" 404 233 0.002448 10.0.0.41 - - [2026-01-29 02:21:21] "GET /project/058f0734-2d8a-4893-a017-36dd9e9cc204?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.414086 10.0.0.41 - - [2026-01-29 02:21:21] "POST /access-control-lists HTTP/1.1" 200 594 0.060479 10.0.0.41 - - [2026-01-29 02:21:22] "GET / HTTP/1.1" 200 35931 0.002500 10.0.0.41 - - [2026-01-29 02:21:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000437 10.0.0.41 - - [2026-01-29 02:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.031508 10.0.0.41 - - [2026-01-29 02:21:25] "GET /api-access-list/5bd880a8-51c7-4ae6-bdb2-1d10d1674b7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003090 10.0.0.41 - - [2026-01-29 02:21:25] "GET /api-access-list/5bd880a8-51c7-4ae6-bdb2-1d10d1674b7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003172 10.0.0.41 - - [2026-01-29 02:21:25] "GET /api-access-list/5bd880a8-51c7-4ae6-bdb2-1d10d1674b7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003016 10.0.0.41 - - [2026-01-29 02:21:25] "PUT /api-access-list/5bd880a8-51c7-4ae6-bdb2-1d10d1674b7f HTTP/1.1" 200 264 0.013295 10.0.0.41 - - [2026-01-29 02:21:25] "GET /aaa-mode HTTP/1.1" 200 128 0.001341 10.0.0.41 - - [2026-01-29 02:21:25] "POST /fqname-to-id HTTP/1.1" 404 188 0.024043 10.0.0.41 - - [2026-01-29 02:21:26] "GET /projects?obj_uuids=9b9ef98a-7f3b-4ea1-a0ee-bf4985b72c1e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002156 10.0.0.41 - - [2026-01-29 02:21:26] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002131 10.0.0.41 - - [2026-01-29 02:21:26] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009036 10.0.0.41 - - [2026-01-29 02:21:26] "POST /id-to-fqname HTTP/1.1" 200 190 0.001550 10.0.0.41 - - [2026-01-29 02:21:26] "POST /fqname-to-id HTTP/1.1" 404 199 0.004354 10.0.0.41 - - [2026-01-29 02:21:26] "POST /security-groups HTTP/1.1" 200 591 0.064229 10.0.0.41 - - [2026-01-29 02:21:26] "POST /fqname-to-id HTTP/1.1" 404 234 0.003079 10.0.0.41 - - [2026-01-29 02:21:26] "POST /projects HTTP/1.1" 200 585 0.209390 10.0.0.41 - - [2026-01-29 02:21:26] "POST /access-control-lists HTTP/1.1" 200 596 0.055317 10.0.0.41 - - [2026-01-29 02:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.278414 10.0.0.41 - - [2026-01-29 02:21:26] "POST /fqname-to-id HTTP/1.1" 404 233 0.003027 10.0.0.41 - - [2026-01-29 02:21:26] "GET /project/9b9ef98a-7f3b-4ea1-a0ee-bf4985b72c1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.407086 10.0.0.41 - - [2026-01-29 02:21:26] "POST /access-control-lists HTTP/1.1" 200 594 0.056245 10.0.0.41 - - [2026-01-29 02:21:26] "POST /fqname-to-id HTTP/1.1" 404 188 0.027273 10.0.0.41 - - [2026-01-29 02:21:26] "GET /projects?obj_uuids=dc8c0e38-1d65-4497-9626-0a801386dc8e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002393 10.0.0.41 - - [2026-01-29 02:21:26] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000960 10.0.0.41 - - [2026-01-29 02:21:26] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006150 10.0.0.41 - - [2026-01-29 02:21:27] "POST /id-to-fqname HTTP/1.1" 200 190 0.001159 10.0.0.41 - - [2026-01-29 02:21:27] "POST /fqname-to-id HTTP/1.1" 404 199 0.005702 10.0.0.41 - - [2026-01-29 02:21:27] "POST /security-groups HTTP/1.1" 200 591 0.060178 10.0.0.41 - - [2026-01-29 02:21:27] "POST /fqname-to-id HTTP/1.1" 404 234 0.003200 10.0.0.41 - - [2026-01-29 02:21:27] "POST /projects HTTP/1.1" 200 585 0.202948 10.0.0.41 - - [2026-01-29 02:21:27] "POST /access-control-lists HTTP/1.1" 200 596 0.057332 10.0.0.41 - - [2026-01-29 02:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.275874 10.0.0.41 - - [2026-01-29 02:21:27] "POST /fqname-to-id HTTP/1.1" 404 233 0.002412 10.0.0.41 - - [2026-01-29 02:21:27] "GET /project/dc8c0e38-1d65-4497-9626-0a801386dc8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.398452 10.0.0.41 - - [2026-01-29 02:21:27] "POST /access-control-lists HTTP/1.1" 200 594 0.059831 10.0.0.41 - - [2026-01-29 02:21:27] "GET / HTTP/1.1" 200 35931 0.001839 10.0.0.41 - - [2026-01-29 02:21:28] "GET / HTTP/1.1" 200 35931 0.001744 10.0.0.41 - - [2026-01-29 02:21:28] "POST /fqname-to-id HTTP/1.1" 404 183 0.002885 10.0.0.41 - - [2026-01-29 02:21:29] "POST /api-access-lists HTTP/1.1" 200 521 0.014574 10.0.0.41 - - [2026-01-29 02:21:29] "GET /api-access-list/efdc0c3c-86b0-48d4-a00b-e60c054870dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.004140 10.0.0.41 - - [2026-01-29 02:21:29] "GET /api-access-list/efdc0c3c-86b0-48d4-a00b-e60c054870dd HTTP/1.1" 401 292 0.000450 10.0.0.41 - - [2026-01-29 02:21:29] "GET /api-access-list/efdc0c3c-86b0-48d4-a00b-e60c054870dd HTTP/1.1" 200 1290 0.052952 10.0.0.41 - - [2026-01-29 02:21:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000401 10.0.0.41 - - [2026-01-29 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.036846 10.0.0.41 - - [2026-01-29 02:21:29] "GET /projects?obj_uuids=9b9ef98a-7f3b-4ea1-a0ee-bf4985b72c1e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001022 10.0.0.41 - - [2026-01-29 02:21:29] "GET /project/9b9ef98a-7f3b-4ea1-a0ee-bf4985b72c1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.026998 10.0.0.41 - - [2026-01-29 02:21:29] "GET /virtual-networks?parent_id=9b9ef98a-7f3b-4ea1-a0ee-bf4985b72c1e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009179 10.0.0.41 - - [2026-01-29 02:21:29] "POST /virtual-networks HTTP/1.1" 200 583 0.046462 10.0.0.41 - - [2026-01-29 02:21:30] "DELETE /project/021db2b711264868972a52148d202beb HTTP/1.1" 404 173 0.022741 10.0.0.41 - - [2026-01-29 02:21:30] "DELETE /project/f130802705f54afcb35dd795f206d41a HTTP/1.1" 404 173 0.021729 10.0.0.41 - - [2026-01-29 02:21:30] "DELETE /project/b2c1120852a249738dc8574cdeaeadf8 HTTP/1.1" 404 173 0.015942 10.0.0.41 - - [2026-01-29 02:21:30] "DELETE /project/9b9ef98a7f3b4ea1a0eebf4985b72c1e HTTP/1.1" 404 173 0.015239 10.0.0.41 - - [2026-01-29 02:21:30] "DELETE /project/058f07342d8a4893a01736dd9e9cc204 HTTP/1.1" 404 173 0.017727 10.0.0.41 - - [2026-01-29 02:21:30] "DELETE /project/dc8c0e381d65449796260a801386dc8e HTTP/1.1" 404 173 0.012880 10.0.0.41 - - [2026-01-29 02:21:30] "GET /projects?obj_uuids=b2c11208-52a2-4973-8dc8-574cdeaeadf8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001041 10.0.0.41 - - [2026-01-29 02:21:30] "GET /projects?obj_uuids=021db2b7-1126-4868-972a-52148d202beb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000875 10.0.0.41 - - [2026-01-29 02:21:30] "GET /projects?obj_uuids=f1308027-05f5-4afc-b35d-d795f206d41a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000852 10.0.0.41 - - [2026-01-29 02:21:30] "POST /route-targets HTTP/1.1" 200 327 0.054062 10.0.0.41 - - [2026-01-29 02:21:30] "POST /ref-update HTTP/1.1" 200 156 0.018032 10.0.0.41 - - [2026-01-29 02:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.046611 10.0.0.41 - - [2026-01-29 02:21:30] "GET /project/f1308027-05f5-4afc-b35d-d795f206d41a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.049037 10.0.0.41 - - [2026-01-29 02:21:30] "GET /project/021db2b7-1126-4868-972a-52148d202beb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.053656 10.0.0.41 - - [2026-01-29 02:21:30] "GET /project/b2c11208-52a2-4973-8dc8-574cdeaeadf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.055946 10.0.0.41 - - [2026-01-29 02:21:30] "GET /projects?obj_uuids=f1308027-05f5-4afc-b35d-d795f206d41a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001122 10.0.0.41 - - [2026-01-29 02:21:30] "GET /projects?obj_uuids=b2c11208-52a2-4973-8dc8-574cdeaeadf8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000834 10.0.0.41 - - [2026-01-29 02:21:30] "GET /projects?obj_uuids=021db2b7-1126-4868-972a-52148d202beb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000703 10.0.0.41 - - [2026-01-29 02:21:30] "GET /network-ipam/70b34a2e-995d-49d2-b182-866cba9ddd05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.024992 10.0.0.41 - - [2026-01-29 02:21:30] "GET /project/f1308027-05f5-4afc-b35d-d795f206d41a?fields=security_groups HTTP/1.1" 200 1359 0.058767 10.0.0.41 - - [2026-01-29 02:21:30] "GET /project/021db2b7-1126-4868-972a-52148d202beb?fields=security_groups HTTP/1.1" 200 1357 0.062087 10.0.0.41 - - [2026-01-29 02:21:30] "GET /project/b2c11208-52a2-4973-8dc8-574cdeaeadf8?fields=security_groups HTTP/1.1" 200 1359 0.064759 10.0.0.41 - - [2026-01-29 02:21:30] "POST /useragent-kv HTTP/1.1" 200 115 0.012960 10.0.0.41 - - [2026-01-29 02:21:30] "POST /ref-update HTTP/1.1" 200 156 0.183727 10.0.0.41 - - [2026-01-29 02:21:30] "DELETE /security-group/b1b759c0-9230-4ead-88b2-c601c9663bfb HTTP/1.1" 200 115 0.176074 10.0.0.41 - - [2026-01-29 02:21:30] "DELETE /security-group/78f1b360-ae16-4808-90b2-b56dcee30bb2 HTTP/1.1" 200 115 0.175302 10.0.0.41 - - [2026-01-29 02:21:30] "GET /projects?obj_uuids=f1308027-05f5-4afc-b35d-d795f206d41a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001182 10.0.0.41 - - [2026-01-29 02:21:30] "DELETE /access-control-list/479a3c58-1c60-4b97-99fa-63107214f7db HTTP/1.1" 200 115 0.141982 10.0.0.41 - - [2026-01-29 02:21:30] "GET /projects?obj_uuids=021db2b7-1126-4868-972a-52148d202beb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001064 10.0.0.41 - - [2026-01-29 02:21:30] "DELETE /security-group/270346c0-9d4a-4daf-be39-52dff2d942c9 HTTP/1.1" 200 115 0.178366 10.0.0.41 - - [2026-01-29 02:21:30] "GET /projects?obj_uuids=b2c11208-52a2-4973-8dc8-574cdeaeadf8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001172 10.0.0.41 - - [2026-01-29 02:21:30] "GET /project/021db2b7-1126-4868-972a-52148d202beb?fields=application_policy_sets HTTP/1.1" 200 1396 0.037288 10.0.0.41 - - [2026-01-29 02:21:30] "DELETE /access-control-list/ba1d6424-90ee-453e-a389-a7f1716b6f5d HTTP/1.1" 200 115 0.044380 10.0.0.41 - - [2026-01-29 02:21:30] "GET /project/f1308027-05f5-4afc-b35d-d795f206d41a?fields=application_policy_sets HTTP/1.1" 200 1398 0.081936 10.0.0.41 - - [2026-01-29 02:21:30] "DELETE /access-control-list/7a1b260f-b436-44de-9de6-1c431a10c65f HTTP/1.1" 200 115 0.041571 10.0.0.41 - - [2026-01-29 02:21:30] "GET /project/b2c11208-52a2-4973-8dc8-574cdeaeadf8?fields=application_policy_sets HTTP/1.1" 200 1398 0.094674 10.0.0.41 - - [2026-01-29 02:21:30] "POST /neutron/network HTTP/1.1" 200 848 0.092014 10.0.0.41 - - [2026-01-29 02:21:30] "DELETE /access-control-list/683fcb22-bd27-45ce-9044-f6cef5b511c0 HTTP/1.1" 200 115 0.051076 10.0.0.41 - - [2026-01-29 02:21:30] "DELETE /access-control-list/7d2c085a-1e0a-4ab5-ba05-a56f6c1d4c1b HTTP/1.1" 200 115 0.040620 10.0.0.41 - - [2026-01-29 02:21:30] "POST /neutron/network HTTP/1.1" 200 848 0.064001 10.0.0.41 - - [2026-01-29 02:21:30] "DELETE /project/021db2b7-1126-4868-972a-52148d202beb HTTP/1.1" 200 115 0.603521 10.0.0.41 - - [2026-01-29 02:21:30] "DELETE /access-control-list/e6998555-6b51-49b3-88cf-f173487b48d5 HTTP/1.1" 200 115 0.037325 10.0.0.41 - - [2026-01-29 02:21:30] "GET /virtual-network/a495e77b-3fa9-436b-8339-8501a7eb6cbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.025203 10.0.0.41 - - [2026-01-29 02:21:30] "DELETE /project/f1308027-05f5-4afc-b35d-d795f206d41a HTTP/1.1" 200 115 0.610971 10.0.0.41 - - [2026-01-29 02:21:30] "DELETE /project/b2c11208-52a2-4973-8dc8-574cdeaeadf8 HTTP/1.1" 200 115 0.624599 10.0.0.41 - - [2026-01-29 02:21:30] "POST /neutron/network HTTP/1.1" 200 848 0.026741 10.0.0.41 - - [2026-01-29 02:21:30] "POST /neutron/subnet HTTP/1.1" 200 679 0.022514 10.0.0.41 - - [2026-01-29 02:21:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000410 10.0.0.41 - - [2026-01-29 02:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.032740 10.0.0.41 - - [2026-01-29 02:21:31] "GET /projects?obj_uuids=dc8c0e38-1d65-4497-9626-0a801386dc8e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001674 10.0.0.41 - - [2026-01-29 02:21:31] "GET /project/dc8c0e38-1d65-4497-9626-0a801386dc8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.032401 10.0.0.41 - - [2026-01-29 02:21:31] "GET /virtual-networks?parent_id=dc8c0e38-1d65-4497-9626-0a801386dc8e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011787 10.0.0.41 - - [2026-01-29 02:21:31] "POST /virtual-networks HTTP/1.1" 200 583 0.047146 10.0.0.41 - - [2026-01-29 02:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.011793 10.0.0.41 - - [2026-01-29 02:21:31] "GET /network-ipam/70b34a2e-995d-49d2-b182-866cba9ddd05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.011214 10.0.0.41 - - [2026-01-29 02:21:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003980 10.0.0.41 - - [2026-01-29 02:21:31] "POST /ref-update HTTP/1.1" 200 156 0.044906 10.0.0.41 - - [2026-01-29 02:21:31] "POST /neutron/network HTTP/1.1" 200 850 0.045795 10.0.0.41 - - [2026-01-29 02:21:31] "POST /neutron/network HTTP/1.1" 200 850 0.017562 10.0.0.41 - - [2026-01-29 02:21:31] "GET /virtual-network/137cc2d3-b536-4a12-af4f-d3654f922ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.014234 10.0.0.41 - - [2026-01-29 02:21:31] "POST /neutron/network HTTP/1.1" 200 850 0.019403 10.0.0.41 - - [2026-01-29 02:21:31] "POST /neutron/subnet HTTP/1.1" 200 686 0.025691 10.0.0.41 - - [2026-01-29 02:21:31] "GET /virtual-network/a495e77b-3fa9-436b-8339-8501a7eb6cbf HTTP/1.1" 401 292 0.000368 10.0.0.41 - - [2026-01-29 02:21:31] "POST /route-targets HTTP/1.1" 200 327 0.012345 10.0.0.41 - - [2026-01-29 02:21:31] "POST /ref-update HTTP/1.1" 200 156 0.012968 10.0.0.41 - - [2026-01-29 02:21:31] "GET /virtual-network/a495e77b-3fa9-436b-8339-8501a7eb6cbf HTTP/1.1" 200 2313 0.038610 10.0.0.41 - - [2026-01-29 02:21:31] "GET /virtual-network/a495e77b-3fa9-436b-8339-8501a7eb6cbf HTTP/1.1" 401 292 0.000471 10.0.0.41 - - [2026-01-29 02:21:32] "GET /virtual-network/a495e77b-3fa9-436b-8339-8501a7eb6cbf HTTP/1.1" 403 376 0.031878 10.0.0.41 - - [2026-01-29 02:21:32] "GET /virtual-network/a495e77b-3fa9-436b-8339-8501a7eb6cbf HTTP/1.1" 200 2313 0.004544 10.0.0.41 - - [2026-01-29 02:21:32] "GET /virtual-networks HTTP/1.1" 200 371 0.015734 10.0.0.41 - - [2026-01-29 02:21:32] "GET /virtual-networks HTTP/1.1" 200 371 0.016780 10.0.0.41 - - [2026-01-29 02:21:32] "GET /obj-perms HTTP/1.1" 403 257 0.032970 10.0.0.41 - - [2026-01-29 02:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002705 10.0.0.41 - - [2026-01-29 02:21:32] "GET /virtual-network/a495e77b-3fa9-436b-8339-8501a7eb6cbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.012815 10.0.0.41 - - [2026-01-29 02:21:33] "GET /obj-perms HTTP/1.1" 403 257 0.035852 10.0.0.41 - - [2026-01-29 02:21:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002324 10.0.0.41 - - [2026-01-29 02:21:33] "GET /virtual-network/a495e77b-3fa9-436b-8339-8501a7eb6cbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.008224 10.0.0.41 - - [2026-01-29 02:21:33] "GET /obj-perms HTTP/1.1" 200 5030 0.058630 10.0.0.41 - - [2026-01-29 02:21:33] "GET /obj-perms HTTP/1.1" 403 257 0.006454 10.0.0.41 - - [2026-01-29 02:21:33] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.021705 10.0.0.41 - - [2026-01-29 02:21:33] "GET /obj-perms HTTP/1.1" 403 257 0.009286 10.0.0.41 - - [2026-01-29 02:21:33] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.017255 10.0.0.41 - - [2026-01-29 02:21:33] "GET /obj-perms HTTP/1.1" 200 5030 0.002833 10.0.0.41 - - [2026-01-29 02:21:33] "PUT /virtual-network/a495e77b-3fa9-436b-8339-8501a7eb6cbf HTTP/1.1" 200 264 0.021905 10.0.0.41 - - [2026-01-29 02:21:33] "GET /virtual-networks HTTP/1.1" 200 132 0.016696 10.0.0.41 - - [2026-01-29 02:21:33] "GET /virtual-networks HTTP/1.1" 200 611 0.015314 10.0.0.41 - - [2026-01-29 02:21:33] "GET /virtual-networks HTTP/1.1" 200 1429 0.002393 10.0.0.41 - - [2026-01-29 02:21:33] "GET /obj-perms HTTP/1.1" 403 257 0.006407 10.0.0.41 - - [2026-01-29 02:21:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002050 10.0.0.41 - - [2026-01-29 02:21:34] "GET /virtual-network/a495e77b-3fa9-436b-8339-8501a7eb6cbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.009552 10.0.0.41 - - [2026-01-29 02:21:34] "GET /obj-perms HTTP/1.1" 403 257 0.034692 10.0.0.41 - - [2026-01-29 02:21:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002043 10.0.0.41 - - [2026-01-29 02:21:34] "GET /virtual-network/a495e77b-3fa9-436b-8339-8501a7eb6cbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.008034 10.0.0.41 - - [2026-01-29 02:21:34] "GET /obj-perms HTTP/1.1" 403 257 0.007385 10.0.0.41 - - [2026-01-29 02:21:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002725 10.0.0.41 - - [2026-01-29 02:21:34] "GET /virtual-network/a495e77b-3fa9-436b-8339-8501a7eb6cbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.012310 10.0.0.41 - - [2026-01-29 02:21:34] "GET /obj-perms HTTP/1.1" 200 5030 0.003679 10.0.0.41 - - [2026-01-29 02:21:34] "GET /obj-perms HTTP/1.1" 403 257 0.006783 10.0.0.41 - - [2026-01-29 02:21:34] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016799 10.0.0.41 - - [2026-01-29 02:21:34] "GET /obj-perms HTTP/1.1" 403 257 0.007394 10.0.0.41 - - [2026-01-29 02:21:34] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 611 0.015093 10.0.0.41 - - [2026-01-29 02:21:34] "GET /obj-perms HTTP/1.1" 200 5030 0.003108 10.0.0.41 - - [2026-01-29 02:21:35] "PUT /virtual-network/a495e77b-3fa9-436b-8339-8501a7eb6cbf HTTP/1.1" 200 264 0.024215 10.0.0.41 - - [2026-01-29 02:21:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003306 10.0.0.41 - - [2026-01-29 02:21:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976 10.0.0.41 - - [2026-01-29 02:21:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002849 10.0.0.41 - - [2026-01-29 02:21:35] "DELETE /virtual-network/137cc2d3-b536-4a12-af4f-d3654f922ae4 HTTP/1.1" 200 115 0.069980 10.0.0.41 - - [2026-01-29 02:21:35] "DELETE /route-target/029b1f1e-192b-4b59-aac5-2a749d74b2de HTTP/1.1" 200 115 0.018964 10.0.0.41 - - [2026-01-29 02:21:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002774 10.0.0.41 - - [2026-01-29 02:21:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.41 - - [2026-01-29 02:21:35] "POST /useragent-kv HTTP/1.1" 200 115 0.001616 10.0.0.41 - - [2026-01-29 02:21:35] "DELETE /virtual-network/a495e77b-3fa9-436b-8339-8501a7eb6cbf HTTP/1.1" 200 115 0.068609 10.0.0.41 - - [2026-01-29 02:21:35] "DELETE /route-target/bbff3172-62ea-4b15-bbea-fd1a454710f7 HTTP/1.1" 200 115 0.015221 10.0.0.41 - - [2026-01-29 02:21:35] "DELETE /api-access-list/efdc0c3c-86b0-48d4-a00b-e60c054870dd HTTP/1.1" 200 115 0.018040 10.0.0.41 - - [2026-01-29 02:21:35] "GET /api-access-list/efdc0c3c-86b0-48d4-a00b-e60c054870dd HTTP/1.1" 404 171 0.002345 10.0.0.41 - - [2026-01-29 02:21:35] "GET /projects?obj_uuids=dc8c0e38-1d65-4497-9626-0a801386dc8e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001028 10.0.0.41 - - [2026-01-29 02:21:35] "GET /project/dc8c0e38-1d65-4497-9626-0a801386dc8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.024375 10.0.0.41 - - [2026-01-29 02:21:35] "GET /projects?obj_uuids=dc8c0e38-1d65-4497-9626-0a801386dc8e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001329 10.0.0.41 - - [2026-01-29 02:21:35] "GET /project/dc8c0e38-1d65-4497-9626-0a801386dc8e?fields=virtual_networks HTTP/1.1" 200 1043 0.068462 10.0.0.41 - - [2026-01-29 02:21:35] "GET /projects?obj_uuids=dc8c0e38-1d65-4497-9626-0a801386dc8e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000957 10.0.0.41 - - [2026-01-29 02:21:35] "GET /project/dc8c0e38-1d65-4497-9626-0a801386dc8e?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.020424 10.0.0.41 - - [2026-01-29 02:21:35] "GET /projects?obj_uuids=dc8c0e38-1d65-4497-9626-0a801386dc8e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000948 10.0.0.41 - - [2026-01-29 02:21:35] "GET /project/dc8c0e38-1d65-4497-9626-0a801386dc8e?fields=security_groups HTTP/1.1" 200 1269 0.019592 10.0.0.41 - - [2026-01-29 02:21:36] "GET /projects?obj_uuids=9b9ef98a-7f3b-4ea1-a0ee-bf4985b72c1e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001316 10.0.0.41 - - [2026-01-29 02:21:36] "GET /project/9b9ef98a-7f3b-4ea1-a0ee-bf4985b72c1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.023529 10.0.0.41 - - [2026-01-29 02:21:36] "GET /projects?obj_uuids=9b9ef98a-7f3b-4ea1-a0ee-bf4985b72c1e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000941 10.0.0.41 - - [2026-01-29 02:21:36] "GET /project/9b9ef98a-7f3b-4ea1-a0ee-bf4985b72c1e?fields=virtual_networks HTTP/1.1" 200 1043 0.061855 10.0.0.41 - - [2026-01-29 02:21:36] "GET /projects?obj_uuids=9b9ef98a-7f3b-4ea1-a0ee-bf4985b72c1e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000917 10.0.0.41 - - [2026-01-29 02:21:36] "GET /project/9b9ef98a-7f3b-4ea1-a0ee-bf4985b72c1e?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.022322 10.0.0.41 - - [2026-01-29 02:21:36] "GET /projects?obj_uuids=9b9ef98a-7f3b-4ea1-a0ee-bf4985b72c1e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001209 10.0.0.41 - - [2026-01-29 02:21:36] "GET /project/9b9ef98a-7f3b-4ea1-a0ee-bf4985b72c1e?fields=security_groups HTTP/1.1" 200 1269 0.024193 10.0.0.41 - - [2026-01-29 02:21:37] "GET /aaa-mode HTTP/1.1" 200 128 0.001274 10.0.0.41 - - [2026-01-29 02:21:37] "GET / HTTP/1.1" 200 35931 0.001752 10.0.0.41 - - [2026-01-29 02:21:38] "GET / HTTP/1.1" 200 35931 0.002267 10.0.0.41 - - [2026-01-29 02:21:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000470 10.0.0.41 - - [2026-01-29 02:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.077079 10.0.0.41 - - [2026-01-29 02:21:39] "GET /projects?obj_uuids=058f0734-2d8a-4893-a017-36dd9e9cc204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001350 10.0.0.41 - - [2026-01-29 02:21:39] "GET /project/058f0734-2d8a-4893-a017-36dd9e9cc204?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.034116 10.0.0.41 - - [2026-01-29 02:21:39] "GET /virtual-networks?parent_id=058f0734-2d8a-4893-a017-36dd9e9cc204&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.006876 10.0.0.41 - - [2026-01-29 02:21:39] "POST /fqname-to-id HTTP/1.1" 404 197 0.007583 10.0.0.41 - - [2026-01-29 02:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.008389 10.0.0.41 - - [2026-01-29 02:21:39] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001040 10.0.0.41 - - [2026-01-29 02:21:39] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.012278 10.0.0.41 - - [2026-01-29 02:21:39] "POST /service-templates HTTP/1.1" 403 264 0.006806 10.0.0.41 - - [2026-01-29 02:21:39] "POST /fqname-to-id HTTP/1.1" 404 215 0.002445 10.0.0.41 - - [2026-01-29 02:21:39] "POST /api-access-lists HTTP/1.1" 200 555 0.013097 10.0.0.41 - - [2026-01-29 02:21:39] "GET /api-access-list/f19cea74-4d53-4da7-be94-3ced297c8ee3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.004481 10.0.0.41 - - [2026-01-29 02:21:39] "GET /api-access-list/f19cea74-4d53-4da7-be94-3ced297c8ee3 HTTP/1.1" 200 1324 0.003362 10.0.0.41 - - [2026-01-29 02:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.010081 10.0.0.41 - - [2026-01-29 02:21:39] "GET /projects?obj_uuids=058f0734-2d8a-4893-a017-36dd9e9cc204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001407 10.0.0.41 - - [2026-01-29 02:21:39] "GET /project/058f0734-2d8a-4893-a017-36dd9e9cc204?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.035191 10.0.0.41 - - [2026-01-29 02:21:39] "GET /virtual-networks?parent_id=058f0734-2d8a-4893-a017-36dd9e9cc204&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010158 10.0.0.41 - - [2026-01-29 02:21:39] "POST /virtual-networks HTTP/1.1" 200 583 0.043450 10.0.0.41 - - [2026-01-29 02:21:39] "POST /route-targets HTTP/1.1" 200 327 0.008542 10.0.0.41 - - [2026-01-29 02:21:39] "POST /ref-update HTTP/1.1" 200 156 0.008955 10.0.0.41 - - [2026-01-29 02:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.009953 10.0.0.41 - - [2026-01-29 02:21:40] "GET /network-ipam/70b34a2e-995d-49d2-b182-866cba9ddd05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.008985 10.0.0.41 - - [2026-01-29 02:21:40] "POST /useragent-kv HTTP/1.1" 200 115 0.004838 10.0.0.41 - - [2026-01-29 02:21:40] "POST /ref-update HTTP/1.1" 200 156 0.042701 10.0.0.41 - - [2026-01-29 02:21:40] "POST /neutron/network HTTP/1.1" 200 850 0.047043 10.0.0.41 - - [2026-01-29 02:21:40] "POST /neutron/network HTTP/1.1" 200 850 0.017282 10.0.0.41 - - [2026-01-29 02:21:40] "GET /virtual-network/4676463e-c111-4d03-aab3-8f7f380dc321?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.010804 10.0.0.41 - - [2026-01-29 02:21:40] "POST /neutron/network HTTP/1.1" 200 850 0.018445 10.0.0.41 - - [2026-01-29 02:21:40] "POST /neutron/subnet HTTP/1.1" 200 686 0.021998 10.0.0.41 - - [2026-01-29 02:21:40] "POST /neutron/network HTTP/1.1" 200 850 0.056475 10.0.0.41 - - [2026-01-29 02:21:40] "GET /virtual-network/4676463e-c111-4d03-aab3-8f7f380dc321?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.005071 10.0.0.41 - - [2026-01-29 02:21:40] "GET /network-ipam/70b34a2e-995d-49d2-b182-866cba9ddd05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.003383 10.0.0.41 - - [2026-01-29 02:21:40] "GET /domains HTTP/1.1" 200 280 0.002704 10.0.0.41 - - [2026-01-29 02:21:40] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000934 10.0.0.41 - - [2026-01-29 02:21:40] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135 HTTP/1.1" 200 2946 0.005821 10.0.0.41 - - [2026-01-29 02:21:40] "GET /projects?obj_uuids=058f0734-2d8a-4893-a017-36dd9e9cc204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000997 10.0.0.41 - - [2026-01-29 02:21:40] "GET /project/058f0734-2d8a-4893-a017-36dd9e9cc204 HTTP/1.1" 200 2361 0.065066 10.0.0.41 - - [2026-01-29 02:21:40] "GET /virtual-network/4676463e-c111-4d03-aab3-8f7f380dc321 HTTP/1.1" 200 2317 0.006324 10.0.0.41 - - [2026-01-29 02:21:40] "GET /virtual-network/4676463e-c111-4d03-aab3-8f7f380dc321 HTTP/1.1" 200 2317 0.004403 10.0.0.41 - - [2026-01-29 02:21:40] "GET /routing-instance/aa8e51c4-3af2-4a8b-b9f2-8670a8b064b2 HTTP/1.1" 200 1556 0.003410 10.0.0.41 - - [2026-01-29 02:21:40] "GET /routing-instance/aa8e51c4-3af2-4a8b-b9f2-8670a8b064b2 HTTP/1.1" 200 1556 0.002800 10.0.0.41 - - [2026-01-29 02:21:40] "GET /route-target/422c0f73-6aa5-4d90-af27-c9c9d629cc5c HTTP/1.1" 200 1244 0.002702 10.0.0.41 - - [2026-01-29 02:21:40] "GET /virtual-network/4676463e-c111-4d03-aab3-8f7f380dc321 HTTP/1.1" 200 2317 0.004224 10.0.0.41 - - [2026-01-29 02:21:40] "GET /routing-instance/aa8e51c4-3af2-4a8b-b9f2-8670a8b064b2 HTTP/1.1" 200 1556 0.002810 10.0.0.41 - - [2026-01-29 02:21:40] "GET /virtual-network/4676463e-c111-4d03-aab3-8f7f380dc321?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.003835 10.0.0.41 - - [2026-01-29 02:21:40] "GET /virtual-network/4676463e-c111-4d03-aab3-8f7f380dc321 HTTP/1.1" 200 2317 0.004098 10.0.0.41 - - [2026-01-29 02:21:40] "GET /routing-instance/aa8e51c4-3af2-4a8b-b9f2-8670a8b064b2 HTTP/1.1" 200 1556 0.003038 10.0.0.41 - - [2026-01-29 02:21:40] "GET /routing-instance/aa8e51c4-3af2-4a8b-b9f2-8670a8b064b2 HTTP/1.1" 200 1556 0.003111 10.0.0.41 - - [2026-01-29 02:21:40] "GET /route-target/422c0f73-6aa5-4d90-af27-c9c9d629cc5c HTTP/1.1" 200 1244 0.002615 10.0.0.41 - - [2026-01-29 02:21:40] "GET /domains HTTP/1.1" 200 280 0.002372 10.0.0.41 - - [2026-01-29 02:21:40] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000920 10.0.0.41 - - [2026-01-29 02:21:40] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135 HTTP/1.1" 200 2946 0.005886 10.0.0.41 - - [2026-01-29 02:21:40] "GET /projects?obj_uuids=058f0734-2d8a-4893-a017-36dd9e9cc204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000908 10.0.0.41 - - [2026-01-29 02:21:40] "GET /project/058f0734-2d8a-4893-a017-36dd9e9cc204 HTTP/1.1" 200 2361 0.064914 10.0.0.41 - - [2026-01-29 02:21:40] "GET /virtual-network/4676463e-c111-4d03-aab3-8f7f380dc321 HTTP/1.1" 200 2317 0.004373 10.0.0.41 - - [2026-01-29 02:21:40] "GET /obj-perms HTTP/1.1" 200 5030 0.002703 10.0.0.41 - - [2026-01-29 02:21:40] "POST /fqname-to-id HTTP/1.1" 404 197 0.007908 10.0.0.41 - - [2026-01-29 02:21:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.008100 10.0.0.41 - - [2026-01-29 02:21:40] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001426 10.0.0.41 - - [2026-01-29 02:21:40] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.014243 10.0.0.41 - - [2026-01-29 02:21:40] "POST /service-templates HTTP/1.1" 403 264 0.007522 10.0.0.41 - - [2026-01-29 02:21:40] "POST /fqname-to-id HTTP/1.1" 404 183 0.002491 10.0.0.41 - - [2026-01-29 02:21:40] "POST /api-access-lists HTTP/1.1" 200 521 0.011844 10.0.0.41 - - [2026-01-29 02:21:40] "GET /api-access-list/c6267e36-375f-4b2a-b6b6-2d0eb938a583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.003983 10.0.0.41 - - [2026-01-29 02:21:41] "GET /api-access-list/c6267e36-375f-4b2a-b6b6-2d0eb938a583 HTTP/1.1" 200 1291 0.003106 10.0.0.41 - - [2026-01-29 02:21:41] "POST /fqname-to-id HTTP/1.1" 404 197 0.008500 10.0.0.41 - - [2026-01-29 02:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.007853 10.0.0.41 - - [2026-01-29 02:21:41] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000985 10.0.0.41 - - [2026-01-29 02:21:41] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.012851 10.0.0.41 - - [2026-01-29 02:21:41] "POST /service-templates HTTP/1.1" 200 551 0.024601 10.0.0.41 - - [2026-01-29 02:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.015000 10.0.0.41 - - [2026-01-29 02:21:41] "GET /service-template/9e38a3a5-1c10-4319-b524-3ab8e27e0b50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.011900 10.0.0.41 - - [2026-01-29 02:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.009368 10.0.0.41 - - [2026-01-29 02:21:41] "GET /service-template/9e38a3a5-1c10-4319-b524-3ab8e27e0b50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.010122 10.0.0.41 - - [2026-01-29 02:21:41] "GET /virtual-network/4676463e-c111-4d03-aab3-8f7f380dc321 HTTP/1.1" 401 292 0.000406 10.0.0.41 - - [2026-01-29 02:21:41] "GET /virtual-network/4676463e-c111-4d03-aab3-8f7f380dc321 HTTP/1.1" 403 263 0.034631 10.0.0.41 - - [2026-01-29 02:21:41] "GET /service-template/9e38a3a5-1c10-4319-b524-3ab8e27e0b50 HTTP/1.1" 403 264 0.006467 10.0.0.41 - - [2026-01-29 02:21:42] "GET /service-template/9e38a3a5-1c10-4319-b524-3ab8e27e0b50 HTTP/1.1" 403 264 0.030476 10.0.0.41 - - [2026-01-29 02:21:42] "GET /obj-perms HTTP/1.1" 403 257 0.037044 10.0.0.41 - - [2026-01-29 02:21:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002028 10.0.0.41 - - [2026-01-29 02:21:42] "GET /virtual-network/4676463e-c111-4d03-aab3-8f7f380dc321?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.007519 10.0.0.41 - - [2026-01-29 02:21:42] "GET /obj-perms HTTP/1.1" 403 257 0.006993 10.0.0.41 - - [2026-01-29 02:21:42] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007031 10.0.0.41 - - [2026-01-29 02:21:42] "GET /api-access-list/f19cea74-4d53-4da7-be94-3ced297c8ee3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.005327 10.0.0.41 - - [2026-01-29 02:21:42] "PUT /api-access-list/f19cea74-4d53-4da7-be94-3ced297c8ee3 HTTP/1.1" 200 264 0.007598 10.0.0.41 - - [2026-01-29 02:21:42] "GET /api-access-list/f19cea74-4d53-4da7-be94-3ced297c8ee3 HTTP/1.1" 200 1461 0.003109 10.0.0.41 - - [2026-01-29 02:21:42] "GET /virtual-network/4676463e-c111-4d03-aab3-8f7f380dc321 HTTP/1.1" 200 2317 0.012083 10.0.0.41 - - [2026-01-29 02:21:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000384 10.0.0.41 - - [2026-01-29 02:21:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.041209 10.0.0.41 - - [2026-01-29 02:21:43] "GET /projects?obj_uuids=058f0734-2d8a-4893-a017-36dd9e9cc204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001342 10.0.0.41 - - [2026-01-29 02:21:43] "GET /project/058f0734-2d8a-4893-a017-36dd9e9cc204?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.034837 10.0.0.41 - - [2026-01-29 02:21:43] "GET /virtual-networks?parent_id=058f0734-2d8a-4893-a017-36dd9e9cc204&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.013019 10.0.0.41 - - [2026-01-29 02:21:43] "POST /virtual-networks HTTP/1.1" 403 263 0.008080 10.0.0.41 - - [2026-01-29 02:21:43] "GET /service-template/9e38a3a5-1c10-4319-b524-3ab8e27e0b50 HTTP/1.1" 403 264 0.007617 10.0.0.41 - - [2026-01-29 02:21:43] "GET /service-template/9e38a3a5-1c10-4319-b524-3ab8e27e0b50 HTTP/1.1" 403 264 0.035796 10.0.0.41 - - [2026-01-29 02:21:43] "GET /obj-perms HTTP/1.1" 403 257 0.007850 10.0.0.41 - - [2026-01-29 02:21:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002405 10.0.0.41 - - [2026-01-29 02:21:43] "GET /virtual-network/4676463e-c111-4d03-aab3-8f7f380dc321?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.012852 10.0.0.41 - - [2026-01-29 02:21:43] "GET /obj-perms HTTP/1.1" 403 257 0.009061 10.0.0.41 - - [2026-01-29 02:21:43] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.014813 10.0.0.41 - - [2026-01-29 02:21:43] "GET /api-access-list/c6267e36-375f-4b2a-b6b6-2d0eb938a583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.002888 10.0.0.41 - - [2026-01-29 02:21:43] "PUT /api-access-list/c6267e36-375f-4b2a-b6b6-2d0eb938a583 HTTP/1.1" 200 264 0.007704 10.0.0.41 - - [2026-01-29 02:21:43] "GET /api-access-list/c6267e36-375f-4b2a-b6b6-2d0eb938a583 HTTP/1.1" 200 1429 0.003494 10.0.0.41 - - [2026-01-29 02:21:43] "GET /service-template/9e38a3a5-1c10-4319-b524-3ab8e27e0b50 HTTP/1.1" 200 1854 0.013569 10.0.0.41 - - [2026-01-29 02:21:43] "POST /fqname-to-id HTTP/1.1" 404 197 0.013930 10.0.0.41 - - [2026-01-29 02:21:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.017416 10.0.0.41 - - [2026-01-29 02:21:44] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001025 10.0.0.41 - - [2026-01-29 02:21:44] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.013276 10.0.0.41 - - [2026-01-29 02:21:44] "POST /service-templates HTTP/1.1" 403 264 0.007156 10.0.0.41 - - [2026-01-29 02:21:44] "GET /api-access-list/f19cea74-4d53-4da7-be94-3ced297c8ee3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.002966 10.0.0.41 - - [2026-01-29 02:21:44] "PUT /api-access-list/f19cea74-4d53-4da7-be94-3ced297c8ee3 HTTP/1.1" 200 264 0.007536 10.0.0.41 - - [2026-01-29 02:21:44] "GET /api-access-list/f19cea74-4d53-4da7-be94-3ced297c8ee3 HTTP/1.1" 200 1324 0.003018 10.0.0.41 - - [2026-01-29 02:21:44] "GET /api-access-list/c6267e36-375f-4b2a-b6b6-2d0eb938a583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.002570 10.0.0.41 - - [2026-01-29 02:21:44] "PUT /api-access-list/c6267e36-375f-4b2a-b6b6-2d0eb938a583 HTTP/1.1" 200 264 0.008232 10.0.0.41 - - [2026-01-29 02:21:44] "GET /api-access-list/c6267e36-375f-4b2a-b6b6-2d0eb938a583 HTTP/1.1" 200 1291 0.002975 10.0.0.41 - - [2026-01-29 02:21:44] "GET /virtual-network/4676463e-c111-4d03-aab3-8f7f380dc321 HTTP/1.1" 403 263 0.006704 10.0.0.41 - - [2026-01-29 02:21:44] "GET /virtual-network/4676463e-c111-4d03-aab3-8f7f380dc321 HTTP/1.1" 403 263 0.037207 10.0.0.41 - - [2026-01-29 02:21:44] "GET /service-template/9e38a3a5-1c10-4319-b524-3ab8e27e0b50 HTTP/1.1" 403 264 0.007032 10.0.0.41 - - [2026-01-29 02:21:45] "GET /service-template/9e38a3a5-1c10-4319-b524-3ab8e27e0b50 HTTP/1.1" 403 264 0.309748 10.0.0.41 - - [2026-01-29 02:21:45] "GET /obj-perms HTTP/1.1" 403 257 0.011262 10.0.0.41 - - [2026-01-29 02:21:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002238 10.0.0.41 - - [2026-01-29 02:21:45] "GET /obj-perms HTTP/1.1" 200 5056 0.060695 10.0.0.41 - - [2026-01-29 02:21:45] "GET /virtual-network/4676463e-c111-4d03-aab3-8f7f380dc321?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.007747 10.0.0.41 - - [2026-01-29 02:21:45] "GET /obj-perms HTTP/1.1" 403 257 0.049879 10.0.0.41 - - [2026-01-29 02:21:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002426 10.0.0.41 - - [2026-01-29 02:21:45] "GET /obj-perms HTTP/1.1" 200 5056 0.356416 10.0.0.41 - - [2026-01-29 02:21:45] "GET /virtual-network/4676463e-c111-4d03-aab3-8f7f380dc321?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.008314 10.0.0.41 - - [2026-01-29 02:21:46] "GET /obj-perms HTTP/1.1" 403 257 0.008255 10.0.0.41 - - [2026-01-29 02:21:46] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.008172 10.0.0.41 - - [2026-01-29 02:21:46] "GET /api-access-list/5bd880a8-51c7-4ae6-bdb2-1d10d1674b7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003309 10.0.0.41 - - [2026-01-29 02:21:46] "PUT /api-access-list/5bd880a8-51c7-4ae6-bdb2-1d10d1674b7f HTTP/1.1" 200 264 0.008422 10.0.0.41 - - [2026-01-29 02:21:46] "GET /service-template/9e38a3a5-1c10-4319-b524-3ab8e27e0b50 HTTP/1.1" 200 1854 0.010333 10.0.0.41 - - [2026-01-29 02:21:46] "GET /virtual-network/4676463e-c111-4d03-aab3-8f7f380dc321 HTTP/1.1" 200 2317 0.012918 10.0.0.41 - - [2026-01-29 02:21:46] "GET /obj-perms HTTP/1.1" 403 257 0.007260 10.0.0.41 - - [2026-01-29 02:21:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002244 10.0.0.41 - - [2026-01-29 02:21:46] "GET /virtual-network/4676463e-c111-4d03-aab3-8f7f380dc321?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.012290 10.0.0.41 - - [2026-01-29 02:21:46] "GET /obj-perms HTTP/1.1" 403 257 0.007892 10.0.0.41 - - [2026-01-29 02:21:46] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.016386 10.0.0.41 - - [2026-01-29 02:21:46] "DELETE /api-access-list/f19cea74-4d53-4da7-be94-3ced297c8ee3 HTTP/1.1" 200 115 0.020334 10.0.0.41 - - [2026-01-29 02:21:46] "GET /api-access-list/f19cea74-4d53-4da7-be94-3ced297c8ee3 HTTP/1.1" 404 171 0.002574 10.0.0.41 - - [2026-01-29 02:21:46] "DELETE /api-access-list/c6267e36-375f-4b2a-b6b6-2d0eb938a583 HTTP/1.1" 200 115 0.018875 10.0.0.41 - - [2026-01-29 02:21:46] "GET /api-access-list/c6267e36-375f-4b2a-b6b6-2d0eb938a583 HTTP/1.1" 404 171 0.002283 10.0.0.41 - - [2026-01-29 02:21:46] "GET /virtual-network/4676463e-c111-4d03-aab3-8f7f380dc321 HTTP/1.1" 401 292 0.000356 10.0.0.41 - - [2026-01-29 02:21:46] "GET /virtual-network/4676463e-c111-4d03-aab3-8f7f380dc321 HTTP/1.1" 403 263 0.034462 10.0.0.41 - - [2026-01-29 02:21:46] "GET /service-template/9e38a3a5-1c10-4319-b524-3ab8e27e0b50 HTTP/1.1" 403 264 0.005313 10.0.0.41 - - [2026-01-29 02:21:47] "GET /service-template/9e38a3a5-1c10-4319-b524-3ab8e27e0b50 HTTP/1.1" 403 264 0.031716 10.0.0.41 - - [2026-01-29 02:21:47] "GET /obj-perms HTTP/1.1" 403 257 0.028576 10.0.0.41 - - [2026-01-29 02:21:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002186 10.0.0.41 - - [2026-01-29 02:21:47] "GET /virtual-network/4676463e-c111-4d03-aab3-8f7f380dc321?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.006019 10.0.0.41 - - [2026-01-29 02:21:47] "GET /obj-perms HTTP/1.1" 403 257 0.006962 10.0.0.41 - - [2026-01-29 02:21:47] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007554 10.0.0.41 - - [2026-01-29 02:21:47] "GET /api-access-list/5bd880a8-51c7-4ae6-bdb2-1d10d1674b7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.003191 10.0.0.41 - - [2026-01-29 02:21:47] "PUT /api-access-list/5bd880a8-51c7-4ae6-bdb2-1d10d1674b7f HTTP/1.1" 200 264 0.008668 10.0.0.41 - - [2026-01-29 02:21:47] "GET /virtual-network/4676463e-c111-4d03-aab3-8f7f380dc321 HTTP/1.1" 200 2317 0.014200 10.0.0.41 - - [2026-01-29 02:21:47] "GET /service-template/9e38a3a5-1c10-4319-b524-3ab8e27e0b50 HTTP/1.1" 200 1854 0.011051 10.0.0.41 - - [2026-01-29 02:21:47] "GET /obj-perms HTTP/1.1" 403 257 0.006684 10.0.0.41 - - [2026-01-29 02:21:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002234 10.0.0.41 - - [2026-01-29 02:21:47] "GET /virtual-network/4676463e-c111-4d03-aab3-8f7f380dc321?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.011245 10.0.0.41 - - [2026-01-29 02:21:47] "GET /obj-perms HTTP/1.1" 403 257 0.006549 10.0.0.41 - - [2026-01-29 02:21:47] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.015008 10.0.0.41 - - [2026-01-29 02:21:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.008712 10.0.0.41 - - [2026-01-29 02:21:48] "DELETE /service-template/9e38a3a5-1c10-4319-b524-3ab8e27e0b50 HTTP/1.1" 200 115 0.028351 10.0.0.41 - - [2026-01-29 02:21:48] "POST /fqname-to-id HTTP/1.1" 404 197 0.008338 10.0.0.41 - - [2026-01-29 02:21:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003838 10.0.0.41 - - [2026-01-29 02:21:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001935 10.0.0.41 - - [2026-01-29 02:21:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002565 10.0.0.41 - - [2026-01-29 02:21:48] "DELETE /virtual-network/4676463e-c111-4d03-aab3-8f7f380dc321 HTTP/1.1" 200 115 0.067415 10.0.0.41 - - [2026-01-29 02:21:48] "DELETE /route-target/422c0f73-6aa5-4d90-af27-c9c9d629cc5c HTTP/1.1" 200 115 0.016037 10.0.0.41 - - [2026-01-29 02:21:48] "GET /api-access-list/5bd880a8-51c7-4ae6-bdb2-1d10d1674b7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.003486 10.0.0.41 - - [2026-01-29 02:21:48] "PUT /api-access-list/5bd880a8-51c7-4ae6-bdb2-1d10d1674b7f HTTP/1.1" 200 264 0.009007 10.0.0.41 - - [2026-01-29 02:21:48] "GET /api-access-list/5bd880a8-51c7-4ae6-bdb2-1d10d1674b7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2691 0.003507 10.0.0.41 - - [2026-01-29 02:21:48] "PUT /api-access-list/5bd880a8-51c7-4ae6-bdb2-1d10d1674b7f HTTP/1.1" 200 264 0.008889 10.0.0.41 - - [2026-01-29 02:21:49] "GET /api-access-list/5bd880a8-51c7-4ae6-bdb2-1d10d1674b7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003739 10.0.0.41 - - [2026-01-29 02:21:49] "PUT /api-access-list/5bd880a8-51c7-4ae6-bdb2-1d10d1674b7f HTTP/1.1" 200 264 0.007664 10.0.0.41 - - [2026-01-29 02:21:49] "GET /projects?obj_uuids=058f0734-2d8a-4893-a017-36dd9e9cc204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001373 10.0.0.41 - - [2026-01-29 02:21:49] "GET /project/058f0734-2d8a-4893-a017-36dd9e9cc204?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.025744 10.0.0.41 - - [2026-01-29 02:21:49] "GET /projects?obj_uuids=058f0734-2d8a-4893-a017-36dd9e9cc204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001006 10.0.0.41 - - [2026-01-29 02:21:49] "GET /project/058f0734-2d8a-4893-a017-36dd9e9cc204?fields=virtual_networks HTTP/1.1" 200 1041 0.066018 10.0.0.41 - - [2026-01-29 02:21:49] "GET /projects?obj_uuids=058f0734-2d8a-4893-a017-36dd9e9cc204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001464 10.0.0.41 - - [2026-01-29 02:21:49] "GET /project/058f0734-2d8a-4893-a017-36dd9e9cc204?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.031303 10.0.0.41 - - [2026-01-29 02:21:49] "GET /projects?obj_uuids=058f0734-2d8a-4893-a017-36dd9e9cc204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001372 10.0.0.41 - - [2026-01-29 02:21:49] "GET /project/058f0734-2d8a-4893-a017-36dd9e9cc204?fields=security_groups HTTP/1.1" 200 1267 0.029260 10.0.0.41 - - [2026-01-29 02:21:50] "GET /projects?obj_uuids=54abdbbe-d1c4-4944-8054-5df33b219ff0&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000954 10.0.0.41 - - [2026-01-29 02:21:50] "GET /project/54abdbbe-d1c4-4944-8054-5df33b219ff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.020240 [Introspect:8084]10.0.0.41 - - [2026-01-29 02:21:50] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001050 10.0.0.41 - - [2026-01-29 02:21:51] "POST /fqname-to-id HTTP/1.1" 404 184 0.025447 10.0.0.41 - - [2026-01-29 02:21:51] "GET /projects?obj_uuids=b297602c-5809-44b0-aeef-0debcd7f2824&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002328 10.0.0.41 - - [2026-01-29 02:21:51] "GET /domains?obj_uuids=d71c9a98-945e-484f-9ad1-e994d610c135&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001364 10.0.0.41 - - [2026-01-29 02:21:51] "GET /domain/d71c9a98-945e-484f-9ad1-e994d610c135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007098 10.0.0.41 - - [2026-01-29 02:21:51] "POST /id-to-fqname HTTP/1.1" 200 186 0.001150 10.0.0.41 - - [2026-01-29 02:21:51] "POST /fqname-to-id HTTP/1.1" 404 195 0.002997 10.0.0.41 - - [2026-01-29 02:21:51] "POST /security-groups HTTP/1.1" 200 587 0.059741 10.0.0.41 - - [2026-01-29 02:21:51] "POST /fqname-to-id HTTP/1.1" 404 230 0.003307 10.0.0.41 - - [2026-01-29 02:21:51] "POST /projects HTTP/1.1" 200 577 0.205629 10.0.0.41 - - [2026-01-29 02:21:51] "POST /access-control-lists HTTP/1.1" 200 592 0.056669 10.0.0.41 - - [2026-01-29 02:21:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.283558 10.0.0.41 - - [2026-01-29 02:21:51] "POST /fqname-to-id HTTP/1.1" 404 229 0.002879 10.0.0.41 - - [2026-01-29 02:21:51] "GET /project/b297602c-5809-44b0-aeef-0debcd7f2824?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.408368 10.0.0.41 - - [2026-01-29 02:21:51] "POST /access-control-lists HTTP/1.1" 200 590 0.060408 10.0.0.41 - - [2026-01-29 02:21:52] "GET / HTTP/1.1" 200 35931 0.001918 10.0.0.41 - - [2026-01-29 02:21:53] "GET /projects?obj_uuids=b297602c-5809-44b0-aeef-0debcd7f2824&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001072 10.0.0.41 - - [2026-01-29 02:21:53] "GET /project/b297602c-5809-44b0-aeef-0debcd7f2824?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.031857 10.0.0.41 - - [2026-01-29 02:21:53] "GET /projects?obj_uuids=b297602c-5809-44b0-aeef-0debcd7f2824&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001400 10.0.0.41 - - [2026-01-29 02:21:53] "GET /project/b297602c-5809-44b0-aeef-0debcd7f2824?fields=virtual_networks HTTP/1.1" 200 1035 0.074522 10.0.0.41 - - [2026-01-29 02:21:53] "GET /projects?obj_uuids=b297602c-5809-44b0-aeef-0debcd7f2824&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001726 10.0.0.41 - - [2026-01-29 02:21:53] "GET /project/b297602c-5809-44b0-aeef-0debcd7f2824?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.028359 10.0.0.41 - - [2026-01-29 02:21:53] "GET /projects?obj_uuids=b297602c-5809-44b0-aeef-0debcd7f2824&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001463 10.0.0.41 - - [2026-01-29 02:21:53] "GET /project/b297602c-5809-44b0-aeef-0debcd7f2824?fields=security_groups HTTP/1.1" 200 1257 0.029249 10.0.0.41 - - [2026-01-29 02:22:30] "DELETE /project/b297602c580944b0aeef0debcd7f2824 HTTP/1.1" 404 173 0.015896 10.0.0.41 - - [2026-01-29 02:22:30] "GET /projects?obj_uuids=b297602c-5809-44b0-aeef-0debcd7f2824&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000823 10.0.0.41 - - [2026-01-29 02:22:30] "GET /projects?obj_uuids=dc8c0e38-1d65-4497-9626-0a801386dc8e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000767 10.0.0.41 - - [2026-01-29 02:22:30] "GET /projects?obj_uuids=058f0734-2d8a-4893-a017-36dd9e9cc204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000719 10.0.0.41 - - [2026-01-29 02:22:30] "GET /projects?obj_uuids=9b9ef98a-7f3b-4ea1-a0ee-bf4985b72c1e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000707 10.0.0.41 - - [2026-01-29 02:22:30] "GET /project/9b9ef98a-7f3b-4ea1-a0ee-bf4985b72c1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.042126 10.0.0.41 - - [2026-01-29 02:22:30] "GET /project/058f0734-2d8a-4893-a017-36dd9e9cc204?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.047102 10.0.0.41 - - [2026-01-29 02:22:30] "GET /project/dc8c0e38-1d65-4497-9626-0a801386dc8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.049433 10.0.0.41 - - [2026-01-29 02:22:30] "GET /project/b297602c-5809-44b0-aeef-0debcd7f2824?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.053564 10.0.0.41 - - [2026-01-29 02:22:30] "GET /projects?obj_uuids=9b9ef98a-7f3b-4ea1-a0ee-bf4985b72c1e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000877 10.0.0.41 - - [2026-01-29 02:22:30] "GET /projects?obj_uuids=b297602c-5809-44b0-aeef-0debcd7f2824&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000788 10.0.0.41 - - [2026-01-29 02:22:30] "GET /projects?obj_uuids=dc8c0e38-1d65-4497-9626-0a801386dc8e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000709 10.0.0.41 - - [2026-01-29 02:22:30] "GET /projects?obj_uuids=058f0734-2d8a-4893-a017-36dd9e9cc204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000680 10.0.0.41 - - [2026-01-29 02:22:30] "GET /project/9b9ef98a-7f3b-4ea1-a0ee-bf4985b72c1e?fields=security_groups HTTP/1.1" 200 1374 0.076427 10.0.0.41 - - [2026-01-29 02:22:30] "GET /project/058f0734-2d8a-4893-a017-36dd9e9cc204?fields=security_groups HTTP/1.1" 200 1372 0.084420 10.0.0.41 - - [2026-01-29 02:22:30] "GET /project/dc8c0e38-1d65-4497-9626-0a801386dc8e?fields=security_groups HTTP/1.1" 200 1374 0.089844 10.0.0.41 - - [2026-01-29 02:22:30] "GET /project/b297602c-5809-44b0-aeef-0debcd7f2824?fields=security_groups HTTP/1.1" 200 1362 0.094330 10.0.0.41 - - [2026-01-29 02:22:30] "DELETE /security-group/f88b346e-5011-4f9c-9181-a4f57fff25eb HTTP/1.1" 200 115 0.080625 10.0.0.41 - - [2026-01-29 02:22:31] "DELETE /security-group/febe063b-23ab-4791-9829-b8cf8ba59a4f HTTP/1.1" 200 115 0.080805 10.0.0.41 - - [2026-01-29 02:22:31] "GET /projects?obj_uuids=9b9ef98a-7f3b-4ea1-a0ee-bf4985b72c1e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000952 10.0.0.41 - - [2026-01-29 02:22:31] "GET /projects?obj_uuids=058f0734-2d8a-4893-a017-36dd9e9cc204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000847 10.0.0.41 - - [2026-01-29 02:22:31] "DELETE /access-control-list/7991e935-9c40-40f6-b4ed-5742d9ef61c9 HTTP/1.1" 200 115 0.056628 10.0.0.41 - - [2026-01-29 02:22:31] "DELETE /security-group/9444a18e-ef08-4f54-ab88-92e2d49dde83 HTTP/1.1" 200 115 0.099683 10.0.0.41 - - [2026-01-29 02:22:31] "GET /project/9b9ef98a-7f3b-4ea1-a0ee-bf4985b72c1e?fields=application_policy_sets HTTP/1.1" 200 1413 0.038682 10.0.0.41 - - [2026-01-29 02:22:31] "GET /project/058f0734-2d8a-4893-a017-36dd9e9cc204?fields=application_policy_sets HTTP/1.1" 200 1411 0.038374 10.0.0.41 - - [2026-01-29 02:22:31] "GET /projects?obj_uuids=dc8c0e38-1d65-4497-9626-0a801386dc8e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000914 10.0.0.41 - - [2026-01-29 02:22:31] "DELETE /security-group/85e4e4f2-accf-44cb-a609-0cc9cca0436f HTTP/1.1" 200 115 0.115160 10.0.0.41 - - [2026-01-29 02:22:31] "DELETE /access-control-list/5af2a459-ebbb-41bc-82d8-1bb3fb9de300 HTTP/1.1" 200 115 0.048219 10.0.0.41 - - [2026-01-29 02:22:31] "GET /projects?obj_uuids=b297602c-5809-44b0-aeef-0debcd7f2824&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000978 10.0.0.41 - - [2026-01-29 02:22:31] "GET /project/dc8c0e38-1d65-4497-9626-0a801386dc8e?fields=application_policy_sets HTTP/1.1" 200 1413 0.036716 10.0.0.41 - - [2026-01-29 02:22:31] "DELETE /access-control-list/1818d9d3-3903-4ea1-8279-91e95aeb486a HTTP/1.1" 200 115 0.035202 10.0.0.41 - - [2026-01-29 02:22:31] "GET /project/b297602c-5809-44b0-aeef-0debcd7f2824?fields=application_policy_sets HTTP/1.1" 200 1401 0.087703 10.0.0.41 - - [2026-01-29 02:22:31] "DELETE /access-control-list/16f45889-90cf-456e-b708-8bdcb664eb23 HTTP/1.1" 200 115 0.045591 10.0.0.41 - - [2026-01-29 02:22:31] "DELETE /access-control-list/945f2d9a-e30a-447a-b251-d5e5d0c48d2b HTTP/1.1" 200 115 0.038650 10.0.0.41 - - [2026-01-29 02:22:31] "DELETE /project/9b9ef98a-7f3b-4ea1-a0ee-bf4985b72c1e HTTP/1.1" 200 115 0.484525 10.0.0.41 - - [2026-01-29 02:22:31] "DELETE /project/058f0734-2d8a-4893-a017-36dd9e9cc204 HTTP/1.1" 200 115 0.514313 10.0.0.41 - - [2026-01-29 02:22:31] "DELETE /access-control-list/3c560a10-d616-4442-8069-3ebf436ed8e1 HTTP/1.1" 200 115 0.046709 10.0.0.41 - - [2026-01-29 02:22:31] "DELETE /project/dc8c0e38-1d65-4497-9626-0a801386dc8e HTTP/1.1" 200 115 0.548979 10.0.0.41 - - [2026-01-29 02:22:31] "DELETE /access-control-list/9b7f918d-ed9c-487a-acc6-7fc71b3b2936 HTTP/1.1" 200 115 0.025061 10.0.0.41 - - [2026-01-29 02:22:31] "DELETE /project/b297602c-5809-44b0-aeef-0debcd7f2824 HTTP/1.1" 200 115 0.573235 10.0.0.41 - - [2026-01-29 02:22:31] "DELETE /access-control-list/387a08e6-3572-4efd-bd97-12052d26b96c HTTP/1.1" 200 115 0.015394 [Introspect:8084]10.0.0.41 - - [2026-01-29 02:22:35] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000875 [Introspect:8084]10.0.0.41 - - [2026-01-29 02:22:35] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001115